[PATCH] multiboot2: preparation to add RISC-V (64-bit) support

2024-12-19 Thread Yuri Zaporozhets
In preparation of adding RISC-V (64-bit) support to multiboot2: * new file include/grub/riscv64/multiboot.h added * MULTIBOOT2_ARCHITECTURE_RISCV64 definition added Signed-off-by: Yuri Zaporozhets --- include/grub/riscv64/multiboot.h | 24 include/multiboot2.h

[PATCH] mm.h: duplicate inclusion of

2024-12-23 Thread Yuri Zaporozhets
The header is included twice. Fix that. Signed-off-by: Yuri Zaporozhets --- include/grub/mm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/grub/mm.h b/include/grub/mm.h index e1336d1c2..51ec0b8f9 100644 --- a/include/grub/mm.h +++ b/include/grub/mm.h @@ -23,7 +23,6 @@ #include