]> Git Repo - J-u-boot.git/commit - cmd/gpt.c
cmd:gpt: randomly generate each partition uuid if undefined
authorPrzemyslaw Marczak <[email protected]>
Wed, 2 Apr 2014 08:20:06 +0000 (10:20 +0200)
committerTom Rini <[email protected]>
Wed, 2 Apr 2014 20:36:06 +0000 (16:36 -0400)
commit39206382dea929b6a834c212b431821e06e68f39
treee6eba4856ca5f0a66fa9756ae3bcdf37538bd565
parent89c8230dec063d894aec1a7b5c58f1dcadced738
cmd:gpt: randomly generate each partition uuid if undefined

Changes:
- randomly generate partition uuid if any is undefined and CONFIG_RAND_UUID
  is defined
- print debug info about set/unset/generated uuid
- update doc/README.gpt

Signed-off-by: Przemyslaw Marczak <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Cc: Piotr Wilczek <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Lukasz Majewski <[email protected]>
common/cmd_gpt.c
doc/README.gpt
lib/uuid.c
This page took 0.027024 seconds and 4 git commands to generate.