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
2023-02-14
dm: doc: Move to new driver model schema
Simon Glass
2022-01-24
dtoc: Fix up a code comment that confuses pylint
Simon Glass
2021-09-25
irq: Tidy up of-platdata irq support
Simon Glass
2021-07-15
dtoc: Check that a parent is not missing
Simon Glass
2021-04-29
dtoc: Correct dtoc output when testing
Simon Glass
2021-04-06
dtoc: Improve handling of reg properties
Simon Glass
2021-04-06
dtoc: Adjust detection of 64-bit properties
Simon Glass
2021-04-06
dtoc: Show driver warnings once at the end
Simon Glass
2021-03-26
dtoc: Only generate the required files
Simon Glass
2021-03-22
dtoc: Drop use of DECL() macros
Simon Glass
2021-03-22
dtoc: Generate device instances
Simon Glass
2021-03-22
dtoc: Generate uclass devices
Simon Glass
2021-03-22
dtoc: Generate a summary in the dt-plat.c file
Simon Glass
2021-03-22
dtoc: Tidy up the list of supported phandle properties
Simon Glass
2021-03-22
dtoc: Don't generate platform data with instantiation
Simon Glass
2021-03-22
dtoc: Add support for decl file
Simon Glass
2021-03-22
dtoc: Add an option for device instantiation
Simon Glass
2021-03-22
dtoc: Support processing the root node
Simon Glass
2021-03-22
dtoc: Set up the uclasses that are used
Simon Glass
2021-03-22
dtoc: Assign a sequence number to each node
Simon Glass
2021-03-22
dtoc: Read aliases for uclasses
Simon Glass
2021-03-22
dtoc: Support tracking the phase of U-Boot
Simon Glass
2021-03-22
dtoc: Track nodes which are actually used
Simon Glass
2021-03-22
dtoc: Process nodes to set up required properties
Simon Glass
2021-03-22
dtoc: Make use of node properties
Simon Glass
2021-03-22
dtoc: Add some extra properties to nodes
Simon Glass
2021-03-22
dtoc: Save scan information across test runs
Simon Glass
2021-01-05
dtoc: Move src_scan tests to a separate file
Simon Glass
2021-01-05
dtoc: Split source-code scanning to a separate file
Simon Glass
2021-01-05
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
dtoc: Output nodes in order
Simon Glass
2021-01-05
dtoc: Allow specifying the base directory for tests
Simon Glass
2021-01-05
dtoc: Add the method for each command to OutputFile
Simon Glass
2021-01-05
dtoc: Rename dt-platdata.c to dt-plat.c
Simon Glass
2021-01-05
dtoc: Add a header comment to each generated file
Simon Glass
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
dtoc: Add an 'all' command
Simon Glass
2021-01-05
dtoc: Allow outputing to multiple files
Simon Glass
2021-01-05
dtoc: Allow providing a directory to write files to
Simon Glass
2021-01-05
dtoc: Use None to mean stdout
Simon Glass
2021-01-05
dtoc: Convert _drivers to a dict
Simon Glass
2021-01-05
dtoc: Output the struct values in a separate function
Simon Glass
2021-01-05
dtoc: Output the device in a separate function
Simon Glass
2021-01-05
dtoc: Make _output_list a top-level function
Simon Glass
2021-01-05
dtoc: Fix a few pylint warnings in dtb_platdata
Simon Glass
2020-12-13
dm: Rename 'platdata_size' to 'plat_size'
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dtoc: Tidy up more Python style in dtb_platdata
Simon Glass
[next]