mailarchive of the pengutronix oss-tools mailing list
 help / color / mirror / Atom feed
* [OSS-Tools] [PATCH dt-utils v5 0/2] barebox-state: get devicetree from file
@ 2019-10-24 14:24 Ahmad Fatoum
  2019-10-24 14:24 ` [OSS-Tools] [PATCH v5 1/2] libdt: support upper-case hexadecimals in value of partuuid property Ahmad Fatoum
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ahmad Fatoum @ 2019-10-24 14:24 UTC (permalink / raw)
  To: oss-tools

For use on systems that don't normally have a device tree, like x86,
it would be nice to be able to pass barebox_state the path to a device
tree blob directly, which is what this patch set does.

Cheers
Ahmad

Changes in v5:
  - Rebased onto current master
  - Added commit to handle non-lower-case partuuids
  - Fixed use after free by not allocating dynamic memory
	
Ahmad Fatoum (1):
  libdt: support upper-case hexadecimals in value of partuuid property

Steffen Trumtrar (1):
  barebox-state: get devicetree from file

 src/barebox-state.c | 41 +++++++++++++++++++++++++++++++++--------
 src/barebox-state.h |  2 +-
 src/keystore-blob.c |  2 +-
 src/libdt.c         | 12 +++++++++++-
 4 files changed, 46 insertions(+), 11 deletions(-)

-- 
2.23.0


_______________________________________________
OSS-Tools mailing list
OSS-Tools@pengutronix.de

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 14:24 [OSS-Tools] [PATCH dt-utils v5 0/2] barebox-state: get devicetree from file Ahmad Fatoum
2019-10-24 14:24 ` [OSS-Tools] [PATCH v5 1/2] libdt: support upper-case hexadecimals in value of partuuid property Ahmad Fatoum
2019-10-24 14:24 ` [OSS-Tools] [PATCH v5 2/2] barebox-state: get devicetree from file Ahmad Fatoum
2020-07-09 13:20 ` [OSS-Tools] [PATCH dt-utils v5 0/2] " Ahmad Fatoum
2020-07-09 13:37   ` Roland Hieber
2021-03-16 14:18 ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox