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

Allow probe without platform check #56

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Allow probe without platform check #56

merged 2 commits into from
Aug 22, 2024

Conversation

zhang-rui
Copy link
Contributor

current code uses a strict platform check to launch the service on certain platforms that the ILEO has been verified to work.
This includes,
1. the platform must be a hybrid platform (via CPUID)
2. the platform must be a mobile platform (via ACPI)
3. the platform must be in an allowed list (via CPU model)
But this also blocks users who want to experience it on the platforms that don't meet all these criteria.
Introduce parameter "--ignore-platform-check" to ignore such checks.

Remove obsoleted doc for "--dry-run" parameter which doesn't exist
today.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
current code uses a strict platform check to launch the service on
certain platforms that the ILEO has been verified to work.
This includes,
1. the platform must be a hybrid platform (via CPUID)
2. the platform must be a mobile platform (via ACPI)
3. the platform must be in an allowed list (via CPU model)

But this also blocks other users who want to experience it on the
platforms that don't meet all these criteria.

Introduce parameter "--ignore-platform-check" to ignore such checks.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
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.

1 participant