Skip to content

Commit 31d640b

Browse files
committed
circleci: added T480s support
Signed-off-by: thickfont <[email protected]>
1 parent 38ee2fb commit 31d640b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.circleci/config.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
- run:
103103
name: Download, neuter and deguard xx80 ME (keep generated GBE and extracted IFD in tree)
104104
command: |
105-
./blobs/xx80/download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
105+
./blobs/xx80/t480_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
106+
./blobs/xx80/t480s_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
106107
- run:
107108
name: Download and extract t530 vbios roms for dgpu boards
108109
command: |
@@ -527,6 +528,22 @@ workflows:
527528
requires:
528529
- t480-hotp-maximized
529530

531+
# t480s is based on 24.12 coreboot release, not sharing any buildstack from now, depend on muscl-cross cache
532+
- build:
533+
name: t480s-hotp-maximized
534+
target: t480s-hotp-maximized
535+
subcommand: ""
536+
requires:
537+
- t480-hotp-maximized
538+
539+
# t480s is based on 24.12 coreboot release, not sharing any buildstack from now, depend on muscl-cross cache
540+
- build:
541+
name: t480s-maximized
542+
target: t480s-maximized
543+
subcommand: ""
544+
requires:
545+
- t480s-hotp-maximized
546+
530547
# dasharo release, share 24.02.01 utils/crossgcc
531548
- build:
532549
name: UNTESTED_nitropad-ns50

0 commit comments

Comments
 (0)