mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-10 15:08:57 +00:00
Many changes for rk322x target:
- Chanaged default x.org configuration to disable glamor - Reintroduce patch to use DRM cursor plane as overlay in rk322x-current and -dev - Updated wifi patches for kernel 5.8.10 - Bumped rk322x to u-boot v2020.07, removed reserved zones from device trees - Updated OPTEE to v3.10, using ddrbin v1.10 - Bumped rk322x-current to kernel 5.8.y - Imported new patches from knaerzche's LibreELEC fork for rk322x-dev (kernel 5.8.y) - Adjusted existing patches to match changes, updated rk322x-dev kernel config file - Add default modprobe conf file for esp8089 to force the crystal frequency to 40Mhz for rk322x targets - Removed ssv6051 firmware packages to move to armbian-firmware repository - Switching ssv6051-wifi.cfg to /lib/firmware for rk322x-legacy - Removed P2P interface for esp8089 driver for rk322x-legacy - Optimized ssv6051 performance: kernel module gains -Os flag, disabled p2p interface, enabled HW crypto for CCMP cipher - Enabled remote control interface, IR GPIO kernel module and HDMI CEC modules
This commit is contained in:
parent
7b6920a25f
commit
bd17d4dbd0
70 changed files with 66037 additions and 21218 deletions
BIN
packages/blobs/rockchip/rk322x_ddr3_600MHz_ddr2_330MHz_v1.10.bin
Normal file
BIN
packages/blobs/rockchip/rk322x_ddr3_600MHz_ddr2_330MHz_v1.10.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,91 +0,0 @@
|
|||
############################################################
|
||||
# ROCKCHIP RK3X28 & RK322X
|
||||
# WIFI-CONFIGURATION
|
||||
##################################################
|
||||
|
||||
##################################################
|
||||
# Firmware setting
|
||||
# Priority.1 insmod parameter "cfgfirmwarepath"
|
||||
# Priority.2 firmware_path
|
||||
# Priority.3 default firmware
|
||||
##################################################
|
||||
firmware_path = /vendor/etc/firmware/
|
||||
|
||||
############################################################
|
||||
# MAC address
|
||||
#
|
||||
# Priority 1. From wifi.cfg [ hw_mac & hw_mac_2 ]
|
||||
#
|
||||
# Priority 2. From e-fuse[ON/OFF switch by wifi.cfg]
|
||||
#
|
||||
# Priority 3. From insert module parameter
|
||||
#
|
||||
# Priority 4. From external file path
|
||||
# path only support some special charater "_" ":" "/" "." "-"
|
||||
#
|
||||
# Priority 5. Default[Software mode]
|
||||
#
|
||||
# 0. => 00:33:33:33:33:33
|
||||
# 1. => Always random
|
||||
# 2. => First random and write to file[Default path mac_output_path]
|
||||
#
|
||||
############################################################
|
||||
ignore_efuse_mac = 0
|
||||
#mac_address_path = /xxxx/xxxx
|
||||
mac_address_mode = 2
|
||||
mac_output_path = /data/wifimac
|
||||
|
||||
##################################################
|
||||
# Hardware setting
|
||||
#
|
||||
#volt regulator(DCDC-0 LDO-1)
|
||||
#
|
||||
##################################################
|
||||
xtal_clock = 24
|
||||
volt_regulator = 1
|
||||
|
||||
##################################################
|
||||
# Default channel after wifi on
|
||||
# value range: [1 ~ 14]
|
||||
##################################################
|
||||
def_chan = 6
|
||||
##################################################
|
||||
# Hardware Capability Settings:
|
||||
##################################################
|
||||
hw_cap_ht = on
|
||||
hw_cap_gf = off
|
||||
hw_cap_2ghz = on
|
||||
hw_cap_5ghz = off
|
||||
hw_cap_security = on
|
||||
hw_cap_sgi_20 = on
|
||||
hw_cap_sgi_40 = off
|
||||
hw_cap_ap = on
|
||||
hw_cap_p2p = on
|
||||
hw_cap_ampdu_rx = on
|
||||
hw_cap_ampdu_tx = on
|
||||
use_wpa2_only = 1
|
||||
##################################################
|
||||
# TX power level setting [0-14]
|
||||
# The larger the number the smaller the TX power
|
||||
# 0 - The maximum power
|
||||
# 1 level = -0.5db
|
||||
#
|
||||
# 6051Z .. 4 or 4
|
||||
# 6051Q .. 2 or 5
|
||||
# 6051P .. 0 or 0
|
||||
#
|
||||
##################################################
|
||||
#wifi_tx_gain_level_b = 2
|
||||
#wifi_tx_gain_level_gn = 5
|
||||
################################################
|
||||
# Signal strength control
|
||||
# rssi control
|
||||
#rssi_ctl = 10
|
||||
|
||||
|
||||
##################################################
|
||||
# Import extenal configuration(UP to 64 groups)
|
||||
# example:
|
||||
# register = CE010010:91919191
|
||||
# register = 00CC0010:00091919
|
||||
##################################################
|
Loading…
Add table
Add a link
Reference in a new issue