Links

Interesting Repo's

Nvidia Linux files

UBOOT Tegra

Good for reference DTB's etc https://github.com/OE4T/u-boot-tegra
UBoot has Tegra Mainline support: https://gitlab.denx.de/u-boot/u-boot

Context Switcher for Tegra3

The ContextSwitcher switches back from the windows Bootmgr environment back to the UEFI environment. Good for patch reference for SurfaceRT Grub2 display. Also setup for VisualC https://github.com/imbushuo/boot-shim-tegra-3

QEMU for ARM32

Fusee Gelee for T30 (Surface RT)

GRUB BootLoader

A prepatched GRUB2 ready for SurfaceRT or SurfaceRT2. https://github.com/coherixmatts/grub-2.04

Misc

I'd also recommend reading Jay Carlson's excellent notes on Embedded Linux here - https://jaycarlson.net/embedded-linux/ as an overview.