All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix installation issues on ppc64le
@ 2022-08-24 16:03 Ismael Luceno
  2022-08-24 16:03 ` [PATCH 1/2] Add helper to load linux kmods Ismael Luceno
  2022-08-24 16:03 ` [PATCH 2/2] Ensure nvram is available and functional on IEEE1275 Ismael Luceno
  0 siblings, 2 replies; 5+ messages in thread
From: Ismael Luceno @ 2022-08-24 16:03 UTC (permalink / raw)
  To: grub-devel; +Cc: Ismael Luceno

When the /dev/nvram device is unavailable, the installation fails and
leaves the system in an unbootable state.

The patches in this series introduce a handler for the boilerplate code
and make sure nvram is available.

Ismael Luceno (2):
  Add helper to load linux kmods
  Ensure nvram is available and functional on IEEE1275

 grub-core/osdep/unix/platform.c | 42 +++++++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 4 deletions(-)

-- 
2.37.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-29 14:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 16:03 [PATCH 0/2] Fix installation issues on ppc64le Ismael Luceno
2022-08-24 16:03 ` [PATCH 1/2] Add helper to load linux kmods Ismael Luceno
2022-08-24 16:03 ` [PATCH 2/2] Ensure nvram is available and functional on IEEE1275 Ismael Luceno
2022-08-25  4:24   ` Michael Chang
2022-08-29 14:40     ` Ismael Luceno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.