[U-Boot] [PATCH 1/3] Add proper SPD definitions for DDR1/2/3
Kumar Gala
galak at kernel.crashing.org
Wed Aug 13 07:02:36 CEST 2008
On Aug 13, 2008, at 12:00 AM, Kumar Gala wrote:
> From: James Yang <James.Yang at freescale.com>
>
> Also added a few helper functions for DDR1 & DDR2 to print SPD info
> and
> verify the checksum.
>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> common/Makefile | 1 +
> common/ddr_spd.c | 519 ++++++++++++++++++++++++++++++++++++++++++++
> +++++++++
> include/ddr_spd.h | 249 +++++++++++++++++++++++++
> 3 files changed, 769 insertions(+), 0 deletions(-)
> create mode 100644 common/ddr_spd.c
> create mode 100644 include/ddr_spd.h
I've updated these first three patches.. once these look good I can
deal with the line issues in the others.
- k
More information about the U-Boot
mailing list