summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | binman: Make section padding consistent with other entriesSimon Glass2020-10-294-2/+86
| * | | | binman: Move section padding to the parentSimon Glass2020-10-292-12/+12
| * | | | binman: Refactor _BuildSectionData()Simon Glass2020-10-292-10/+51
| * | | | binman: Move section-building code into a functionSimon Glass2020-10-292-8/+31
| * | | | binman: Expand docs and test for alignmentSimon Glass2020-10-293-12/+56
| * | | | binman: Expand docs and test for paddingSimon Glass2020-10-293-7/+45
| * | | | binman: Update testPackExtra with more checksSimon Glass2020-10-292-6/+23
| * | | | binman: Use 'files-compress' to set compression for filesSimon Glass2020-10-294-7/+8
| * | | | binman: Move CompressData() into Entry base classSimon Glass2020-10-292-7/+17
| * | | | binman: Expand the error message for breaching a sectionSimon Glass2020-10-292-6/+9
| * | | | binman: Remove references to 'image' in entry_SectionSimon Glass2020-10-291-4/+4
| * | | | binman: Fix return from u-boot-ucode if there is no DTSimon Glass2020-10-291-0/+1
| * | | | binman: Give a sensible error if no command is givenSimon Glass2020-10-291-0/+1
| * | | | binman: Add tests for skip-at-start sectionsSimon Glass2020-10-294-0/+121
| * | | | binman: Drop unused return variable for _DoTestFile()Simon Glass2020-10-291-2/+2
| * | | | binman: Update the entry docsSimon Glass2020-10-291-0/+23
| * | | | dm: doc: Update the of-platadata documentationSimon Glass2020-10-291-23/+19
| * | | | dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-293-0/+14
| * | | | imx: mx6cuboxi: Disable thermal driver in SPLSimon Glass2020-10-291-1/+1
| * | | | dm: Use driver_info index instead of pointerSimon Glass2020-10-2910-58/+72
| * | | | x86: apl: Take advantage of the of-platdata parent supportSimon Glass2020-10-292-14/+16
| * | | | x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass2020-10-292-1/+5
| * | | | dm: core: Convert #ifdef to if() in root.cSimon Glass2020-10-291-11/+7
| * | | | dm: Add a test for of-platdata parent informationSimon Glass2020-10-296-5/+24
| * | | | dm: Support parent devices with of-platdataSimon Glass2020-10-295-3/+116
| * | | | sandbox: Fix up building for of-platdataSimon Glass2020-10-293-1/+5
| * | | | dm: Use an allocated array for run-time device infoSimon Glass2020-10-297-22/+65
| * | | | dm: test: Add a test for of-platdata phandlesSimon Glass2020-10-295-4/+68
| * | | | dm: test: Add a check that all devices have a dev valueSimon Glass2020-10-292-0/+82
| * | | | dm: Add a C test for of-platdata propertiesSimon Glass2020-10-291-0/+69
| * | | | Azure/GitLab/Travis: Add SPL unit testsSimon Glass2020-10-293-3/+3
| * | | | dm: test: Drop of-platdata pytestSimon Glass2020-10-295-104/+0
| * | | | test: Run only the selected SPL testSimon Glass2020-10-291-1/+1
| * | | | sandbox: Allow selection of SPL unit testsSimon Glass2020-10-293-1/+11
| * | | | test: Run SPL unit testsSimon Glass2020-10-291-1/+1
| * | | | pytest: Collect SPL unit testsSimon Glass2020-10-292-5/+42
| * | | | Makefile: Generate a symbol file for u-boot-splSimon Glass2020-10-291-1/+6
| * | | | dm: test: Add a very simple of-platadata testSimon Glass2020-10-292-1/+22
| * | | | dm: test: Add a way to run SPL testsSimon Glass2020-10-295-1/+30
| * | | | dm: test: Update the test runner to support of-platdataSimon Glass2020-10-291-11/+16
| * | | | dm: test: Build tests for SPLSimon Glass2020-10-293-1/+12
| * | | | dm: core: fix typo in device.hDario Binacchi2020-10-291-1/+1
| * | | | sandbox: make SDL window resizableHeinrich Schuchardt2020-10-291-1/+2
| * | | | dtoc: Fix widening of int to bytesSimon Glass2020-10-295-2/+24
| * | | | dm: core: Allow dm_warn() to be used in SPLSimon Glass2020-10-294-5/+18
| * | | | dtoc: Order the structures internally by nameSimon Glass2020-10-292-43/+83
| * | | | dtoc: Document the return value of scan_structs()Simon Glass2020-10-291-0/+15
| * | | | sandbox: Drop ad-hoc device declarations in SPLSimon Glass2020-10-293-0/+7
| * | | | dm: test: Disable some tests that should not run in SPLSimon Glass2020-10-292-7/+13
| * | | | dm: test: Make use of CONFIG_UNIT_TESTSimon Glass2020-10-292-2/+3