diff options
| author | Tom Rini <[email protected]> | 2023-08-10 10:36:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-10 10:36:43 -0400 |
| commit | 824f1044227d5e971d5541d8f334bc2dfa22b99f (patch) | |
| tree | 40dcd7ccb9a4dd2a5421296e1e7bfc921c46315b /board | |
| 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 'board')
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index b503578d274..d56b4b5bc1e 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -57,6 +57,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply NVME imply PCI imply PCIE_ECAM_GENERIC + imply DM_RNG imply SCSI imply DM_SCSI imply SYS_NS16550 |
