On 01/11/2016 10:27 PM, Simon Glass wrote: > Hi, > > On 4 January 2016 at 07:01, Purna Chandra Mandal > <[email protected]> wrote: >> Signed-off-by: Paul Thacker <[email protected]> >> Signed-off-by: Purna Chandra Mandal <[email protected]> > Please add a commit message.
Agreed, Will add. >> --- >> >> Changes in v2: >> - move ddr2 initialization from board/microchip/ to drivers/ddr/microchip >> >> arch/mips/mach-pic32/include/mach/ddr.h | 32 ++++ >> drivers/Makefile | 1 + >> drivers/ddr/microchip/Makefile | 6 + >> drivers/ddr/microchip/ddr2.c | 277 >> ++++++++++++++++++++++++++++++++ >> drivers/ddr/microchip/ddr2_regs.h | 151 +++++++++++++++++ >> drivers/ddr/microchip/ddr2_timing.h | 65 ++++++++ >> 6 files changed, 532 insertions(+) >> create mode 100644 arch/mips/mach-pic32/include/mach/ddr.h >> create mode 100644 drivers/ddr/microchip/Makefile >> create mode 100644 drivers/ddr/microchip/ddr2.c >> create mode 100644 drivers/ddr/microchip/ddr2_regs.h >> create mode 100644 drivers/ddr/microchip/ddr2_timing.h >> > Regards, > Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

