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::22f; helo=mail-wr0-x22f.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (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 5470B222DE14C for ; Mon, 12 Feb 2018 03:44:48 -0800 (PST) Received: by mail-wr0-x22f.google.com with SMTP id v65so8080767wrc.11 for ; Mon, 12 Feb 2018 03:50:37 -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=LkJclA29K6sFTG9Y/YNuJ558HyrNPerTcEkiNTbDOyo=; b=IaeWZ8fWwvxcKReeC82C05kUmCj07vGDOLprWYBlblNkR/596FCnu14tjI/0C2hYDQ 0xFQ/M3/Q+lGfr8JkxFNx8PQUXhb1ayehhQDibIQ9R5MWe2hVHRiolP1YLhTRlmyxA/y EnxcuUO1XtoyJB9Pib7SaDWjB+K4TdzTmJr2g= 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=LkJclA29K6sFTG9Y/YNuJ558HyrNPerTcEkiNTbDOyo=; b=aTNBd9qwKQWV2/MELCGAbAPPYZp42YZpVxO1IJX9B7XjiSdYtrje1OYWNptN2noFv5 iXg2plkJqGe4GTRXvyeVlpem2AaYoJWz9nuA0a/R4pyQLd8cdWolMP8reHy3RT8mR3js 9qkDMYmUbKqVr+FFcbdvbezOEiXn8LeNrWJ/Da5d9Rm0TLy/MzS7bQJVQtrMjJojELJ6 aK4O9ayjWjT/oIrjyhbkYuL7Ec5/L5AobWTNAoBxeMqAByp6Z48ni/sodr0RD9TtuEsh eJbr8MTxrWdsqzzJRF4jUzdkgBbz2ruWnupBOPoSJEDoDYHCXIEjGeHa3VbCQBKzVf7A r0Aw== X-Gm-Message-State: APf1xPCo95wkGJ0odkm8HsyhnQDHKDAYSF0XYVEdIQyM1nqkUZWAnXv+ pZnOXp8chhezmNkNyTvALVNWdw== X-Google-Smtp-Source: AH8x224l5Flqr4agA1oRgfMz5gXyw1jTxVEPtoP0DkrQUGS4Nz23OGjOM9LOdG75XTXJD+tvAjquKw== X-Received: by 10.223.163.140 with SMTP id l12mr5038082wrb.270.1518436235976; Mon, 12 Feb 2018 03:50:35 -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 m1sm8206716wrb.78.2018.02.12.03.50.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Feb 2018 03:50:34 -0800 (PST) Date: Mon, 12 Feb 2018 11:50:33 +0000 From: Leif Lindholm To: Haojian Zhuang Cc: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org, ard.sheuvel@linaro.org, heyi.guo@linaro.org Message-ID: <20180212115033.k3s3trnoj62amddd@bivouac.eciton.net> References: <1518197467-32526-1-git-send-email-haojian.zhuang@linaro.org> <1518197467-32526-5-git-send-email-haojian.zhuang@linaro.org> MIME-Version: 1.0 In-Reply-To: <1518197467-32526-5-git-send-email-haojian.zhuang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v2 4/4] Platform/Hisilicon/HiKey960: add skeleton of HiKey960 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, 12 Feb 2018 11:44:48 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 10, 2018 at 01:31:07AM +0800, Haojian Zhuang wrote: > Add skeleton of HiKey960 platform. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Haojian Zhuang Reviewed-by: Leif Lindholm / Leif