Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reserve ecam v express #730

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vbpandya
Copy link
Contributor

Platform/Arm/VExpressPkg: Reserve the ECAM area in ACPI with RES0 device

Add a RES0 device to the SSDT to reserve the PCI ECAM area.This fixes the firmware bug reported by Linux:

acpi PNP0A08:00: [Firmware Bug]: ECAM area [mem 0x40000000-0x4fffffff]not reserved in ACPI namespace

With this change, the above message is replaced with:

acpi PNP0A08:00: ECAM area [mem 0x40000000-0x4fffffff] reserved by PNP0C02:00

This patch is based on commit 1e5be97 ("Platform/ARM/JunoPkg:Reserve the ECAM area in ACPI with RES0 device")

REF:https://developer.arm.com/documentation/100964/1127/Base-Platform/Base-Platform-memory/Base-Platform-memory-map?lang=en

Also use same PCD for Juno and VExpress.

Add a RES0 device to the SSDT to reserve the PCI ECAM area.
This fixes the firmware bug reported by Linux:

acpi PNP0A08:00: [Firmware Bug]: ECAM area [mem 0x40000000-0x4fffffff]
not reserved in ACPI namespace

With this change, the above message is replaced with:

acpi PNP0A08:00: ECAM area [mem 0x40000000-0x4fffffff] reserved by
PNP0C02:00

This patch is based on commit 1e5be97 ("Platform/ARM/JunoPkg:
Reserve the ECAM area in ACPI with RES0 device")

REF:https://developer.arm.com/documentation/100964/1127/Base-Platform/
Base-Platform-memory/Base-Platform-memory-map?lang=en

Signed-off-by: Varshit Pandya <[email protected]>
Since Juno and VExpress are using the same PCDs using a common name for
both the platforms.

Signed-off-by: Varshit Pandya <[email protected]>
@vbpandya
Copy link
Contributor Author

vbpandya commented Mar 3, 2025

@samimujawar can you please take a look at this PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant