aboutsummaryrefslogtreecommitdiff
path: root/lib_sh/board.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.Nobuhiro Iwamatsu1-2/+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-9/+0
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-7/+7
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-18/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese1-1/+1
2009-03-20lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger1-10/+0
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-19sh: Add support watchdog for SH4A coreNobuhiro Iwamatsu1-48/+67
2008-07-08sh: Fix SH-boards compile errorNobuhiro Iwamatsu1-1/+3
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood1-1/+1
2008-03-28sh: Add support PCI of SuperH and SH7780Yusuke Goda1-1/+12
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk1-2/+2
2007-09-23sh: Update core code of SuperH.Nobuhiro Iwamatsu1-36/+83
2007-05-13sh: First support code of SuperH.Nobuhiro Iwamatsu1-0/+163