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:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::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 80DAA21CF1D1D for ; Mon, 19 Feb 2018 06:39:21 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id 191so8547394wmm.4 for ; Mon, 19 Feb 2018 06:45:18 -0800 (PST) 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=+yLhw3awWf5X5AgeFM9lBjV8cox36wWbZm6EYDjd7hc=; b=jwJsZe1U1J6YtBi0fE0/NgayqC9bt7YTrY9CoblsD6C8icTYtuxhMxgu7TPR/07X8B 7tEzPVwTeV3TG0H+M7Lw7rBa1ixftzeqIJBbsPLBG+fSYYDIy4JOUs2wrC5QEtxhkD5k ZbIRPYEd4OEOZyF5bXyaOxFQslv3kfb0IV8ds= 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=+yLhw3awWf5X5AgeFM9lBjV8cox36wWbZm6EYDjd7hc=; b=RhftXnm7HfrkFQ571lQoY3X8RhWev7R4K2DhafSqmzZ8hEP/kRnb1nMMJme3ONDVOR o3b4t5ypo4AheqFSL/pgK7dEjMqSWuKQUsiIna4P6I0pWYDO2eY8QOwO7NX13hCc1Owx w6TObqPK5Hhwxp8Q/lxWaJyM9Pv1iA6u4YMc08E5fsQH5DVut4QbssckvWsL90G+Cemi UDTQ0GOyKW0RyKsooR8l8sQdozXRKLWlmnFdEMeY5Y0ZTRsEBQyUT/TFms1Tl+BEcACP 9p7mQ+8Dalrp+tE7L+e6LnWr/kVPleMCVpc+o7kev/4XK+T6jZseus/JIH+2y+GH10/n w2HA== X-Gm-Message-State: APf1xPC/lRRuDJSUFP62RKFLOJt7QmUGwNWnzgV8TbyKoJyTX10EDGrV 7xz5YbUpcUEVMCtlA7UJdK6vvA== X-Google-Smtp-Source: AH8x226+ZAvMTIILqI7/rUIRuPUmxMmg8QYbcbNo4CeBJ+xKzcgpaatXljnRbB7Zq5V6IRUFLDb+sg== X-Received: by 10.28.88.70 with SMTP id m67mr12587849wmb.134.1519051516969; Mon, 19 Feb 2018 06:45:16 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id b81sm7906467wmb.36.2018.02.19.06.45.15 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 19 Feb 2018 06:45:15 -0800 (PST) Date: Mon, 19 Feb 2018 14:45:14 +0000 From: Leif Lindholm To: Haojian Zhuang Cc: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org, ard.biesheuvel@linaro.org Message-ID: <20180219144514.jhfuv6tpj5ozkdcc@bivouac.eciton.net> References: <1517819190-20700-1-git-send-email-haojian.zhuang@linaro.org> MIME-Version: 1.0 In-Reply-To: <1517819190-20700-1-git-send-email-haojian.zhuang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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: Mon, 19 Feb 2018 14:39:22 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 For the series: Reviewed-by: Leif Lindholm Pushed as 1aaec67..fe7ce8b. / Leif