From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 30 Jul 2011 01:35:21 +0200 Subject: [U-Boot] [GIT pull] Please pull u-boot-mpc85xx In-Reply-To: References: Message-ID: <20110729233521.59D84166A2E1@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Kumar Gala, In message you wrote: > The following changes since commit 85f3df1c3a6e8f8f0c7a1daa0cdc3714daf967d7: > > Fix build error causes by "unify version_string" (2011-07-28 22:16:57 +0200) > > are available in the git repository at: > git://git.denx.de/u-boot-mpc85xx.git master > > Bhaskar Upadhaya (1): > powerpc/85xx: Fix up clock_freq property in CAN node of dts > > Kumar Gala (6): > powerpc/85xx: Fix setting of EPAPR_MAGIC value > powerpc/85xx: Rename P2040 id & SERDES to P2041 > powerpc/85xx: Add support for P2041[e] XAUI in SERDES > powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E > powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500 > powerpc/85xx: Fix build failure for P1023RDS > > Matthew McClintock (1): > powerpc/85xx: provide 85xx flush_icache for cmd_cache > > Mingkai Hu (2): > powerpc/p2041rdb: Enable backside L2 cache support > powerpc/p2041rdb: Enable SATA support > > Stephen George (1): > powerpc/85xx: Adding configuration for DCSRCR to enable 32M access > > Timur Tabi (1): > powerpc/85xx: verify the device tree before booting Linux > > Wolfgang Denk (2): > 85xx: enable FDT support for STX SSA board > MPC8xxx: drop redundant boot messages > > arch/powerpc/cpu/mpc85xx/Makefile | 6 +- > arch/powerpc/cpu/mpc85xx/cpu.c | 34 +++---- > arch/powerpc/cpu/mpc85xx/cpu_init.c | 19 ++++ > arch/powerpc/cpu/mpc85xx/fdt.c | 98 ++++++++++++++++++-- > .../cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} | 0 > .../cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} | 26 ++++- > arch/powerpc/cpu/mpc85xx/release.S | 15 +++- > arch/powerpc/cpu/mpc85xx/start.S | 2 + > arch/powerpc/include/asm/immap_85xx.h | 7 +- > arch/powerpc/include/asm/processor.h | 4 + > arch/powerpc/lib/bootm.c | 23 +++++- > board/freescale/corenet_ds/ddr.c | 2 +- > board/freescale/corenet_ds/law.c | 3 +- > board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 +- > board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 +- > board/freescale/p2041rdb/ddr.c | 2 +- > board/sbc8641d/sbc8641d.c | 2 +- > board/stx/stxssa/stxssa.c | 8 ++ > include/configs/P1023RDS.h | 6 +- > include/configs/P2041RDB.h | 22 +++++ > include/configs/stxssa.h | 7 +- > 21 files changed, 241 insertions(+), 49 deletions(-) > rename arch/powerpc/cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} (100%) > rename arch/powerpc/cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} (83%) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "I dislike companies that have a we-are-the-high-priests-of-hardware- so-you'll-like-what-we-give-you attitude. I like commodity markets in which iron-and-silicon hawkers know that they exist to provide fast toys for software types like me to play with..." - Eric S. Raymond