summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-stm32-20201125' of https://gitlab.denx.de/u-boot/custodians...WIP/25Nov2020Tom Rini2020-11-2544-260/+611
|\
| * board: st: stm32mp1: update load address for FIT examplesPatrick Delaunay2020-11-252-5/+19
| * phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/offPatrick Delaunay2020-11-252-10/+25
| * pinctrl: stmfx: update pin namePatrick Delaunay2020-11-251-4/+4
| * pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay2020-11-251-1/+4
| * gpio: stm32: correct the bias managementPatrick Delaunay2020-11-251-14/+14
| * pinctrl: stm32: display bias information for all pinsPatrick Delaunay2020-11-251-12/+12
| * remoteproc: stm32: update error management in stm32_copro_startPatrick Delaunay2020-11-251-7/+6
| * remoteproc: stm32: use reset for hold bootPatrick Delaunay2020-11-252-68/+32
| * reset: stm32: Add support of MCU HOLD BOOTPatrick Delaunay2020-11-252-4/+14
| * board: stm32mp1: no MTD partitions fixup for serial bootPatrick Delaunay2020-11-251-3/+8
| * SPL: stm32mp1: fix spl_mmc_boot_partition not definedRichard Genoud2020-11-251-0/+2
| * ARM: dts: stm32: Drop QSPI CS2 on DHCOMMarek Vasut2020-11-251-11/+2
| * ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOMMarek Vasut2020-11-251-1/+1
| * ARM: dts: stm32: Add DHCOM based PicoITX boardMarek Vasut2020-11-255-1/+131
| * arm: stm32mp: correct the ALIGN macro usagePatrick Delaunay2020-11-251-2/+2
| * ARM: dts: stm32: Fix typo in stm32h7-u-boot.dtsiPatrice Chotard2020-11-251-1/+1
| * ARM: dts: stm32: Fix timer initialization for stm32 MCU's boardPatrice Chotard2020-11-255-12/+24
| * ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boardsPatrice Chotard2020-11-2522-100/+308
| * ARM: dts: sync armv7-m.dtsi with kernel v5.10-rc1Patrice Chotard2020-11-251-3/+1
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/22Nov2020Tom Rini2020-11-224-23/+43
|\
| * usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung2020-11-221-1/+1
| * usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1
| * usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2020-11-223-21/+41
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-11-228-818/+1068
|\ \ | |/ |/|
| * pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrlLad Prabhakar2020-11-221-4/+0
| * pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1Biju Das2020-11-221-2/+12
| * pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1Biju Das2020-11-221-0/+12
| * pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1Biju Das2020-11-221-0/+12
| * pinctrl: renesas: r8a77951: Add R8A774E1 PFC supportBiju Das2020-11-226-409/+520
| * pinctrl: renesas: r8a77965: Add R8A774B1 PFC supportBiju Das2020-11-226-405/+514
|/
* Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/21Nov2020Tom Rini2020-11-214-75/+101
|\
| * efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt2020-11-211-3/+8
| * efi_loader: tcg2 protocol updatesIlias Apalodimas2020-11-212-70/+92
| * dfu: simplify the dependencies of DFU_TFTPAKASHI Takahiro2020-11-211-2/+1
* | Merge tag 'xilinx-for-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/20Nov2020Tom Rini2020-11-2011-110/+35
|\ \ | |/ |/|
| * fru: common: Record pcie/uuid fields in custom board areaMichal Simek2020-11-201-0/+4
| * fru: ops: Do not let parser to write data to not allocated spaceMichal Simek2020-11-201-1/+7
| * fru: common: Switch capture variable with the restMichal Simek2020-11-202-2/+2
| * arm64: zynqmp: Enable TPM for xilinx platformsMichal Simek2020-11-201-0/+3
| * arm64: zynqmp: Get rid of unused macrosMichal Simek2020-11-201-4/+2
| * tpm: spi: Cleanup source codeMichal Simek2020-11-201-3/+0
| * microblaze: Detect NOR flash based on DTMichal Simek2020-11-202-38/+5
| * microblaze: Unify of setting for SPL_NOR/XIP supportMichal Simek2020-11-201-5/+3
| * microblaze: Remove CONFIG_SYS_FDT_SIZEMichal Simek2020-11-202-2/+0
| * microblaze: Get rid of xparameters.hMichal Simek2020-11-202-19/+6
| * microblaze: Simplify cache handlingMichal Simek2020-11-201-14/+2
| * microblaze: Clean config file from ifdef messMichal Simek2020-11-201-24/+0
| * microblaze: Enable GCC garbage collector for full U-BootMichal Simek2020-11-202-3/+6
|/
* Merge branch '2020-11-18-assorted-fixes'WIP/19Nov2020Tom Rini2020-11-1926-168/+321
|\