Skip to content
Open
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
2 changes: 1 addition & 1 deletion configs/config.protectli_vp66xx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ CONFIG_SOFTWARE_CONNECTION_MANAGER=y
CONFIG_IFDTOOL_DISABLE_ME=y
CONFIG_HAVE_ME_BIN=y
CONFIG_ME_REGION_ALLOW_CPU_READ_ACCESS=y
CONFIG_INTEL_ME_DISABLED_HAP=y
CONFIG_DASHARO_PREFER_S3_SLEEP=y
CONFIG_PCIEXP_LANE_ERR_STAT_CLEAR=y
CONFIG_DRIVERS_EFI_VARIABLE_STORE=y
Expand Down Expand Up @@ -56,6 +55,7 @@ CONFIG_EDK2_IPXE_OPTION_NAME="Network Boot and Utilities"
# CONFIG_EDK2_SECURE_BOOT_DEFAULT_ENABLE is not set
CONFIG_EDK2_SETUP_PASSWORD=y
CONFIG_EDK2_DASHARO_SYSTEM_FEATURES=y
CONFIG_EDK2_DASHARO_INTEL_ME_OPTIONS=y
CONFIG_EDK2_DASHARO_SECURITY_OPTIONS=y
CONFIG_EDK2_DASHARO_USB_CONFIG=y
CONFIG_EDK2_DASHARO_POWER_CONFIG=y
Expand Down
3 changes: 3 additions & 0 deletions src/mainboard/protectli/vault_adl_p/devicetree.cb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ chip soc/intel/alderlake
}"

register "tcc_offset" = "20" # TCC of 80C

register "usb2_wake_enable_bitmap" = "0x0002"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be in the enable ME commit?

register "usb3_wake_enable_bitmap" = "0x0001"

device domain 0 on
subsystemid 0x8086 0x7270 inherit
Expand Down
Loading