index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
sunxi
/
dram.c
Age
Commit message (
Expand
)
Author
2014-11-05
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
Ian Campbell
2014-10-24
sunxi: Add CONFIG_OLD_SUNXI_KERNEL_COMPAT Kconfig option
Hans de Goede
2014-10-24
sunxi: dram: Use clock_get_pll5p to calculate mbus, rather then hardcoding
Hans de Goede
2014-08-12
sunxi: dram: Autodetect DDR3 bus width and density
Siarhei Siamashka
2014-08-12
sunxi: dram: Derive write recovery delay from DRAM clock speed
Siarhei Siamashka
2014-08-12
sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memory
Siarhei Siamashka
2014-08-12
sunxi: dram: Configurable DQS gating window mode and delay
Siarhei Siamashka
2014-08-12
sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'
Siarhei Siamashka
2014-08-12
sunxi: dram: Improve DQS gate data training error handling
Siarhei Siamashka
2014-08-12
sunxi: dram: Use divisor P=1 for PLL5
Siarhei Siamashka
2014-08-12
sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)
Siarhei Siamashka
2014-08-12
sunxi: dram: Re-introduce the impedance calibration ond ODT
Siarhei Siamashka
2014-08-12
sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functions
Siarhei Siamashka
2014-08-12
sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7i
Siarhei Siamashka
2014-08-12
sunxi: dram: Remove broken impedance and ODT configuration code
Siarhei Siamashka
2014-08-12
sunxi: dram: Fix CKE delay handling for sun4i/sun5i
Siarhei Siamashka
2014-08-12
sunxi: dram: Respect the DDR3 reset timing requirements
Siarhei Siamashka
2014-08-12
sunxi: dram: Remove broken super-standby remnants
Siarhei Siamashka
2014-08-12
sunxi: dram: Remove useless 'dramc_scan_dll_para()' function
Siarhei Siamashka
2014-07-06
sunxi: Add sun5i support
Hans de Goede
2014-07-06
sunxi: Add sun4i support
Hans de Goede
2014-05-25
sunxi: add sun7i dram setup support
Ian Campbell