summaryrefslogtreecommitdiff
path: root/arch/sh/lib
AgeCommit message (Expand)Author
2025-04-14common: board: make initcalls staticJerome Forissier
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
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
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-08-04sh: Remove unused code in arch/sh/lib/bootm.cTom Rini
2022-03-25Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configsSean Anderson
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-23lmb: sh: Add arch_lmb_reserve()Marek Vasut
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-08-02sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
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-09-15sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut
2018-09-15sh: tmu: Clean up register usageMarek Vasut
2018-09-15sh: tmu: Inline sh_tmu.hMarek Vasut
2018-09-15sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQMarek Vasut
2018-09-15sh: tmu: Inline get_tmu0_clk_rate()Marek Vasut
2018-09-15sh: tmu: Inline tmu_timer_{start,stop}()Marek Vasut
2018-09-15sh: tmu: Simplify the tmu_bit mathMarek Vasut
2018-09-15sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIVMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-11Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigSimon Glass
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy
2016-05-27sh: Drop the arch-specific board initSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-02-25sh: import missing private libraries from Linux 3.19Masahiro Yamada