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

Switch from flashrom to flashprog #1769

Merged
merged 22 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0cd00f2
add flashprog support: failed attempt to use review.sourcearcade.org …
tlaurion Aug 31, 2024
f8eb0a2
flashprog: use latest head commit of wp_cli branch which is experimen…
tlaurion Sep 1, 2024
04bb3be
ash_functions: make sure newlines are passed, fix error redirection
tlaurion Sep 1, 2024
58081cb
flash.sh: FLASHROM_OPTIONS->FLASH_OPTIONS: require FLASH_OPTIONS to s…
tlaurion Sep 1, 2024
36aea9e
boards FLASH_OPTIONS: add --noverify. No point verifying flash with i…
tlaurion Sep 1, 2024
e26cd76
boards FLASH_OPTIONS: remove --noverify/--noverify-all for now
tlaurion Sep 1, 2024
8b524be
flash.sh: replace die calls by recovery calls where relevant otherwis…
tlaurion Sep 1, 2024
56ae5f7
xx20 boards: reintroduce hwseq for flashprog
tlaurion Sep 7, 2024
efb6126
kgpe-d16 server: TODO AST1100 patch still missing @i-c-o-n https://gi…
tlaurion Sep 8, 2024
668f697
boards CONFIG_FLASH_OPTIONS: 'flashprog memory' -> 'flashprog' since …
tlaurion Sep 9, 2024
af2c45b
Haswell boards : renamed to UNTESTED_* while still built by CircleCI …
tlaurion Sep 9, 2024
a407462
board t440p: move board away from UNTESTED_ with improved Makefile he…
tlaurion Sep 10, 2024
bd7b1c8
BOARD_TESTERS.md: updated and reordered testers
tlaurion Sep 10, 2024
29c97e8
WP_NOTES.md: add notes on WP wanted, work done and why it's still unused
tlaurion Sep 10, 2024
6fe86df
x230 legacy boards: move to unmaintained
tlaurion Sep 10, 2024
75f1c2a
move w541 boards back to tested to dodge drama. Still this board has …
tlaurion Sep 10, 2024
aad131b
WP_NOTES.md: add some more links to past discussions and Platform Chi…
tlaurion Sep 10, 2024
5cba23e
BOARD_TESTERS.md: add @ResendeGHF as first contact board tester for w…
tlaurion Sep 11, 2024
6c16a50
flash.sh: remove last references in code to flashrom, use more generi…
tlaurion Sep 11, 2024
d5ddab5
BOARD_TESTERS.md: reorder known testers by responsiveness
tlaurion Sep 11, 2024
2c6eec5
Merge remote-tracking branch 'osresearch/master' into flashprog
tlaurion Oct 28, 2024
32d5173
Optiplex boards: switch flashrom-> flashprog
tlaurion Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Optiplex boards: switch flashrom-> flashprog
Signed-off-by: Thierry Laurion <[email protected]>
tlaurion committed Oct 28, 2024
commit 32d5173fd972a37c1f9574f34fc2a0fa00bf4575
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ CONFIG_MOBILE_TETHERING=y

#Modules packed into tools.cpio
CONFIG_CRYPTSETUP2=y
CONFIG_FLASHROM=y
CONFIG_FLASHPROG=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
@@ -81,7 +81,7 @@ export CONFIG_BOOT_KERNEL_ADD=""
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Dell Optiplex 7010/9010 HOTP maximized"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"

#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
BOARD_TARGETS := xx30_me_blobs
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ CONFIG_MOBILE_TETHERING=y

#Modules packed into tools.cpio
CONFIG_CRYPTSETUP2=y
CONFIG_FLASHROM=y
CONFIG_FLASHPROG=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
@@ -81,7 +81,7 @@ export CONFIG_BOOT_KERNEL_ADD=""
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Dell Optiplex 7010/9010 maximized"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"

#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
BOARD_TARGETS := xx30_me_blobs
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ CONFIG_MOBILE_TETHERING=y

#Modules packed into tools.cpio
CONFIG_CRYPTSETUP2=y
CONFIG_FLASHROM=y
CONFIG_FLASHPROG=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
@@ -81,7 +81,7 @@ export CONFIG_BOOT_KERNEL_ADD=""
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Dell Optiplex 7010/9010 HOTP maximized (TXT enabled)"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"

#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
BOARD_TARGETS := xx30_me_blobs
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ CONFIG_MOBILE_TETHERING=y

#Modules packed into tools.cpio
CONFIG_CRYPTSETUP2=y
CONFIG_FLASHROM=y
CONFIG_FLASHPROG=y
CONFIG_FLASHTOOLS=y
CONFIG_GPG2=y
CONFIG_KEXEC=y
@@ -81,7 +81,7 @@ export CONFIG_BOOT_KERNEL_ADD=""
export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
export CONFIG_BOOT_DEV="/dev/sda1"
export CONFIG_BOARD_NAME="Dell Optiplex 7010/9010 maximized (TXT enabled)"
export CONFIG_FLASHROM_OPTIONS="--force --noverify-all -p internal"
export CONFIG_FLASH_OPTIONS="flashprog --progress --programmer internal"

#Include bits related to ivybridge ME blob download/neutering down to BUP+ROMP
BOARD_TARGETS := xx30_me_blobs