Re: [U-Boot] [PATCH 3/3] MPC85xx: Add MPC8569MDS board support

2009-03-27 Thread Wolfgang Denk
Dear Haiying Wang, > diff --git a/board/freescale/mpc8569mds/ddr.c > b/board/freescale/mpc8569mds/ddr.c > new file mode 100644 > index 000..c4e63fb > --- /dev/null > +++ b/board/freescale/mpc8569mds/ddr.c > @@ -0,0 +1,86 @@ > +/* > + * Copyright 2009 Freescale Semiconductor, Inc. > + * > + *

[U-Boot] [PATCH 3/3] MPC85xx: Add MPC8569MDS board support

2009-03-26 Thread Haiying Wang
This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch. Signed-off-by: Haiying Wang Signed-off-by: Hillel Avni --- MAKEALL |1 + Makefile