aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu
2011-12-19Coding Style cleanupWolfgang Denk
2011-12-02sh: Add support Renesas SH7724Nobuhiro Iwamatsu
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger
2011-12-02sh: Add ashrsi3 libgcc functionPhil Edworthy
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-15punt unused clean/distclean targetsMike Frysinger
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu
2011-08-22sh: Add support for SH2A freestanding buildPhil Edworthy
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy
2011-07-28unify version_stringAndreas Bießmann
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu
2011-02-02sh: add support for sh7757lcr boardYoshihiro Shimoda
2011-02-02sh: add support the CONFIG_SYS_LDSCRIPTYoshihiro Shimoda
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser
2011-01-11sh: Add support zimageboot command for Renesas SHNobuhiro Iwamatsu
2011-01-11sh: Divided macro for zImage and add asm/zimage.hNobuhiro Iwamatsu
2011-01-11sh: Delete the function that was not necessaryNobuhiro Iwamatsu
2011-01-11sh: Remove SCIF/SCI register infomationNobuhiro Iwamatsu
2011-01-11sh: Add support showing KByte of flash memory sizeNobuhiro Iwamatsu
2011-01-11sh: Add support SH7706Nobuhiro Iwamatsu
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-27Coding Style cleanupWolfgang Denk
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-21sh: Fix warning about uninitialized value of ramdisk_flagsNobuhiro Iwamatsu
2010-10-21sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASENobuhiro Iwamatsu
2010-10-21sh: Add support load and boot of Initrd.Nobuhiro Iwamatsu
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu
2010-06-28sh: Fix path of irqflags.hNobuhiro Iwamatsu