summaryrefslogtreecommitdiffstats
path: root/doc/board/amlogic
Commit message (Collapse)AuthorAgeFilesLines
* boards: amlogic: update documentation for PCIe supportNeil Armstrong2021-04-191-0/+2
| | | | Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* boards: amlogic: update documentation for Beelink GT-King/ProChristian Hewitt2021-01-113-1/+234
| | | | | | | Update the device matrix and add build instructions. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* boards: amlogic: update documentation for WeTek Core2Christian Hewitt2021-01-112-1/+98
| | | | | | | | Update the device matrix and add build instructions. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> [narmstrong: added wetek-core2.rst to q200 MAINTAINERS and added blank lines to fix build] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* arm64: meson: add support for libretech-cc v2Jerome Brunet2021-01-112-63/+74
| | | | | | | | | Add support for the Amlogic based libretech cc version 2. As version 1, it is based on the s905x SoC. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> [narmstrong: Fixed libretech-cc.rst bullet points] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* doc: board: vim3: Fix build instructionsNeil Armstrong2020-11-052-8/+12
| | | | | | | The build instructions were buggy and changed a little since they were written. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* doc: board: amlogic: Update support matrixNeil Armstrong2020-11-051-3/+5
| | | | | | | Update the matrix table with new supported features and new SoC features to support. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
* board: amlogic: vim3: add support for dynamic PCIe enableNeil Armstrong2020-10-052-0/+54
| | | | | | | | | | | | | | | | | The VIM3 on-board MCU can mux the PCIe/USB3.0 shared differential lines using a FUSB340TMX USB 3.1 SuperSpeed Data Switch between an USB3.0 Type A connector and a M.2 Key M slot. The PHY driving these differential lines is shared between the USB3.0 controller and the PCIe Controller, thus only a single controller can use it. This adds this dynamic switching right before booting Linux and the configuration steps in the boards documentation. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> [narmstrong: fixed warning by replacing min() by min_t()]
* boards: amlogic: add Odroid C4 supportChristian Hewitt2020-07-082-1/+136
| | | | | | | | | | Odroid C4 is an Amlogic SM1 device, the board config and board documentation are adapted from the Odroid-N2 support from the same vendor. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> [narmstrong: fix odroid-c4.rst typos and structure] Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Tested-by: Anand Moon <linux.amoon@gmail.com>
* board: amlogic: move boards doc into doc/board/amlogicNeil Armstrong2020-06-1819-0/+2153
Move the natural text Amlogic board README files to doc/board/amlogic into reStructuredText and : - add reStructuredText markup for bash code - fix secondary titles markup - move board support into global support matrix Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>