aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass2-9/+63
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2-13/+16
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass2-10/+1
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-03-26binman: Drop unnecessary 'type' property in testsSimon Glass2-2/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass4-0/+101
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass4-0/+83
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass6-21/+81
2021-03-26binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2-14/+20
2021-03-26binman: Tidy up underscores in entry documentationSimon Glass7-24/+22
2021-03-26binman: Update entry help for files-alignSimon Glass1-0/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass2-6/+11
2021-03-26binman: Allow extracting to current directorySimon Glass1-1/+1
2021-03-26x86: apl: Use read-only SPL and new of-platdataSimon Glass1-0/+2
2021-03-26x86: coral: Drop TPM and ACPI interrupts from TPLSimon Glass1-5/+5
2021-03-26x86: coral: Drop ACPI properties from of-platdataSimon Glass1-0/+1
2021-03-26x86: Don't include reset driver in SPLSimon Glass1-1/+1
2021-03-26x86: Support a fake PCI device with of-platdata-instSimon Glass1-0/+1
2021-03-26x86: itss: Tidy up bind() for of-platdata-instSimon Glass1-2/+3
2021-03-26x86: apl: Tell of-platdata about a required header fileSimon Glass1-0/+1
2021-03-26x86: apl: Fix the header order in pmcSimon Glass1-1/+1
2021-03-26x86: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-26dm: doc: Add documentation for of-platdata-instSimon Glass1-0/+587
2021-03-26dm: doc: Tidy up of-platdata docsSimon Glass1-86/+52
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass2-0/+21
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass3-6/+24
2021-03-26sandbox: Define a region for device priv/plat dataSimon Glass1-0/+8
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass3-0/+25
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass2-0/+41
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass5-4/+63
2021-03-26dm: core: Add an option to support SPL in read-only memorySimon Glass2-0/+46
2021-03-26azure/gitlab: Add tests for sandbox_noinstSimon Glass2-1/+12
2021-03-26test: Run sandbox_spl tests on sandbox_noinstSimon Glass1-0/+4
2021-03-26sandbox: Create a new sandbox_noinst buildSimon Glass4-0/+243
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass4-13/+8
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass3-2/+43
2021-03-26sandbox_spl: Increase SPL malloc() sizeSimon Glass1-0/+1
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass6-20/+31
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass4-31/+40
2021-03-26dm: core: Drop uclass_find_device_by_phandle() with of-platdataSimon Glass1-1/+1
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass4-50/+2
2021-03-26clk: sandbox: Create a special fixed-rate driverSimon Glass4-2/+43
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass2-4/+15
2021-03-26clk: sandbox: Move priv/plat data to a header fileSimon Glass3-13/+16
2021-03-26dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass1-11/+19
2021-03-26dm: core: Include dt-decl.h automaticallySimon Glass1-0/+2
2021-03-26Makefile: Remove old of-platdata files before regeneratingSimon Glass1-2/+17
2021-03-26Makefile: Use a variable for generated of-platdata headersSimon Glass1-7/+4
2021-03-26dtoc: Only generate the required filesSimon Glass2-5/+20