]> Git Repo - J-u-boot.git/history - tools/dtoc/dtb_platdata.py
dtoc: Tidy up the list of supported phandle properties
[J-u-boot.git] / tools / dtoc / dtb_platdata.py
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...
2020-07-29 Walter Lozanodtoc: add coverage test for unicode error
2020-07-17 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-17 Simon Glassdtoc: Support ACPI paths in of-platdata
2020-07-11 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-07-11 Tom RiniMerge tag 'uniphier-v2020.10' of https://gitlab.denx...
2020-07-10 Tom RiniMerge tag 'dm-pull-10jul20' of https://gitlab.denx...
2020-07-10 Walter Lozanodtoc: update dtb_platdata to support cd-gpios
2020-07-10 Walter Lozanodtoc: extend dtoc to use struct driver_info when linkin...
2020-07-10 Walter Lozanodtoc: add option to disable warnings
2020-07-10 Walter Lozanodtoc: add support to scan drivers
2020-07-10 Walter Lozanodtoc: add missing code comments
2020-05-04 Tom RiniMerge tag 'u-boot-rockchip-20200501' of https://gitlab...
2020-04-30 Tom RiniMerge tag 'xilinx-for-v2020.07-rc2' of https://gitlab...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-04-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-04-28 Tom RiniMerge tag 'u-boot-amlogic-20200428' of https://gitlab...
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-04-28 Tom RiniMerge tag 'dm-pull-27apr20' of git://git.denx.de/u...
2020-04-26 Simon Glasspatman: Move to absolute imports
2020-04-22 Tom RiniMerge tag 'mmc-2020-4-22' of https://gitlab.denx.de...
2020-04-21 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-04-21 Tom RiniMerge tag 'for-v2020.07' of https://gitlab.denx.de...
2020-04-21 Tom RiniMerge tag 'for-v2020.07' of https://gitlab.denx.de...
2020-04-20 Tom RiniMerge branch '2020-04-17-master-imports'
2020-04-17 Heinrich Schuchardtdoc: fix references to driver-model
2019-07-14 Tom RiniMerge tag 'u-boot-stm32-20190712' of https://gitlab...
2019-07-11 Tom RiniMerge tag 'dm-pull-9jul19-take2' of https://gitlab...
2019-07-10 Simon Glassdtoc: Update dtb_platdata to support Python 3
2019-07-10 Simon Glassdtoc: Sort platdata output from dtoc
2019-07-10 Simon Glassdtoc: Adjust code for Python 3
2019-05-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-05-01 Tom RiniMerge tag 'u-boot-imx-20190426' of git://git.denx.de...
2019-04-27 Tom RiniMerge branch '2019-04-27-master-imports'
2019-04-26 Heiko Schocherdtb_platdata.py: prevent define generation of alias
2019-01-19 Tom RiniMerge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git...
next
This page took 1.199656 seconds and 107 git commands to generate.