On 04/14/2015 05:46 AM, Stefan Roese wrote: > This patch series adds support for the Marvell Armada A38x SoC's. Specifically > the 88F6820 / 88F6828. > > Basic support for the DB-88F6820-GP evaluation board is added. Supporting the > following interfaces: > - UART > - SPI (including SPI NOR flash) > - I2C > - Ethernet (neta) > > One big part of this new SoC support is the move of the already exisiting > Armada XP support into the "mach-mvebu" directory. With this move its > easier to re-use this code for the A38x, which is pretty similar to the > AXP. > > Thanks, > Stefan > Tested-by: Kevin Smith <kevin.sm...@elecsyscorp.com> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
- [U-Boot] [PATCH v2 07/13] arm: mvebu: Move CONFIG_SPL_LDS... Stefan Roese
- [U-Boot] [PATCH v2 12/13] arm: mvebu: Add d-cache invalid... Stefan Roese
- [U-Boot] [PATCH v2 10/13] arm: mvebu: Add dynamic SoC det... Stefan Roese
- Re: [U-Boot] [PATCH v2 10/13] arm: mvebu: Add dynami... Thomas Petazzoni
- Re: [U-Boot] [PATCH v2 10/13] arm: mvebu: Add dy... Stefan Roese
- [U-Boot] [PATCH v2 13/13] arm: mvebu: Add Armada A38x DB-... Stefan Roese
- [U-Boot] [PATCH v2 01/13] arm: armada-xp: Move SoC source... Stefan Roese
- [U-Boot] [PATCH v2 06/13] arm: mvebu: Only define MV88F78... Stefan Roese
- [U-Boot] [PATCH v2 03/13] arm: mvebu: Move mvebu-common i... Stefan Roese
- [U-Boot] [PATCH v2 02/13] arm: armada-xp: Move SoC header... Stefan Roese
- Re: [U-Boot] [PATCH v2 0/13] Add Marvell Armada A38x 88F6... Kevin Smith