From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web08.5943.1666171351944226668 for ; Wed, 19 Oct 2022 02:22:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=S9+jAmhJ; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5A480617D4; Wed, 19 Oct 2022 09:22:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66437C433D6; Wed, 19 Oct 2022 09:22:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666171350; bh=PA2JhS2Oj3r14424JwqfHwB314fd0RueRyPsvVvniq4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S9+jAmhJ5Xgcnil7XrlLB96TMgF47YX0jpzGUROryNXlDaeIHFIEIv4lrBaIPoUGj pFRAXcc+ebHO4AFGiRBfSWWpVFmVUdduj18LbA8NePWKxBN7+nVvC8g0VTocI40wn3 07vTn5wYMIMj9IpB+/U8apUpIf8zEmxJ1TbfpDUkTKbH7nRmRnkc4McrckLSRHDLcD I03SFAVyi6VaAiAlYJ7WXkg80SkJWsN6qzHS+1nZlrqzKRjnw4Lrjz1g12i2K83pvZ lU1xToszrEa33oE8RbtBVJlK7aoW5mpF1Ir/m8Lro/dEtNchTyxlDiBwu326d75TSa 3GUziPh4kxpVg== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Alexander Graf , Gerd Hoffmann , Sami Mujawar Subject: [PATCH v3 resend 04/11] ArmVirtPkg/ArmVirtQemu: wire up timeout PCD to Timeout variable Date: Wed, 19 Oct 2022 11:22:04 +0200 Message-Id: <20221019092211.465699-5-ardb@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221019092211.465699-1-ardb@kernel.org> References: <20221019092211.465699-1-ardb@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Use the appropriate PCD definition in the ArmVirtQemu DSC so that the boot timeout is taken from the Timeout variable automatically, which is what Linux tools such as efibootmgr expect. Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirtQemu.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index 45c4a8fc84e0..302c0d2a4e29 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -292,6 +292,8 @@ [PcdsDynamicHii] gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2C= onfigFormSetGuid|0x8|3|NV,BS=0D !endif=0D =0D + gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVar= iableGuid|0x0|5=0D +=0D ##########################################################################= ######=0D #=0D # Components Section - list of all EDK II Modules needed by this Platform= =0D --=20 2.35.1