1 Commits

Author SHA1 Message Date
Joseph Chen
f31d599039 tools: add gpt2env
This tool generates the gpt table with env format which
can be used in U-Boot by command:
    gpt write mmc 0 $partitions
    gpt verify mmc 0 $partitions

Usage:
   ./tools/gpt2env -i parameter.txt -o gpt_env.txt

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib7ec33ac3d19fa8a1874c1b20526516b0d9f6006
2021-11-29 14:32:08 +08:00