From 6821a7132c8a11f41eea65e35bd8908426008c5b Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Fri, 21 Nov 2025 17:15:58 +0100 Subject: [PATCH 1/2] docs/images: grammar fix Signed-off-by: Daniel Maslowski --- docs/images.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/images.md b/docs/images.md index 5e128e2..e1dea33 100644 --- a/docs/images.md +++ b/docs/images.md @@ -20,7 +20,7 @@ and extract the firmware image: To download all the images and extract the firmware, run: `./crosfirmware.sh all` -As the time of writing this, that will download: +As of the time of writing this, that will download: Which looks somewhat like this: @@ -71,3 +71,5 @@ for f in coreboot*.bin; intel_fw me scan $f; end 2>&1 | grep 'No ME' | wc ``` The remaining images can now be used to test `intel_fw`. + +### Win-Raid Forum From 0b779260c621b2f9a9394b1ca717962c9a92be61 Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Fri, 21 Nov 2025 17:21:08 +0100 Subject: [PATCH 2/2] docs/images: reference image repository in forum Signed-off-by: Daniel Maslowski --- docs/images.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/images.md b/docs/images.md index e1dea33..9a4bf0a 100644 --- a/docs/images.md +++ b/docs/images.md @@ -73,3 +73,6 @@ for f in coreboot*.bin; intel_fw me scan $f; end 2>&1 | grep 'No ME' | wc The remaining images can now be used to test `intel_fw`. ### Win-Raid Forum + +Many samples can be found via this forum post: +