summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteve Rae <srae@broadcom.com>2014-12-12 15:51:54 -0800
committerLukasz Majewski <l.majewski@samsung.com>2014-12-18 12:26:06 +0100
commit0ff7e585df83470139739533bdbf41114f395470 (patch)
tree7c50bcefd64e0a4a59d59e26a9f664f59143f9e7 /README
parente1f6b0a02d3bf45737fcb2addf4125cebe0cbcf9 (diff)
downloadblackbird-obmc-uboot-0ff7e585df83470139739533bdbf41114f395470.tar.gz
blackbird-obmc-uboot-0ff7e585df83470139739533bdbf41114f395470.zip
fastboot: handle flash write to GPT partitions
Implement a feature to allow fastboot to write the downloaded image to the space reserved for the Protective MBR and the Primary GUID Partition Table. Additionally, prepare and write the Backup GUID Partition Table. Signed-off-by: Steve Rae <srae@broadcom.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> [Test HW: Exynos4412 - Trats2]
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 4ca04d0489..42ece99473 100644
--- a/README
+++ b/README
@@ -1773,6 +1773,15 @@ The following options need to be configured:
regarding the non-volatile storage device. Define this to
the eMMC device that fastboot should use to store the image.
+ CONFIG_FASTBOOT_GPT_NAME
+ The fastboot "flash" command supports writing the downloaded
+ image to the Protective MBR and the Primary GUID Partition
+ Table. (Additionally, this downloaded image is post-processed
+ to generate and write the Backup GUID Partition Table.)
+ This occurs when the specified "partition name" on the
+ "fastboot flash" command line matches this value.
+ Default is GPT_ENTRY_NAME (currently "gpt") if undefined.
+
- Journaling Flash filesystem support:
CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE,
CONFIG_JFFS2_NAND_DEV
OpenPOWER on IntegriCloud