diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/asus/grouper.rst (renamed from doc/board/asus/grouper_common.rst) | 8 | ||||
| -rw-r--r-- | doc/board/asus/index.rst | 2 | ||||
| -rw-r--r-- | doc/board/asus/transformer_t30.rst | 13 |
3 files changed, 13 insertions, 10 deletions
diff --git a/doc/board/asus/grouper_common.rst b/doc/board/asus/grouper.rst index 47a854e9163..d56a9ca3921 100644 --- a/doc/board/asus/grouper_common.rst +++ b/doc/board/asus/grouper.rst @@ -19,14 +19,14 @@ Quick Start Build U-Boot ------------ -Device support is implemented by applying config fragment to a generic board -defconfig. Valid fragments are ``tilapia.config``, ``grouper_E1565.config`` -and ``grouper_PM269.config``. +U-Boot features ability to detect grouper board revision on which it is +loaded. Currently are supported both TI and MAXIM based WiFi-only models +along with cellular one. .. code-block:: bash $ export CROSS_COMPILE=arm-linux-gnueabi- - $ make grouper_common_defconfig grouper_E1565.config # For maxim based grouper + $ make grouper_defconfig # For all grouper versions and tilapia $ make After the build succeeds, you will obtain the final ``u-boot-dtb-tegra.bin`` diff --git a/doc/board/asus/index.rst b/doc/board/asus/index.rst index 2b103287905..2cac04ce04a 100644 --- a/doc/board/asus/index.rst +++ b/doc/board/asus/index.rst @@ -6,6 +6,6 @@ ASUS .. toctree:: :maxdepth: 2 - grouper_common + grouper transformer_t20 transformer_t30 diff --git a/doc/board/asus/transformer_t30.rst b/doc/board/asus/transformer_t30.rst index ff9792dc0fc..bebc4b9fad3 100644 --- a/doc/board/asus/transformer_t30.rst +++ b/doc/board/asus/transformer_t30.rst @@ -20,15 +20,18 @@ Quick Start Build U-Boot ------------ -Device support is implemented by applying a config fragment to a generic board -defconfig. Valid fragments are ``tf201.config``, ``tf300t.config``, -``tf300tg.config``, ``tf300tl.config``, ``tf700t.config``, ``tf600t.config`` and -``p1801-t.config``. +U-Boot features ability to detect transformer device model on which it is +loaded. The list of supported devices include: +- ASUS Transformer Prime TF201 +- ASUS Transformer Pad (3G/LTE) TF300T/TG/TL +- ASUS Transformer Infinity TF700T +- ASUS Portable AiO P1801-T +- ASUS VivoTab RT TF600T .. code-block:: bash $ export CROSS_COMPILE=arm-linux-gnueabi- - $ make transformer_t30_defconfig tf201.config # For TF201 + $ make transformer_t30_defconfig $ make After the build succeeds, you will obtain the final ``u-boot-dtb-tegra.bin`` |
