From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WKNvG-0006Mq-Hj for barebox@lists.infradead.org; Mon, 03 Mar 2014 08:08:27 +0000 Date: Mon, 3 Mar 2014 09:08:03 +0100 From: Sascha Hauer Message-ID: <20140303080803.GK17250@pengutronix.de> References: <1393592335-9871-1-git-send-email-renaud.barbier@ge.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1393592335-9871-1-git-send-email-renaud.barbier@ge.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH v2 0/4] ppc: memory layout and memtest To: Renaud Barbier Cc: barebox@lists.infradead.org On Fri, Feb 28, 2014 at 12:58:51PM +0000, Renaud Barbier wrote: > Like version 1, this patchset updates the PPC memory layout and memtest with > the addition of the first item below: > > - Move configurable memory layout selection from PPC to MPC5xxx and disable > CONFIGURABLE_MEMORY_LAYOUT on MPC85xx platforms. > > - Memory regions on PPC are redefined to prevent corruption of critical memory > areas while running the memtest. > > - To support the memory test framework with cache disabled, a TLB remapping > function is added for the memtest to enable/disable caching on a mapped > memory region. > > - To prevent memtest failure, the memory test is updated to exclude memory > region at the bank start. > > Finally, the configuration files are updated for the DA923RC and P2020RDB. > > > Renaud Barbier (4): > MPC85xx: fix memory layout to prevent corruption during memtest > ppc: add support for memtest with cache disabled > memtest: exclude page starting at address 0. > ppc: P2020RDB and DA923RC configuration Applied, thanks Sascha > > arch/ppc/Kconfig | 1 - > arch/ppc/configs/da923rc_defconfig | 2 + > arch/ppc/configs/p2020rdb_defconfig | 2 + > arch/ppc/cpu-85xx/Makefile | 1 + > arch/ppc/cpu-85xx/mmu.c | 54 ++++++++++++++++++++++++++++++ > arch/ppc/cpu-85xx/start.S | 3 -- > arch/ppc/cpu-85xx/tlb.c | 17 +++++++++- > arch/ppc/include/asm/mmu.h | 6 +++ > arch/ppc/lib/board.c | 6 +--- > arch/ppc/mach-mpc5xxx/Kconfig | 1 + > arch/ppc/mach-mpc85xx/Kconfig | 3 ++ > arch/ppc/mach-mpc85xx/barebox.lds.S | 8 +++-- > arch/ppc/mach-mpc85xx/cpu.c | 11 ++++++ > arch/ppc/mach-mpc85xx/include/mach/mmu.h | 5 +++ > commands/memtest.c | 10 +++--- > 15 files changed, 112 insertions(+), 18 deletions(-) > create mode 100644 arch/ppc/cpu-85xx/mmu.c > > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox