From 4397baf747a8a26098d8a8e75397e81ff8e00a4e Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 28 May 2020 00:30:26 -0500 Subject: [PATCH] functions/sources: drop Legacy Full ROM and BOOT_STUB firmware Signed-off-by: Matt DeVillier --- functions.sh | 2 -- sources.sh | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/functions.sh b/functions.sh index f976dca..f7e7536 100644 --- a/functions.sh +++ b/functions.sh @@ -74,7 +74,6 @@ glk=('ampton' 'apel' 'bobba' 'bobba360' 'bobba' 'meep' 'mimrock' 'octopus' \ str=('aleena' 'barla' 'careena' 'grunt' 'kasumi' 'liara') whl=('arcada' 'sarien') cml=('hatch' 'helios' 'kohaku') -LegacyROMs=($(printf "%s " "${hsw_boxes[@]}" "${bdw_boxes[@]}" "stumpy")); UEFI_ROMS=($(printf "%s " "${hsw_boxes[@]}" "${hsw_books[@]}" "${bdw_boxes[@]}" \ "${bdw_books[@]}" "${baytrail[@]}" "${snb_ivb[@]}" "${braswell[@]}" \ "${skylake[@]}" "${kbl[@]}" "${purism[@]}" "${str[@]}")) @@ -628,7 +627,6 @@ esac [[ "${cml[@]}" =~ "$device" ]] && isCml=true [[ "${shellballs[@]}" =~ "${boardName,,}" ]] && hasShellball=true [[ "${UEFI_ROMS[@]}" =~ "$device" ]] && hasUEFIoption=true -[[ "${LegacyROMs[@]}" =~ "$device" ]] && hasLegacyOption=true [[ "$isHsw" = true || "$isBdw" = true || "$isByt" = true || "$isBsw" = true \ || "$isSkl" = true || "$isSnbIvb" = "true" \ || "$isApl" = "true" || "$isKbl" = "true" || "$isStr" = true ]] || isUnsupported=true diff --git a/sources.sh b/sources.sh index 4d9216e..6638173 100644 --- a/sources.sh +++ b/sources.sh @@ -108,18 +108,6 @@ coreboot_uefi_careena="coreboot_tiano-careena-mrchromebox_20200317.rom" coreboot_uefi_kasumi="coreboot_tiano-kasumi-mrchromebox_20200317.rom" coreboot_uefi_liara="coreboot_tiano-liara-mrchromebox_20200317.rom" -#Legacy Full ROMs (deprecated) -#SNB/IVB -coreboot_stumpy="coreboot_seabios-stumpy-mrchromebox_20180204.rom" -#Haswell -coreboot_mccloud="coreboot_seabios-mccloud-mrchromebox_20180204.rom" -coreboot_panther="coreboot_seabios-panther-mrchromebox_20180204.rom" -coreboot_tricky="coreboot_seabios-tricky-mrchromebox_20180204.rom" -coreboot_zako="coreboot_seabios-zako-mrchromebox_20180204.rom" -#Broadwell -coreboot_guado="coreboot_seabios-guado-mrchromebox_20180204.rom" -coreboot_rikku="coreboot_seabios-rikku-mrchromebox_20180204.rom" -coreboot_tidus="coreboot_seabios-tidus-mrchromebox_20180204.rom" #RW_LEGACY payloads seabios_link="seabios-link-mrchromebox_20180912.bin" @@ -134,9 +122,6 @@ seabios_kbl_18="seabios-kbl_18-mrchromebox_20200223.bin" rwl_altfw_stoney="rwl_altfw_stoney-mrchromebox_20200107.bin" #rwl_altfw="rwl_altfw-mrchromebox_20200223.bin" -#BOOT_STUB payloads -bootstub_payload_baytrail="seabios-byt_bootstub-mrchromebox_20180912.bin" - #hsw/bdw headless VBIOS hswbdw_headless_vbios="hswbdw_vgabios_1040_cbox_headless.dat"