aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-11scmi: Include device_compat.hPatrick Delaunay
2021-03-11clk: stm32mp1: gets root clocks from fdtEtienne Carriere
2021-03-11ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driverEtienne Carriere
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard
2021-03-11mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard
2021-03-11spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard
2021-03-11mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard
2021-03-10Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-03-10usb: mtu3: flush cache for next GPDChunfeng Yun
2021-03-09Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2021-03-09x86: Select advanced Intel code only if allowedSimon Glass
2021-03-09x86: Move INTEL_ACPIGEN to arch/x86Simon Glass
2021-03-09x86: Fix member check in intel_gnvsSimon Glass
2021-03-09x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt
2021-03-08Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini
2021-03-08configs: meson64: add fdtoverlay_addr_rNeil Armstrong
2021-03-08button: adc: fix treshold typoNeil Armstrong
2021-03-08Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen
2021-03-08configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim
2021-03-08configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim
2021-03-08arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim
2021-03-08arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim
2021-03-08arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim
2021-03-08arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim
2021-03-07Merge tag 'efi-2021-04-rc3-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-03-07efi_loader: correct uboot_bin_env.its file formatHeinrich Schuchardt
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt
2021-03-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2021-03-05doc: Add a reST document for qemu-ppce500Bin Meng
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng
2021-03-05ppc: qemu: Drop fixed_sdram()Bin Meng
2021-03-05ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng
2021-03-05ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is ...Bin Meng
2021-03-05ppc: qemu: Enable RTC support via I2CBin Meng
2021-03-05ppc: qemu: Enable support for power off via GPIOBin Meng
2021-03-05dm: sysreset: Add a Kconfig option for the 'reset' commandBin Meng
2021-03-05ppc: qemu: Enable GPIO supportBin Meng
2021-03-05gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng
2021-03-05ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng
2021-03-05ppc: qemu: Enable VirtIO BLK supportBin Meng
2021-03-05virtio: Fix VirtIO BLK driver dependencyBin Meng
2021-03-05ppc: qemu: Enable VirtIO NET supportBin Meng
2021-03-05cmd: Fix virtio command dependencyBin Meng
2021-03-05ppc: qemu: Drop CONFIG_OF_BOARD_SETUPBin Meng
2021-03-05ppc: qemu: Switch over to use DM ETH and PCIBin Meng