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