aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1084/+0
2010-03-11PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun1-4/+2
2010-01-24mpc512x: Add display of reset status registerDetlev Zundel1-3/+4
2009-12-15mpc85xx, mpc86xx: Fix gd->cpu pointer after relocationPeter Tyser1-0/+8
2009-10-16mpc85xx: Fix booting on various boardsAnton Vorontsov1-5/+3
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini1-0/+7
2009-10-03ppc: Remove board.c relocation fixupsPeter Tyser1-50/+0
2009-09-22ppc: Clean up calling of phy_reset() during initPeter Tyser1-16/+1
2009-09-22ppc: Clean up calling of misc_init_r() during initPeter Tyser1-11/+1
2009-09-08ppc/8xxx: relocate cpu pointer in global dataKumar Gala1-0/+4
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-13/+1
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-11/+10
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-19/+0
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-0/+3
2009-07-26Revert "ppc: Unlock cache-as-ram in a consistent manner"Wolfgang Denk1-3/+3
2009-07-23ppc: Unlock cache-as-ram in a consistent mannerPeter Tyser1-3/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
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