aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-11-21 16:48:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-11-21 17:06:21 +0100
commitedd88a99f6f5468840054d06cc002bafb84b875f (patch)
tree49e8c97f04881758847dc4884bfd4eb6a21a60c5 /src/util.h
parent1be8d771d57fb9c892d5a1958c94734b12d3dda5 (diff)
downloadseabios-edd88a99f6f5468840054d06cc002bafb84b875f.tar.gz
add fwcfg override for pci_pad_mem64pci64-cfg
Allow setting pci_pad_mem64 via fw_cfg. Usage: qemu -fw_cfg name=opt/org.seabios/pci64,string={yes,no} Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index aff8e888..03dcafb8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -135,6 +135,7 @@ void multiboot_init(void);
extern u64 pcimem_start, pcimem_end;
extern u64 pcimem64_start, pcimem64_end;
extern const u8 pci_irqs[4];
+extern u32 pci_pad_mem64;
void pci_setup(void);
void pci_resume(void);