summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * stm32mp: add the command stm32progPatrick Delaunay2020-05-1411-4/+974
| * stm32mp: add function get_cpu_devPatrick Delaunay2020-05-142-5/+11
| * dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay2020-05-141-0/+3
| * usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay2020-05-142-0/+9
| * doc: stm32mp1: update DFU support examplePatrick Delaunay2020-05-141-61/+54
| * board: stm32mp1: adapt MTD partition for BOOT from NOR or NANDPatrick Delaunay2020-05-141-21/+60
| * board: stm32mp1: support boot from spi-nandPatrick Delaunay2020-05-145-2/+14
| * configs: stm32mp1: remove optee defconfigPatrick Delaunay2020-05-143-163/+7
| * board: stm32mp1: use FDT address provided by TF-A at boot timePatrick Delaunay2020-05-142-0/+46
| * stm32mp1: dynamically detect op-tee presencePatrick Delaunay2020-05-147-20/+15
| * board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay2020-05-145-4/+51
| * stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay2020-05-143-68/+104
| * stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay2020-05-144-61/+110
| * board: stm32mp1: move set_dfu_alt_info in st common directoryPatrick Delaunay2020-05-145-195/+154
| * board: stm32mp1: move board_get_mtdparts in st common directoryPatrick Delaunay2020-05-145-191/+120
| * ARM: stm32: Implement DDR3 coding on DHCOR SoMMarek Vasut2020-05-143-1/+29
| * ARM: dts: stm32: Rework DDR DT inclusionMarek Vasut2020-05-144-137/+248
| * ram: stm32mp1: Add support for multiple configsMarek Vasut2020-05-141-5/+28
| * ARM: stm32: Implement board coding on AV96Marek Vasut2020-05-1410-1/+172
| * ARM: stm32: Add board_early_init_f() to SPLMarek Vasut2020-05-141-0/+11
| * ARM: stm32: Add default config for DHCORMarek Vasut2020-05-142-0/+139
* | Merge tag 'rpi-next-2020.07' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-05-1411-26/+56
|\ \
| * | rpi: use the newly-added RPI_EFI_NR_SPIN_PAGESKyle Evans2020-05-131-1/+2
| * | rpi: Kconfig option for initial page reservationKyle Evans2020-05-132-0/+12
| * | configs: rpi_arm64: enable SDHCI SDMA supportMatthias Brugger2020-05-131-0/+1
| * | mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger2020-05-131-2/+2
| * | configs: rpi_arm64: sync env size with rpi_{3,4}_defconfigMarek Szyprowski2020-05-121-0/+1
| * | configs: rpi_4 : enable SDHCI_SDMA configJaehoon Chung2020-05-122-0/+2
| * | mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung2020-05-121-4/+3
| * | mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung2020-05-121-2/+4
| * | arm: bcm283x: serial: Move ofdata reading to probe() methodSimon Glass2020-05-122-16/+17
| * | arm: dts: bcm283x: Allow UARTs to work before relocationSimon Glass2020-05-121-0/+8
| * | net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne2020-05-121-1/+4
* | | Merge tag 'arc-fixes-for-2020.07-rc3' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-05-135-164/+220
|\ \ \ | |_|/ |/| |
| * | ARC: HSDK: add reset for EHCIEugeniy Paltsev2020-05-131-0/+7
| * | ARC: HSDK: anounce state of BIM switchEugeniy Paltsev2020-05-131-0/+7
| * | ARC: DTS: cleanup USB node namesEugeniy Paltsev2020-05-132-4/+4
| * | CLK: ARC: HSDK: add separate clock map for HSDK-4xDEugeniy Paltsev2020-05-132-11/+64
| * | CLK: ARC: HSDK: define clock map with DT binding constantsEugeniy Paltsev2020-05-131-27/+29
| * | CLK: ARC: HSDK: make set_clock optionalEugeniy Paltsev2020-05-131-1/+4
| * | CLK: ARC: HSDK: prepare for multiple clock maps supportEugeniy Paltsev2020-05-131-7/+20
| * | CLK: ARC: HSDK: driver cleanupEugeniy Paltsev2020-05-131-36/+39
| * | CLK: ARC: HSDK: use appropriate config data typesEugeniy Paltsev2020-05-131-20/+21
| * | CLK: ARC: HSDK: drop unused offsetEugeniy Paltsev2020-05-131-29/+28
| * | CLK: ARC: HSDK: avoid code duplicationEugeniy Paltsev2020-05-131-72/+40
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/12May2020Tom Rini2020-05-124-0/+9
|\ \
| * | usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu2020-05-121-0/+1
| * | usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki2020-05-123-0/+8
| |/
* | Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-05-125-1/+122
|\ \ | |/ |/|
| * test: dm: update test for open-drain/open-source emulation in gpio-uclassNeil Armstrong2020-05-112-1/+92