summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Fix header guard in asm/pmu.hSimon Glass2021-01-051-3/+3
* x86: tpl: Remove unwanted devicetree stringSimon Glass2021-01-051-1/+3
* x86: pinctrl: Drop unlikely error messages from TPLSimon Glass2021-01-051-3/+8
* x86: apl: Reduce size for TPLSimon Glass2021-01-0513-16/+44
* x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass2021-01-051-5/+9
* x86: coral: Move fsp-m settings to a subnodeSimon Glass2021-01-052-1/+9