| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: ISC */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2005-2011 Atheros Communications Inc. |
|---|
| 3 | 4 | * Copyright (c) 2011-2016 Qualcomm Atheros, Inc. |
|---|
| 4 | | - * |
|---|
| 5 | | - * Permission to use, copy, modify, and/or distribute this software for any |
|---|
| 6 | | - * purpose with or without fee is hereby granted, provided that the above |
|---|
| 7 | | - * copyright notice and this permission notice appear in all copies. |
|---|
| 8 | | - * |
|---|
| 9 | | - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
|---|
| 10 | | - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
|---|
| 11 | | - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
|---|
| 12 | | - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|---|
| 13 | | - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|---|
| 14 | | - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
|---|
| 15 | | - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|---|
| 16 | 5 | */ |
|---|
| 17 | 6 | |
|---|
| 18 | 7 | #ifndef __TARGADDRS_H__ |
|---|
| .. | .. |
|---|
| 345 | 334 | #define HI_ACS_FLAGS_SDIO_REDUCE_TX_COMPL_FW_ACK (1 << 17) |
|---|
| 346 | 335 | |
|---|
| 347 | 336 | /* |
|---|
| 337 | + * If both SDIO_CRASH_DUMP_ENHANCEMENT_HOST and SDIO_CRASH_DUMP_ENHANCEMENT_FW |
|---|
| 338 | + * flags are set, then crashdump upload will be done using the BMI host/target |
|---|
| 339 | + * communication channel. |
|---|
| 340 | + */ |
|---|
| 341 | +/* HOST to support using BMI dump FW memory when hit assert */ |
|---|
| 342 | +#define HI_OPTION_SDIO_CRASH_DUMP_ENHANCEMENT_HOST 0x400 |
|---|
| 343 | + |
|---|
| 344 | +/* FW to support using BMI dump FW memory when hit assert */ |
|---|
| 345 | +#define HI_OPTION_SDIO_CRASH_DUMP_ENHANCEMENT_FW 0x800 |
|---|
| 346 | + |
|---|
| 347 | +/* |
|---|
| 348 | 348 | * CONSOLE FLAGS |
|---|
| 349 | 349 | * |
|---|
| 350 | 350 | * Bit Range Meaning |
|---|
| .. | .. |
|---|
| 484 | 484 | #define QCA99X0_BOARD_DATA_SZ 12288 |
|---|
| 485 | 485 | #define QCA99X0_BOARD_EXT_DATA_SZ 0 |
|---|
| 486 | 486 | |
|---|
| 487 | +/* Dual band extended board data */ |
|---|
| 488 | +#define QCA99X0_EXT_BOARD_DATA_SZ 2048 |
|---|
| 489 | +#define EXT_BOARD_ADDRESS_OFFSET 0x3000 |
|---|
| 490 | + |
|---|
| 487 | 491 | #define QCA4019_BOARD_DATA_SZ 12064 |
|---|
| 488 | 492 | #define QCA4019_BOARD_EXT_DATA_SZ 0 |
|---|
| 489 | 493 | |
|---|