nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 NEXMON_CHIP=CHIP_VER_BCM43455
2 NEXMON_CHIP_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_CHIP)`
3 NEXMON_FW_VERSION=FW_VER_7_120_7_1_sta_C0
4 NEXMON_FW_VERSION_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_FW_VERSION)`
5  
6 NEXMON_ARCH=armv7-r
7  
8 RAM_FILE=bcmdhd_sta.bin
9 RAMSTART=0x198000
10 RAMSIZE=0xC8000
11  
12 ROM_FILE=rom.bin
13 ROMSTART=0x0
14 ROMSIZE=0xB0000
15  
16 HNDRTE_RECLAIM_0_END=0x22DE84
17  
18 PATCHSIZE=0x4000
19 PATCHSTART=$$(($(HNDRTE_RECLAIM_0_END) - $(PATCHSIZE)))
20  
21 # original ucode start and size
22 UCODESTART=0x220094
23 UCODESIZE=0xD508
24  
25 # original template ram start and size
26 TEMPLATERAMSTART=0x22D59C
27 TEMPLATERAMSIZE=0x8E8
28  
29 FP_DATA_END_PTR = 0x1fe500
30 FP_CONFIG_BASE_PTR_1 = 0x1e88e8
31 FP_CONFIG_END_PTR_1 = 0x1e88e4
32 FP_CONFIG_BASE_PTR_2 = 0x1e8b6c
33 FP_CONFIG_END_PTR_2 = 0x1e8b68
34 FP_CONFIG_SIZE=0xc00
35 FP_CONFIG_BASE=$$(($(PATCHSTART) - $(FP_CONFIG_SIZE)))
36  
37 FP_DATA_BASE=0x198800
38 FP_CONFIG_ORIGBASE=0x199000
39 FP_CONFIG_ORIGEND=0x199C00