https://bitbucket.org/daniel_fort/magic-lantern

sort by:
Revision Author Date Message Commit Date
7e6e86f Closed branch dm-spy-experiments-EOSM2.103 08 August 2017, 16:09:20 UTC
7736ed1 Merged dm-spy-experiments into dm-spy-experiments-EOSM.103 05 August 2017, 22:55:07 UTC
3c55f5f Fix bad merge 05 August 2017, 22:37:02 UTC
a0e472a Commented out to compile. Need to fix later. 05 August 2017, 20:52:03 UTC
2025fe5 Merged EOSM2.103_wip into dm-spy-experiments-EOSM2.103 05 August 2017, 14:11:23 UTC
65512f1 Reformatted EDMAC stubs. 05 August 2017, 04:13:52 UTC
3734c06 Removed PROPAD_GetPropertyData stub. https://bitbucket.org/hudson/magic-lantern/pull-requests/684/mlv_rec-eliminate-propad_getpropertydata/diff 05 August 2017, 03:09:07 UTC
c34e36b Various places where EOSM2 will probably need same treatment as EOSM. 03 August 2017, 05:32:20 UTC
9b5d62c Need AbortEDmac stub for selftest module. 03 August 2017, 05:31:33 UTC
b61a346 Found values for the io_crypt module but needs testing. 03 August 2017, 04:17:31 UTC
5c9be04 Added EOSM2 to gui. 02 August 2017, 04:00:11 UTC
49d1986 Added long press menu option. Still can't get into ML menus. 01 August 2017, 17:02:11 UTC
a96ba69 Merged unified into EOSM2.103_wip 01 August 2017, 06:37:57 UTC
707b774 Fixed up formatting. 01 August 2017, 06:30:44 UTC
1c67e4b Finally got rid of the state objects Assert message. 01 August 2017, 05:53:40 UTC
9829096 Minor tweaks -- need to revisit these later. 01 August 2017, 05:51:13 UTC
44f9c1b Merged patchmgr into dm-spy-experiments 31 July 2017, 20:20:09 UTC
851a2d3 patch.c: fix warning 31 July 2017, 20:13:41 UTC
20ac2e9 Merged unified into patchmgr 31 July 2017, 20:04:06 UTC
e672899 Merged in edmac (pull request #811) EDMAC module + fixes 31 July 2017, 19:56:17 UTC
ac8c24e edmac-memcpy: fix compilation 31 July 2017, 18:20:55 UTC
1d0fc8e Merged unified into edmac 31 July 2017, 18:33:58 UTC
85589c6 More stub fixes, Dialog handlers 31 July 2017, 05:38:09 UTC
f3a0023 Found another stub that was off. This one was copied from the 100D code that also looked like it was off when compared with the 700D and EOSM. 28 July 2017, 22:58:14 UTC
9ca26ad Just keeping formatting consistent. 28 July 2017, 21:33:47 UTC
36c13c9 Used on 100D, seems more elegant. 28 July 2017, 15:58:23 UTC
83d2380 Need to use 8.3 filenames. EOSM2_103.sym is 9.3 28 July 2017, 15:18:11 UTC
41614aa Fixed FIO stubs, firmware signature found and finished with Hello World for now. 28 July 2017, 01:17:29 UTC
42b26b7 Merged unified into EOSM2.103_wip 27 July 2017, 18:54:03 UTC
0663e1b Merged in backtrace (pull request #849) Stack trace (aka backtrace) in crash logs 27 July 2017, 18:47:54 UTC
d28a2a8 Close branch backtrace 27 July 2017, 18:47:54 UTC
638c82c Fixed ROM_ALLOCMEM_INIT. 26 July 2017, 03:54:30 UTC
1cc8a18 Almost but not quite working with AllocateMemory pool. 26 July 2017, 02:31:05 UTC
6deaafa Found DEFAULT_RAW_BUFFER. 26 July 2017, 00:49:28 UTC
69cbbaa selftest: fix incorrect strings (AllocateMemory != system memory) 25 July 2017, 11:28:04 UTC
b2ee77d Assigning ml_reserved_mem isn't needed either. So what am I supposed to patch? 23 July 2017, 11:14:56 UTC
665f938 You don't need to hardcode a MOV here - it uses PC-relative addressing. Look at ff0c3204. (Maybe don't need to assign ml_reserved_mem either?) http://www.magiclantern.fm/forum/index.php?topic=15895.msg187543#msg187543 23 July 2017, 10:46:35 UTC
7dc23fc Changed once again to AllocateMemory pool 23 July 2017, 00:35:02 UTC
8b3aefa This boots into Canon GUI but crashes on ml_init. 21 July 2017, 21:40:36 UTC
8980ed9 Pretty sure found ROM_ALLOCMEM_INIT but not ROM_ALLOCMEM_END. HIJACK_CACHE_HACK needed to get into Canon GUI. Reformatted RESTARTSTART to make it less confusing. 21 July 2017, 20:14:03 UTC
ff46d18 Minor comment cleanup - format hex numbers properly 21 July 2017, 15:15:35 UTC
a68ba37 Cleaned up RAM_OFFSET comment 21 July 2017, 15:11:12 UTC
69f30b1 Switch back to CONFIG_ALLOCATE_MEMORY_POOL 21 July 2017, 15:06:10 UTC
f741b4b Adjustment needed for AllocateMemoryResource http://www.magiclantern.fm/forum/index.php?topic=5071.msg30255#msg30255 19 July 2017, 23:25:08 UTC
5a23810 Not used with AllocateMemoryResource. 19 July 2017, 15:01:34 UTC
5cd88e9 Switched from AllocateMemory to AllocateMemoryResource options to allocate memory for ML. Now it boots to the Canon menus but crashes when it runs "ml_init" code. 19 July 2017, 14:45:43 UTC
0c6e82c Found addresses for HIJACK_CACHE_HACK but not sure how to implement it yet. 16 July 2017, 13:47:37 UTC
5281939 Makefile: minor fine-tuning; updated comments 15 July 2017, 16:24:55 UTC
12bbbc6 Makefile: fix compiling backtrace on fresh clone 15 July 2017, 14:47:29 UTC
b84a8ea selftest: fine-tuned comments and strings 15 July 2017, 08:32:33 UTC
2197727 selftest: re-enabled fault emulations (some of them are useful for testing the stack trace, as they will trigger ERR70) 15 July 2017, 08:17:08 UTC
51547eb backtrace: sync with qemu (e4376a1) 15 July 2017, 07:26:07 UTC
1b9e578 Makefile: mark $(QEMU_INSTALLED_DBI_DIR)/backtrace.% as optional dependency todo: any way to do the same without .SECONDEXPANSION ? 15 July 2017, 06:24:01 UTC
02c03dc Makefile: moved backtrace.o at the top to fix first-time compilation this makes sure backtrace.h is created before any other files that may use it (currently boot-hack.c) also remove the symlinks on "make clean" 15 July 2017, 05:47:54 UTC
a5b73de Removed duplicate entry. 15 July 2017, 01:15:26 UTC
119832b backtrace: sync with qemu (3db5423, fbb532b, ab6d33c, 115fe25) 14 July 2017, 19:30:15 UTC
63737c9 Starting to experiment with CONFIG_ALLOCATE_MEMORY_POOL 14 July 2017, 17:39:34 UTC
dae0138 Makefile: workaround to unbreak the builds (how to fix it properly?) 14 July 2017, 06:29:15 UTC
ce9991f Change made by @a1ex - http://www.magiclantern.fm/forum/index.php?topic=15895.msg187147#msg187147 13 July 2017, 12:10:24 UTC
77ed2ba Ghost image: fixed issue #2749 13 July 2017, 10:41:38 UTC
97a1622 Merged in daniel_fort/magic-lantern/find_fnt.py-update (pull request #844) find_fnt.py update 13 July 2017, 04:44:47 UTC
59c5f4d Merged in daniel_fort/magic-lantern/unified-multiple-FW_VERSION-minimal-ML (pull request #846) Multiple firmware versions for minimal ML 13 July 2017, 04:44:01 UTC
3e3a008 dcraw.c is missing values for EOSM2, assuming same as similar models. 13 July 2017, 01:39:54 UTC
9a638b3 Removed comment. 12 July 2017, 22:21:26 UTC
338b818 Got CONFIG_ALLOCATE_MEMORY_POOL to compile. 12 July 2017, 22:13:39 UTC
32ad53d Found ROM_ITASK_END but it still won't compile. Experiment with adjusting end limit. 12 July 2017, 20:18:21 UTC
69ec8b2 Setup to use CONFIG_ALLOCATE_MEMORY_POOL. Not able to compile yet so it is commented out in internals.h. Also commented out firmware signature until Hello World runs properly. 12 July 2017, 18:53:11 UTC
92e31c2 Added build directory for minimal ML 09 July 2017, 20:33:36 UTC
387ff20 Makefile.platform.base error trap for multiple firmware versions 09 July 2017, 19:54:21 UTC
5ed4a00 Put in the "real" RESTARTSTART 09 July 2017, 05:20:15 UTC
b10db78 Added suggestion by @a1ex to guess the ROM[0,1] load address. 05 July 2017, 14:38:19 UTC
bd54a4e Simplified ETTR - just treat EOSM2 like EOSM. Fixed mistakes in consts.h. Added EOSM2 to fps-engio and camera ID code to propvalues.h. 05 July 2017, 13:24:21 UTC
6a29544 Updated other modules. Still need to find addresses for io_crypt, using placeholder for now. 04 July 2017, 22:24:55 UTC
572d316 Updated addresses for default modules. dual_iso still needs more work. 04 July 2017, 21:47:33 UTC
becc9ef Finished all I could on consts.h 04 July 2017, 17:38:19 UTC
7a501ee Found DISPLAY_STATEOBJ and VIDEO_PARAMETERS_SRC_3 04 July 2017, 06:03:31 UTC
81fb094 Changed fonts to same as find_fnt.py output. Found IMGPLAY_ZOOM_POS, WINSYS_BMP_DIRTY_BIT_NEG, LVAE_STRUCT 04 July 2017, 04:32:24 UTC
8e87ec6 Found IMGPLAY_ZOOM_LEVEL_ADDR 04 July 2017, 02:26:48 UTC
d2101e0 Changed "base" to the address used when dumping the ROM 04 July 2017, 00:30:20 UTC
4b9e030 Figured out how to run find_fnt.py to get the font addresses from ROM0.BIN 03 July 2017, 19:22:46 UTC
6a95fe5 Found DIALOG_MnCardFormatExecute 03 July 2017, 02:33:46 UTC
d950513 Merged unified into EOSM2.103_wip 02 July 2017, 21:22:42 UTC
cd7b9c2 Merged hudson/unified into unified - hopefully for the last time to prevent multiple remote heads 02 July 2017, 20:51:17 UTC
99da5d7 Closed branch unified 02 July 2017, 20:48:57 UTC
0a3fd5a Closed branch unified 02 July 2017, 20:39:08 UTC
51a7c7a Merged hudson/unified into unified to prevent new remote heads 02 July 2017, 18:19:36 UTC
618c274 Merged unified into EOSM2.103_wip 02 July 2017, 18:16:02 UTC
3331f55 mlv_rec: reduce chunk count to keep room for other files to create (and circumvent mlv_play failing playback) 02 July 2017, 16:07:05 UTC
f21d7a5 mlv_rec: insert alignment NULL block before writers start to write aligned sizes 02 July 2017, 15:32:41 UTC
4a9760a mlv_rec: ensure 32 bit alignment for VERS block sizes. just because. 02 July 2017, 15:20:47 UTC
275b735 Merged in daniel_fort/magic-lantern/700D_AE_fix (pull request #842) Fixed 700D AE constants (for autoexpo.mo) Approved-by: Daniel Fort <dan@digiola.com> 02 July 2017, 14:04:58 UTC
03822d1 Found DIALOG_MnCardFormatBegin 02 July 2017, 13:44:43 UTC
6666042 Following along with changes made in unified on all stubs.S files. 02 July 2017, 12:28:19 UTC
883e510 Merged unified into EOSM2.103_wip 02 July 2017, 12:23:27 UTC
b15c6d6 a1ex found HALFSHUTTER_PRESSED -- if I understood his post http://www.magiclantern.fm/forum/index.php?topic=15895.msg186699#msg186699 02 July 2017, 12:14:10 UTC
60c712d Fixed AE constants 02 July 2017, 00:07:13 UTC
050e011 Some questionable progress 01 July 2017, 23:36:27 UTC
abb803e Merged hudson/unified into unified to prevent new remote heads. 01 July 2017, 22:29:01 UTC
72717da Found AE_STATE and AE_VALUE 01 July 2017, 22:24:01 UTC
5f76671 fio-ml: workaround for existing code using FIO_ReadFile incorrectly (such as mlv_play) selftest included 01 July 2017, 21:40:02 UTC
back to top