aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-01-20 11:47:43 -0500
committerKevin O'Connor <kevin@koconnor.net>2014-01-29 12:57:01 -0500
commited8b2fb836e4e055bf0ac909d67364308e0199a6 (patch)
tree7612fce46916bc57c8d698d8405fe3d7f5d5e372 /src/config.h
parent386a81ee2c8487ee414652a540b820b87c6b6351 (diff)
downloadseabios-hppa-ed8b2fb836e4e055bf0ac909d67364308e0199a6.zip
seabios-hppa-ed8b2fb836e4e055bf0ac909d67364308e0199a6.tar.gz
seabios-hppa-ed8b2fb836e4e055bf0ac909d67364308e0199a6.tar.bz2
Increase maximum size of permanent high memory area.
Some XHCI controllers can request a significant chunk of reserved memory for scratch pad buffers. (At least one controller Intel Haswell based controller has been seen to request 64KiB.) Unused memory is returned after POST completes, so it should be okay to increase the maximum permanent high memory zone from 64K to 256K. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 64e3c92..2fee0c7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -17,7 +17,7 @@
// Maximum number of map entries in the e820 map
#define BUILD_MAX_E820 32
// Space to reserve in high-memory for tables
-#define BUILD_MAX_HIGHTABLE (64*1024)
+#define BUILD_MAX_HIGHTABLE (256*1024)
// Largest supported externaly facing drive id
#define BUILD_MAX_EXTDRIVE 16
// Number of bytes the smbios may be and still live in the f-segment