aboutsummaryrefslogtreecommitdiff
path: root/lib_sh
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-621/+0
2010-04-13Create CPUDIR variablePeter Tyser1-1/+1
2009-12-05Generic udelay() with watchdog supportIngo van Lil2-2/+2
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-04push LOAD_ADDR out to arch mk filesMike Frysinger1-0/+5
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-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+29
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-07-08sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIVJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-07-08sh3/sh4: fix CONFIG_SYS_HZ to 1000Jean-Christophe PLAGNIOL-VILLARD1-17/+34
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
2009-01-16sh: update sh2/sh2a timer coding styleJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-01-16sh: update sh timer coding styleJean-Christophe PLAGNIOL-VILLARD1-13/+13
2008-12-10sh: Update sh2/sh2a timerNobuhiro Iwamatsu1-5/+11
2008-12-10sh: Update sh timer functionNobuhiro Iwamatsu3-18/+182
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-13/+13
2008-09-19sh: Fix compile warningNobuhiro Iwamatsu1-3/+4
2008-09-19sh: Add support watchdog for SH4A coreNobuhiro Iwamatsu1-48/+67
2008-09-19sh: Add support any page size and empty_zero_page to SH Linux uImageNobuhiro Iwamatsu1-26/+18
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-7/+2
2008-08-26bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-07-08sh: Fix SH-boards compile errorNobuhiro Iwamatsu3-3/+5
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-28sh: Add support PCI of SuperH and SH7780Yusuke Goda1-1/+12
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk1-3/+3
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-3/+14
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-1/+1
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-4/+6
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-3/+19
2008-02-07[new uImage] Use image API in SH do_bootm_linux() routineMarian Balakowicz1-5/+2
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk3-5/+4
2007-09-23sh: Update core code of SuperH.Nobuhiro Iwamatsu3-37/+84
2007-05-13sh: First support code of SuperH.Nobuhiro Iwamatsu4-0/+355