~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/cpu
Commit message (Expand)AuthorAge
* global: Migrate CONFIG_BOARDDIR to CFGTom Rini2022-12-23
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-31
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-23
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-02
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-17
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-02
* common: Move interrupt functions into a new headerSimon Glass2019-12-02
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-02
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-02
* common: Move checkcpu() out of common.hSimon Glass2019-12-02
* sh: Fix SH4 build with GCC versions without -m4-nofpuMarek Vasut2019-09-14
* sh: Fix incorrect linking with new binutilsMarek Vasut2019-09-14
* sh: Fix OF_SEPARATE supportMarek Vasut2019-09-02
* sh: sh3: Remove CPU supportMarek Vasut2019-05-10
* sh: sh2: Remove CPU supportMarek Vasut2019-05-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* sh: Use -m2a-nofpu onlyTom Rini2018-02-21
* sh: Fix linking of ms7722seTom Rini2017-08-27
* arch/sh: don't bring common/env_embedded.o into the linkThomas Petazzoni2017-08-26
* arch/sh: allow building in big-endian modeThomas Petazzoni2017-08-26
* Move environment files from common/ to env/Simon Glass2017-08-15
* sh: generate position independent code for all platformsVladimir Zapolskiy2016-12-02
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-02
* sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy2016-12-02
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-02
* sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy2016-12-02
* sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2016-12-02
* sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy2016-12-02
* sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2016-12-02
* sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2016-12-02
* sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy2016-12-02
* sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy2016-12-02
* sh3: remove unused cache.c file from being builtVladimir Zapolskiy2016-12-02
* sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy2016-12-02
* sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy2016-12-02
* sh: Fix build errors for generic boardSimon Glass2016-05-27
* remove unnecessary version.h includesRob Herring2015-03-24
* sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-13
* sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-24
* sh: delete an unused source fileMasahiro Yamada2014-04-30
* sh: merge compiler flag -ffixed-r13Masahiro Yamada2014-03-04
* sh: Do not define -ffreestanding twiceMasahiro Yamada2014-03-04
* sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu2014-01-09
* sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu2014-01-08
* sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu2014-01-08
* sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu2014-01-08