Skip to content

Commit 3ef9c50

Browse files
committed
circleci: add m900 blob download step in x86_blobs
m900 ME blob download/deguard script was not wired into the x86_blobs CI job. Add it after the xx80 steps, following the same pattern as other board families. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 22ca620 commit 3ef9c50

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ jobs:
167167
command: |
168168
./blobs/xx80/t480_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
169169
./blobs/xx80/t480s_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
170+
- run:
171+
name: Download, neuter and deguard m900 ME (keep generated GBE and extracted IFD in tree)
172+
command: |
173+
./blobs/m900/m900_download_clean_deguard_me.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/m900/
170174
- run:
171175
name: Download and extract t530 vbios roms for dgpu boards
172176
command: |

blobs/m900/m900_download_clean_deguard_me.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ function parse_params() {
128128
fi
129129
me_cleaned="${output_dir}/me_cleaned.bin"
130130
me_deguarded="${output_dir}/m900_me.bin"
131-
echo "Writing cleaned and deguarded ME to ${me_deguarded}"
132131
}
133132

134133

0 commit comments

Comments
 (0)