Difference between revisions of "CONFIG11 Registers"

From 3dbrew
Jump to navigation Jump to search
Line 243: Line 243:
 
|-style="border-top: double"
 
|-style="border-top: double"
 
| style="background: red" | No
 
| style="background: red" | No
| [[#PDN_MPCORE_STATUS|PDN_MPCORE_STATUS]]
+
| [[#PDN_MPCORE_CLKCNT|PDN_MPCORE_CLKCNT]]
 
| 0x10141300
 
| 0x10141300
 
| 2
 
| 2
Line 389: Line 389:
  
 
Note that the above PDN_MPCORE_CFG bit is 1 on New3DS, and 0 on Old3DS. Since this SVC is only available with the New3DS ARM11-kernel, the only additional available clock-rate is 804MHz when running on New3DS(with official kernel code).
 
Note that the above PDN_MPCORE_CFG bit is 1 on New3DS, and 0 on Old3DS. Since this SVC is only available with the New3DS ARM11-kernel, the only additional available clock-rate is 804MHz when running on New3DS(with official kernel code).
 +
 +
The following other register value(s) were tested on New3DS, which are not used by the kernel:
 +
* 0x6: entire system hangs.
  
 
== PDN_MPCORE_CNT ==
 
== PDN_MPCORE_CNT ==

Revision as of 04:17, 29 September 2015

Registers

Old3DS Name Address Width Used by
Yes PDN_SHAREDWRAM_32K_DATA<0-7> 0x10140000 1*8 Boot11, Process9, DSP Services
Yes PDN_SHAREDWRAM_32K_CODE<0-7> 0x10140008 1*8 Boot11, Process9, DSP Services
Yes ? 0x10140100 2
Yes ? 0x10140102 2
Yes ARM11 interrupt related. 0x10140104 1 Kernel11.
Yes ? 0x10140105 1 Kernel11.
Yes ? 0x10140108 2 TwlBg
Yes ? 0x1014010C 2
Yes ? 0x10140140 2
Yes PDN_WIFI_CNT 0x10140180 1 TwlBg
Yes PDN_SPI_CNT 0x101401C0 4 SPI Services, TwlBg
Yes ? 0x10140200 4
No Clock related? 0x10140400 1 NewProcess11
No Clock related? 0x10140410 4 NewProcess11
No PDN_BOOTROM_OVERLAY_CNT 0x10140420 4 NewProcess11
No PDN_BOOTROM_OVERLAY_VAL 0x10140424 4 NewProcess11
No ? 0x10140428 4
Yes PDN_MPCORE_CFG 0x10140FFC 1 Kernel11
Yes PDN_GPU_STATUS? 0x10141000 4 Kernel11, TwlBg
Yes PDN_PTM_0 0x10141008 4 PTM Services, PDN Services
Yes PDN_PTM_1 0x1014100C 4 PTM Services, TwlBg, PDN Services
Yes PDN_TWLMODE_0 0x10141100 2 TwlProcess9, TwlBg
Yes PDN_TWLMODE_1 0x10141104 2 TwlBg
Yes PDN_TWLMODE_2 0x10141108 2 TwlBg
Yes 0x1014110A 2 TwlBg
Yes PDN_WIFI? 0x1014110C 1
Yes ? 0x10141110 2 TwlBg
Yes ? 0x10141112 2 TwlBg
Yes PDN_CODEC_0 0x10141114 2 CODEC Services, TwlBg
Yes PDN_CODEC_1 0x10141116 2 CODEC Services, TwlBg
Yes ? 0x10141118 1 TwlBg
Yes ? 0x10141119 1 TwlBg
Yes ? 0x10141120 1 TwlBg
Yes PDN_GPU_CNT 0x10141200 4 Boot11, Kernel11, PDN Services
Yes PDN_GPU_CNT2 0x10141204 4 Boot11, Kernel11
Yes PDN_GPU_CNT3 0x10141210 2 Kernel11, TwlBg
Yes PDN_CODEC_CNT 0x10141220 1 Boot11, TwlBg, PDN Services
Yes PDN_CAMERA_CNT 0x10141224 1 PDN Services
Yes PDN_DSP_CNT 0x10141230 1 Process9, PDN Services
No PDN_MPCORE_CLKCNT 0x10141300 2 NewProcess11
No PDN_MPCORE_CNT 0x10141304 2 NewProcess11
No PDN_MPCORE_BOOTCNT<0-3> 0x10141310 1*4 NewProcess11

PDN_SHAREDWRAM_32K_DATA

Used for mapping 32K chunks of shared WRAM for DSP data.

Bits Description
0-1 Master (0=ARM9?, 1=ARM11?, 2 or 3=DSP/data)
2-4 Offset (0..7) (slot 0..7) (LSB of address in 32Kbyte units)
5-6 Not used (0)
7 Enable (0=Disable, 1=Enable)

PDN_SHAREDWRAM_32K_CODE

Used for mapping 32K chunks of shared WRAM for DSP data.

Bits Description
0-1 Master (0=ARM9?, 1=ARM11?, 2 or 3=DSP/code)
2-4 Offset (0..7) (slot 0..7) (LSB of address in 32Kbyte units)
5-6 Not used (0)
7 Enable (0=Disable, 1=Enable)

PDN_SPI_CNT

Bit Description
0 Enable SPI Registers 0x10160000.
1 Enable SPI Registers 0x10142000.
2 Enable SPI Registers 0x10143800.

PDN_BOOTROM_OVERLAY_CNT

Bit0: Enable bootrom overlay functionality.

PDN_BOOTROM_OVERLAY_VAL

The 32-bit value to overlay data-reads to bootrom with. See PDN_MPCORE_BOOTCNT.

PDN_MPCORE_CFG

Read-only register.

Bits Description
0 Always set to 1 on both Old3DS and New3DS.
1 3rd ARM11 MPCore available maybe?
2 4th ARM11 MPCore available maybe?

PDN_MPCORE_CLKCNT

This is used for configuring the New3DS ARM11 CPU clock-rate(unknown if writing here does anything on Old3DS).

Bits Description
0 Always(?) set to 1 on both Old3DS and New3DS.

svcKernelSetState type10, only implemented on New3DS, uses this register. That code writes the following values to this register, depending on the input Param0 bit0 state, and the state of PDN_MPCORE_CFG:

Register value Higher-clockrate bit set in svcKernelSetState Param0 PDN_MPCORE_CFG bit2 set MPCore timer/watchdog prescaler value, prior to subtracting it by 0x1 when writing it into hw/state Clock-rate multiplier Description
0x1 No Yes 0x1 1x 268MHz
0x2 No No 0x1 1x 268MHz
0x5 Yes Yes 0x3 3x 804MHz
0x3 Yes No 0x2 2x 536MHz (tested on New3DS)

Note that the above PDN_MPCORE_CFG bit is 1 on New3DS, and 0 on Old3DS. Since this SVC is only available with the New3DS ARM11-kernel, the only additional available clock-rate is 804MHz when running on New3DS(with official kernel code).

The following other register value(s) were tested on New3DS, which are not used by the kernel:

  • 0x6: entire system hangs.

PDN_MPCORE_CNT

Bits Description
0 Power on 3rd ARM11 MPCore maybe?
8 Power on 4th ARM11 MPCore maybe?

PDN_MPCORE_BOOTCNT<0-3>

Bits Description
0 Enable bootrom instruction overlay, maybe? This bit is only writable for core2 and core3.
1 Enable bootrom data overlay. This bit is only writable for core2 and core3.
4 Has core booted maybe?
5 Always 1?

The normal ARM11 bootrom checks cpuid and hangs if cpuid >= 2. This is a problem when booting the 2 additional New3DS ARM11 MPCores. NewKernel11 solves this by using a hardware feature to overlay the bootrom with a configurable branch to a kernel function. This overlay feature was added with the New3DS.

Bit1 in register above enables a bootrom data-override for physical addresses 0xFFFF0000-0xFFFF1000 and 0x10000-0x11000. All _data reads_ made to those regions now read the 32-bit value provided in PDN_BOOTROM_OVERLAY_VAL.

Bit0 enables a bootrom instruction-overlay which means that _instruction reads_ made to the bootrom region are overridden. We have not been able to dump what instructions are actually placed at bootrom by this switch (because reading the area only yields data-reads). Jumping randomly into the 0xFFFF0000-0xFFFF1000 region works fine and jumps to the value provided by the data overlay PDN_BOOTROM_OVERLAY_VAL. Thus we may predict that the entire bootrom region is filled by:

ldr pc, [pc]

Or equivalent. However, jumping to some high addresses such as 0xFFFF0FF0+ will crash the core. This may be explained by prefetching in the ARM pipeline, and might help us identify what instructions are placed by the instruction-overlay.

PDN_WIFI_CNT

Bit0: Enable wifi.

PDN_TWLMODE_0

Observed 0x8001 when running under TWL_ and AGB_FIRM, 0 NATIVE_FIRM.

This address is poked from ARM7 to signal that it has booted and begun executing code. The ARM7-mode address for this register is 0x4700000.

The very last 3DS-mode register poke the TWL_FIRM Process9 does before it gets switched into TWL-mode, is writing 0x8000 to this register. Before writing this register, TWL Process9 waits for ARM7 to change the value of this register. The Process9 code for this runs from ITCM, since switching into TWL-mode includes remapping all ARM9 physical memory.

Writing 0x8000 to here from the ARM9 with NATIVE_FIRM running doesn't seem to do anything, other reg-pokes likely need done first.

PDN_TWLMODE_1

Observed 0x8000 when running under TWL_FIRM, 0 NATIVE_FIRM.

PDN_GPU_CNT

This one seems to control the LCD/GPU/Backlight.

Bit0: Enable GPU registers at 0x10400000+. Bit16: Turn on LCD backlight.

PDN_GPU_CNT2

Bit0: Power on GPU?

PDN_GPU_CNT3

Bit1: FCRAM access from ARM11? Clearing this bit in 3DS-mode causes the ARM11 and ARM9 to hang/crash.

PDN_CODEC

The following is the only time the ARM11 CODEC module uses any 0x1EC41XXX registers. In one case CODEC module clears bit1 in register 0x1EC41114, in the other case CODEC module sets bit1 in registers 0x1EC41114 and 0x1EC41116.

PDN_CODEC_CNT

This is the power register used for the PDN CODEC service.

bit0 = unknown, bit1 = turn on/off DSP, rest = always 0.

PDN_CAMERA_CNT

This is the power register used for the PDN camera service.

bit0 = unknown, bit1 = turn on/off cameras, rest = always 0.