From 584c66e9320862f3c0e153e1bab372b2e4293b6c Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Thu, 21 Dec 2023 23:04:21 +0200 Subject: rename hp elitebook ec fw after rom families this affects 8460p and 8470p only, as the others' updates aren't common across different boards Signed-off-by: Riku Viitanen --- config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb | 4 ++-- config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/coreboot/hp8470pintel_16mb') diff --git a/config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb b/config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb index 1cdc018b..2bbd2b13 100644 --- a/config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb +++ b/config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb @@ -348,9 +348,9 @@ CONFIG_EC_HP_KBC1126=y CONFIG_KBC1126_FIRMWARE=y CONFIG_ECFW_PTR_ADDR=0xffffff00 CONFIG_ECFW_PTR_SIZE=8 -CONFIG_KBC1126_FW1="../../../ec/hp8470pintel/ec.bin.fw1" +CONFIG_KBC1126_FW1="../../../ec/hp_68ice_68icf/ec.bin.fw1" CONFIG_KBC1126_FW1_OFFSET=0xfffe8000 -CONFIG_KBC1126_FW2="../../../ec/hp8470pintel/ec.bin.fw2" +CONFIG_KBC1126_FW2="../../../ec/hp_68ice_68icf/ec.bin.fw2" CONFIG_KBC1126_FW2_OFFSET=0xfffd0000 # diff --git a/config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode b/config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode index 1821c118..938a1c01 100644 --- a/config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode +++ b/config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode @@ -346,9 +346,9 @@ CONFIG_EC_HP_KBC1126=y CONFIG_KBC1126_FIRMWARE=y CONFIG_ECFW_PTR_ADDR=0xffffff00 CONFIG_ECFW_PTR_SIZE=8 -CONFIG_KBC1126_FW1="../../../ec/hp8470pintel/ec.bin.fw1" +CONFIG_KBC1126_FW1="../../../ec/hp_68ice_68icf/ec.bin.fw1" CONFIG_KBC1126_FW1_OFFSET=0xfffe8000 -CONFIG_KBC1126_FW2="../../../ec/hp8470pintel/ec.bin.fw2" +CONFIG_KBC1126_FW2="../../../ec/hp_68ice_68icf/ec.bin.fw2" CONFIG_KBC1126_FW2_OFFSET=0xfffd0000 # -- cgit v1.2.1