aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2024-07-15sh: Remove duplicate newlinesMarek Vasut6-6/+0
2024-07-03sh: Add the old invalidate_icache_all functionTom Rini1-0/+6
2024-07-03sh: Implement a default flush_dcache_allTom Rini1-0/+9
2024-06-16sh4: remove watchdog.c fileRasmus Villemoes2-52/+1
2024-06-16sh4: move reset_cpu() from watchdog.c to cpu.cRasmus Villemoes2-9/+10
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini10-9/+5
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini10-5/+9
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-0/+2
2024-05-06sh: Remove <common.h> and add needed includesTom Rini9-9/+3
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-1/+1
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass1-1/+1
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut1-1/+1
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+4
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass1-2/+2
2023-05-31sh: use asm-generic/unaligned.hJens Wiklander1-20/+2
2023-05-31include: Remove unused header filesTom Rini1-14/+0
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass1-2/+2
2023-02-07sh4: Drop unused pci_sh7780 driverSimon Glass1-2/+0
2022-12-23global: Migrate CONFIG_BOARDDIR to CFGTom Rini1-1/+1
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini1-1/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-12-05Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini1-1/+0
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini3-4/+4
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-08-04sh: Remove unused code in arch/sh/lib/bootm.cTom Rini1-15/+0
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-03-25Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configsSean Anderson1-1/+1
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2021-12-27Convert CONFIG_CPU_SH7751 to KconfigTom Rini1-1/+5
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-23lmb: sh: Add arch_lmb_reserve()Marek Vasut1-0/+16
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+3
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-2/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-15sh: Remove sh7763rdp boardTom Rini1-5/+0
2021-02-15sh: Remove sh7757lcr boardTom Rini5-330/+1
2021-02-15sh: Remove sh7753evb boardTom Rini1-5/+0
2021-02-15sh: Remove sh7752evb boardTom Rini1-5/+0
2021-02-15sh: Remove r7780mp boardTom Rini1-5/+0
2021-02-15sh: Remove MigoR boardTom Rini1-5/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-08-02sh: r2dplus: Add SCIF1 to the basic DTMarek Vasut1-0/+23
2020-08-02sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut1-1/+7
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-4/+0