diff options
author | Martin Roth <gaumless@gmail.com> | 2023-03-08 15:50:27 -0700 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2023-03-29 20:06:14 +0000 |
commit | e22d740971f557195af457cde2a4e7bc1f78c158 (patch) | |
tree | eceb4f4c2af2c69457b6fd5a0e4bd8ed7a539c5e /src/mainboard/google/skyrim/Kconfig | |
parent | fc709fee099b4035e0f5311a401cda886ad0d8a2 (diff) |
mb/google/skyrim: Get ready to add MP2 firmware
This sets the location of the skyrim MP2 firmware within the mainboard's
blobs directory, and adds the Kconfig option to the mainboard directory
so that it can be enabled in a saved .config file.
The skyrim MP2 firmware is skyrim specific, so it should not be placed
in the main PSP AMD_BLOBS directory.
We will also only want to enable the MP2 firmware for chromeos builds as
it's not useful for non-chromeos builds.
BUG=b:259554520
TEST=Build MP2 firmware into image, see that it gets loaded
BRANCH=skyrim
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I04be6f2d0b605d4eca37fd927a70310259dc106c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73659
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Robert Zieba <robertzieba@google.com>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 823a9491a2..f44937be57 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -66,6 +66,11 @@ config AMDFW_CONFIG_FILE help Custom firmware list excluding the fwTPM binary. +config PSP_LOAD_MP2_FW + prompt "Load MP2 Firmware" + depends on CHROMEOS + default n + config HAVE_SPL_FILE bool default y |