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.
Details
Details
- Reviewers
emaste • ian - Commits
- rS317099: loader: uboot disk ioctl should call disk_ioctl
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks fine to me.
Tested on beaglebone black, this fixes the "disk0: real size != size" error I was seeing after r317097