summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Move call64 into its own sectionSimon Glass2021-01-051-0/+1
* x86: apl: Use const for driver operationsSimon Glass2021-01-052-2/+2
* dtoc: Convert _drivers to a dictSimon Glass2021-01-052-4/+32
* dtoc: Output the struct values in a separate functionSimon Glass2021-01-051-16/+34
* dtoc: Output the device in a separate functionSimon Glass2021-01-051-11/+22
* dtoc: Make _output_list a top-level functionSimon Glass2021-01-051-40/+40
* dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass2021-01-051-15/+16
* test: Move some test drivers into their own fileSimon Glass2021-01-057-221/+263
* test: Use a simple variable to record removed deviceSimon Glass2021-01-052-10/+6
* timer: Use a shorter error in TPLSimon Glass2021-01-051-2/+8
* arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass2021-01-056-0/+0
* sysreset: Use a shorter error with SPLSimon Glass2021-01-051-4/+8
* pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-051-1/+3
* dm: core: Rename the priv/plat membersSimon Glass2021-01-054-28/+33
* dm: core: Use access methods for dev/uclass private dataSimon Glass2021-01-053-37/+45
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-05113-278/+372
* dm: core: Add functions to set priv/platSimon Glass2021-01-052-0/+114
* dm: core: Add function to access uclass privSimon Glass2021-01-053-0/+32
* x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2021-01-054-45/+1
* dm: core: Only include simple-bus devicetree id when neededSimon Glass2021-01-051-1/+3
* dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass2021-01-053-5/+5
* dm: core: Support dm_dump_all() in SPLSimon Glass2021-01-051-2/+4