All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Devicetree support for UML
@ 2021-12-08 15:11 ` Vincent Whitchurch
  0 siblings, 0 replies; 20+ messages in thread
From: Vincent Whitchurch @ 2021-12-08 15:11 UTC (permalink / raw)
  To: jdike, richard, anton.ivanov
  Cc: kernel, linux-kernel, linux-um, devicetree, Vincent Whitchurch

This series add support for passing a devicetree blob to UML.  It can be used
for testing device drivers.

Vincent Whitchurch (2):
  um: Extract load file helper from initrd.c
  um: Add devicetree support

 arch/um/Kconfig            |  1 +
 arch/um/kernel/Makefile    |  2 ++
 arch/um/kernel/dtb.c       | 41 +++++++++++++++++++++++++
 arch/um/kernel/initrd.c    | 48 ++++--------------------------
 arch/um/kernel/load_file.c | 61 ++++++++++++++++++++++++++++++++++++++
 arch/um/kernel/um_arch.c   |  3 ++
 arch/um/kernel/um_arch.h   | 14 +++++++++
 7 files changed, 127 insertions(+), 43 deletions(-)
 create mode 100644 arch/um/kernel/dtb.c
 create mode 100644 arch/um/kernel/load_file.c
 create mode 100644 arch/um/kernel/um_arch.h

-- 
2.33.1


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

end of thread, other threads:[~2022-01-18 14:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08 15:11 [PATCH 0/2] Devicetree support for UML Vincent Whitchurch
2021-12-08 15:11 ` Vincent Whitchurch
2021-12-08 15:11 ` [PATCH 1/2] um: Extract load file helper from initrd.c Vincent Whitchurch
2021-12-08 15:11   ` Vincent Whitchurch
2021-12-08 15:11 ` [PATCH 2/2] um: Add devicetree support Vincent Whitchurch
2021-12-08 15:11   ` Vincent Whitchurch
2022-01-14 13:49   ` Rob Herring
2022-01-14 13:49     ` Rob Herring
2022-01-18 14:20     ` Vincent Whitchurch
2022-01-18 14:20       ` Vincent Whitchurch
2021-12-21 20:55 ` [PATCH 0/2] Devicetree support for UML Richard Weinberger
2021-12-21 20:55   ` Richard Weinberger
2021-12-21 20:56   ` Johannes Berg
2021-12-21 20:56     ` Johannes Berg
2021-12-21 21:13     ` Richard Weinberger
2021-12-21 21:13       ` Richard Weinberger
2021-12-22 10:23       ` Vincent Whitchurch
2021-12-22 10:23         ` Vincent Whitchurch
2021-12-22 19:31         ` Richard Weinberger
2021-12-22 19:31           ` Richard Weinberger

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.