From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Fri, 22 Jul 2011 02:55:44 -0500 (CDT) Subject: [U-Boot] [GIT pull] Please pull u-boot-mpc85xx Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 74fac70084bb040342fafc3b0d2ef50fbe35646f: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-07-19 22:27:07 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Becky Bruce (2): powerpc/mpc85xx: Add clear_ddr_tlbs function board/tqm85xx: Create and tear down TLB for get_ram_size() Timur Tabi (2): powerpc/85xx: add support the ePAPR "phandle" property fman: insert the Fman firmware into the device tree arch/powerpc/cpu/mpc85xx/cpu.c | 14 +--- arch/powerpc/cpu/mpc85xx/fdt.c | 119 ++++++++++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/portals.c | 6 +- arch/powerpc/cpu/mpc85xx/tlb.c | 29 +++++++++ arch/powerpc/include/asm/mmu.h | 1 + board/tqc/tqm85xx/sdram.c | 7 ++ include/configs/TQM85xx.h | 6 ++ include/configs/corenet_ds.h | 8 +-- 8 files changed, 171 insertions(+), 19 deletions(-)