aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/lib/bootm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau2024-11-241-1/+1
* lmb: do away with arch_lmb_reserve()Sughosh Ganu2024-09-031-13/+0
* lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-2/+2
* bootm: Adjust arguments of boot_os_fnSimon Glass2023-12-211-5/+6
* riscv: Remove common.h usageTom Rini2023-10-241-1/+0
* riscv: bootstage: correct bootstage_report guardChanho Park2023-10-041-1/+1
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-4/+4
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-1/+1
* arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLEDMichal Simek2022-07-261-2/+0
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-2/+2
* lmb: riscv: Add arch_lmb_reserve()Marek Vasut2021-09-231-0/+13
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* riscv: Move all fdt fixups togetherAtish Patra2020-04-231-33/+0
* riscv: Copy the reserved-memory nodes to final DTAtish Patra2020-04-231-1/+7
* riscv: Add boot hartid to device treeAtish Patra2020-04-231-0/+22
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+1
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-101-1/+1
* riscv: boot images passed to bootm on all hartsLukas Auer2019-04-081-1/+12
* riscv: bootm: Support booting VxWorksBin Meng2018-12-311-1/+7
* riscv: bootm: Change to use boot_hart from global dataBin Meng2018-12-181-1/+1
* riscv: align bootm implementation with that of other architecturesLukas Auer2018-11-261-27/+70
* riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng2018-11-141-1/+10
* riscv: bootm: Pass mhartid CSR value to kernelBin Meng2018-10-031-2/+3
* riscv: bootm: Correct the 1st kernel argument to hart idBin Meng2018-10-031-13/+5
* riscv: Remove setup.hBin Meng2018-10-031-1/+0
* riscv: Add board_quiesce_devices stubAlexander Graf2018-05-291-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* riscv: bootm: Remove ATAGSRick Chen2018-03-301-177/+2
* riscv: bootm: Support to boot riscv-linuxRick Chen2018-03-301-4/+4
* riscv: checkpatch: Fix missing a blank line after declarationsRick Chen2018-03-301-2/+2
* riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen2018-01-121-0/+248