Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44644 )
Change subject: mb/asus/a88xm-e: Disable TPM at SeaBIOS confuration ......................................................................
mb/asus/a88xm-e: Disable TPM at SeaBIOS confuration
ASUS A88XM-E doesn't have a TPM header, so couldn't have a TPM and it makes sense to disable a related SeaBIOS option for this board. This reduces the size of compiled SeaBIOS by 132736-120832=11904 bytes.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ieff8cb24ddb23483b992db5e311030ce0316867d --- M src/mainboard/asus/a88xm-e/Kconfig A src/mainboard/asus/a88xm-e/config_seabios 2 files changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/44644/1
diff --git a/src/mainboard/asus/a88xm-e/Kconfig b/src/mainboard/asus/a88xm-e/Kconfig index 6874e9e..139f989 100644 --- a/src/mainboard/asus/a88xm-e/Kconfig +++ b/src/mainboard/asus/a88xm-e/Kconfig @@ -56,4 +56,8 @@ bool default n
+config PAYLOAD_CONFIGFILE + string + default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios" if PAYLOAD_SEABIOS + endif # BOARD_ASUS_A88XM_E diff --git a/src/mainboard/asus/a88xm-e/config_seabios b/src/mainboard/asus/a88xm-e/config_seabios new file mode 100644 index 0000000..26188f7 --- /dev/null +++ b/src/mainboard/asus/a88xm-e/config_seabios @@ -0,0 +1,5 @@ +### +### SeaBIOS custom configuration for ASUS A88XM-E +### +# CONFIG_TCGBIOS is not set +#