Update kbl-u
This commit is contained in:
@@ -46,11 +46,11 @@ config CBFS_SIZE
|
|||||||
hex
|
hex
|
||||||
default 0x600000
|
default 0x600000
|
||||||
|
|
||||||
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
config SUBSYSTEM_VENDOR_ID
|
||||||
hex
|
hex
|
||||||
default 0x1558
|
default 0x1558
|
||||||
|
|
||||||
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
config SUBSYSTEM_DEVICE_ID
|
||||||
hex
|
hex
|
||||||
default 0x1303 if BOARD_SYSTEM76_GALP2
|
default 0x1303 if BOARD_SYSTEM76_GALP2
|
||||||
default 0x1313 if BOARD_SYSTEM76_GALP3
|
default 0x1313 if BOARD_SYSTEM76_GALP3
|
||||||
@@ -64,10 +64,9 @@ config ONBOARD_VGA_IS_PRIMARY
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
# This causes UEFI to hang
|
config UART_FOR_CONSOLE
|
||||||
#config UART_FOR_CONSOLE
|
int
|
||||||
# int
|
default 2
|
||||||
# default 2
|
|
||||||
|
|
||||||
config MAX_CPUS
|
config MAX_CPUS
|
||||||
int
|
int
|
||||||
|
@@ -43,7 +43,7 @@ DefinitionBlock(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Chipset specific sleep states
|
// Chipset specific sleep states
|
||||||
#include <soc/intel/skylake/acpi/sleepstates.asl>
|
#include <southbridge/intel/common/acpi/sleepstates.asl>
|
||||||
|
|
||||||
// Mainboard specific
|
// Mainboard specific
|
||||||
#include "acpi/mainboard.asl"
|
#include "acpi/mainboard.asl"
|
||||||
|
Reference in New Issue
Block a user