diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-10 10:36:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-10 10:36:43 -0400 |
commit | 824f1044227d5e971d5541d8f334bc2dfa22b99f (patch) | |
tree | 40dcd7ccb9a4dd2a5421296e1e7bfc921c46315b /arch/riscv/include/asm/sbi.h | |
parent | ec58228830a1f68e8e65099387cf12c5a91c9e72 (diff) | |
parent | 47ed15125cccd98e041cdff3b6bbe675a2418ec2 (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
+ Add USB host support on VisionFive2 board
+ Enable SPI flash support on VisionFive2 board
+ Enable Random Number Generator in RISC-V QEMU board
+ Display new SBI extension
+ Add SPL_ZERO_MEM_BEFORE_USE Kconfig for jh7110 L2 LIM
(Loosely-Integrated Memory)
Diffstat (limited to 'arch/riscv/include/asm/sbi.h')
-rw-r--r-- | arch/riscv/include/asm/sbi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/sbi.h b/arch/riscv/include/asm/sbi.h index 769369997d..009a26885c 100644 --- a/arch/riscv/include/asm/sbi.h +++ b/arch/riscv/include/asm/sbi.h @@ -31,6 +31,8 @@ enum sbi_ext_id { SBI_EXT_DBCN = 0x4442434E, SBI_EXT_SUSP = 0x53555350, SBI_EXT_CPPC = 0x43505043, + SBI_EXT_NACL = 0x4E41434C, + SBI_EXT_STA = 0x535441, }; enum sbi_ext_base_fid { |