summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1
AgeCommit message (Expand)AuthorFilesLines
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-06-17ram: stm32mp1: add support of STM32MP13xPatrick Delaunay1-10/+18
2022-05-10ram: stm32mp1: Conditionally enable ASRMarek Vasut1-3/+11
2022-03-15ram: stm32mp1: Unconditionally enable ASRMarek Vasut2-0/+31
2021-11-30ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay1-1/+1
2021-11-30ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay2-3/+191
2021-11-30stm32mp1: ram: remove tuning supportPatrick Delaunay7-1636/+7
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay4-92/+27
2021-11-30stm32mp1: ram: add read valid training supportPatrick Delaunay2-2/+7
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay1-7/+6
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2021-01-13ram: stm32mp1: migrate trace to dev or log macroPatrick Delaunay5-104/+117
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-07-07ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay1-3/+44
2020-07-07ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay1-1/+2
2020-07-07ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay1-6/+7
2020-07-07ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay1-18/+19
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+6
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-14ram: stm32mp1: Add support for multiple configsMarek Vasut1-5/+28
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay4-16/+51
2020-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2-1/+5
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay1-9/+142
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay1-0/+15
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay1-20/+25
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay1-3/+1
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay1-4/+6
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay1-5/+25
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-0/+2
2019-08-27stm32mp1: ram: add pattern parameter in infinite write testPatrick Delaunay1-11/+20
2019-08-27stm32mp1: ram: reload watchdog during ddr testPatrick Delaunay1-0/+3
2019-08-27stm32mp1: ram: update loop management in infinite testPatrick Delaunay1-13/+25
2019-08-27stm32mp1: ram: fix address issue in 2 testsPatrick Delaunay1-11/+14
2019-08-27stm32mp1: ram: cosmetic: remove unused prototypePatrick Delaunay1-4/+0
2019-07-12ram: stm32mp1_ram: Fix warnings when compiling with W=1Patrick Delaunay1-2/+3
2019-05-23stm32mp1: ram: add tuning in DDR interactive modePatrick Delaunay6-1/+1414
2019-05-23stm32mp1: ram: add tests in DDR interactive modePatrick Delaunay5-0/+1541
2019-05-23stm32mp1: ram: add interactive mode for DDR configurationPatrick Delaunay4-0/+713
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay2-3/+10
2019-05-23stm32mp1: ram: update parameter array initializationPatrick Delaunay2-16/+33
2019-05-23stm32mp1: ram: change ddr speed to kHzPatrick Delaunay3-11/+11
2019-05-23stm32mp1: ram: increase the delay after reset to 128 cyclesPatrick Delaunay1-5/+3
2019-05-23stm32mp1: ram: update mask for operating modePatrick Delaunay1-1/+1