- 82826d5 mpc512x: Add display of reset status register by Detlev Zundel · 15 years ago
- f947690 mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation by Peter Tyser · 15 years ago
- 91525c6 mpc85xx: Fix booting on various boards by Anton Vorontsov · 15 years ago
- 310cecb Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
- a0e2066 ppc: Remove board.c relocation fixups by Peter Tyser · 15 years ago
- 004eca0 ppc: Clean up calling of phy_reset() during init by Peter Tyser · 15 years ago
- 3a8f28d ppc: Clean up calling of misc_init_r() during init by Peter Tyser · 15 years ago
- 13d46ab ppc/8xxx: relocate cpu pointer in global data by Kumar Gala · 15 years ago
- d4e8ada Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
- a483a16 Standardize mem_malloc_init() implementation by Peter Tyser · 15 years ago
- 5e93bd1 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
- 0e87098 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx by Poonam Aggrwal · 15 years ago
- 9c67352 Revert "ppc: Unlock cache-as-ram in a consistent manner" by Wolfgang Denk · 15 years ago
- 982adfc ppc: Unlock cache-as-ram in a consistent manner by Peter Tyser · 15 years ago
- 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
- 0f89860 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 15 years ago
- 55e0ed6 make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- c790b04 lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · 15 years ago
- c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 16 years ago
- fc39c2fd 85xx/86xx: Ensure MP boot page is not used by Kumar Gala · 16 years ago
- 02a301c powerpc: Only use eth_getenv_enetaddr() if networking is enabled by Stefan Roese · 16 years ago
- ff7dc06 powerpc: Fix compilation warning in board.c by Stefan Roese · 16 years ago
- eb85aa5 ppc: mark global bi_enet*addr as legacy by Mike Frysinger · 16 years ago
- 9c15010 boards: get mac address from env and move load_sernum_ethaddr() to board init by Mike Frysinger · 16 years ago
- d8d21e6 boards: move board_get_enetaddr() into board-specific init by Mike Frysinger · 16 years ago
- 0107cf6 nx823: get mac address from environment by Mike Frysinger · 16 years ago
- 506f391 8xx, icache: enabling ICache not before running from RAM by Heiko Schocher · 16 years ago
- 9c2d63e i2c, dtt: move dtt_init () to board_init_r () by Heiko Schocher · 16 years ago
- 272cc70 Add MMC Framework by Andy Fleming · 16 years ago
- 87c9063 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h by Kumar Gala · 16 years ago
- c9315e6 mpc86xx: Add support to populate addr map based on BATs by Becky Bruce · 16 years ago
- cf7e399 SATA: do not auto-initialize during boot by Mike Frysinger · 16 years ago
- ecf5b98 85xx: Add support to populate addr map based on TLB settings by Kumar Gala · 16 years ago
- d025aa4 lib_ppc: Move trap_init to occur earlier by Becky Bruce · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- c68a05f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
- 374b903 Fix compiler warning in lib_ppc/board.c by Heiko Schocher · 16 years ago
- 0f8cbc1 Do not init SATA when disabled on 8536DS. by Jason Jin · 16 years ago
- 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 9314cee rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- bb1f8b4 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 32628c5 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 0768b7a Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
- b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
- 06c53be Fix some more print() format errors. by Wolfgang Denk · 16 years ago
- 9fea65a ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 by Michal Simek · 16 years ago
- f8cc312 Move conditional compilation of MPC8XXX SPI driver to Makefile by Ben Warren · 16 years ago
- f060054 FSL LAW: Keep track of LAW allocations by Kumar Gala · 16 years ago
- 95d449a Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 16 years ago
- d6ac2ed Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · 16 years ago
- ee0cfa7 Revert "Avoid initrd and logbuffer area overlaps" by Wolfgang Denk · 16 years ago
- 1b5605c Avoid initrd and logbuffer area overlaps by Marian Balakowicz · 17 years ago
- c59518e ppc: Cleanup get_effective_memsize() use by Marian Balakowicz · 17 years ago
- 78e4882 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." by Kim Phillips · 17 years ago
- dfc6c7b ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE by Stefan Roese · 17 years ago
- e59af4b Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 17 years ago
- 70431e8 Make MPC83xx one step closer to full relocation. by Joakim Tjernlund · 17 years ago
- 5b2793a mpc8323erdb: fix EEPROM page size and get MAC from EEPROM by Michael Barkowski · 17 years ago
- 6fb4b64 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined by Stefan Roese · 17 years ago
- 14f73ca ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" by Stefan Roese · 17 years ago
- cd54081 ata: enable the sata initialize on boot up by Dave Liu · 17 years ago
- 9c666a7 ppc: Allow boards to specify how much memory they can map by Kumar Gala · 17 years ago
- 3d61018 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). by Yuri Tikhonov · 17 years ago
- 81d93e5 ppc: Allow boards to specify effective amount of memory by Kumar Gala · 17 years ago
- ed3afca Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
- d59feff FSL: Fix common EEPROM_data structure definition by Haiying Wang · 17 years ago
- 04a9e11 Add support for a Freescale non-CPM SPI controller by Ben Warren · 17 years ago
- 5d49e0e MPC512X: Cleanup bus clock names. by Grzegorz Bernacki · 17 years ago
- 281ff9a ads5121: Added support for FDT. by Grzegorz Bernacki · 17 years ago
- 500856e API for external applications. by Rafal Jaworowski · 17 years ago
- 79f240f lib_ppc: make board_add_ram_info weak by Kim Phillips · 17 years ago
- 9be39a6 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
- f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
- fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
- e951475 Fix malloc problem introduced with the relocation fixup for the PPC platform by Stefan Roese · 17 years ago
- b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 7def6b3 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- f82b3b6 Don't set gd->reloc_off if relocation of .fixup works correctly by Grant Likely · 17 years ago
- 73f0320 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
- 9045f33 Fix config problems on SC3 board; make ide_reset_timeout work. by Wolfgang Denk · 17 years ago
- ee96088 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
- 343c48b ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too by Stefan Roese · 17 years ago
- 54b2d43 mpc83xx: replace elaborate boottime verbosity with 'clocks' command by Kim Phillips · 18 years ago
- ca43ba1 Added support for the SOLIDCARD III board from Eurodesign by Heiko Schocher · 18 years ago
- bc5556d Merge with /home/hs/TQ/u-boot-dev by Wolfgang Denk · 18 years ago
- fa23044 Added support for the TQM8272 board from TQ by Heiko Schocher · 18 years ago
- dd520bf Code cleanup. by Wolfgang Denk · 18 years ago
- d239d74 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR by Timur Tabi · 18 years ago
- d22200f Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
- 4707fb5 Preliminary patch adding support for the MarelV38B board. by Bartlomiej Sieka · 18 years ago
- afa9884 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
- 887e2ec Add support for AMCC Sequoia PPC440EPx eval board by Stefan Roese · 18 years ago
- 1c8f6d8 Unlock cache before kernel starts up for MPC86xx by Haiying Wang · 18 years ago
- 281f69e Merge branch 'wd' by Jon Loeliger · 18 years ago
- bea3f28 Add support for reading and writing mac addresses to or from ID EEPROM. by Haiying Wang · 18 years ago
- 090eb73 Add support for TQM885D board. Patch by Martin Krause, 20 Mar 2006 by Markus Klotzbuecher · 18 years ago
- f6e5739 Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). by Marian Balakowicz · 18 years ago