Difference between revisions of "Flash ROM"

From xboxdevwiki
Jump to: navigation, search
(Created page with "The Flash is a 1MiB non-volatile <abbr title="Thin Small Outline Package">TSOP</abbr> ROM chip and connected to the MCPX via the <abbr title="Low Pin Count">LPC</abbr> bus...")
 
(Add wikipedia links for flash memory and LPC)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Flash is a 1MiB non-volatile <abbr title="Thin Small Outline Package">TSOP</abbr> ROM chip and connected to the [[MCPX]] via the <abbr title="Low Pin Count">LPC</abbr> bus.
+
The Flash is a 256 kiB or 1 MiB [[Wikipedia:Flash_memory|non-volatile <abbr title="Thin Small Outline Package">TSOP</abbr> ROM chip]] and connected to the [[MCPX]] via the [[Wikipedia:Low Pin Count|<abbr title="Low Pin Count">LPC</abbr>]] bus.
It usually stores the [[BIOS]].
+
 
 +
The Flash ROM is mapped at 0xFFF00000 (if the ROM is 1 MiB; 0xFFFC0000, if the ROM is 256 kiB) into the but the Xbox kernel.
 +
 
 +
For the content of the Microsoft flash images see [[BIOS]].

Revision as of 17:45, 11 July 2018

The Flash is a 256 kiB or 1 MiB non-volatile TSOP ROM chip and connected to the MCPX via the LPC bus.

The Flash ROM is mapped at 0xFFF00000 (if the ROM is 1 MiB; 0xFFFC0000, if the ROM is 256 kiB) into the but the Xbox kernel.

For the content of the Microsoft flash images see BIOS.