summaryrefslogtreecommitdiff
path: root/lib_sparc/board.c
Commit message (Expand)AuthorAgeLines
* Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini2009-10-10-0/+7
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-04-20/+1
* Standardize mem_malloc_init() implementationPeter Tyser2009-09-04-6/+8
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-04-19/+0
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-3/+3
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-12-5/+4
* lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger2009-03-20-19/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-34/+34
* rename CFG_ENV macros to CONFIG_ENVJean-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
* Fix merge problemsStefan Roese2008-08-06-2/+2
* SPARC: Added generic support for SPARC architecture.Daniel Hellstrom2008-04-08-0/+521