From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lb1-smtp-cloud9.xs4all.net (lb1-smtp-cloud9.xs4all.net [194.109.24.22]) by mx.groups.io with SMTP id smtpd.web11.285.1588694549113086605 for ; Tue, 05 May 2020 09:02:29 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: xs4all.nl, ip: 194.109.24.22, mailfrom: kettenis@xs4all.nl) Received: from barber.sibelius.xs4all.nl ([83.163.83.176]) by smtp-cloud9.xs4all.net with ESMTP id W01YjkOwp8hmdW01ZjApLm; Tue, 05 May 2020 18:02:27 +0200 From: kettenis@xs4all.nl To: devel@edk2.groups.io Cc: ard.biesheuvel@arm.com, Mark Kettenis , Mark Kettenis Subject: [PATCH] Platform/SoftIron/Overdrive1000Board: remove PcdEnableKcs Date: Tue, 5 May 2020 18:02:21 +0200 Message-Id: <20200505160221.51129-1-kettenis@xs4all.nl> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-CMAE-Envelope: MS4wfP7Gq9zcqE8mN19WMGKtRtImBFWUAl4sZoiueQ3RA44cOJ+4CQLGxaZbiJVx0WMTGVmwr/U/FCWNzao+XTsoaHGAOq8zbQc3cUaewlkif/jFljnZn4yS N7lSbiLhhKBKsg9OG49x87yZHMps8sCMDBVLpOMK7Q42T3Dh1pEFiw/5OlrpBfqViq15V0OyiW9ZBq3Q4LT2bRs4njXV5JsyNvse4c8sy35aJ6x8fpH4To+a M0uun5BSdGn/rAsD2qMDEfnnDWkwdtP+/eTFC4dMe2hozTLD5LbPtySsptdoFxVy Content-Transfer-Encoding: quoted-printable From: Mark Kettenis The SoftIron Overdrive 1000 does not have a BMC so don't advertise the IPMI KCS interface. Signed-off-by: Mark Kettenis --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/= Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 005ffad..5cf865d 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -405,8 +405,6 @@ DEFINE NUM_CORES =3D 4 # map the stack as non-executable when entering the DXE phase=0D gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE=0D =0D - gAmdStyxTokenSpaceGuid.PcdEnableKcs|TRUE=0D -=0D [PcdsPatchableInModule]=0D # PCIe Configuration: x4x2x2 (=3D2 See Include/FDKGionb.h)=0D gAmdModulePkgTokenSpaceGuid.PcdPcieCoreConfiguration|2=0D --=20 1.9.1