diff options
author | Robert Zieba <robertzieba@google.com> | 2023-01-19 21:02:39 +0000 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-01 21:06:08 +0000 |
commit | 372c4151d4423788e597c1fdf90e003ce4226649 (patch) | |
tree | 6c1c098aa7faa4054a3cbdce47e1a49753eaa21c /src/mainboard/google/skyrim/Kconfig | |
parent | db48680ebcfbd3617fef954129b3234a7aebbc4e (diff) |
mainboard/google/skyrim: Enable MP2 FW loading
This board will use custom MP2 FW to dump the contents of the STB when
the SOC fails to enter/exit S0i3. Enable `PSP_LOAD_MP2_FW` by default.
BUG=b:259554520
TEST=Built and ran on skyrim device, verified that MP2 FW loads.
Change-Id: I4222521d01e2c98708f0e5b6693a8aee9e59edf2
Signed-off-by: Robert Zieba <robertzieba@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72118
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 44ecfc4699..53dfd53966 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -71,7 +71,7 @@ config AMDFW_CONFIG_FILE config PSP_LOAD_MP2_FW prompt "Load MP2 Firmware" depends on CHROMEOS - default n + default y config HAVE_SPL_FILE bool |