Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx
[platform/kernel/u-boot.git] / tools / dtoc / dtb_platdata.py
2019-05-01 Tom RiniMerge tag 'u-boot-imx-20190426' of git://git.denx.de...
2019-04-27 Tom RiniMerge branch '2019-04-27-master-imports'
2019-04-26 Heiko Schocherdtb_platdata.py: prevent define generation of alias
2019-01-19 Tom RiniMerge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git...
2019-01-18 Tom RiniMerge tag 'mips-pull-2019-11-16' of git://git.denx...
2019-01-16 Tom RiniMerge tag 'dm-pull-15jan19' of git://git.denx.de/u...
2019-01-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2019-01-16 Tom RiniMerge git://git.denx.de/u-boot-riscv
2019-01-16 Tom RiniMerge branch '2019-01-14-master-imports'
2019-01-15 Simon Goldschmidtdtoc: make generated platdata structs const
2018-07-10 Tom RiniMerge git://git.denx.de/u-boot-dm
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