aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-4/+4
2009-06-12make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD1-97/+0
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-4/+4
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-1/+1
2009-04-0185xx/86xx: Ensure MP boot page is not usedKumar Gala1-0/+15
2009-03-20powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese1-0/+2
2009-03-20powerpc: Fix compilation warning in board.cStefan Roese1-2/+1
2009-03-20ppc: mark global bi_enet*addr as legacyMike Frysinger1-47/+7
2009-03-20boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger1-6/+0
2009-03-20boards: move board_get_enetaddr() into board-specific initMike Frysinger1-28/+0
2009-03-20nx823: get mac address from environmentMike Frysinger1-4/+0
2009-03-188xx, icache: enabling ICache not before running from RAMHeiko Schocher1-2/+1
2009-03-02i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher1-3/+3
2009-02-16Add MMC FrameworkAndy Fleming1-0/+9
2009-02-10ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala1-3/+0
2009-02-10mpc86xx: Add support to populate addr map based on BATsBecky Bruce1-1/+1
2009-01-27SATA: do not auto-initialize during bootMike Frysinger1-20/+0
2008-12-1985xx: Add support to populate addr map based on TLB settingsKumar Gala1-0/+8
2008-11-10lib_ppc: Move trap_init to occur earlierBecky Bruce1-5/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-49/+49
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+30
2008-10-15Fix compiler warning in lib_ppc/board.cHeiko Schocher1-2/+2
2008-10-14Do not init SATA when disabled on 8536DS.Jason Jin1-2/+14
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-13/+0
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek1-1/+1
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren1-2/+0
2008-06-11FSL LAW: Keep track of LAW allocationsKumar Gala1-1/+2
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+7
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood1-3/+1
2008-05-12Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk1-5/+0
2008-05-10Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+5
2008-05-10ppc: Cleanup get_effective_memsize() useMarian Balakowicz1-11/+0
2008-04-25lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips1-1/+0
2008-04-09ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese1-1/+1
2008-04-07Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk1-2/+3
2008-03-28Make MPC83xx one step closer to full relocation.Joakim Tjernlund1-1/+2
2008-03-28mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski1-1/+1
2008-03-27ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese1-0/+4
2008-03-27ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese1-0/+13
2008-03-26ata: enable the sata initialize on boot upDave Liu1-0/+8
2008-03-25ppc: Allow boards to specify how much memory they can mapKumar Gala1-0/+11
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov1-0/+4
2008-02-22ppc: Allow boards to specify effective amount of memoryKumar Gala1-7/+15