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:c0b::22f; helo=mail-it0-x22f.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::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 E93E921CF58D9 for ; Thu, 5 Oct 2017 00:53:39 -0700 (PDT) Received: by mail-it0-x22f.google.com with SMTP id c195so290985itb.1 for ; Thu, 05 Oct 2017 00:57:02 -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=htrM/BIIC0ZiuRmAyGVml3Aom3j4xyyvUqwGSOfwiww=; b=N+ycnGKQ5uRcRgMKpvPFWoaLpi40/ISUNEGl4hwsVUs430k+dsSsBjIYquQRtdcHiT kONoh94i+OaZeDu2N6dYusHnE5m/gj5lrWjLGpg7b26TAYrk6LqXODJHdU8EkQC6cM4q 8xVnxaWmiKG5fMBr2q2lpLuJLglItQd9ZyvJk= 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=htrM/BIIC0ZiuRmAyGVml3Aom3j4xyyvUqwGSOfwiww=; b=uJv0JSIVWTZ+kyYwzjiJB1riDz8PHy0tr/G+5NsGlJxk1xQjjvZlz1pt5o+DNMnWuI G+WOPiTVKnm9R24lZl+KPE4YPyHRI4baA+s7+9UOm1UZPnqdsUHy151scdlapicaIdmq SEtPuWX0AcQh5rBhoswOFbouOATES87LVwtStD7Y45pnbVL716OcozpfU3AQAPB2r5/N xnIVniZf0Peq+yvLW+AqXudvkl8XmIs7NSewzSWAkdHxJb+8rlVOySP0g+mfUNEmBWkO 7M99gjlsKMWX6DZwJcs1e9ZTAluTrdaw0zj9Txk5HyoV7SfeDOUyrfWqLHK2fTDAlqAT lgpA== X-Gm-Message-State: AMCzsaW26kltvKyj9BDiEF5NzXTTGtOMLm46ytNFyqwV5b0dqwJ5Lbo2 olYjeiwmHNHa5kLwwqUv5UZslSkrfrImFYOhJkfqSg== X-Google-Smtp-Source: AOwi7QDrxwEk/z8z7eq5auAADnWCiDclujTbWMn1Xa99Jnn5JEYZ/m3Iw3aytRxmCe064hrynM0bL8XXwAInUom3Nb4= X-Received: by 10.36.8.215 with SMTP id 206mr27860712itc.115.1507190221612; Thu, 05 Oct 2017 00:57:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Thu, 5 Oct 2017 00:57:01 -0700 (PDT) In-Reply-To: <20171005063327.4872-1-star.zeng@intel.com> References: <20171005063327.4872-1-star.zeng@intel.com> From: Ard Biesheuvel Date: Thu, 5 Oct 2017 08:57:01 +0100 Message-ID: To: Star Zeng Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Laszlo Ersek , Liming Gao Subject: Re: [PATCH 0/2] Implement BuildFv3Hob for PrePiHobLib and ArmVirtDxeHobLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 07:53:40 -0000 Content-Type: text/plain; charset="UTF-8" On 5 October 2017 at 07:33, Star Zeng wrote: > This patch series is supplement of > https://lists.01.org/pipermail/edk2-devel/2017-October/015589.html. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Laszlo Ersek > Cc: Liming Gao > > Star Zeng (2): > EmbeddedPkg PrePiHobLib: Implement BuildFv3Hob > ArmVirtPkg ArmVirtDxeHobLib: Implement BuildFv3Hob > > ArmVirtPkg/Library/ArmVirtDxeHobLib/HobLib.c | 34 +++++++++++++++++++++- > EmbeddedPkg/Library/PrePiHobLib/Hob.c | 43 +++++++++++++++++++++++++++- > 2 files changed, 75 insertions(+), 2 deletions(-) > Thanks for putting this together. I replied to each patch with some comments.