aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20210502' of https://gitlab.denx.de/u-boot/custodians/u...WIP/11May2021Tom Rini2021-05-1179-260/+16163
|\
| * ARM:imx:imx8mq-cm: Add support for Ronetix iMX8MQ-CMIlko Iliev2021-05-0214-5/+3041
| * imx: Add support for Ronetix's iMX7-CM boardIlko Iliev2021-05-0212-0/+974
| * pci: imx: disable imx6sdl LTSSM upon driver removeTim Harvey2021-05-021-1/+1
| * imx: mkimage_fit_atf: fix file size reportingTim Harvey2021-05-021-4/+4
| * imx: imx8: Update README with somewhat correct firmware versionsPriit Laes2021-05-021-9/+9
| * arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)Ying-Chun Liu (PaulLiu)2021-05-0216-0/+8289
| * arm: dts: add imx8mm-cl-iot-gate dts fileYing-Chun Liu (PaulLiu)2021-05-023-0/+810
| * net: fec: Only unregister MII bus if we registered itSean Anderson2021-05-021-2/+6
| * net: fec: Don't use disabled physSean Anderson2021-05-021-6/+9
| * pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey2021-05-022-0/+14
| * pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu2021-05-021-0/+3
| * arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supplyTim Harvey2021-05-021-1/+0
| * imx: ventana: add delay before reading EEPROMTim Harvey2021-05-021-0/+1
| * board: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0Jagan Teki2021-05-026-0/+232
| * board: imx8mm: Add Engicam i.Core MX8M Mini EDIMM2.2 Starter KitJagan Teki2021-05-0213-0/+2427
| * arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini SoMJagan Teki2021-05-021-0/+232
| * arm64: dts: imx8mm: Add common -u-boot.dtsiJagan Teki2021-05-027-209/+51
| * include: configs: ge: avoid shell on boot failureIan Ray2021-05-022-2/+4
| * include: configs: ge: simplify default boot commandIan Ray2021-05-022-14/+10
| * include: configs: ge: bx50v3: drop USB bootIan Ray2021-05-021-5/+0
| * configs: ge: use non-persistent environmentIan Ray2021-05-022-2/+2
| * configs: ge: bx50v3: adjust watchdog periodIan Ray2021-05-021-1/+1
| * board: ge: bx50v3: add phy reset GPIOSebastian Reichel2021-05-021-0/+12
| * board: ge: bx50v3: fix crystal bitSebastian Reichel2021-05-021-0/+26
| * Makefile: Fix generation of flash.bin u-boot.itb with binmanMarek Vasut2021-05-021-0/+6
* | configs: Resync with savedefconfigTom Rini2021-05-11538-545/+0
* | Merge branch 'finish-DM_MMC-migration'Tom Rini2021-05-1125-373/+29
|\ \
| * | DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migrationTom Rini2021-05-1114-3/+24
| * | ata: Make LIBATA means AHCI is enabled mandatory.Tom Rini2021-05-112-3/+4
| * | boards: Disable CMD_SATA on platforms that no longer have a SATA driver enabledTom Rini2021-05-113-14/+0
| * | ppc: Remove some SECURE_BOOT defconfigsTom Rini2021-05-117-353/+1
|/ /
* | Prepare v2021.07-rc2v2021.07-rc2Tom Rini2021-05-101-1/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-05-104-29/+76
|\ \
| * | MAINTAINERS: Add an entry for VirtIOBin Meng2021-05-101-0/+12
| * | doc: develop: Convert README.virtio to reSTBin Meng2021-05-102-28/+63
| * | x86: Correct regwidth prompt in cbsysinfoSimon Glass2021-05-101-1/+1
|/ /
* | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/07May2021Tom Rini2021-05-076-2/+51
|\ \
| * | cmd/exception: support ebreak exception on RISC-VHeinrich Schuchardt2021-05-052-0/+13
| * | atcspi200: Add timeout mechanism in spi_xfer()Dylan Jhong2021-05-051-2/+8
| * | riscv: cpu: fu740: clear feature disable CSRGreen Wan2021-05-051-0/+15
| * | riscv: cpu: Add callback to init each coreGreen Wan2021-05-052-0/+15
| |/
* | Merge branch '2021-05-06-misc-updates'Tom Rini2021-05-0630-36/+516
|\ \ | |/ |/|
| * fdt_support.c: Allow late kernel cmdline modificationWIP/2021-04-04-misc-updatesNiko Mauno2021-05-042-1/+21
| * cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali2021-05-042-8/+55
| * sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes2021-05-045-0/+30
| * env: allow environment to be amended from control dtbRasmus Villemoes2021-05-045-0/+68
| * test: Add gpio-sysinfo testWIP/2021-04-04-gpio-sysinfo-updateSean Anderson2021-05-048-0/+82
| * sysinfo: Add gpio-sysinfo driverSean Anderson2021-05-044-0/+187
| * sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-044-20/+64