Commit Graph

102 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass 41b781ddf1 dtoc: Fix the value of SetInt() 6 years ago
Simon Glass 11ae93eef4 binman: Run tests concurrently 6 years ago
Simon Glass 4b4bc06ef4 buildman: dtoc: Suppress unwanted output from test 6 years ago
Simon Glass e0e6275f4c binman: Fix up removal of temporary directories 6 years ago
Simon Glass ed59e005e6 binman: Add a default path to libfdt.py 6 years ago
Simon Glass 746aee3f2f dtoc: Add a way to create an Fdt object from a data block 6 years ago
Simon Glass 6434961b2b dtoc: Add methods for adding and updating properties 6 years ago
Simon Glass e21c27af47 dtoc: Support adding new nodes 6 years ago
Simon Glass af53f5aafc dtoc: Fixed endianness in Prop.GetEmpty() 6 years ago
Simon Glass fa80c25c09 dtoc: Allow syncing of the device tree back to a file 6 years ago
Simon Glass 50c59522c2 libfdt: Update to latest pylibfdt implementation 6 years ago
Simon Glass 94a7c603b4 dtoc: Add a function to obtain a list of phandles 6 years ago
Simon Glass 1d85888cdc dtoc: Export the _FindNode() function 6 years ago
Simon Glass 3af8e49cef binman: Add an entry filled with a repeating byte 6 years ago
Simon Glass 53af22a995 binman: Add support for passing arguments to entries 6 years ago
Simon Glass dc08ecc90c dtoc: Add missing comments to fdt_util 6 years ago
Simon Glass 116adecb5e dtoc: Add functions to add integer properties 6 years ago
Simon Glass fe57c784ad dtoc: Avoid unwanted output during tests 6 years ago
Simon Glass 8512ea2e35 dtoc: Increase code coverage to 100% 6 years ago
Simon Glass ba765217ed dtoc: Add a test for code coverage 6 years ago
Simon Glass dfe5f5b97d dtoc: Fix some minor errors 6 years ago
Simon Glass 760b7170c5 dtoc: Fix properties with a single zero-arg phandle 6 years ago
Simon Glass b9066ffc13 dtoc: Fix Fdt.GetNode() to handle a missing node 6 years ago
Simon Glass f9b88b3a5d dtoc: Keep track of property offsets 6 years ago
Simon Glass 2a2d91d0d6 dtoc: Update fdt tests to increase code coverage 6 years ago
Simon Glass 960662404f dtoc: Drop use of a local dtb buffer 6 years ago
Simon Glass 117f57b75a dtoc: Make use of the new pylibfdt methods 6 years ago
Simon Glass 57f0bc428a dtoc: Update tests to write failures to /tmp 6 years ago
Simon Glass 2ba9875312 dtoc: Add some tests for the fdt module 6 years ago
Simon Glass 3def0cf238 libfdt: Bring in proposed pylibfdt changes 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
Masahiro Yamada 94b13bbae9 host-tools: use python2 explicitly for shebang 6 years ago
Simon Glass 3ed0de31b4 dtoc: Allow DTC environment variable to provide path to dtc 6 years ago
Simon Glass aab660fe18 dtoc: Fix up tests 7 years ago
Simon Glass d09682ef8c binman: Disable the no-unit_address_vs_reg warnings 7 years ago
Simon Glass d503114c66 dtoc: Add a header to the generated files 7 years ago
Simon Glass 634eba4be0 dtoc: Support properties containing multiple phandle values 7 years ago
Simon Glass bc79617fdf dtoc: Put phandle args in an array 7 years ago
Simon Glass 35d503700f dtoc: Put each phandle on a separate line 7 years ago
Simon Glass 0d15463c05 dtoc: Rename the phandle struct 7 years ago
Simon Glass 8fed2eb20c dtoc: Rename is_phandle() and adjust it to return more detail 7 years ago
Simon Glass 2925c26bb2 dtoc: Make is_phandle() a member function 7 years ago
Simon Glass 72ab7c5e38 dtoc: Use the Fdt's class's phandle map 7 years ago
Simon Glass 09264e0433 dtoc: Update the Fdt class to record phandles 7 years ago
Simon Glass 5ec741fd84 dtoc: Handle 'reg' properties with unusual sizes 7 years ago
Simon Glass c20ee0ed07 dtoc: Add support for 32 or 64-bit addresses 7 years ago
Simon Glass 21d54ac353 dtoc: Avoid very long lines in output 7 years ago
Simon Glass fbdfd228fb dtoc: Add a 64-bit type and a way to convert cells into 64 bits 7 years ago
Simon Glass 979ab02473 dtoc: Adjust Node to record its parent 7 years ago