Skip to content

Commit 7562b9f

Browse files
notgivenbytlaurion
authored andcommitted
add m900 hotp and maximized into circle ci
Signed-off-by: notgivenby <notgivenby@gmail.com> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 6df0343 commit 7562b9f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,20 @@ workflows:
528528
- x86-musl-cross-make [cross compiler]
529529

530530
# ── coreboot 25.09 boards (alphabetical) ───────────────────────────────
531+
- build:
532+
name: EOL_m900_tower-hotp-maximized
533+
target: EOL_m900_tower-hotp-maximized
534+
subcommand: ""
535+
requires:
536+
- EOL_t480-hotp-maximized [seed:coreboot-25.09]
537+
538+
- build:
539+
name: EOL_m900_tower-maximized
540+
target: EOL_m900_tower-maximized
541+
subcommand: ""
542+
requires:
543+
- EOL_t480-hotp-maximized [seed:coreboot-25.09]
544+
531545
- build:
532546
name: EOL_optiplex-7010_9010-hotp-maximized
533547
target: EOL_optiplex-7010_9010-hotp-maximized

config/coreboot-m900-maximized.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ CONFIG_DCACHE_BSP_STACK_SIZE=0x4000
171171
CONFIG_MAX_ACPI_TABLE_SIZE_KB=144
172172
CONFIG_HAVE_INTEL_FIRMWARE=y
173173
CONFIG_MRC_SETTINGS_CACHE_SIZE=0x10000
174-
# CONFIG_DRIVERS_INTEL_WIFI is not set
174+
CONFIG_DRIVERS_INTEL_WIFI=y
175175
CONFIG_IFD_BIN_PATH="@BLOB_DIR@/m900/m900_tower_ifd.bin"
176176
CONFIG_ME_BIN_PATH="@BLOB_DIR@/m900/m900_me.bin"
177177
CONFIG_GBE_BIN_PATH="@BLOB_DIR@/m900/m900_tower_gbe.bin"

0 commit comments

Comments
 (0)