intel/mohonpeak: Change SEABIOS_MALLOC_UPPERMEMORY to config_seabios
Instead of the SEABIOS_MALLOC_UPPERMEMORY option, use a saved SeaBIOS .config file to do the same thing. Change-Id: I29110a382b7770329ef938876426e571fbbbb339 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12569 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
99d05c74b6
commit
c6a8d2ca7b
|
@ -71,10 +71,10 @@ config UART_FOR_CONSOLE
|
||||||
help
|
help
|
||||||
The Mohon Peak board uses COM2 (2f8) for the serial console.
|
The Mohon Peak board uses COM2 (2f8) for the serial console.
|
||||||
|
|
||||||
config SEABIOS_MALLOC_UPPERMEMORY
|
config PAYLOAD_CONFIGFILE
|
||||||
bool
|
string
|
||||||
default n
|
default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
|
||||||
help
|
help
|
||||||
The Avoton/Rangeley chip does not allow devices to write into the 0xe000
|
The Avoton/Rangeley chip does not allow devices to write into the 0xe000
|
||||||
segment. This means that USB/SATA devices will not work in SeaBIOS unless
|
segment. This means that USB/SATA devices will not work in SeaBIOS unless
|
||||||
we put the SeaBIOS buffer area down in the 0x9000 segment.
|
we put the SeaBIOS buffer area down in the 0x9000 segment.
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# The Avoton/Rangeley chip does not allow devices to write into the 0xe000
|
||||||
|
# segment. This means that USB/SATA devices will not work in SeaBIOS unless
|
||||||
|
# we put the SeaBIOS buffer area down in the 0x9000 segment.
|
||||||
|
|
||||||
|
# CONFIG_MALLOC_UPPERMEMORY is not set
|
Loading…
Reference in New Issue