aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini77-345/+2131
2021-11-29Prepare v2022.01-rc3v2022.01-rc3Tom Rini1-1/+1
2021-11-29board: iot2050: update build documentation for OP-TEEIvan Mikhaylov1-1/+1
2021-11-29qemu: common: Fix build with update capsuleVincent Stehlé1-1/+0
2021-11-29fastboot: Add maintainers entrySean Anderson1-0/+12
2021-11-29clk: Add myself as a maintainer for the clock subsystemSean Anderson1-0/+1
2021-11-28Merge tag 'dm-pull-28nov21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/28Nov2021Tom Rini32-69/+670
2021-11-28test/py: Raise a ValueError if a command failsSimon Glass1-1/+1
2021-11-28test/py: Relax the naming rules for unit testsSimon Glass1-1/+1
2021-11-28sandbox: Enable HEXDUMP for sandbox_flattreeSimon Glass1-0/+1
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass2-0/+20
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass4-5/+38
2021-11-28dm: core: Add a way to obtain a string listSimon Glass5-0/+100
2021-11-28dm: core: Fix up string-function documentationSimon Glass2-3/+4
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass3-6/+25
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass2-0/+77
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass2-1/+13
2021-11-28disk: part_dos: Fix a NULL pointer errorSimon Glass1-4/+6
2021-11-28mbr: Correct verification checkSimon Glass1-4/+4
2021-11-28mmc: Allow for children other than the block deviceSimon Glass1-2/+2
2021-11-28sandbox: mmc: Support a backing fileSimon Glass2-9/+69
2021-11-28sandbox: Support unmapping a fileSimon Glass2-0/+19
2021-11-28test/py: Allow passing input to a programSimon Glass2-5/+8
2021-11-28binman: Fix extract command for using non-absolute image pathsJan Kiszka1-0/+1
2021-11-28sf: doc: Add documentation for the 'sf' commandSimon Glass2-0/+246
2021-11-28sf: Tidy up code to avoid #ifdefSimon Glass1-17/+13
2021-11-28sf: Use const for the stage nameSimon Glass1-1/+1
2021-11-28command: Use a constant pointer for the helpSimon Glass1-1/+1
2021-11-28env: Avoid using GNU features in awkSimon Glass1-9/+20
2021-11-26Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/26Nov2021Tom Rini13-106/+95
2021-11-26test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt1-2/+4
2021-11-26test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt1-1/+3
2021-11-26test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt1-11/+14
2021-11-26test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt1-13/+13
2021-11-26test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt1-6/+8
2021-11-26efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt1-7/+8
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2-50/+31
2021-11-26test: address some pylint warningsHeinrich Schuchardt2-9/+7
2021-11-26sandbox: poweroff in efi_system_reset()Heinrich Schuchardt1-2/+4
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt1-2/+2
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini1-3/+1
2021-11-23Merge branch '2021-11-23-scmi-and-tee-updates' into nextTom Rini14-44/+399
2021-11-23firmware: scmi: Add OP-TEE transportWIP/2021-11-23-scmi-and-tee-updatesEtienne Carriere3-2/+323
2021-11-23dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messagesEtienne Carriere1-6/+9
2021-11-23tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFEREtienne Carriere1-0/+1
2021-11-23tee: optee: remove unused duplicated login Id macrosEtienne Carriere1-11/+1
2021-11-23tee: define session login identifiersEtienne Carriere1-2/+21
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere1-4/+2
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere1-5/+5