https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1d5457fce2c4b8c1cae8019644eba0564b00c8ba authored by alex@thinkpad on 07 March 2018, 05:46:56 UTC
memset64/memcpy64: use versions from b831cb1; fix calls from Magic Zoom to ensure proper alignment
Tip revision: 1d5457f
Makefile.platform.default
#Makefile.setup.platform for 600D

#not used but...
FIRMWARE_ID_600D 	= 0x80000286

ifeq ($(FW_VERSION),102)
CANON_NAME_FIR=CCF11102.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		= 0x00082000
endif

#End of FW_VERSION == 102
endif
back to top