[PATCH v2 0/4] Pass reset and boot sources via /chosen node

Andrey Smirnov andrew.smirnov at gmail.com
Wed May 16 13:18:23 PDT 2018


Everyone:

The following patches are really usefull for Linux userspace
applications that need to know the details about reset and boot
sources.

Feedback is welcome!

Changes since [v1]:

	- Series reworked to pass bootsource as a pointer to a
          devicetree node corresponding to detected bootsource

[v1] http://lists.infradead.org/pipermail/barebox/2018-May/032814.html

Andrey Smirnov (4):
  of: Make of_property_get_value() public
  bootsource: Add bootsource alias name API
  common: oftree: Pass bootsource and bootsource instance to kernel
  common: oftree: Pass reset source and reset source instance to kernel

 common/bootsource.c  | 74 ++++++++++++++++++++++++++++++++++++++++++++
 common/oftree.c      | 51 +++++++++++++++++++++++++++++-
 drivers/of/base.c    |  5 ---
 include/bootsource.h |  2 ++
 include/of.h         |  6 ++++
 5 files changed, 132 insertions(+), 6 deletions(-)

-- 
2.17.0




More information about the barebox mailing list