From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::241; helo=mail-pf0-x241.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (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 C4D58209831CB for ; Fri, 13 Jul 2018 01:24:23 -0700 (PDT) Received: by mail-pf0-x241.google.com with SMTP id l123-v6so22225451pfl.13 for ; Fri, 13 Jul 2018 01:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=BHSZlD1Maa3I9xYOJnpRtl//YDXTTrE3liIHv3cjHeM=; b=d+Cg5LLU+42YGjgIqmnGxeC5eSEosCQa5nIEd91rgsl06nWT2hWqXsZv/eN+huvpYd WWW8m4cPA3G6MWogKkBg/mfuX5lmFWLeBadudQSeksxaRhyJlFb+aqEg2FY3MsXqXgGv eoSwP4VZb4y5XQYwkNe2Yro3yQAIzJ2y7EvRY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=BHSZlD1Maa3I9xYOJnpRtl//YDXTTrE3liIHv3cjHeM=; b=BYrFpmQeTw1+c/UuKh3vFLkbLC92hRuD2c2g2ClgA/MQKS0OeH02nipexoGPTkzJgT qO+yT1pkc0IvwfuMSB2/hC18pzJyphk+Ctnzz2g1rhu1C7HESKhwWWlRDgW8OLImOfsB /dW1x8GpBG9MpFqalxwMlfgfE6PIVdoJIlxrOawn7ioTAc381KAV7/bW2MxTWcgE+Ojt sPqPUJ2duaKN/0IfNKVeer69ystA3YIBUldXfC+aXLGYYp2XM7V7R9NW8e9l7oIiuGup f6SxeEAfUzTK1w0Tp9taO+SWFxIe/pfg680rlqYCHObnYpJTnwJ6Ib2IE29Gyoj3QDWd 598A== X-Gm-Message-State: AOUpUlGhdjFblBUgy+PAHd14LQ4K0qryuzYSXe7WbM+XYs0oOqigvU4V I/GHxlLVTmN7hL3Ijd4o7eq1ZQ== X-Google-Smtp-Source: AAOMgpfcE1UVSdiL/KXYdCI17VsWhRTNcmIWrns/HkhLUkm1SMt7UgAAWXWpzsawD2GbSarr22g/NA== X-Received: by 2002:a62:4a41:: with SMTP id x62-v6mr6055413pfa.45.1531470263230; Fri, 13 Jul 2018 01:24:23 -0700 (PDT) Received: from [10.117.1.182] ([64.64.108.143]) by smtp.gmail.com with ESMTPSA id w81-v6sm46011378pfk.92.2018.07.13.01.24.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jul 2018 01:24:22 -0700 (PDT) To: Ard Biesheuvel Cc: Leif Lindholm , linaro-uefi , "edk2-devel@lists.01.org" , Graeme Gregory , guoheyi@huawei.com, wanghuiqiang , huangming , Jason Zhang , huangdaode@hisilicon.com, John Garry References: <20180704074930.7329-1-ming.huang@linaro.org> From: Ming Message-ID: Date: Fri, 13 Jul 2018 16:24:07 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH edk2-non-osi v1 0/1] Fix invoke SetMemorySpaceAttributes error bug X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 08:24:23 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 在 13/07/2018 15:33, Ard Biesheuvel 写道: > On 4 July 2018 at 09:49, Ming Huang wrote: >> Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git >> branch: edk2-non-osi-20180627-v1 >> > > Can this be pulled independently from the v3 of the other series? > Yes, it can. >> Ming Huang (1): >> Hisilicon/D0x: Fix invoke SetMemorySpaceAttributes error bug >> >> Platform/Hisilicon/D05/Drivers/SFC/SFCDriver.depex | Bin 2 -> 36 bytes >> 1 file changed, 0 insertions(+), 0 deletions(-) >> >> -- >> 2.17.0 >>