Lines Matching refs:bootdev
3 bootdev command
11 bootdev list [-p] - list all available bootdevs (-p to probe)
12 bootdev hunt [-l|<spec>] - use hunt drivers to find bootdevs
13 bootdev select <bm> - select a bootdev by name
14 bootdev info [-p] - show information about a bootdev
19 The `bootdev` command is used to manage bootdevs. It can list available
25 bootdev list
38 0 [ + ] OK mmc mmc@7e202000.bootdev
39 1 [ ] OK mmc sdhci@7e300000.bootdev
40 2 [ ] OK ethernet smsc95xx_eth.bootdev
63 Name of the bootdev. This is generated from the media device appended
64 with `.bootdev`
67 bootdev hunt
72 Use `-l` to list the available bootdev hunters.
78 bootdev select
81 Use this to select a particular bootdev. You can select it by the sequence
82 number or name, as shown in `bootdev list`.
84 Once a bootdev is selected, you can use `bootdev info` to look at it or
87 If no bootdev name or number is provided, then any existing bootdev is
91 bootdev info
94 This shows information on the current bootdev, with the format looking like
98 Name `mmc@7e202000.bootdev`
105 Most of the information is the same as `bootdev list` above. The new fields
109 Name of the bootdev
116 Indicates the number of bootflows attached to the bootdev. This is 0
123 This example shows listing available bootdev and getting information about
126 U-Boot> bootdev list
129 0 [ + ] OK mmc mmc@7e202000.bootdev
130 1 [ ] OK mmc sdhci@7e300000.bootdev
131 2 [ ] OK ethernet smsc95xx_eth.bootdev
134 U-Boot> bootdev sel 0
136 U-Boot> bootdev info
137 Name: mmc@7e202000.bootdev
145 => bootdev hunt usb
149 => bootdev hunt -l