aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-205-5/+3
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-195-3/+5
* sh: Remove <common.h> and add needed includesTom Rini2024-05-065-5/+3
* Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-181-1/+1
* Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-101-1/+1
|\
| * treewide: Make arch-specific bootm code depend on BOOTMSimon Glass2024-04-101-1/+1
* | ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut2024-03-021-1/+1
* | bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-211-2/+4
|/
* spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass2023-10-061-2/+2
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-052-3/+3
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* sh: Remove unused code in arch/sh/lib/bootm.cTom Rini2022-08-041-15/+0
* Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configsSean Anderson2022-03-251-1/+1
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* lmb: sh: Add arch_lmb_reserve()Marek Vasut2021-09-231-0/+16
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-2/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut2020-08-021-1/+7
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+7
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* sh: Fix OF_SEPARATE supportMarek Vasut2019-09-021-0/+14
* sh: sh3: Remove CPU supportMarek Vasut2019-05-102-6/+0
* sh: sh2: Remove CPU supportMarek Vasut2019-05-102-10/+0
* sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut2018-09-151-16/+0
* sh: tmu: Clean up register usageMarek Vasut2018-09-151-43/+11
* sh: tmu: Inline sh_tmu.hMarek Vasut2018-09-151-1/+42
* sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQMarek Vasut2018-09-151-1/+5
* sh: tmu: Inline get_tmu0_clk_rate()Marek Vasut2018-09-151-1/+1
* sh: tmu: Inline tmu_timer_{start,stop}()Marek Vasut2018-09-151-17/+3
* sh: tmu: Simplify the tmu_bit mathMarek Vasut2018-09-151-5/+2
* sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIVMarek Vasut2018-09-151-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0716-34/+18
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-2/+2
* Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigSimon Glass2017-08-111-0/+6
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-022-0/+69
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-021-0/+18
* sh: add common dram_init() function for all boardsVladimir Zapolskiy2016-12-022-1/+18
* sh: Drop the arch-specific board initSimon Glass2016-05-272-190/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* sh: import missing private libraries from Linux 3.19Masahiro Yamada2015-02-256-2/+936
* sh: rename some private librariesMasahiro Yamada2015-02-253-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-11-171-1/+1
|\
| * sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-131-1/+1