-
-
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
Minnow update #441
base: develop
Are you sure you want to change the base?
Minnow update #441
Conversation
3755fc3
to
9d4148a
Compare
${FIRMWARE_NUMBER_VERIFICATION}= ${TRUE} | ||
${PRODUCT_NAME_VERIFICATION}= ${TRUE} | ||
${UEFI_SHELL_SUPPORT}= ${TRUE} | ||
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${FALSE} |
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.
There is a HDMI on this board, so we should test it
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.
Fixed in this commit
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.
yes, commit fixed, but still it is FALSE, why? Unresolving
${DASHARO_NETWORKING_MENU_SUPPORT}= ${TRUE} | ||
${DASHARO_INTEL_ME_MENU_SUPPORT}= ${TRUE} | ||
${DASHARO_CHIPSET_MENU_SUPPORT}= ${TRUE} | ||
${MEASURED_BOOT_SUPPORT}= ${TRUE} |
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.
No measured boot yet, as there is no TPM support
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.
a/a
${DASHARO_INTEL_ME_MENU_SUPPORT}= ${TRUE} | ||
${DASHARO_CHIPSET_MENU_SUPPORT}= ${TRUE} |
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.
These two are not enabled in the firmware
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.
Fixed in this commit
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.
Why is it showing TRUE again? Unresolving
@@ -47,5 +93,5 @@ Power On | |||
Rte Power Off |
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.
What does Rte Power Off
do? I can't find the definition in the tree.
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.
https://github.com/Dasharo/osfv-scripts/blob/main/osfv_cli/src/osfv/rf/rte_robot.py#L125 - the same as osfv_cli rte pwr off
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 don't see any reason why we do Power Off if a couple of lines later we do Relay On. it is pointless.
@@ -23,7 +23,7 @@ Get CPU Frequency MIN | |||
|
|||
Get CPU Temperature CURRENT | |||
[Documentation] Get current CPU temperature. | |||
${temperature}= Execute Command In Terminal sensors 2>/dev/null | awk -F '[+°]' '/Package id 0:/ {printf $2}' | |||
${temperature}= Execute Command In Terminal sensors 2>/dev/null | awk -F '[+°]' '/Core 0:/ {printf $2}' |
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.
So in order to fix the test for Minnow you will break all other platforms?
Why not just simply read the output for sensors and grep by Package id 0:
, if not found use Core 0:
else use Package id 0:
?
@macpijan do we have any control over such methodology of work causing endless loops of broken tests?
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.
problem addressed: 917f329
@wiktormowinski this commit be94c3c reverted all the changes that I requested and @filipleple applied. What is going on? |
maybe i had an older version or something |
c922a9d
to
917f329
Compare
001d010
to
a2c1b1f
Compare
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Filip Lewiński <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
a2c1b1f
to
66c6d63
Compare
No description provided.