From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YgiGX-0001z9-KD for barebox@lists.infradead.org; Fri, 10 Apr 2015 23:23:15 +0000 Received: by labbd9 with SMTP id bd9so23303848lab.2 for ; Fri, 10 Apr 2015 16:22:51 -0700 (PDT) From: Antony Pavlov Date: Sat, 11 Apr 2015 02:22:56 +0300 Message-Id: <1428708181-12506-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 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: [PATCH 0/5] MIPS: xburst: add initial JZ4770 SoC support To: barebox@lists.infradead.org This patchseries adds initial JZ4770 SoC and Ainol Novo7 Paladin tablet support. The patchseries can be found on github: https://github.com/frantony/barebox/tree/20150411.jz4770 The most notable problems and todos: * no PBL support; I have a PBL-enabled barebox version for the tablet, so barebox can be used as only bootloader for tablet. But this version is based on some dirty hacks e.g. it uses special pre-compiled X-Boot blob for bootstraping. Nowadays barebox mips PBL is written in assembler and I see no way to switch it to C. gcc-4.9.1 for mips has no __naked directive support, see this gcc output $ cat > 1.c <