aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-22Merge tag 'dm-pull-22nov22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/22Nov2022Tom Rini28-1404/+1981
2022-11-22test: Disable part of the setexpr test for nowSimon Glass1-1/+5
2022-11-22test: cmd: fdt: Add fdt get value test caseMarek Vasut1-0/+53
2022-11-22cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut1-3/+6
2022-11-22sandbox: Move the capsule GUID declarations to board fileSughosh Ganu2-13/+13
2022-11-22sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt1-3/+7
2022-11-22binman: Add documentation for the command line argsSimon Glass1-1/+299
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini9-8/+197
2022-11-22buildman: Reinstate removal of temp output dir in testsSimon Glass1-1/+1
2022-11-22buildman: Ensure config_fname is initedSimon Glass1-0/+1
2022-11-22global: Do not default to faking missing binaries for buildmanTom Rini1-2/+2
2022-11-22binman: Add a separate section about environment variablesSimon Glass1-0/+30
2022-11-22buildman: Detect binman reporting missing blobsSimon Glass1-1/+5
2022-11-22buildman: Drop mention of old architecturesSimon Glass2-19/+1
2022-11-22buildman: Update the default settings fileSimon Glass2-0/+5
2022-11-22buildman: Update the arc toolchainSimon Glass1-1/+4
2022-11-22buildman: Drop mention of MAKEALLSimon Glass1-110/+0
2022-11-22buildman: Convert documentation to rSTSimon Glass7-1353/+1413
2022-11-22binman: Use an exit code when blobs are missingSimon Glass4-4/+51
2022-11-22doc: Correct the path to the Makefile documentationSimon Glass1-1/+1
2022-11-22Makefile: Correct the binman ruleSimon Glass1-7/+4
2022-11-22image: Correct strncpy() warning with image_set_name()Simon Glass1-1/+7
2022-11-22Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz1-1/+1
2022-11-22binman: bintool: remove btool_ prefix from btool namesQuentin Schulz2-2/+3
2022-11-22Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini31-74/+468
2022-11-22arm64: versal: Add octal spi flash mini u-boot configurationAshok Reddy Soma4-0/+166
2022-11-22spi: cadence-qspi: Fix compilation error in mini u-boot flash resetAshok Reddy Soma1-2/+2
2022-11-22arm64: versal: Add qspi flash mini u-boot configurationAshok Reddy Soma4-0/+164
2022-11-22qspi: versal-net: Add condition for tapdelay registerAshok Reddy Soma1-1/+2
2022-11-22soc: xilinx: versal-net: Add soc_xilinx_versal_net driverMichal Simek6-0/+95
2022-11-22xilinx: versal-net: Disable LMB for mini configurationMichal Simek1-0/+1
2022-11-22arm64: zynqmp: Describe TI phy as ethernet-phy-id with reset on zcu106Michal Simek1-6/+13
2022-11-22xilinx: versal-net: Fix SYS_LOAD_ADDR to point to OCMMichal Simek1-1/+1
2022-11-22xilinx: versal-net: Fix incorrect platform name in KconfigMichal Simek1-1/+1
2022-11-22arm64: zynqmp: Create vck190 spl link for revBMichal Simek1-0/+1
2022-11-22net: phy: Fix ethernet-phy-id <dot> in the codeMichal Simek1-2/+2
2022-11-22ARM: zynq: DT: Enable all FCLKs by defaultChristian Kohn1-1/+1
2022-11-22timer: xilinx-timer: use timer_conv_64() to fix timer wrap aroundOvidiu Panait1-1/+1
2022-11-22timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+14
2022-11-22timer-uclass: add timer_get_ops() macroOvidiu Panait2-1/+3
2022-11-22xilinx: common: Remove zynq_board_read_rom_ethaddr()Venkatesh Yadav Abbarapu4-47/+0
2022-11-22Revert "pinctrl: zynqmp: Add support for output-enable and bias-high-impedance"Michal Simek1-9/+0
2022-11-22arm64: zynqmp: Disable watchdog by default for virt platformMichal Simek1-2/+0
2022-11-22microblaze: Make extended addressing support defaultT Karthik Reddy1-0/+1
2022-11-22Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini10-128/+653
2022-11-22Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini3-11/+7
2022-11-22eficonfig: add "Show Signature Database" menu entryMasahisa Kojima1-0/+235
2022-11-22eficonfig: add UEFI Secure Boot Key enrollment interfaceMasahisa Kojima4-0/+275
2022-11-22eficonfig: use protocol interface for file selectionMasahisa Kojima1-6/+7
2022-11-22eficonfig: expose eficonfig_create_device_path()Masahisa Kojima2-9/+13