https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ad7a9288d05622e2148e4d982f3eb510f17b1f19 authored by Giovanni C on 21 February 2014, 21:23:52 UTC
Close branch use-proper-ld
Tip revision: ad7a928
Makefile.platform.default
#Makefile.setup.platform for 1100D

# Definitions for version 105
ML_MODULES_SYM_NAME=t3_$(FW_VERSION).sym

ifeq ($(FW_VERSION),105)

CANON_NAME_FIR=CCF12105.FIR
ROMBASEADDR	= 0xFF010000

ifeq ($(ML_SRC_PROFILE),generic)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x00C80100
else ifeq ($(ML_SRC_PROFILE),installer)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x0007f000
endif

#end of FW_VERSION == 105
endif

#not used but...
FIRMWARE_ID_1100D= 0x80000288
back to top