| Commit message (Expand) | Author | Age | Lines |
* | Convert boards that set memory node to use fdt_fixup_memory() | Kumar Gala | 2007-12-07 | -16/+2 |
* | Update libfdt from device tree compiler (dtc) | Kumar Gala | 2007-11-21 | -4/+4 |
* | Revert "Correct fixup relocation for mpc83xx" | Grant Likely | 2007-11-15 | -1/+2 |
* | mpc83xx: fix typo in DDR2 programming | Kim Phillips | 2007-08-17 | -1/+1 |
* | mpc83xx: implement board_add_ram_info | Kim Phillips | 2007-08-16 | -15/+39 |
* | mpc83xx: migrate remaining freescale boards to libfdt | Kim Phillips | 2007-08-15 | -3/+12 |
* | mpc83xx: move common /memory node update mechanism to cpu.c | Kim Phillips | 2007-08-15 | -8/+23 |
* | mpc83xx: remaining 8360 libfdt fixes | Kim Phillips | 2007-08-15 | -20/+47 |
* | mpc83xx: fix UEC2->1 typo in libfdt setup code | Kim Phillips | 2007-08-15 | -1/+1 |
* | mpc83xx: Suppress the warning 'burstlen' | Dave Liu | 2007-08-10 | -1/+1 |
* | mpc83xx: Consolidate the ECC support of 83xx | Dave Liu | 2007-08-10 | -1/+391 |
* | mpc83xx: Correct the burst length for DDR2 with 32 bits | Dave Liu | 2007-08-10 | -3/+10 |
* | mpc83xx: fixup generic pci for libfdt | Kim Phillips | 2007-08-10 | -1/+35 |
* | mpc83xx: fix 8360 and cpu functions to update fdt being passed | Kim Phillips | 2007-08-10 | -18/+18 |
* | mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled | Jerry Van Baren | 2007-08-10 | -28/+46 |
* | mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). | Jerry Van Baren | 2007-08-10 | -6/+3 |
* | mpc83xx: Add support for the display of reset status | Dave Liu | 2007-08-10 | -0/+36 |
* | Update SCCR programming in cpu_init_f() to support all 83xx processors | Timur Tabi | 2007-08-10 | -2/+12 |
* | mpc83xx: Add support for 8360 silicon revision 2.1 | Lee Nipper | 2007-08-10 | -1/+4 |
* | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -9/+9 |
* | Correct fixup relocation for mpc83xx | Grant Likely | 2007-07-04 | -2/+1 |
* | Consolidate mpc83xx linker scripts | Grant Likely | 2007-07-04 | -0/+126 |
* | cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -8/+8 |
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-07-03 | -4/+4 |
|\ |
|
| * | Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx | Kim Phillips | 2007-05-17 | -4/+4 |
* | | [ppc] Fix build breakage for all non-4xx PowerPC variants. | Rafal Jaworowski | 2007-06-22 | -2/+2 |
|/ |
|
* | Fix memory initialization on MPC8349E-mITX | Timur Tabi | 2007-05-01 | -5/+0 |
* | mpc83xx: replace elaborate boottime verbosity with 'clocks' command | Kim Phillips | 2007-05-01 | -5/+13 |
* | mpc83xx: minor fixups for 8313rdb introduction | Kim Phillips | 2007-04-25 | -0/+1 |
* | mpc83xx: Add generic PCI setup code. | Scott Wood | 2007-04-23 | -1/+192 |
* | mpc83xx: Add 831x support to speed.c. | Scott Wood | 2007-04-23 | -26/+42 |
* | mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). | Scott Wood | 2007-04-23 | -4/+17 |
* | mpc83xx: Recognize SPR values for MPC8311 and MPC8313. | Scott Wood | 2007-04-23 | -0/+12 |
* | Merge git://www.denx.de/git/u-boot | Kim Phillips | 2007-04-23 | -1/+183 |
|\ |
|
| * | Fix the ft_cpu_setup() property settings. | Gerald Van Baren | 2007-04-15 | -54/+135 |
| * | Moved fdt command support code to fdt_support.c | Gerald Van Baren | 2007-04-06 | -0/+1 |
| * | Fix some minor whitespace violations. | Gerald Van Baren | 2007-03-31 | -2/+2 |
| * | Add a flattened device tree (fdt) command (2 of 2) | Gerald Van Baren | 2007-03-31 | -1/+101 |
* | | Fix two bugs for MPC83xx DDR2 controller SPD Init | Xie Xiaobo | 2007-04-12 | -3/+3 |
|/ |
|
* | mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode | Kumar Gala | 2007-03-02 | -6/+28 |
* | mpc83xx: update [local-]mac-address properties on UEC based devices | Kim Phillips | 2007-03-02 | -0/+40 |
* | mpc83xx: write MAC address to mac-address and local-mac-address | Timur Tabi | 2007-03-02 | -0/+8 |
* | mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx | Xie Xiaobo | 2007-03-02 | -61/+323 |
* | mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS | Xie Xiaobo | 2007-03-02 | -0/+2 |
* | mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS | Xie Xiaobo | 2007-03-02 | -3/+14 |
* | mpc83xx: don't hang if watchdog configured on 8360, 832x | Kim Phillips | 2007-03-02 | -4/+0 |
* | mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt | Kim Phillips | 2007-03-02 | -0/+2 |
* | mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead | Kumar Gala | 2007-03-02 | -5/+5 |
* | mpc83xx: U-Boot support for Wind River SBC8349 | Paul Gortmaker | 2007-03-02 | -0/+4 |
* | mpc83xx: Put the version (and magic) after the HRCW. | Jerry Van Baren | 2007-03-02 | -12/+16 |