summaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
Commit message (Expand)AuthorAgeLines
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-1084/+0
* PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun2010-03-11-4/+2
* mpc512x: Add display of reset status registerDetlev Zundel2010-01-24-3/+4
* mpc85xx, mpc86xx: Fix gd->cpu pointer after relocationPeter Tyser2009-12-15-0/+8
* mpc85xx: Fix booting on various boardsAnton Vorontsov2009-10-16-5/+3
* Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini2009-10-10-0/+7
* ppc: Remove board.c relocation fixupsPeter Tyser2009-10-03-50/+0
* ppc: Clean up calling of phy_reset() during initPeter Tyser2009-09-22-16/+1
* ppc: Clean up calling of misc_init_r() during initPeter Tyser2009-09-22-11/+1
* ppc/8xxx: relocate cpu pointer in global dataKumar Gala2009-09-08-0/+4
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-04-13/+1
* Standardize mem_malloc_init() implementationPeter Tyser2009-09-04-11/+10
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-04-19/+0
* 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-28-0/+3
* Revert "ppc: Unlock cache-as-ram in a consistent manner"Wolfgang Denk2009-07-26-3/+3
* ppc: Unlock cache-as-ram in a consistent mannerPeter Tyser2009-07-23-3/+3
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-3/+3
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-12-4/+4
* make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD2009-06-12-97/+0
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-12-4/+4
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-05-1/+1
* 85xx/86xx: Ensure MP boot page is not usedKumar Gala2009-04-01-0/+15
* powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese2009-03-20-0/+2
* powerpc: Fix compilation warning in board.cStefan Roese2009-03-20-2/+1
* ppc: mark global bi_enet*addr as legacyMike Frysinger2009-03-20-47/+7
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-20-6/+0
* boards: move board_get_enetaddr() into board-specific initMike Frysinger2009-03-20-28/+0
* nx823: get mac address from environmentMike Frysinger2009-03-20-4/+0
* 8xx, icache: enabling ICache not before running from RAMHeiko Schocher2009-03-18-2/+1
* i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher2009-03-02-3/+3
* Add MMC FrameworkAndy Fleming2009-02-16-0/+9
* ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala2009-02-10-3/+0
* mpc86xx: Add support to populate addr map based on BATsBecky Bruce2009-02-10-1/+1
* SATA: do not auto-initialize during bootMike Frysinger2009-01-27-20/+0
* 85xx: Add support to populate addr map based on TLB settingsKumar Gala2008-12-19-0/+8
* lib_ppc: Move trap_init to occur earlierBecky Bruce2008-11-10-5/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-49/+49
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-18-0/+30
* Fix compiler warning in lib_ppc/board.cHeiko Schocher2008-10-15-2/+2
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-14-2/+14
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-4/+4
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-21-13/+0
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-14-2/+2
* Fix some more print() format errors.Wolfgang Denk2008-07-10-1/+1
* ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek2008-07-06-1/+1
* Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2008-07-01-2/+0