- b83e285 Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 1 month ago
- 719a875 ram: stm32mp1: Only print RAM config with CONFIG_SPL_DISPLAY_PRINT by Harald Seiler · 1 year, 2 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- daf0721 stm32mp: fix various array bounds checks by Rasmus Villemoes · 1 year, 8 months ago
- 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- a46dce2 ram: stm32mp1: add support of STM32MP13x by Patrick Delaunay · 2 years, 6 months ago
- 221869e ram: stm32mp1: Conditionally enable ASR by Marek Vasut · 2 years, 7 months ago
- 0d44ad8 ram: stm32mp1: Unconditionally enable ASR by Marek Vasut · 2 years, 9 months ago
- b2ac964 ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup by Patrick Delaunay · 3 years ago
- d72e7bb ram: stm32mp1: compute DDR size from DDRCTL registers by Patrick Delaunay · 3 years ago
- b3c29dc stm32mp1: ram: remove tuning support by Patrick Delaunay · 3 years ago
- 9819fe3 stm32mp1: ram: remove the support of calibration result by Patrick Delaunay · 3 years ago
- 4831ba2 stm32mp1: ram: add read valid training support by Patrick Delaunay · 3 years ago
- f42045b stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · 3 years, 1 month ago
- b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 66b3b9d ram: stm32mp1: migrate trace to dev or log macro by Patrick Delaunay · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 1 month ago
- 6c393e8 ram: stm32mp1: add size and addr parameter to test all by Patrick Delaunay · 4 years, 5 months ago
- 81b66b9 ram: stm32mp1: use the DDR size by default in the test addressBus by Patrick Delaunay · 4 years, 5 months ago
- fcd4890 ram: stm32mp1: add parameter addr in test FrequencySelectivePattern by Patrick Delaunay · 4 years, 5 months ago
- 1a5be5a ram: stm32mp1: protect minimum value in get_bufsize by Patrick Delaunay · 4 years, 5 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- 0c27c16 ram: stm32mp1: Add support for multiple configs by Marek Vasut · 4 years, 7 months ago
- 654706b configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 8 months ago
- 9368bdf ram: stm32mp1: the property st, phy-cal becomes optional by Patrick Delaunay · 4 years, 9 months ago
- d424e67 ram: stm32mp1: reduce delay after BIST reset for tuning by Patrick Delaunay · 4 years, 9 months ago
- b604a41 ram: stm32mp1_ddr: fix self refresh disable during DQS training by Patrick Delaunay · 4 years, 9 months ago
- 8c9ce08 ram: stm32mp1: update BIST config for tuning by Patrick Delaunay · 4 years, 9 months ago
- 27e7b4e ram: stm32mp1: tuning: deactivate derating during BIST test by Patrick Delaunay · 4 years, 9 months ago
- f711d1f ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE by Patrick Delaunay · 4 years, 9 months ago
- 1c55a91 ram: stm32mp1: don't display the prompt two times by Patrick Delaunay · 4 years, 9 months ago
- c8eb4e0 ram: stm32mp1: display result for software read DQS gating by Patrick Delaunay · 4 years, 9 months ago
- e9a20f8 ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR by Patrick Delaunay · 4 years, 9 months ago
- 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 11 months ago
- 757bca8 stm32mp1: ram: add pattern parameter in infinite write test by Patrick Delaunay · 5 years ago
- 25331ae stm32mp1: ram: reload watchdog during ddr test by Patrick Delaunay · 5 years ago
- 37f41ae stm32mp1: ram: update loop management in infinite test by Patrick Delaunay · 5 years ago
- 4b0496f stm32mp1: ram: fix address issue in 2 tests by Patrick Delaunay · 5 years ago
- 375c28a stm32mp1: ram: cosmetic: remove unused prototype by Patrick Delaunay · 5 years ago
- 5884485 ram: stm32mp1_ram: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
- 187c41d stm32mp1: ram: add tuning in DDR interactive mode by Patrick Delaunay · 6 years ago
- 0d44752 stm32mp1: ram: add tests in DDR interactive mode by Patrick Delaunay · 6 years ago
- 01a7510 stm32mp1: ram: add interactive mode for DDR configuration by Patrick Delaunay · 6 years ago
- 1767ac2 stm32mp1: ram: add support for LPDDR2/LPDDR3 by Patrick Delaunay · 6 years ago
- 53bb831 stm32mp1: ram: update parameter array initialization by Patrick Delaunay · 6 years ago
- c60fed1 stm32mp1: ram: change ddr speed to kHz by Patrick Delaunay · 6 years ago
- 0cb1aa9 stm32mp1: ram: increase the delay after reset to 128 cycles by Patrick Delaunay · 6 years ago
- c3ec370 stm32mp1: ram: update mask for operating mode by Patrick Delaunay · 6 years ago
- abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
- d358123 regmap: change regmap_init_mem() to take ofnode instead udevice by Masahiro Yamada · 7 years ago
- 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- e70f70a ram: stm32mp1: add driver by Patrick Delaunay · 7 years ago