Skip to content

Commit 1b50d79

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 68cbdff commit 1b50d79

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,6 @@ workflows:
535535

536536
# ── coreboot 25.09 boards (alphabetical) ───────────────────────────────
537537
- build:
538-
<<<<<<< HEAD
539-
name: EOL_optiplex-7010_9010-hotp-maximized
540-
target: EOL_optiplex-7010_9010-hotp-maximized
541-
=======
542538
name: EOL_m900_tower-hotp-maximized
543539
target: EOL_m900_tower-hotp-maximized
544540
subcommand: ""
@@ -553,9 +549,8 @@ workflows:
553549
- EOL_t480-hotp-maximized
554550

555551
- build:
556-
name: EOL_x220-hotp-maximized
557-
target: EOL_x220-hotp-maximized
558-
>>>>>>> 42015cef (add m900_tower board)
552+
name: EOL_optiplex-7010_9010-hotp-maximized
553+
target: EOL_optiplex-7010_9010-hotp-maximized
559554
subcommand: ""
560555
requires:
561556
- EOL_t480-hotp-maximized

blobs/m900/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As specified in the first link, this ME can be deployed to:
2929

3030
Both blobs were taken from my donor board.
3131

32-
The GBE MAC address was forged to: `00:DE:AD:C0:FF:EE`
32+
The GBE MAC address was forged to: `00:DE:AD:C0:FF:EE`. Unfourtunatly, after disabling the ME the onboard ethernet stop working. This was tested on coreboot and is true for heads too. So, PCI ethernet or usb/ethernet adapter is needed.
3333
IFD blob was unlocked using iftool. Moreover, to be sure, the HAP bit was set by altmedisable.
3434
The IFD layot was changed: the bios region was expanded to take space after reducing the me blob.
3535

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)