- eec44c7 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
- ca04494 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
- 1c56469 dtoc: Check that a parent is not missing by Simon Glass · 3 years, 5 months ago
- 1707325 dtoc: Correct dtoc output when testing by Simon Glass · 3 years, 7 months ago
- da39341 dtoc: Improve handling of reg properties by Simon Glass · 3 years, 8 months ago
- 3e200ca dtoc: Adjust detection of 64-bit properties by Simon Glass · 3 years, 8 months ago
- 0c59ace dtoc: Show driver warnings once at the end by Simon Glass · 3 years, 8 months ago
- 8490c57 dtoc: Only generate the required files by Simon Glass · 3 years, 8 months ago
- cff7dcf dtoc: Drop use of DECL() macros by Simon Glass · 3 years, 8 months ago
- d392d32 dtoc: Generate device instances by Simon Glass · 3 years, 9 months ago
- ea74c95 dtoc: Generate uclass devices by Simon Glass · 3 years, 9 months ago
- 9763e4e dtoc: Generate a summary in the dt-plat.c file by Simon Glass · 3 years, 9 months ago
- 4b91be2 dtoc: Don't generate platform data with instantiation by Simon Glass · 3 years, 9 months ago
- 426d12f dtoc: Add support for decl file by Simon Glass · 3 years, 9 months ago
- 4a09235 dtoc: Add an option for device instantiation by Simon Glass · 3 years, 9 months ago
- 50aae3e dtoc: Support processing the root node by Simon Glass · 3 years, 9 months ago
- 337d697 dtoc: Set up the uclasses that are used by Simon Glass · 3 years, 9 months ago
- 074197a dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 9 months ago
- 0595352 dtoc: Read aliases for uclasses by Simon Glass · 3 years, 9 months ago
- b00f006 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 9 months ago
- b9319c4 dtoc: Track nodes which are actually used by Simon Glass · 3 years, 9 months ago
- fd471e2 dtoc: Process nodes to set up required properties by Simon Glass · 3 years, 9 months ago
- f38161c dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · 3 years, 9 months ago
- dff51a5 dtoc: Move test files into a test/ directory by Simon Glass · 3 years, 9 months ago
- a32eb7d dtoc: Save scan information across test runs by Simon Glass · 3 years, 9 months ago
- 10ea9c0 dtoc: Move src_scan tests to a separate file by Simon Glass · 3 years, 11 months ago
- a542a70 dtoc: Split source-code scanning to a separate file by Simon Glass · 3 years, 11 months ago
- d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 3 years, 11 months ago
- 9eca08d dtoc: Output nodes in order by Simon Glass · 3 years, 11 months ago
- 1e0f3f4 dtoc: Allow specifying the base directory for tests by Simon Glass · 3 years, 11 months ago
- f31fa99 dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 3 years, 11 months ago
- d1055d6 dtoc: Add a header comment to each generated file by Simon Glass · 3 years, 11 months ago
- 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 11 months ago
- 10cbd3b dtoc: Add an 'all' command by Simon Glass · 3 years, 11 months ago
- be44f27 dtoc: Allow outputing to multiple files by Simon Glass · 3 years, 11 months ago
- 192c111 dtoc: Allow providing a directory to write files to by Simon Glass · 3 years, 11 months ago
- de846cb dtoc: Test the stdout output by Simon Glass · 3 years, 11 months ago
- f62cea0 dtoc: Use None to mean stdout by Simon Glass · 3 years, 11 months ago
- 67b5ec5 dtoc: Tidy up pylint warnings in test by Simon Glass · 3 years, 11 months ago
- 7d637c1 dtoc: Convert _drivers to a dict by Simon Glass · 3 years, 11 months ago
- acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 11 months ago
- 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 4 years ago
- cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 1 month ago
- 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
- e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 1 month ago
- e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 1 month ago
- 1b27273 dtoc: Order the structures internally by name by Simon Glass · 4 years, 1 month ago
- e9ab331 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 4 months ago
- dcb3ed6 dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 4 months ago
- 6c74d1b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 4 months ago
- f02d0eb dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 4 months ago
- 6c3fc50 dtoc: add test for cd-gpios by Walter Lozano · 4 years, 5 months ago
- ad34017 dtoc: update dtb_platdata to support cd-gpios by Walter Lozano · 4 years, 5 months ago
- 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 5 months ago
- 361e733 dtoc: add option to disable warnings by Walter Lozano · 4 years, 5 months ago
- dac8228 dtoc: add support to scan drivers by Walter Lozano · 4 years, 4 months ago
- bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
- 83a4518 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
- 3c19dc8 test_dtoc: Move to use Python 3 by Simon Glass · 5 years ago
- 1953ce7 dtoc: Sort platdata output from dtoc by Simon Glass · 5 years ago
- 90a8132 dtoc: Adjust code for Python 3 by Simon Glass · 5 years ago
- e4478d9 tests: dtoc: adapt tests to changed dtoc output by Simon Goldschmidt · 6 years ago
- 4b4bc06 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
- fe57c78 dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
- 8512ea2 dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
- 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
- 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
- 57f0bc4 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
- 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
- aab660f dtoc: Fix up tests by Simon Glass · 7 years ago
- 634eba4 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
- bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
- 35d5037 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
- 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
- 5ec741f dtoc: Handle 'reg' properties with unusual sizes by Simon Glass · 7 years ago
- c20ee0e dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
- 21d54ac dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
- c079192 dtoc: Add tests by Simon Glass · 7 years ago