[BACK]Return to platform.h CVS log [TXT][DIR] Up to [local] / prex-old / boot / arm / cats

Diff for /prex-old/boot/arm/cats/platform.h between version 1.1 and 1.2

version 1.1, 2008/07/17 19:10:36 version 1.2, 2008/07/20 23:49:24
Line 32 
Line 32 
   
 #define PAGE_OFFSET     0x00000000  #define PAGE_OFFSET     0x00000000
   
 #define BOOT_INFO       0x03006000  
 #define BOOT_INFO_SIZE  0x00000800  #define BOOT_INFO_SIZE  0x00000800
 #define BOOT_STACK      0xf0007000  #define BOOT_STACK_SIZE 0xf00
 #define ARCHIVE_START   0x08002000  
   #define BOOT_INFO       (0x00100000 - BOOT_INFO_SIZE)
   #define BOOT_STACK      (BOOT_INFO - BOOT_STACK_SIZE)   /* head.S bumps stack up */
   #define ARCHIVE_START   0x00002000
   
 #ifndef __ASSEMBLY__  #ifndef __ASSEMBLY__
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb