summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2024-08-01 16:50:41 +0300
committerSvyatoslav Ryhel <[email protected]>2024-10-13 17:24:03 +0300
commit8768ade2b5cd2c39a55832322a0aabf2145fb24d (patch)
treead9dfd123b41ce35569e57306e1423356cb4ddca /doc
parent1c1608e0c7afadb926032a0a649f373ce134c06b (diff)
board: asus: transformer: implement multi-DTB support
Use board revision detection mechanism to choose correct DTB. Adjust documentation and build setup accordingly. Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/asus/transformer_t30.rst13
1 files changed, 8 insertions, 5 deletions
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``