From e766b692fc3084e7116ea55d44b0a9782cd6c7b0 Mon Sep 17 00:00:00 2001 From: JeffreyAbbinante Date: Fri, 21 Dec 2018 16:16:57 -0500 Subject: [PATCH 1/2] Update coreboot --- modules/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 7081fe086..7b1a52267 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -2,7 +2,7 @@ modules-$(CONFIG_COREBOOT) += coreboot #coreboot_version := git #coreboot_repo := https://github.com/osresearch/coreboot -coreboot_version := 4.8.1 +coreboot_version := 4.9 coreboot_base_dir := coreboot-$(coreboot_version) coreboot_dir := $(coreboot_base_dir)/$(BOARD) coreboot_tar := coreboot-$(coreboot_version).tar.xz From 8a28c65982899b747f78c27a9f58d800d6dc7aed Mon Sep 17 00:00:00 2001 From: JeffreyAbbinante Date: Fri, 21 Dec 2018 16:23:18 -0500 Subject: [PATCH 2/2] Update coreboot --- modules/coreboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/coreboot b/modules/coreboot index 7b1a52267..bbb663a84 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -7,7 +7,7 @@ coreboot_base_dir := coreboot-$(coreboot_version) coreboot_dir := $(coreboot_base_dir)/$(BOARD) coreboot_tar := coreboot-$(coreboot_version).tar.xz coreboot_url := https://www.coreboot.org/releases/$(coreboot_tar) -coreboot_hash := f0ddf4db0628c1fe1e8348c40084d9cbeb5771400c963fd419cda3995b69ad23 +coreboot_hash := 32368d8b3d87a79376e30efd4ed279e90ace9a3d752ea6f98e2efdd18a896a76 # Coreboot builds are specialized on a per-target basis. # The builds are done in a per-target subdirectory @@ -90,7 +90,7 @@ coreboot-blobs_version := $(coreboot_version) coreboot-blobs_tar := coreboot-blobs-$(coreboot-blobs_version).tar.xz coreboot-blobs_dir := coreboot-$(coreboot-blobs_version)/3rdparty/blobs coreboot-blobs_url := https://www.coreboot.org/releases/$(coreboot-blobs_tar) -coreboot-blobs_hash := 18aa509ae3af005a05d7b1e0b0246dc640249c14fc828f5144b6fd20bb10e295 +coreboot-blobs_hash := 2224bceca072abb362627e617a8c9b557385b2b275199f28f0a18ab261d4cb5d ## there is nothing to build for the blobs, this should be ## made easier to make happen