opnsense-src/sys/boot/uboot/common
Ian Lepore 731192872f Print more detailed info about the disk and partition chosen for booting.
No behavioral changes, just cosmetics.

A partition number of zero is not a wildcard, it's the 'a' partition in
a BSD slice, so don't print it as "<auto>".  (Only slices are 1-based,
unit and partition numbers are 0-based and -1 is their wildcard marker.)

Also, after doing all the probing and choosing, print the final result as
"Booting from <disk spec>" where disk spec has all the wildcards resolved
and looks like familiar BSD slice-and-partition notation (disk0s3a, etc).
2015-11-22 20:38:50 +00:00
..
main.c Print more detailed info about the disk and partition chosen for booting. 2015-11-22 20:38:50 +00:00
Makefile.inc Make metadata.c shared across all platforms using U-Boot. 2008-09-03 15:52:05 +00:00
metadata.c Move the definitions of the fdt functions from a uboot header to a new fdt 2014-11-01 10:50:18 +00:00