From f6fd3bef3b056bf59ebf7e2914b8b23fe4dcc9ba Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 6 Aug 2021 09:14:07 -0500 Subject: [PATCH] sources: update UEFI Full ROM for EVE Fixes EC-RW update issue Signed-off-by: Matt DeVillier --- sources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources.sh b/sources.sh index 3442e1e..d3568a3 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -export script_date="[2021-07-25]" +export script_date="[2021-08-06]" #where the stuff is export util_source="https://www.mrchromebox.tech/files/util/" @@ -93,7 +93,7 @@ export coreboot_uefi_lars="coreboot_tiano-lars-mrchromebox_20210725.rom" export coreboot_uefi_sentry="coreboot_tiano-sentry-mrchromebox_20210725.rom" #KabyLake export coreboot_uefi_atlas="coreboot_tiano-atlas-mrchromebox_20210725.rom" -export coreboot_uefi_eve="coreboot_tiano-eve-mrchromebox_20210725.rom" +export coreboot_uefi_eve="coreboot_tiano-eve-mrchromebox_20210806.rom" export coreboot_uefi_fizz="coreboot_tiano-fizz-mrchromebox_20210725.rom" export coreboot_uefi_nami="coreboot_tiano-nami-mrchromebox_20210725.rom" export coreboot_uefi_nautilus="coreboot_tiano-nautilus-mrchromebox_20210725.rom"