summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini59-129/+61
2018-02-23sh: Do not provide strncmpTom Rini1-31/+2
2018-02-22sh: Use -m2a-nofpu onlyTom Rini1-1/+1
2017-10-03sh: Use asm-generic/io.hPaul Burton1-28/+1
2017-08-27sh: Fix linking of ms7722seTom Rini1-0/+4
2017-08-26arch/sh: don't bring common/env_embedded.o into the linkThomas Petazzoni1-4/+0
2017-08-26arch/sh: allow building in big-endian modeThomas Petazzoni1-0/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-2/+2
2017-08-16env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-3/+0
2017-08-15Move environment files from common/ to env/Simon Glass1-2/+2
2017-08-11Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigSimon Glass2-0/+8
2017-07-26Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass1-0/+3
2016-12-03sh: generate position independent code for all platformsVladimir Zapolskiy2-1/+2
2016-12-03sh: share the correct version of start.S among all cpusVladimir Zapolskiy8-135/+9
2016-12-03sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy1-12/+11
2016-12-03sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy4-18/+18
2016-12-03sh: add common dram_init() function for all boardsVladimir Zapolskiy2-1/+18
2016-12-03sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy1-16/+16
2016-12-03sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2-6/+1
2016-12-03sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy1-1/+1
2016-12-03sh4: use single u-boot linker script for all boardsVladimir Zapolskiy1-0/+4
2016-12-03sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy1-10/+0
2016-12-03sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy3-39/+36
2016-12-03sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy1-5/+3
2016-12-03sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy1-37/+2
2016-12-03sh3: remove unused cache.c file from being builtVladimir Zapolskiy2-97/+1
2016-12-03sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy1-1/+1
2016-12-03sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy1-1/+1
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-07-15arm, 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-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-05sh: Use the generic bitops headersFabio Estevam1-0/+5
2015-06-26Move default y configs out of arch/board KconfigJoe Hershberger1-3/+0
2015-05-13arch: 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