Skip to content

Commit

Permalink
add realteck rtw88 wifi bt firmware for lubancat
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Yan <[email protected]>
  • Loading branch information
andyshrk committed Jul 17, 2023
1 parent 00b1ccc commit d8f8098
Show file tree
Hide file tree
Showing 36 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/sources/families/include/rockchip64_common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ family_tweaks() {
cp -R $SRC/packages/blobs/eaidk/firmware/* $SDCARD/lib/firmware/brcm/
fi
if [[ $BOARD == lubancat2 ]]; then
cp -R $SRC/packages/blobs/lubancat/rtw88 $SDCARD/lib/firmware/
cp -R $SRC/packages/blobs/lubancat/rtl_bt $SDCARD/lib/firmware/
fi
}
family_tweaks_bsp() {
Expand Down
Binary file added packages/blobs/lubancat/rtl_bt/rtl8192ee_fw.bin
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8723a_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8723b_fw.bin
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8723bs_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8723d_config.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8723d_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8761a_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8761b_config.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8761b_fw.bin
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8761bu_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8812ae_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8821a_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8821c_config.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8821c_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8822b_config.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8822b_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8822cs_config.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8822cs_fw.bin
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8822cu_fw.bin
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8852au_fw.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added packages/blobs/lubancat/rtl_bt/rtl8852cu_fw.bin
Binary file not shown.
34 changes: 34 additions & 0 deletions packages/blobs/lubancat/rtw88/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

rtw88 firmware
================

This repository contains firmware images supported by Realtek's wireless
driver rtw88. And some of the devices run with more than one firmware
file. Basically, a "normal" firmware is necessary to be downloaded to
the device.
And another is called "wowlan" firmware, it should be loaded when a
device is going to suspend. Which means driver will "re-download/swap"
the firmware image. The wowlan firmware contains wake up functions that
can recognize specific events and send a wake up signal to device if
needed, and the system will resume to running state. During resume,
driver will then swap the normal firmware back, return to running state.

If any distros or platforms do not require wowlan feature, they can
_only_ pick the normal firmware. And everything still works fine,
except that the device cannot be waken from the wireless NICs.

Currently supported devices with corresponding firmwares:

RTL8822BE
rtw8822b_fw.bin

RTL8821CE
rtw8821c_fw.bin

RTL8822CE
rtw8822c_fw.bin
rtw8822c_wow_fw.bin

RTL8723DE
rtw8723d_fw.bin

Binary file added packages/blobs/lubancat/rtw88/rtw8723d_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtw88/rtw8821c_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtw88/rtw8822b_fw.bin
Binary file not shown.
Binary file added packages/blobs/lubancat/rtw88/rtw8822c_fw.bin
Binary file not shown.
Binary file not shown.

0 comments on commit d8f8098

Please sign in to comment.