]> git.ipfire.org Git - thirdparty/u-boot.git/history - tools/dtoc/dtb_platdata.py
dtoc: Fix some minor errors
[thirdparty/u-boot.git] / tools / dtoc / dtb_platdata.py
2018-07-09  Simon Glassdtoc: Fix some minor errors
2018-07-09  Simon Glassdtoc: Fix properties with a single zero-arg phandle
2018-05-09  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07  Tom RiniSPDX: Convert all of our single license tags to Linux...
2018-03-06  Tom RiniMerge git://git.denx.de/u-boot-sh
2018-03-05  Masahiro Yamadalibfdt: move headers to <linux/libfdt.h> and <linux...
2017-09-21  Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2017-09-17  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-09-16  Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-09-15  Simon Glassdtoc: Add a header to the generated files
2017-09-15  Simon Glassdtoc: Support properties containing multiple phandle...
2017-09-15  Simon Glassdtoc: Put phandle args in an array
2017-09-15  Simon Glassdtoc: Put each phandle on a separate line
2017-09-15  Simon Glassdtoc: Rename the phandle struct
2017-09-15  Simon Glassdtoc: Rename is_phandle() and adjust it to return more...
2017-09-15  Simon Glassdtoc: Make is_phandle() a member function
2017-09-15  Simon Glassdtoc: Use the Fdt's class's phandle map
2017-09-15  Simon Glassdtoc: Add support for 32 or 64-bit addresses
2017-09-15  Simon Glassdtoc: Avoid very long lines in output
2017-09-15  Simon Glassdtoc: Add a 64-bit type and a way to convert cells...
2017-08-21  Tom RiniMerge git://git.denx.de/u-boot-uniphier
2017-08-20  Anatolij GustschinFix 'notes' typos
2017-07-12  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-07-11  Simon Glassdtoc: Add a comment about string replace in conv_name_t...
2017-07-11  Simon Glassdtoc: Move the main logic into the dtb_platdata file
2017-07-11  Simon Glassdtoc: Move static functions out of the class
2017-07-11  Simon Glassdtoc: Pass include_disabled explicitly
2017-07-11  Simon Glassdtoc: Don't handle properties with / in them
2017-07-11  Simon Glassdtoc: Fix pylint warnings
2017-07-11  Simon Glassdtoc: Split out the main class into its own file