You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
1) Replace TAB with spaces
2) Convert CR, LF or LFCR to CRLF
3) Remove trailing spaces
4) Updated below strings:
"EFI_D_INFO" -> "DEBUG_INFO",
"EFI_D_WARN" -> "DEBUG_WARN",
"EFI_D_ERROR" -> "DEBUG_ERROR",
Signed-off-by: Guo Dong <guo.dong@intel.com>