index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
dtb_platdata.py
Age
Commit message (
Expand
)
Author
2019-07-10
dtoc: Update dtb_platdata to support Python 3
Simon Glass
2019-07-10
dtoc: Sort platdata output from dtoc
Simon Glass
2019-07-10
dtoc: Adjust code for Python 3
Simon Glass
2019-04-26
dtb_platdata.py: prevent define generation of alias
Heiko Schocher
2019-01-15
dtoc: make generated platdata structs const
Simon Goldschmidt
2018-07-09
dtoc: Fix some minor errors
Simon Glass
2018-07-09
dtoc: Fix properties with a single zero-arg phandle
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-09-15
dtoc: Add a header to the generated files
Simon Glass
2017-09-15
dtoc: Support properties containing multiple phandle values
Simon Glass
2017-09-15
dtoc: Put phandle args in an array
Simon Glass
2017-09-15
dtoc: Put each phandle on a separate line
Simon Glass
2017-09-15
dtoc: Rename the phandle struct
Simon Glass
2017-09-15
dtoc: Rename is_phandle() and adjust it to return more detail
Simon Glass
2017-09-15
dtoc: Make is_phandle() a member function
Simon Glass
2017-09-15
dtoc: Use the Fdt's class's phandle map
Simon Glass
2017-09-15
dtoc: Add support for 32 or 64-bit addresses
Simon Glass
2017-09-15
dtoc: Avoid very long lines in output
Simon Glass
2017-09-15
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
Simon Glass
2017-08-20
Fix 'notes' typos
Anatolij Gustschin
2017-07-11
dtoc: Add a comment about string replace in conv_name_to_c()
Simon Glass
2017-07-11
dtoc: Move the main logic into the dtb_platdata file
Simon Glass
2017-07-11
dtoc: Move static functions out of the class
Simon Glass
2017-07-11
dtoc: Pass include_disabled explicitly
Simon Glass
2017-07-11
dtoc: Don't handle properties with / in them
Simon Glass
2017-07-11
dtoc: Fix pylint warnings
Simon Glass
2017-07-11
dtoc: Split out the main class into its own file
Simon Glass