index
:
platform/external/dtc
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pylibfdt_tests.py
Age
Commit message (
Expand
)
Author
2023-02-05
pylibfdt: add size_hint parameter for get_path
Luca Weiss
2022-04-20
pylibfdt: add FdtRo.get_path()
Luca Weiss
2021-12-28
pylibfdt: add Property.as_*int*_array()
Luca Weiss
2021-12-28
pylibfdt: add Property.as_stringlist()
Luca Weiss
2019-11-15
pylibfdt: Adjust for deprecated test methods
Simon Glass
2019-10-27
pylibfdt: Correct the type for fdt_property_stub()
Simon Glass
2019-10-14
tests: fix some python warnings
Marc-André Lureau
2019-07-04
pylibfdt: Add support for fdt_get_alias()
Appana Durga Kedareswara rao
2019-06-21
tests: Replace license boilerplate with SPDX tags
Rob Herring
2019-02-19
pylibfdt: Test fdt.setprop take bytes on Python 3, add error handling
Petr Viktorin
2019-02-19
pylibfdt: Proper handling of bytes/unicode strings and octal literals
Lumir Balhar
2018-11-23
tests: Use modern octal literals for Python
David Gibson
2018-09-13
pylibfdt: Add a means to add and delete notes
Simon Glass
2018-07-11
pylibfdt: Support the sequential-write interface
Simon Glass
2018-06-14
pylibfdt: Support setting the name of a node
Simon Glass
2018-06-14
pylibfdt: Add functions to set and get properties as strings
Simon Glass
2018-06-13
pylibfdt: Update the bytearray size with pack()
Simon Glass
2018-06-13
pylibfdt: Allow reading integer values from properties
Simon Glass
2018-06-12
pylibfdt: Avoid accessing the internal _fdt member in tests
Simon Glass
2018-06-12
pylibfdt: Add functions to update properties
Simon Glass
2018-06-09
pylibfdt: Support device-tree creation/expansion
Simon Glass
2018-06-09
pylibfdt: Add support for reading the memory reserve map
Simon Glass
2018-06-09
pylibfdt: Add support for the rest of the header functions
Simon Glass
2018-06-08
pylibfdt: Add support for fdt_next_node()
Simon Glass
2018-06-04
Make Property a subclass of bytearray
Simon Glass
2018-06-04
pylibfdt: Add a method to access the device tree directly
Simon Glass
2017-08-21
pylibfdt: Add support for fdt_subnode_offset()
Simon Glass
2017-08-21
pylibfdt: Add support for fdt_node_offset_by_phandle()
Simon Glass
2017-08-21
pylibfdt: Add support for fdt_parent_offset()
Simon Glass
2017-08-21
pylibfdt: Add support for fdt_get_phandle()
Simon Glass
2017-08-21
pylibfdt: Use local pylibfdt module
Simon Glass
2017-08-21
pylibfdt: Add a test for use of uint32_t
Simon Glass
2017-03-21
Add tests for pylibfdt
Simon Glass