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

Various Arm platforms: minor Pcd cleanup #734

Merged

Conversation

leiflindholm
Copy link
Member

PcdRelocateVectorTable was explicitly set to FALSE (the default value) for several platforms.

Additionally, BeagleBoard/Omap set a value for PcdCpuVectorBaseAddress which was never used because PcdRelocateVectorTable was set to false.

Get rid of these bogus Pcd settings before dropping the Pcds in edk2.

…iles

These platforms all set PcdRelocateVectorTable to its default value of
FALSE.

Since the Pcd is getting dropped in edk2, skip the setting here.

Signed-off-by: Leif Lindholm <[email protected]>
PcdCpuVectorBaseAddress was never used, since PcdRelocateVectorTable
was always seto to FALSE. However, now the Pcd is getting dropped
from edk2, so get ridd of the bogus setting.

Signed-off-by: Leif Lindholm <[email protected]>
@ardbiesheuvel ardbiesheuvel merged commit 0d5371c into tianocore:master Jan 30, 2025
1 check passed
@leiflindholm leiflindholm deleted the arm-vectortable-pcd-cleanup branch January 30, 2025 13:13
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.

2 participants