From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.3842.1591213006226531949 for ; Wed, 03 Jun 2020 12:36:46 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E337031B; Wed, 3 Jun 2020 12:36:44 -0700 (PDT) Received: from dogfood.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3C1123F52E; Wed, 3 Jun 2020 12:36:44 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, Ard Biesheuvel Subject: [PATCH] ArmPkg/ArmPkg.dsc: set terminal type PCD to the right value Date: Wed, 3 Jun 2020 21:36:35 +0200 Message-Id: <20200603193635.5823-1-ard.biesheuvel@arm.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable PlatformBootManagerLib now asserts at build time that the correct terminal type is used, and so leaving it unset breaks the ArmPkg DSC build. So fix that. Signed-off-by: Ard Biesheuvel --- ArmPkg/ArmPkg.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 549a2d29ab61..bac1306af61f 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -29,6 +29,9 @@ [BuildOptions] RELEASE_*_*_CC_FLAGS =3D -DMDEPKG_NDEBUG=0D *_*_*_CC_FLAGS =3D -DDISABLE_NEW_DEPRECATED_INTERFACES=0D =0D +[PcdsFixedAtBuild]=0D + gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4=0D +=0D [LibraryClasses.common]=0D BaseLib|MdePkg/Library/BaseLib/BaseLib.inf=0D BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf=0D --=20 2.26.2