aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorAlexey Korolev <alexey.korolev@endace.com>2012-04-26 17:01:59 +1200
committerKevin O'Connor <kevin@koconnor.net>2012-04-26 21:52:30 -0400
commite5e5f96eb2f052e2c31a802cc3aa5329073f6c99 (patch)
tree9439fe5370a3491065ae3a092f0a29f981106c95 /src/config.h
parent37c111f253c0cad9601e1bb5beb58df50f49f24f (diff)
downloadseabios-hppa-e5e5f96eb2f052e2c31a802cc3aa5329073f6c99.zip
seabios-hppa-e5e5f96eb2f052e2c31a802cc3aa5329073f6c99.tar.gz
seabios-hppa-e5e5f96eb2f052e2c31a802cc3aa5329073f6c99.tar.bz2
pciinit: Migrate 64bit entries to 64bit pci regions
Migrate 64bit entries to 64bit pci regions if they do not fit in 32bit range. Signed-off-by: Alexey Korolev <alexey.korolev@endace.com>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index b0187a4..bbacae7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -47,6 +47,8 @@
#define BUILD_PCIMEM_START 0xe0000000
#define BUILD_PCIMEM_END 0xfec00000 /* IOAPIC is mapped at */
+#define BUILD_PCIMEM64_START 0x8000000000ULL
+#define BUILD_PCIMEM64_END 0x10000000000ULL
#define BUILD_IOAPIC_ADDR 0xfec00000
#define BUILD_HPET_ADDRESS 0xfed00000