All of lore.kernel.org
 help / color / mirror / Atom feed
* Call to grub_file_read fails in grub_multiboot_load_elf64
@ 2020-05-03 20:17 Chris Plant
  2020-05-11 14:39 ` Daniel Kiper
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Plant @ 2020-05-03 20:17 UTC (permalink / raw)
  To: grub-devel

Hello,

I'm fairly new to grub coding, and I'm trying to get multiboot2 working
on the arm64-efi target for an OS project. However, I'm running up
against an issue with a call to grub_file_read from
grub_multiboot_load_elf64 around line 170 in multiboot_elf.c.  This
causes a synchronous error (esr 0x96000045) which is a Data Abort
caused by a translation error in the level 1 table during a write.

At first I thought it was that the load address in the ELF header (this
is used as a "target" in the relocator_alloc_chunk_addr) was the issue,
but tweaking that around doesn't seem to change any issue.

Does anyone have any experience with the ARM64-EFI target or the
multiboot2 code who could help me understand where the issue is?

Cheers,

Chris Plant




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-11 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 20:17 Call to grub_file_read fails in grub_multiboot_load_elf64 Chris Plant
2020-05-11 14:39 ` Daniel Kiper
2020-05-11 15:09   ` Chris Plant

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.