From 892eba3d5ae7a94b165e2d2459eaa7bde51aeeb0 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 28 Oct 2022 13:02:17 -0500 Subject: [PATCH] Update UEFI images for butterfly, lumpy, parrot Fixes ACPI for coolstar's Windows drivers Signed-off-by: Matt DeVillier --- cbmodels.json | 12 ++++++------ sources.sh | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cbmodels.json b/cbmodels.json index 51dba24..ec618f3 100644 --- a/cbmodels.json +++ b/cbmodels.json @@ -1,19 +1,19 @@ { "butterfly": { - "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-butterfly-mrchromebox_20221027.rom" - "sha1": "5a5a5db8c3b96d634aad7811d3524c03d0ad502f" + "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-butterfly-mrchromebox_20221028.rom" + "sha1": "c043f2e54c42663028b238aaed8e2ed48d3fbb23" } "link": { "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-link-mrchromebox_20221027.rom" "sha1": "85e4f4958a3291d2a0b5ea4536d716c13bfc5491" } "lumpy": { - "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-lumpy-mrchromebox_20221027.rom" - "sha1": "6230b9cc89b00a35f40e79466159b9a1c5b91578" + "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-lumpy-mrchromebox_20221028.rom" + "sha1": "89443b6c0e496c91319cc147ac7b00c53fdad8c3" } "parrot": { - "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-parrot-mrchromebox_20221027.rom" - "sha1": "f16126281b262d2668a1fd3ba34267fc70049edb" + "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-parrot-mrchromebox_20221028.rom" + "sha1": "4a97ee70deeaede9677cd59ff147d007d9a5edce" } "stout": { "url": "https://www.mrchromebox.tech/files/firmware/full_rom/coreboot_tiano-stout-mrchromebox_20221027.rom" diff --git a/sources.sh b/sources.sh index cd54601..3807d40 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -export script_date="[2022-10-27]" +export script_date="[2022-10-28]" #where the stuff is export util_source="https://www.mrchromebox.tech/files/util/" @@ -29,10 +29,10 @@ export syslinux_version="syslinux-6.04-pre1" #UEFI Full ROMs #SNB/IVB -export coreboot_uefi_butterfly="coreboot_tiano-butterfly-mrchromebox_20221027.rom" -export coreboot_uefi_lumpy="coreboot_tiano-lumpy-mrchromebox_20221027.rom" +export coreboot_uefi_butterfly="coreboot_tiano-butterfly-mrchromebox_20221028.rom" +export coreboot_uefi_lumpy="coreboot_tiano-lumpy-mrchromebox_20221028.rom" export coreboot_uefi_link="coreboot_tiano-link-mrchromebox_20221027.rom" -export coreboot_uefi_parrot="coreboot_tiano-parrot-mrchromebox_20221027.rom" +export coreboot_uefi_parrot="coreboot_tiano-parrot-mrchromebox_20221028.rom" export coreboot_uefi_stout="coreboot_tiano-stout-mrchromebox_20221027.rom" export coreboot_uefi_stumpy="coreboot_tiano-stumpy-mrchromebox_20221027.rom" #Haswell