aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-20stm32mp15: Avoid writing symbols in SPLSimon Glass1-0/+1
2023-07-20binman: Allow disabling symbol writingSimon Glass5-5/+64
2023-07-20binman: Read _multiple_data_files in the correct placeSimon Glass1-1/+2
2023-07-20binman: Use GetEntries() to obtain section contentsSimon Glass1-9/+9
2023-07-20binman: Init align_default in entry_SectionSimon Glass1-0/+1
2023-07-20tools: Fix package discovery in pyproject.toml of u_boot_pylib.Maxim Cournoyer1-0/+4
2023-07-20tools: Fix README file in pyproject.toml of u_boot_pylib.Maxim Cournoyer1-1/+1
2023-07-20bootstd: USB devtype detection for script bootJohn Clark1-1/+4
2023-07-20cmd: fix loads, saves on sandboxHeinrich Schuchardt1-4/+12
2023-07-20sandbox: fix a compilation errorSergei Antonov3-25/+24
2023-07-20core: read: fix dev_read_addr_size()John Keeping3-13/+6
2023-07-20dm: core: of_access: fix return value in of_property_match_stringEugen Hristev1-1/+4
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