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
Age
Commit message (
Expand
)
Author
2020-10-29
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
Simon Glass
2020-10-29
dm: Use driver_info index instead of pointer
Simon Glass
2020-10-29
dm: Support parent devices with of-platdata
Simon Glass
2020-10-29
dtoc: Fix widening of int to bytes
Simon Glass
2020-10-29
dtoc: Order the structures internally by name
Simon Glass
2020-10-29
dtoc: Document the return value of scan_structs()
Simon Glass
2020-10-29
dtoc: Use a namedtuple for _links
Simon Glass
2020-10-29
dtoc: Extract inner loop from output_node()
Simon Glass
2020-09-22
binman: Use target-specific tools when cross-compiling
Alper Nebi Yasak
2020-08-22
dtoc: Add a setup script for Python
Simon Glass
2020-07-28
dtoc: remove compatible string aliases support
Walter Lozano
2020-07-28
dtoc: look for compatible string aliases in driver list
Walter Lozano
2020-07-28
dtoc: add coverage test for unicode error
Walter Lozano
2020-07-25
dtoc: Allow adding variable-sized data to a dtb
Simon Glass
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
dtoc: Allow adding variable-sized data to a dtb
Simon Glass
2020-07-17
dtoc: Support ACPI paths in of-platdata
Simon Glass
2020-07-09
dtoc: add test for cd-gpios
Walter Lozano
2020-07-09
dtoc: update dtb_platdata to support cd-gpios
Walter Lozano
2020-07-09
dtoc: extend dtoc to use struct driver_info when linking nodes
Walter Lozano
2020-07-09
dtoc: add option to disable warnings
Walter Lozano
2020-07-09
dtoc: add support to scan drivers
Walter Lozano
2020-07-09
dtoc: add missing code comments
Walter Lozano
2020-04-26
patman: Tidy up sys.path changes
Simon Glass
2020-04-26
patman: Move to absolute imports
Simon Glass
2020-04-26
dtoc: Rename the main module
Simon Glass
2020-04-26
patman: Drop references to __future__
Simon Glass
2020-04-17
doc: fix references to driver-model
Heinrich Schuchardt
2019-11-04
dtoc: Convert fdt.py to Python 3
Simon Glass
2019-11-04
test_dtoc: Move to use Python 3
Simon Glass
2019-11-04
test_fdt: Move to use Python 3
Simon Glass
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
2019-07-29
binman: Tidy up _SetupDtb() to use its own temporary file
Simon Glass
2019-07-29
dtoc: Update Fdt.GetNode() to handle the root node
Simon Glass
2019-07-29
dtoc: Update Fdt.FromData() to allow a name
Simon Glass
2019-07-29
binman: Show a helpful error when a DT property is missing
Simon Glass
2019-07-29
dtoc: Return a non-zero exit code when tests fail
Simon Glass
2019-07-10
dtoc: Update dtb_platdata to support Python 3
Simon Glass
2019-07-10
dtoc: Update fdt_util for Python 3
Simon Glass
2019-07-10
dtoc: Add a unit test for BytesToValue()
Simon Glass
2019-07-10
dtoc: Test full 64-bit properties with FdtCellsToCpu()
Simon Glass
2019-07-10
dtoc: Use binary mode for reading files
Simon Glass
2019-07-10
dtoc: Convert the Fdt.Node class to Python 3
Simon Glass
2019-07-10
dtoc: Convert the Fdt.Prop class to Python 3
Simon Glass
2019-07-10
dtoc: Use byte type instead of str in fdt
Simon Glass
2019-07-10
dtoc: Updates BytesToValue() for Python 3
Simon Glass
2019-07-10
dtoc: Move BytesToValue() out of the Prop class
Simon Glass
2019-07-10
dtoc: Use GetBytes() to obtain repeating bytes
Simon Glass
2019-07-10
dtoc: Sort platdata output from dtoc
Simon Glass
2019-07-10
dtoc: Adjust code for Python 3
Simon Glass
[next]