From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::244; helo=mail-io0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (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 D78012035D0E4 for ; Thu, 2 Nov 2017 16:02:19 -0700 (PDT) Received: by mail-io0-x244.google.com with SMTP id m16so2582290iod.1 for ; Thu, 02 Nov 2017 16:06:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=UcSkMbq3jbvW5bPaqWzRDm49DUVL4Kt+ugoYC2PVuWY=; b=UFi3MmpmbgGJr2doC3kcL7r1C4BXxhZtKlJWIoFumjAcCitCLPTRTW9aWQbOGwqXpg QKelpT0A6/xII0YxGpYBFeH44RZ/FDmUfTfH4/Sh8/QUd/HjlmaBXzc/GcnUoIwm+9RG kfmFz24PlzksR8qBrEe097W9/zygkYOTFrScQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=UcSkMbq3jbvW5bPaqWzRDm49DUVL4Kt+ugoYC2PVuWY=; b=JGBM7+4N8dkegPrs4z2EYlL0EPHT4hUFBGkoh8YWJsF7ubWYLp1MrFId6FhY35XfIx xIi6+QrlcyNuhL2MeyyXYMygyFhOZh640P+6LFJUdxGgDuZrL8e4W3drKdZ2jqemWHDf 4EdvXa4foKsdy69z8lblQ4s0ZX0YJBgj27LoJiYOFWd6csE3Sl+p8ZE636kWAXaIQESR DwZJ6essbje/x/KTbuue6976clyTV/17z5bgOKIvThuMEM2lNvtSkZ34nQh9Yc4vPYd8 ZGDUwgHuGMRapIgmf3ZYFIz8SM+hh5PNpH5Wj+rzSOz5A1t0QWuCGL4doyA/i8HxORrj fE4Q== X-Gm-Message-State: AMCzsaX/S4zSE1l2XQJKx/TJAbqPI7qqFWBk2RPv11IAT8KxHl0ZxWJK Bmydeag8ufpiHHirsQLy+axjiBKg9fTnX+VBFUhD1g== X-Google-Smtp-Source: ABhQp+SV3LNSoi6xDIqUpyYXmMBpsS6JV48oeSHTmdn428GAgRZ8BviM//cfEJnefeDckImaT/cJ+oLr8Ys4e8k5LSY= X-Received: by 10.36.31.212 with SMTP id d203mr4724000itd.48.1509663973369; Thu, 02 Nov 2017 16:06:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Thu, 2 Nov 2017 16:06:12 -0700 (PDT) In-Reply-To: <20171102025915.23160-1-liming.gao@intel.com> References: <20171102025915.23160-1-liming.gao@intel.com> From: Ard Biesheuvel Date: Thu, 2 Nov 2017 23:06:12 +0000 Message-ID: To: Liming Gao Cc: "edk2-devel@lists.01.org" Subject: Re: [Patch 0/3] Add new PCD PcdInitValueInTempStack X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 23:02:20 -0000 Content-Type: text/plain; charset="UTF-8" On 2 November 2017 at 02:59, Liming Gao wrote: > This PCD repalces the hard code 0x5AA55AA5 in the different modules. > > Liming Gao (3): > MdeModulePkg: Add new PCD PcdInitValueInTempStack > MdeModulePkg: Update PeiCore consumes PCD to get the init value in > temp stack > Nt32Pkg: Update SecMain consumes PCD to get the init value in temp > stack > Reviewed-by: Ard Biesheuvel > MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 7 +------ > MdeModulePkg/Core/Pei/PeiMain.inf | 1 + > MdeModulePkg/MdeModulePkg.dec | 6 ++++++ > Nt32Pkg/Sec/SecMain.c | 2 +- > Nt32Pkg/Sec/SecMain.inf | 1 + > 5 files changed, 10 insertions(+), 7 deletions(-) > > -- > 2.11.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel