aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere1-5/+1
2021-11-23firmware: scmi: fix description of an API functionEtienne Carriere1-2/+2
2021-11-23stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOXPatrick Delaunay2-0/+2
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay2-2/+18
2021-11-23power: regulator: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23clk: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23reset: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...WIP/23Nov2021Tom Rini22-52/+3854
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland3-37/+43
2021-11-23drivers: net: add Aspeed MDIO driverDylan Hung3-0/+136
2021-11-23net: tsec: Make redundant_init() staticBin Meng1-1/+1
2021-11-23net: fec_mxc: Declare 'promisc' as boolBin Meng1-1/+1
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng1-1/+1
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2-2/+8
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll1-1/+1
2021-11-23configs: ls1021a-tsn: enable the generation of random Ethernet MAC addressesVladimir Oltean2-0/+2
2021-11-23configs: ls1021a-tsn: enable sja1105 switch driverVladimir Oltean2-0/+4
2021-11-23arm: dts: ls1021a-tsn: add sja1105 and eth2 bindingsVladimir Oltean1-0/+103