| Commit message (Expand) | Author | Age | Lines |
* | lib_ppc: Move trap_init to occur earlier | Becky Bruce | 2008-11-10 | -5/+5 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -49/+49 |
* | Adds two more ethernet interface to 83xx | richardretanubun | 2008-10-18 | -0/+30 |
* | Fix compiler warning in lib_ppc/board.c | Heiko Schocher | 2008-10-15 | -2/+2 |
* | Do not init SATA when disabled on 8536DS. | Jason Jin | 2008-10-14 | -2/+14 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -4/+4 |
* | rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -2/+2 |
* | rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | cmd_mac: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | Consolidate strmhz() implementation | Haavard Skinnemoen | 2008-08-21 | -13/+0 |
* | Fix printf() format issues with sizeof_t types by using %zu | Wolfgang Denk | 2008-07-14 | -2/+2 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-10 | -1/+1 |
* | ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 | Michal Simek | 2008-07-06 | -1/+1 |
* | Move conditional compilation of MPC8XXX SPI driver to Makefile | Ben Warren | 2008-07-01 | -2/+0 |
* | FSL LAW: Keep track of LAW allocations | Kumar Gala | 2008-06-11 | -1/+2 |
* | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-06-03 | -0/+7 |
* | Remove prototypes of nand_init() in favor of including nand.h. | Scott Wood | 2008-05-28 | -3/+1 |
* | Revert "Avoid initrd and logbuffer area overlaps" | Wolfgang Denk | 2008-05-12 | -5/+0 |
* | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-05-10 | -0/+5 |
* | ppc: Cleanup get_effective_memsize() use | Marian Balakowicz | 2008-05-10 | -11/+0 |
* | lib_ppc: Revert "Make MPC83xx one step closer to full relocation." | Kim Phillips | 2008-04-25 | -1/+0 |
* | ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE | Stefan Roese | 2008-04-09 | -1/+1 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx | Wolfgang Denk | 2008-04-07 | -2/+3 |
|\ |
|
| * | Make MPC83xx one step closer to full relocation. | Joakim Tjernlund | 2008-03-28 | -1/+2 |
| * | mpc8323erdb: fix EEPROM page size and get MAC from EEPROM | Michael Barkowski | 2008-03-28 | -1/+1 |
* | | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined | Stefan Roese | 2008-03-27 | -0/+4 |
* | | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" | Stefan Roese | 2008-03-27 | -0/+13 |
|/ |
|
* | ata: enable the sata initialize on boot up | Dave Liu | 2008-03-26 | -0/+8 |
* | ppc: Allow boards to specify how much memory they can map | Kumar Gala | 2008-03-25 | -0/+11 |
* | The patch introduces the alternative configuration of the log buffer for the ... | Yuri Tikhonov | 2008-03-18 | -0/+4 |
* | ppc: Allow boards to specify effective amount of memory | Kumar Gala | 2008-02-22 | -7/+15 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx | Wolfgang Denk | 2008-01-23 | -4/+5 |
|\ |
|
| * | FSL: Fix common EEPROM_data structure definition | Haiying Wang | 2008-01-17 | -4/+5 |
* | | Add support for a Freescale non-CPM SPI controller | Ben Warren | 2008-01-17 | -0/+16 |
|/ |
|
* | MPC512X: Cleanup bus clock names. | Grzegorz Bernacki | 2008-01-12 | -1/+1 |
* | ads5121: Added support for FDT. | Grzegorz Bernacki | 2008-01-12 | -0/+3 |
* | API for external applications. | Rafal Jaworowski | 2008-01-09 | -0/+5 |
* | lib_ppc: make board_add_ram_info weak | Kim Phillips | 2007-08-18 | -5/+6 |
* | mpc83xx: Add support for the display of reset status | Dave Liu | 2007-08-10 | -2/+4 |
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | -22/+29 |
|\ |
|
| * | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | -22/+29 |
| |\ |
|
| | * | Fix malloc problem introduced with the relocation fixup for the PPC platform | Stefan Roese | 2007-07-11 | -4/+5 |
| | * | disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -2/+2 |
| | * | lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -17/+17 |
| | * | Don't set gd->reloc_off if relocation of .fixup works correctly | Grant Likely | 2007-07-04 | -0/+5 |
| | * | lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -16/+17 |
* | | | make show_boot_progress () weak. | Heiko Schocher | 2007-07-13 | -2/+0 |
|/ / |
|
* | | [PCS440EP] upgrade the PCS440EP board: | Heiko Schocher | 2007-06-22 | -2/+3 |
|/ |
|
* | Fix config problems on SC3 board; make ide_reset_timeout work. | Wolfgang Denk | 2007-06-08 | -3/+3 |