grub:multiboot2

Last commit made on 2018-06-23
Get this branch:
git clone -b multiboot2 https://git.launchpad.net/grub

Branch merges

Branch information

Name:
multiboot2
Repository:
lp:grub

Recent commits

e29a99a... by =?utf-8?q?Roger_Pau_Monn=C3=A9?= <email address hidden>

multiboot2: Clarify usage of the address tag

Add a note to spell out that if the address tag is not present the
file should be loaded using the elf header.

Signed-off-by: Roger Pau Monné <email address hidden>
Reviewed-by: Daniel Kiper <email address hidden>

d81931d... by Daniel Kiper <email address hidden>

multiboot2: Fix alignment of header tags

Header tags have to be 8-bytes aligned. So, fix it.
Additionally, mention header closing tag in the spec.

Signed-off-by: Daniel Kiper <email address hidden>

4ca26ce... by Daniel Kiper <email address hidden>

multiboot2: Bump version to 2.0

...and add 2016 to copyright.

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

a2b54e2... by Daniel Kiper <email address hidden>

multiboot2: Add me to authors

...and properly format author list.

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

5409d17... by Daniel Kiper <email address hidden>

multiboot2: Add C structure members alignment and padding consideration section

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

2d06474... by Daniel Kiper <email address hidden>

multiboot2: Say that memory maps may not be available on EFI platforms

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

7b35cf6... by Daniel Kiper <email address hidden>

multiboot2: Add description of support for relocatable images

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

4f0405e... by Daniel Kiper <email address hidden>

multiboot2: Add description of EFI image handle tags

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

0c2a86c... by Daniel Kiper <email address hidden>

multiboot2: Add description of support for EFI boot services

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>

e560b88... by Daniel Kiper <email address hidden>

multiboot2: Fix description of EFI boot services tag

Without this fix multiboot2 doc build fails. Additionally,
add missing full stop at the end of sentence.

Signed-off-by: Daniel Kiper <email address hidden>
Reviewed-by: Konrad Rzeszutek Wilk <email address hidden>