public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-boot][PATCH 0/2] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
@ 2015-04-15 21:14 dinguyen at opensource.altera.com
  2015-04-15 21:14 ` [U-Boot] [U-boot][PATCH 1/2] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller dinguyen at opensource.altera.com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: dinguyen at opensource.altera.com @ 2015-04-15 21:14 UTC (permalink / raw)
  To: u-boot

From: Dinh Nguyen <dinguyen@opensource.altera.com>

Hello,

The following 2 patches adds the DDR controller driver that is in the Altera
SoCFPGA platform. This driver is needed for the SPL on the platform.

Thanks,

Dinh Nguyen (2):
  driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
  driver/ddr/altera/: Add the sdram calibration portion

 Makefile                                         |    1 +
 arch/arm/include/asm/arch-socfpga/sdram.h        |  294 ++
 arch/arm/include/asm/arch-socfpga/sdram_config.h |  100 +
 drivers/ddr/altera/Makefile                      |   12 +
 drivers/ddr/altera/sdram.c                       |  827 +++++
 drivers/ddr/altera/sequencer.c                   | 3907 ++++++++++++++++++++++
 drivers/ddr/altera/sequencer.h                   |  328 ++
 drivers/ddr/altera/sequencer_auto.h              |  128 +
 drivers/ddr/altera/sequencer_auto_ac_init.c      |   85 +
 drivers/ddr/altera/sequencer_auto_inst_init.c    |  270 ++
 drivers/ddr/altera/sequencer_defines.h           |  121 +
 scripts/Makefile.spl                             |    1 +
 12 files changed, 6074 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-socfpga/sdram.h
 create mode 100644 arch/arm/include/asm/arch-socfpga/sdram_config.h
 create mode 100644 drivers/ddr/altera/Makefile
 create mode 100644 drivers/ddr/altera/sdram.c
 create mode 100644 drivers/ddr/altera/sequencer.c
 create mode 100644 drivers/ddr/altera/sequencer.h
 create mode 100644 drivers/ddr/altera/sequencer_auto.h
 create mode 100644 drivers/ddr/altera/sequencer_auto_ac_init.c
 create mode 100644 drivers/ddr/altera/sequencer_auto_inst_init.c
 create mode 100644 drivers/ddr/altera/sequencer_defines.h

-- 
2.2.1

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

end of thread, other threads:[~2015-04-16 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 21:14 [U-Boot] [U-boot][PATCH 0/2] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA dinguyen at opensource.altera.com
2015-04-15 21:14 ` [U-Boot] [U-boot][PATCH 1/2] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller dinguyen at opensource.altera.com
2015-04-15 21:14 ` [U-Boot] [U-boot][PATCH 2/2] driver/ddr/altera/: Add the sdram calibration portion dinguyen at opensource.altera.com
2015-04-16  6:32 ` [U-Boot] [U-boot][PATCH 0/2] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA Marek Vasut
2015-04-16 13:41   ` Dinh Nguyen
2015-04-16 17:12     ` Marek Vasut

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