Skip to content

Commit

Permalink
platform-configs/ move id variable higher
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Mowinski <[email protected]>
  • Loading branch information
wiktormowinski committed Dec 23, 2024
1 parent 35f43ee commit 30d89c0
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 9 deletions.
2 changes: 0 additions & 2 deletions platform-configs/include/protectli-vp24xx.robot
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ ${MAX_CPU_TEMP}= 95
${DMIDECODE_MANUFACTURER}= Protectli
${DMIDECODE_VENDOR}= 3mdeb
${DMIDECODE_FAMILY}= Vault Pro

${ETHERNET_ID}= 8086:1539
2 changes: 0 additions & 2 deletions platform-configs/include/protectli-vp32xx.robot
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ Resource protectli-common.robot
${FLASH_SIZE}= ${16*1024*1024}

${MAX_CPU_TEMP}= 82

${ETHERNET_ID}= 8086:125c
2 changes: 0 additions & 2 deletions platform-configs/include/protectli-vp46xx.robot
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ ${DMIDECODE_FIRMWARE_VERSION}= Dasharo (coreboot+UEFI) v1.2.0
${DMIDECODE_RELEASE_DATE}= 03/13/2024

@{ETH_PERF_PAIR_2_G}= enp5s0 enp6s0

${ETHERNET_ID}= 8086:15f3
2 changes: 0 additions & 2 deletions platform-configs/include/protectli-vp66xx.robot
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ ${HYPER_THREADING_SUPPORT}= ${TRUE}
${INTEL_HYBRID_ARCH_SUPPORT}= ${TRUE}
@{ETH_PERF_PAIR_2_G}= enp5s0 enp6s0
@{ETH_PERF_PAIR_10_G}= enp2s0f0 enp2s0f1

${ETHERNET_ID}= 8086:125c
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp2410.robot
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ ${PLATFORM_RAM_SIZE}= 8192
... 64-62-66-21-03-b9
... 64-62-66-21-03-ba
... 64-62-66-21-03-bb

${ETHERNET_ID}= 8086:15f3
2 changes: 1 addition & 1 deletion platform-configs/protectli-vp2420.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${WATCHDOG_SUPPORT}= ${TRUE}
... 00-e0-67-1c-29-7b
... 00-e0-67-1c-29-7c

${ETHERNET_ID}= 8086:15f3
${ETHERNET_ID}= 8086:1539


*** Keywords ***
Expand Down
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp3210.robot
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ${DMIDECODE_PRODUCT_NAME}= VP3210

@{ETH_PORTS}= 64-62-66-23-90-47
... 64-62-66-23-90-48

${ETHERNET_ID}= 8086:125c
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp3230.robot
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ ${CLEVO_DISK}= N/A

@{ETH_PORTS}= 64-62-66-23-8f-19
... 64-62-66-23-8f-1a

${ETHERNET_ID}= 8086:125c
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp4630.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ ${CPU_MIN_FREQUENCY}= 300
... 00-e0-97-1b-99-53
... 00-e0-97-1b-99-54
... 00-e0-97-1b-99-55

${ETHERNET_ID}= 8086:15f3
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp4650.robot
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ ${CPU_MIN_FREQUENCY}= 300
... 64-62-66-21-42-8e
... 64-62-66-21-42-8d
... 64-62-66-21-42-8c

${ETHERNET_ID}= 8086:15f3
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp4670.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ ${CPU_MIN_FREQUENCY}= 300
... 64-62-66-22-93-de
... 64-62-66-22-93-df
... 64-62-66-22-93-e0

${ETHERNET_ID}= 8086:15f3
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp6650.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ ${PLATFORM_RAM_SIZE}= 65536
... 64-62-66-22-84-f6
... 64-62-66-22-84-f7
... 64-62-66-22-84-f8

${ETHERNET_ID}= 8086:125c
2 changes: 2 additions & 0 deletions platform-configs/protectli-vp6670.robot
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ ${PLATFORM_RAM_SIZE}= 32768
... 64-62-66-22-89-9a
... 64-62-66-22-89-9b
... 64-62-66-22-89-9c

${ETHERNET_ID}= 8086:125c

0 comments on commit 30d89c0

Please sign in to comment.