summaryrefslogtreecommitdiff
path: root/plat/st
AgeCommit message (Expand)Author
2020-10-14Merge "Don't return error information from console_flush" into integrationMark Dykes
2020-10-13stm32mp1: use %u in NOTICE message for board infoYann Gautier
2020-10-13stm32mp1: get peripheral base address from a defineYann Gautier
2020-10-13stm32mp1: add finished good variant in board identifierPatrick Delaunay
2020-10-13stm32mp1: add asserts in get_cpu_package() and get_part_number()Nicolas Le Bayon
2020-10-13stm32mp1: add support for new SoC profilesLionel Debieve
2020-10-13stm32mp1: support of STM32MP15x Rev.ZLionel Debieve
2020-10-09Don't return error information from console_flushJimmy Brisson
2020-10-09stm32mp1: cosmetics in platform.mkYann Gautier
2020-10-09stm32mp1: update rules for stm32image toolYann Gautier
2020-10-09stm32mp1: add macros to define PLAT_PARTITION_MAX_ENTRIESYann Gautier
2020-10-09stm32mp1: sort platform.mkYann Gautier
2020-10-09stm32mp1: use ASFLAGS for binary pathsYann Gautier
2020-10-09stm32mp1: use internal MAKE_LD macro to generate stm32 linker filesYann Gautier
2020-10-02Merge "fdts: stm32mp1: realign device tree with kernel" into integrationMadhukar Pappireddy
2020-09-24fdts: stm32mp1: realign device tree with kernelYann Gautier
2020-09-21stm32mp1: correct crash console GPIO alternate configurationYann Gautier
2020-09-21stm32mp1: add plat_panic_handler functionYann Gautier
2020-09-21stm32mp1: update plat_report_exceptionYann Gautier
2020-09-14build_macros.mk: include assert and define loop macrosLeonardo Sandoval
2020-08-14stm32mp1: use newly introduced GICv2 makefileYann Gautier
2020-07-16stm32mp1: SCMI clock and reset service in SP_MINEtienne Carriere
2020-07-08stm32mp1: register shared resource per GPIO bank/pinEtienne Carriere
2020-07-08stm32mp1: register shared resource per IOMEM addressEtienne Carriere
2020-07-08stm32mp1: allow non-secure access to reset upon periph registrationEtienne Carriere
2020-07-08stm32mp1: allow non-secure access to clocks upon periph registrationEtienne Carriere
2020-07-08stm32mp1: shared resources: peripheral registeringEtienne Carriere
2020-07-08stm32mp1: shared resources: add trace messagesEtienne Carriere
2020-07-02Merge changes from topic "stm32-shres" into integrationMark Dykes
2020-07-02Merge "stm32mp1: introduce shared resources support" into integrationMark Dykes
2020-06-29Merge "stm32mp1: disable neon in sp_min" into integrationMark Dykes
2020-06-29Merge "stm32mp1: check stronger the secondary CPU entry point" into integrationMark Dykes
2020-06-25Merge "stm32mp1: use last page of SYSRAM as SCMI shared memory" into integrationMark Dykes
2020-06-23stm32mp1: SP_MIN embeds Arm Architecture servicesEtienne Carriere
2020-06-23stm32mp1: use last page of SYSRAM as SCMI shared memoryEtienne Carriere
2020-06-23stm32mp1: check stronger the secondary CPU entry pointEtienne Carriere
2020-06-23stm32mp1: disable neon in sp_minEtienne Carriere
2020-06-23stm32mp1: shared resources: apply registered configurationEtienne Carriere
2020-06-23stm32mp1: shared resources: count GPIOZ bank pinsEtienne Carriere
2020-06-23stm32mp1: shared resources: define resource identifiersEtienne Carriere
2020-06-23stm32mp1: introduce shared resources supportEtienne Carriere
2020-06-03plat/stm32mp1: sp_min relies on etzpc driverEtienne Carriere
2020-06-01Merge "drivers: stm32_reset adapt interface to timeout argument" into integra...Mark Dykes
2020-06-01drivers: stm32_reset adapt interface to timeout argumentEtienne Carriere
2020-05-11plat/stm32mp1: fdt helpers for secure aware gpio bankEtienne Carriere
2020-05-11plat/st: move GPIO bank helper function to platform source filesEtienne Carriere
2020-05-05plat/stm32: Use generic fdt_get_stdout_node_offset()Andre Przywara
2020-05-05plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara
2020-04-29plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara
2020-04-28plat/stm32: Use generic fdt_read_uint32_array() implementationAndre Przywara