]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/Makefile
drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.
authorPurna Chandra Mandal <purna.mandal@microchip.com>
Thu, 28 Jan 2016 10:00:15 +0000 (15:30 +0530)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 1 Feb 2016 21:14:01 +0000 (22:14 +0100)
commit9ffa7a35ef940b27813c11f68eb28a6b82696915
tree03fc3202d548ccedf138e33f61efb478db7eaf80
parent9e160ee823b44e0a63bc469d42d7d9fcab54b60b
drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.

This driver initializes PIC32 DDR2 SDRAM controller and internal DDR2 Phy module.
DDR2 controller operates in half-rate mode (upto 533MHZ frequency).

Signed-off-by: Paul Thacker <paul.thacker@microchip.com>
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/mips/mach-pic32/include/mach/ddr.h [new file with mode: 0644]
drivers/Makefile
drivers/ddr/microchip/Makefile [new file with mode: 0644]
drivers/ddr/microchip/ddr2.c [new file with mode: 0644]
drivers/ddr/microchip/ddr2_regs.h [new file with mode: 0644]
drivers/ddr/microchip/ddr2_timing.h [new file with mode: 0644]