Skip to content
Commit 7480de8c authored by Barzen, Benjamin's avatar Barzen, Benjamin Committed by Paolo Bonzini
Browse files

ACPI: fix ACPI RSDP located before 0xF0000 is not found



From e107317d029b5298c88701b4bcc93bc64e28384b Mon Sep 17 00:00:00 2001
From: bbarzen <bbarzen@amazon.com>
Date: Wed, 29 Dec 2021 12:50:14 +0100
Subject: [PATCH] ACPI: fix ACPI RSDP located before 0xF0000 is not found

The function find_acpi_table_addr locates the ACPI RSDP by searching the
BIOS read only memory space. The official ACPI specification states that
this space goes from 0xE0000 to 0xFFFFF. The function currently starts
searching at 0xF0000. Any RSDP located before that address can
subsequently not be found.

Change the start address of the search to 0xE0000.

Singed-off-by: default avatarBenjamin Barzen <bbarzen@amazon.de>
Message-Id: <6DFC2BF8-5CAC-410C-9A36-36E92FFC7817@amazon.de>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent fb0e760a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment