diff options
author | Jason Baron <jbaron@redhat.com> | 2012-11-28 10:17:30 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-12-01 23:18:23 -0500 |
commit | a39a9c382beafc5b91e4256854870a4a6349313e (patch) | |
tree | bb7981622e35edc61111db4c44fe1125bc5746a2 /src/config.h | |
parent | 8b73b838de25aaf04ff0d397855b1eecd0443e98 (diff) | |
download | seabios-a39a9c382beafc5b91e4256854870a4a6349313e.tar.gz |
seabios: make mttr UC area setup dynamic
Set up the UC area of mtrr dynamically based on mtrr_base. This allows
the bios to work for other chipsets that might want to set the mtrr.
Since BUILD_MAX_HIGHMEM is no longer used we can remove the config parameter.
This change reverses the order of pci_setup() and smm_init() with
mtrr_setup().
Signed-off-by: Jason Baron <jbaron@redhat.com>
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 0d4066d9..71c0b7e6 100644 --- a/src/config.h +++ b/src/config.h @@ -44,7 +44,6 @@ #define BUILD_SMM_INIT_ADDR 0x38000 #define BUILD_SMM_ADDR 0xa8000 #define BUILD_SMM_SIZE 0x8000 -#define BUILD_MAX_HIGHMEM 0xe0000000 #define BUILD_PCIMEM_START 0xe0000000 #define BUILD_PCIMEM_END 0xfec00000 /* IOAPIC is mapped at */ |