Commit Graph

34 Commits (8104deb2d6b77d3793a66016bf993bccd8f6afe2)

Author SHA1 Message Date
Simon Glass 439c947f32 dtoc: Handle nodes with phandles that depend on the same 8 years ago
Simon Glass 49eec8c7f1 dtoc: Move the output code into its own function 8 years ago
George McCollister f156b5b597 dtoc: Decode val if it's a byte string 8 years ago
Philipp Tomsich 524dd45e0d dtoc: make ScanTree recurse into subnodes 8 years ago
Philipp Tomsich 55bc080e79 dtoc: make ScanTree recurse into subnodes 8 years ago
Heiko Stübner 27326c7ee2 dm: allow limiting pre-reloc markings to spl or tpl 8 years ago
Simon Glass 6b6024a3a2 dtoc: Replace dot with underscore to avoid compiler errors 8 years ago
Paul Burton 34c3889635 dtoc: Make integer division python 3.x safe 9 years ago
Paul Burton c4c5f9eefb dtoc: Decode strings for struct.unpack on python 3.x 9 years ago
Paul Burton 4ae6549f8e dtoc: Use items() to iterate over dictionaries in python 3.x 9 years ago
Simon Glass 3cb44ba80c dtoc: Add a way for tests to request the fallback library 9 years ago
Simon Glass 8828254cae dtoc: Adjust GetProps() in fdt_normal to use the node path 9 years ago
Simon Glass 0734b70c9c dtoc: Fix bug in GetProp() 9 years ago
Simon Glass 8f224b3734 dtoc: Add methods for reading data from properties 9 years ago
Simon Glass 20024daee5 dtoc: Correct quotes in fdt_util 9 years ago
Simon Glass babdbde68f dtoc: Support finding the offset of a property 9 years ago
Simon Glass da5f74998b dtoc: Support packing the device tree 9 years ago
Simon Glass 2a70d897ed dtoc: Support deleting device tree properties 9 years ago
Simon Glass 0170804f60 dtoc: Move to using bytearray 9 years ago
Simon Glass 346179f0d3 dtoc: Prepare for supporting changing of device trees 9 years ago
Simon Glass 6b93c55f59 dtoc: Drop the convert_dash parameter to GetProps() 9 years ago
Simon Glass 355c67c35a dtoc: Allow the device tree to be compiled from source 9 years ago
Simon Glass f7a2aeeeb8 dtoc: Move a few more common functions into fdt.py 9 years ago
Simon Glass c322a850af dtoc: Move Widen() and GetPhandle() into the base class 9 years ago
Simon Glass bc1dea3656 dtoc: Move BytesToValue() and GetEmpty() into PropBase 9 years ago
Simon Glass a06a34b203 dtoc: Create a base class for Fdt 9 years ago
Simon Glass 66051b1f59 dtoc: Rename fdt.py to fdt_normal.py 9 years ago
Simon Glass ba48258566 dtoc: Move the fdt library selection into fdt_select 9 years ago
Simon Glass 5859311545 dtoc: Move the struct import into the correct order 9 years ago
Simon Glass d6a33918fb dtoc: Correct the type widening code in fdt_fallback 9 years ago
Simon Glass 9fa2819009 dm: core: Expand platdata for of-platdata devices 9 years ago
Simon Glass efefe1221b dtoc: Ignore the u-boot, dm-pre-reloc property 9 years ago
Simon Glass 76bce10d21 dm: Add a more efficient libfdt library 9 years ago
Simon Glass 69f2ed7746 dm: Add a tool to generate C code from a device tree 9 years ago
Simon Glass ec564b47da dm: Add a library to provide simple device-tree access 9 years ago