summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support building on macOS/arm64WIP/Check-host-toolsJessica Clarke2021-03-212-7/+2
* Merge tag 'efi-2021-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/20Mar2021Tom Rini2021-03-205-24/+101
|\
| * cmd/load: support uploading EFI binary via UARTHeinrich Schuchardt2021-03-191-2/+8
| * efi_loader: Uart device pathHeinrich Schuchardt2021-03-193-9/+55
| * efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt2021-03-191-13/+38
* | Merge branch '2021-03-19-assorted-fixes'Tom Rini2021-03-195-21/+52
|\ \ | |/ |/|
| * nvme: Elaborate on cache maintenance operation in get/set_featuresWIP/2021-03-19-assorted-fixesAndre Przywara2021-03-191-5/+20
| * nvme: Always invalidate whole cqes[] arrayAndre Przywara2021-03-191-4/+12
| * api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBAMarek BehĂșn2021-03-191-5/+18
| * bus: ti-sysc: change in a normal driverDario Binacchi2021-03-191-6/+0
| * board: sl28: disable HS400 modeMichael Walle2021-03-191-1/+1
| * ahci: mediatek: fix undefined reference of dev_errFrank Wunderlich2021-03-191-0/+1
|/
* Merge tag 'video-for-v2021.04' of https://source.denx.de/u-boot/custodians/u-...Tom Rini2021-03-191-129/+129
|\
| * video: Drop unprintable characters from video_font_data.hSimon Glass2021-02-221-129/+129
* | Merge branch '2021-03-17-assorted-fixes'Tom Rini2021-03-185-4/+7
|\ \
| * | test: Include /sbin to the PATH when creating ext4 disk imageWIP/2021-03-17-assorted-fixesAndy Shevchenko2021-03-171-0/+2
| * | avb: Fix error when partition not foundschspa2021-03-171-1/+1
| * | image: Avoid -ENODATA in host toolsSimon Glass2021-03-172-2/+2
| * | mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle2021-03-171-1/+2
|/ /
* | Merge tag 'efi-2021-04-rc5' of https://source.denx.de/u-boot/custodians/u-boo...WIP/16Mar2021Tom Rini2021-03-1613-548/+421
|\ \
| * | doc: move README.dfu to HTML documentationHeinrich Schuchardt2021-03-164-311/+406
| * | efi: Fix compiler warningsSimon Glass2021-03-163-5/+5
| * | efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2021-03-162-222/+0
| * | mkeficapsule: Correct printf() stringsSimon Glass2021-03-161-7/+7
| * | efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt2021-03-161-1/+1
| * | efi_loader: fix memory type for memory reservation blockMark Kettenis2021-03-161-1/+1
| * | efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt2021-03-161-1/+1
|/ /
* | Prepare v2021.04-rc4v2021.04-rc4Tom Rini2021-03-151-1/+1
* | configs: Resync with savedefconfigTom Rini2021-03-1525-25/+3
* | Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...WIP/15Mar2021Tom Rini2021-03-158-2/+16
|\ \
| * | configs: am65x_evm_r5: Enable checks for spl and stack sizesLokesh Vutla2021-03-151-0/+5
| * | include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla2021-03-151-1/+1
| * | ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford2021-03-151-1/+5
| * | configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BDAdam Ford2021-03-155-0/+5
* | | Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini2021-03-1545-177/+193
|\ \ \ | |/ / |/| |
| * | doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=yMarek Vasut2021-03-121-5/+11
| * | arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard2021-03-121-2/+4
| * | board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard2021-03-126-40/+0
| * | configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boardsPatrice Chotard2021-03-127-10/+0
| * | board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay2021-03-113-1/+9
| * | video: dw_mipi_dsi: update log of dphy_enableYannick Fertre2021-03-111-4/+4
| * | video: dw_mipi_dsi: missing device to log debugYannick Fertre2021-03-111-0/+1
| * | video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay2021-03-111-0/+3
| * | configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay2021-03-115-1/+4
| * | stm32mp: bsec: manage clock when present in device treePatrick Delaunay2021-03-111-0/+10
| * | stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2021-03-112-30/+10
| * | stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay2021-03-111-4/+10
| * | stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay2021-03-117-16/+55
| * | stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2021-03-112-17/+19
| * | board: st: remove the nand MTD configuration for NOR boot in stm32mp1 boardPatrick Delaunay2021-03-111-11/+5