CPU ID based HII PCDs update in the bios #11815
Unanswered
nikhil-sheshagiri
asked this question in
Q&A
Replies: 1 comment
-
|
if you are the platform builder you can create different skus based on cpu id or any other differentiator you want. Depending on your matrix this may or may not be your best path forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to update HII PCD values based on the CPU ID ??
Today in edk2 we have this lib
EFIAPI
PeiPcdSetSku (
IN UINTN SkuId
)
which takes the board ID based generated Sku ID as the input and configures the PCDs accordingly. This configures the PCDs based on the boards.
Similarly is there a way, where we can update the HII PCDs based on the CPU ID ( family/model/stepping).
Beta Was this translation helpful? Give feedback.
All reactions