Hardware/SEEPROM

< Hardware
Revision as of 03:29, 26 February 2016 by Hykem (talk | contribs) (Created page with "== General == The Latte package contains a [http://www.atmel.com/images/doc0172z.pdf 93C66] (or similar) SPI EEPROM, organized as 256 16-bit words, making it twice the size of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General

The Latte package contains a 93C66 (or similar) SPI EEPROM, organized as 256 16-bit words, making it twice the size of the EEPROM found in the Wii's Hollywood package. It is accessed by twiddling some of the Starbuck GPIO lines in the exact same way as it was done on the Wii's Starlet GPIO lines.

SEEPROM Contents

Most of the data here is written once at the factory and never changed, but some fields are updated fairly frequently:

Offset (word index * 2) Size Description
0x000 (0x00 * 2) 0x10 bytes Empty.
0x010 (0x08 * 2) 0x10 bytes Unknown.
0x020 (0x10 * 2) 0x04 bytes Unknown.
0x024 (0x12 * 2) 0x06 bytes ASCII tag.
0x02A (0x15 * 2) 0x06 bytes Unknown.
0x030 (0x18 * 2) 0x08 bytes ASCII tag (same as the OTP's tag).
0x038 (0x1C * 2) 0x08 bytes Unknown.
0x040 (0x20 * 2) 0x04 bytes ASCII tag.
0x044 (0x22 * 2) 0x02 bytes Unknown.
0x046 (0x23 * 2) 0x02 bytes ASCII tag.
0x048 (0x24 * 2) 0x08 bytes Unknown.
0x050 (0x28 * 2) 0x10 bytes Unknown.
0x060 (0x30 * 2) 0x20 bytes Empty.
0x080 (0x40 * 2) 0x10 bytes Wii U drive key.
0x090 (0x48 * 2) 0x20 bytes Empty.
0x0B0 (0x58 * 2) 0x10 bytes Unknown (key?).
0x0C0 (0x60 * 2) 0x02 bytes Unknown.
0x0C2 (0x61 * 2) 0x6E bytes Empty.
0x130 (0x98 * 2) 0x10 bytes Unknown.
0x140 (0xA0 * 2) 0x10 bytes Unknown.
0x150 (0xA8 * 2) 0x04 bytes Color system (in ASCII; eg.: "PAL").
0x154 (0xAA * 2) 0x02 bytes Console region (in ASCII; eg.: "US").
0x156 (0xAB * 2) 0x02 bytes Unknown.
0x158 (0xAC * 2) 0x04 bytes ASCII tag.
0x15C (0xAE * 2) 0x04 bytes Empty.
0x160 (0xB0 * 2) 0x10 bytes ASCII tag.
0x170 (0xB8 * 2) 0x10 bytes Console type (in ASCII; eg.: "WUP-001(01)").
0x180 (0xC0 * 2) 0x10 bytes Unknown.
0x190 (0xC8 * 2) 0x10 bytes Unknown.
0x1A0 (0xD0 * 2) 0x08 bytes Unknown.
0x1A8 (0xD4 * 2) 0x08 bytes ASCII tag.
0x1B0 (0xD8 * 2) 0x10 bytes Unknown.
0x1C0 (0xE0 * 2) 0x10 bytes NAND counter? (encrypted with Wii U SEEPROM key).
0x1D0 (0xE8 * 2) 0x10 bytes NAND counter? (encrypted with Wii U SEEPROM key).
0x1E0 (0xF0 * 2) 0x10 bytes NAND counter? (encrypted with Wii U SEEPROM key).
0x1F0 (0xF8 * 2) 0x10 bytes Empty.