summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-11board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay3-1/+9
2021-03-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre1-4/+4
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre1-0/+1
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay1-0/+3
2021-03-11configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay5-1/+4
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay1-0/+10
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2-30/+10
2021-03-11stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay1-4/+10
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay7-16/+55
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2-17/+19
2021-03-11board: st: remove the nand MTD configuration for NOR boot in stm32mp1 boardPatrick Delaunay1-11/+5
2021-03-11configs: stm32mp1_trusted_defconfig rely on SCMI supportPatrick Delaunay1-0/+2
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay6-0/+12
2021-03-11scmi: Include device_compat.hPatrick Delaunay1-0/+1
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere1-39/+23
2021-03-11ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driverEtienne Carriere1-0/+4
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard1-0/+2
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard1-0/+2
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard1-0/+3
2021-03-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-0/+3
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun1-0/+3
2021-03-09Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini5-10/+30
2021-03-09x86: Select advanced Intel code only if allowedSimon Glass2-0/+16
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2-9/+9
2021-03-09x86: Fix member check in intel_gnvsSimon Glass1-0/+4
2021-03-09x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt1-1/+1
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-7/+8
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini24-30/+484
2021-03-08configs: meson64: add fdtoverlay_addr_rNeil Armstrong1-0/+1
2021-03-08button: adc: fix treshold typoNeil Armstrong1-7/+7
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen3-6/+14
2021-03-08configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim1-0/+75
2021-03-08configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim5-7/+9
2021-03-08arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim1-0/+22
2021-03-08arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim2-0/+35
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim7-5/+309
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim7-12/+15
2021-03-08Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-29/+242
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt1-2/+2
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt3-9/+142
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt2-9/+23
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt4-16/+71
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt3-1/+12
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt1-1/+1
2021-03-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini64-817/+924
2021-03-05doc: Add a reST document for qemu-ppce500Bin Meng2-0/+89
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng5-3/+5
2021-03-05ppc: qemu: Drop fixed_sdram()Bin Meng1-5/+0