aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2016-07-14arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada1-33/+0
2016-05-27Drop references to CONFIG_SYS_GENERIC_BOARD in config filesSimon Glass1-2/+0
2016-05-27sh: Drop the arch-specific board initSimon Glass3-190/+2
2016-05-27sh: Fix build errors for generic boardSimon Glass8-19/+33
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-05sh: Use the generic bitops headersFabio Estevam1-0/+5
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger1-3/+0
2015-05-12arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-03-24remove unnecessary version.h includesRob Herring3-3/+0
2015-02-25sh: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada1-0/+3
2015-02-25sh: import missing private libraries from Linux 3.19Masahiro Yamada6-2/+936
2015-02-25sh: rename some private librariesMasahiro Yamada3-2/+2
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini7-31/+83
2014-11-17sh: Move SH_32BIT to KconfigNobuhiro Iwamatsu1-0/+9
2014-11-13sh: define CONFIG_CPU_SH4A for some boardsMasahiro Yamada1-7/+7
2014-11-13sh: consolidate CONFIG_SYS_CPU definesMasahiro Yamada1-3/+8
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-07cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+1
2014-09-13kconfig: 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-16Build 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-01lib: consolidate hang()Andreas Bießmann1-9/+0