summaryrefslogtreecommitdiffstats
path: root/lib_ppc/board.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: mark global bi_enet*addr as legacyMike Frysinger2009-03-201-47/+7
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-201-6/+0
* boards: move board_get_enetaddr() into board-specific initMike Frysinger2009-03-201-28/+0
* nx823: get mac address from environmentMike Frysinger2009-03-201-4/+0
* 8xx, icache: enabling ICache not before running from RAMHeiko Schocher2009-03-181-2/+1
* i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher2009-03-021-3/+3
* Add MMC FrameworkAndy Fleming2009-02-161-0/+9
* ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala2009-02-101-3/+0
* mpc86xx: Add support to populate addr map based on BATsBecky Bruce2009-02-101-1/+1
* SATA: do not auto-initialize during bootMike Frysinger2009-01-271-20/+0
* 85xx: Add support to populate addr map based on TLB settingsKumar Gala2008-12-191-0/+8
* lib_ppc: Move trap_init to occur earlierBecky Bruce2008-11-101-5/+5
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-49/+49
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+30
* Fix compiler warning in lib_ppc/board.cHeiko Schocher2008-10-151-2/+2
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-141-2/+14
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+4
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-211-13/+0
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-141-2/+2
* Fix some more print() format errors.Wolfgang Denk2008-07-101-1/+1
* ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek2008-07-061-1/+1
* Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2008-07-011-2/+0
* FSL LAW: Keep track of LAW allocationsKumar Gala2008-06-111-1/+2
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-06-031-0/+7
* Remove prototypes of nand_init() in favor of including nand.h.Scott Wood2008-05-281-3/+1
* Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk2008-05-121-5/+0
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-05-101-0/+5
* ppc: Cleanup get_effective_memsize() useMarian Balakowicz2008-05-101-11/+0
* lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips2008-04-251-1/+0
* ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese2008-04-091-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-071-2/+3
|\
| * Make MPC83xx one step closer to full relocation.Joakim Tjernlund2008-03-281-1/+2
| * mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski2008-03-281-1/+1
* | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese2008-03-271-0/+4
* | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese2008-03-271-0/+13
|/
* ata: enable the sata initialize on boot upDave Liu2008-03-261-0/+8
* ppc: Allow boards to specify how much memory they can mapKumar Gala2008-03-251-0/+11
* The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2008-03-181-0/+4
* ppc: Allow boards to specify effective amount of memoryKumar Gala2008-02-221-7/+15
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-01-231-4/+5
|\
| * FSL: Fix common EEPROM_data structure definitionHaiying Wang2008-01-171-4/+5
* | Add support for a Freescale non-CPM SPI controllerBen Warren2008-01-171-0/+16
|/
* MPC512X: Cleanup bus clock names.Grzegorz Bernacki2008-01-121-1/+1
* ads5121: Added support for FDT.Grzegorz Bernacki2008-01-121-0/+3
* API for external applications.Rafal Jaworowski2008-01-091-0/+5
* lib_ppc: make board_add_ram_info weakKim Phillips2007-08-181-5/+6
OpenPOWER on IntegriCloud