Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:techref:bootloader:cfe [2023/10/12 16:37] – [Table] systemcrash | docs:techref:bootloader:cfe [2023/10/12 16:42] (current) – [Table] systemcrash | ||
|---|---|---|---|
| Line 285: | Line 285: | ||
| ==== CFE HEADER ==== | ==== CFE HEADER ==== | ||
| At the begining of CFE, outside the NVRAM area there exist three interesting parameters: | At the begining of CFE, outside the NVRAM area there exist three interesting parameters: | ||
| - | ^ Offsets ^ parameter ^ possible values | + | ^ Offsets |
| - | | 0x010-0x013 | **BpGetSdramSize** | 8MB 1 CHIP\\ 16MB 1 CHIP\\ 32MB 1 CHIP\\ 64MB 2 CHIP\\ 32MB 2 CHIP\\ 16MB 2 CHIP\\ 64MB 1 CHIP | **0**\\ **1**\\ **2**\\ **3**\\ **4**\\ **5**\\ **6** | 4 bytes\\ (unsigned long) | | + | | 0x010-0x013 |
| - | | 0x014-0x017 | **BpGetCMTThread**\\ (Main Thread) | core0\\ core1 | **0**\\ **1** | 4 bytes\\ (unsigned long) | | + | | 0x014-0x017 |
| - | | 0x570 | **CFE Version** | any | | | + | | 0x570 | **CFE Version** |
| + | | 0x575 | **CFE Version Number** | ||
| + | | 0x57A | **unused** | ||
| === NVRAM === | === NVRAM === | ||