Re: [RFC] efi spi flash support - where to place

2021-02-03 Thread Paul Menzel
Dear Michael, Am 01.02.21 um 10:46 schrieb Michael Lawnick: Am 22.01.2021 um 16:58 schrieb Paul Menzel: I'm not (yet) in sync with grub timeline, when is next release planned (last commit date)? March *last* year sometime? ;-) I think the current date is March, though re-reading the list pos

Re: [RFC] efi spi flash support - where to place

2021-02-01 Thread Michael Lawnick
Am 22.01.2021 um 16:58 schrieb Paul Menzel: I'm not (yet) in sync with grub timeline, when is next release planned (last commit date)? March *last* year sometime? ;-) I think the current date is March, though re-reading the list posts, do not hold your breath, that it will be committed, as the

Re: [RFC] efi spi flash support - where to place

2021-01-22 Thread Paul Menzel
Dear Michael, Am 22.01.21 um 10:42 schrieb Michael Lawnick: Am 22.01.2021 um 07:51 schrieb Paul Menzel: Am 19.01.21 um 11:38 schrieb Michael Lawnick: Q: where to place the efi driver, where to place the command line handler. Currently I'd say - create grub-core/flash/efispinor.c for the dri

Re: [RFC] efi spi flash support - where to place

2021-01-22 Thread Michael Lawnick
Am 22.01.2021 um 07:51 schrieb Paul Menzel: Am 19.01.21 um 11:38 schrieb Michael Lawnick: Q: where to place the efi driver, where to place the command line handler. Currently I'd say - create grub-core/flash/efispinor.c for the driver I guess, that would be fine, but I found, `grub-core/bus/s

Re: [RFC] efi spi flash support - where to place

2021-01-21 Thread Paul Menzel
Dear Michael, Am 19.01.21 um 11:38 schrieb Michael Lawnick: first of all, I am new to this group/grub. So please be patient if I violate some group internal rules, just point it out. Formerly I worked many years on U-Boot. Welcome to GRUB, and no worries. Plain text emails, and polite. What

[RFC] efi spi flash support - where to place

2021-01-19 Thread Michael Lawnick
Hi all, first of all, I am new to this group/grub. So please be patient if I violate some group internal rules, just point it out. Formerly I worked many years on U-Boot. I have made a driver and command line tool for accessing SPI NOR flash via EFI interface which I would like to upstream. Q: