Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ case "$CMD" in
BOARD="v560tu"
build_novacustom_v5x0tu "v560tu"
;;
"v540tu " | "V540TU " )
"v540tu" | "V540TU" )
BOARD="v540tu"
build_novacustom_v5x0tu "v540tu "
build_novacustom_v5x0tu "v540tu"
;;
"apu2" | "APU2" )
build_pcengines "apu2"
Expand Down
2 changes: 1 addition & 1 deletion configs/config.novacustom_v540tu
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ CONFIG_EDK2_BOOT_MENU_KEY=0x0011
CONFIG_EDK2_SETUP_MENU_KEY=0x000C
CONFIG_EDK2_ENABLE_BATTERY_CHECK=y
CONFIG_EDK2_PRINT_SOL_STRINGS=y
CONFIG_EDK2_LAN_ROM_DRIVER="3rdparty/blobs/mainboard/novacustom/mtl-h/LanRom.efi"
CONFIG_EDK2_LAN_ROM_DRIVER="3rdparty/blobs/mainboard/novacustom-blobs/novacustom/mtl-h/LanRom.efi"
CONFIG_EDK2_CREATE_PREINSTALLED_BOOT_OPTIONS=y
CONFIG_EDK2_ENABLE_FAST_BOOT_FEATURE=y
CONFIG_EDK2_ENABLE_QUIET_BOOT_FEATURE=y
2 changes: 2 additions & 0 deletions src/mainboard/novacustom/mtl-h/ramstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,6 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)

params->PortResetMessageEnable[1] = 1;
params->PortResetMessageEnable[5] = 1;

params->PchPmPciePllSsc = 0x80;
}