Skip to content

Commit ab6a24d

Browse files
committed
circleci: added T480s support
Signed-off-by: thickfont <207300056+thickfont@users.noreply.github.com>
1 parent 27a4823 commit ab6a24d

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 18 additions & 1 deletion
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)