From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bB6cD-0004yH-38 for mharc-grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB6cA-0004wj-Ob for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB6c6-0001oW-IO for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:41 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:32884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB6c6-0001na-9Y for grub-devel@gnu.org; Thu, 09 Jun 2016 16:31:38 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u59KVXhq031866 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 9 Jun 2016 20:31:34 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u59KVXHZ018445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 9 Jun 2016 20:31:33 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u59KVWLf031606; Thu, 9 Jun 2016 20:31:33 GMT Received: from olila.local.net-space.pl (/10.175.235.163) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Jun 2016 13:31:32 -0700 From: Daniel Kiper To: grub-devel@gnu.org, xen-devel@lists.xenproject.org Cc: andrew.cooper3@citrix.com, arvidjaar@gmail.com, eric.snowberg@oracle.com, jgross@suse.com, konrad.wilk@oracle.com, phcoder@gmail.com, seth.goldberg@oracle.com Subject: [MULTIBOOT2 DOC PATCH 00/10] multiboot2: Update documentation Date: Thu, 9 Jun 2016 22:30:34 +0200 Message-Id: <1465504244-17175-1-git-send-email-daniel.kiper@oracle.com> X-Mailer: git-send-email 1.7.10.4 X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 20:31:43 -0000 Hi, This patch series adds descriptions of multiboot2 protocol new features and fixes some issues found here and there. It applies to multiboot2 branch in GRUB2 git tree. Daniel PS Please apply my GRUB2 patches which add above mentioned features. They were posted at the of March. configure.ac | 2 +- doc/multiboot.texi | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- doc/multiboot2.h | 42 ++++++++++++++++ 3 files changed, 282 insertions(+), 17 deletions(-) Daniel Kiper (10): multiboot2: Remove redundant if multiboot2: Clarify meaning of information request header tag multiboot2: Fix description of EFI boot services tag multiboot2: Add description of support for EFI boot services multiboot2: Add description of EFI image handle tags multiboot2: Add description of support for relocatable images multiboot2: Say that memory maps may not be available on EFI platforms multiboot2: Add C structure alignment and padding consideration section multiboot2: Add me to authors multiboot2: Bump version to 2.0