diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2020-04-21 09:16:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-22 13:48:40 +0000 |
commit | 4ac376a67b0be2a93a05f4fbf6e72ffab30c700f (patch) | |
tree | a4a162e3cdc7578a96837546d6f116ba5dc9f87e /configs/config.facebook_fbg1701.mboot_vboot | |
parent | b8d083ec74735b50917adfc2b4da41e3ac698ad3 (diff) |
configs/config.facebook_fbg1701: Rename file
Jenkins does not build using .config.facebook_fbg1701 on new patches.
Rename the config file adding '.mboot_vboot'. Now FACEBOOK_FBG1701
and FACEBOOK_FBG1701_MBOOT_VBOOT are included in Jenkins test result.
BUG=N/A
TEST=Build and boot Facebook fbg1701
Change-Id: Ib54cc29e7ff34553c19fa3502872d6e7aee5fbe8
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40557
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'configs/config.facebook_fbg1701.mboot_vboot')
-rw-r--r-- | configs/config.facebook_fbg1701.mboot_vboot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/config.facebook_fbg1701.mboot_vboot b/configs/config.facebook_fbg1701.mboot_vboot new file mode 100644 index 0000000000..b372bbeb29 --- /dev/null +++ b/configs/config.facebook_fbg1701.mboot_vboot @@ -0,0 +1,12 @@ +CONFIG_VENDOR_FACEBOOK=y +CONFIG_C_ENV_BOOTBLOCK_SIZE=0x6000 +CONFIG_ONBOARD_SAMSUNG_MEM=y +CONFIG_CPU_MICROCODE_CBFS_LOC=0xFFF8B000 +CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y +CONFIG_CPU_UCODE_BINARIES="3rdparty/intel-microcode/intel-ucode/06-4c-04" +CONFIG_VENDORCODE_ELTAN_MBOOT=y +CONFIG_VENDORCODE_ELTAN_VBOOT=y +CONFIG_VENDORCODE_ELTAN_VBOOT_KEY_FILE="3rdparty/vboot/tests/devkeys-acc/key_hadoken.vbpubk2" +CONFIG_RUN_FSP_GOP=y +CONFIG_DISPLAY_HOBS=y +CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y |