]> git.ipfire.org Git - thirdparty/mdadm.git/commit
platform-intel: Disable legacy option ROM scan on UEFI machines
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 29 Jan 2025 13:31:11 +0000 (13:31 +0000)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Mon, 3 Feb 2025 10:17:15 +0000 (11:17 +0100)
commit1fc0f290caeb0720aa6c97177ab429953f5bf10f
treedc0b6e74e517c311c77b7d8053e157c34c4eb402
parentc09ae8417dc9e11da1d5bf2867c6498050c6ddb9
platform-intel: Disable legacy option ROM scan on UEFI machines

The legacy option ROM memory range from 0xc0000-0xeffff is not defined
on UEFI machines so don't attempt to scan it. This avoids lockdown log
spam when Secure Boot is enabled (avoids use of /dev/mem).

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
platform-intel.c