hw/uefi: add include/hw/uefi/var-service-api.h
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 Feb 2025 16:30:06 +0000 (17:30 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Mar 2025 11:01:42 +0000 (12:01 +0100)
commit995496fd216a6bf6f709c52992c0c423565a63b7
treed3db139d73f7ee2d74a9e795bbee4b1805ef27f2
parent8d127aa866a42b36ec6391b025999059dd47cbfd
hw/uefi: add include/hw/uefi/var-service-api.h

This file defines the register interface of the uefi-vars device.
It's only a handful of registers: magic value, command and status
registers, location and size of the communication buffer.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-ID: <20250225163031.1409078-3-kraxel@redhat.com>
include/hw/uefi/var-service-api.h [new file with mode: 0644]