** GetConfig(16), which seems to check whether the Switch is running on a Tegra 210:
return (FUSE_RESERVED_ODM4 & 0x800) && FUSE_RESERVED_ODM0 == 0x8E61ECAE && FUSE_RESERVED_ODM1 == 0xF2BA3BB2 ? (FUSE_RESERVED_ODM2 & 0x1F) : 0
** Getconfig(17), which returns the Package2 meta fields (first 4 words) hash if package2 is plaintextbooting from recovery mode.
<fill in the rest later>