aboutsummaryrefslogtreecommitdiff
path: root/plat/st
AgeCommit message (Expand)Author
2022-01-19feat(stm32mp1): add helper to enable high speed mode in low voltageYann Gautier
2022-01-19refactor(stm32mp1): add helpers for IO compensation cellsYann Gautier
2022-01-19feat(stm32mp1): use clk_enable/disable functionsEtienne Carriere
2022-01-19feat(stm32mp1): add timeout in IO compensationNicolas Le Bayon
2022-01-12feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sectionsYann Gautier
2022-01-12refactor(stm32mp1): reduce MMU memory regions and split XLAT by contextYann Gautier
2022-01-12feat(st): map 2MB for ROM codeYann Gautier
2022-01-12fix(stm32mp1): restrict DEVICE2 mapping in BL2Yann Gautier
2022-01-07Merge changes from topic "st_ddr_updates" into integrationManish Pandey
2022-01-05fix(st): manage UART clock and reset only in BL2Yann Gautier
2022-01-05refactor(st-ddr): move basic tests in a dedicated fileNicolas Le Bayon
2022-01-05refactor(st-ddr): reorganize generic and specific elementsNicolas Le Bayon
2022-01-05feat(stm32mp1): allow configuration of DDR AXI ports numberYann Gautier
2022-01-04Merge changes from topic "st_fixes" into integrationManish Pandey
2022-01-04fix(stm32mp1): do not reopen debug featuresYann Gautier
2022-01-04refactor(stm32mp1): improve DGBMCU driverNicolas Le Bayon
2022-01-04fix(stm32mp1): set reset pulse duration to 31msYann Gautier
2021-12-24Merge changes from topic "st_regulator" into integrationMadhukar Pappireddy
2021-12-22feat(stm32mp1): register fixed regulatorPascal Paillet
2021-12-22refactor(st): update CPU and VDD voltage getYann Gautier
2021-12-22refactor(st-pmic): split initialize_pmic()Nicolas Le Bayon
2021-12-22feat(stm32mp1): add regulator framework compilationYann Gautier
2021-12-22refactor(stm32mp1): re-order drivers initYann Gautier
2021-12-22feat(st): use newly introduced clock frameworkYann Gautier
2021-12-22feat(clk): add a minimal clock frameworkGabriel Fernandez
2021-12-17fix(stm32mp1): correct include orderYann Gautier
2021-12-14Merge changes from topic "fconf_get_index" into integrationMadhukar Pappireddy
2021-12-14feat(st): protect UART during platform initYann Gautier
2021-12-14feat(stm32mp1): update console management for SP_minYann Gautier
2021-12-14refactor(stm32mp1): improve console management in BL2Yann Gautier
2021-12-14feat(plat/st): add a function to configure consoleYann Gautier
2021-12-14feat(stm32mp1): add stm32_get_boot_interface functionYann Gautier
2021-12-14refactor(stm32mp1): move stm32_save_boot_interface()Yann Gautier
2021-12-14fix(stm32mp1): deconfigure UART RX pinsYann Gautier
2021-12-14feat(stm32_gpio): add a function to reset a pinYann Gautier
2021-12-14refactor(stm32mp1): sort compilation flagsYann Gautier
2021-12-14feat(stm32mp1): add sign-compare warningYann Gautier
2021-12-13feat(stm32mp1): skip TOS_FW_CONFIG if not in FIPYann Gautier
2021-12-03feat(plat/st): add STM32MP_UART_PROGRAMMER targetPatrick Delaunay
2021-12-03feat(plat/st): add STM32CubeProgrammer support on UARTPatrick Delaunay
2021-11-09Merge changes from topic "st_usb" into integrationMadhukar Pappireddy
2021-11-05refactor(stm32mp1): use fconf.mkYann Gautier
2021-11-05fix(drivers/usb): add a optional ops get_other_speed_config_descPatrick Delaunay
2021-11-03fix(plat/st): remove double spaceYann Gautier
2021-10-29feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER targetPatrick Delaunay
2021-10-29feat(plat/st/stm32mp1): add USB DFU support for STM32MP1Patrick Delaunay
2021-10-29feat(plat/st): add STM32CubeProgrammer support on USBPatrick Delaunay
2021-10-29feat(plat/st): add a USB DFU stackPatrick Delaunay
2021-10-26build(fdt-wrappers): introduce FDT wrappers makefileChris Kay
2021-10-15Merge changes from topic "st_dt_match_instance" into integrationMark Dykes