slimbootloader/BootloaderCommonPkg/Library/UfsBlockIoLib
Maurice Ma 359a9465dc
Fix USB boot assertion (#660)
Assertion will occur when booting from USB behind hubs. This was
caused by duplicated freeing the same address page. The for loop
in UsbHcFreeMemPool() does not move to next node in the list. The
similar bug exists in UFS driver. This patch fixed both.

It fixed #659.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-04-12 22:27:33 -07:00
..
UfsBlockIoLib.c Fix pointer type cast errors from Visual Studio (#617) 2020-03-27 11:03:28 -07:00
UfsBlockIoLib.inf Add missing header files in INF 2020-02-03 15:49:48 -08:00
UfsHcMem.c Fix USB boot assertion (#660) 2020-04-12 22:27:33 -07:00
UfsHcMem.h Add IoMmu support for UFS library 2020-03-19 22:06:27 -07:00
UfsHci.c Pointer type cast for both 32/64-bit operation (#615) 2020-03-26 17:30:55 -07:00
UfsHci.h Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
UfsInternal.h Pointer type cast for both 32/64-bit operation (#615) 2020-03-26 17:30:55 -07:00
UfsPciHc.c Cosmetic: Convert LF to CRLF 2019-12-02 16:21:19 -08:00
UfsPciHc.h Pointer type cast for both 32/64-bit operation (#615) 2020-03-26 17:30:55 -07:00