Re: [PATCH 1/2] efi: SPI NOR flash support

2021-02-05 Thread Michael Lawnick
I introduced a bug by blindly copying header from unverified source. Version 2 following ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH v2 1/2] efi: SPI NOR flash support

2021-02-05 Thread Michael Lawnick
Add EFI SPI NOR driver Use UEFI interface for accessing SPI NOR flashes. If supported the implementation of UEFI boot software abstracts away all those ugly H/W details like SPI controller or protocol. Provided functions: grub_efi_spi_nor_ init erase write read

[PATCH v2 2/2] efi: SPI NOR flash command line

2021-02-05 Thread Michael Lawnick
Add SPI NOR flash to command line Based on patch '[PATCH 1/2] efi: SPI NOR flash support' add command line functionality for interactive access to SPI NOR flash. Supported commands: spi_nor init - establish communication to a flash part read - read from flash part to memory or print h

Can't boot GNU Mach with efi

2021-02-05 Thread Andrea G. Monaco
Hello, I'm trying to boot GNU Mach with efi, but it just says "Warning: no console will be available to os". What's the problem? Maybe that I'm booting a 32 bit image from a 64 bit grub in efi? Or that Mach expects to start in text mode and grub can't do that in efi? Warmly, -- Andrea G. Mon

Re: Can't boot GNU Mach with efi

2021-02-05 Thread Samuel Thibault
Andrea G. Monaco, le ven. 05 févr. 2021 21:57:03 +0100, a ecrit: > Or that Mach expects to start in text mode and grub can't do that in > efi? Mach doesn't initialize text mode itself indeed. Samue ___ Grub-devel mailing list Grub-devel@gnu.org https:/