From f041f8c1c983021b01e85cba7d77da39843500a3 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 27 Jan 2025 19:40:51 +0100 Subject: [PATCH 1/2] arc: update model table Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 4 ++-- files/initrd/opt/arc/evo.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 5b9fb2c6..e55cb9d6 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -80,9 +80,9 @@ function arcModel() { [ "${DT}" = "true" ] && HBAS="" || HBAS="x" [ "${M}" = "SA6400" ] && HBAS="x" [ "${DT}" = "false" ] && USBS="int/ext" || USBS="ext" - [[ "${M}" = "DS718+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x" + M_2_CACHE="x" [[ "${M}" = "DS220+" || "${M}" = "DS224+" ]] && M_2_CACHE="" - [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${M}" = "DS718+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_STORAGE="" || M_2_STORAGE="+" + [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${DT}" = "false" ]] && M_2_STORAGE="" || M_2_STORAGE="+" # Check id model is compatible with CPU if [ ${RESTRICT} -eq 1 ]; then for F in ${FLAGS}; do diff --git a/files/initrd/opt/arc/evo.sh b/files/initrd/opt/arc/evo.sh index efeaf111..c7cb9fd1 100755 --- a/files/initrd/opt/arc/evo.sh +++ b/files/initrd/opt/arc/evo.sh @@ -80,9 +80,9 @@ function arcModel() { [ "${DT}" = "true" ] && HBAS="" || HBAS="x" [ "${M}" = "SA6400" ] && HBAS="x" [ "${DT}" = "false" ] && USBS="int/ext" || USBS="ext" - [[ "${M}" = "DS718+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x" + M_2_CACHE="x" [[ "${M}" = "DS220+" || "${M}" = "DS224+" ]] && M_2_CACHE="" - [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${M}" = "DS718+" || "${M}" = "DS918+" || "${M}" = "DS1019+" || "${M}" = "DS1621xs+" || "${M}" = "RS1619xs+" ]] && M_2_STORAGE="" || M_2_STORAGE="+" + [[ "${M}" = "DS220+" || "${M}" = "DS224+" || "${DT}" = "false" ]] && M_2_STORAGE="" || M_2_STORAGE="+" # Check id model is compatible with CPU if [ ${RESTRICT} -eq 1 ]; then for F in ${FLAGS}; do From 0ce9e805d57af4e6c7752c1f34d6883e719ee1a2 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 27 Jan 2025 19:44:18 +0100 Subject: [PATCH 2/2] platforms: update information Signed-off-by: AuxXxilium --- files/initrd/opt/arc/informations/apollolake.yml | 4 ++-- files/initrd/opt/arc/informations/broadwell.yml | 4 ++-- files/initrd/opt/arc/informations/broadwellnk.yml | 4 ++-- files/initrd/opt/arc/informations/denverton.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/files/initrd/opt/arc/informations/apollolake.yml b/files/initrd/opt/arc/informations/apollolake.yml index 40828426..c821f671 100644 --- a/files/initrd/opt/arc/informations/apollolake.yml +++ b/files/initrd/opt/arc/informations/apollolake.yml @@ -24,6 +24,6 @@ As external: yes Community Package required * - NVMe -Cache: yes (sometimes addon required) -Storage: Addon required +Cache: yes +Storage: no System (NVMe only): no \ No newline at end of file diff --git a/files/initrd/opt/arc/informations/broadwell.yml b/files/initrd/opt/arc/informations/broadwell.yml index 6375b8e6..68b8448a 100644 --- a/files/initrd/opt/arc/informations/broadwell.yml +++ b/files/initrd/opt/arc/informations/broadwell.yml @@ -24,6 +24,6 @@ Unsupported Community Package required * - NVMe -Cache: yes (sometimes addon required) -Storage: Addon required +Cache: yes +Storage: no System (NVMe only): no \ No newline at end of file diff --git a/files/initrd/opt/arc/informations/broadwellnk.yml b/files/initrd/opt/arc/informations/broadwellnk.yml index a55b31c2..ed1ba0d4 100644 --- a/files/initrd/opt/arc/informations/broadwellnk.yml +++ b/files/initrd/opt/arc/informations/broadwellnk.yml @@ -24,6 +24,6 @@ Unsupported Community Package required * - NVMe -Cache: yes (sometimes addon required) -Storage: Addon required +Cache: yes +Storage: no System (NVMe only): no \ No newline at end of file diff --git a/files/initrd/opt/arc/informations/denverton.yml b/files/initrd/opt/arc/informations/denverton.yml index 632641d2..9ae857ec 100644 --- a/files/initrd/opt/arc/informations/denverton.yml +++ b/files/initrd/opt/arc/informations/denverton.yml @@ -26,6 +26,6 @@ Partially natively supported Community Package required * - NVMe -Cache: yes (sometimes addon required) -Storage: Addon required +Cache: yes +Storage: no System (NVMe only): no \ No newline at end of file