aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Output nodes in orderSimon Glass
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass
2021-01-05dtoc: Run tests using test_utilSimon Glass
2021-01-05concurrencytest: Fix Python3 warningSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05Makefile: Invoke dtoc only onceSimon Glass
2021-01-05dtoc: Add an 'all' commandSimon Glass
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass
2021-01-05dtoc: Test the stdout outputSimon Glass
2021-01-05dtoc: Use None to mean stdoutSimon Glass
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05dm: core: Rename device flags to indicate it is privateSimon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass
2021-01-05x86: Drop rtc from SPLSimon Glass
2021-01-05x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass
2021-01-05x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass
2021-01-05spi: Tidy up get/set of device nodeSimon Glass
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass
2021-01-05sandbox: Add a compatible string for spltestSimon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass