On failure to allocate from grub_relocator_firmware_alloc_region() in
malloc_in_range() the function would stop enforcing the alignment, and
the following was returned:
lib/relocator.c:431: trying to allocate in 0x20-0xffbf9fff aligned 0x20
size 0x406000
lib/relocator.c:1197: allocated: 0
On failure to allocate from grub_relocator_firmware_alloc_region() in
malloc_in_range() the function would stop enforcing the alignment, and
the following was returned:
lib/relocator.c:431: trying to allocate in 0x20-0xffbf9fff aligned 0x20
size 0x406000
lib/relocator.c:1197: allocated: 0
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é
---
Cc: Daniel Kiper
Cc: xen-de...@lists.xenproject.org
---
Changes since v2:
- Clarify that the address tag must be used if present.
Changes since v1:
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é
---
Cc: Daniel Kiper
Cc: xen-de...@lists.xenproject.org
---
Changes since v1:
- s/elf/@sc{elf}/
- s/Multiboot/Multiboot2/
---
doc/multiboot.texi | 6 ++
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é
---
Cc: Daniel Kiper
Cc: xen-de...@lists.xenproject.org
---
doc/multiboot.texi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/doc/multiboot.te