From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::441; helo=mail-wr1-x441.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B3BA621196229 for ; Wed, 28 Nov 2018 06:34:26 -0800 (PST) Received: by mail-wr1-x441.google.com with SMTP id j2so26564496wrw.1 for ; Wed, 28 Nov 2018 06:34:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ENMkNP6TEOpANgPsv8Dx2Tp/JLt7k0puq/46dEJ1P1k=; b=SvXKU+kvvkc89SU65m12cH6ZfjBCt7c7ew/kL7fLhtKBi5MyoYRxR2lhsvYv2ur5F9 +XARDbC0baaNZMuluhLUotoIml19/2Yxdj1DeBt4so+NL7q4OgF8vHmWGSMDI+/F7I5q nA8i8wdkidVkDn5vyKxvqmUSMn1JfClk4FGlo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ENMkNP6TEOpANgPsv8Dx2Tp/JLt7k0puq/46dEJ1P1k=; b=cEi6gpzvz9GVUtIukZk2HP6v9/HfjGKvtjPnfSRDeSIzCx7X+DwcAf2RmjNQEVcEQs VdMOb+bjZDLZugJHIGtVd4dVAX/1s4zGzD34/1tsnjwSgtokL3JzXhHztCnpMF9GS3yM ezfcVmKkwwz7MrBgZSlYT7VpiA8Aa7vJXRJZUhJu2q2E1oYBw7orvGWxbKz4mRiw1gW4 pMkMV6Rb+ENGRudzVlYyaG3mMwIof8FSQyjuWtfS3IYIW54eT5It53vTSVUfKrqwKdoh xIHsQO33ntbfHJNi4kWtd84WcTTT7GEX98Ez6qJfbTm+DYh57cidBptCBRMegR4DJDT+ PxyA== X-Gm-Message-State: AA+aEWbuS9gMDCG3waH8lncEOe5i1lr2gqwdnfR1hqs9v3ntPWmeH7tP OYCsCeorjH2P3Y4jO5N/Vv/Wr3jFdGY= X-Google-Smtp-Source: AFSGD/VInbqgXYjK07AGpJLxRGLvp/wq7IRUbPsH95/Q+ObAB2uZPA2s4sa1DlpeHliTVwqi0rcfLw== X-Received: by 2002:adf:e846:: with SMTP id d6mr32494622wrn.72.1543415665031; Wed, 28 Nov 2018 06:34:25 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:296f:238b:c20d:3626]) by smtp.gmail.com with ESMTPSA id 6sm3391891wmk.26.2018.11.28.06.34.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Nov 2018 06:34:24 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Eric Auger , Andrew Jones , Philippe Mathieu-Daude , Julien Grall Date: Wed, 28 Nov 2018 15:33:57 +0100 Message-Id: <20181128143357.991-17-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181128143357.991-1-ard.biesheuvel@linaro.org> References: <20181128143357.991-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v3 16/16] EmbeddedPkg/EmbeddedPkg.dec: drop PcdPrePiCpuMemorySize declarations X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 14:34:27 -0000 Content-Transfer-Encoding: 8bit PcdPrePiCpuMemorySize is no longer used so drop the declarations from the package DEC file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/EmbeddedPkg.dec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 28a143865d0e..ff5aab07d745 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -170,22 +170,18 @@ [PcdsFixedAtBuild.common] gEmbeddedTokenSpaceGuid.PcdAndroidBootDevicePath|L""|VOID*|0x00000057 [PcdsFixedAtBuild.ARM] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32|UINT8|0x00000010 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 # ISP1761 USB OTG Controller gEmbeddedTokenSpaceGuid.PcdIsp1761BaseAddress|0|UINT32|0x00000021 [PcdsFixedAtBuild.AARCH64] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|48|UINT8|0x00000010 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 [PcdsFixedAtBuild.IA32] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|36|UINT8|0x00000010 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011 [PcdsFixedAtBuild.X64] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|52|UINT8|0x00000010 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16|UINT8|0x00000011 [PcdsFixedAtBuild.common, PcdsDynamic.common] -- 2.19.1