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::243; helo=mail-io0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (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 07C7B20986AA1 for ; Fri, 13 Jul 2018 00:33:49 -0700 (PDT) Received: by mail-io0-x243.google.com with SMTP id y10-v6so15692269ioa.10 for ; Fri, 13 Jul 2018 00:33:49 -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=yf2GC93R7zK6jixYtjtsvL8ezoFIy/V66pJxaoRAriQ=; b=dze48R0u5AZ3U/wFJy2duO2wyjRFxpVw4FVFYw0A1DPCKyy3CAznERkauxLy9EfwXC GUy2gtWW4VSOCeGDYOcGvA3GmyFGvSa3bJ+T7UFiJtqhuwSOocKCve9Dqeacg0qhgnNG q/Q6LfSv36imlli4NTCVoxg5WRgDfKP0lq/Ic= 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=yf2GC93R7zK6jixYtjtsvL8ezoFIy/V66pJxaoRAriQ=; b=RML9D0qpOrzvaKSMZiZVjzuaBdq5eUC/90OskR9k9TYbO6U/PxHcwSiilKNF7h0UlJ vN+AGAxOWFr6XnlIkXipVuHSy7ftjYeFjDffDUN/nqvsStYzB+YJZJNaDgyYivhB546L oKZr9P8Kvn7pDJ/YvUGVZJA2HrUL8mQrqns4lrFuQoTt+kJ2DTWcap7fYUGC4N0c2oGw DIA84/uqnTevDtu/IuE1KRFdJGQI0pXWi6y/U7VI/5fs08OBP/B5PAlcOjdjMhBkUrAQ XkLqDcwBxIZXfXFB/B+u0KM18DffkB2aXu59+tNXJO2hdk2kpyLYezLYcb2jq4l1HucV kOfQ== X-Gm-Message-State: AOUpUlE6cLjzl3E+ROmw5DtbwAW0oTfAm4r7lsmp+roZDnBACoX+Dybg voEMMb1l+2/bsgGGg2PDWcXDNAW8UlaWuoa/0nFUvA== X-Google-Smtp-Source: AAOMgpc2n15xXcgEZRyUq98Hw/ojBV2wLoznq0T3HGN0RgJuQhcl1c6uvG51gitnLXsAwIjbt9+5NhL8TN93EiyB84g= X-Received: by 2002:a6b:5d1a:: with SMTP id r26-v6mr22064747iob.170.1531467229303; Fri, 13 Jul 2018 00:33:49 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Fri, 13 Jul 2018 00:33:48 -0700 (PDT) In-Reply-To: <20180704074930.7329-1-ming.huang@linaro.org> References: <20180704074930.7329-1-ming.huang@linaro.org> From: Ard Biesheuvel Date: Fri, 13 Jul 2018 09:33:48 +0200 Message-ID: To: Ming Huang Cc: Leif Lindholm , linaro-uefi , "edk2-devel@lists.01.org" , Graeme Gregory , guoheyi@huawei.com, wanghuiqiang , huangming , Jason Zhang , huangdaode@hisilicon.com, John Garry 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 07:33:50 -0000 Content-Type: text/plain; charset="UTF-8" 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? > 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 >