summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1/stm32mp1_ram.c
AgeCommit message (Expand)Author
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07ram: Remove <common.h> and add needed includesTom Rini
2023-10-04Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-10-04ram: stm32mp1: Only print RAM config with CONFIG_SPL_DISPLAY_PRINTHarald Seiler
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2022-06-17ram: stm32mp1: add support of STM32MP13xPatrick Delaunay
2021-11-30ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay
2021-11-30ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay
2021-01-13ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-14ram: stm32mp1: Add support for multiple configsMarek Vasut
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay
2018-05-07regmap: change regmap_init_mem() to take ofnode instead udeviceMasahiro Yamada
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-19ram: stm32mp1: add driverPatrick Delaunay