All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add additional IEEE1275 methods
@ 2018-02-27  1:34 Eric Snowberg
  2018-02-27  1:34 ` [PATCH 1/7] ieee1275: decode-unit command for 4 addr cell devs Eric Snowberg
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Eric Snowberg @ 2018-02-27  1:34 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, glaubitz, Eric Snowberg

Add additional IEEE1275 methods.  This is in preparation for a follow on patch
that will make use of all of them.

Eric Snowberg (7):
  ieee1275: decode-unit command for 4 addr cell devs
  ieee1275: encode-unit command for 4 addr cell devs
  ieee1275: set-address bus specific method
  ieee1275: no-data-command bus specific method
  ieee1275: block-size deblocker support method
  sparc64: #blocks disk node method
  sparc64: #blocks64 disk node method

 grub-core/kern/ieee1275/ieee1275.c         |  198 ++++++++++++++++++++++++++++
 grub-core/kern/sparc64/ieee1275/ieee1275.c |   53 ++++++++
 include/grub/ieee1275/ieee1275.h           |   24 ++++
 include/grub/sparc64/ieee1275/ieee1275.h   |    2 +
 4 files changed, 277 insertions(+), 0 deletions(-)



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

end of thread, other threads:[~2018-03-01 14:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-27  1:34 [PATCH 0/7] Add additional IEEE1275 methods Eric Snowberg
2018-02-27  1:34 ` [PATCH 1/7] ieee1275: decode-unit command for 4 addr cell devs Eric Snowberg
2018-03-01 14:10   ` Daniel Kiper
2018-02-27  1:34 ` [PATCH 2/7] ieee1275: encode-unit " Eric Snowberg
2018-02-27  1:34 ` [PATCH 3/7] ieee1275: set-address bus specific method Eric Snowberg
2018-02-27  1:34 ` [PATCH 4/7] ieee1275: no-data-command " Eric Snowberg
2018-02-27  1:34 ` [PATCH 5/7] ieee1275: block-size deblocker support method Eric Snowberg
2018-02-27  1:34 ` [PATCH 6/7] sparc64: #blocks disk node method Eric Snowberg
2018-02-27  1:34 ` [PATCH 7/7] sparc64: #blocks64 " Eric Snowberg
2018-03-01 14:16 ` [PATCH 0/7] Add additional IEEE1275 methods Daniel Kiper

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.