Difference between revisions of "X-Gold 608 - Bootrom Notes"

From The iPhone Wiki
Jump to: navigation, search
(forgot to delete credit)
m (delete)
Line 1: Line 1:
  +
{{delete|Pages like this should be combined into one thing}}
  +
 
== Hardware Addresses ==
 
== Hardware Addresses ==
 
took notes in the form of a header file, for better organization because if my notes are unorganized I can't stand it.
 
took notes in the form of a header file, for better organization because if my notes are unorganized I can't stand it.

Revision as of 01:03, 24 January 2014

This page was marked for deletion.
Reason: Pages like this should be combined into one thing

If you disagree with the reason for deletion, please discuss this deletion request this page's talk page.

Hardware Addresses

took notes in the form of a header file, for better organization because if my notes are unorganized I can't stand it.

/*
 * xgold608_bootrom.h
 * pseudo-header for X-Gold 608 (iPhone 3G) bootrom
 *
 */

/* main stuff */
#define SERIALBUFF 0x80000
#define BOOTROM 0x400000
#define NOR 0x20000000

/* defines how to boot */
#define BOOT_SPECIAL 0xF4400078     // if bit 24 set, device will boot special bl
                                    // if bit 21 set, device will not do signature checks

#define BOOT_SERIAL  0xF4400700     // if bit 11 set, device will boot serialbuff, not NOR

/* fakeblank */
#define fb1 0x2000A5A0
#define fb2 0x20015C58
#define fb3 0x20017370