summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2014-03-14sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada
2014-03-04sh: Do not define -ffreestanding twiceMasahiro Yamada
2014-01-09sh: sh2: Remove CONFIG_SH2A definition from asm/processor.hNobuhiro Iwamatsu
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu
2014-01-08sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQNobuhiro Iwamatsu
2014-01-08sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu
2014-01-08sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu
2014-01-08sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu
2013-12-18sh: add support for sh7753evb boardYoshihiro Shimoda
2013-11-04sh: convert to common timer codeRob Herring
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu
2013-10-17sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Declare watchdog functions in watchdog.hSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-04sh: Use generic global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-12-20sh: add support for sh7752evb boardYoshihiro Shimoda
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu
2012-08-21sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu
2012-08-21sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu
2012-08-09global_data: unify global flag definesMike Frysinger
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy
2012-05-28sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu
2012-05-28sh: Add bit control functionsNobuhiro Iwamatsu
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-16Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2Wolfgang Denk
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu
2012-03-26sh: Add header file for interface of SH MMCNobuhiro Iwamatsu
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu
2011-12-19Coding Style cleanupWolfgang Denk