summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh4
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-1/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-3/+3
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-09-14sh: Fix SH4 build with GCC versions without -m4-nofpuMarek Vasut1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-15/+6
2016-12-03sh: share the correct version of start.S among all cpusVladimir Zapolskiy2-62/+0
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 Zapolskiy1-6/+0
2016-12-03sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2-37/+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-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-05-27sh: Fix build errors for generic boardSimon Glass2-3/+10
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada1-1/+1
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada1-80/+0
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada1-1/+0
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu1-4/+0
2014-01-08sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu1-1/+1
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada1-24/+2
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada1-1/+3
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-130/+8
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-7/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+4
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda1-0/+4
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger1-0/+22
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu1-1/+1
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu1-5/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+3
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu1-0/+4
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser8-0/+565