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
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
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
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
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:/