https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 601fea020a6922bbedb50c9b9a430a9481e8e0e2 authored by danne on 08 July 2019, 08:08:20 UTC
focus pixels eosm2
Tip revision: 601fea0
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
# 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