summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-30ram: rockchip: px30: add a config-based ddr selectionHeiko Stuebner2-0/+29
2020-10-30rockchip: Rock960: fix up USB supportPeter Robinson2-3/+8
2020-10-30rockchip: dts: tinker: remove unnecessary nodeStefan Agner1-4/+0
2020-10-30rockchip: dts: tinker: move i2c node to shared device treeStefan Agner2-7/+7
2020-10-30clk: rockchip: rk3399: implement getting wdt/alive clocksJack Mitchell1-0/+20
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Support compression of sectionsSimon Glass7-0/+323
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass2-8/+5
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass3-14/+13
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass2-12/+10
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass1-3/+4
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass2-5/+2
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass4-13/+26
2020-10-29binman: Set section contents in GetData()Simon Glass3-2/+22
2020-10-29binman: Store the original data before compressionSimon Glass2-1/+18
2020-10-29binman: Make section padding consistent with other entriesSimon Glass4-2/+86
2020-10-29binman: Move section padding to the parentSimon Glass2-12/+12
2020-10-29binman: Refactor _BuildSectionData()Simon Glass2-10/+51
2020-10-29binman: Move section-building code into a functionSimon Glass2-8/+31
2020-10-29binman: Expand docs and test for alignmentSimon Glass3-12/+56
2020-10-29binman: Expand docs and test for paddingSimon Glass3-7/+45
2020-10-29binman: Update testPackExtra with more checksSimon Glass2-6/+23
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass4-7/+8
2020-10-29binman: Move CompressData() into Entry base classSimon Glass2-7/+17
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass2-6/+9
2020-10-29binman: Remove references to 'image' in entry_SectionSimon Glass1-4/+4
2020-10-29binman: Fix return from u-boot-ucode if there is no DTSimon Glass1-0/+1
2020-10-29binman: Give a sensible error if no command is givenSimon Glass1-0/+1
2020-10-29binman: Add tests for skip-at-start sectionsSimon Glass4-0/+121
2020-10-29binman: Drop unused return variable for _DoTestFile()Simon Glass1-2/+2
2020-10-29binman: Update the entry docsSimon Glass1-0/+23
2020-10-29dm: doc: Update the of-platadata documentationSimon Glass1-23/+19
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass3-0/+14
2020-10-29imx: mx6cuboxi: Disable thermal driver in SPLSimon Glass1-1/+1
2020-10-29dm: Use driver_info index instead of pointerSimon Glass10-58/+72
2020-10-29x86: apl: Take advantage of the of-platdata parent supportSimon Glass2-14/+16
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2-1/+5
2020-10-29dm: core: Convert #ifdef to if() in root.cSimon Glass1-11/+7
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass6-5/+24
2020-10-29dm: Support parent devices with of-platdataSimon Glass5-3/+116
2020-10-29sandbox: Fix up building for of-platdataSimon Glass3-1/+5
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass7-22/+65
2020-10-29dm: test: Add a test for of-platdata phandlesSimon Glass5-4/+68
2020-10-29dm: test: Add a check that all devices have a dev valueSimon Glass2-0/+82
2020-10-29dm: Add a C test for of-platdata propertiesSimon Glass1-0/+69
2020-10-29Azure/GitLab/Travis: Add SPL unit testsSimon Glass3-3/+3
2020-10-29dm: test: Drop of-platdata pytestSimon Glass5-104/+0
2020-10-29test: Run only the selected SPL testSimon Glass1-1/+1