summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-26Makefile: Depend only on required of-platdata filesSimon Glass1-2/+5
2021-03-26Makefile: Avoid running dtoc every timeSimon Glass1-5/+7
2021-03-26libfdt: Tidy up pylibfdt build ruleSimon Glass1-3/+9
2021-03-22dm: Add the new dtoc-generated files to the buildSimon Glass1-1/+2
2021-03-22dm: core: Skip adding uclasses with OF_PLATDATA_INSTSimon Glass1-1/+4
2021-03-22dm: core: Set up driver model for OF_PLATDATA_INSTSimon Glass1-12/+30
2021-03-22dm: core: Adjust uclass setup with of-platdataSimon Glass2-2/+9
2021-03-22dm: core: Allow dropping run-time binding of devicesSimon Glass2-17/+43