freebsd-nq/sys/boot/uboot
Toomas Soome 64ad3fe3f9 loader: uboot disk ioctl should call disk_ioctl
As the uboot disk interface is using common/disk.c API, we also
should use disk_ioctl() call, this will give us chance to read partition
sizes and have feature parity with UEFI and BIOS implementations.

This does also fix arm boot issue on some systems, reported/tested by Ian,
thanks.

Reported by:	ian
Reviewed by:	ian
Differential Revision:	https://reviews.freebsd.org/D10421
2017-04-18 19:36:58 +00:00
..
common Correct a comment... the stack used by ubldr is the same stack u-boot was 2017-04-01 22:03:00 +00:00
fdt
lib loader: uboot disk ioctl should call disk_ioctl 2017-04-18 19:36:58 +00:00
Makefile
Makefile.inc