/*
 * 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.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.
	