are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master
Dave Liu (3): 85xx: Fix the clock adjust of mpc8569mds board 85xx: Fix the wrong BCSR address of 8569MDS 85xx: Fix the wrong SYS_CLK_IN for 8569MDS Fredrik Arnerup (1): 85xx: bugfix for reading maximum TLB size on mpc85xx Srikanth Srinivasan (1): 85xx: Add P2020DS support MAKEALL | 2 + Makefile | 9 + board/freescale/mpc8569mds/bcsr.c | 2 +- board/freescale/mpc8569mds/ddr.c | 2 +- board/freescale/p2020ds/Makefile | 54 +++ board/freescale/p2020ds/config.mk | 32 ++ board/freescale/p2020ds/ddr.c | 130 +++++++ board/freescale/p2020ds/law.c | 42 ++ board/freescale/p2020ds/p2020ds.c | 634 ++++++++++++++++++++++++++++++ board/freescale/p2020ds/tlb.c | 95 +++++ board/freescale/p2020ds/u-boot.lds | 143 +++++++ cpu/mpc85xx/tlb.c | 2 +- include/configs/MPC8569MDS.h | 4 +- include/configs/P2020DS.h | 741 ++++++++++++++++++++++++++++++++++++ 14 files changed, 1887 insertions(+), 5 deletions(-) create mode 100644 board/freescale/p2020ds/Makefile create mode 100644 board/freescale/p2020ds/config.mk create mode 100644 board/freescale/p2020ds/ddr.c create mode 100644 board/freescale/p2020ds/law.c create mode 100644 board/freescale/p2020ds/p2020ds.c create mode 100644 board/freescale/p2020ds/tlb.c create mode 100644 board/freescale/p2020ds/u-boot.lds create mode 100644 include/configs/P2020DS.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot