summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy2-0/+28
2012-05-28sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu1-0/+27
2012-05-28sh: Add bit control functionsNobuhiro Iwamatsu1-3/+40
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu2-0/+45
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-9/+2
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-12/+0
2012-04-17Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk1-1/+0
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu1-0/+1
2012-03-26sh: Add header file for interface of SH MMCNobuhiro Iwamatsu1-0/+18
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu1-6/+1
2011-12-19Coding Style cleanupWolfgang Denk1-1/+1
2011-12-02sh: Add support Renesas SH7724Nobuhiro Iwamatsu2-0/+236
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger2-21/+25
2011-12-02sh: Add ashrsi3 libgcc functionPhil Edworthy2-0/+186
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger1-1/+2
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+17
2011-10-16punt unused clean/distclean targetsMike Frysinger3-18/+0
2011-10-06image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-06console: Implement pre-console bufferGraeme Russ1-0/+3
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda1-0/+12
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu1-0/+5
2011-08-22sh: Add support for SH2A freestanding buildPhil Edworthy8-0/+868
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy3-0/+50
2011-07-28unify version_stringAndreas Bießmann1-3/+0
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-13Make 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-23Introduce 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-26Divides 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-28Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk4-8/+11