mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
functions/sources: drop Legacy Full ROM and BOOT_STUB firmware
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
15
sources.sh
15
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"
|
||||
|
||||
Reference in New Issue
Block a user