-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
PC Engines Legacy support #213
base: configs-rework
Are you sure you want to change the base?
Conversation
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Michał Kopeć <[email protected]>
Signed-off-by: Piotr Król <[email protected]>
d0a3e0b
to
313e38c
Compare
${USB_TYPE-A_DEVICES_DETECTION_SUPPORT}= ${TRUE} | ||
|
||
*** Keywords *** | ||
Power On |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure this can be shared no matter what FW type we use
${TESTS_IN_FIRMWARE_SUPPORT}= ${TRUE} | ||
${TESTS_IN_UBUNTU_SUPPORT}= ${TRUE} | ||
|
||
# Regression test flags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of these flags will enable running tests, which assume edk2 payload is there. We either need extra flag, or different flags for new SeaBIOS tests. I am not sure right now, we need to trye out.
This will be still valid, or rather replaced with the: #574 @pietrushnic ? |
No description provided.