Difference between revisions of "Config Services"

From 3dbrew
Jump to navigation Jump to search
Line 64: Line 64:
  
 
= Config NVRAM service "cfg:nor" =
 
= Config NVRAM service "cfg:nor" =
This is an interface for the "SPI::NOR" service, for accessing the DS Wifi NVRAM.
+
{| class="wikitable" border="1"
 +
|-
 +
!  Command Header
 +
!  Description
 +
|-
 +
| 0x00010040
 +
| [[CfgNor:Initialize|Initialize]]
 +
|-
 +
| 0x00020000
 +
| [[CfgNor:Shutdown|Shutdown]]
 +
|-
 +
| 0x00050082
 +
| [[CfgNor:ReadNVRAM|ReadNVRAM]]
 +
|-
 +
| 0x00060082
 +
| [[CfgNor:WriteNVRAM|WriteNVRAM]]
 +
|}
 +
This is an interface for the "SPI::NOR" service, for accessing the Wifi NVRAM.

Revision as of 05:57, 5 June 2013


Config services

Command Header Description
0x00010082 GetConfigInfoBlk2
0x00020000 SecureInfoGetRegion
0x00030000 GenHashConsoleUnique

Config service "cfg:s"

Command Header Description
0x04010082 GetConfigInfoBlk8
0x04050000 GetLocalFriendCodeSeed
0x04060000 GetRegion
0x04070000 SecureInfoGetByte101
0x04080042 SecureInfoGetSerialNo

Config service "cfg:i"

Command Header Description
0x04050000 GetLocalFriendCodeSeed
0x08110084 SetSecureInfo
0x08140042 SecureInfoGetData
0x08150042 SecureInfoGetSignature
0x08160000 SecureInfoGetRegion

Config service "cfg:u"

Config NVRAM service "cfg:nor"

Command Header Description
0x00010040 Initialize
0x00020000 Shutdown
0x00050082 ReadNVRAM
0x00060082 WriteNVRAM

This is an interface for the "SPI::NOR" service, for accessing the Wifi NVRAM.