Home
last modified time | relevance | path

Searched hist:"5 cf41dccff9d1e8c297de6eae8422d3e322eebbc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/
H A DMakefile5cf41dccff9d1e8c297de6eae8422d3e322eebbc Fri Sep 21 09:51:01 UTC 2012 Stephen Warren <swarren@nvidia.com> cmd_part: add partition-related command

This implements the following:

part uuid mmc 0:1
-> print partition UUID
part uuid mmc 0:1 uuid
-> set environment variable to partition UUID
part list mmc 0
-> list the partitions on the specified device

"part uuid" can be useful when writing a bootcmd which searches all
known devices for something bootable, and then wants the kernel to
use the same partition as the root device, e.g.:

part uuid ${devtype} ${devnum}:${rootpart} uuid
setenv bootargs root=PARTUUID=${uuid} ...

Signed-off-by: Stephen Warren <swarren@nvidia.com>