aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/spl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26rockchip: spl: Cache boot source id for later useJonas Karlman1-3/+11
2024-03-14rockchip: spl: Enable caches to speed up checksum validationJonas Karlman1-1/+15
2023-08-12rockchip: spl: Drop out of scope debug message related to uart initMassimo Pegorer1-11/+0
2023-08-12rockchip: spl: Drop useless call to debug_uart_initMassimo Pegorer1-2/+0
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan1-1/+1
2022-04-18rockchip: spl: change call condition rockchip_stimer_init()Johan Jonker1-4/+4
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+1
2022-03-18rockchip: rk3399: Add support for chromebook_kevinMarty E. Plummer1-1/+2
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson1-10/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-28rockchip: Allow Bob to use SPI bootSimon Glass1-1/+2
2020-05-31rockchip: spl: do full dram_init instead of only probingHeiko Stuebner1-5/+4
2020-05-22rockchip: spl: veyron speedy boots from SPIUrja Rannikko1-1/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-02-19rockchip: make the global board_fit_config_name_match __weakHeiko Stuebner1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-11-17rockchip: allow DRAM init in SPLThomas Hebb1-2/+2
2019-11-17rockchip: SPL: fix ordering of DRAM initThomas Hebb1-7/+7
2019-11-17ram: rockchip: rename sdram.h to sdram_rk3288.hKever Yang1-1/+0
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-1/+4
2019-07-29rockchip: add common spl board fileKever Yang1-0/+154