[U-Boot] [PATCH v2] Nand boot: Add nand boot support for MPC8569mds board

2010-01-18 Thread Liu Yu
This patch add nand boot support for MPC8569mds board. Signed-off-by: Liu Yu yu@freescale.com --- v2: change subject and commit message. MAKEALL |1 + Makefile|3 +- board/freescale/mpc8569mds/config.mk

[U-Boot] [PATCH] Nand boot: MPC8569 support

2010-01-14 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- MAKEALL |1 + Makefile|3 +- board/freescale/mpc8569mds/config.mk|9 ++ board/freescale/mpc8569mds/tlb.c| 11 ++ include/configs

[U-Boot] [PATCH v3] qe: fixup the snum for MPC8569 Rev2.0

2010-01-14 Thread Liu Yu
Since 1.0 and 2.0 use different snum table, we fixup the snum value according to SPRN_SVR. Signed-off-by: Liu Yu yu@freescale.com --- v3: move code from board to cpu cpu/mpc85xx/fdt.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/cpu/mpc85xx

[U-Boot] [PATCH v2] qe: fixup the snum for MPC8569 Rev2.0

2010-01-13 Thread Liu Yu
Since 1.0 and 2.0 use different snum table, we fixup the snum value according to SPRN_SVR. Signed-off-by: Liu Yu yu@freescale.com --- v2: change to use macro SVR_SOC_VER and IS_SVR_REV board/freescale/mpc8569mds/mpc8569mds.c | 15 +++ 1 files changed, 15 insertions(+), 0

[U-Boot] [PATCH] qe: fixup the snum for MPC8569 Rev2.0

2010-01-12 Thread Liu Yu
Since 1.0 and 2.0 use different snum table, we fixup the snum value according to SPRN_SVR. Signed-off-by: Liu Yu yu@freescale.com --- board/freescale/mpc8569mds/mpc8569mds.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/board/freescale/mpc8569mds

[U-Boot] [PATCH 2/2] ppc/85xx: Add ATM config for MPC8569MDS

2009-11-26 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- Makefile |3 ++- include/configs/MPC8569MDS.h |5 + 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index bcb3fe9..fe1b2d1 100644 --- a/Makefile +++ b/Makefile @@ -2502,8 +2502,9

[U-Boot] [PATCH 1/2] ppc/85xx: Add PIB/ATM support for MPC8569mds

2009-11-26 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- board/freescale/common/pq-mds-pib.c |2 +- board/freescale/mpc8569mds/mpc8569mds.c |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c index

[U-Boot] [PATCH] ppc/85xx: Add PIB/ATM support for MPC8569mds

2009-11-06 Thread Liu Yu
Signed-off-by: Liu Yu yu@freescale.com --- board/freescale/common/pq-mds-pib.c |2 +- board/freescale/mpc8569mds/mpc8569mds.c |7 +++ include/configs/MPC8569MDS.h|3 +++ 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/board/freescale/common/pq