X-Gold 608 - Bootrom Notes

From The iPhone Wiki
Revision as of 15:24, 25 May 2009 by ChronicDev (talk | contribs) (New 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. <pre> /* * xgold608_bootrom.h * pseudo-he...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
 * by chronic
 *
 *
 */

/* 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