summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-12adc: stm32-adc: Fix warnings when compiling with W=1Patrick Delaunay1-6/+7
2019-07-12stm32mp1: bsec: Fix warnings when compiling with W=1Patrick Delaunay1-6/+8
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-1/+2
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-07-12board: stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-0/+1
2019-07-12stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-12MAINTAINERS: Add git custodians for ARM STM STM32MP entryPatrice Chotard1-0/+1
2019-07-12stm32mp1: add SPI flash support in SPLPatrick Delaunay1-0/+3
2019-07-12stm32mp1: Add UBIFS boot capabilityPatrick Delaunay1-0/+1
2019-07-12stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONSPatrick Delaunay5-0/+22
2019-07-12stm32mp1: add configuration op-teePatrick Delaunay6-10/+157
2019-07-12stm32mp1: reorder some CONFIG in stm32mp1.hPatrick Delaunay1-7/+12
2019-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay1-3/+8
2019-07-12ARM: dts: stm32mp1: sync device tree with v5.2-rc4Patrick Delaunay11-281/+523
2019-07-12stm32mp1: force boot_net_usb_startPatrick Delaunay1-1/+2
2019-07-12stm32mp1: add check for presence of environment in boot devicePatrick Delaunay1-0/+4
2019-07-12stm32mp1: configs: Add CONFIG_OF_SPL_REMOVE_PROPSPatrick Delaunay1-0/+1
2019-07-12stm32mp1: cosmetic: remove unnecessary includePatrick Delaunay1-1/+0
2019-07-12stm32mp1: update READMEPatrick Delaunay1-3/+12
2019-07-12stm32mp1: key: add stm32key commandPatrick Delaunay3-0/+110
2019-07-12stm32mp1: add stboard commandPatrick Delaunay3-0/+153
2019-07-12stm32mp1: update device tree with ETZPC statusPatrick Delaunay2-0/+185
2019-07-12stm32mp1: update package information in device treePatrick Delaunay3-0/+47
2019-07-12stm32mp1: export get_cpu_package functionPatrick Delaunay2-6/+10
2019-07-12dt-bindings: pinctrl: stm32: add new entry for package informationPatrick Delaunay2-13/+94
2019-07-12stm32mp1: syscon: remove stgenPatrick Delaunay4-11/+2
2019-07-12stm32mp1: syscon: remove etzpc supportPatrick Delaunay2-2/+0
2019-07-12stm32mp1: call regulators_enable_boot_on in board_initPatrick Delaunay1-0/+4
2019-07-12stm32mp1: deactivate WATCHDOG in defconfigPatrick Delaunay2-4/+0
2019-07-12sysreset: syscon: add support for power offPatrick Delaunay1-2/+4
2019-07-12stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay3-8/+8
2019-07-12ARM: dts: stm32: Add ipcc mailbox support on stm32mp1Fabien Dessenne3-0/+21
2019-07-12configs: stm32mp15: enable IPCC mailboxFabien Dessenne2-0/+4
2019-07-12MAINTAINERS: Add stm32 mailbox IPPC driverFabien Dessenne1-0/+1
2019-07-12mailbox: introduce stm32-ipcc driverFabien Dessenne3-0/+175
2019-07-12Merge branch '2019-07-11-master-imports'Tom Rini80-168/+2103
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2019-07-11arm: mach-omap2: am33xx: Init pinmux before clockMarek Vasut1-1/+1
2019-07-11doc: relocate/rename Android README and add BCB overviewEugeniu Rosca3-0/+89
2019-07-11cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca3-0/+358
2019-07-11include: android_bootloader_message.h: Minimize the diff to AOSPEugeniu Rosca1-58/+68
2019-07-11SPL: Default to disabling legacy image support when using FITTom Rini1-1/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini49-67/+67
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2019-07-11arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal1-0/+12
2019-07-11arm: spear: Do not link the _main branchMiquel Raynal1-1/+2
2019-07-11arm: spear: Support returning to BootROMMiquel Raynal2-3/+39
2019-07-11arm: spear: Simplify start.S organizationMiquel Raynal1-15/+2
2019-07-11arm: spear: Reference the link register with LR instead of R14Miquel Raynal1-1/+1
2019-07-11arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal1-4/+4