]> git.sur5r.net Git - u-boot/commitdiff
part_efi: document device-tree binding for part_efi configuration
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 1 Mar 2017 20:10:41 +0000 (21:10 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 20 Mar 2017 22:04:40 +0000 (18:04 -0400)
This adds documentation on the u-boot,efi-partition-entries-offset
property (which overrides CONFIG_EFI_PARTITION_ENTRIES_OFF, if
present).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/config.txt

index ebb9bd4fe5b3872eb06146db229e6bf735cd7306..5640bae72fc71d4673208b8938035b51dec3c1eb 100644 (file)
@@ -12,3 +12,11 @@ silent-console
 
 no-keyboard
        Tells U-Boot not to expect an attached keyboard with a VGA console
+
+u-boot,efi-partition-entries-offset
+       If present, this provides an offset (in bytes, from the start of a
+       device) that should be skipped over before the partition entries.
+       This is used by the EFI/GPT partition implementation when a device
+       is formatted.
+
+       This setting will override any values configured via Kconfig.