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::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (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 E1C2621A07A92 for ; Tue, 21 Aug 2018 10:50:36 -0700 (PDT) Received: by mail-wr1-x443.google.com with SMTP id j26-v6so752870wre.2 for ; Tue, 21 Aug 2018 10:50:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=RiS0fKmVzIdJw7qLaaZ6sQBC+ZM3Gb969J0ZXDtl/ME=; b=L9E3lVgSjg4ANO4VqRasrbWXEvLILKbYWmzhuwNF8g5Gv/Y8fxTwg5fTsdT53YfvsX AAMF9eJRZTEJCKHgjivQ5wpLoS5cbtTKYWJHqumebpGvR+WlsV3Z/oNZ5g6iEv48XGLy zKMdQjJd3IZ5+xsurutpGRr+RyF10kr5XXCmE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RiS0fKmVzIdJw7qLaaZ6sQBC+ZM3Gb969J0ZXDtl/ME=; b=eDqikIVa1z7HHIP3NBCOKNeLa/7IsqIcdty6uxn7YC7fR0tKzG895DzMfagdvZWOVI ZS6JO5ubFvog4OJ0SWeVwI4eBjyBJhMU5owLvPY1TYQzF7PCG1p/Vcgi/qznrDNbG/i3 TgR9uuqZZ9GefXl5IMUa8ol9XR6Is+4fpLQnl98Z7wJ+76o1A9P+W+hIGKz9GhxLjUXt ROYTnGUXRm5LV/eBr23pp6Z0cSrC7UgAb95QHF9aBstUiBr6xzhcHlYXsBB4xHUjdu5e DshOAByIrDaW8omZHrTfcr7ICBBmRsOwFcVOGVmTqxnSWuis8uGYswl+zu4AouS0lVIU iaAg== X-Gm-Message-State: APzg51BnyEEhfKe6VkWXvrFtZxr5JTOjlcProEvY2M/b5IOzf5gEkoAS qWajZvgCFNHO4QKV98NsV0rjWVqfA+s= X-Google-Smtp-Source: ANB0VdbfrDGBnAfZZqOSJplfhqd+cIZ/1a+gKAWFwKb0Ffqo8ENf84eDdEM6EroyeETe/xONu31hQA== X-Received: by 2002:adf:ff48:: with SMTP id u8-v6mr1425537wrs.15.1534873835350; Tue, 21 Aug 2018 10:50:35 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id a84-v6sm3442723wmh.27.2018.08.21.10.50.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Aug 2018 10:50:34 -0700 (PDT) Date: Tue, 21 Aug 2018 18:50:32 +0100 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org Message-ID: <20180821175032.ddj6rl5encnmkctc@bivouac.eciton.net> References: <20180814080903.50466-1-ming.huang@linaro.org> <20180814080903.50466-2-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180814080903.50466-2-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 01/43] Silicon/Hisilicon: Modify the MRC interface for other module 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: Tue, 21 Aug 2018 17:50:37 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 14, 2018 at 04:08:21PM +0800, Ming Huang wrote: > This patch is to unify D0x. Add pGBL_INTERFACE struct define > and remove useless interfece. Replace DMRC pGblData with pGblInterface; interfece -> interface I will fix that up on commit. Reviewed-by: Leif Lindholm > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > --- > Silicon/Hisilicon/Include/Library/HwMemInitLib.h | 356 ++++---------------- > Silicon/Hisilicon/Drivers/HisiAcpiPlatformDxe/UpdateAcpiTable.c | 4 +- > Silicon/Hisilicon/Drivers/Smbios/MemorySubClassDxe/MemorySubClass.c | 26 +- > 3 files changed, 78 insertions(+), 308 deletions(-)