From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F070F21E78218 for ; Wed, 4 Oct 2017 23:30:11 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 23:33:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,480,1500966000"; d="scan'208";a="906956620" Received: from lzeng14-mobl2.ccr.corp.intel.com ([10.255.31.253]) by FMSMGA003.fm.intel.com with ESMTP; 04 Oct 2017 23:33:30 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Leif Lindholm , Ard Biesheuvel , Laszlo Ersek , Liming Gao Date: Thu, 5 Oct 2017 14:33:25 +0800 Message-Id: <20171005063327.4872-1-star.zeng@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [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 06:30:12 -0000 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(-) -- 2.13.3.windows.1