-
Notifications
You must be signed in to change notification settings - Fork 63
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
Refactor the laptop out #678
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 28, 2024 09:46 — with
GitHub Actions
Inactive
humaidq-tii
reviewed
Jun 28, 2024
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 28, 2024 16:24 — with
GitHub Actions
Inactive
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 05:33 — with
GitHub Actions
Inactive
RFC commit to split laptop definition from 'secure laptop' reference Signed-off-by: Brian McGillion <[email protected]>
The basic disko config is not hw specific so it can be renamed to reflect that it is only a very generic partitioning. Signed-off-by: Brian McGillion <[email protected]>
Contain the inputs within the module that is exporting it. Signed-off-by: Brian McGillion <[email protected]>
Define a profile for the MVP user trial which enables the apps and services that will be supported in that configuration Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
force-pushed
the
refactor-laptop
branch
from
June 29, 2024 06:25
16e0e02
to
810693b
Compare
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 06:25 — with
GitHub Actions
Inactive
Pass the required modules down from the target system to the laptop configuration Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 07:13 — with
GitHub Actions
Inactive
Use a generic HW module and pass in the specific hw configuration depending on the actual laptop that is in use Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 08:00 — with
GitHub Actions
Inactive
Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
force-pushed
the
refactor-laptop
branch
from
June 29, 2024 08:14
45975b9
to
b247035
Compare
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 08:14 — with
GitHub Actions
Inactive
Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
temporarily deployed
to
internal-build-workflow
June 29, 2024 08:20 — with
GitHub Actions
Inactive
mbssrc
reviewed
Jun 29, 2024
mbssrc
reviewed
Jun 29, 2024
mbssrc
reviewed
Jun 29, 2024
Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
temporarily deployed
to
internal-build-workflow
July 1, 2024 08:05 — with
GitHub Actions
Inactive
This will allow to define multiple use cases in this directory and to also support different hardware for the existing usecases. Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
temporarily deployed
to
internal-build-workflow
July 1, 2024 08:10 — with
GitHub Actions
Inactive
brianmcgillion
temporarily deployed
to
internal-build-workflow
July 1, 2024 08:38 — with
GitHub Actions
Inactive
brianmcgillion
force-pushed
the
refactor-laptop
branch
from
July 1, 2024 08:43
a09d8f0
to
5b6bbdd
Compare
brianmcgillion
temporarily deployed
to
internal-build-workflow
July 1, 2024 08:43 — with
GitHub Actions
Inactive
humaidq-tii
requested changes
Jul 1, 2024
This is preliminary as to whether it lives in the library or as a function *maybe* in the profile but not as a module. Signed-off-by: Brian McGillion <[email protected]>
brianmcgillion
force-pushed
the
refactor-laptop
branch
from
July 1, 2024 11:02
5b6bbdd
to
188b886
Compare
brianmcgillion
temporarily deployed
to
internal-build-workflow
July 1, 2024 11:02 — with
GitHub Actions
Inactive
barnabakos
approved these changes
Jul 1, 2024
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.
barnabakos
added
Tested on Lenovo X1 Carbon
This PR has been tested on Lenovo X1 Carbon
and removed
Needs Testing
CI Team to pre-verify
labels
Jul 1, 2024
mbssrc
approved these changes
Jul 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor the x1 target to extract out the common functionality for laptops and hardware definitions.
define a series of profiles to better define the use cases for each x86 target
prepare to be able to support further HW
Description of changes
Checklist for things done
x86_64
aarch64
riscv64
nix flake check --accept-flake-config
and it passesTesting
Needs the usual round of tests on the Lenovo X1 target.
no new functionality jsut refactoring effort