Re: [PATCH] multiboot2: Add module relocatable tag to support modules relocation

2020-05-11 Thread Daniel Kiper
On Thu, May 07, 2020 at 09:31:24PM +, Chen, Zide wrote: > Hi Daniel, > > Thank you very much for your review! Comments inline: > > Best Regards, > Zide > > > -Original Message- > > From: Daniel Kiper > > Sent: Thursday, May 7, 2020 5:54 AM > > To: Chen, Zide > > Cc: grub-devel@gnu.org

Re: [PATCH v4 0/6] gitignore: Clean up most of the gitignore mess

2020-05-11 Thread Daniel Kiper
On Thu, May 07, 2020 at 11:33:14PM +0200, Hans Ulrich Niedermann wrote: > This cleans up most of the gitignore mess according to Daniel Kiper's > suggestions: > > 1. Consistently add leading slash to all patterns matching relative > to .gitignore > 2. Group patterns matching everywhere in

Re: Call to grub_file_read fails in grub_multiboot_load_elf64

2020-05-11 Thread Daniel Kiper
Adding Leif and Ard, On Sun, May 03, 2020 at 09:17:50PM +0100, Chris Plant via Grub-devel wrote: > 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_rea

Re: [PATCH] mips/cache: Add missing nop's in delay slots

2020-05-11 Thread Daniel Kiper
On Mon, Apr 27, 2020 at 05:31:46PM +0200, Vladimir 'phcoder' Serbinenko wrote: > Lack of them causes random instructions to be executed before the > jump really happens. > > Signed-off-by: Vladimir Serbinenko Reviewed-by: Daniel Kiper Daniel ___ Gru

Re: Call to grub_file_read fails in grub_multiboot_load_elf64

2020-05-11 Thread Chris Plant via Grub-devel
Hello Daniel, Firstly, I want to apologise, because as is nearly always the case, when I've gone away and looked at this more closely, most of the problems I've encountered (this one included) are my fault, this was a mismatch between two macros. I've now got grub booting the OS happily with the