wlan_platform: Update CNSS family drivers
Update CNSS family drivers from msm-5.10 kernel as of commit db1b2399e273 (Merge "cnss2: Increase power on retry delay") to WLAN platform project. Also add proper copyright markings for some files. Change-Id: I03a10b929f5460f80a9b1f258df58e0c1a593598
此提交包含在:
15
cnss2/reg.h
15
cnss2/reg.h
@@ -1,5 +1,8 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* Copyright (c) 2019-2021, The Linux Foundation. All rights reserved. */
|
||||
/*
|
||||
* Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _CNSS_REG_H
|
||||
#define _CNSS_REG_H
|
||||
@@ -75,22 +78,14 @@
|
||||
|
||||
#define QCA6390_DEBUG_PBL_LOG_SRAM_START 0x01403D58
|
||||
#define QCA6390_DEBUG_PBL_LOG_SRAM_MAX_SIZE 80
|
||||
#define QCA6390_V2_SBL_DATA_START 0x016C8580
|
||||
#define QCA6390_V2_SBL_DATA_END (0x016C8580 + 0x00011000)
|
||||
#define QCA6390_DEBUG_SBL_LOG_SRAM_MAX_SIZE 44
|
||||
|
||||
#define QCA6490_DEBUG_PBL_LOG_SRAM_START 0x01403DA0
|
||||
#define QCA6490_DEBUG_PBL_LOG_SRAM_MAX_SIZE 40
|
||||
#define QCA6490_V1_SBL_DATA_START 0x0143B000
|
||||
#define QCA6490_V1_SBL_DATA_END (0x0143B000 + 0x00011000)
|
||||
#define QCA6490_V2_SBL_DATA_START 0x01435000
|
||||
#define QCA6490_V2_SBL_DATA_END (0x01435000 + 0x00011000)
|
||||
#define QCA6490_DEBUG_SBL_LOG_SRAM_MAX_SIZE 48
|
||||
|
||||
#define WCN7850_DEBUG_PBL_LOG_SRAM_START 0x01403D98
|
||||
#define WCN7850_DEBUG_PBL_LOG_SRAM_MAX_SIZE 40
|
||||
#define WCN7850_SBL_DATA_START 0x01790000
|
||||
#define WCN7850_SBL_DATA_END (0x01790000 + 0x00011000)
|
||||
#define WCN7850_DEBUG_SBL_LOG_SRAM_MAX_SIZE 48
|
||||
#define WCN7850_PBL_BOOTSTRAP_STATUS 0x01A10008
|
||||
|
||||
@@ -99,6 +94,8 @@
|
||||
#define PCIE_BHI_ERRDBG3_REG 0x01E0E23C
|
||||
#define PBL_WLAN_BOOT_CFG 0x01E22B34
|
||||
#define PBL_BOOTSTRAP_STATUS 0x01910008
|
||||
#define SRAM_START 0x01400000
|
||||
#define SRAM_END 0x01800000
|
||||
|
||||
#define QCA6390_PCIE_SOC_WDOG_DISC_BAD_DATA_LOW_CFG_SOC_PCIE_REG 0x01E04234
|
||||
#define QCA6390_PCIE_SOC_WDOG_DISC_BAD_DATA_LOW_CFG_SOC_PCIE_REG_VAL 0xDEAD1234
|
||||
|
新增問題並參考
封鎖使用者