You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
This change adds validation to CoreGetMemoryMap to ensure that special memory bins are fully respected. Specifically, any memory map entry that falls within a special bin must be entirely contained within that bin, and its memory type must match the bin's designated type. This check helps preventing unintended changes that could cause the system memory map to cross bin boundaries unexpectedly. Signed-off-by: Kun Qin <kun.qin@microsoft.com>