summaryrefslogtreecommitdiff
path: root/drivers/ram/stm32mp1
AgeCommit message (Expand)Author
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-07-22drivers: ram: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
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
2023-04-19stm32mp: fix various array bounds checksRasmus Villemoes
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-06-17ram: stm32mp1: add support of STM32MP13xPatrick Delaunay
2022-05-10ram: stm32mp1: Conditionally enable ASRMarek Vasut
2022-03-15ram: stm32mp1: Unconditionally enable ASRMarek Vasut
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 tuning supportPatrick Delaunay
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay
2021-11-30stm32mp1: ram: add read valid training supportPatrick Delaunay
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
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-10-22common: rename getc() to getchar()Heinrich Schuchardt
2020-07-07ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay
2020-07-07ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay
2020-07-07ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay
2020-07-07ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.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-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-08-27stm32mp1: ram: add pattern parameter in infinite write testPatrick Delaunay
2019-08-27stm32mp1: ram: reload watchdog during ddr testPatrick Delaunay
2019-08-27stm32mp1: ram: update loop management in infinite testPatrick Delaunay
2019-08-27stm32mp1: ram: fix address issue in 2 testsPatrick Delaunay
2019-08-27stm32mp1: ram: cosmetic: remove unused prototypePatrick Delaunay