aboutsummaryrefslogtreecommitdiff
path: root/tests/pylibfdt_tests.py
AgeCommit message (Expand)AuthorFilesLines
2019-11-15pylibfdt: Adjust for deprecated test methodsSimon Glass1-99/+99
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+3
2019-10-14tests: fix some python warningsMarc-André Lureau1-2/+4
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao1-0/+7
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring1-46/+1
2019-02-19pylibfdt: Test fdt.setprop take bytes on Python 3, add error handlingPetr Viktorin1-5/+7
2019-02-19pylibfdt: Proper handling of bytes/unicode strings and octal literalsLumir Balhar1-10/+10
2018-11-23tests: Use modern octal literals for PythonDavid Gibson1-2/+2
2018-09-13pylibfdt: Add a means to add and delete notesSimon Glass1-0/+31
2018-07-11pylibfdt: Support the sequential-write interfaceSimon Glass1-6/+115
2018-06-14pylibfdt: Support setting the name of a nodeSimon Glass1-0/+15
2018-06-14pylibfdt: Add functions to set and get properties as stringsSimon Glass1-0/+25
2018-06-13pylibfdt: Update the bytearray size with pack()Simon Glass1-0/+1
2018-06-13pylibfdt: Allow reading integer values from propertiesSimon Glass1-0/+12
2018-06-12pylibfdt: Avoid accessing the internal _fdt member in testsSimon Glass1-3/+2
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass1-0/+48
2018-06-09pylibfdt: Support device-tree creation/expansionSimon Glass1-1/+17
2018-06-09pylibfdt: Add support for reading the memory reserve mapSimon Glass1-0/+8
2018-06-09pylibfdt: Add support for the rest of the header functionsSimon Glass1-0/+8
2018-06-08pylibfdt: Add support for fdt_next_node()Simon Glass1-0/+18
2018-06-04Make Property a subclass of bytearraySimon Glass1-1/+1
2018-06-04pylibfdt: Add a method to access the device tree directlySimon Glass1-2/+3
2017-08-21pylibfdt: Add support for fdt_subnode_offset()Simon Glass1-0/+12
2017-08-21pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass1-0/+10
2017-08-21pylibfdt: Add support for fdt_parent_offset()Simon Glass1-0/+13
2017-08-21pylibfdt: Add support for fdt_get_phandle()Simon Glass1-0/+6
2017-08-21pylibfdt: Use local pylibfdt moduleSimon Glass1-2/+2
2017-08-21pylibfdt: Add a test for use of uint32_tSimon Glass1-0/+5
2017-03-21Add tests for pylibfdtSimon Glass1-0/+288