From patchwork Wed Jun 27 15:19:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 935561 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="ny5mkrDh"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41G65M3qtjz9s1B for ; Thu, 28 Jun 2018 01:19:19 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id ABDD0C21E6A; Wed, 27 Jun 2018 15:19:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id BB4ACC21CB1; Wed, 27 Jun 2018 15:19:10 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id D4499C21CB1; Wed, 27 Jun 2018 15:19:08 +0000 (UTC) Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by lists.denx.de (Postfix) with ESMTPS id 02315C21C6A for ; Wed, 27 Jun 2018 15:19:07 +0000 (UTC) Received: by mail-wr0-f195.google.com with SMTP id c5-v6so2433818wrs.10 for ; Wed, 27 Jun 2018 08:19:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=hvW7iSm2ufe3LydlOs863IPTn661DObRwmVQF7vhbvk=; b=ny5mkrDhS1z46ZiQw9Iw2jlq81wZ6Zx36FySPBhXPvqTMJsVXfbOGOfEkuLjv17eV8 5BTnEBCGAOm83DX7pI5OiS+/Z6woXpeQTLDjgPlHGKVWW8MONfX2ZanqXlbj+mU4a2OJ tl3+O8jEOkLVzshHNnGJ8DscyoFkEpxeoqEAhveL1yyaTP4VGO/uUd5Zx4N9FQF9lDmB BfLxxPksmQ+gwe/cPEDvmUFO5ebG9tXMlYh5KDXnhWMY5R2UBU3FiT36CJAK6aFxlrcs lzRZYY48RV9MEiOiTOnkF94TYG9FRZsUPbCX+TRSI8NMxXDLQ8KxkyQ9otU+EVxlAu/m uj0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=hvW7iSm2ufe3LydlOs863IPTn661DObRwmVQF7vhbvk=; b=egFMBn6aosyxsMzpQPGsFEItqoGV1oXoQedaafr713hy84PkXiQi9uPgFECJohXN4I oxvJ7lVI7b22pjfUE3qDus6uScUrtuRKb3zOwy+TjRYI4Mia5jWg7Ejrp8CqRQWkQgUU rngSoo2SkdZjQa/bB0L/ReV/xR3ey6LAOvmj0Ws1m4ZEi62USnwvXSOIRNa6pDo43ItT ujQPTGv2gZo6QvkV/Hg/bPpWLcr9XzMk7lwf2SKaNhOcU6pIP8r+HCKKGL921EZGWJnD z2qH+6aCzduKrVsk+qagHcqaO+I2EcmD3lYoxQ8d7mRvpWJdeqkX/Od80tKM9iNzm3Vh ZTDw== X-Gm-Message-State: APt69E0oscjF3jF5AmUaRBHWp53tTrnw6e/67HB2B7Wlh4L5fyN+JXaN OPbAEzG2t8jldel1FYUnxEL0uxtBkbw= X-Google-Smtp-Source: AAOMgpd2RarYBaT8dmUm/4II0RdTLfcCIHufueeu64Y3s11kY35hPtaDBZT1xC8zCq1Wg96WGVhiSw== X-Received: by 2002:adf:b187:: with SMTP id q7-v6mr5706917wra.79.1530112746042; Wed, 27 Jun 2018 08:19:06 -0700 (PDT) Received: from bender.baylibre.local ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id w67-v6sm4690401wmw.0.2018.06.27.08.19.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Jun 2018 08:19:05 -0700 (PDT) From: Neil Armstrong To: u-boot@lists.denx.de Date: Wed, 27 Jun 2018 17:19:02 +0200 Message-Id: <1530112742-13618-1-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 2.7.4 Cc: trini@konsulko.com, linux-amlogic@lists.infradead.org Subject: [U-Boot] [PATCH u-boot] boards: amlogic: Fix boards README X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Fix typos and update the supported devices for all Amlogic boards. Signed-off-by: Neil Armstrong --- arch/arm/mach-meson/Kconfig | 2 +- board/amlogic/khadas-vim/README | 8 +++++++- board/amlogic/libretech-cc/README | 12 +++++++++--- board/amlogic/odroid-c2/README | 5 +++++ board/amlogic/p212/README | 7 +++++++ 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 9a06ccc..5364e9d 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -17,7 +17,7 @@ config MESON_GXL select DM select DM_SERIAL help - The Amlogic Meson GXL (S905X and S905X) is an ARM SoC with a + The Amlogic Meson GXL (S905X and S905D) is an ARM SoC with a quad-core Cortex-A53 CPU and a Mali-450 GPU. if MESON_GXBB diff --git a/board/amlogic/khadas-vim/README b/board/amlogic/khadas-vim/README index 7eaca72..0ccd8f5 100644 --- a/board/amlogic/khadas-vim/README +++ b/board/amlogic/khadas-vim/README @@ -4,7 +4,7 @@ U-Boot for Khadas VIM Khadas VIM is an Open Source DIY Box manufactured by Shenzhen Wesion Technology Co., Ltd with the following specifications: - - Amlogic S905x ARM Cortex-A53 quad-core SoC @ 2GHz + - Amlogic S905X ARM Cortex-A53 quad-core SoC @ 1.5GHz - ARM Mali 450 GPU - 2GB DDR3 SDRAM - 10/100 Ethernet @@ -20,6 +20,12 @@ Currently the u-boot port supports the following devices: - serial - eMMC, microSD - Ethernet + - I2C + - Regulators + - Reset controller + - Clock controller + - USB Host + - ADC U-Boot compilation ================== diff --git a/board/amlogic/libretech-cc/README b/board/amlogic/libretech-cc/README index c06a392..d007f58 100644 --- a/board/amlogic/libretech-cc/README +++ b/board/amlogic/libretech-cc/README @@ -4,13 +4,13 @@ U-Boot for LibreTech CC LibreTech CC is a single board computer manufactured by Libre Technology with the following specifications: - - Amlogic S905X ARM Cortex-A53 quad-core SoC @ 2GHz + - Amlogic S905X ARM Cortex-A53 quad-core SoC @ 1.5GHz - ARM Mali 450 GPU - 2GB DDR3 SDRAM - - Gigabit Ethernet + - 10/100 Ethernet - HDMI 2.0 4K/60Hz display - 40-pin GPIO header - - 4 x USB 2.0 Host, 1 x USB OTG + - 4 x USB 2.0 Host - eMMC, microSD - Infrared receiver @@ -20,6 +20,12 @@ Currently the U-Boot port supports the following devices: - serial - eMMC, microSD - Ethernet + - I2C + - Regulators + - Reset controller + - Clock controller + - USB Host + - ADC U-Boot compilation ================== diff --git a/board/amlogic/odroid-c2/README b/board/amlogic/odroid-c2/README index b407c04..bed48c5 100644 --- a/board/amlogic/odroid-c2/README +++ b/board/amlogic/odroid-c2/README @@ -20,6 +20,11 @@ Currently the u-boot port supports the following devices: - serial - eMMC, microSD - Ethernet + - I2C + - Regulators + - Reset controller + - Clock controller + - ADC u-boot compilation ================== diff --git a/board/amlogic/p212/README b/board/amlogic/p212/README index 979502d..ef5370c 100644 --- a/board/amlogic/p212/README +++ b/board/amlogic/p212/README @@ -20,6 +20,13 @@ Schematics are available from Amlogic on demand. Currently the u-boot port supports the following devices: - serial - eMMC, microSD + - Ethernet + - I2C + - Regulators + - Reset controller + - Clock controller + - USB Host + - ADC u-boot compilation ==================