summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada7-10/+48
2014-11-13sh: use more descriptive prompts for board select menuMasahiro Yamada1-19/+19
2014-11-08cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+1
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+98
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada3-160/+4
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-04-30sh: delete an unused source fileMasahiro Yamada1-96/+0
2014-03-14sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach3-6/+9
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-12/+2
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada4-3/+1
2014-03-04sh: Do not define -ffreestanding twiceMasahiro Yamada1-1/+1
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