Re: [coreboot] VbTryLoadKernel restriction on 512 byte sector size

2018-04-04 Thread mturney
On 2018-04-03 10:02, Aaron Durbin via coreboot wrote: On Tue, Apr 3, 2018 at 10:26 AM, wrote: Folks, Can anyone on this list expound on why VbTryLoadKernel() performs a sanity-check on bytes_per_lba != 512? --->---/* --->--- * Sanity-check what we

Re: [coreboot] VbTryLoadKernel restriction on 512 byte sector size

2018-04-03 Thread Aaron Durbin via coreboot
On Tue, Apr 3, 2018 at 10:26 AM, wrote: > Folks, > Can anyone on this list expound on why VbTryLoadKernel() performs a > sanity-check on bytes_per_lba != 512? >--->---/* >--->--- * Sanity-check what we can. FWIW, VbTryLoadKernel() is always

[coreboot] VbTryLoadKernel restriction on 512 byte sector size

2018-04-03 Thread mturney
Folks, Can anyone on this list expound on why VbTryLoadKernel() performs a sanity-check on bytes_per_lba != 512? We are working on supporting a board that will require bytes_per_lba == 4K. Cheers, T.mike -- coreboot mailing list: coreboot@coreboot.org