summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh4/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
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 Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-1/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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 Zapolskiy1-34/+0
2016-12-03sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy1-1/+1
2016-05-27sh: Fix build errors for generic boardSimon Glass1-0/+6
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu1-4/+0
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda1-0/+4
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser1-0/+93