From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from inx.pm.waw.pl ([195.116.170.130]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULtoV-0004Kb-Ao for barebox@lists.infradead.org; Sat, 30 Mar 2013 11:19:14 +0000 From: Krzysztof Halasa Date: Sat, 30 Mar 2013 12:19:07 +0100 Message-ID: MIME-Version: 1.0 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: IXP4xx again To: barebox@lists.infradead.org Hi, I'm posting 3 patches: - the first one fixes a problem with XScale processors. They don't support "clean + invalidate data cache entry" operation, we must use separate "clean" and "invalidate". - the second patch implements "alternate" memory layout, in which the code+data+bss appears first in memory space, then the malloc space follows (and then stack). This is required to support large malloc space (as large as possible) on systems with variable amount of RAM. - the third patch does IXP4xx (CPU support) + Goramo MultiLink platform. I can obviously split it if needed but perhaps it can go in in one piece. Against "next" branch, tested with regular 2013.03.0. -- Krzysztof Halasa _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox