summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/bootm.c
AgeCommit message (Expand)Author
2023-02-10Correct SPL uses of LMBSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma
2022-07-26arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-09-23lmb: riscv: Add arch_lmb_reserve()Marek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-23riscv: Move all fdt fixups togetherAtish Patra
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra
2020-04-23riscv: Add boot hartid to device treeAtish Patra
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer
2019-04-08riscv: boot images passed to bootm on all hartsLukas Auer
2018-12-31riscv: bootm: Support booting VxWorksBin Meng
2018-12-18riscv: bootm: Change to use boot_hart from global dataBin Meng
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng
2018-10-03riscv: bootm: Pass mhartid CSR value to kernelBin Meng
2018-10-03riscv: bootm: Correct the 1st kernel argument to hart idBin Meng
2018-10-03riscv: Remove setup.hBin Meng
2018-05-29riscv: Add board_quiesce_devices stubAlexander Graf
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-30riscv: bootm: Remove ATAGSRick Chen
2018-03-30riscv: bootm: Support to boot riscv-linuxRick Chen
2018-03-30riscv: checkpatch: Fix missing a blank line after declarationsRick Chen
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen