https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 72878175a2843cdd2fd0d56cde66ee5c74f383c9 authored by dannephoto on 15 July 2017, 07:56:05 UTC
adding mlv_dump changes to ml-dng
Tip revision: 7287817
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