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

Does it make sense to let UEFI Debug dump script execute dh -d -v? #244

Open
davidhuziji opened this issue Dec 11, 2024 · 0 comments · May be fixed by #246
Open

Does it make sense to let UEFI Debug dump script execute dh -d -v? #244

davidhuziji opened this issue Dec 11, 2024 · 0 comments · May be fixed by #246

Comments

@davidhuziji
Copy link

Hi, according to Systemready IR test spec, when UEFI shell is tested, the following command should be run to dump the dh command output.
dh -d -v

It seems like Systemready test scripts only run dh -d in UEFI Debug dump test case.
(IR 2.1: https://github.com/ARM-software/arm-systemready/blob/v23.09_SR_REL2.0.0_ES_REL1.3.0_IR_REL2.1.0/common/config/debug_dump.nsh#L43
IR 3.0: https://github.com/ARM-software/arm-systemready/blob/v24.11_SR_REL3.0.0-BETA0_SR-DT_REL3.0.0-BETA0/common/uefi_scripts/debug_dump.nsh#L46)

The output of dh -d is different from that of dh -d -v.
I'm wondering if it makes sense to let UEFI Debug dump test run dh -d -v instead. If UEFI Debug dump test runs dh -d -v, the dump logs can be directly re-used as UEFI shell command test results. It then becomes more convenient for platforms to automate the IR tests.

@Guru9902 Guru9902 linked a pull request Dec 12, 2024 that will close this issue
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 a pull request may close this issue.

1 participant