summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-05410-1956/+2799
|\
| * dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
| * dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
| * dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
| * dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-055-49/+13
| * dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
| * dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
| * dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
| * dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-055-7/+7
| * dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
| * dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
| * concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-0519-26/+26
| * dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0573-110/+110
| * dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-053-10/+6
| * dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-0564-148/+148
| * Makefile: Invoke dtoc only onceSimon Glass2021-01-051-12/+9
| * dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51
| * dtoc: Allow outputing to multiple filesSimon Glass2021-01-052-10/+94
| * dtoc: Allow providing a directory to write files toSimon Glass2021-01-053-10/+19
| * dtoc: Test the stdout outputSimon Glass2021-01-051-15/+22
| * dtoc: Use None to mean stdoutSimon Glass2021-01-053-7/+7
| * dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
| * dm: core: Add logging when lists_bind_fdt() failsSimon Glass2021-01-051-1/+1
| * dm: core: Allow the uclass list to moveSimon Glass2021-01-056-11/+19
| * dm: core: Split out scanning code to dm_scan()Simon Glass2021-01-051-14/+35
| * dm: core: Rename device node to indicate it is privateSimon Glass2021-01-051-4/+7
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-0550-82/+113
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-0515-35/+30
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-055-5/+5
| * dm: core: Rename device flags to indicate it is privateSimon Glass2021-01-051-8/+9
| * dm: core: Access device flags through functionsSimon Glass2021-01-0516-59/+74
| * dm: core: Rename sqq to seq_Simon Glass2021-01-056-17/+18
| * dm: core: Split out alloc code into a new functionSimon Glass2021-01-051-37/+52
| * x86: Drop rtc from SPLSimon Glass2021-01-051-1/+1
| * x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass2021-01-051-6/+11
| * x86: apl: Adjust how the UART gets its platform dataSimon Glass2021-01-052-20/+42
| * x86: sysreset: Move priv/plat structs to headersSimon Glass2021-01-052-4/+19
| * dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2021-01-052-6/+16
| * x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass2021-01-051-1/+1
| * spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass2021-01-053-3/+5
| * spi: Tidy up get/set of device nodeSimon Glass2021-01-055-6/+36
| * x86: spl: Move priv/plat structs to headersSimon Glass2021-01-052-11/+11
| * x86: Move priv/plat structs for intel_common to headersSimon Glass2021-01-054-27/+40
| * x86: apl: Move priv/plat structs to headersSimon Glass2021-01-056-38/+64
| * sandbox: Update dts files to reduce SPL sizeSimon Glass2021-01-052-8/+7
| * sandbox: Add a compatible string for spltestSimon Glass2021-01-051-0/+6
| * sandbox: i2c: Move priv into a header fileSimon Glass2021-01-052-4/+15
| * sandbox: serial: Move priv into a header fileSimon Glass2021-01-052-15/+31
| * sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay2021-01-053-4/+12