• Masahisa Kojima's avatar
    qemu/qemu_sbsa: enable secure variable storage · 74c87a4b
    Masahisa Kojima authored
    
    
    This implements support for UEFI secure variable storage
    using standalone MM framework on qemu_sbsa platform.
    
    Non-secure shared memory between UEFI and standalone MM
    is allocated at the top of DRAM.
    DRAM size of qemu_sbsa varies depends on the QEMU parameter,
    so the non-secure shared memory is allocated by trusted firmware
    and passed the base address and size to UEFI through device tree
    "/reserved-memory" node.
    
    Change-Id: I367191f408eb9850b7ec7761ee346b014c539767
    Signed-off-by: default avatarMasahisa Kojima <masahisa.kojima@linaro.org>
    74c87a4b
qemu_spm.c 3.97 KB