hw/uefi-vars-sysbus: add x64 variant
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Feb 2025 16:30:24 +0000 (17:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Mar 2025 11:07:05 +0000 (12:07 +0100)
commit69392de9138fe6d49f96dfae8adfb9cd64e0578e
tree41e673d8784470e159f73ca3ef349b73b38ee1d8
parent03223b665c675f6f7d05555d9c6a69678c9ab875
hw/uefi-vars-sysbus: add x64 variant

The x86 variant of the device is mapped on the fixed address 0xfef10000
and uses etc/hardware-info instead of FDT to pass the mapping location
to the edk2 firmware.  The latter allows to move the device to a
different location should that turn out to be necessary in the future.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20250225163031.1409078-21-kraxel@redhat.com>
hw/uefi/var-service-sysbus.c