| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | powerpc/mpc85xx: Add revision properties in portal device tree node 'pme' | Jeffrey Ladouceur | 2013-05-02 | 1 | -3/+17 |
* | | | mpc512x: remove dead code | Anatolij Gustschin | 2013-05-02 | 1 | -6/+0 |
|/ / |
|
* | | ppc4xx: Add SPL support | Stefan Roese | 2013-04-22 | 5 | -4/+185 |
|/ |
|
* | powerpc/usb: Fix usb device-tree fix-up | ramneek mehresh | 2013-04-10 | 1 | -0/+5 |
* | Consolidate bool type | York Sun | 2013-04-01 | 4 | -151/+138 |
* | lcd, mpc8xx: move the mpc8xx driver to drivers/video | Jeroen Hofstee | 2013-03-21 | 2 | -619/+0 |
* | common/lcd.c: cleanup use of global variables | Wolfgang Denk | 2013-03-21 | 1 | -3/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | 14 | -14/+14 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | 14 | -14/+14 |
* | | Replace __bss_end__ with __bss_end | Simon Glass | 2013-03-15 | 30 | -43/+43 |
* | | ppc: Remove PCIPPC2 and PCIPPC6 boards | Stefan Roese | 2013-03-11 | 1 | -4/+3 |
* | | mpc512x: Adjust the DRAM init sequence to the datasheet spec | Anatolij Gustschin | 2013-03-09 | 1 | -1/+16 |
* | | mpc512x: add ifm ac14xx board | Anatolij Gustschin | 2013-03-09 | 1 | -0/+54 |
* | | mpc512x: optionally configure DIU, LPC and NFC deviders | Anatolij Gustschin | 2013-03-09 | 1 | -0/+15 |
* | | mpc512x: use common code for clock setting for all mpc512x boards | Anatolij Gustschin | 2013-03-09 | 1 | -0/+9 |
* | | mpc512x: add common LAW and Chip Select configuration | Anatolij Gustschin | 2013-03-09 | 1 | -0/+96 |
* | | mpc5200: spl_boot.c: Change init oder to first enable printf | Stefan Roese | 2013-03-09 | 1 | -6/+14 |
|/ |
|
* | Clean up libfdt.h includes | Gerald Van Baren | 2013-02-08 | 4 | -4/+0 |
* | common/fdt_support.c: sparse fixes | Kim Phillips | 2013-02-07 | 1 | -1/+1 |
* | ppc: arm: Move sdhc_clk into arch_global_data | Simon Glass | 2013-02-04 | 2 | -4/+5 |
* | arm: Move uart_clk to arch_global_data | Simon Glass | 2013-02-04 | 2 | -4/+4 |
* | ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data | Simon Glass | 2013-02-04 | 3 | -28/+30 |
* | ppc: Move arbiter fields to arch_global_data | Simon Glass | 2013-02-04 | 1 | -13/+15 |
* | ppc: Move reset_status to arch_global_data | Simon Glass | 2013-02-04 | 4 | -6/+6 |
* | ppc: Move mpc8220 clocks to arch_global_data | Simon Glass | 2013-02-04 | 1 | -5/+7 |
* | ppc: Move mpc512x clocks to arch_global_data | Simon Glass | 2013-02-04 | 5 | -10/+13 |
* | ppc: Move mpc5xxx clocks to arch_global_data | Simon Glass | 2013-02-04 | 5 | -13/+21 |
* | ppc: Move used_tlb_cams to arch_global_data | Simon Glass | 2013-02-04 | 1 | -4/+4 |
* | ppc: Move used_laws to arch_global_data | Simon Glass | 2013-02-04 | 1 | -8/+8 |
* | ppc: Move CONFIG_QE to arch_global_data | Simon Glass | 2013-02-04 | 2 | -4/+5 |
* | ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data | Simon Glass | 2013-02-04 | 3 | -12/+14 |
* | ppc: Move lbc_clk and cpu to arch_global_data | Simon Glass | 2013-02-04 | 7 | -12/+12 |
* | ppc: Move mpc83xx clock fields to arch_global_data | Simon Glass | 2013-02-01 | 4 | -37/+52 |
* | ppc: Move clock fields to arch_global_data | Simon Glass | 2013-02-01 | 2 | -12/+12 |
* | ppc: Move brg_clk to arch_global_data | Simon Glass | 2013-02-01 | 8 | -11/+12 |
* | powerpc/t4240: Adding workaround errata A-005871 | Shengzhou Liu | 2013-01-30 | 2 | -0/+18 |
* | powerpc/mpc85xx: Add property 'fsl, sec-era' in device tree node 'crypto' | Vakul Garg | 2013-01-30 | 2 | -1/+85 |
* | mpc8xxx: fix DDR init value to use CONFIG_MEM_INIT_VALUE | Anatolij Gustschin | 2013-01-30 | 1 | -0/+4 |
* | powerpc/mpc85xx: add support for MMUv2 page sizes | Scott Wood | 2013-01-30 | 2 | -6/+15 |
* | powerpc/mpc85xx: Add BSC9132/BSC9232 processor support | Prabhakar Kushwaha | 2013-01-30 | 3 | -0/+100 |
* | powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands | James Yang | 2013-01-30 | 3 | -11/+47 |
* | Add copy command to FSL DDR interactive | James Yang | 2013-01-30 | 1 | -0/+127 |
* | Fix data stage name matching issue | James Yang | 2013-01-30 | 1 | -1/+2 |
* | Move DDR command parsing to separate function | James Yang | 2013-01-30 | 1 | -79/+74 |
* | powerpc/mpc8xxx: Enable entering DDR debugging by key press | York Sun | 2013-01-30 | 1 | -2/+4 |
* | powerpc/mpc85xx:Fix Core cluster configuration loop | Prabhakar Kushwaha | 2013-01-30 | 1 | -8/+22 |
* | powerpc/mpc85xx:Add support of B4420 SoC | Poonam Aggrwal | 2013-01-30 | 3 | -0/+54 |
* | powerpc/mpc85xx: Few updates for B4860 cpu changes | Poonam Aggrwal | 2013-01-30 | 1 | -0/+15 |
* | powerpc/mpc85xx: Reserve default boot page | York Sun | 2013-01-30 | 1 | -0/+16 |
* | powerpc/mpc83xx: add support for new SPL | Scott Wood | 2012-12-19 | 4 | -12/+90 |