Commit Graph

158 Commits (c20e28f49aaf38c7dede46d8f8fe8234fe90822c)

Author SHA1 Message Date
Stefan Roese c790b04d23 lib_arch/board.c: Move malloc initialization before flash_init() 16 years ago
Wolfgang Denk c0a14aedc3 Update CHANGELOG, coding style cleanup. 16 years ago
Kumar Gala fc39c2fd51 85xx/86xx: Ensure MP boot page is not used 16 years ago
Stefan Roese 02a301cd50 powerpc: Only use eth_getenv_enetaddr() if networking is enabled 16 years ago
Stefan Roese ff7dc06736 powerpc: Fix compilation warning in board.c 16 years ago
Mike Frysinger eb85aa594c ppc: mark global bi_enet*addr as legacy 16 years ago
Mike Frysinger 9c150102bc boards: get mac address from env and move load_sernum_ethaddr() to board init 16 years ago
Mike Frysinger d8d21e699d boards: move board_get_enetaddr() into board-specific init 16 years ago
Mike Frysinger 0107cf66f7 nx823: get mac address from environment 16 years ago
Heiko Schocher 506f391888 8xx, icache: enabling ICache not before running from RAM 16 years ago
Heiko Schocher db1d72afd7 i2c, dtt: move dtt_init () to board_init_r () 16 years ago
Heiko Schocher 9c2d63ec0e i2c, dtt: move dtt_init () to board_init_r () 16 years ago
Andy Fleming 272cc70b21 Add MMC Framework 16 years ago
Kumar Gala 87c9063963 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h 16 years ago
Becky Bruce c9315e6b4f mpc86xx: Add support to populate addr map based on BATs 16 years ago
Mike Frysinger cf7e399fb3 SATA: do not auto-initialize during boot 16 years ago
Kumar Gala ecf5b98c7a 85xx: Add support to populate addr map based on TLB settings 16 years ago
Becky Bruce d025aa4b20 lib_ppc: Move trap_init to occur earlier 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
richardretanubun c68a05feeb Adds two more ethernet interface to 83xx 16 years ago
Heiko Schocher 374b903829 Fix compiler warning in lib_ppc/board.c 17 years ago
Jason Jin 0f8cbc1829 Do not init SATA when disabled on 8536DS. 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 0e8d158664 rename CFG_ENV macros to CONFIG_ENV 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 93f6d72544 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 9314cee691 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM 17 years ago
Jean-Christophe PLAGNIOL-VILLARD bb1f8b4f8b rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 32628c5008 cmd_mac: Move conditional compilation to Makefile 17 years ago
Haavard Skinnemoen 0768b7a872 Consolidate strmhz() implementation 17 years ago
Wolfgang Denk b64f190b7a Fix printf() format issues with sizeof_t types by using %zu 17 years ago
Wolfgang Denk 06c53beae1 Fix some more print() format errors. 17 years ago
Michal Simek 9fea65a6c4 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 17 years ago
Ben Warren f8cc312bbe Move conditional compilation of MPC8XXX SPI driver to Makefile 17 years ago
Kumar Gala f060054dad FSL LAW: Keep track of LAW allocations 17 years ago
Marian Balakowicz 95d449ad4d Avoid initrd and logbuffer area overlaps 17 years ago
Scott Wood d6ac2ed893 Remove prototypes of nand_init() in favor of including nand.h. 17 years ago
Wolfgang Denk ee0cfa7080 Revert "Avoid initrd and logbuffer area overlaps" 17 years ago
Marian Balakowicz 1b5605ca57 Avoid initrd and logbuffer area overlaps 17 years ago
Marian Balakowicz c59518e159 ppc: Cleanup get_effective_memsize() use 17 years ago
Kim Phillips 78e4882988 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." 17 years ago
Stefan Roese dfc6c7b647 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE 17 years ago
Joakim Tjernlund 70431e8a73 Make MPC83xx one step closer to full relocation. 17 years ago
Michael Barkowski 5b2793a3f3 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM 17 years ago
Stefan Roese 6fb4b64056 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined 17 years ago
Stefan Roese 14f73ca679 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" 17 years ago
Dave Liu cd54081cd4 ata: enable the sata initialize on boot up 17 years ago
Kumar Gala 9c666a7db0 ppc: Allow boards to specify how much memory they can map 17 years ago
Yuri Tikhonov 3d61018643 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). 17 years ago
Yuri Tikhonov 2d991958b1 The patch introduces the alternative configuration of the log buffer for 17 years ago
Kumar Gala 4648c2e7a1 [new uImage] ppc: Allow boards to specify effective amount of memory 17 years ago
Kumar Gala 81d93e5c4b ppc: Allow boards to specify effective amount of memory 17 years ago