-
Notifications
You must be signed in to change notification settings - Fork 19
/
Changes.txt
80 lines (48 loc) · 2.53 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
/*
* File: Changes.txt
*
* Copyright (c) 2010 Freescale Semiconductor, Inc. All rights reserved.
* See included license file for license details.
*/
Changes to sb_loader.exe
=======================================================================================
1.2 08/05/2011
- Support i.MX6Q.
- Fix DCD writing bug.
=======================================================================================
=======================================================================================
1.1 01/10/2011
- Support i.MX61 DCD boot method.
- Support DCD data extraction from image file, eliminates the need of memory initialization table
when applying DCD boot method.
- Optimize plugin functionality.
- Refine USB VID definition.
=======================================================================================
=======================================================================================
1.1 11/09/2010
- Support plugin functionality in SDP mode, which eliminates the need of memory initialization table.
=======================================================================================
=======================================================================================
1.0 10/25/2010
- Add Open Source license. (see COPYING)
- Removed Microsoft files and added Freescale copyright to all remaining files.
- Required changing build environment to latest Windows 7 WDK/SDK. (see Build Requirements.pdf).
=======================================================================================
=======================================================================================
1.1 09/09/2010
- Speed up i.mx50 DDR memory initialization by using DCD_WRITE method, instead of Write_reg way.
=======================================================================================
=======================================================================================
1.0 7/9/2010
- Added mx508 support.
=======================================================================================
=======================================================================================
1.0 5/22/2009
- Added commandline parameters for filename and tss.
/f <filename> - names the file to load to a HID device. Default: firmware.sb
/tss - causes the app to monitor the TSS output after loading the firmware file.
- Cleaned up the device change notification threads.
- Cleaned up some memory leaks.
=======================================================================================
0.1 5/19/2009
- Initial check-in.