--- wikisrc/ports/evbarm/tegra-chromebook.mdwn 2017/04/27 22:04:04 1.1 +++ wikisrc/ports/evbarm/tegra-chromebook.mdwn 2017/04/27 22:07:03 1.2 @@ -80,7 +80,7 @@ $ mkimage -f u-boot.its u-boot.fit # 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=""" $ vbutil_kernel --pack u-boot.signed \ @@ -97,4 +97,4 @@ $ vbutil_kernel --pack u-boot.signed \ 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*.