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