version 1.1, 2017/04/27 22:04:04
|
version 1.2, 2017/04/27 22:07:03
|
Line 80 $ mkimage -f u-boot.its u-boot.fit
|
Line 80 $ mkimage -f u-boot.its u-boot.fit
|
|
|
# Signing the image |
# Signing the image |
|
|
To sign the image, use the *vbutil_kernel* tool from Google's (Verified Boot reference implementation)[https://chromium.googlesource.com/chromiumos/platform/vboot_reference/]. |
To sign the image, use the *vbutil_kernel* tool from Google's [Verified Boot reference implementation](https://chromium.googlesource.com/chromiumos/platform/vboot_reference/). |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
$ vbutil_kernel --pack u-boot.signed \ |
$ vbutil_kernel --pack u-boot.signed \ |
Line 97 $ vbutil_kernel --pack u-boot.signed \
|
Line 97 $ vbutil_kernel --pack u-boot.signed \
|
|
|
U-Boot and the NetBSD kernel will get confused by LPAE being enabled when chainloaded from Coreboot. |
U-Boot and the NetBSD kernel will get confused by LPAE being enabled when chainloaded from Coreboot. |
|
|
A patch for U-Boot is available here: [https://git.collabora.com/cgit/user/tomeu/u-boot.git/commit/?h=nyan-big&id=fe558a35ea61396edae885e8aeb4f3502f687333] |
[A patch for U-Boot](https://git.collabora.com/cgit/user/tomeu/u-boot.git/commit/?h=nyan-big&id=fe558a35ea61396edae885e8aeb4f3502f687333) is available to correct this issue. A similar patch could be made to *arch/evbarm/tegra/tegra_start.S*. |