summaryrefslogtreecommitdiff
path: root/arch/sh/cpu
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-172-1/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-3/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* sh: Fix SH4 build with GCC versions without -m4-nofpuMarek Vasut2019-09-141-1/+1
* sh: Fix incorrect linking with new binutilsMarek Vasut2019-09-141-0/+1
* sh: Fix OF_SEPARATE supportMarek Vasut2019-09-021-0/+1
* sh: sh3: Remove CPU supportMarek Vasut2019-05-105-142/+0
* sh: sh2: Remove CPU supportMarek Vasut2019-05-105-153/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0717-41/+17
* sh: Use -m2a-nofpu onlyTom Rini2018-02-211-1/+1
* sh: Fix linking of ms7722seTom Rini2017-08-271-0/+4
* arch/sh: don't bring common/env_embedded.o into the linkThomas Petazzoni2017-08-261-4/+0
* arch/sh: allow building in big-endian modeThomas Petazzoni2017-08-261-0/+5
* Move environment files from common/ to env/Simon Glass2017-08-151-2/+2
* sh: generate position independent code for all platformsVladimir Zapolskiy2016-12-021-1/+1
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-026-195/+0
* sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy2016-12-021-12/+11
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-023-18/+0
* sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy2016-12-021-16/+16
* sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2016-12-021-5/+1
* sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy2016-12-021-1/+1
* sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2016-12-021-0/+4
* sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2016-12-022-37/+36
* sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy2016-12-021-5/+3
* sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy2016-12-021-37/+2
* sh3: remove unused cache.c file from being builtVladimir Zapolskiy2016-12-022-97/+1
* sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy2016-12-021-1/+1
* sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy2016-12-021-1/+1
* sh: Fix build errors for generic boardSimon Glass2016-05-277-9/+31
* remove unnecessary version.h includesRob Herring2015-03-243-3/+0
* sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-133-4/+4
* sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-243-160/+4
* sh: delete an unused source fileMasahiro Yamada2014-04-301-96/+0
* sh: merge compiler flag -ffixed-r13Masahiro Yamada2014-03-043-3/+0
* sh: Do not define -ffreestanding twiceMasahiro Yamada2014-03-041-1/+1
* sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu2014-01-092-8/+0
* sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu2014-01-081-1/+1
* sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu2014-01-081-1/+1
* sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu2014-01-081-1/+1
* sh: convert makefiles to Kbuild styleMasahiro Yamada2013-10-313-72/+6
* sh: Do not include start.o in lib$(CPU).oMasahiro Yamada2013-10-313-3/+9
* sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2013-10-172-3/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2424-390/+24
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-183-3/+3
|\