/dev/bsp/PPC/CoreProperties
Jump to navigation
Jump to search
This page contains the data that can be returned by /dev/bsp/PPC#CoreProperties on a 5.5.x retail IOSU.
CoreProperties | |
---|---|
WiiU hardware | |
BSP hwvers | LATTE_*, HOLLYWOOD_CORTADO_ESPRESSO |
Value | BSP_PPC_CORE_PROPERTIES coreProps = {
.l2Size = 0x200, //0x800 for core/instance 1
.l2LineSize = 0x40,
.l2SectorSize = 0x20,
.l2FetchSize = 0x20,
.l2SetAssociativity = 4,
.coreActive = 1,
}; |
Wii hardware | |
BSP hwvers | BOLLYWOOD_*, HOLLYWOOD_* (except CORTADO_ESPRESSO) |
Value | BSP_PPC_CORE_PROPERTIES coreProps = {
.l2Size = 0x100,
.l2LineSize = 0x40,
.l2SectorSize = 0x20,
.l2FetchSize = 0x20,
.l2SetAssociativity = 2,
.coreActive = 1,
}; |