Ignore:
Timestamp:
03/01/08 22:25:31 (5 years ago)
Author:
GrAnd
Message:

+ Added ixus850 (sd800)
+ Added adjustable zoom scale (for converters). [stevetm2] http://chdk.setepontos.com/index.php/topic,667.0.html

  • Modified 'platform/.../boot.c' to use MEMISOSIZE from 'makefile.inc'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a620/sub/100f/boot.c

    r311 r312  
    22#include "platform.h" 
    33#include "core.h" 
     4 
     5const long new_sa = MEMISOSTART + MEMISOSIZE; 
    46 
    57/* Ours stuff */ 
     
    98100        "LDR     R0, =h_usrRoot\n" 
    99101        "MOV     R1, #0x4000\n" 
    100         "LDR     R2, =0xDF990\n"        // 0x9F990 + 0x40000 
     102    );     
     103//      "LDR     R2, =0xCF990\n"        // 0x9F990 + 0x30000 
     104    asm volatile ( 
     105        "LDR     R2, =new_sa\n" 
     106        "LDR     R2, [R2]\n" 
     107    ); 
     108    asm volatile ( 
    101109        "STR     R12, [SP]\n" 
    102110        "STR     R4, [SP,#4]\n" 
Note: See TracChangeset for help on using the changeset viewer.