index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/doc/sphinx/urllib3-2.7.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ram
/
stm32mp1
Age
Commit message (
Expand
)
Author
2020-07-07
ram: stm32mp1: add size and addr parameter to test all
Patrick Delaunay
2020-07-07
ram: stm32mp1: use the DDR size by default in the test addressBus
Patrick Delaunay
2020-07-07
ram: stm32mp1: add parameter addr in test FrequencySelectivePattern
Patrick Delaunay
2020-07-07
ram: stm32mp1: protect minimum value in get_bufsize
Patrick Delaunay
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-14
ram: stm32mp1: Add support for multiple configs
Marek Vasut
2020-04-15
configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT
Patrick Delaunay
2020-03-24
ram: stm32mp1: the property st, phy-cal becomes optional
Patrick Delaunay
2020-03-24
ram: stm32mp1: reduce delay after BIST reset for tuning
Patrick Delaunay
2020-03-24
ram: stm32mp1_ddr: fix self refresh disable during DQS training
Patrick Delaunay
2020-03-24
ram: stm32mp1: update BIST config for tuning
Patrick Delaunay
2020-03-24
ram: stm32mp1: tuning: deactivate derating during BIST test
Patrick Delaunay
2020-03-24
ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
Patrick Delaunay
2020-03-24
ram: stm32mp1: don't display the prompt two times
Patrick Delaunay
2020-03-24
ram: stm32mp1: display result for software read DQS gating
Patrick Delaunay
2020-03-24
ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
Patrick Delaunay
2020-01-17
common: Move RAM-sizing functions to init.h
Simon Glass
2019-08-27
stm32mp1: ram: add pattern parameter in infinite write test
Patrick Delaunay
2019-08-27
stm32mp1: ram: reload watchdog during ddr test
Patrick Delaunay
2019-08-27
stm32mp1: ram: update loop management in infinite test
Patrick Delaunay
2019-08-27
stm32mp1: ram: fix address issue in 2 tests
Patrick Delaunay
2019-08-27
stm32mp1: ram: cosmetic: remove unused prototype
Patrick Delaunay
2019-07-12
ram: stm32mp1_ram: Fix warnings when compiling with W=1
Patrick Delaunay
2019-05-23
stm32mp1: ram: add tuning in DDR interactive mode
Patrick Delaunay
2019-05-23
stm32mp1: ram: add tests in DDR interactive mode
Patrick Delaunay
2019-05-23
stm32mp1: ram: add interactive mode for DDR configuration
Patrick Delaunay
2019-05-23
stm32mp1: ram: add support for LPDDR2/LPDDR3
Patrick Delaunay
2019-05-23
stm32mp1: ram: update parameter array initialization
Patrick Delaunay
2019-05-23
stm32mp1: ram: change ddr speed to kHz
Patrick Delaunay
2019-05-23
stm32mp1: ram: increase the delay after reset to 128 cycles
Patrick Delaunay
2019-05-23
stm32mp1: ram: update mask for operating mode
Patrick Delaunay
2019-04-12
stm32mp1: add trusted boot with TF-A
Patrick Delaunay
2018-05-07
regmap: change regmap_init_mem() to take ofnode instead udevice
Masahiro Yamada
2018-05-07
SPDX: Convert all of our multiple license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-03-19
ram: stm32mp1: add driver
Patrick Delaunay