summaryrefslogtreecommitdiff
path: root/arch/sh
Commit message (Expand)AuthorAgeLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-3/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* sh: Use the generic bitops headersFabio Estevam2015-11-05-0/+5
* Move default y configs out of arch/board KconfigJoe Hershberger2015-06-25-3/+0
* arch: Make board selection choices optionalJoe Hershberger2015-05-12-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-1/+1
* remove unnecessary version.h includesRob Herring2015-03-24-3/+0
* sh: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada2015-02-25-0/+3
* sh: import missing private libraries from Linux 3.19Masahiro Yamada2015-02-25-2/+936
* sh: rename some private librariesMasahiro Yamada2015-02-25-2/+2
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-1/+1
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-08-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-11-17-31/+83
|\
| * sh: Move SH_32BIT to KconfigNobuhiro Iwamatsu2014-11-17-0/+9
| * sh: define CONFIG_CPU_SH4A for some boardsMasahiro Yamada2014-11-13-7/+7
| * sh: consolidate CONFIG_SYS_CPU definesMasahiro Yamada2014-11-13-3/+8
| * sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-13-10/+48
| * sh: use more descriptive prompts for board select menuMasahiro Yamada2014-11-13-19/+19
* | cppcheck cleanup: fix nullPointer errorsWolfgang Denk2014-11-07-0/+1
|/
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-1/+0
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30-0/+98
* sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-24-160/+4
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-12-2/+0
* sh: delete an unused source fileMasahiro Yamada2014-04-30-96/+0
* sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach2014-03-14-6/+9
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-07-12/+2
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-04-1/+3
* sh: merge compiler flag -ffixed-r13Masahiro Yamada2014-03-04-3/+1
* sh: Do not define -ffreestanding twiceMasahiro Yamada2014-03-04-1/+1
* sh: sh2: Remove CONFIG_SH2A definition from asm/processor.hNobuhiro Iwamatsu2014-01-09-2/+1
* sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu2014-01-09-13/+4
* sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQNobuhiro Iwamatsu2014-01-08-1/+1
* sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: add support for sh7753evb boardYoshihiro Shimoda2013-12-18-0/+199
* sh: convert to common timer codeRob Herring2013-11-04-60/+2
* sh: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-116/+18
* sh: Do not include start.o in lib$(CPU).oMasahiro Yamada2013-10-31-3/+9
* sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2013-10-17-6/+3
* sh: timer: Remove static global variableNobuhiro Iwamatsu2013-10-17-4/+4
* sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu2013-10-17-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-943/+63
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-16-1/+1
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-02-0/+6
* lib: consolidate hang()Andreas Bießmann2013-05-01-9/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-3/+3
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-3/+3
* | Declare watchdog functions in watchdog.hSimon Glass2013-03-15-0/+1
* | Introduce generic link section.h symbol filesSimon Glass2013-03-15-0/+27