aboutsummaryrefslogtreecommitdiff
path: root/lib_sparc/board.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-472/+0
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini1-0/+7
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-20/+1
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-6/+8
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-19/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-5/+4
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-19/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-34/+34
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-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-06Fix merge problemsStefan Roese1-2/+2
2008-04-08SPARC: Added generic support for SPARC architecture.Daniel Hellstrom1-0/+521