summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2014-01-09sh: sh2: Remove CONFIG_SH2A definition from asm/processor.hNobuhiro Iwamatsu1-2/+1
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu4-13/+4
2014-01-08sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQNobuhiro Iwamatsu1-1/+1
2014-01-08sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu1-1/+1
2014-01-08sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu1-1/+1
2014-01-08sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu1-1/+1
2013-12-18sh: add support for sh7753evb boardYoshihiro Shimoda2-0/+199
2013-11-04sh: convert to common timer codeRob Herring1-60/+2
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada4-116/+18
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada3-3/+9
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu3-6/+3
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu1-4/+4
2013-10-17sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk58-943/+63
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-3/+3
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-16Replace __bss_end__ with __bss_endSimon Glass3-3/+3
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD3-3/+3
2013-02-04sh: Use generic global_dataSimon Glass1-19/+1
2013-02-02Add architecture-specific global dataSimon Glass1-0/+5
2012-12-20sh: add support for sh7752evb boardYoshihiro Shimoda2-0/+213
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut3-21/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut3-0/+12
2012-10-20sh: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu2-31/+0
2012-08-21sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu1-30/+18
2012-08-21sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu14-151/+26
2012-08-09global_data: unify global flag definesMike Frysinger1-8/+1
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda1-0/+4
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