nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 NEXMON_CHIP=CHIP_VER_BCM43430a1
2 NEXMON_CHIP_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_CHIP)`
3 NEXMON_FW_VERSION=FW_VER_7_45_41_46
4 NEXMON_FW_VERSION_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_FW_VERSION)`
5  
6 NEXMON_ARCH=armv7-m
7  
8 RAM_FILE=brcmfmac43430-sdio.bin
9 RAMSTART=0x0
10 RAMSIZE=0x80000
11  
12 ROM_FILE=rom.bin
13 ROMSTART=0x800000
14 ROMSIZE=0xA0000
15  
16 WLC_UCODE_WRITE_BL_HOOK_ADDR = 0x45608
17 HNDRTE_RECLAIM_0_END_PTR = 0x2684
18 HNDRTE_RECLAIM_0_END = 0x5ad9c
19  
20 PATCHSIZE=0x2000
21 PATCHSTART=$$(($(HNDRTE_RECLAIM_0_END) - $(PATCHSIZE)))
22  
23 # original ucode start and size
24 UCODESTART = 0x4f4b8
25 UCODESIZE = 0xb2a3
26  
27 # original template ram start and size
28 TEMPLATERAMSTART_PTR = 0x4f3b8
29 TEMPLATERAMSTART = 0x5a75c
30 TEMPLATERAMSIZE = 0x640
31  
32 FP_DATA_END_PTR = 0x39574
33 FP_CONFIG_BASE_PTR_1 = 0x3b0ec
34 FP_CONFIG_END_PTR_1 = 0x3b0e8
35 FP_CONFIG_BASE_PTR_2 = 0x3b364
36 FP_CONFIG_END_PTR_2 = 0x3b360
37 # can start at the end of the firmware, it will be overwritten after it is read
38 FP_CONFIG_BASE=0x5AEB0
39 FP_DATA_BASE = 0x1000
40 FP_CONFIG_SIZE = 0xc00
41 FP_CONFIG_ORIGBASE = 0x1800
42 FP_CONFIG_ORIGEND = 0x2094