> On May 31, 2017, at 02:48, Emmanuel Vadot wrote:
>
> On Wed, 31 May 2017 00:20:45 -0700
> "Ngie Cooper (yaneurabeya)" wrote:
>
>>
>>> On May 29, 2017, at 05:51, Emmanuel Vadot wrote:
>>>
>>> Author: manu
>>> Date: Mon May 29 12:51:02 2017
>>> New Revision: 319125
>>> URL: https://svnweb.f
On Wed, 31 May 2017 00:20:45 -0700
"Ngie Cooper (yaneurabeya)" wrote:
>
> > On May 29, 2017, at 05:51, Emmanuel Vadot wrote:
> >
> > Author: manu
> > Date: Mon May 29 12:51:02 2017
> > New Revision: 319125
> > URL: https://svnweb.freebsd.org/changeset/base/319125
> >
> > Log:
> > mkimg: Corr
> On May 29, 2017, at 05:51, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Mon May 29 12:51:02 2017
> New Revision: 319125
> URL: https://svnweb.freebsd.org/changeset/base/319125
>
> Log:
> mkimg: Correct an off by one error in the PMBR size
>
> The PMBR last sector should be number of sect
Author: manu
Date: Mon May 29 12:51:02 2017
New Revision: 319125
URL: https://svnweb.freebsd.org/changeset/base/319125
Log:
mkimg: Correct an off by one error in the PMBR size
The PMBR last sector should be number of sector - 1 (As stated in UEFI Spec
2.6 page 118 table 17).
This fixes