MMNGR v0.1
	1. Initial Gen3 support.

MMNGR v0.2
	1. Remove redundant step in library build instruction.

MMNGR v0.3
	1. Fix warning in TP when change to use new build environment.
	   i.e GCC 5.1 and libc 2.22

MMNGR v0.4
	1. Add support for Lossy Decompression feature.

MMNGR v0.5
	1. Disable unsupported Lossy test cases.
	2. Update debug logs in Lossy test cases.
	3. Update MIT license.
	4. Update TP handling for SSP test cases.

MMNGR v0.6
	1. Remove duplicate definitions in user header files and driver header files,
	   then use common header files exported by driver.

MMNGR v0.7
	1. Correct the logic of checking Lossy area type and image format.
	2. Declare static for local function in MMNGR TP.
	3. Fix line over 80 characters.

MMNGR v0.8
	1. Initialize MM_PARAM struct before calling ioctl() function.
	2. Add function prototype declaration for test program.

MMNGR v1.0
	1. Improve coding style, i.e. remove unnecessary spaces

MMNGR v1.1
	1. Fix GCC 7.2 warning.
	2. Improve the handling for abnormal case in function
	mmngr_alloc_in_user_ext().

MMNGR v1.2
	1. Use unsigned type for loop index in test program.
	2. Add missing terminated character when parsing test command
	   in test program.

MMNGR v1.3
	1. Add kernelheap cached buffers support.
