aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-20CI: Add automatic retry for test.py jobsWIP/2023-07-20-assorted-CI-updatesTom Rini2-0/+2
2023-07-20Azure: Add excludes to the imx8_imx9 jobTom Rini1-1/+1
2023-07-20Azure: Rework our Rockchip jobs slightlyTom Rini1-4/+4
2023-07-20CI: Update to the latest "Jammy" tagTom Rini3-3/+3
2023-07-20CI: Update to gcc-13.1.0Tom Rini4-32/+33
2023-07-20buildman: Switch ARC toolchain to the upstream versionAlexey Brodkin3-9/+1
2023-07-20CI: Update to QEMU 8.0.3Tom Rini1-3/+2
2023-07-20tools/docker: Dockerfile: Don't specify dtc submoduleTom Rini1-1/+0
2023-07-20spl: Correct spl_board_boot_device function prototypeTom Rini1-1/+2
2023-07-20arm: mx5: Correct mxc_set_clock function prototypeTom Rini1-1/+1
2023-07-20mips: octeon: Correct types in cvmx-pko3-queueTom Rini2-6/+9
2023-07-20Merge tag 'efi-2023-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-87/+69
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt2-31/+32
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20test: avoid function name 'setup'Heinrich Schuchardt5-24/+24
2023-07-20efi_driver: fix duplicate efiblk#0 issueMasahisa Kojima1-4/+2
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas2-7/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt1-8/+1
2023-07-19Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u...WIP/19Jul2023Tom Rini25-19/+153
2023-07-18Merge https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/18Jul2023Tom Rini3-4/+35
2023-07-18Merge branch '2023-07-17-assorted-updates'Tom Rini31-394/+917
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak1-0/+1
2023-07-18mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham1-0/+11
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham2-13/+23
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut1-1/+10
2023-07-17env: Fix default environment saving issueAshok Reddy Soma1-0/+1
2023-07-17android_ab: Try backup booloader_messageJoshua Watt3-12/+80
2023-07-17cmd: mbr: Force DOS driver to be used for verifyJoshua Watt1-1/+1
2023-07-17dm: test: Add test for part_get_info_by_typeJoshua Watt7-0/+94
2023-07-17disk: part: Add API to get partitions with specific driverJoshua Watt2-8/+49
2023-07-17dm: test: Improve partition test error outputJoshua Watt1-4/+6
2023-07-17dm: test: Fix partition test to use mmc2Joshua Watt1-9/+9
2023-07-17tests: Fix exception when cleaning up skipped testJoshua Watt2-2/+4
2023-07-17android_ab: Add option to skip decrementing triesJoshua Watt3-8/+24
2023-07-17disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTSJonas Karlman1-4/+4
2023-07-17dfu: Add proper dependency for CONFIG_DFU_MMCAshok Reddy Soma1-0/+1
2023-07-17fs/erofs: Introduce new features including ztailpacking, fragments and dedupeYifan Zhao9-344/+642
2023-07-17Makefile: Add missing quotes around sort --field-separatorMarek Vasut1-1/+1
2023-07-17bootstd: Correct 'bpot' typoJulien Delbergue1-1/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini95-318/+2424
2023-07-17x86: Switch QEMU over to use the bochs driverSimon Glass3-8/+1
2023-07-17x86: video: Add a driver for QEMU bochs emulationSimon Glass4-0/+190
2023-07-17efi: Use the installed ACPI tablesSimon Glass1-14/+19
2023-07-17sandbox: Install ACPI tables on startupSimon Glass1-0/+16
2023-07-17sandbox: Correct header order in board fileSimon Glass1-3/+3
2023-07-17log: Support outputing function names in SPLSimon Glass1-2/+8
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass1-0/+9
2023-07-17x86: link: Support Micron memorySimon Glass1-0/+1
2023-07-17x86: Convert some debug statements to use loggingSimon Glass6-20/+33