diff options
| author | Tom Rini <[email protected]> | 2025-02-03 08:24:49 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-03 08:24:49 -0600 |
| commit | 752321b62530dcbd6e8b5872aff4cf761809d76b (patch) | |
| tree | bb98312358819d96cac0a5f0af8092133d44fafb /cmd | |
| parent | 2b1c8d3b2da46ce0f7108f279f04bc66f1d8d09a (diff) | |
| parent | faf237d1b43c3221e78bfa0310833fc5bc71bc21 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/24428
- RISC-V: Add some fixes
- RISC-V: Integrate OP-TEE into the RISC-V boot flow
- RISC-V: Unify implementation of cleanup_before_linux() for RISC-V
ports
- RISC-V: cmd: Add bhyve SBI implementation ID
- Board: K1: Probe dram size during boot phase
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/riscv/sbi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 5ecf56781c1..b013c8c8d4e 100644 --- a/cmd/riscv/sbi.c +++ b/cmd/riscv/sbi.c @@ -30,6 +30,7 @@ static struct sbi_imp implementations[] = { { 8, "PolarFire Hart Software Services" }, { 9, "coreboot" }, { 10, "oreboot" }, + { 11, "bhyve" }, }; static struct sbi_ext extensions[] = { |
