aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29sandbox: Allow selection of SPL unit testsSimon Glass3-1/+11
2020-10-29test: Run SPL unit testsSimon Glass1-1/+1
2020-10-29pytest: Collect SPL unit testsSimon Glass2-5/+42
2020-10-29Makefile: Generate a symbol file for u-boot-splSimon Glass1-1/+6
2020-10-29dm: test: Add a very simple of-platadata testSimon Glass2-1/+22
2020-10-29dm: test: Add a way to run SPL testsSimon Glass5-1/+30
2020-10-29dm: test: Update the test runner to support of-platdataSimon Glass1-11/+16
2020-10-29dm: test: Build tests for SPLSimon Glass3-1/+12
2020-10-29dm: core: fix typo in device.hDario Binacchi1-1/+1
2020-10-29sandbox: make SDL window resizableHeinrich Schuchardt1-1/+2
2020-10-29dtoc: Fix widening of int to bytesSimon Glass5-2/+24
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass4-5/+18
2020-10-29dtoc: Order the structures internally by nameSimon Glass2-43/+83
2020-10-29dtoc: Document the return value of scan_structs()Simon Glass1-0/+15
2020-10-29sandbox: Drop ad-hoc device declarations in SPLSimon Glass3-0/+7
2020-10-29dm: test: Disable some tests that should not run in SPLSimon Glass2-7/+13
2020-10-29dm: test: Make use of CONFIG_UNIT_TESTSimon Glass2-2/+3
2020-10-29dm: test: Update Makefile conditionsSimon Glass1-7/+7
2020-10-29dm: test: Sort the MakefileSimon Glass1-3/+3
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass6-49/+37
2020-10-29dm: core: Avoid void * in the of-platdata structsSimon Glass1-3/+5
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass1-1/+16
2020-10-29dtoc: Use a namedtuple for _linksSimon Glass1-4/+12
2020-10-29dtoc: Extract inner loop from output_node()Simon Glass1-40/+49
2020-10-29binman: Support multiple images in the librarySimon Glass1-0/+7
2020-10-29binman: Add a way to read the ROM offsetSimon Glass2-1/+13
2020-10-29configs: Resync with savedefconfigTom Rini144-404/+138
2020-10-29MAINTAINERS, git-mailrc: Update sunxi maintainersAndre Przywara2-3/+3
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini141-116/+2396
2020-10-28Prepare v2021.01-rc1v2021.01-rc1Tom Rini1-3/+3
2020-10-28Merge branch '2020-10-28-mux-driver-framework'Tom Rini21-1/+1461
2020-10-28test: mux-cmd: Add tests for the 'mux' commandWIP/2020-10-28-mux-driver-frameworkPratyush Yadav3-0/+179
2020-10-28cmd: Add a mux commandPratyush Yadav3-0/+191
2020-10-28test: Add tests for the multiplexer frameworkJean-Jacques Hiblot5-0/+280
2020-10-28Kconfig: Increase the pre-relocation memoryPratyush Yadav1-1/+1
2020-10-28drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot3-0/+157
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot3-0/+47
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot9-0/+606
2020-10-28Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/28Oct2020Tom Rini8-8/+121
2020-10-28Merge branch '2020-10-27-further-log-enhancements'Tom Rini6-12/+112
2020-10-27log: correct and check array size of log categoriesHeinrich Schuchardt1-2/+8