Skip to content
Snippets Groups Projects
  • Farhan Ali's avatar
    653cd92d
    cmd: gpt: Add option to write GPT partitions to environment variable · 653cd92d
    Farhan Ali authored
    
    This change would enhance the existing 'gpt read' command to allow
    (optionally) writing of the read GPT partitions to an environment
    variable in the UBOOT partitions layout format. This would allow users
    to easily change the overall partition settings by editing said variable
    and then using the variable in the 'gpt write' and 'gpt verify' commands.
    
    Signed-off-by: default avatarFarhan Ali <farhan.ali@broadcom.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
    Cc: Corneliu Doban <cdoban@broadcom.com>
    Cc: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
    Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    653cd92d
    History
    cmd: gpt: Add option to write GPT partitions to environment variable
    Farhan Ali authored
    
    This change would enhance the existing 'gpt read' command to allow
    (optionally) writing of the read GPT partitions to an environment
    variable in the UBOOT partitions layout format. This would allow users
    to easily change the overall partition settings by editing said variable
    and then using the variable in the 'gpt write' and 'gpt verify' commands.
    
    Signed-off-by: default avatarFarhan Ali <farhan.ali@broadcom.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
    Cc: Corneliu Doban <cdoban@broadcom.com>
    Cc: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
    Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>