mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device
Connect the support for Versal Battery-Backed RAM (BBRAM) The command argument: -drive if=pflash,index=0,... Can be used to optionally connect the bbram to a backend storage, such that field-programmed values in one invocation can be made available to next invocation. The backend storage must be a seekable binary file, and its size must be 36 bytes or larger. A file with all binary 0's is a 'blank'. Signed-off-by: Tong Ho <tong.ho@xilinx.com> Message-id: 20210917052400.1249094-6-tong.ho@xilinx.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
461a6a6f19
commit
393185bc9d
4 changed files with 60 additions and 0 deletions
|
@ -381,6 +381,7 @@ config XLNX_VERSAL
|
|||
select XLNX_ZDMA
|
||||
select XLNX_ZYNQMP
|
||||
select OR_IRQ
|
||||
select XLNX_BBRAM
|
||||
|
||||
config NPCM7XX
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue