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
/
test_fdt.py
Age
Commit message (
Expand
)
Author
2022-09-12
dtoc: Drop sys.exit() in test_fdt
Simon Glass
2022-08-09
dtoc: Correct remaining pylint problems in test_fdt
Simon Glass
2022-08-09
test_fdt: Convert to use argparse
Simon Glass
2022-08-09
dtoc: Move main program into its own function
Simon Glass
2022-08-09
dtoc: Fix fdt test coverage
Simon Glass
2022-08-09
dtoc: Tidy up fdt_tests RunTests()
Simon Glass
2022-08-09
dtoc: Tidy up fdt_tests RunTestCoverage() args
Simon Glass
2022-06-28
patman: test_util: Use unittest text runner to print test results
Alper Nebi Yasak
2022-06-28
dtoc: Update fdt tests to use test_util
Simon Glass
2022-03-18
dtoc: Tidy up implementation of AddStringList()
Simon Glass
2022-03-18
dtoc: Make GetArgs() more flexible
Simon Glass
2022-03-02
dtoc: Correct pylint errors
Simon Glass
2022-02-22
dtoc: Support reading a list of arguments
Simon Glass
2022-02-22
dtoc: Allow deleting nodes and adding them in the same sync
Simon Glass
2022-02-22
dtoc: Support deleting a node
Simon Glass
2022-02-22
dtoc: Support adding a string list to a device tree
Simon Glass
2022-02-09
patman: Convert camel case in test_util.py
Simon Glass
2022-02-09
patman: Convert camel case in tools.py
Simon Glass
2021-12-05
dtoc: Add support for reading string-list properties
Simon Glass
2021-12-02
dtoc: Add support for reading fixed-length bytes properties
Simon Glass
2021-12-02
dtoc: Add support for reading 64-bit ints
Simon Glass
2021-12-02
dtoc: Bring in the libfdt module automatically
Simon Glass
2021-08-08
dtoc: Correct the intarray-widening test case
Simon Glass
2021-08-01
dtoc: Support widening a bool value
Simon Glass
2021-08-01
dtoc: Fix widening an int array to an int
Simon Glass
2021-03-27
dtoc: Add new check that offsets are correct
Simon Glass
2021-03-27
dtoc: Support adding subnodes alongside existing ones
Simon Glass
2021-03-27
dtoc: Add a subnode test for multiple nodes
Simon Glass
2021-03-27
dtoc: Improve internal error for Refresh()
Simon Glass
2021-03-22
dtoc: Move test files into a test/ directory
Simon Glass
2021-01-30
binman: Support alignment of files
Simon Glass
2020-12-13
patman: Drop tools.ToChar() and ToChars()
Simon Glass
2020-12-13
fdt: Use an Enum for the data type
Simon Glass
2020-10-29
dtoc: Fix widening of int to bytes
Simon Glass
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-04-26
patman: Tidy up sys.path changes
Simon Glass
2020-04-26
patman: Move to absolute imports
Simon Glass
2020-04-26
patman: Drop references to __future__
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
binman: Show a helpful error when a DT property is missing
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: Use byte type instead of str in fdt
Simon Glass
[next]