From 02471484dbf86a3bf2fb23030959a7e2e40a7648 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 4 Jul 2023 14:43:28 -0400 Subject: [PATCH] untested boards: move and rename untested boards, while still building them with CircleCI if they were currently built. Non-impactful action, first step for #1421 based on participation in testing of #1398 and prior non-tested PRs. ---- Traces of commands used: ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read board; do mv $board/$board.config $board/UNTESTED_$board.config; done ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read dir; do mv $dir UNTESTED_$dir; done ls UNTESTED* | grep ":" | awk -F ":" {'print $1'}| awk -F "UNTESTED_" {'print $2'} | while read line; do sed 's/'"$line"'/UNTESTED_'"$line"'/g' ../.circleci/config.yml -i ; done quick fix of circleci: sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml --- .circleci/config.yml | 118 +++++++++--------- .../UNTESTED_kgpe-d16_server-whiptail.config} | 0 .../UNTESTED_kgpe-d16_server.config} | 0 ..._kgpe-d16_workstation-usb_keyboard.config} | 0 .../UNTESTED_kgpe-d16_workstation.config} | 0 .../UNTESTED_leopard.config} | 0 ...ED_p8z77-m_pro-tpm1-hotp-maximized.config} | 0 ...NTESTED_p8z77-m_pro-tpm1-maximized.config} | 0 .../UNTESTED_qemu-linuxboot.config} | 0 .../UNTESTED_r630.config} | 0 .../UNTESTED_s2600wf.config} | 0 .../UNTESTED_t420-hotp-maximized.config} | 0 .../UNTESTED_t420-maximized.config} | 0 .../UNTESTED_t420.config} | 0 .../UNTESTED_t440p-hotp-maximized.config} | 0 .../UNTESTED_t440p-maximized.config} | 0 .../UNTESTED_t520-hotp-maximized.config} | 0 .../UNTESTED_t520-maximized.config} | 0 .../UNTESTED_t530-dgpu-hotp-maximized.config} | 0 .../UNTESTED_t530-dgpu-maximized.config} | 0 .../UNTESTED_t530-hotp-maximized.config} | 0 .../UNTESTED_t530-maximized.config} | 0 .../UNTESTED_tioga.config} | 0 ...ED_w530-dgpu-K1000m-hotp-maximized.config} | 0 ...NTESTED_w530-dgpu-K1000m-maximized.config} | 0 ...ED_w530-dgpu-K2000m-hotp-maximized.config} | 0 ...NTESTED_w530-dgpu-K2000m-maximized.config} | 0 .../UNTESTED_w530-hotp-maximized.config} | 0 .../UNTESTED_w530-maximized.config} | 0 .../UNTESTED_winterfell.config} | 0 .../uinit.go | 0 .../UNTESTED_x220-hotp-maximized.config} | 0 .../UNTESTED_x220-maximized.config} | 0 .../UNTESTED_x220.config} | 0 ...TESTED_x230-hotp-maximized-fhd_edp.config} | 0 .../UNTESTED_x230-maximized-fhd_edp.config} | 0 36 files changed, 59 insertions(+), 59 deletions(-) rename boards/{kgpe-d16_server-whiptail/kgpe-d16_server-whiptail.config => UNTESTED_kgpe-d16_server-whiptail/UNTESTED_kgpe-d16_server-whiptail.config} (100%) rename boards/{kgpe-d16_server/kgpe-d16_server.config => UNTESTED_kgpe-d16_server/UNTESTED_kgpe-d16_server.config} (100%) rename boards/{kgpe-d16_workstation-usb_keyboard/kgpe-d16_workstation-usb_keyboard.config => UNTESTED_kgpe-d16_workstation-usb_keyboard/UNTESTED_kgpe-d16_workstation-usb_keyboard.config} (100%) rename boards/{kgpe-d16_workstation/kgpe-d16_workstation.config => UNTESTED_kgpe-d16_workstation/UNTESTED_kgpe-d16_workstation.config} (100%) rename boards/{leopard/leopard.config => UNTESTED_leopard/UNTESTED_leopard.config} (100%) rename boards/{p8z77-m_pro-tpm1-hotp-maximized/p8z77-m_pro-tpm1-hotp-maximized.config => UNTESTED_p8z77-m_pro-tpm1-hotp-maximized/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized.config} (100%) rename boards/{p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config => UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config} (100%) rename boards/{qemu-linuxboot/qemu-linuxboot.config => UNTESTED_qemu-linuxboot/UNTESTED_qemu-linuxboot.config} (100%) rename boards/{r630/r630.config => UNTESTED_r630/UNTESTED_r630.config} (100%) rename boards/{s2600wf/s2600wf.config => UNTESTED_s2600wf/UNTESTED_s2600wf.config} (100%) rename boards/{t420-hotp-maximized/t420-hotp-maximized.config => UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config} (100%) rename boards/{t420-maximized/t420-maximized.config => UNTESTED_t420-maximized/UNTESTED_t420-maximized.config} (100%) rename boards/{t420/t420.config => UNTESTED_t420/UNTESTED_t420.config} (100%) rename boards/{t440p-hotp-maximized/t440p-hotp-maximized.config => UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config} (100%) rename boards/{t440p-maximized/t440p-maximized.config => UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config} (100%) rename boards/{t520-hotp-maximized/t520-hotp-maximized.config => UNTESTED_t520-hotp-maximized/UNTESTED_t520-hotp-maximized.config} (100%) rename boards/{t520-maximized/t520-maximized.config => UNTESTED_t520-maximized/UNTESTED_t520-maximized.config} (100%) rename boards/{t530-dgpu-hotp-maximized/t530-dgpu-hotp-maximized.config => UNTESTED_t530-dgpu-hotp-maximized/UNTESTED_t530-dgpu-hotp-maximized.config} (100%) rename boards/{t530-dgpu-maximized/t530-dgpu-maximized.config => UNTESTED_t530-dgpu-maximized/UNTESTED_t530-dgpu-maximized.config} (100%) rename boards/{t530-hotp-maximized/t530-hotp-maximized.config => UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config} (100%) rename boards/{t530-maximized/t530-maximized.config => UNTESTED_t530-maximized/UNTESTED_t530-maximized.config} (100%) rename boards/{tioga/tioga.config => UNTESTED_tioga/UNTESTED_tioga.config} (100%) rename boards/{w530-dgpu-K1000m-hotp-maximized/w530-dgpu-K1000m-hotp-maximized.config => UNTESTED_w530-dgpu-K1000m-hotp-maximized/UNTESTED_w530-dgpu-K1000m-hotp-maximized.config} (100%) rename boards/{w530-dgpu-K1000m-maximized/w530-dgpu-K1000m-maximized.config => UNTESTED_w530-dgpu-K1000m-maximized/UNTESTED_w530-dgpu-K1000m-maximized.config} (100%) rename boards/{w530-dgpu-K2000m-hotp-maximized/w530-dgpu-K2000m-hotp-maximized.config => UNTESTED_w530-dgpu-K2000m-hotp-maximized/UNTESTED_w530-dgpu-K2000m-hotp-maximized.config} (100%) rename boards/{w530-dgpu-K2000m-maximized/w530-dgpu-K2000m-maximized.config => UNTESTED_w530-dgpu-K2000m-maximized/UNTESTED_w530-dgpu-K2000m-maximized.config} (100%) rename boards/{w530-hotp-maximized/w530-hotp-maximized.config => UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config} (100%) rename boards/{w530-maximized/w530-maximized.config => UNTESTED_w530-maximized/UNTESTED_w530-maximized.config} (100%) rename boards/{winterfell/winterfell.config => UNTESTED_winterfell/UNTESTED_winterfell.config} (100%) rename boards/{winterfell => UNTESTED_winterfell}/uinit.go (100%) rename boards/{x220-hotp-maximized/x220-hotp-maximized.config => UNTESTED_x220-hotp-maximized/UNTESTED_x220-hotp-maximized.config} (100%) rename boards/{x220-maximized/x220-maximized.config => UNTESTED_x220-maximized/UNTESTED_x220-maximized.config} (100%) rename boards/{x220/x220.config => UNTESTED_x220/UNTESTED_x220.config} (100%) rename boards/{x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config => UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config} (100%) rename boards/{x230-maximized-fhd_edp/x230-maximized-fhd_edp.config => UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config} (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index ae48b3fb5..7d37236d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -253,43 +253,43 @@ workflows: #Coreboot 4.19 boards - build: - name: x220-hotp-maximized - target: x220-hotp-maximized + name: UNTESTED_x220-hotp-maximized + target: UNTESTED_x220-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: x220-maximized - target: x220-maximized + name: UNTESTED_x220-maximized + target: UNTESTED_x220-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t420-hotp-maximized - target: t420-hotp-maximized + name: UNTESTED_t420-hotp-maximized + target: UNTESTED_t420-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t520-hotp-maximized - target: t520-hotp-maximized + name: UNTESTED_t520-hotp-maximized + target: UNTESTED_t520-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t420-maximized - target: t420-maximized + name: UNTESTED_t420-maximized + target: UNTESTED_t420-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t520-maximized - target: t520-maximized + name: UNTESTED_t520-maximized + target: UNTESTED_t520-maximized subcommand: "" requires: - x230-hotp-maximized @@ -358,50 +358,50 @@ workflows: - x230-hotp-maximized - build: - name: x230-maximized-fhd_edp - target: x230-maximized-fhd_edp + name: UNTESTED_x230-maximized-fhd_edp + target: UNTESTED_x230-maximized-fhd_edp subcommand: "" requires: - x230-hotp-maximized - build: - name: x230-hotp-maximized-fhd_edp - target: x230-hotp-maximized-fhd_edp + name: UNTESTED_x230-hotp-maximized-fhd_edp + target: UNTESTED_x230-hotp-maximized-fhd_edp subcommand: "" requires: - x230-hotp-maximized - build: - name: t530-hotp-maximized - target: t530-hotp-maximized + name: UNTESTED_t530-hotp-maximized + target: UNTESTED_t530-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t530-dgpu-hotp-maximized - target: t530-dgpu-hotp-maximized + name: UNTESTED_t530-dgpu-hotp-maximized + target: UNTESTED_t530-dgpu-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-hotp-maximized - target: w530-hotp-maximized + name: UNTESTED_w530-hotp-maximized + target: UNTESTED_w530-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-dgpu-K1000m-hotp-maximized - target: w530-dgpu-K1000m-hotp-maximized + name: UNTESTED_w530-dgpu-K1000m-hotp-maximized + target: UNTESTED_w530-dgpu-K1000m-hotp-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-dgpu-K2000m-hotp-maximized - target: w530-dgpu-K2000m-hotp-maximized + name: UNTESTED_w530-dgpu-K2000m-hotp-maximized + target: UNTESTED_w530-dgpu-K2000m-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -414,50 +414,50 @@ workflows: - x230-hotp-maximized - build: - name: t530-maximized - target: t530-maximized + name: UNTESTED_t530-maximized + target: UNTESTED_t530-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t530-dgpu-maximized - target: t530-dgpu-maximized + name: UNTESTED_t530-dgpu-maximized + target: UNTESTED_t530-dgpu-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-maximized - target: w530-maximized + name: UNTESTED_w530-maximized + target: UNTESTED_w530-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-dgpu-K1000m-maximized - target: w530-dgpu-K1000m-maximized + name: UNTESTED_w530-dgpu-K1000m-maximized + target: UNTESTED_w530-dgpu-K1000m-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: w530-dgpu-K2000m-maximized - target: w530-dgpu-K2000m-maximized + name: UNTESTED_w530-dgpu-K2000m-maximized + target: UNTESTED_w530-dgpu-K2000m-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t440p-maximized - target: t440p-maximized + name: UNTESTED_t440p-maximized + target: UNTESTED_t440p-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: t440p-hotp-maximized - target: t440p-hotp-maximized + name: UNTESTED_t440p-hotp-maximized + target: UNTESTED_t440p-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -470,15 +470,15 @@ workflows: - x230-hotp-maximized - build: - name: p8z77-m_pro-tpm1-maximized - target: p8z77-m_pro-tpm1-maximized + name: UNTESTED_p8z77-m_pro-tpm1-maximized + target: UNTESTED_p8z77-m_pro-tpm1-maximized subcommand: "" requires: - x230-hotp-maximized - build: - name: p8z77-m_pro-tpm1-hotp-maximized - target: p8z77-m_pro-tpm1-hotp-maximized + name: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized + target: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized subcommand: "" requires: - x230-hotp-maximized @@ -527,25 +527,25 @@ workflows: - librem_14 # - build: -# name: kgpe-d16_workstation-usb_keyboard -# target: kgpe-d16_workstation-usb_keyboard +# name: UNTESTED_kgpe-d16_workstation-usb_keyboard +# target: UNTESTED_kgpe-d16_workstation-usb_keyboard # subcommand: "" # requires: -# - kgpe-d16_workstation +# - UNTESTED_kgpe-d16_workstation # - build: -# name: kgpe-d16_server -# target: kgpe-d16_server +# name: UNTESTED_kgpe-d16_server +# target: UNTESTED_kgpe-d16_server # subcommand: "" # requires: -# - kgpe-d16_workstation +# - UNTESTED_kgpe-d16_workstation # - build: -# name: kgpe-d16_server-whiptail -# target: kgpe-d16_server-whiptail +# name: UNTESTED_kgpe-d16_server-whiptail +# target: UNTESTED_kgpe-d16_server-whiptail # subcommand: "" # requires: -# - kgpe-d16_workstation +# - UNTESTED_kgpe-d16_workstation # - build: # name: librem_l1um @@ -562,24 +562,24 @@ workflows: # linuxboot steps need something to pass in the kernel header path # skipping for now # - run: -# name: qemu-linuxboot-edk2 +# name: UNTESTED_qemu-linuxboot-edk2 # command: | # ./build/make-4.2.1/make \ # CROSS=/cross/bin/x86_64-linux-musl- \ -# BOARD=qemu-linuxboot \ +# BOARD=UNTESTED_qemu-linuxboot \ # `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \ # # Run first to avoid too many processes # # - run: -# name: qemu-linuxboot +# name: UNTESTED_qemu-linuxboot # command: | # ./build/make-4.2.1/make \ # CROSS=/cross/bin/x86_64-linux-musl- \ # CPUS=16 \ # V=1 \ -# BOARD=qemu-linuxboot \ +# BOARD=UNTESTED_qemu-linuxboot \ # # - store-artifacts: -# path: build/qemu-linuxboot/linuxboot.rom +# path: build/UNTESTED_qemu-linuxboot/linuxboot.rom # - store-artifacts: -# path: build/qemu-linuxboot/hashes.txt +# path: build/UNTESTED_qemu-linuxboot/hashes.txt diff --git a/boards/kgpe-d16_server-whiptail/kgpe-d16_server-whiptail.config b/boards/UNTESTED_kgpe-d16_server-whiptail/UNTESTED_kgpe-d16_server-whiptail.config similarity index 100% rename from boards/kgpe-d16_server-whiptail/kgpe-d16_server-whiptail.config rename to boards/UNTESTED_kgpe-d16_server-whiptail/UNTESTED_kgpe-d16_server-whiptail.config diff --git a/boards/kgpe-d16_server/kgpe-d16_server.config b/boards/UNTESTED_kgpe-d16_server/UNTESTED_kgpe-d16_server.config similarity index 100% rename from boards/kgpe-d16_server/kgpe-d16_server.config rename to boards/UNTESTED_kgpe-d16_server/UNTESTED_kgpe-d16_server.config diff --git a/boards/kgpe-d16_workstation-usb_keyboard/kgpe-d16_workstation-usb_keyboard.config b/boards/UNTESTED_kgpe-d16_workstation-usb_keyboard/UNTESTED_kgpe-d16_workstation-usb_keyboard.config similarity index 100% rename from boards/kgpe-d16_workstation-usb_keyboard/kgpe-d16_workstation-usb_keyboard.config rename to boards/UNTESTED_kgpe-d16_workstation-usb_keyboard/UNTESTED_kgpe-d16_workstation-usb_keyboard.config diff --git a/boards/kgpe-d16_workstation/kgpe-d16_workstation.config b/boards/UNTESTED_kgpe-d16_workstation/UNTESTED_kgpe-d16_workstation.config similarity index 100% rename from boards/kgpe-d16_workstation/kgpe-d16_workstation.config rename to boards/UNTESTED_kgpe-d16_workstation/UNTESTED_kgpe-d16_workstation.config diff --git a/boards/leopard/leopard.config b/boards/UNTESTED_leopard/UNTESTED_leopard.config similarity index 100% rename from boards/leopard/leopard.config rename to boards/UNTESTED_leopard/UNTESTED_leopard.config diff --git a/boards/p8z77-m_pro-tpm1-hotp-maximized/p8z77-m_pro-tpm1-hotp-maximized.config b/boards/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized.config similarity index 100% rename from boards/p8z77-m_pro-tpm1-hotp-maximized/p8z77-m_pro-tpm1-hotp-maximized.config rename to boards/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized.config diff --git a/boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config b/boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config similarity index 100% rename from boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config rename to boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config diff --git a/boards/qemu-linuxboot/qemu-linuxboot.config b/boards/UNTESTED_qemu-linuxboot/UNTESTED_qemu-linuxboot.config similarity index 100% rename from boards/qemu-linuxboot/qemu-linuxboot.config rename to boards/UNTESTED_qemu-linuxboot/UNTESTED_qemu-linuxboot.config diff --git a/boards/r630/r630.config b/boards/UNTESTED_r630/UNTESTED_r630.config similarity index 100% rename from boards/r630/r630.config rename to boards/UNTESTED_r630/UNTESTED_r630.config diff --git a/boards/s2600wf/s2600wf.config b/boards/UNTESTED_s2600wf/UNTESTED_s2600wf.config similarity index 100% rename from boards/s2600wf/s2600wf.config rename to boards/UNTESTED_s2600wf/UNTESTED_s2600wf.config diff --git a/boards/t420-hotp-maximized/t420-hotp-maximized.config b/boards/UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config similarity index 100% rename from boards/t420-hotp-maximized/t420-hotp-maximized.config rename to boards/UNTESTED_t420-hotp-maximized/UNTESTED_t420-hotp-maximized.config diff --git a/boards/t420-maximized/t420-maximized.config b/boards/UNTESTED_t420-maximized/UNTESTED_t420-maximized.config similarity index 100% rename from boards/t420-maximized/t420-maximized.config rename to boards/UNTESTED_t420-maximized/UNTESTED_t420-maximized.config diff --git a/boards/t420/t420.config b/boards/UNTESTED_t420/UNTESTED_t420.config similarity index 100% rename from boards/t420/t420.config rename to boards/UNTESTED_t420/UNTESTED_t420.config diff --git a/boards/t440p-hotp-maximized/t440p-hotp-maximized.config b/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config similarity index 100% rename from boards/t440p-hotp-maximized/t440p-hotp-maximized.config rename to boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config diff --git a/boards/t440p-maximized/t440p-maximized.config b/boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config similarity index 100% rename from boards/t440p-maximized/t440p-maximized.config rename to boards/UNTESTED_t440p-maximized/UNTESTED_t440p-maximized.config diff --git a/boards/t520-hotp-maximized/t520-hotp-maximized.config b/boards/UNTESTED_t520-hotp-maximized/UNTESTED_t520-hotp-maximized.config similarity index 100% rename from boards/t520-hotp-maximized/t520-hotp-maximized.config rename to boards/UNTESTED_t520-hotp-maximized/UNTESTED_t520-hotp-maximized.config diff --git a/boards/t520-maximized/t520-maximized.config b/boards/UNTESTED_t520-maximized/UNTESTED_t520-maximized.config similarity index 100% rename from boards/t520-maximized/t520-maximized.config rename to boards/UNTESTED_t520-maximized/UNTESTED_t520-maximized.config diff --git a/boards/t530-dgpu-hotp-maximized/t530-dgpu-hotp-maximized.config b/boards/UNTESTED_t530-dgpu-hotp-maximized/UNTESTED_t530-dgpu-hotp-maximized.config similarity index 100% rename from boards/t530-dgpu-hotp-maximized/t530-dgpu-hotp-maximized.config rename to boards/UNTESTED_t530-dgpu-hotp-maximized/UNTESTED_t530-dgpu-hotp-maximized.config diff --git a/boards/t530-dgpu-maximized/t530-dgpu-maximized.config b/boards/UNTESTED_t530-dgpu-maximized/UNTESTED_t530-dgpu-maximized.config similarity index 100% rename from boards/t530-dgpu-maximized/t530-dgpu-maximized.config rename to boards/UNTESTED_t530-dgpu-maximized/UNTESTED_t530-dgpu-maximized.config diff --git a/boards/t530-hotp-maximized/t530-hotp-maximized.config b/boards/UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config similarity index 100% rename from boards/t530-hotp-maximized/t530-hotp-maximized.config rename to boards/UNTESTED_t530-hotp-maximized/UNTESTED_t530-hotp-maximized.config diff --git a/boards/t530-maximized/t530-maximized.config b/boards/UNTESTED_t530-maximized/UNTESTED_t530-maximized.config similarity index 100% rename from boards/t530-maximized/t530-maximized.config rename to boards/UNTESTED_t530-maximized/UNTESTED_t530-maximized.config diff --git a/boards/tioga/tioga.config b/boards/UNTESTED_tioga/UNTESTED_tioga.config similarity index 100% rename from boards/tioga/tioga.config rename to boards/UNTESTED_tioga/UNTESTED_tioga.config diff --git a/boards/w530-dgpu-K1000m-hotp-maximized/w530-dgpu-K1000m-hotp-maximized.config b/boards/UNTESTED_w530-dgpu-K1000m-hotp-maximized/UNTESTED_w530-dgpu-K1000m-hotp-maximized.config similarity index 100% rename from boards/w530-dgpu-K1000m-hotp-maximized/w530-dgpu-K1000m-hotp-maximized.config rename to boards/UNTESTED_w530-dgpu-K1000m-hotp-maximized/UNTESTED_w530-dgpu-K1000m-hotp-maximized.config diff --git a/boards/w530-dgpu-K1000m-maximized/w530-dgpu-K1000m-maximized.config b/boards/UNTESTED_w530-dgpu-K1000m-maximized/UNTESTED_w530-dgpu-K1000m-maximized.config similarity index 100% rename from boards/w530-dgpu-K1000m-maximized/w530-dgpu-K1000m-maximized.config rename to boards/UNTESTED_w530-dgpu-K1000m-maximized/UNTESTED_w530-dgpu-K1000m-maximized.config diff --git a/boards/w530-dgpu-K2000m-hotp-maximized/w530-dgpu-K2000m-hotp-maximized.config b/boards/UNTESTED_w530-dgpu-K2000m-hotp-maximized/UNTESTED_w530-dgpu-K2000m-hotp-maximized.config similarity index 100% rename from boards/w530-dgpu-K2000m-hotp-maximized/w530-dgpu-K2000m-hotp-maximized.config rename to boards/UNTESTED_w530-dgpu-K2000m-hotp-maximized/UNTESTED_w530-dgpu-K2000m-hotp-maximized.config diff --git a/boards/w530-dgpu-K2000m-maximized/w530-dgpu-K2000m-maximized.config b/boards/UNTESTED_w530-dgpu-K2000m-maximized/UNTESTED_w530-dgpu-K2000m-maximized.config similarity index 100% rename from boards/w530-dgpu-K2000m-maximized/w530-dgpu-K2000m-maximized.config rename to boards/UNTESTED_w530-dgpu-K2000m-maximized/UNTESTED_w530-dgpu-K2000m-maximized.config diff --git a/boards/w530-hotp-maximized/w530-hotp-maximized.config b/boards/UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config similarity index 100% rename from boards/w530-hotp-maximized/w530-hotp-maximized.config rename to boards/UNTESTED_w530-hotp-maximized/UNTESTED_w530-hotp-maximized.config diff --git a/boards/w530-maximized/w530-maximized.config b/boards/UNTESTED_w530-maximized/UNTESTED_w530-maximized.config similarity index 100% rename from boards/w530-maximized/w530-maximized.config rename to boards/UNTESTED_w530-maximized/UNTESTED_w530-maximized.config diff --git a/boards/winterfell/winterfell.config b/boards/UNTESTED_winterfell/UNTESTED_winterfell.config similarity index 100% rename from boards/winterfell/winterfell.config rename to boards/UNTESTED_winterfell/UNTESTED_winterfell.config diff --git a/boards/winterfell/uinit.go b/boards/UNTESTED_winterfell/uinit.go similarity index 100% rename from boards/winterfell/uinit.go rename to boards/UNTESTED_winterfell/uinit.go diff --git a/boards/x220-hotp-maximized/x220-hotp-maximized.config b/boards/UNTESTED_x220-hotp-maximized/UNTESTED_x220-hotp-maximized.config similarity index 100% rename from boards/x220-hotp-maximized/x220-hotp-maximized.config rename to boards/UNTESTED_x220-hotp-maximized/UNTESTED_x220-hotp-maximized.config diff --git a/boards/x220-maximized/x220-maximized.config b/boards/UNTESTED_x220-maximized/UNTESTED_x220-maximized.config similarity index 100% rename from boards/x220-maximized/x220-maximized.config rename to boards/UNTESTED_x220-maximized/UNTESTED_x220-maximized.config diff --git a/boards/x220/x220.config b/boards/UNTESTED_x220/UNTESTED_x220.config similarity index 100% rename from boards/x220/x220.config rename to boards/UNTESTED_x220/UNTESTED_x220.config diff --git a/boards/x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config b/boards/UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config similarity index 100% rename from boards/x230-hotp-maximized-fhd_edp/x230-hotp-maximized-fhd_edp.config rename to boards/UNTESTED_x230-hotp-maximized-fhd_edp/UNTESTED_x230-hotp-maximized-fhd_edp.config diff --git a/boards/x230-maximized-fhd_edp/x230-maximized-fhd_edp.config b/boards/UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config similarity index 100% rename from boards/x230-maximized-fhd_edp/x230-maximized-fhd_edp.config rename to boards/UNTESTED_x230-maximized-fhd_edp/UNTESTED_x230-maximized-fhd_edp.config