nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | NEXMON_CHIP=CHIP_VER_BCM4358 |
2 | NEXMON_CHIP_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_CHIP)` |
||
3 | NEXMON_FW_VERSION=FW_VER_7_112_201_3 |
||
4 | NEXMON_FW_VERSION_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_FW_VERSION)` |
||
5 | |||
6 | NEXMON_ARCH=armv7-r |
||
7 | |||
8 | RAM_FILE=fw_bcmdhd.bin |
||
9 | RAMSTART=0x180000 |
||
10 | RAMSIZE=0xC0000 |
||
11 | |||
12 | ROM_FILE=rom.bin |
||
13 | ROMSTART=0x0 |
||
14 | ROMSIZE=0xA0000 |
||
15 | |||
16 | HNDRTE_RECLAIM_0_END=0x21987C |
||
17 | |||
18 | PATCHSIZE=0x4000 |
||
19 | PATCHSTART=$$(($(HNDRTE_RECLAIM_0_END) - $(PATCHSIZE))) |
||
20 | |||
21 | # original ucode start and size |
||
22 | UCODESTART=0x20B5CC |
||
23 | UCODESIZE=0xd518 |
||
24 | |||
25 | # original template ram start and size |
||
26 | TEMPLATERAMSTART=0x218AE4 |
||
27 | TEMPLATERAMSIZE=0xD98 |
||
28 | |||
29 | FP_DATA_END_PTR=0x1E7680 |
||
30 | FP_CONFIG_BASE_PTR_1=0x1E97F0 |
||
31 | FP_CONFIG_END_PTR_1=0x1E97EC |
||
32 | FP_CONFIG_BASE_PTR_2=0x1E9A74 |
||
33 | FP_CONFIG_END_PTR_2=0x1E9A70 |
||
34 | FP_CONFIG_SIZE=0xc00 |
||
35 | FP_CONFIG_BASE=$$(($(PATCHSTART) - $(FP_CONFIG_SIZE))) |
||
36 | FP_DATA_BASE=0x180800 |
||
37 | FP_CONFIG_ORIGBASE=0x181000 |
||
38 | FP_CONFIG_ORIGEND=0x181B94 |