
From: Hardik Patel hardik.patel@volansystech.com
This patch adds Elpida DDR2 RAM support for Pandaboard-ES Rev-B3 board. We need to use emif_regs_elpida_400_mhz_1cs struct to dump timings required for Elpida RAM on Pandaboard-ES Rev-B3. So, we detected Pandaboard-ES Rev-B3, and put a check to differentiate Rev-B3 with other panda boards. We verified that u-boot works on Panadaboard-ES Rev-B2 board with this patch.
--- Changes for v2: - Use pre-calculated timings for Elpida RAM instead of automatic - Added function to detect Pandaboard-ES Rev-B3 using GPIO 171
Hardik Patel (1): Modification of Elpida DDR2 RAM
arch/arm/cpu/armv7/omap4/sdram_elpida.c | 2 +- board/ti/panda/panda.c | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-)