-
Notifications
You must be signed in to change notification settings - Fork 2
/
boards.cfg
49 lines (48 loc) · 2.51 KB
/
boards.cfg
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
#
# List of boards
#
# Syntax:
# white-space separated list of entries;
# each entry has the fields documented below.
#
# Unused fields can be specified as "-", or omitted if they
# are the last field on the line.
#
# Lines starting with '#' are comments.
# Blank lines are ignored.
#
# The CPU field takes the form:
# cpu[:spl_cpu]
# If spl_cpu is specified the make variable CPU will be set to this
# during the SPL build.
#
# The options field takes the form:
# <board config name>[:comma separated config options]
# Each config option has the form (value defaults to "1"):
# option[=value]
# So if you have:
# FOO:HAS_BAR,BAZ=64
# The file include/configs/FOO.h will be used, and these defines created:
# #define CONFIG_HAS_BAR 1
# #define CONFIG_BAZ 64
#
# The maintainers field lists the e-mail addresses of the board's
# maintainers, separated by colons. NOTE: there are spaces in this field!
# For any board without permanent maintainer, please contact
# Wolfgang Denk <wd@denx.de>
# And Cc: the <u-boot@lists.denx.de> mailing list.
# The list should be ordered according to the C locale.
#
# To keep the list formatted and sorted, script tools/reformat.py is available.
# It can be used from a shell:
# tools/reformat.py -i -d '-' -s 8 <boards.cfg >boards0.cfg && mv boards0.cfg boards.cfg
# It can directly be invoked from vim:
# :%!tools/reformat.py -i -d '-' -s 8
#
# Status, Arch, CPU:SPLCPU, SoC, Vendor, Board name, Target, Options, Maintainers
###########################################################################################################
Active arm armv7 mx6 freescale mx6sl_abc123 mx6sl_abc123 mx6sl_abc123:IMX_CONFIG=board/freescale/mx6sl_abc123/imximage.cfg,MX6SL
Active arm armv7 mx6 freescale mx6sl_heisenberg mx6sl_heisenberg mx6sl_heisenberg:IMX_CONFIG=board/freescale/mx6sl_heisenberg/imximage.cfg,MX6SL
Active arm armv7 mx6 freescale mx6sl_heisenberg mx6sl_heisenberg_spl mx6sl_heisenberg_spl:IMX_CONFIG=board/freescale/mx6sl_heisenberg/imximage_spl.cfg,MX6SL
Active arm armv7 mx6 freescale mx6sl_heisenberg mx6sl_heisenberg_bist mx6sl_heisenberg_bist:IMX_CONFIG=board/freescale/mx6sl_heisenberg/imximage.cfg,MX6SL
Active arm armv7 mx6 freescale mx6sl_heisenberg mx6sl_heisenberg_mfgtool mx6sl_heisenberg_mfgtool:IMX_CONFIG=board/freescale/mx6sl_heisenberg/imximage.cfg,MX6SL