summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | configs: stm32mp1_trusted_defconfig rely on SCMI supportPatrick Delaunay2021-03-111-0/+2
| * | | scmi: cosmetic: reorder include filesPatrick Delaunay2021-03-112-3/+2
| * | | scmi: define LOG_CATEGORYPatrick Delaunay2021-03-116-0/+12
| * | | scmi: Include device_compat.hPatrick Delaunay2021-03-111-0/+1
| * | | clk: stm32mp1: gets root clocks from fdtEtienne Carriere2021-03-111-39/+23
| * | | ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driverEtienne Carriere2021-03-111-0/+4
| * | | mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard2021-03-111-0/+3
| * | | mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()Patrice Chotard2021-03-111-0/+2
| * | | spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard2021-03-111-0/+2
| * | | mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacksPatrice Chotard2021-03-111-0/+3
| | |/ | |/|
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-03-1223-175/+37
|\ \ \
| * | | arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár2021-03-129-126/+3
| * | | arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár2021-03-121-0/+10
| * | | arm: mvebu: Espressobin: Enable additional optionsPali Rohár2021-03-121-1/+4
| * | | ddr: marvell: axp: fix array types have different bounds warningMarek Behún2021-03-122-3/+3
| * | | ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún2021-03-122-4/+4
| * | | ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár2021-03-1210-40/+6
| * | | ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal2021-03-121-1/+7
|/ / /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-03-101-0/+3
|\ \ \
| * | | usb: mtu3: flush cache for next GPDChunfeng Yun2021-03-101-0/+3
|/ / /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-03-095-10/+30
|\ \ \
| * | | x86: Select advanced Intel code only if allowedSimon Glass2021-03-092-0/+16
| * | | x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2021-03-092-9/+9
| * | | x86: Fix member check in intel_gnvsSimon Glass2021-03-091-0/+4
| * | | x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt2021-03-091-1/+1
|/ / /
* | | Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-03-082-7/+8
|\ \ \
| * | | configs: meson64: add fdtoverlay_addr_rNeil Armstrong2021-03-081-0/+1
| * | | button: adc: fix treshold typoNeil Armstrong2021-03-081-7/+7
* | | | Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini2021-03-0824-30/+484
|\ \ \ \
| * | | | Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen2021-03-083-6/+14
| * | | | configs: socfpga: Add defconfig for Agilex with VAB supportSiew Chin Lim2021-03-081-0/+75
| * | | | configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim2021-03-085-7/+9
| * | | | arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim2021-03-081-0/+22