mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
wifi/pc: add FW image for new so devices
The Framework laptop with the 12the Generation CPU contains such a device. Fixes #4626.
This commit is contained in:
parent
ee19426f4d
commit
427bd93921
@ -1 +1 @@
|
||||
c3bbc3a7feffd7fd6769897fda6d1278149f9fb4
|
||||
7531725735ef90f88369aafe8e930c43f2daf2ec
|
||||
|
@ -2,7 +2,7 @@ LICENSE := mixed
|
||||
VERSION := 1
|
||||
DOWNLOADS := fw.archive
|
||||
|
||||
FW_REV := deaf123cd11f32faa29baa167342ac39bbe991a0
|
||||
FW_REV := e71a9b96ee6acc9fd6ec97ed92fb7152fa721671
|
||||
URL(fw) := https://github.com/cnuke/dde_linux_firmware/archive/$(FW_REV).tar.gz
|
||||
SHA(fw) := 8d7d3b8bb9da40ae78a4a54273b75237dd499d76ff52487a9d2ed9f94b7380f4
|
||||
SHA(fw) := 7e613822fca17453260bafbb99da62f5eb0aedaa839b1569ca7bc7eb3eb8e23f
|
||||
DIR(fw) := firmware
|
||||
|
@ -87,6 +87,7 @@ void Sculpt::gen_wifi_drv_start_content(Xml_generator &xml)
|
||||
gen_parent_rom_route(xml, "iwlwifi-9000-pu-b0-jf-b0-34.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-9000-pu-b0-jf-b0-46.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-QuZ-a0-hr-b0-63.ucode");
|
||||
gen_parent_rom_route(xml, "iwlwifi-so-a0-hr-b0-64.ucode");
|
||||
gen_parent_rom_route(xml, "regulatory.db");
|
||||
gen_parent_rom_route(xml, "regulatory.db.p7s");
|
||||
gen_parent_route<Cpu_session> (xml);
|
||||
|
@ -45,6 +45,7 @@ Firmware_list fw_list[] = {
|
||||
|
||||
{ "iwlwifi-QuZ-a0-hr-b0-63.ucode", 1334804, nullptr },
|
||||
{ "iwlwifi-QuZ-a0-hr-b0-64.ucode", 1334804, "iwlwifi-QuZ-a0-hr-b0-63.ucode" },
|
||||
{ "iwlwifi-so-a0-hr-b0-64.ucode", 1427384, nullptr },
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user