You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
359a9465dc
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>