aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass3-10/+6
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass64-148/+148
2021-01-05Makefile: Invoke dtoc only onceSimon Glass1-12/+9
2021-01-05dtoc: Add an 'all' commandSimon Glass4-10/+51
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dm: core: Add logging when lists_bind_fdt() failsSimon Glass1-1/+1
2021-01-05dm: core: Allow the uclass list to moveSimon Glass6-11/+19
2021-01-05dm: core: Split out scanning code to dm_scan()Simon Glass1-14/+35
2021-01-05dm: core: Rename device node to indicate it is privateSimon Glass1-4/+7
2021-01-05dm: core: Access device ofnode through functionsSimon Glass50-82/+113
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass15-35/+30
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass5-5/+5
2021-01-05dm: core: Rename device flags to indicate it is privateSimon Glass1-8/+9
2021-01-05dm: core: Access device flags through functionsSimon Glass16-59/+74
2021-01-05dm: core: Rename sqq to seq_Simon Glass6-17/+18
2021-01-05dm: core: Split out alloc code into a new functionSimon Glass1-37/+52
2021-01-05x86: Drop rtc from SPLSimon Glass1-1/+1
2021-01-05x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass1-6/+11
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass2-20/+42
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass2-4/+19
2021-01-05dm: core: Move priv/plat structs for simple_bus to headersSimon Glass2-6/+16
2021-01-05x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass1-1/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass3-3/+5
2021-01-05spi: Tidy up get/set of device nodeSimon Glass5-6/+36
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass2-11/+11
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass4-27/+40
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass6-38/+64
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass2-8/+7
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass2-4/+15
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass2-15/+31
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay3-4/+12
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass1-3/+3
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass13-16/+44
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass1-5/+9
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass2-1/+9
2021-01-05x86: Move call64 into its own sectionSimon Glass1-0/+1
2021-01-05x86: apl: Use const for driver operationsSimon Glass2-2/+2
2021-01-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass1-16/+34
2021-01-05dtoc: Output the device in a separate functionSimon Glass1-11/+22
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass1-40/+40
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass1-15/+16
2021-01-05test: Move some test drivers into their own fileSimon Glass7-221/+263