Skip to content

Commit

Permalink
Platform/ARM: FVP: set IORT RC address limit for FVP RevC
Browse files Browse the repository at this point in the history
When booting Linux on FVP RevC, Linux reports the following error:

ACPI: IORT: [Firmware Bug]: Root complex missing memory address limit

This issue is due to the RC Address Limit not being configured in the
configuration manager for the platform.

Set the value to 64 as the RevC FVP can use the full width, fixing the
error.

Signed-off-by: Edward Pickup <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
Edward Pickup authored and ardbiesheuvel committed Apr 29, 2022
1 parent 1ba4642 commit 38855c5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ EDKII_PLATFORM_REPOSITORY_INFO VExpressPlatRepositoryInfo = {
// ATS attributes
EFI_ACPI_IORT_ROOT_COMPLEX_ATS_UNSUPPORTED,
// PCI segment number
0
0,
// Memory Address Size Limit
64
},

// Array of Device ID mappings
Expand Down

0 comments on commit 38855c5

Please sign in to comment.