From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::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 120DB223972BA for ; Tue, 6 Feb 2018 06:07:09 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id s5so2093763wra.0 for ; Tue, 06 Feb 2018 06:12:52 -0800 (PST) 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=P6MYi76jv9pADsUbqKN782nmKUaYTs3FF5xUIxo5HlA=; b=AvlJGaJg/Wd6r/Bxi2ehrPyKtlhYnTRw9otNFaH7+4nbXXly8XtM9S/+xDr0ycM7d6 peiOburcn4EYbC6rgefmGf0ZA6pL4cH06SjGUbf8jLhUZPbYX03ilisv8/rWeaqufgxe jDCKhzQ4gYbzKrwNunoNkOXgAZdTChLlyl1jg= 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=P6MYi76jv9pADsUbqKN782nmKUaYTs3FF5xUIxo5HlA=; b=IfIXe+NqSoIEmSclSJFUbxlP4Chbwj6J8+3lMV+1/KrFvGwycZZrzuAzr+GpYUMo9G S5Rbi6SnSVlk3Xxv0eT56L0q76broNA2OVC7bsNpVKVrO5B73SwksB6LBtH2z1MYXAid R3BdjpYABWIzLL7VNZZ2hszlivbxRentTwoXc0VSnwwQ2nQ8MooO6kkO0z9ES4BXnt1H fywGiW1hy2mZEMqchIljh3Ahs3+WC43igaUm8QzGuCJtk1k6zBEh1Ycw8qmmLk0hidMN IGjF45TGT5/wcNBcssnVXanvJ0P7BNFKVk9gCx8wx1rdvxe9wA96RfBE0OwzcewkXqH6 kujQ== X-Gm-Message-State: APf1xPBj+rUqDaP0pfYukX9G3Aq8zYkfTJABaNGHoFfENAPv7zJSCDUU PEWEsWxACedD3qtnmGk1d692V+BsHlJHqiAiny5mBesV X-Google-Smtp-Source: AH8x224W+hW+OljvhZ1KJ6whimA1KHf/e8Ldftx3xxpWmytzbvPKQkbRcWGs+3NVvpKZkJv+C8tC/YZQdEQqym7ScZ8= X-Received: by 10.223.172.168 with SMTP id o37mr2383332wrc.268.1517926371167; Tue, 06 Feb 2018 06:12:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.132.12 with HTTP; Tue, 6 Feb 2018 06:12:50 -0800 (PST) In-Reply-To: <20180206135533.ixs73nnhbkzl4bov@bivouac.eciton.net> References: <1517819190-20700-1-git-send-email-haojian.zhuang@linaro.org> <20180206135533.ixs73nnhbkzl4bov@bivouac.eciton.net> From: Haojian Zhuang Date: Tue, 6 Feb 2018 22:12:50 +0800 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Linaro UEFI Mailman List , Ard Biesheuvel Subject: Re: [edk2-non-osi][PATCH 1/2] Platform/Hisilicon/HiKey: add mcuimage X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 14:07:10 -0000 Content-Type: text/plain; charset="UTF-8" On 6 February 2018 at 21:55, Leif Lindholm wrote: > On Mon, Feb 05, 2018 at 04:26:29PM +0800, Haojian Zhuang wrote: >> The MCU of Hisilicon 6220 SoC is used to control multiple cores >> power states, and scale core frequency. mcuimage.bin is the >> firmware of MCU. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Haojian Zhuang >> --- >> Platform/Hisilicon/HiKey/mcuimage.bin | Bin 0 -> 146688 bytes >> 1 file changed, 0 insertions(+), 0 deletions(-) >> create mode 100644 Platform/Hisilicon/HiKey/mcuimage.bin >> >> diff --git a/Platform/Hisilicon/HiKey/mcuimage.bin b/Platform/Hisilicon/HiKey/mcuimage.bin >> new file mode 100644 >> index 0000000000000000000000000000000000000000..dcaa78651351b16bd27677aab13f50feec369565 >> GIT binary patch >> literal 146688 > > *snip* > > Reviewed-by: Leif Lindholm > > No need to resend this, or 2/2, I am happy with them, and will push > them once I get around to it. > > However, for future contributions to edk2-non-osi, can you please > ensure to pass --no-binary to git format-patch and provide a branch in > some public repository where I can get the patches from? > OK. No problem. Thanks Haojian