aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
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