summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12test: Rename test-main.c to test-dm.cSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-03-12test: Correct setexpr test prefixSimon Glass
2021-03-12doc: Document how sandbox_spl_tests are runSimon Glass
2021-03-12doc: Explain how to run tests without pytestSimon Glass
2021-03-12test: Re-enable test_ofplatdataSimon Glass
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass
2021-03-12doc: Document make tcheckSimon Glass
2021-03-12doc: Tidy up testing sectionSimon Glass
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass
2021-03-12doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=yMarek Vasut
2021-03-12Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2021-03-12arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard
2021-03-12board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...Patrice Chotard
2021-03-12configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boardsPatrice Chotard
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár
2021-03-12arm: mvebu: Espressobin: Enable additional optionsPali Rohár
2021-03-12ddr: marvell: axp: fix array types have different bounds warningMarek Behún
2021-03-12ddr: marvell: axp: align signature of mv_xor_mem_init() with a38xMarek Behún
2021-03-12ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repositoryPali Rohár
2021-03-12ddr: marvell: a38x: Add more space for additional info from SPDSujeet Baranwal
2021-03-11board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when availablePatrick Delaunay
2021-03-11video: dw_mipi_dsi: update log of dphy_enableYannick Fertre
2021-03-11video: dw_mipi_dsi: missing device to log debugYannick Fertre
2021-03-11video: stm32: remove all child of DSI bridge when its probe failedPatrick Delaunay
2021-03-11configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay
2021-03-11stm32mp: bsec: manage clock when present in device treePatrick Delaunay
2021-03-11stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay
2021-03-11stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay
2021-03-11stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay
2021-03-11stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay
2021-03-11board: st: remove the nand MTD configuration for NOR boot in stm32mp1 boardPatrick Delaunay
2021-03-11configs: stm32mp1_trusted_defconfig rely on SCMI supportPatrick Delaunay
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay
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