TSEC: Difference between revisions
Created page with "Like most Tegra based devices, the Switch's GPU also includes a Falcon microprocessor. = Driver = A host driver for communicating with the Falcon is mapped to physical addres..." |
|||
Line 304: | Line 304: | ||
*(u32 *)sp = data_seg_size; | *(u32 *)sp = data_seg_size; | ||
=== Stage 1 loading === | |||
u32 boot_base_addr = 0; | u32 boot_base_addr = 0; | ||
u32 key_data_buf[0x7C]; | u32 key_data_buf[0x7C]; | ||
// Read the key data from memory | // Read the key data from memory | ||
u32 key_data_addr = 0x300; | u32 key_data_addr = 0x300; |