public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] sunxi: dram: More flexible dram for sun[457]i
@ 2015-01-31 22:27 Siarhei Siamashka
  2015-01-31 22:27 ` [U-Boot] [PATCH 1/3] sunxi: dram: Optionally use standard JEDEC timings " Siarhei Siamashka
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Siarhei Siamashka @ 2015-01-31 22:27 UTC (permalink / raw)
  To: u-boot

In a nutshell, this patchset allows to use Kconfig capabilities
of the current u-boot code to reproduce the old Cubietruck demo,
which showcased reclocking DRAM from 432MHz to 600MHz (the old
'highspeedtruck' branch):
    http://lists.denx.de/pipermail/u-boot/2014-July/183981.html

But now only a special customized Cubietruck defconfig is sufficient,
and there is no need to patch the u-boot source code anymore.

Siarhei Siamashka (3):
  sunxi: dram: Optionally use standard JEDEC timings for sun[457]i
  sunxi: dram: Support more sun[457]i dram parameters in Kconfig
  sunxi: dram: Allow to configure vdd-dll voltage on sun[457]i

 arch/arm/include/asm/arch-sunxi/dram.h       |   1 +
 arch/arm/include/asm/arch-sunxi/dram_sun4i.h |   1 +
 board/sunxi/Kconfig                          |  83 +++++++++++
 board/sunxi/board.c                          |  10 +-
 board/sunxi/dram_sun4i_auto.c                |  20 ++-
 board/sunxi/dram_sun5i_auto.c                |  20 ++-
 board/sunxi/dram_timings_sun4i.h             | 205 +++++++++++++++++++++++++++
 7 files changed, 332 insertions(+), 8 deletions(-)
 create mode 100644 board/sunxi/dram_timings_sun4i.h

-- 
2.0.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-11  7:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31 22:27 [U-Boot] [PATCH 0/3] sunxi: dram: More flexible dram for sun[457]i Siarhei Siamashka
2015-01-31 22:27 ` [U-Boot] [PATCH 1/3] sunxi: dram: Optionally use standard JEDEC timings " Siarhei Siamashka
2015-01-31 22:27 ` [U-Boot] [PATCH 2/3] sunxi: dram: Support more sun[457]i dram parameters in Kconfig Siarhei Siamashka
2015-01-31 22:27 ` [U-Boot] [PATCH 3/3] sunxi: dram: Allow to configure vdd-dll voltage on sun[457]i Siarhei Siamashka
2015-02-02 13:13   ` Hans de Goede
2015-02-11  3:38     ` Siarhei Siamashka
2015-02-11  7:57       ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox