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

Minnow update #441

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Minnow update #441

wants to merge 7 commits into from

Conversation

filipleple
Copy link
Member

No description provided.

@filipleple filipleple requested review from macpijan and miczyg1 August 7, 2024 13:47
@filipleple filipleple self-assigned this Aug 7, 2024
@filipleple filipleple force-pushed the minnow-update branch 3 times, most recently from 3755fc3 to 9d4148a Compare August 8, 2024 13:43
@filipleple filipleple marked this pull request as ready for review August 8, 2024 13:44
${FIRMWARE_NUMBER_VERIFICATION}= ${TRUE}
${PRODUCT_NAME_VERIFICATION}= ${TRUE}
${UEFI_SHELL_SUPPORT}= ${TRUE}
${EXTERNAL_HDMI_DISPLAY_SUPPORT}= ${FALSE}
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in this commit

Copy link
Contributor

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}
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a/a

Comment on lines 73 to 74
${DASHARO_INTEL_ME_MENU_SUPPORT}= ${TRUE}
${DASHARO_CHIPSET_MENU_SUPPORT}= ${TRUE}
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in this commit

Copy link
Contributor

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

platform-configs/minnowboard-turbot.robot Outdated Show resolved Hide resolved
variables.robot Outdated Show resolved Hide resolved
@@ -47,5 +93,5 @@ Power On
Rte Power Off
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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}'
Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

problem addressed: 917f329

@miczyg1
Copy link
Contributor

miczyg1 commented Sep 5, 2024

@wiktormowinski this commit be94c3c reverted all the changes that I requested and @filipleple applied. What is going on?

@wiktormowinski
Copy link
Contributor

maybe i had an older version or something

@wiktormowinski
Copy link
Contributor

@miczyg1 917f329 hopefully that fixes everything

@wiktormowinski wiktormowinski force-pushed the minnow-update branch 4 times, most recently from 001d010 to a2c1b1f Compare October 14, 2024 07:36
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 this pull request may close these issues.

4 participants