summaryrefslogtreecommitdiff
path: root/arch/sh/cpu
AgeCommit message (Expand)Author
2025-12-03sh: Assure end of U-Boot is at 8-byte aligned offsetMarek Vasut
2025-03-14treewide: Add a function to change page permissionsIlias Apalodimas
2024-10-13sh: cache: Fill in invalidate_icache_all()Marek Vasut
2024-07-03sh: Add the old invalidate_icache_all functionTom Rini
2024-07-03sh: Implement a default flush_dcache_allTom Rini
2024-06-16sh4: remove watchdog.c fileRasmus Villemoes
2024-06-16sh4: move reset_cpu() from watchdog.c to cpu.cRasmus Villemoes
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06sh: Remove <common.h> and add needed includesTom Rini
2022-12-23global: Migrate CONFIG_BOARDDIR to CFGTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-09-14sh: Fix SH4 build with GCC versions without -m4-nofpuMarek Vasut
2019-09-14sh: Fix incorrect linking with new binutilsMarek Vasut
2019-09-02sh: Fix OF_SEPARATE supportMarek Vasut
2019-05-10sh: sh3: Remove CPU supportMarek Vasut
2019-05-10sh: sh2: Remove CPU supportMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-21sh: Use -m2a-nofpu onlyTom Rini
2017-08-27sh: Fix linking of ms7722seTom Rini
2017-08-26arch/sh: don't bring common/env_embedded.o into the linkThomas Petazzoni
2017-08-26arch/sh: allow building in big-endian modeThomas Petazzoni
2017-08-15Move environment files from common/ to env/Simon Glass
2016-12-02sh: generate position independent code for all platformsVladimir Zapolskiy
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy
2016-12-02sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy
2016-12-02sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy
2016-12-02sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy
2016-12-02sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy
2016-12-02sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy
2016-12-02sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy
2016-12-02sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy
2016-12-02sh3: remove unused cache.c file from being builtVladimir Zapolskiy
2016-12-02sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy
2016-12-02sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy
2016-05-27sh: Fix build errors for generic boardSimon Glass