History log of /openbmc/pyphosphor/obmc/utils/dtree.py (Results 1 – 4 of 4)
Revision Date Author Comments
# d641c086 31-Jan-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

Revert "Port obmc to python3.5"

Parse error with this change:
TypeError: iter() returned non-iterator of type 'PathTreeItemIterator'

This reverts commit f99783be6592130bbad2d0f69ada2b7ac61618f3.

C

Revert "Port obmc to python3.5"

Parse error with this change:
TypeError: iter() returned non-iterator of type 'PathTreeItemIterator'

This reverts commit f99783be6592130bbad2d0f69ada2b7ac61618f3.

Change-Id: Id2b7f4af5284d25d59e19905c7b873726b02f700
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...


# f99783be 09-Nov-2017 Balaji B Rao <balajibapu@gmail.com>

Port obmc to python3.5

Change-Id: I1ed6c6bd914635485a697369048a8be9e5919fc6
Signed-off-by: Balaji B Rao <balajibapu@gmail.com>


# 1b3c05c1 29-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #1 from bradbishop/pull

Pull


# e2b65e90 01-Apr-2016 Brad Bishop <bradleyb@us.ibm.com>

Added python to dts encoder

This is a rudimentary python to device tree encoder.

It supports nested nodes and, cell, cell array,
string, string array, and mixed array properties.
At the moment ther

Added python to dts encoder

This is a rudimentary python to device tree encoder.

It supports nested nodes and, cell, cell array,
string, string array, and mixed array properties.
At the moment there is no support for binary properties.

show more ...