summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-18vbe: Add a test for VBE device tree fixupsSimon Glass7-3/+192
2022-10-18dm: core: Update docs about oftree_from_fdt()Simon Glass2-1/+4
2022-10-18vbe: Add fixups for a basic set of OS requestsSimon Glass3-1/+235
2022-10-18test: Move common FIT code into a separate fit_util fileSimon Glass3-80/+110
2022-10-18boot: Tidy up logging and naming in vbe_simpleSimon Glass1-7/+9
2022-10-18boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass1-6/+9
2022-10-18sandbox: Support FDT fixupsSimon Glass1-0/+17
2022-10-18bootstd: Move VBE setup into a shared functionSimon Glass3-30/+68
2022-10-18fdt: Show a message when the working FDT changesSimon Glass3-1/+12
2022-10-18fs: Quieten down the filesystems moreSimon Glass4-14/+13
2022-10-18boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass1-11/+11
2022-10-18bootm: Drop #ifdef from do_bootm()Simon Glass1-10/+9
2022-10-18bootm: Avoid returning error codes from commandSimon Glass1-2/+6
2022-10-18bootm: Change incorrect 'unsupported' errorSimon Glass1-1/+1
2022-10-18dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2-25/+25
2022-10-18dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek2-6/+3
2022-10-18mpc83xx: gazerbeam: Update sysinfo_get error handlingMichal Suchanek1-3/+9
2022-10-18net: eth-uclass: Do not set device on errorMichal Suchanek1-0/+2
2022-10-18dm: blk: Do not use uclass_next_device_errMichal Suchanek1-10/+6
2022-10-18dm: treewide: Use uclass_next_device_err when accessing second deviceMichal Suchanek2-2/+2
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek25-59/+43
2022-10-18cmd: List all uclass devices regardless of probe errorMichal Suchanek5-35/+43
2022-10-18w1: Fix bus counting in w1_get_busMichal Suchanek1-9/+11
2022-10-18video: ipuv3: Fix error handling when getting the displayMichal Suchanek1-5/+4
2022-10-18stdio: Fix class iteration in stdio_add_devices()Michal Suchanek1-19/+13
2022-10-18usb: ether: Fix error handling in usb_ether_initMichal Suchanek1-6/+5
2022-10-18bootstd: Fix listing boot devicesMichal Suchanek1-2/+2
2022-10-18dm: pci: Fix device PCI iterationMichal Suchanek1-2/+2
2022-10-18dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek4-54/+9
2022-10-18dm: core: Fix uclass_probe_all to really probe all devicesMichal Suchanek2-11/+20
2022-10-18dm: regmap: Disable range checks in SPLSimon Glass1-2/+21
2022-10-17CI: Update to jammy-20221003-17Oct2022 tagTom Rini2-3/+2
2022-10-17docker: Install pyelftools for buildsSimon Glass1-0/+1
2022-10-17Merge tag 'efi-2023-01-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini7-46/+77
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas3-7/+20
2022-10-16cmd: simplify efidebugHeinrich Schuchardt1-26/+21
2022-10-16efi_loader: avoid EFI_CALL() when draining consoleHeinrich Schuchardt1-3/+1
2022-10-16efi_loader: avoid EFI_CALL() for clearing screenHeinrich Schuchardt1-9/+17
2022-10-16spi: Implement spi_set_speedPaul Barker2-1/+18
2022-10-12Merge branch '2022-10-12-additional-fixes'Tom Rini14-13/+101
2022-10-12Nokia RX-51: Fix double space key pressPali Rohár1-1/+5
2022-10-12Nokia RX-51: Remove CONFIG_UBI_SIZEPali Rohár1-2/+0
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora3-4/+2
2022-10-12tools: k3_gen_x509_cert: Do not print SWRV on buildAndrew Davis1-1/+1
2022-10-12smem: msm: add missing <linux/sizes.h>Robert Marko1-0/+1
2022-10-12test: run setexpr test only on sandboxHeinrich Schuchardt2-1/+3
2022-10-12firmware: scmi: fix the multi channel support with CCFPatrick Delaunay4-4/+4
2022-10-12cmd: ubi: Add 'ubi list' command for printing list of all UBI volumesPali Rohár1-0/+85
2022-10-12Merge branch '2022-10-11-assorted-fixes-and-updates'Tom Rini37-57/+749
2022-10-11test: cmd: add test for temperature commandRobert Marko2-0/+40