summaryrefslogtreecommitdiff
path: root/polux/bootloader/config_SPC200e-slave
blob: 9e74e468fe7e267de2fae2ef3c1bb726938e9409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# SPiDBoot configuration file
#
# (c) 2004-2005 SPiDCOM Technologies
#

# Select the RAM device you want to use
# Commenting this line will select the default device 
# for each platform
DFT_RAM_BRAND=DEFAULT
DFT_RAM_TYPE=DEFAULT_TYPE
DFT_RAM_SPEED=E
DFT_RAM_SIZE=16

# Comment this if INTEL/SHARP command set flash device support is not needed
USE_INTEL_CMDSET

# Comment this if AMD/FUJITSU (SPANSION, MACRONIX, ...) command set flash device support is not needed
USE_AMD_CMDSET

# Comment this if the NVRAM block is not used or is not to be protected
USE_NVRAM

# Comment this if boot statistics (boot count, manual reset, failure reset) are not needed
# USE_BOOTSTATS

# Comment this if no CRC check is needed
USE_CRC

# Comment this if no image uncompression is needed
USE_ZLIB

# Comment this if no Hex image format support is needed 
USE_HEX

# Comment this if no Elf image format support is needed 
USE_ELF

# Comment this if the Command-line interface is not needed 
# USE_CLI

# Comment this if the standard C library is not to be used
# all the previous options will be suppressed.
USE_STDIO

# Comment this if the Serial port is not needed
# all the previous options will be suppressed.
USE_SERIAL

# Comment this if only one software image is to be managed
# The image is supposed to be binary 
USE_IMAGE_TABLE
# This address will only be used if the USE_IMAGE_TABLE item is commented.
# This address indicates the location of an image descriptor that enables
# the software to run the image
# This descriptor must reside in flash memory (0x0e000000-...)
IMAGE_DESC_ADDR=0x0e0b0000