flashrom: bump flashrom to upstream 1.3 and fix flash.sh progress_bar#1423
Merged
tlaurion merged 2 commits intolinuxboot:masterfrom Jul 4, 2023
Merged
flashrom: bump flashrom to upstream 1.3 and fix flash.sh progress_bar#1423tlaurion merged 2 commits intolinuxboot:masterfrom
tlaurion merged 2 commits intolinuxboot:masterfrom
Conversation
Merged
26 tasks
Collaborator
Author
|
Testing request under #1398. |
Collaborator
Author
|
Now that master has sizes.txt and console output of sizes of built binaries etc, rebasing on master and addressing @JonathonHall-Purism comment #1398 (comment) |
12b0199 to
fd7290c
Compare
Update flashrom - in particular, this includes support for new chipsets like Jasper Lake. CONFIG_INTERAL_X86 was created so CONFIG_INTERNAL could apply to other platforms, enable it for x86. The default build target now requires sphinx, just build flashrom itself. Update flashrom_progress - filter out noise in newer flashrom that chokes the progress bar implementation, make size detection more robust, improve progress bar implementation slightly. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> Co-signed by: Thierry Laurion <insurgo@riseup.net.
…e MTD only for ppc64, have AST1100 enablement configurable for kgpe-d16 (patch not in)
fd7290c to
979c9dd
Compare
Collaborator
Author
|
Ok time for comparisons!!!! Master last commit includes sizes.txt report. We will use t520-hotp-maximized sizes output step to compare cost of PR addition here. The raw output is available here. which we will use with diff to see what changed. |
Collaborator
Author
|
Some analysis
This is a direct free coreboot cbfs free space of 3981824-3977216=4608 (compressed) bytes |
This file contains hidden or 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
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.
Based on commit JonathonHall-Purism@2bb58f7
TODO: probably split flashrom into flashrom-stable/flashrom-upstream/flashrom-dasharo and have boards use the one needed. I suspect flashrom-stable will be even smaller.
Good news is that #1422 #1381 and this PR merged under #1398 can be compiled for legacy boards, dodging #1421 issue for the moment.