summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Chen <jacob2.chen@rock-chips.com>2016-10-08 13:47:42 +0800
committerSimon Glass <sjg@chromium.org>2016-10-30 13:29:06 -0600
commit3f3e1e33957586e678704ce8276210c1758d031b (patch)
tree8be1a0d07f7ed2f3cee9e20f20445c4bea192f5f /doc
parent7f35bbb949fcd2d22d3d15d404966dcbf91a0741 (diff)
rockchip: doc: add GPT partition layout
A simple introduction. Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.rockchip11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip
index 69b926c52d..06ec80e523 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -149,7 +149,6 @@ Note: rk3036 SDMMC and debug uart use the same iomux, so if you boot from SD, th
Using fastboot on rk3288
========================
-- Define GPT partition layout like kylin_rk3036(see include/configs/kylin_rk3036.h)
- Write GPT partition layout to mmc device which fastboot want to use it to
store the image
@@ -212,7 +211,6 @@ When booting you should see something like:
Err: serial@ff690000
=>
-
Future work
===========
@@ -298,6 +296,15 @@ overhead and in SPL with a 32KB size limit some shortcuts have been taken.
In general all Rockchip drivers should use these features, with SPL-specific
modifications where required.
+GPT partition layout
+----------------------------
+
+Rockchip use a unified GPT partition layout in open source support.
+With this GPT partition layout, uboot can be compatilbe with other components,
+like miniloader, trusted-os, arm-trust-firmware.
+
+There are some documents about partitions in the links below.
+http://rockchip.wikidot.com/partitions
--
Simon Glass <sjg@chromium.org>