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

Issue with VarID #3

Open
njavro opened this issue Jul 9, 2024 · 0 comments
Open

Issue with VarID #3

njavro opened this issue Jul 9, 2024 · 0 comments

Comments

@njavro
Copy link

njavro commented Jul 9, 2024

I have had a great success with UVT thus far, and am currently experiencing slight issue that might not be related to UVT itself but thought to ask here.

Following all the instructions and using SlimIFR I am interested in changing following variable:
(SlimIFR format)
Setup:0x0884 TCSS Platform Setting: USBC connector manager selection [0x00 - Disabled, 0x01 - Enable UCSI Device, 0x02 - Enable UCMC Device]

Within UEFI shell I run the following command in order to obtain current value of this variable:
uvt Setup:0x0884, however I get warning that two variables share the same name:

Which one do you mean?
Setup(0x00) # Size: 0x0010
Setup(0x01) # Size: 0x151a
Get variable error: Use one of the above identifiers

Then I proceed to run uvt Setup(0x00):0x0884 hoping to resolve ambiguity and obtain the relevant variable value, however I encounter the following error:
Get variable error: Variable size 0x0010 less than offset 0x0884 and value size 1

If I decide to try uvt Setup(0x01):0x0884 the output value for variable is 0x48c which as you can see does not make sense (value should be either 0x00,0x01 or 0x02.

Not sure what's causing the error for the first example, in any case any help would be appreciated.

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

No branches or pull requests

1 participant