From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Date: Tue, 17 Oct 2017 22:51:51 +0200 Subject: [U-Boot] [PATCH u-boot 3/3] arm: add initial support for Amlogic P212 based on Meson GXL family In-Reply-To: <1507816232-8227-4-git-send-email-narmstrong@baylibre.com> References: <1507816232-8227-1-git-send-email-narmstrong@baylibre.com> <1507816232-8227-4-git-send-email-narmstrong@baylibre.com> Message-ID: <20171017205151.GC8433@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 12, 2017 at 03:50:32PM +0200, Neil Armstrong wrote: > This adds platform code for the Amlogic P212 reference board based on a > Meson GXL (S905X) SoC with the Meson GXL configuration. > > This initial submission only supports UART and MMC/SDCard, support for the > internal Ethernet PHY in Work In Progress. > > Signed-off-by: Neil Armstrong Reviewed-by: Beniamino Galvani