aboutsummaryrefslogtreecommitdiff
path: root/common/spl/spl_opensbi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-03-26spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDRRandolph1-1/+1
2024-01-31spl: riscv: falcon: move fdt blob to specified addressRandolph1-0/+15
2023-10-19spl: riscv: add os type for next booting stageRandolph1-2/+7
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-02Merge branch 'next'Tom Rini1-0/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-05spl: add __noreturn attribute to spl_invoke_opensbi functionChanho Park1-3/+4
2022-08-11spl: opensbi: convert scratch options to configNikita Shubin1-1/+1
2022-08-11spl: opensbi: fix typoNikita Shubin1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-27spl: Use standard FIT entriesMichal Simek1-5/+3
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-5/+0
2020-07-06Merge branch 'next'Tom Rini1-0/+5
2020-07-02riscv: sbi: Add newline to error messageSean Anderson1-1/+1
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-0/+5
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-10spl: opensbi: wait for ack from secondary harts before entering OpenSBILukas Auer1-1/+11
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer1-1/+1
2019-12-10spl: opensbi: specify main hart as preferred boot hartLukas Auer1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-26spl: support booting via RISC-V OpenSBILukas Auer1-0/+85