diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-12-21 21:18:50 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-12-21 21:18:50 +0000 |
commit | 12e644b303334d169b1af4adbf6b56a7a1d8e3b9 (patch) | |
tree | 9efba056619a0d3fd1a4d363c796424642d8a846 /config/coreboot/hp8470pintel_16mb | |
parent | 92986f0c421447f74f18ee061a689950af599e86 (diff) | |
parent | 584c66e9320862f3c0e153e1bab372b2e4293b6c (diff) |
Merge pull request 'hp-ec-fw' (#172) from Riku_V/lbmk:hp-ec-fw into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/172
Diffstat (limited to 'config/coreboot/hp8470pintel_16mb')
-rw-r--r-- | config/coreboot/hp8470pintel_16mb/config/libgfxinit_corebootfb | 4 | ||||
-rw-r--r-- | config/coreboot/hp8470pintel_16mb/config/libgfxinit_txtmode | 4 |
2 files changed, 4 insertions, 4 deletions
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 # |