From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Dec 2015 15:47:50 +0100 Subject: [U-Boot] [PATCH v2 0/4] add support for atheros ath79 based SOCs In-Reply-To: References: Message-ID: <201512221547.50456.marex@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 On Tuesday, December 22, 2015 at 08:44:41 AM, Wills Wang wrote: > These series of patch add support for atheros ath79 based SOCs in u-boot, > at the present moment it's just available for ar933x chip. > > Changes since V1: > 1. Move all SoC specific header files into arch/mips/include/asm/arch-ath79 > 2. Check SOC type and extract common code into arch/mips/mach-ath79 > 3. Add a compatible spi driver > 4. Move serial driver code into drivers/serial > 5. Add a reference board implemention > > > Wills Wang (4): > mips: add base support for atheros ath79 based SOCs > mips: ath79: add spi driver > mips: ath79: add serial driver for ar933x SOC > mips: ath79: add AP121 reference board And here I wanted to work on ar9331 over the xmas :) I'm glad someone else is doing this task, please keep me on CC on the patches :) Best regards, Marek Vasut