Merge tag 'u-boot-stm32-20220617' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / tools / dtoc / dtb_platdata.py
2022-01-25 Tom RiniMerge branch '2022-01-24-assorted-updates'
2022-01-24 Simon Glassdtoc: Fix up a code comment that confuses pylint
2021-10-12 Tom RiniMerge tag 'u-boot-stm32-20211012' of https://source...
2021-10-04 Tom RiniMerge branch 'next'
2021-09-30 Tom RiniMerge tag 'xilinx-for-v2022.01-rc1' of https://source...
2021-09-29 Tom RiniMerge branch 'network_master' of https://source.denx...
2021-09-27 Tom RiniMerge tag 'dm-pull-next-27sep21' of https://source...
2021-09-25 Simon Glassirq: Tidy up of-platdata irq support
2021-07-19 Tom RiniMerge tag 'ti-v2021.10-rc1' of https://source.denx...
2021-07-17 Tom RiniMerge tag 'u-boot-imx-20210717' of https://gitlab.denx...
2021-07-15 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2021-07-15 Simon Glassdtoc: Check that a parent is not missing
2021-06-17 Tom RiniMerge tag 'u-boot-atmel-2021.10-a' of https://source...
2021-04-30 Tom RiniMerge tag 'dm-pull-29apr21' of https://source.denx...
2021-04-29 Simon Glassdtoc: Correct dtoc output when testing
2021-04-18 Tom RiniMerge tag 'ti-v2021.07-rc1' of https://source.denx...
2021-04-09 Tom RiniMerge tag 'u-boot-stm32-20210409' of https://source...
2021-04-07 Tom RiniMerge tag 'mmc-2021-4-6' of https://source.denx.de...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2021-04-06 Tom RiniMerge tag 'u-boot-amlogic-20210406' of https://source...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-04-06 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2021-04-06 Tom RiniMerge tag 'dm-pull-6apr21' of https://source.denx.de...
2021-04-06 Simon Glassdtoc: Improve handling of reg properties
2021-04-06 Simon Glassdtoc: Adjust detection of 64-bit properties
2021-04-06 Simon Glassdtoc: Show driver warnings once at the end
2021-04-05 Tom RiniMerge branch 'next'
2021-03-31 Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-30 Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29 Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-26 Tom RiniMerge tag 'dm-pull-26mar21-take2' of git://git.denx...
2021-03-26 Simon Glassdtoc: Only generate the required files
2021-03-22 Simon Glassdtoc: Drop use of DECL() macros
2021-03-22 Simon Glassdtoc: Generate device instances
2021-03-22 Simon Glassdtoc: Generate uclass devices
2021-03-22 Simon Glassdtoc: Generate a summary in the dt-plat.c file
2021-03-22 Simon Glassdtoc: Tidy up the list of supported phandle properties
2021-03-22 Simon Glassdtoc: Don't generate platform data with instantiation
2021-03-22 Simon Glassdtoc: Add support for decl file
2021-03-22 Simon Glassdtoc: Add an option for device instantiation
2021-03-22 Simon Glassdtoc: Support processing the root node
2021-03-22 Simon Glassdtoc: Set up the uclasses that are used
2021-03-22 Simon Glassdtoc: Assign a sequence number to each node
2021-03-22 Simon Glassdtoc: Read aliases for uclasses
2021-03-22 Simon Glassdtoc: Support tracking the phase of U-Boot
2021-03-22 Simon Glassdtoc: Track nodes which are actually used
2021-03-22 Simon Glassdtoc: Process nodes to set up required properties
2021-03-22 Simon Glassdtoc: Make use of node properties
2021-03-22 Simon Glassdtoc: Add some extra properties to nodes
2021-03-22 Simon Glassdtoc: Save scan information across test runs
2021-01-13 Tom RiniMerge tag 'u-boot-amlogic-20210112' of https://gitlab...
2021-01-12 Tom RiniMerge tag 'u-boot-atmel-2021.04-a' of https://gitlab...
2021-01-11 Tom RiniMerge branch 'next'
2021-01-06 Tom RiniMerge tag 'xilinx-for-v2021.04' of https://gitlab.denx...
2021-01-06 Tom RiniMerge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot...
2021-01-05 Tom RiniMerge tag 'v2021.01-rc5' into next
2021-01-05 Simon Glassdtoc: Move src_scan tests to a separate file
2021-01-05 Simon Glassdtoc: Split source-code scanning to a separate file
2021-01-05 Simon Glassdtoc: Drop dm_populate_phandle_data()
2021-01-05 Simon Glassdtoc: Output nodes in order
2021-01-05 Simon Glassdtoc: Allow specifying the base directory for tests
2021-01-05 Simon Glassdtoc: Add the method for each command to OutputFile
2021-01-05 Simon Glassdtoc: Rename dt-platdata.c to dt-plat.c
2021-01-05 Simon Glassdtoc: Add a header comment to each generated file
2021-01-05 Simon Glassdm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
2021-01-05 Simon Glassdm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
2021-01-05 Simon Glassdm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
2021-01-05 Simon Glassdtoc: Add an 'all' command
2021-01-05 Simon Glassdtoc: Allow outputing to multiple files
2021-01-05 Simon Glassdtoc: Allow providing a directory to write files to
2021-01-05 Simon Glassdtoc: Use None to mean stdout
2021-01-05 Simon Glassdtoc: Convert _drivers to a dict
2021-01-05 Simon Glassdtoc: Output the struct values in a separate function
2021-01-05 Simon Glassdtoc: Output the device in a separate function
2021-01-05 Simon Glassdtoc: Make _output_list a top-level function
2021-01-05 Simon Glassdtoc: Fix a few pylint warnings in dtb_platdata
2020-12-14 Tom RiniMerge tag 'dm-pull-14dec20' of git://git.denx.de/u...
2020-12-13 Simon Glassdm: Rename 'platdata_size' to 'plat_size'
2020-12-13 Simon Glassdm: treewide: Rename 'platdata' variables to just ...
2020-12-13 Simon Glassdtoc: Tidy up more Python style in dtb_platdata
2020-12-13 Simon Glassdtoc: Tidy up Python style in dtb_platdata
2020-12-13 Simon Glasspatman: Drop tools.ToByte()
2020-12-13 Simon Glasspatman: Drop unicode helper functions
2020-12-13 Simon Glassfdt: Use an Enum for the data type
2020-11-06 Tom RiniMerge tag 'u-boot-amlogic-20201105' of https://gitlab...
2020-11-02 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-a' of https:...
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-29 Simon Glassdm: Don't allow U_BOOT_DEVICE() when of-platdata is...
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassdm: Support parent devices with of-platdata
2020-10-29 Simon Glassdtoc: Order the structures internally by name
2020-10-29 Simon Glassdtoc: Document the return value of scan_structs()
2020-10-29 Simon Glassdtoc: Use a namedtuple for _links
2020-10-29 Simon Glassdtoc: Extract inner loop from output_node()
2020-08-04 Tom RiniMerge tag 'u-boot-imx-20200804' of https://gitlab.denx...
2020-07-30 Tom RiniMerge tag 'dm-pull-28jul20' of git://git.denx.de/u...
2020-07-29 Walter Lozanodtoc: remove compatible string aliases support
2020-07-29 Walter Lozanodtoc: look for compatible string aliases in driver...
next