From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1cA0p4-0008Qr-Mb for mharc-grub-devel@gnu.org; Thu, 24 Nov 2016 15:40:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cA0p3-0008QX-0E for grub-devel@gnu.org; Thu, 24 Nov 2016 15:40:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cA0oy-0001zB-4C for grub-devel@gnu.org; Thu, 24 Nov 2016 15:40:45 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:30509) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cA0ox-0001wp-GL for grub-devel@gnu.org; Thu, 24 Nov 2016 15:40:39 -0500 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id uAOKeVKf012833 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 24 Nov 2016 20:40:32 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id uAOKeVnf008092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 24 Nov 2016 20:40:31 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id uAOKeTW6016717; Thu, 24 Nov 2016 20:40:30 GMT Received: from olila.local.net-space.pl (/10.175.249.101) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 24 Nov 2016 12:40:28 -0800 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 v2 00/10] multiboot2: Update documentation Date: Thu, 24 Nov 2016 21:39:59 +0100 Message-Id: <1480020010-18421-1-git-send-email-daniel.kiper@oracle.com> X-Mailer: git-send-email 1.7.10.4 X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] 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, 24 Nov 2016 20:40:46 -0000 Hi, This updated patch series adds description of the Multiboot2 protocol new features and fixes some issues found here and there. It applies to multiboot2 branch in GRUB2 git tree. Daniel configure.ac | 2 +- doc/multiboot.texi | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- doc/multiboot2.h | 42 ++++++++++++ 3 files changed, 338 insertions(+), 72 deletions(-) Daniel Kiper (11): multiboot2: Rename Multiboot to Multiboot2 multiboot2: Replace redundant if with the 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 members alignment and padding consideration section multiboot2: Add me to authors multiboot2: Bump version to 2.0