https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3ccb305b4de972c735ec70319e2c5f005c3647d9 authored by a1ex on 28 January 2015, 16:47:58 UTC
Close branch restore-after-format
Tip revision: 3ccb305
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
UPDATE_NAME_FIR=1100D105.fir

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