aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2-15/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-13/+3
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-6/+0
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-2/+2
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-3/+3
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+1
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu3-3/+3
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu1-1/+7
2011-02-02sh: add support for sh7757lcr boardYoshihiro Shimoda2-0/+220
2011-02-02sh: add support the CONFIG_SYS_LDSCRIPTYoshihiro Shimoda1-0/+6
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu2-2/+4
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-2/+2
2011-01-11sh: Add support zimageboot command for Renesas SHNobuhiro Iwamatsu2-0/+83
2011-01-11sh: Divided macro for zImage and add asm/zimage.hNobuhiro Iwamatsu2-16/+45
2011-01-11sh: Delete the function that was not necessaryNobuhiro Iwamatsu1-1/+0
2011-01-11sh: Remove SCIF/SCI register infomationNobuhiro Iwamatsu3-74/+1
2011-01-11sh: Add support showing KByte of flash memory sizeNobuhiro Iwamatsu1-2/+6
2011-01-11sh: Add support SH7706Nobuhiro Iwamatsu2-2/+57
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-5/+2
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu3-13/+13
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier4-8/+8
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-3/+0
2010-10-27Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk4-8/+11
2010-10-21sh: Fix warning about uninitialized value of ramdisk_flagsNobuhiro Iwamatsu1-1/+1
2010-10-21sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASENobuhiro Iwamatsu1-1/+1
2010-10-21sh: Add support load and boot of Initrd.Nobuhiro Iwamatsu1-1/+65
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-2/+2
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-3/+4
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk4-4/+4
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu4-2/+27
2010-06-28sh: Fix path of irqflags.hNobuhiro Iwamatsu1-1/+1
2010-06-28sh: Fix overflow problem in get_ticksNobuhiro Iwamatsu1-2/+18
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser24-0/+1638
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser32-0/+4851
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-0/+621