aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
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