aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/16Oct2023Tom Rini27-59/+1007
2023-10-16Merge branch '2023-10-16-assorted-cmd-updates'Tom Rini70-312/+317
2023-10-16test: bdinfo: Test bdinfo -eMarek Vasut1-0/+14
2023-10-16test: bdinfo: Test bdinfo -mMarek Vasut1-3/+23
2023-10-16test: bdinfo: Test bdinfo -hMarek Vasut1-0/+17
2023-10-16test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut1-5/+12
2023-10-16test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut1-2/+2
2023-10-16configs: sandbox: Enable GETOPT for sandbox and sandbox64 targetMarek Vasut2-0/+2
2023-10-16cmd: bdinfo: Implement support for printing ethernet settings via bdinfo -eMarek Vasut1-1/+6
2023-10-16cmd: bdinfo: Implement support for printing memory layout via bdinfo -mMarek Vasut1-1/+4
2023-10-16cmd: bdinfo: Optionally use getopt and implement bdinfo -aMarek Vasut1-4/+25
2023-10-16cmd/ti: Update Kconfig logic and Makefile recursion logicTom Rini3-6/+6
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini61-259/+138
2023-10-16command.h: Add a U_BOOT_LONGHELP macroTom Rini1-0/+3
2023-10-16eeprom: starfive: add 'mac raw' commandHeinrich Schuchardt1-0/+5
2023-10-16eeprom: starfive: raw dump if unsupported data versionHeinrich Schuchardt1-0/+1
2023-10-16eeprom: starfive: re-implement mac commandHeinrich Schuchardt1-26/+36
2023-10-16eeprom: SiFive Unmatched: re-implement mac commandHeinrich Schuchardt1-3/+27
2023-10-16freescale: fix long help handling in mac commandHeinrich Schuchardt1-6/+12
2023-10-16cmd: move mac commandHeinrich Schuchardt3-34/+22
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini33-91/+2095
2023-10-16arm: mvebu: AC5/AC5X: Disable SMBIOSChris Packham1-0/+1
2023-10-16arm: mvebu: clearfog: support 512MB memory size from tlv eepromJosua Mayer1-0/+3
2023-10-16arm: mvebu: clearfog: read number of ddr channels from tlv dataJosua Mayer3-2/+20
2023-10-16arm: mvebu: Enable bootstd for Thecus N2350 boardTony Dinh2-12/+3
2023-10-16arm: mvebu: Enable bootstd for Synology DS116 boardTony Dinh2-12/+3
2023-10-16Revert "arm: mvebu: x240: Use i2c-gpio instead of built in controller"Chris Packham2-24/+7
2023-10-16arm: mvebu: x240: Disable SMBIOSChris Packham1-0/+1
2023-10-16arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdevTony Dinh1-1/+7
2023-10-16arm: kirkwood: Add support for ZyXEL NSA325 boardTony Dinh12-0/+958
2023-10-16ARM64: dts: marvell: cn9310-crb: Remove duplicate pinctrlChris Packham1-6/+1
2023-10-16ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pinsChris Packham2-2/+2
2023-10-16kirkwood: dns325: Enable 2nd harddriveStefan Roese1-0/+1
2023-10-15arch: meson: use secure monitor driverAlexey Romanov2-53/+58
2023-10-15arch: meson: sm: set correct order of the includesAlexey Romanov1-3/+3
2023-10-15drivers: introduce Meson Secure Monitor driverAlexey Romanov5-0/+226
2023-10-15sandbox: defconfig: enable CONFIG_SM optionAlexey Romanov1-0/+1
2023-10-15sandbox: add tests for UCLASS_SMAlexey Romanov2-0/+66
2023-10-15sandbox: dts: add meson secure monitor nodeAlexey Romanov1-0/+4
2023-10-15sandbox: add sandbox sm uclass driverAlexey Romanov3-0/+95
2023-10-15drivers: introduce Secure Monitor uclassAlexey Romanov8-0/+203
2023-10-14Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/14Oct2023Tom Rini42-164/+837
2023-10-14Merge branch '2023-10-13-firmware-scmi-updates'Tom Rini17-205/+2263
2023-10-13firmware: scmi: Fix clearing variableFrancois Berder1-1/+1
2023-10-13firmware: scmi: add a check against availability of protocolsAKASHI Takahiro1-3/+38
2023-10-13test: dm: add SCMI base protocol testAKASHI Takahiro1-0/+109
2023-10-13sandbox: remove SCMI base node definition from test.dtsAKASHI Takahiro1-4/+0
2023-10-13firmware: scmi: install base protocol to SCMI agentAKASHI Takahiro2-1/+183
2023-10-13test: dm: simplify SCMI unit test on sandboxAKASHI Takahiro3-64/+26
2023-10-13firmware: scmi: fake base protocol commands on sandboxAKASHI Takahiro1-1/+358