mirror of
https://github.com/openharmony/device_soc_nxp.git
synced 2026-07-01 21:44:59 -04:00
modify device soc nxp review question
Signed-off-by: zhaoxc0502 <zhaoxc0502@thundersoft.com>
This commit is contained in:
@@ -18,7 +18,6 @@ import("//build/ohos.gni")
|
||||
|
||||
group("hardware_group") {
|
||||
deps = [
|
||||
"//device/soc/nxp/hardware/wifi:ap6xxx",
|
||||
"//device/soc/nxp/hardware/sdma:sdma"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright© 2021–2022 Beijing OSWare Technology Co., Ltd
|
||||
# This file contains confidential and proprietary information of
|
||||
# OSWare Technology Co., Ltd
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
import("//build/ohos.gni")
|
||||
|
||||
ohos_prebuilt_etc("firmware_apsta_bin") {
|
||||
source = "//device/soc/nxp/hardware/wifi/ap6xxx/fw_bcm43438a1_apsta.bin"
|
||||
module_install_dir = "./etc/wifi"
|
||||
install_images = [ "system" ]
|
||||
part_name = "osware_products"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("firmware_p2p_bin") {
|
||||
source = "//device/soc/nxp/hardware/wifi/ap6xxx/fw_bcm43438a1_p2p.bin"
|
||||
module_install_dir = "./etc/wifi"
|
||||
install_images = [ "system" ]
|
||||
part_name = "osware_products"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("firmware_bin") {
|
||||
source = "//device/soc/nxp/hardware/wifi/ap6xxx/fw_bcm43438a1.bin"
|
||||
module_install_dir = "./etc/wifi"
|
||||
install_images = [ "system" ]
|
||||
part_name = "osware_products"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("firmware_a_nvram") {
|
||||
source = "//device/soc/nxp/hardware/wifi/ap6xxx/nvram_ap6212a.txt"
|
||||
module_install_dir = "./etc/wifi"
|
||||
install_images = [ "system" ]
|
||||
part_name = "osware_products"
|
||||
}
|
||||
|
||||
ohos_prebuilt_etc("firmware_hcd") {
|
||||
source = "//device/soc/nxp/hardware/wifi/ap6xxx/bcm43438a1.hcd"
|
||||
module_install_dir = "./etc/wifi"
|
||||
install_images = [ "system" ]
|
||||
part_name = "osware_products"
|
||||
}
|
||||
|
||||
group("ap6xxx") {
|
||||
deps = [
|
||||
":firmware_apsta_bin",
|
||||
":firmware_p2p_bin",
|
||||
":firmware_bin",
|
||||
":firmware_a_nvram",
|
||||
":firmware_hcd",
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,55 +0,0 @@
|
||||
#AP6212A_NVRAM_V1.0.1_20160606
|
||||
# 2.4 GHz, 20 MHz BW mode
|
||||
|
||||
# The following parameter values are just placeholders, need to be updated.
|
||||
manfid=0x2d0
|
||||
prodid=0x0726
|
||||
vendid=0x14e4
|
||||
devid=0x43e2
|
||||
boardtype=0x0726
|
||||
boardrev=0x1101
|
||||
boardnum=22
|
||||
macaddr=00:90:4c:c5:12:38
|
||||
sromrev=11
|
||||
boardflags=0x00404201
|
||||
xtalfreq=26000
|
||||
nocrc=1
|
||||
ag0=255
|
||||
aa2g=1
|
||||
ccode=ALL
|
||||
|
||||
pa0itssit=0x20
|
||||
extpagain2g=0
|
||||
|
||||
#PA parameters for 2.4GHz, measured at CHIP OUTPUT
|
||||
pa2ga0=-215,5267,-656
|
||||
AvVmid_c0=0x0,0xc8
|
||||
cckpwroffset0=5
|
||||
|
||||
# PPR params
|
||||
maxp2ga0=80
|
||||
txpwrbckof=6
|
||||
cckbw202gpo=0x6666
|
||||
legofdmbw202gpo=0xaaaaaaaa
|
||||
mcsbw202gpo=0xbbbbbbbb
|
||||
|
||||
# OFDM IIR :
|
||||
ofdmdigfilttype=18
|
||||
ofdmdigfilttypebe=18
|
||||
# PAPD mode:
|
||||
papdmode=2
|
||||
|
||||
il0macaddr=00:90:4c:c5:12:38
|
||||
wl0id=0x431b
|
||||
|
||||
#OOB parameters
|
||||
hostwake=0x40
|
||||
hostrdy=0x41
|
||||
usbrdy=0x03
|
||||
usbrdydelay=100
|
||||
deadman_to=0xffffffff
|
||||
# muxenab: 0x1 for UART enable, 0x10 for Host awake
|
||||
muxenab=0x10
|
||||
# CLDO PWM voltage settings - 0x4 - 1.1 volt
|
||||
#cldo_pwm=0x4
|
||||
glitch_based_crsmin=1
|
||||
Reference in New Issue
Block a user