mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/14] VFxxx DCD fixes and improvements
@ 2018-06-12 18:47 Andrey Smirnov
  2018-06-12 18:47 ` [PATCH 01/14] VFxxx: Remove stale code from DCD files Andrey Smirnov
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Andrey Smirnov @ 2018-06-12 18:47 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This series is the result of investigation into DDR failures on a ZII
VF610 Dev derivative design. It mostly code sharing changes, cleanups
and some fixes and a nasty DCD hack removal. All of the changes are
limited to VFxxx and shouldn't affect any other supported SoCs.

Feedback is wellcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (14):
  VFxxx: Remove stale code from DCD files
  VFxxx: Add common header for DDR IOMUX DCD configuration
  VFxxx: Add common DDR PHY DCD header
  VFxxx: Add common header for DDR clock setting DCD
  VFxxx: Add common DCD header for common DDR configuration
  VFxxx: Reconcile shared DDR DCD configuration with U-Boot
  VFxxx: Reconcile shared DDR DCD with memory datasheet
  VFxxx: zii-vf610-dev: Drop most custom DDRMC DCD code
  VFxxx: Initialize IOMUXC_DUMMY_DDRBYTE1/2 in default DDR DCD
  VFxxx: Reconcile shared DDR IOMUX DCD with schematic
  VFxxx: DCD: Remove CR151 initialization
  VFxxx: DCD: Drop initialization of CR139 - CR148
  VFxxx: DCD: Remove CR97, CR98 and CR99
  VFxxx: DCD: Remove read leveling and gate training delays

 .../flash-header-vf610-twr.imxcfg             | 277 +-----------------
 .../flash-header-zii-vf610-dev.imxcfg         | 241 +--------------
 .../flash-header/vf610-ddr-cr-default.imxcfg  | 131 +++++++++
 .../flash-header/vf610-ddr-phy-default.imxcfg |  41 +++
 .../flash-header/vf610-ddr-pll2-400mhz.imxcfg |  46 +++
 .../vf610-iomux-ddr-default.imxcfg            |  63 ++++
 .../mach-imx/include/mach/vf610-ddrmc-regs.h  | 109 +++++++
 .../mach-imx/include/mach/vf610-iomux-regs.h  |  58 ++++
 8 files changed, 468 insertions(+), 498 deletions(-)
 create mode 100644 arch/arm/mach-imx/include/mach/flash-header/vf610-ddr-cr-default.imxcfg
 create mode 100644 arch/arm/mach-imx/include/mach/flash-header/vf610-ddr-phy-default.imxcfg
 create mode 100644 arch/arm/mach-imx/include/mach/flash-header/vf610-ddr-pll2-400mhz.imxcfg
 create mode 100644 arch/arm/mach-imx/include/mach/flash-header/vf610-iomux-ddr-default.imxcfg
 create mode 100644 arch/arm/mach-imx/include/mach/vf610-ddrmc-regs.h
 create mode 100644 arch/arm/mach-imx/include/mach/vf610-iomux-regs.h

-- 
2.17.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-06-13  7:59 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 18:47 [PATCH 00/14] VFxxx DCD fixes and improvements Andrey Smirnov
2018-06-12 18:47 ` [PATCH 01/14] VFxxx: Remove stale code from DCD files Andrey Smirnov
2018-06-12 18:47 ` [PATCH 02/14] VFxxx: Add common header for DDR IOMUX DCD configuration Andrey Smirnov
2018-06-12 18:47 ` [PATCH 03/14] VFxxx: Add common DDR PHY DCD header Andrey Smirnov
2018-06-12 18:47 ` [PATCH 04/14] VFxxx: Add common header for DDR clock setting DCD Andrey Smirnov
2018-06-12 18:47 ` [PATCH 05/14] VFxxx: Add common DCD header for common DDR configuration Andrey Smirnov
2018-06-12 18:47 ` [PATCH 06/14] VFxxx: Reconcile shared DDR DCD configuration with U-Boot Andrey Smirnov
2018-06-12 18:47 ` [PATCH 07/14] VFxxx: Reconcile shared DDR DCD with memory datasheet Andrey Smirnov
2018-06-12 18:47 ` [PATCH 08/14] VFxxx: zii-vf610-dev: Drop most custom DDRMC DCD code Andrey Smirnov
2018-06-12 18:47 ` [PATCH 09/14] VFxxx: Initialize IOMUXC_DUMMY_DDRBYTE1/2 in default DDR DCD Andrey Smirnov
2018-06-12 18:47 ` [PATCH 10/14] VFxxx: Reconcile shared DDR IOMUX DCD with schematic Andrey Smirnov
2018-06-12 18:47 ` [PATCH 11/14] VFxxx: DCD: Remove CR151 initialization Andrey Smirnov
2018-06-12 18:47 ` [PATCH 12/14] VFxxx: DCD: Drop initialization of CR139 - CR148 Andrey Smirnov
2018-06-12 18:47 ` [PATCH 13/14] VFxxx: DCD: Remove CR97, CR98 and CR99 Andrey Smirnov
2018-06-12 18:48 ` [PATCH 14/14] VFxxx: DCD: Remove read leveling and gate training delays Andrey Smirnov
2018-06-13  7:58 ` [PATCH 00/14] VFxxx DCD fixes and improvements Sascha Hauer

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