From e2abf967b9fedb0f818a854e9c340906618d90b1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 4 May 2020 20:10:53 -0400 Subject: meta-agl-bsp: extend qemux86-64 hardware support Copy extra hardware support kernel configuration fragments used with meta-intel for intel-corei7-64 machine over to also use them with qemux86-64, and add apparently now required LPSS configuration options to x86-upsquared.cfg to fix serial console support. Bug-AGL: SPEC-3353 Signed-off-by: Scott Murray Change-Id: Iabcd7701f6967c877b295c09c1d328d69c4d0deb (cherry picked from commit b8a8fef1cb9914b9e11a50da8296af9b3316adb3) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25778 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg (limited to 'meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg new file mode 100644 index 000000000..b66b1b9b1 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux/x86-security-tpm.cfg @@ -0,0 +1,3 @@ +CONFIG_TCG_TPM=y +CONFIG_TCG_TIS=y +CONFIG_TCG_CRB=y -- cgit 1.2.3-korg