You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
896937483c
On WHL, if using Boot Guard profile 0, booting from BP1 will be significantly slower than BP0. It is because some code region in BP1 is not covered by MTRR cache settings. This patch adjusted MTRR settings during PostTempRamInit notification to cover full flash code region if Boot Guard profile 0 is used. It fixed #188. Signed-off-by: Maurice Ma <maurice.ma@intel.com>