nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 NEXMON_CHIP=CHIP_VER_BCM43438
2 NEXMON_CHIP_NUM=`$(NEXMON_ROOT)/buildtools/scripts/getdefine.sh $(NEXMON_CHIP)`
3 NEXMON_FW_VERSION=FW_VER_7_45_41_26_r640327
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 HNDRTE_RECLAIM_0_END=0x5A2A4
17  
18 PATCHSIZE=0x2000
19 PATCHSTART=$$(($(HNDRTE_RECLAIM_0_END) - $(PATCHSIZE)))
20  
21 # original ucode start and size
22 UCODESTART=0x4E9C0
23 UCODESIZE=0xB2A3
24  
25 # original template ram start and size
26 TEMPLATERAMSTART=0x59c64
27 TEMPLATERAMSIZE=0x640
28  
29 FP_DATA_END_PTR=0x38E3C
30 FP_CONFIG_BASE_PTR_1=0x3AC2C
31 FP_CONFIG_END_PTR_1=0x3AC28
32 FP_CONFIG_BASE_PTR_2=0x3A9B4
33 FP_CONFIG_END_PTR_2=0x3A9B0
34 # can start at the end of the firmware, it will be overwritten after it is read
35 FP_CONFIG_BASE=0x5A3A8
36 FP_CONFIG_SIZE=0xC00
37 FP_DATA_BASE=0x1000
38 FP_CONFIG_ORIGBASE=0x1800
39 FP_CONFIG_ORIGEND=0x2064