Commit 94e9a4ef91817c43b8e5af99d8846491f51b0749
Committed by
Tom Rini
1 parent
622bad103b
Exists in
smarc_8mq_lf_v2020.04
and in
20 other branches
arm: Add support for STMicroelectronics STiH410 soc
The STiH410 is an advanced multi-HD AVC processor with 3D graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU part of the STiH407 family. It has wide connectivity including USB 3.0, PCI-e, SATA and gigabit ethernet. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Showing 3 changed files with 21 additions and 0 deletions Inline Diff
MAINTAINERS
| 1 | Descriptions of section entries: | 1 | Descriptions of section entries: |
| 2 | 2 | ||
| 3 | P: Person (obsolete) | 3 | P: Person (obsolete) |
| 4 | M: Mail patches to: FullName <address@domain> | 4 | M: Mail patches to: FullName <address@domain> |
| 5 | L: Mailing list that is relevant to this area | 5 | L: Mailing list that is relevant to this area |
| 6 | W: Web-page with status/info | 6 | W: Web-page with status/info |
| 7 | Q: Patchwork web based patch tracking system site | 7 | Q: Patchwork web based patch tracking system site |
| 8 | T: SCM tree type and location. | 8 | T: SCM tree type and location. |
| 9 | Type is one of: git, hg, quilt, stgit, topgit | 9 | Type is one of: git, hg, quilt, stgit, topgit |
| 10 | S: Status, one of the following: | 10 | S: Status, one of the following: |
| 11 | Supported: Someone is actually paid to look after this. | 11 | Supported: Someone is actually paid to look after this. |
| 12 | Maintained: Someone actually looks after it. | 12 | Maintained: Someone actually looks after it. |
| 13 | Odd Fixes: It has a maintainer but they don't have time to do | 13 | Odd Fixes: It has a maintainer but they don't have time to do |
| 14 | much other than throw the odd patch in. See below.. | 14 | much other than throw the odd patch in. See below.. |
| 15 | Orphan: No current maintainer [but maybe you could take the | 15 | Orphan: No current maintainer [but maybe you could take the |
| 16 | role as you write your new code]. | 16 | role as you write your new code]. |
| 17 | Obsolete: Old code. Something tagged obsolete generally means | 17 | Obsolete: Old code. Something tagged obsolete generally means |
| 18 | it has been replaced by a better system and you | 18 | it has been replaced by a better system and you |
| 19 | should be using that. | 19 | should be using that. |
| 20 | F: Files and directories with wildcard patterns. | 20 | F: Files and directories with wildcard patterns. |
| 21 | A trailing slash includes all files and subdirectory files. | 21 | A trailing slash includes all files and subdirectory files. |
| 22 | F: drivers/net/ all files in and below drivers/net | 22 | F: drivers/net/ all files in and below drivers/net |
| 23 | F: drivers/net/* all files in drivers/net, but not below | 23 | F: drivers/net/* all files in drivers/net, but not below |
| 24 | F: */net/* all files in "any top level directory"/net | 24 | F: */net/* all files in "any top level directory"/net |
| 25 | One pattern per line. Multiple F: lines acceptable. | 25 | One pattern per line. Multiple F: lines acceptable. |
| 26 | N: Files and directories with regex patterns. | 26 | N: Files and directories with regex patterns. |
| 27 | N: [^a-z]tegra all files whose path contains the word tegra | 27 | N: [^a-z]tegra all files whose path contains the word tegra |
| 28 | One pattern per line. Multiple N: lines acceptable. | 28 | One pattern per line. Multiple N: lines acceptable. |
| 29 | scripts/get_maintainer.pl has different behavior for files that | 29 | scripts/get_maintainer.pl has different behavior for files that |
| 30 | match F: pattern and matches of N: patterns. By default, | 30 | match F: pattern and matches of N: patterns. By default, |
| 31 | get_maintainer will not look at git log history when an F: pattern | 31 | get_maintainer will not look at git log history when an F: pattern |
| 32 | match occurs. When an N: match occurs, git log history is used | 32 | match occurs. When an N: match occurs, git log history is used |
| 33 | to also notify the people that have git commit signatures. | 33 | to also notify the people that have git commit signatures. |
| 34 | X: Files and directories that are NOT maintained, same rules as F: | 34 | X: Files and directories that are NOT maintained, same rules as F: |
| 35 | Files exclusions are tested before file matches. | 35 | Files exclusions are tested before file matches. |
| 36 | Can be useful for excluding a specific subdirectory, for instance: | 36 | Can be useful for excluding a specific subdirectory, for instance: |
| 37 | F: net/ | 37 | F: net/ |
| 38 | X: net/ipv6/ | 38 | X: net/ipv6/ |
| 39 | matches all files in and below net excluding net/ipv6/ | 39 | matches all files in and below net excluding net/ipv6/ |
| 40 | K: Keyword perl extended regex pattern to match content in a | 40 | K: Keyword perl extended regex pattern to match content in a |
| 41 | patch or file. For instance: | 41 | patch or file. For instance: |
| 42 | K: of_get_profile | 42 | K: of_get_profile |
| 43 | matches patches or files that contain "of_get_profile" | 43 | matches patches or files that contain "of_get_profile" |
| 44 | K: \b(printk|pr_(info|err))\b | 44 | K: \b(printk|pr_(info|err))\b |
| 45 | matches patches or files that contain one or more of the words | 45 | matches patches or files that contain one or more of the words |
| 46 | printk, pr_info or pr_err | 46 | printk, pr_info or pr_err |
| 47 | One regex pattern per line. Multiple K: lines acceptable. | 47 | One regex pattern per line. Multiple K: lines acceptable. |
| 48 | 48 | ||
| 49 | Note: For the hard of thinking, this list is meant to remain in alphabetical | 49 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
| 50 | order. If you could add yourselves to it in alphabetical order that would be | 50 | order. If you could add yourselves to it in alphabetical order that would be |
| 51 | so much easier [Ed] | 51 | so much easier [Ed] |
| 52 | 52 | ||
| 53 | Maintainers List (try to look for most precise areas first) | 53 | Maintainers List (try to look for most precise areas first) |
| 54 | 54 | ||
| 55 | ----------------------------------- | 55 | ----------------------------------- |
| 56 | ARC | 56 | ARC |
| 57 | M: Alexey Brodkin <alexey.brodkin@synopsys.com> | 57 | M: Alexey Brodkin <alexey.brodkin@synopsys.com> |
| 58 | S: Maintained | 58 | S: Maintained |
| 59 | T: git git://git.denx.de/u-boot-arc.git | 59 | T: git git://git.denx.de/u-boot-arc.git |
| 60 | F: arch/arc/ | 60 | F: arch/arc/ |
| 61 | 61 | ||
| 62 | ARM | 62 | ARM |
| 63 | M: Albert Aribaud <albert.u.boot@aribaud.net> | 63 | M: Albert Aribaud <albert.u.boot@aribaud.net> |
| 64 | S: Maintained | 64 | S: Maintained |
| 65 | T: git git://git.denx.de/u-boot-arm.git | 65 | T: git git://git.denx.de/u-boot-arm.git |
| 66 | F: arch/arm/ | 66 | F: arch/arm/ |
| 67 | 67 | ||
| 68 | ARM ALTERA SOCFPGA | 68 | ARM ALTERA SOCFPGA |
| 69 | M: Marek Vasut <marex@denx.de> | 69 | M: Marek Vasut <marex@denx.de> |
| 70 | S: Maintainted | 70 | S: Maintainted |
| 71 | T: git git://git.denx.de/u-boot-socfpga.git | 71 | T: git git://git.denx.de/u-boot-socfpga.git |
| 72 | F: arch/arm/mach-socfpga/ | 72 | F: arch/arm/mach-socfpga/ |
| 73 | 73 | ||
| 74 | ARM ATMEL AT91 | 74 | ARM ATMEL AT91 |
| 75 | M: Andreas Bießmann <andreas@biessmann.org> | 75 | M: Andreas Bießmann <andreas@biessmann.org> |
| 76 | S: Maintained | 76 | S: Maintained |
| 77 | T: git git://git.denx.de/u-boot-atmel.git | 77 | T: git git://git.denx.de/u-boot-atmel.git |
| 78 | F: arch/arm/mach-at91/ | 78 | F: arch/arm/mach-at91/ |
| 79 | 79 | ||
| 80 | ARM BROADCOM BCM283X | 80 | ARM BROADCOM BCM283X |
| 81 | M: Stephen Warren <swarren@wwwdotorg.org> | 81 | M: Stephen Warren <swarren@wwwdotorg.org> |
| 82 | S: Maintained | 82 | S: Maintained |
| 83 | F: arch/arm/mach-bcm283x/ | 83 | F: arch/arm/mach-bcm283x/ |
| 84 | F: drivers/gpio/bcm2835_gpio.c | 84 | F: drivers/gpio/bcm2835_gpio.c |
| 85 | F: drivers/mmc/bcm2835_sdhci.c | 85 | F: drivers/mmc/bcm2835_sdhci.c |
| 86 | F: drivers/serial/serial_bcm283x_mu.c | 86 | F: drivers/serial/serial_bcm283x_mu.c |
| 87 | F: drivers/video/bcm2835.c | 87 | F: drivers/video/bcm2835.c |
| 88 | F: include/dm/platform_data/serial_bcm283x_mu.h | 88 | F: include/dm/platform_data/serial_bcm283x_mu.h |
| 89 | 89 | ||
| 90 | ARM FREESCALE IMX | 90 | ARM FREESCALE IMX |
| 91 | M: Stefano Babic <sbabic@denx.de> | 91 | M: Stefano Babic <sbabic@denx.de> |
| 92 | S: Maintained | 92 | S: Maintained |
| 93 | T: git git://git.denx.de/u-boot-imx.git | 93 | T: git git://git.denx.de/u-boot-imx.git |
| 94 | F: arch/arm/cpu/arm1136/mx*/ | 94 | F: arch/arm/cpu/arm1136/mx*/ |
| 95 | F: arch/arm/cpu/arm926ejs/mx*/ | 95 | F: arch/arm/cpu/arm926ejs/mx*/ |
| 96 | F: arch/arm/cpu/arm926ejs/imx/ | 96 | F: arch/arm/cpu/arm926ejs/imx/ |
| 97 | F: arch/arm/cpu/armv7/mx*/ | 97 | F: arch/arm/cpu/armv7/mx*/ |
| 98 | F: arch/arm/cpu/armv7/vf610/ | 98 | F: arch/arm/cpu/armv7/vf610/ |
| 99 | F: arch/arm/cpu/imx-common/ | 99 | F: arch/arm/cpu/imx-common/ |
| 100 | F: arch/arm/include/asm/arch-imx/ | 100 | F: arch/arm/include/asm/arch-imx/ |
| 101 | F: arch/arm/include/asm/arch-mx*/ | 101 | F: arch/arm/include/asm/arch-mx*/ |
| 102 | F: arch/arm/include/asm/arch-vf610/ | 102 | F: arch/arm/include/asm/arch-vf610/ |
| 103 | F: arch/arm/include/asm/imx-common/ | 103 | F: arch/arm/include/asm/imx-common/ |
| 104 | F: board/freescale/*mx*/ | 104 | F: board/freescale/*mx*/ |
| 105 | 105 | ||
| 106 | ARM HISILICON | 106 | ARM HISILICON |
| 107 | M: Peter Griffin <peter.griffin@linaro.org> | 107 | M: Peter Griffin <peter.griffin@linaro.org> |
| 108 | S: Maintained | 108 | S: Maintained |
| 109 | F: arch/arm/cpu/armv8/hisilicon | 109 | F: arch/arm/cpu/armv8/hisilicon |
| 110 | F: arm/include/asm/arch-hi6220/ | 110 | F: arm/include/asm/arch-hi6220/ |
| 111 | 111 | ||
| 112 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X | 112 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X |
| 113 | M: Prafulla Wadaskar <prafulla@marvell.com> | 113 | M: Prafulla Wadaskar <prafulla@marvell.com> |
| 114 | M: Luka Perkov <luka.perkov@sartura.hr> | 114 | M: Luka Perkov <luka.perkov@sartura.hr> |
| 115 | M: Stefan Roese <sr@denx.de> | 115 | M: Stefan Roese <sr@denx.de> |
| 116 | S: Maintained | 116 | S: Maintained |
| 117 | T: git git://git.denx.de/u-boot-marvell.git | 117 | T: git git://git.denx.de/u-boot-marvell.git |
| 118 | F: arch/arm/mach-kirkwood/ | 118 | F: arch/arm/mach-kirkwood/ |
| 119 | F: arch/arm/mach-mvebu/ | 119 | F: arch/arm/mach-mvebu/ |
| 120 | 120 | ||
| 121 | ARM MARVELL PXA | 121 | ARM MARVELL PXA |
| 122 | M: Marek Vasut <marex@denx.de> | 122 | M: Marek Vasut <marex@denx.de> |
| 123 | S: Maintained | 123 | S: Maintained |
| 124 | T: git git://git.denx.de/u-boot-pxa.git | 124 | T: git git://git.denx.de/u-boot-pxa.git |
| 125 | F: arch/arm/cpu/pxa/ | 125 | F: arch/arm/cpu/pxa/ |
| 126 | F: arch/arm/include/asm/arch-pxa/ | 126 | F: arch/arm/include/asm/arch-pxa/ |
| 127 | 127 | ||
| 128 | ARM RENESAS RMOBILE/R-CAR | 128 | ARM RENESAS RMOBILE/R-CAR |
| 129 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 129 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 130 | S: Maintained | 130 | S: Maintained |
| 131 | T: git git://git.denx.de/u-boot-sh.git | 131 | T: git git://git.denx.de/u-boot-sh.git |
| 132 | F: arch/arm/mach-rmobile/ | 132 | F: arch/arm/mach-rmobile/ |
| 133 | 133 | ||
| 134 | ARM ROCKCHIP | 134 | ARM ROCKCHIP |
| 135 | M: Simon Glass <sjg@chromium.org> | 135 | M: Simon Glass <sjg@chromium.org> |
| 136 | S: Maintained | 136 | S: Maintained |
| 137 | T: git git://git.denx.de/u-boot-rockchip.git | 137 | T: git git://git.denx.de/u-boot-rockchip.git |
| 138 | F: arch/arm/mach-rockchip/ | 138 | F: arch/arm/mach-rockchip/ |
| 139 | 139 | ||
| 140 | ARM SAMSUNG | 140 | ARM SAMSUNG |
| 141 | M: Minkyu Kang <mk7.kang@samsung.com> | 141 | M: Minkyu Kang <mk7.kang@samsung.com> |
| 142 | S: Maintained | 142 | S: Maintained |
| 143 | T: git git://git.denx.de/u-boot-samsung.git | 143 | T: git git://git.denx.de/u-boot-samsung.git |
| 144 | F: arch/arm/cpu/arm920t/s3c24x0/ | 144 | F: arch/arm/cpu/arm920t/s3c24x0/ |
| 145 | F: arch/arm/mach-exynos/ | 145 | F: arch/arm/mach-exynos/ |
| 146 | F: arch/arm/mach-s5pc1xx/ | 146 | F: arch/arm/mach-s5pc1xx/ |
| 147 | F: arch/arm/cpu/armv7/s5p-common/ | 147 | F: arch/arm/cpu/armv7/s5p-common/ |
| 148 | F: arch/arm/include/asm/arch-s3c24x0/ | 148 | F: arch/arm/include/asm/arch-s3c24x0/ |
| 149 | 149 | ||
| 150 | ARM SNAPDRAGON | 150 | ARM SNAPDRAGON |
| 151 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | 151 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 152 | S: Maintained | 152 | S: Maintained |
| 153 | F: arch/arm/mach-snapdragon/ | 153 | F: arch/arm/mach-snapdragon/ |
| 154 | 154 | ||
| 155 | ARM STM SPEAR | 155 | ARM STM SPEAR |
| 156 | #M: Vipin Kumar <vipin.kumar@st.com> | 156 | #M: Vipin Kumar <vipin.kumar@st.com> |
| 157 | S: Orphaned (Since 2016-02) | 157 | S: Orphaned (Since 2016-02) |
| 158 | T: git git://git.denx.de/u-boot-stm.git | 158 | T: git git://git.denx.de/u-boot-stm.git |
| 159 | F: arch/arm/cpu/arm926ejs/spear/ | 159 | F: arch/arm/cpu/arm926ejs/spear/ |
| 160 | F: arch/arm/include/asm/arch-spear/ | 160 | F: arch/arm/include/asm/arch-spear/ |
| 161 | 161 | ||
| 162 | ARM STM STV0991 | 162 | ARM STM STV0991 |
| 163 | M: Vikas Manocha <vikas.manocha@st.com> | 163 | M: Vikas Manocha <vikas.manocha@st.com> |
| 164 | S: Maintained | 164 | S: Maintained |
| 165 | F: arch/arm/cpu/armv7/stv0991/ | 165 | F: arch/arm/cpu/armv7/stv0991/ |
| 166 | F: arch/arm/include/asm/arch-stv0991/ | 166 | F: arch/arm/include/asm/arch-stv0991/ |
| 167 | 167 | ||
| 168 | ARM STI | ||
| 169 | M: Patrice Chotard <patrice.chotard@st.com> | ||
| 170 | S: Maintained | ||
| 171 | F: arch/arm/mach-sti/ | ||
| 172 | F: arch/arm/include/asm/arch-sti*/ | ||
| 173 | |||
| 168 | ARM SUNXI | 174 | ARM SUNXI |
| 169 | M: Jagan Teki <jagan@openedev.com> | 175 | M: Jagan Teki <jagan@openedev.com> |
| 170 | M: Maxime Ripard <maxime.ripard@free-electrons.com> | 176 | M: Maxime Ripard <maxime.ripard@free-electrons.com> |
| 171 | T: git git://git.denx.de/u-boot-sunxi.git | 177 | T: git git://git.denx.de/u-boot-sunxi.git |
| 172 | F: arch/arm/cpu/armv7/sunxi/ | 178 | F: arch/arm/cpu/armv7/sunxi/ |
| 173 | F: arch/arm/include/asm/arch-sunxi/ | 179 | F: arch/arm/include/asm/arch-sunxi/ |
| 174 | 180 | ||
| 175 | ARM TEGRA | 181 | ARM TEGRA |
| 176 | M: Tom Warren <twarren@nvidia.com> | 182 | M: Tom Warren <twarren@nvidia.com> |
| 177 | S: Maintained | 183 | S: Maintained |
| 178 | T: git git://git.denx.de/u-boot-tegra.git | 184 | T: git git://git.denx.de/u-boot-tegra.git |
| 179 | F: arch/arm/mach-tegra/ | 185 | F: arch/arm/mach-tegra/ |
| 180 | F: arch/arm/include/asm/arch-tegra*/ | 186 | F: arch/arm/include/asm/arch-tegra*/ |
| 181 | 187 | ||
| 182 | ARM TI | 188 | ARM TI |
| 183 | M: Tom Rini <trini@konsulko.com> | 189 | M: Tom Rini <trini@konsulko.com> |
| 184 | S: Maintained | 190 | S: Maintained |
| 185 | T: git git://git.denx.de/u-boot-ti.git | 191 | T: git git://git.denx.de/u-boot-ti.git |
| 186 | F: arch/arm/mach-davinci/ | 192 | F: arch/arm/mach-davinci/ |
| 187 | F: arch/arm/mach-keystone/ | 193 | F: arch/arm/mach-keystone/ |
| 188 | F: arch/arm/cpu/arm926ejs/omap/ | 194 | F: arch/arm/cpu/arm926ejs/omap/ |
| 189 | F: arch/arm/cpu/armv7/omap*/ | 195 | F: arch/arm/cpu/armv7/omap*/ |
| 190 | F: arch/arm/include/asm/arch-omap*/ | 196 | F: arch/arm/include/asm/arch-omap*/ |
| 191 | F: arch/arm/include/asm/ti-common/ | 197 | F: arch/arm/include/asm/ti-common/ |
| 192 | 198 | ||
| 193 | ARM UNIPHIER | 199 | ARM UNIPHIER |
| 194 | M: Masahiro Yamada <yamada.masahiro@socionext.com> | 200 | M: Masahiro Yamada <yamada.masahiro@socionext.com> |
| 195 | S: Maintained | 201 | S: Maintained |
| 196 | T: git git://git.denx.de/u-boot-uniphier.git | 202 | T: git git://git.denx.de/u-boot-uniphier.git |
| 197 | F: arch/arm/mach-uniphier/ | 203 | F: arch/arm/mach-uniphier/ |
| 198 | F: configs/uniphier_*_defconfig | 204 | F: configs/uniphier_*_defconfig |
| 199 | N: uniphier | 205 | N: uniphier |
| 200 | 206 | ||
| 201 | ARM ZYNQ | 207 | ARM ZYNQ |
| 202 | M: Michal Simek <monstr@monstr.eu> | 208 | M: Michal Simek <monstr@monstr.eu> |
| 203 | S: Maintained | 209 | S: Maintained |
| 204 | F: arch/arm/cpu/armv7/zynq/ | 210 | F: arch/arm/cpu/armv7/zynq/ |
| 205 | F: arch/arm/include/asm/arch-zynq/ | 211 | F: arch/arm/include/asm/arch-zynq/ |
| 206 | 212 | ||
| 207 | ARM ZYNQMP | 213 | ARM ZYNQMP |
| 208 | M: Michal Simek <michal.simek@xilinx.com> | 214 | M: Michal Simek <michal.simek@xilinx.com> |
| 209 | S: Maintained | 215 | S: Maintained |
| 210 | F: arch/arm/cpu/armv8/zynqmp/ | 216 | F: arch/arm/cpu/armv8/zynqmp/ |
| 211 | F: arch/arm/include/asm/arch-zynqmp/ | 217 | F: arch/arm/include/asm/arch-zynqmp/ |
| 212 | 218 | ||
| 213 | AVR32 | 219 | AVR32 |
| 214 | M: Andreas Bießmann <andreas@biessmann.org> | 220 | M: Andreas Bießmann <andreas@biessmann.org> |
| 215 | S: Maintained | 221 | S: Maintained |
| 216 | T: git git://git.denx.de/u-boot-avr32.git | 222 | T: git git://git.denx.de/u-boot-avr32.git |
| 217 | F: arch/avr32/ | 223 | F: arch/avr32/ |
| 218 | 224 | ||
| 219 | BLACKFIN | 225 | BLACKFIN |
| 220 | M: Sonic Zhang <sonic.adi@gmail.com> | 226 | M: Sonic Zhang <sonic.adi@gmail.com> |
| 221 | S: Maintained | 227 | S: Maintained |
| 222 | T: git git://git.denx.de/u-boot-blackfin.git | 228 | T: git git://git.denx.de/u-boot-blackfin.git |
| 223 | F: arch/blackfin/ | 229 | F: arch/blackfin/ |
| 224 | 230 | ||
| 225 | BUILDMAN | 231 | BUILDMAN |
| 226 | M: Simon Glass <sjg@chromium.org> | 232 | M: Simon Glass <sjg@chromium.org> |
| 227 | S: Maintained | 233 | S: Maintained |
| 228 | F: tools/buildman/ | 234 | F: tools/buildman/ |
| 229 | 235 | ||
| 230 | CFI FLASH | 236 | CFI FLASH |
| 231 | M: Stefan Roese <sr@denx.de> | 237 | M: Stefan Roese <sr@denx.de> |
| 232 | S: Maintained | 238 | S: Maintained |
| 233 | T: git git://git.denx.de/u-boot-cfi-flash.git | 239 | T: git git://git.denx.de/u-boot-cfi-flash.git |
| 234 | F: drivers/mtd/cfi_flash.c | 240 | F: drivers/mtd/cfi_flash.c |
| 235 | F: drivers/mtd/jedec_flash.c | 241 | F: drivers/mtd/jedec_flash.c |
| 236 | 242 | ||
| 237 | COLDFIRE | 243 | COLDFIRE |
| 238 | M: Huan Wang <alison.wang@freescale.com> | 244 | M: Huan Wang <alison.wang@freescale.com> |
| 239 | M: Angelo Dureghello <angelo@sysam.it> | 245 | M: Angelo Dureghello <angelo@sysam.it> |
| 240 | S: Maintained | 246 | S: Maintained |
| 241 | T: git git://git.denx.de/u-boot-coldfire.git | 247 | T: git git://git.denx.de/u-boot-coldfire.git |
| 242 | F: arch/m68k/ | 248 | F: arch/m68k/ |
| 243 | 249 | ||
| 244 | DFU | 250 | DFU |
| 245 | M: Lukasz Majewski <lukma@denx.de> | 251 | M: Lukasz Majewski <lukma@denx.de> |
| 246 | S: Maintained | 252 | S: Maintained |
| 247 | T: git git://git.denx.de/u-boot-dfu.git | 253 | T: git git://git.denx.de/u-boot-dfu.git |
| 248 | F: drivers/dfu/ | 254 | F: drivers/dfu/ |
| 249 | F: drivers/usb/gadget/ | 255 | F: drivers/usb/gadget/ |
| 250 | 256 | ||
| 251 | DRIVER MODEL | 257 | DRIVER MODEL |
| 252 | M: Simon Glass <sjg@chromium.org> | 258 | M: Simon Glass <sjg@chromium.org> |
| 253 | S: Maintained | 259 | S: Maintained |
| 254 | T: git git://git.denx.de/u-boot-dm.git | 260 | T: git git://git.denx.de/u-boot-dm.git |
| 255 | F: drivers/core/ | 261 | F: drivers/core/ |
| 256 | F: include/dm/ | 262 | F: include/dm/ |
| 257 | F: test/dm/ | 263 | F: test/dm/ |
| 258 | 264 | ||
| 259 | EFI PAYLOAD | 265 | EFI PAYLOAD |
| 260 | M: Alexander Graf <agraf@suse.de> | 266 | M: Alexander Graf <agraf@suse.de> |
| 261 | S: Maintained | 267 | S: Maintained |
| 262 | F: include/efi_loader.h | 268 | F: include/efi_loader.h |
| 263 | F: lib/efi_loader/ | 269 | F: lib/efi_loader/ |
| 264 | F: cmd/bootefi.c | 270 | F: cmd/bootefi.c |
| 265 | 271 | ||
| 266 | FLATTENED DEVICE TREE | 272 | FLATTENED DEVICE TREE |
| 267 | M: Simon Glass <sjg@chromium.org> | 273 | M: Simon Glass <sjg@chromium.org> |
| 268 | S: Maintained | 274 | S: Maintained |
| 269 | T: git git://git.denx.de/u-boot-fdt.git | 275 | T: git git://git.denx.de/u-boot-fdt.git |
| 270 | F: lib/fdtdec* | 276 | F: lib/fdtdec* |
| 271 | F: lib/libfdt/ | 277 | F: lib/libfdt/ |
| 272 | F: include/fdt* | 278 | F: include/fdt* |
| 273 | F: include/libfdt* | 279 | F: include/libfdt* |
| 274 | F: cmd/fdt.c | 280 | F: cmd/fdt.c |
| 275 | F: common/fdt_support.c | 281 | F: common/fdt_support.c |
| 276 | 282 | ||
| 277 | FREEBSD | 283 | FREEBSD |
| 278 | M: Rafal Jaworowski <raj@semihalf.com> | 284 | M: Rafal Jaworowski <raj@semihalf.com> |
| 279 | S: Maintained | 285 | S: Maintained |
| 280 | T: git git://git.denx.de/u-boot-freebsd.git | 286 | T: git git://git.denx.de/u-boot-freebsd.git |
| 281 | 287 | ||
| 282 | FREESCALE QORIQ | 288 | FREESCALE QORIQ |
| 283 | M: York Sun <york.sun@nxp.com> | 289 | M: York Sun <york.sun@nxp.com> |
| 284 | S: Maintained | 290 | S: Maintained |
| 285 | T: git git://git.denx.de/u-boot-fsl-qoriq.git | 291 | T: git git://git.denx.de/u-boot-fsl-qoriq.git |
| 286 | 292 | ||
| 287 | I2C | 293 | I2C |
| 288 | M: Heiko Schocher <hs@denx.de> | 294 | M: Heiko Schocher <hs@denx.de> |
| 289 | S: Maintained | 295 | S: Maintained |
| 290 | T: git git://git.denx.de/u-boot-i2c.git | 296 | T: git git://git.denx.de/u-boot-i2c.git |
| 291 | F: drivers/i2c/ | 297 | F: drivers/i2c/ |
| 292 | 298 | ||
| 293 | MICROBLAZE | 299 | MICROBLAZE |
| 294 | M: Michal Simek <monstr@monstr.eu> | 300 | M: Michal Simek <monstr@monstr.eu> |
| 295 | S: Maintained | 301 | S: Maintained |
| 296 | T: git git://git.denx.de/u-boot-microblaze.git | 302 | T: git git://git.denx.de/u-boot-microblaze.git |
| 297 | F: arch/microblaze/ | 303 | F: arch/microblaze/ |
| 298 | 304 | ||
| 299 | MIPS | 305 | MIPS |
| 300 | M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 306 | M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
| 301 | S: Maintained | 307 | S: Maintained |
| 302 | T: git git://git.denx.de/u-boot-mips.git | 308 | T: git git://git.denx.de/u-boot-mips.git |
| 303 | F: arch/mips/ | 309 | F: arch/mips/ |
| 304 | 310 | ||
| 305 | MMC | 311 | MMC |
| 306 | M: Jaehoon Chung <jh80.chung@samsung.com> | 312 | M: Jaehoon Chung <jh80.chung@samsung.com> |
| 307 | S: Maintained | 313 | S: Maintained |
| 308 | T: git git://git.denx.de/u-boot-mmc.git | 314 | T: git git://git.denx.de/u-boot-mmc.git |
| 309 | F: drivers/mmc/ | 315 | F: drivers/mmc/ |
| 310 | 316 | ||
| 311 | OPENRISC | 317 | OPENRISC |
| 312 | M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 318 | M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> |
| 313 | S: Maintained | 319 | S: Maintained |
| 314 | F: arch/openrisc/ | 320 | F: arch/openrisc/ |
| 315 | 321 | ||
| 316 | PATMAN | 322 | PATMAN |
| 317 | M: Simon Glass <sjg@chromium.org> | 323 | M: Simon Glass <sjg@chromium.org> |
| 318 | S: Maintained | 324 | S: Maintained |
| 319 | F: tools/patman/ | 325 | F: tools/patman/ |
| 320 | 326 | ||
| 321 | POWERPC | 327 | POWERPC |
| 322 | M: Wolfgang Denk <wd@denx.de> | 328 | M: Wolfgang Denk <wd@denx.de> |
| 323 | S: Maintained | 329 | S: Maintained |
| 324 | F: arch/powerpc/ | 330 | F: arch/powerpc/ |
| 325 | 331 | ||
| 326 | POWERPC MPC5XXX | 332 | POWERPC MPC5XXX |
| 327 | M: Wolfgang Denk <wd@denx.de> | 333 | M: Wolfgang Denk <wd@denx.de> |
| 328 | S: Maintained | 334 | S: Maintained |
| 329 | T: git git://git.denx.de/u-boot-mpc5xxx.git | 335 | T: git git://git.denx.de/u-boot-mpc5xxx.git |
| 330 | F: arch/powerpc/cpu/mpc5*/ | 336 | F: arch/powerpc/cpu/mpc5*/ |
| 331 | 337 | ||
| 332 | POWERPC MPC8XX | 338 | POWERPC MPC8XX |
| 333 | M: Wolfgang Denk <wd@denx.de> | 339 | M: Wolfgang Denk <wd@denx.de> |
| 334 | S: Maintained | 340 | S: Maintained |
| 335 | T: git git://git.denx.de/u-boot-mpc8xx.git | 341 | T: git git://git.denx.de/u-boot-mpc8xx.git |
| 336 | F: arch/powerpc/cpu/mpc8xx/ | 342 | F: arch/powerpc/cpu/mpc8xx/ |
| 337 | 343 | ||
| 338 | POWERPC MPC82XX | 344 | POWERPC MPC82XX |
| 339 | M: Wolfgang Denk <wd@denx.de> | 345 | M: Wolfgang Denk <wd@denx.de> |
| 340 | S: Maintained | 346 | S: Maintained |
| 341 | T: git git://git.denx.de/u-boot-mpc82xx.git | 347 | T: git git://git.denx.de/u-boot-mpc82xx.git |
| 342 | F: arch/powerpc/cpu/mpc82*/ | 348 | F: arch/powerpc/cpu/mpc82*/ |
| 343 | 349 | ||
| 344 | POWERPC MPC83XX | 350 | POWERPC MPC83XX |
| 345 | #M: Kim Phillips <kim.phillips@freescale.com> | 351 | #M: Kim Phillips <kim.phillips@freescale.com> |
| 346 | S: Orphaned (Since 2016-02) | 352 | S: Orphaned (Since 2016-02) |
| 347 | T: git git://git.denx.de/u-boot-mpc83xx.git | 353 | T: git git://git.denx.de/u-boot-mpc83xx.git |
| 348 | F: arch/powerpc/cpu/mpc83xx/ | 354 | F: arch/powerpc/cpu/mpc83xx/ |
| 349 | F: arch/powerpc/include/asm/arch-mpc83xx/ | 355 | F: arch/powerpc/include/asm/arch-mpc83xx/ |
| 350 | 356 | ||
| 351 | POWERPC MPC85XX | 357 | POWERPC MPC85XX |
| 352 | M: York Sun <york.sun@nxp.com> | 358 | M: York Sun <york.sun@nxp.com> |
| 353 | S: Maintained | 359 | S: Maintained |
| 354 | T: git git://git.denx.de/u-boot-mpc85xx.git | 360 | T: git git://git.denx.de/u-boot-mpc85xx.git |
| 355 | F: arch/powerpc/cpu/mpc85xx/ | 361 | F: arch/powerpc/cpu/mpc85xx/ |
| 356 | 362 | ||
| 357 | POWERPC MPC86XX | 363 | POWERPC MPC86XX |
| 358 | M: York Sun <york.sun@nxp.com> | 364 | M: York Sun <york.sun@nxp.com> |
| 359 | S: Maintained | 365 | S: Maintained |
| 360 | T: git git://git.denx.de/u-boot-mpc86xx.git | 366 | T: git git://git.denx.de/u-boot-mpc86xx.git |
| 361 | F: arch/powerpc/cpu/mpc86xx/ | 367 | F: arch/powerpc/cpu/mpc86xx/ |
| 362 | 368 | ||
| 363 | POWERPC PPC4XX | 369 | POWERPC PPC4XX |
| 364 | M: Stefan Roese <sr@denx.de> | 370 | M: Stefan Roese <sr@denx.de> |
| 365 | S: Maintained | 371 | S: Maintained |
| 366 | T: git git://git.denx.de/u-boot-ppc4xx.git | 372 | T: git git://git.denx.de/u-boot-ppc4xx.git |
| 367 | F: arch/powerpc/cpu/ppc4xx/ | 373 | F: arch/powerpc/cpu/ppc4xx/ |
| 368 | 374 | ||
| 369 | POWER | 375 | POWER |
| 370 | M: Jaehoon Chung <jh80.chung@samsung.com> | 376 | M: Jaehoon Chung <jh80.chung@samsung.com> |
| 371 | S: Maintained | 377 | S: Maintained |
| 372 | T: git git://git.denx.de/u-boot-pmic.git | 378 | T: git git://git.denx.de/u-boot-pmic.git |
| 373 | F: drivers/power/ | 379 | F: drivers/power/ |
| 374 | 380 | ||
| 375 | NETWORK | 381 | NETWORK |
| 376 | M: Joe Hershberger <joe.hershberger@ni.com> | 382 | M: Joe Hershberger <joe.hershberger@ni.com> |
| 377 | S: Maintained | 383 | S: Maintained |
| 378 | T: git git://git.denx.de/u-boot-net.git | 384 | T: git git://git.denx.de/u-boot-net.git |
| 379 | F: drivers/net/ | 385 | F: drivers/net/ |
| 380 | F: net/ | 386 | F: net/ |
| 381 | 387 | ||
| 382 | NAND FLASH | 388 | NAND FLASH |
| 383 | M: Scott Wood <oss@buserror.net> | 389 | M: Scott Wood <oss@buserror.net> |
| 384 | S: Maintained | 390 | S: Maintained |
| 385 | T: git git://git.denx.de/u-boot-nand-flash.git | 391 | T: git git://git.denx.de/u-boot-nand-flash.git |
| 386 | F: drivers/mtd/nand/ | 392 | F: drivers/mtd/nand/ |
| 387 | 393 | ||
| 388 | NDS32 | 394 | NDS32 |
| 389 | M: Macpaul Lin <macpaul@andestech.com> | 395 | M: Macpaul Lin <macpaul@andestech.com> |
| 390 | S: Maintained | 396 | S: Maintained |
| 391 | T: git git://git.denx.de/u-boot-nds32.git | 397 | T: git git://git.denx.de/u-boot-nds32.git |
| 392 | F: arch/nds32/ | 398 | F: arch/nds32/ |
| 393 | 399 | ||
| 394 | NIOS | 400 | NIOS |
| 395 | M: Thomas Chou <thomas@wytron.com.tw> | 401 | M: Thomas Chou <thomas@wytron.com.tw> |
| 396 | S: Maintained | 402 | S: Maintained |
| 397 | T: git git://git.denx.de/u-boot-nios.git | 403 | T: git git://git.denx.de/u-boot-nios.git |
| 398 | F: arch/nios2/ | 404 | F: arch/nios2/ |
| 399 | 405 | ||
| 400 | ONENAND | 406 | ONENAND |
| 401 | #M: Lukasz Majewski <l.majewski@majess.pl> | 407 | #M: Lukasz Majewski <l.majewski@majess.pl> |
| 402 | S: Orphaned (Since 2017-01) | 408 | S: Orphaned (Since 2017-01) |
| 403 | T: git git://git.denx.de/u-boot-onenand.git | 409 | T: git git://git.denx.de/u-boot-onenand.git |
| 404 | F: drivers/mtd/onenand/ | 410 | F: drivers/mtd/onenand/ |
| 405 | 411 | ||
| 406 | SANDBOX | 412 | SANDBOX |
| 407 | M: Simon Glass <sjg@chromium.org> | 413 | M: Simon Glass <sjg@chromium.org> |
| 408 | S: Maintained | 414 | S: Maintained |
| 409 | F: arch/sandbox/ | 415 | F: arch/sandbox/ |
| 410 | 416 | ||
| 411 | SH | 417 | SH |
| 412 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 418 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 413 | S: Maintained | 419 | S: Maintained |
| 414 | T: git git://git.denx.de/u-boot-sh.git | 420 | T: git git://git.denx.de/u-boot-sh.git |
| 415 | F: arch/sh/ | 421 | F: arch/sh/ |
| 416 | 422 | ||
| 417 | SPARC | 423 | SPARC |
| 418 | #M: Francois Retief <fgretief@spaceteq.co.za> | 424 | #M: Francois Retief <fgretief@spaceteq.co.za> |
| 419 | S: Orphaned (Since 2016-02) | 425 | S: Orphaned (Since 2016-02) |
| 420 | T: git git://git.denx.de/u-boot-sparc.git | 426 | T: git git://git.denx.de/u-boot-sparc.git |
| 421 | F: arch/sparc/ | 427 | F: arch/sparc/ |
| 422 | 428 | ||
| 423 | SPI | 429 | SPI |
| 424 | M: Jagan Teki <jagan@openedev.com> | 430 | M: Jagan Teki <jagan@openedev.com> |
| 425 | S: Maintained | 431 | S: Maintained |
| 426 | T: git git://git.denx.de/u-boot-spi.git | 432 | T: git git://git.denx.de/u-boot-spi.git |
| 427 | F: drivers/mtd/spi/ | 433 | F: drivers/mtd/spi/ |
| 428 | F: drivers/spi/ | 434 | F: drivers/spi/ |
| 429 | F: include/spi* | 435 | F: include/spi* |
| 430 | 436 | ||
| 431 | SPMI | 437 | SPMI |
| 432 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | 438 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 433 | S: Maintained | 439 | S: Maintained |
| 434 | F: drivers/spmi/ | 440 | F: drivers/spmi/ |
| 435 | F: include/spmi/ | 441 | F: include/spmi/ |
| 436 | 442 | ||
| 437 | TI SYSTEM SECURITY | 443 | TI SYSTEM SECURITY |
| 438 | M: Andrew F. Davis <afd@ti.com> | 444 | M: Andrew F. Davis <afd@ti.com> |
| 439 | S: Supported | 445 | S: Supported |
| 440 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S | 446 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S |
| 441 | F: arch/arm/mach-omap2/omap5/sec-fxns.c | 447 | F: arch/arm/mach-omap2/omap5/sec-fxns.c |
| 442 | F: arch/arm/mach-omap2/sec-common.c | 448 | F: arch/arm/mach-omap2/sec-common.c |
| 443 | F: arch/arm/mach-omap2/config_secure.mk | 449 | F: arch/arm/mach-omap2/config_secure.mk |
| 444 | F: configs/am335x_hs_evm_defconfig | 450 | F: configs/am335x_hs_evm_defconfig |
| 445 | F: configs/am43xx_hs_evm_defconfig | 451 | F: configs/am43xx_hs_evm_defconfig |
| 446 | F: configs/am57xx_hs_evm_defconfig | 452 | F: configs/am57xx_hs_evm_defconfig |
| 447 | F: configs/dra7xx_hs_evm_defconfig | 453 | F: configs/dra7xx_hs_evm_defconfig |
| 448 | 454 | ||
| 449 | TQ GROUP | 455 | TQ GROUP |
| 450 | #M: Martin Krause <martin.krause@tq-systems.de> | 456 | #M: Martin Krause <martin.krause@tq-systems.de> |
| 451 | S: Orphaned (Since 2016-02) | 457 | S: Orphaned (Since 2016-02) |
| 452 | T: git git://git.denx.de/u-boot-tq-group.git | 458 | T: git git://git.denx.de/u-boot-tq-group.git |
| 453 | 459 | ||
| 454 | UBI | 460 | UBI |
| 455 | M: Kyungmin Park <kmpark@infradead.org> | 461 | M: Kyungmin Park <kmpark@infradead.org> |
| 456 | M: Heiko Schocher <hs@denx.de> | 462 | M: Heiko Schocher <hs@denx.de> |
| 457 | S: Maintained | 463 | S: Maintained |
| 458 | T: git git://git.denx.de/u-boot-ubi.git | 464 | T: git git://git.denx.de/u-boot-ubi.git |
| 459 | F: drivers/mtd/ubi/ | 465 | F: drivers/mtd/ubi/ |
| 460 | 466 | ||
| 461 | USB | 467 | USB |
| 462 | M: Marek Vasut <marex@denx.de> | 468 | M: Marek Vasut <marex@denx.de> |
| 463 | S: Maintained | 469 | S: Maintained |
| 464 | T: git git://git.denx.de/u-boot-usb.git | 470 | T: git git://git.denx.de/u-boot-usb.git |
| 465 | F: drivers/usb/ | 471 | F: drivers/usb/ |
| 466 | 472 | ||
| 467 | VIDEO | 473 | VIDEO |
| 468 | M: Anatolij Gustschin <agust@denx.de> | 474 | M: Anatolij Gustschin <agust@denx.de> |
| 469 | S: Maintained | 475 | S: Maintained |
| 470 | T: git git://git.denx.de/u-boot-video.git | 476 | T: git git://git.denx.de/u-boot-video.git |
| 471 | F: drivers/video/ | 477 | F: drivers/video/ |
| 472 | 478 | ||
| 473 | X86 | 479 | X86 |
| 474 | M: Simon Glass <sjg@chromium.org> | 480 | M: Simon Glass <sjg@chromium.org> |
| 475 | S: Maintained | 481 | S: Maintained |
| 476 | T: git git://git.denx.de/u-boot-x86.git | 482 | T: git git://git.denx.de/u-boot-x86.git |
| 477 | F: arch/x86/ | 483 | F: arch/x86/ |
| 478 | 484 | ||
| 479 | XTENSA | 485 | XTENSA |
| 480 | M: Max Filippov <jcmvbkbc@gmail.com> | 486 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 481 | S: Maintained | 487 | S: Maintained |
| 482 | F: arch/xtensa/ | 488 | F: arch/xtensa/ |
| 483 | 489 | ||
| 484 | THE REST | 490 | THE REST |
| 485 | M: Tom Rini <trini@konsulko.com> | 491 | M: Tom Rini <trini@konsulko.com> |
| 486 | L: u-boot@lists.denx.de | 492 | L: u-boot@lists.denx.de |
| 487 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | 493 | Q: http://patchwork.ozlabs.org/project/uboot/list/ |
| 488 | S: Maintained | 494 | S: Maintained |
| 489 | T: git git://git.denx.de/u-boot.git | 495 | T: git git://git.denx.de/u-boot.git |
| 490 | F: * | 496 | F: * |
| 491 | F: */ | 497 | F: */ |
| 492 | 498 |
arch/arm/Kconfig
| 1 | menu "ARM architecture" | 1 | menu "ARM architecture" |
| 2 | depends on ARM | 2 | depends on ARM |
| 3 | 3 | ||
| 4 | config SYS_ARCH | 4 | config SYS_ARCH |
| 5 | default "arm" | 5 | default "arm" |
| 6 | 6 | ||
| 7 | config ARM64 | 7 | config ARM64 |
| 8 | bool | 8 | bool |
| 9 | select PHYS_64BIT | 9 | select PHYS_64BIT |
| 10 | select SYS_CACHE_SHIFT_6 | 10 | select SYS_CACHE_SHIFT_6 |
| 11 | 11 | ||
| 12 | config DMA_ADDR_T_64BIT | 12 | config DMA_ADDR_T_64BIT |
| 13 | bool | 13 | bool |
| 14 | default y if ARM64 | 14 | default y if ARM64 |
| 15 | 15 | ||
| 16 | config HAS_VBAR | 16 | config HAS_VBAR |
| 17 | bool | 17 | bool |
| 18 | 18 | ||
| 19 | config HAS_THUMB2 | 19 | config HAS_THUMB2 |
| 20 | bool | 20 | bool |
| 21 | 21 | ||
| 22 | # If set, the workarounds for these ARM errata are applied early during U-Boot | 22 | # If set, the workarounds for these ARM errata are applied early during U-Boot |
| 23 | # startup. Note that in general these options force the workarounds to be | 23 | # startup. Note that in general these options force the workarounds to be |
| 24 | # applied; no CPU-type/version detection exists, unlike the similar options in | 24 | # applied; no CPU-type/version detection exists, unlike the similar options in |
| 25 | # the Linux kernel. Do not set these options unless they apply! Also note that | 25 | # the Linux kernel. Do not set these options unless they apply! Also note that |
| 26 | # the following can be machine specific errata. These do have ability to | 26 | # the following can be machine specific errata. These do have ability to |
| 27 | # provide rudimentary version and machine specific checks, but expect no | 27 | # provide rudimentary version and machine specific checks, but expect no |
| 28 | # product checks: | 28 | # product checks: |
| 29 | # CONFIG_ARM_ERRATA_430973 | 29 | # CONFIG_ARM_ERRATA_430973 |
| 30 | # CONFIG_ARM_ERRATA_454179 | 30 | # CONFIG_ARM_ERRATA_454179 |
| 31 | # CONFIG_ARM_ERRATA_621766 | 31 | # CONFIG_ARM_ERRATA_621766 |
| 32 | # CONFIG_ARM_ERRATA_798870 | 32 | # CONFIG_ARM_ERRATA_798870 |
| 33 | # CONFIG_ARM_ERRATA_801819 | 33 | # CONFIG_ARM_ERRATA_801819 |
| 34 | config ARM_ERRATA_430973 | 34 | config ARM_ERRATA_430973 |
| 35 | bool | 35 | bool |
| 36 | 36 | ||
| 37 | config ARM_ERRATA_454179 | 37 | config ARM_ERRATA_454179 |
| 38 | bool | 38 | bool |
| 39 | 39 | ||
| 40 | config ARM_ERRATA_621766 | 40 | config ARM_ERRATA_621766 |
| 41 | bool | 41 | bool |
| 42 | 42 | ||
| 43 | config ARM_ERRATA_716044 | 43 | config ARM_ERRATA_716044 |
| 44 | bool | 44 | bool |
| 45 | 45 | ||
| 46 | config ARM_ERRATA_725233 | 46 | config ARM_ERRATA_725233 |
| 47 | bool | 47 | bool |
| 48 | 48 | ||
| 49 | config ARM_ERRATA_742230 | 49 | config ARM_ERRATA_742230 |
| 50 | bool | 50 | bool |
| 51 | 51 | ||
| 52 | config ARM_ERRATA_743622 | 52 | config ARM_ERRATA_743622 |
| 53 | bool | 53 | bool |
| 54 | 54 | ||
| 55 | config ARM_ERRATA_751472 | 55 | config ARM_ERRATA_751472 |
| 56 | bool | 56 | bool |
| 57 | 57 | ||
| 58 | config ARM_ERRATA_761320 | 58 | config ARM_ERRATA_761320 |
| 59 | bool | 59 | bool |
| 60 | 60 | ||
| 61 | config ARM_ERRATA_773022 | 61 | config ARM_ERRATA_773022 |
| 62 | bool | 62 | bool |
| 63 | 63 | ||
| 64 | config ARM_ERRATA_774769 | 64 | config ARM_ERRATA_774769 |
| 65 | bool | 65 | bool |
| 66 | 66 | ||
| 67 | config ARM_ERRATA_794072 | 67 | config ARM_ERRATA_794072 |
| 68 | bool | 68 | bool |
| 69 | 69 | ||
| 70 | config ARM_ERRATA_798870 | 70 | config ARM_ERRATA_798870 |
| 71 | bool | 71 | bool |
| 72 | 72 | ||
| 73 | config ARM_ERRATA_801819 | 73 | config ARM_ERRATA_801819 |
| 74 | bool | 74 | bool |
| 75 | 75 | ||
| 76 | config ARM_ERRATA_826974 | 76 | config ARM_ERRATA_826974 |
| 77 | bool | 77 | bool |
| 78 | 78 | ||
| 79 | config ARM_ERRATA_828024 | 79 | config ARM_ERRATA_828024 |
| 80 | bool | 80 | bool |
| 81 | 81 | ||
| 82 | config ARM_ERRATA_829520 | 82 | config ARM_ERRATA_829520 |
| 83 | bool | 83 | bool |
| 84 | 84 | ||
| 85 | config ARM_ERRATA_833069 | 85 | config ARM_ERRATA_833069 |
| 86 | bool | 86 | bool |
| 87 | 87 | ||
| 88 | config ARM_ERRATA_833471 | 88 | config ARM_ERRATA_833471 |
| 89 | bool | 89 | bool |
| 90 | 90 | ||
| 91 | config CPU_ARM720T | 91 | config CPU_ARM720T |
| 92 | bool | 92 | bool |
| 93 | select SYS_CACHE_SHIFT_5 | 93 | select SYS_CACHE_SHIFT_5 |
| 94 | 94 | ||
| 95 | config CPU_ARM920T | 95 | config CPU_ARM920T |
| 96 | bool | 96 | bool |
| 97 | select SYS_CACHE_SHIFT_5 | 97 | select SYS_CACHE_SHIFT_5 |
| 98 | 98 | ||
| 99 | config CPU_ARM926EJS | 99 | config CPU_ARM926EJS |
| 100 | bool | 100 | bool |
| 101 | select SYS_CACHE_SHIFT_5 | 101 | select SYS_CACHE_SHIFT_5 |
| 102 | 102 | ||
| 103 | config CPU_ARM946ES | 103 | config CPU_ARM946ES |
| 104 | bool | 104 | bool |
| 105 | select SYS_CACHE_SHIFT_5 | 105 | select SYS_CACHE_SHIFT_5 |
| 106 | 106 | ||
| 107 | config CPU_ARM1136 | 107 | config CPU_ARM1136 |
| 108 | bool | 108 | bool |
| 109 | select SYS_CACHE_SHIFT_5 | 109 | select SYS_CACHE_SHIFT_5 |
| 110 | 110 | ||
| 111 | config CPU_ARM1176 | 111 | config CPU_ARM1176 |
| 112 | bool | 112 | bool |
| 113 | select HAS_VBAR | 113 | select HAS_VBAR |
| 114 | select SYS_CACHE_SHIFT_5 | 114 | select SYS_CACHE_SHIFT_5 |
| 115 | 115 | ||
| 116 | config CPU_V7 | 116 | config CPU_V7 |
| 117 | bool | 117 | bool |
| 118 | select HAS_VBAR | 118 | select HAS_VBAR |
| 119 | select HAS_THUMB2 | 119 | select HAS_THUMB2 |
| 120 | select SYS_CACHE_SHIFT_6 | 120 | select SYS_CACHE_SHIFT_6 |
| 121 | 121 | ||
| 122 | config CPU_V7M | 122 | config CPU_V7M |
| 123 | bool | 123 | bool |
| 124 | select HAS_THUMB2 | 124 | select HAS_THUMB2 |
| 125 | select SYS_CACHE_SHIFT_5 | 125 | select SYS_CACHE_SHIFT_5 |
| 126 | 126 | ||
| 127 | config CPU_PXA | 127 | config CPU_PXA |
| 128 | bool | 128 | bool |
| 129 | select SYS_CACHE_SHIFT_5 | 129 | select SYS_CACHE_SHIFT_5 |
| 130 | 130 | ||
| 131 | config CPU_SA1100 | 131 | config CPU_SA1100 |
| 132 | bool | 132 | bool |
| 133 | select SYS_CACHE_SHIFT_5 | 133 | select SYS_CACHE_SHIFT_5 |
| 134 | 134 | ||
| 135 | config SYS_CPU | 135 | config SYS_CPU |
| 136 | default "arm720t" if CPU_ARM720T | 136 | default "arm720t" if CPU_ARM720T |
| 137 | default "arm920t" if CPU_ARM920T | 137 | default "arm920t" if CPU_ARM920T |
| 138 | default "arm926ejs" if CPU_ARM926EJS | 138 | default "arm926ejs" if CPU_ARM926EJS |
| 139 | default "arm946es" if CPU_ARM946ES | 139 | default "arm946es" if CPU_ARM946ES |
| 140 | default "arm1136" if CPU_ARM1136 | 140 | default "arm1136" if CPU_ARM1136 |
| 141 | default "arm1176" if CPU_ARM1176 | 141 | default "arm1176" if CPU_ARM1176 |
| 142 | default "armv7" if CPU_V7 | 142 | default "armv7" if CPU_V7 |
| 143 | default "armv7m" if CPU_V7M | 143 | default "armv7m" if CPU_V7M |
| 144 | default "pxa" if CPU_PXA | 144 | default "pxa" if CPU_PXA |
| 145 | default "sa1100" if CPU_SA1100 | 145 | default "sa1100" if CPU_SA1100 |
| 146 | default "armv8" if ARM64 | 146 | default "armv8" if ARM64 |
| 147 | 147 | ||
| 148 | config SYS_ARM_ARCH | 148 | config SYS_ARM_ARCH |
| 149 | int | 149 | int |
| 150 | default 4 if CPU_ARM720T | 150 | default 4 if CPU_ARM720T |
| 151 | default 4 if CPU_ARM920T | 151 | default 4 if CPU_ARM920T |
| 152 | default 5 if CPU_ARM926EJS | 152 | default 5 if CPU_ARM926EJS |
| 153 | default 5 if CPU_ARM946ES | 153 | default 5 if CPU_ARM946ES |
| 154 | default 6 if CPU_ARM1136 | 154 | default 6 if CPU_ARM1136 |
| 155 | default 6 if CPU_ARM1176 | 155 | default 6 if CPU_ARM1176 |
| 156 | default 7 if CPU_V7 | 156 | default 7 if CPU_V7 |
| 157 | default 7 if CPU_V7M | 157 | default 7 if CPU_V7M |
| 158 | default 5 if CPU_PXA | 158 | default 5 if CPU_PXA |
| 159 | default 4 if CPU_SA1100 | 159 | default 4 if CPU_SA1100 |
| 160 | default 8 if ARM64 | 160 | default 8 if ARM64 |
| 161 | 161 | ||
| 162 | config SYS_CACHE_SHIFT_5 | 162 | config SYS_CACHE_SHIFT_5 |
| 163 | bool | 163 | bool |
| 164 | 164 | ||
| 165 | config SYS_CACHE_SHIFT_6 | 165 | config SYS_CACHE_SHIFT_6 |
| 166 | bool | 166 | bool |
| 167 | 167 | ||
| 168 | config SYS_CACHE_SHIFT_7 | 168 | config SYS_CACHE_SHIFT_7 |
| 169 | bool | 169 | bool |
| 170 | 170 | ||
| 171 | config SYS_CACHELINE_SIZE | 171 | config SYS_CACHELINE_SIZE |
| 172 | int | 172 | int |
| 173 | default 128 if SYS_CACHE_SHIFT_7 | 173 | default 128 if SYS_CACHE_SHIFT_7 |
| 174 | default 64 if SYS_CACHE_SHIFT_6 | 174 | default 64 if SYS_CACHE_SHIFT_6 |
| 175 | default 32 if SYS_CACHE_SHIFT_5 | 175 | default 32 if SYS_CACHE_SHIFT_5 |
| 176 | 176 | ||
| 177 | config SEMIHOSTING | 177 | config SEMIHOSTING |
| 178 | bool "support boot from semihosting" | 178 | bool "support boot from semihosting" |
| 179 | help | 179 | help |
| 180 | In emulated environments, semihosting is a way for | 180 | In emulated environments, semihosting is a way for |
| 181 | the hosted environment to call out to the emulator to | 181 | the hosted environment to call out to the emulator to |
| 182 | retrieve files from the host machine. | 182 | retrieve files from the host machine. |
| 183 | 183 | ||
| 184 | config SYS_L2CACHE_OFF | 184 | config SYS_L2CACHE_OFF |
| 185 | bool "L2cache off" | 185 | bool "L2cache off" |
| 186 | help | 186 | help |
| 187 | If SoC does not support L2CACHE or one do not want to enable | 187 | If SoC does not support L2CACHE or one do not want to enable |
| 188 | L2CACHE, choose this option. | 188 | L2CACHE, choose this option. |
| 189 | 189 | ||
| 190 | config ENABLE_ARM_SOC_BOOT0_HOOK | 190 | config ENABLE_ARM_SOC_BOOT0_HOOK |
| 191 | bool "prepare BOOT0 header" | 191 | bool "prepare BOOT0 header" |
| 192 | help | 192 | help |
| 193 | If the SoC's BOOT0 requires a header area filled with (magic) | 193 | If the SoC's BOOT0 requires a header area filled with (magic) |
| 194 | values, then choose this option, and create a define called | 194 | values, then choose this option, and create a define called |
| 195 | ARM_SOC_BOOT0_HOOK which contains the required assembler | 195 | ARM_SOC_BOOT0_HOOK which contains the required assembler |
| 196 | preprocessor code. | 196 | preprocessor code. |
| 197 | 197 | ||
| 198 | config USE_ARCH_MEMCPY | 198 | config USE_ARCH_MEMCPY |
| 199 | bool "Use an assembly optimized implementation of memcpy" | 199 | bool "Use an assembly optimized implementation of memcpy" |
| 200 | default y | 200 | default y |
| 201 | depends on !ARM64 | 201 | depends on !ARM64 |
| 202 | help | 202 | help |
| 203 | Enable the generation of an optimized version of memcpy. | 203 | Enable the generation of an optimized version of memcpy. |
| 204 | Such implementation may be faster under some conditions | 204 | Such implementation may be faster under some conditions |
| 205 | but may increase the binary size. | 205 | but may increase the binary size. |
| 206 | 206 | ||
| 207 | config SPL_USE_ARCH_MEMCPY | 207 | config SPL_USE_ARCH_MEMCPY |
| 208 | bool "Use an assembly optimized implementation of memcpy" | 208 | bool "Use an assembly optimized implementation of memcpy" |
| 209 | default y if USE_ARCH_MEMCPY | 209 | default y if USE_ARCH_MEMCPY |
| 210 | depends on !ARM64 | 210 | depends on !ARM64 |
| 211 | help | 211 | help |
| 212 | Enable the generation of an optimized version of memcpy. | 212 | Enable the generation of an optimized version of memcpy. |
| 213 | Such implementation may be faster under some conditions | 213 | Such implementation may be faster under some conditions |
| 214 | but may increase the binary size. | 214 | but may increase the binary size. |
| 215 | 215 | ||
| 216 | config USE_ARCH_MEMSET | 216 | config USE_ARCH_MEMSET |
| 217 | bool "Use an assembly optimized implementation of memset" | 217 | bool "Use an assembly optimized implementation of memset" |
| 218 | default y | 218 | default y |
| 219 | depends on !ARM64 | 219 | depends on !ARM64 |
| 220 | help | 220 | help |
| 221 | Enable the generation of an optimized version of memset. | 221 | Enable the generation of an optimized version of memset. |
| 222 | Such implementation may be faster under some conditions | 222 | Such implementation may be faster under some conditions |
| 223 | but may increase the binary size. | 223 | but may increase the binary size. |
| 224 | 224 | ||
| 225 | config SPL_USE_ARCH_MEMSET | 225 | config SPL_USE_ARCH_MEMSET |
| 226 | bool "Use an assembly optimized implementation of memset" | 226 | bool "Use an assembly optimized implementation of memset" |
| 227 | default y if USE_ARCH_MEMSET | 227 | default y if USE_ARCH_MEMSET |
| 228 | depends on !ARM64 | 228 | depends on !ARM64 |
| 229 | help | 229 | help |
| 230 | Enable the generation of an optimized version of memset. | 230 | Enable the generation of an optimized version of memset. |
| 231 | Such implementation may be faster under some conditions | 231 | Such implementation may be faster under some conditions |
| 232 | but may increase the binary size. | 232 | but may increase the binary size. |
| 233 | 233 | ||
| 234 | config ARCH_OMAP2 | 234 | config ARCH_OMAP2 |
| 235 | bool | 235 | bool |
| 236 | select CPU_V7 | 236 | select CPU_V7 |
| 237 | select SUPPORT_SPL | 237 | select SUPPORT_SPL |
| 238 | 238 | ||
| 239 | config ARM64_SUPPORT_AARCH32 | 239 | config ARM64_SUPPORT_AARCH32 |
| 240 | bool "ARM64 system support AArch32 execution state" | 240 | bool "ARM64 system support AArch32 execution state" |
| 241 | default y if ARM64 && !TARGET_THUNDERX_88XX | 241 | default y if ARM64 && !TARGET_THUNDERX_88XX |
| 242 | help | 242 | help |
| 243 | This ARM64 system supports AArch32 execution state. | 243 | This ARM64 system supports AArch32 execution state. |
| 244 | 244 | ||
| 245 | choice | 245 | choice |
| 246 | prompt "Target select" | 246 | prompt "Target select" |
| 247 | default TARGET_HIKEY | 247 | default TARGET_HIKEY |
| 248 | 248 | ||
| 249 | config ARCH_AT91 | 249 | config ARCH_AT91 |
| 250 | bool "Atmel AT91" | 250 | bool "Atmel AT91" |
| 251 | 251 | ||
| 252 | config TARGET_EDB93XX | 252 | config TARGET_EDB93XX |
| 253 | bool "Support edb93xx" | 253 | bool "Support edb93xx" |
| 254 | select CPU_ARM920T | 254 | select CPU_ARM920T |
| 255 | 255 | ||
| 256 | config TARGET_ASPENITE | 256 | config TARGET_ASPENITE |
| 257 | bool "Support aspenite" | 257 | bool "Support aspenite" |
| 258 | select CPU_ARM926EJS | 258 | select CPU_ARM926EJS |
| 259 | 259 | ||
| 260 | config TARGET_GPLUGD | 260 | config TARGET_GPLUGD |
| 261 | bool "Support gplugd" | 261 | bool "Support gplugd" |
| 262 | select CPU_ARM926EJS | 262 | select CPU_ARM926EJS |
| 263 | 263 | ||
| 264 | config ARCH_DAVINCI | 264 | config ARCH_DAVINCI |
| 265 | bool "TI DaVinci" | 265 | bool "TI DaVinci" |
| 266 | select CPU_ARM926EJS | 266 | select CPU_ARM926EJS |
| 267 | help | 267 | help |
| 268 | Support for TI's DaVinci platform. | 268 | Support for TI's DaVinci platform. |
| 269 | 269 | ||
| 270 | config KIRKWOOD | 270 | config KIRKWOOD |
| 271 | bool "Marvell Kirkwood" | 271 | bool "Marvell Kirkwood" |
| 272 | select CPU_ARM926EJS | 272 | select CPU_ARM926EJS |
| 273 | select BOARD_EARLY_INIT_F | 273 | select BOARD_EARLY_INIT_F |
| 274 | select ARCH_MISC_INIT | 274 | select ARCH_MISC_INIT |
| 275 | 275 | ||
| 276 | config ARCH_MVEBU | 276 | config ARCH_MVEBU |
| 277 | bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" | 277 | bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)" |
| 278 | select OF_CONTROL | 278 | select OF_CONTROL |
| 279 | select OF_SEPARATE | 279 | select OF_SEPARATE |
| 280 | select DM | 280 | select DM |
| 281 | select DM_ETH | 281 | select DM_ETH |
| 282 | select DM_SERIAL | 282 | select DM_SERIAL |
| 283 | select DM_SPI | 283 | select DM_SPI |
| 284 | select DM_SPI_FLASH | 284 | select DM_SPI_FLASH |
| 285 | 285 | ||
| 286 | config TARGET_DEVKIT3250 | 286 | config TARGET_DEVKIT3250 |
| 287 | bool "Support devkit3250" | 287 | bool "Support devkit3250" |
| 288 | select CPU_ARM926EJS | 288 | select CPU_ARM926EJS |
| 289 | select SUPPORT_SPL | 289 | select SUPPORT_SPL |
| 290 | 290 | ||
| 291 | config TARGET_WORK_92105 | 291 | config TARGET_WORK_92105 |
| 292 | bool "Support work_92105" | 292 | bool "Support work_92105" |
| 293 | select CPU_ARM926EJS | 293 | select CPU_ARM926EJS |
| 294 | select SUPPORT_SPL | 294 | select SUPPORT_SPL |
| 295 | 295 | ||
| 296 | config TARGET_MX25PDK | 296 | config TARGET_MX25PDK |
| 297 | bool "Support mx25pdk" | 297 | bool "Support mx25pdk" |
| 298 | select BOARD_LATE_INIT | 298 | select BOARD_LATE_INIT |
| 299 | select CPU_ARM926EJS | 299 | select CPU_ARM926EJS |
| 300 | select BOARD_EARLY_INIT_F | 300 | select BOARD_EARLY_INIT_F |
| 301 | 301 | ||
| 302 | config TARGET_ZMX25 | 302 | config TARGET_ZMX25 |
| 303 | bool "Support zmx25" | 303 | bool "Support zmx25" |
| 304 | select BOARD_LATE_INIT | 304 | select BOARD_LATE_INIT |
| 305 | select CPU_ARM926EJS | 305 | select CPU_ARM926EJS |
| 306 | 306 | ||
| 307 | config TARGET_APF27 | 307 | config TARGET_APF27 |
| 308 | bool "Support apf27" | 308 | bool "Support apf27" |
| 309 | select CPU_ARM926EJS | 309 | select CPU_ARM926EJS |
| 310 | select SUPPORT_SPL | 310 | select SUPPORT_SPL |
| 311 | 311 | ||
| 312 | config TARGET_APX4DEVKIT | 312 | config TARGET_APX4DEVKIT |
| 313 | bool "Support apx4devkit" | 313 | bool "Support apx4devkit" |
| 314 | select CPU_ARM926EJS | 314 | select CPU_ARM926EJS |
| 315 | select SUPPORT_SPL | 315 | select SUPPORT_SPL |
| 316 | 316 | ||
| 317 | config TARGET_XFI3 | 317 | config TARGET_XFI3 |
| 318 | bool "Support xfi3" | 318 | bool "Support xfi3" |
| 319 | select CPU_ARM926EJS | 319 | select CPU_ARM926EJS |
| 320 | select SUPPORT_SPL | 320 | select SUPPORT_SPL |
| 321 | 321 | ||
| 322 | config TARGET_M28EVK | 322 | config TARGET_M28EVK |
| 323 | bool "Support m28evk" | 323 | bool "Support m28evk" |
| 324 | select CPU_ARM926EJS | 324 | select CPU_ARM926EJS |
| 325 | select SUPPORT_SPL | 325 | select SUPPORT_SPL |
| 326 | 326 | ||
| 327 | config TARGET_MX23EVK | 327 | config TARGET_MX23EVK |
| 328 | bool "Support mx23evk" | 328 | bool "Support mx23evk" |
| 329 | select CPU_ARM926EJS | 329 | select CPU_ARM926EJS |
| 330 | select SUPPORT_SPL | 330 | select SUPPORT_SPL |
| 331 | select BOARD_EARLY_INIT_F | 331 | select BOARD_EARLY_INIT_F |
| 332 | 332 | ||
| 333 | config TARGET_MX28EVK | 333 | config TARGET_MX28EVK |
| 334 | bool "Support mx28evk" | 334 | bool "Support mx28evk" |
| 335 | select CPU_ARM926EJS | 335 | select CPU_ARM926EJS |
| 336 | select SUPPORT_SPL | 336 | select SUPPORT_SPL |
| 337 | select BOARD_EARLY_INIT_F | 337 | select BOARD_EARLY_INIT_F |
| 338 | 338 | ||
| 339 | config TARGET_MX23_OLINUXINO | 339 | config TARGET_MX23_OLINUXINO |
| 340 | bool "Support mx23_olinuxino" | 340 | bool "Support mx23_olinuxino" |
| 341 | select CPU_ARM926EJS | 341 | select CPU_ARM926EJS |
| 342 | select SUPPORT_SPL | 342 | select SUPPORT_SPL |
| 343 | select BOARD_EARLY_INIT_F | 343 | select BOARD_EARLY_INIT_F |
| 344 | 344 | ||
| 345 | config TARGET_BG0900 | 345 | config TARGET_BG0900 |
| 346 | bool "Support bg0900" | 346 | bool "Support bg0900" |
| 347 | select CPU_ARM926EJS | 347 | select CPU_ARM926EJS |
| 348 | select SUPPORT_SPL | 348 | select SUPPORT_SPL |
| 349 | 349 | ||
| 350 | config TARGET_SANSA_FUZE_PLUS | 350 | config TARGET_SANSA_FUZE_PLUS |
| 351 | bool "Support sansa_fuze_plus" | 351 | bool "Support sansa_fuze_plus" |
| 352 | select CPU_ARM926EJS | 352 | select CPU_ARM926EJS |
| 353 | select SUPPORT_SPL | 353 | select SUPPORT_SPL |
| 354 | 354 | ||
| 355 | config TARGET_SC_SPS_1 | 355 | config TARGET_SC_SPS_1 |
| 356 | bool "Support sc_sps_1" | 356 | bool "Support sc_sps_1" |
| 357 | select CPU_ARM926EJS | 357 | select CPU_ARM926EJS |
| 358 | select SUPPORT_SPL | 358 | select SUPPORT_SPL |
| 359 | 359 | ||
| 360 | config ORION5X | 360 | config ORION5X |
| 361 | bool "Marvell Orion" | 361 | bool "Marvell Orion" |
| 362 | select CPU_ARM926EJS | 362 | select CPU_ARM926EJS |
| 363 | 363 | ||
| 364 | config TARGET_SPEAR300 | 364 | config TARGET_SPEAR300 |
| 365 | bool "Support spear300" | 365 | bool "Support spear300" |
| 366 | select CPU_ARM926EJS | 366 | select CPU_ARM926EJS |
| 367 | select BOARD_EARLY_INIT_F | 367 | select BOARD_EARLY_INIT_F |
| 368 | 368 | ||
| 369 | config TARGET_SPEAR310 | 369 | config TARGET_SPEAR310 |
| 370 | bool "Support spear310" | 370 | bool "Support spear310" |
| 371 | select CPU_ARM926EJS | 371 | select CPU_ARM926EJS |
| 372 | select BOARD_EARLY_INIT_F | 372 | select BOARD_EARLY_INIT_F |
| 373 | 373 | ||
| 374 | config TARGET_SPEAR320 | 374 | config TARGET_SPEAR320 |
| 375 | bool "Support spear320" | 375 | bool "Support spear320" |
| 376 | select CPU_ARM926EJS | 376 | select CPU_ARM926EJS |
| 377 | select BOARD_EARLY_INIT_F | 377 | select BOARD_EARLY_INIT_F |
| 378 | 378 | ||
| 379 | config TARGET_SPEAR600 | 379 | config TARGET_SPEAR600 |
| 380 | bool "Support spear600" | 380 | bool "Support spear600" |
| 381 | select CPU_ARM926EJS | 381 | select CPU_ARM926EJS |
| 382 | select BOARD_EARLY_INIT_F | 382 | select BOARD_EARLY_INIT_F |
| 383 | 383 | ||
| 384 | config TARGET_STV0991 | 384 | config TARGET_STV0991 |
| 385 | bool "Support stv0991" | 385 | bool "Support stv0991" |
| 386 | select CPU_V7 | 386 | select CPU_V7 |
| 387 | select DM | 387 | select DM |
| 388 | select DM_SERIAL | 388 | select DM_SERIAL |
| 389 | select DM_SPI | 389 | select DM_SPI |
| 390 | select DM_SPI_FLASH | 390 | select DM_SPI_FLASH |
| 391 | select SPI_FLASH | 391 | select SPI_FLASH |
| 392 | 392 | ||
| 393 | config TARGET_X600 | 393 | config TARGET_X600 |
| 394 | bool "Support x600" | 394 | bool "Support x600" |
| 395 | select BOARD_LATE_INIT | 395 | select BOARD_LATE_INIT |
| 396 | select CPU_ARM926EJS | 396 | select CPU_ARM926EJS |
| 397 | select SUPPORT_SPL | 397 | select SUPPORT_SPL |
| 398 | 398 | ||
| 399 | config TARGET_IMX31_PHYCORE | 399 | config TARGET_IMX31_PHYCORE |
| 400 | bool "Support imx31_phycore_eet" | 400 | bool "Support imx31_phycore_eet" |
| 401 | select CPU_ARM1136 | 401 | select CPU_ARM1136 |
| 402 | select BOARD_EARLY_INIT_F | 402 | select BOARD_EARLY_INIT_F |
| 403 | 403 | ||
| 404 | config TARGET_IMX31_PHYCORE_EET | 404 | config TARGET_IMX31_PHYCORE_EET |
| 405 | bool "Support imx31_phycore_eet" | 405 | bool "Support imx31_phycore_eet" |
| 406 | select BOARD_LATE_INIT | 406 | select BOARD_LATE_INIT |
| 407 | select CPU_ARM1136 | 407 | select CPU_ARM1136 |
| 408 | select BOARD_EARLY_INIT_F | 408 | select BOARD_EARLY_INIT_F |
| 409 | 409 | ||
| 410 | config TARGET_MX31ADS | 410 | config TARGET_MX31ADS |
| 411 | bool "Support mx31ads" | 411 | bool "Support mx31ads" |
| 412 | select CPU_ARM1136 | 412 | select CPU_ARM1136 |
| 413 | select BOARD_EARLY_INIT_F | 413 | select BOARD_EARLY_INIT_F |
| 414 | 414 | ||
| 415 | config TARGET_MX31PDK | 415 | config TARGET_MX31PDK |
| 416 | bool "Support mx31pdk" | 416 | bool "Support mx31pdk" |
| 417 | select BOARD_LATE_INIT | 417 | select BOARD_LATE_INIT |
| 418 | select CPU_ARM1136 | 418 | select CPU_ARM1136 |
| 419 | select SUPPORT_SPL | 419 | select SUPPORT_SPL |
| 420 | select BOARD_EARLY_INIT_F | 420 | select BOARD_EARLY_INIT_F |
| 421 | 421 | ||
| 422 | config TARGET_WOODBURN | 422 | config TARGET_WOODBURN |
| 423 | bool "Support woodburn" | 423 | bool "Support woodburn" |
| 424 | select CPU_ARM1136 | 424 | select CPU_ARM1136 |
| 425 | 425 | ||
| 426 | config TARGET_WOODBURN_SD | 426 | config TARGET_WOODBURN_SD |
| 427 | bool "Support woodburn_sd" | 427 | bool "Support woodburn_sd" |
| 428 | select CPU_ARM1136 | 428 | select CPU_ARM1136 |
| 429 | select SUPPORT_SPL | 429 | select SUPPORT_SPL |
| 430 | 430 | ||
| 431 | config TARGET_FLEA3 | 431 | config TARGET_FLEA3 |
| 432 | bool "Support flea3" | 432 | bool "Support flea3" |
| 433 | select CPU_ARM1136 | 433 | select CPU_ARM1136 |
| 434 | 434 | ||
| 435 | config TARGET_MX35PDK | 435 | config TARGET_MX35PDK |
| 436 | bool "Support mx35pdk" | 436 | bool "Support mx35pdk" |
| 437 | select BOARD_LATE_INIT | 437 | select BOARD_LATE_INIT |
| 438 | select CPU_ARM1136 | 438 | select CPU_ARM1136 |
| 439 | 439 | ||
| 440 | config ARCH_BCM283X | 440 | config ARCH_BCM283X |
| 441 | bool "Broadcom BCM283X family" | 441 | bool "Broadcom BCM283X family" |
| 442 | select DM | 442 | select DM |
| 443 | select DM_SERIAL | 443 | select DM_SERIAL |
| 444 | select DM_GPIO | 444 | select DM_GPIO |
| 445 | select OF_CONTROL | 445 | select OF_CONTROL |
| 446 | 446 | ||
| 447 | config TARGET_VEXPRESS_CA15_TC2 | 447 | config TARGET_VEXPRESS_CA15_TC2 |
| 448 | bool "Support vexpress_ca15_tc2" | 448 | bool "Support vexpress_ca15_tc2" |
| 449 | select CPU_V7 | 449 | select CPU_V7 |
| 450 | select CPU_V7_HAS_NONSEC | 450 | select CPU_V7_HAS_NONSEC |
| 451 | select CPU_V7_HAS_VIRT | 451 | select CPU_V7_HAS_VIRT |
| 452 | 452 | ||
| 453 | config TARGET_VEXPRESS_CA5X2 | 453 | config TARGET_VEXPRESS_CA5X2 |
| 454 | bool "Support vexpress_ca5x2" | 454 | bool "Support vexpress_ca5x2" |
| 455 | select CPU_V7 | 455 | select CPU_V7 |
| 456 | 456 | ||
| 457 | config TARGET_VEXPRESS_CA9X4 | 457 | config TARGET_VEXPRESS_CA9X4 |
| 458 | bool "Support vexpress_ca9x4" | 458 | bool "Support vexpress_ca9x4" |
| 459 | select CPU_V7 | 459 | select CPU_V7 |
| 460 | 460 | ||
| 461 | config TARGET_BRXRE1 | 461 | config TARGET_BRXRE1 |
| 462 | bool "Support BRXRE1" | 462 | bool "Support BRXRE1" |
| 463 | select ARCH_OMAP2 | 463 | select ARCH_OMAP2 |
| 464 | select BOARD_LATE_INIT | 464 | select BOARD_LATE_INIT |
| 465 | 465 | ||
| 466 | config TARGET_BRPPT1 | 466 | config TARGET_BRPPT1 |
| 467 | bool "Support BRPPT1" | 467 | bool "Support BRPPT1" |
| 468 | select ARCH_OMAP2 | 468 | select ARCH_OMAP2 |
| 469 | select BOARD_LATE_INIT | 469 | select BOARD_LATE_INIT |
| 470 | 470 | ||
| 471 | config TARGET_DRACO | 471 | config TARGET_DRACO |
| 472 | bool "Support draco" | 472 | bool "Support draco" |
| 473 | select ARCH_OMAP2 | 473 | select ARCH_OMAP2 |
| 474 | select BOARD_LATE_INIT | 474 | select BOARD_LATE_INIT |
| 475 | select DM | 475 | select DM |
| 476 | select DM_SERIAL | 476 | select DM_SERIAL |
| 477 | select DM_GPIO | 477 | select DM_GPIO |
| 478 | 478 | ||
| 479 | config TARGET_THUBAN | 479 | config TARGET_THUBAN |
| 480 | bool "Support thuban" | 480 | bool "Support thuban" |
| 481 | select ARCH_OMAP2 | 481 | select ARCH_OMAP2 |
| 482 | select BOARD_LATE_INIT | 482 | select BOARD_LATE_INIT |
| 483 | select DM | 483 | select DM |
| 484 | select DM_SERIAL | 484 | select DM_SERIAL |
| 485 | select DM_GPIO | 485 | select DM_GPIO |
| 486 | 486 | ||
| 487 | config TARGET_RASTABAN | 487 | config TARGET_RASTABAN |
| 488 | bool "Support rastaban" | 488 | bool "Support rastaban" |
| 489 | select ARCH_OMAP2 | 489 | select ARCH_OMAP2 |
| 490 | select BOARD_LATE_INIT | 490 | select BOARD_LATE_INIT |
| 491 | select DM | 491 | select DM |
| 492 | select DM_SERIAL | 492 | select DM_SERIAL |
| 493 | select DM_GPIO | 493 | select DM_GPIO |
| 494 | 494 | ||
| 495 | config TARGET_ETAMIN | 495 | config TARGET_ETAMIN |
| 496 | bool "Support etamin" | 496 | bool "Support etamin" |
| 497 | select ARCH_OMAP2 | 497 | select ARCH_OMAP2 |
| 498 | select BOARD_LATE_INIT | 498 | select BOARD_LATE_INIT |
| 499 | select DM | 499 | select DM |
| 500 | select DM_SERIAL | 500 | select DM_SERIAL |
| 501 | select DM_GPIO | 501 | select DM_GPIO |
| 502 | 502 | ||
| 503 | config TARGET_PXM2 | 503 | config TARGET_PXM2 |
| 504 | bool "Support pxm2" | 504 | bool "Support pxm2" |
| 505 | select ARCH_OMAP2 | 505 | select ARCH_OMAP2 |
| 506 | select BOARD_LATE_INIT | 506 | select BOARD_LATE_INIT |
| 507 | select DM | 507 | select DM |
| 508 | select DM_SERIAL | 508 | select DM_SERIAL |
| 509 | select DM_GPIO | 509 | select DM_GPIO |
| 510 | 510 | ||
| 511 | config TARGET_RUT | 511 | config TARGET_RUT |
| 512 | bool "Support rut" | 512 | bool "Support rut" |
| 513 | select ARCH_OMAP2 | 513 | select ARCH_OMAP2 |
| 514 | select BOARD_LATE_INIT | 514 | select BOARD_LATE_INIT |
| 515 | select DM | 515 | select DM |
| 516 | select DM_SERIAL | 516 | select DM_SERIAL |
| 517 | select DM_GPIO | 517 | select DM_GPIO |
| 518 | 518 | ||
| 519 | config TARGET_TI814X_EVM | 519 | config TARGET_TI814X_EVM |
| 520 | bool "Support ti814x_evm" | 520 | bool "Support ti814x_evm" |
| 521 | select ARCH_OMAP2 | 521 | select ARCH_OMAP2 |
| 522 | 522 | ||
| 523 | config TARGET_TI816X_EVM | 523 | config TARGET_TI816X_EVM |
| 524 | bool "Support ti816x_evm" | 524 | bool "Support ti816x_evm" |
| 525 | select ARCH_OMAP2 | 525 | select ARCH_OMAP2 |
| 526 | 526 | ||
| 527 | config TARGET_BCM23550_W1D | 527 | config TARGET_BCM23550_W1D |
| 528 | bool "Support bcm23550_w1d" | 528 | bool "Support bcm23550_w1d" |
| 529 | select CPU_V7 | 529 | select CPU_V7 |
| 530 | 530 | ||
| 531 | config TARGET_BCM28155_AP | 531 | config TARGET_BCM28155_AP |
| 532 | bool "Support bcm28155_ap" | 532 | bool "Support bcm28155_ap" |
| 533 | select CPU_V7 | 533 | select CPU_V7 |
| 534 | 534 | ||
| 535 | config TARGET_BCMCYGNUS | 535 | config TARGET_BCMCYGNUS |
| 536 | bool "Support bcmcygnus" | 536 | bool "Support bcmcygnus" |
| 537 | select CPU_V7 | 537 | select CPU_V7 |
| 538 | 538 | ||
| 539 | config TARGET_BCMNSP | 539 | config TARGET_BCMNSP |
| 540 | bool "Support bcmnsp" | 540 | bool "Support bcmnsp" |
| 541 | select CPU_V7 | 541 | select CPU_V7 |
| 542 | 542 | ||
| 543 | config ARCH_EXYNOS | 543 | config ARCH_EXYNOS |
| 544 | bool "Samsung EXYNOS" | 544 | bool "Samsung EXYNOS" |
| 545 | select DM | 545 | select DM |
| 546 | select DM_I2C | 546 | select DM_I2C |
| 547 | select DM_SPI_FLASH | 547 | select DM_SPI_FLASH |
| 548 | select DM_SERIAL | 548 | select DM_SERIAL |
| 549 | select DM_SPI | 549 | select DM_SPI |
| 550 | select DM_GPIO | 550 | select DM_GPIO |
| 551 | select DM_KEYBOARD | 551 | select DM_KEYBOARD |
| 552 | 552 | ||
| 553 | config ARCH_S5PC1XX | 553 | config ARCH_S5PC1XX |
| 554 | bool "Samsung S5PC1XX" | 554 | bool "Samsung S5PC1XX" |
| 555 | select CPU_V7 | 555 | select CPU_V7 |
| 556 | select DM | 556 | select DM |
| 557 | select DM_SERIAL | 557 | select DM_SERIAL |
| 558 | select DM_GPIO | 558 | select DM_GPIO |
| 559 | select DM_I2C | 559 | select DM_I2C |
| 560 | 560 | ||
| 561 | config ARCH_HIGHBANK | 561 | config ARCH_HIGHBANK |
| 562 | bool "Calxeda Highbank" | 562 | bool "Calxeda Highbank" |
| 563 | select CPU_V7 | 563 | select CPU_V7 |
| 564 | 564 | ||
| 565 | config ARCH_INTEGRATOR | 565 | config ARCH_INTEGRATOR |
| 566 | bool "ARM Ltd. Integrator family" | 566 | bool "ARM Ltd. Integrator family" |
| 567 | select DM | 567 | select DM |
| 568 | select DM_SERIAL | 568 | select DM_SERIAL |
| 569 | 569 | ||
| 570 | config ARCH_KEYSTONE | 570 | config ARCH_KEYSTONE |
| 571 | bool "TI Keystone" | 571 | bool "TI Keystone" |
| 572 | select CPU_V7 | 572 | select CPU_V7 |
| 573 | select SUPPORT_SPL | 573 | select SUPPORT_SPL |
| 574 | select CMD_POWEROFF | 574 | select CMD_POWEROFF |
| 575 | 575 | ||
| 576 | config ARCH_MESON | 576 | config ARCH_MESON |
| 577 | bool "Amlogic Meson" | 577 | bool "Amlogic Meson" |
| 578 | help | 578 | help |
| 579 | Support for the Meson SoC family developed by Amlogic Inc., | 579 | Support for the Meson SoC family developed by Amlogic Inc., |
| 580 | targeted at media players and tablet computers. We currently | 580 | targeted at media players and tablet computers. We currently |
| 581 | support the S905 (GXBaby) 64-bit SoC. | 581 | support the S905 (GXBaby) 64-bit SoC. |
| 582 | 582 | ||
| 583 | config ARCH_MX7 | 583 | config ARCH_MX7 |
| 584 | bool "Freescale MX7" | 584 | bool "Freescale MX7" |
| 585 | select CPU_V7 | 585 | select CPU_V7 |
| 586 | select SYS_FSL_HAS_SEC if SECURE_BOOT | 586 | select SYS_FSL_HAS_SEC if SECURE_BOOT |
| 587 | select SYS_FSL_SEC_COMPAT_4 | 587 | select SYS_FSL_SEC_COMPAT_4 |
| 588 | select SYS_FSL_SEC_LE | 588 | select SYS_FSL_SEC_LE |
| 589 | select BOARD_EARLY_INIT_F | 589 | select BOARD_EARLY_INIT_F |
| 590 | select ARCH_MISC_INIT | 590 | select ARCH_MISC_INIT |
| 591 | 591 | ||
| 592 | config ARCH_MX6 | 592 | config ARCH_MX6 |
| 593 | bool "Freescale MX6" | 593 | bool "Freescale MX6" |
| 594 | select CPU_V7 | 594 | select CPU_V7 |
| 595 | select SYS_FSL_HAS_SEC if SECURE_BOOT | 595 | select SYS_FSL_HAS_SEC if SECURE_BOOT |
| 596 | select SYS_FSL_SEC_COMPAT_4 | 596 | select SYS_FSL_SEC_COMPAT_4 |
| 597 | select SYS_FSL_SEC_LE | 597 | select SYS_FSL_SEC_LE |
| 598 | 598 | ||
| 599 | config ARCH_MX5 | 599 | config ARCH_MX5 |
| 600 | bool "Freescale MX5" | 600 | bool "Freescale MX5" |
| 601 | select CPU_V7 | 601 | select CPU_V7 |
| 602 | select BOARD_EARLY_INIT_F | 602 | select BOARD_EARLY_INIT_F |
| 603 | 603 | ||
| 604 | config TARGET_M53EVK | 604 | config TARGET_M53EVK |
| 605 | bool "Support m53evk" | 605 | bool "Support m53evk" |
| 606 | select CPU_V7 | 606 | select CPU_V7 |
| 607 | select SUPPORT_SPL | 607 | select SUPPORT_SPL |
| 608 | select BOARD_EARLY_INIT_F | 608 | select BOARD_EARLY_INIT_F |
| 609 | 609 | ||
| 610 | config TARGET_MX51EVK | 610 | config TARGET_MX51EVK |
| 611 | bool "Support mx51evk" | 611 | bool "Support mx51evk" |
| 612 | select BOARD_LATE_INIT | 612 | select BOARD_LATE_INIT |
| 613 | select CPU_V7 | 613 | select CPU_V7 |
| 614 | select BOARD_EARLY_INIT_F | 614 | select BOARD_EARLY_INIT_F |
| 615 | 615 | ||
| 616 | config TARGET_MX53ARD | 616 | config TARGET_MX53ARD |
| 617 | bool "Support mx53ard" | 617 | bool "Support mx53ard" |
| 618 | select CPU_V7 | 618 | select CPU_V7 |
| 619 | select BOARD_EARLY_INIT_F | 619 | select BOARD_EARLY_INIT_F |
| 620 | 620 | ||
| 621 | config TARGET_MX53EVK | 621 | config TARGET_MX53EVK |
| 622 | bool "Support mx53evk" | 622 | bool "Support mx53evk" |
| 623 | select BOARD_LATE_INIT | 623 | select BOARD_LATE_INIT |
| 624 | select CPU_V7 | 624 | select CPU_V7 |
| 625 | select BOARD_EARLY_INIT_F | 625 | select BOARD_EARLY_INIT_F |
| 626 | 626 | ||
| 627 | config TARGET_MX53LOCO | 627 | config TARGET_MX53LOCO |
| 628 | bool "Support mx53loco" | 628 | bool "Support mx53loco" |
| 629 | select BOARD_LATE_INIT | 629 | select BOARD_LATE_INIT |
| 630 | select CPU_V7 | 630 | select CPU_V7 |
| 631 | select BOARD_EARLY_INIT_F | 631 | select BOARD_EARLY_INIT_F |
| 632 | 632 | ||
| 633 | config TARGET_MX53SMD | 633 | config TARGET_MX53SMD |
| 634 | bool "Support mx53smd" | 634 | bool "Support mx53smd" |
| 635 | select CPU_V7 | 635 | select CPU_V7 |
| 636 | select BOARD_EARLY_INIT_F | 636 | select BOARD_EARLY_INIT_F |
| 637 | 637 | ||
| 638 | config OMAP34XX | 638 | config OMAP34XX |
| 639 | bool "OMAP34XX SoC" | 639 | bool "OMAP34XX SoC" |
| 640 | select ARCH_OMAP2 | 640 | select ARCH_OMAP2 |
| 641 | select ARM_ERRATA_430973 | 641 | select ARM_ERRATA_430973 |
| 642 | select ARM_ERRATA_454179 | 642 | select ARM_ERRATA_454179 |
| 643 | select ARM_ERRATA_621766 | 643 | select ARM_ERRATA_621766 |
| 644 | select ARM_ERRATA_725233 | 644 | select ARM_ERRATA_725233 |
| 645 | select USE_TINY_PRINTF | 645 | select USE_TINY_PRINTF |
| 646 | imply SPL_EXT_SUPPORT | 646 | imply SPL_EXT_SUPPORT |
| 647 | imply SPL_FAT_SUPPORT | 647 | imply SPL_FAT_SUPPORT |
| 648 | imply SPL_GPIO_SUPPORT | 648 | imply SPL_GPIO_SUPPORT |
| 649 | imply SPL_I2C_SUPPORT | 649 | imply SPL_I2C_SUPPORT |
| 650 | imply SPL_LIBCOMMON_SUPPORT | 650 | imply SPL_LIBCOMMON_SUPPORT |
| 651 | imply SPL_LIBDISK_SUPPORT | 651 | imply SPL_LIBDISK_SUPPORT |
| 652 | imply SPL_LIBGENERIC_SUPPORT | 652 | imply SPL_LIBGENERIC_SUPPORT |
| 653 | imply SPL_MMC_SUPPORT | 653 | imply SPL_MMC_SUPPORT |
| 654 | imply SPL_NAND_SUPPORT | 654 | imply SPL_NAND_SUPPORT |
| 655 | imply SPL_POWER_SUPPORT | 655 | imply SPL_POWER_SUPPORT |
| 656 | imply SPL_SERIAL_SUPPORT | 656 | imply SPL_SERIAL_SUPPORT |
| 657 | 657 | ||
| 658 | config OMAP44XX | 658 | config OMAP44XX |
| 659 | bool "OMAP44XX SoC" | 659 | bool "OMAP44XX SoC" |
| 660 | select ARCH_OMAP2 | 660 | select ARCH_OMAP2 |
| 661 | select USE_TINY_PRINTF | 661 | select USE_TINY_PRINTF |
| 662 | imply SPL_DISPLAY_PRINT | 662 | imply SPL_DISPLAY_PRINT |
| 663 | imply SPL_EXT_SUPPORT | 663 | imply SPL_EXT_SUPPORT |
| 664 | imply SPL_FAT_SUPPORT | 664 | imply SPL_FAT_SUPPORT |
| 665 | imply SPL_GPIO_SUPPORT | 665 | imply SPL_GPIO_SUPPORT |
| 666 | imply SPL_I2C_SUPPORT | 666 | imply SPL_I2C_SUPPORT |
| 667 | imply SPL_LIBCOMMON_SUPPORT | 667 | imply SPL_LIBCOMMON_SUPPORT |
| 668 | imply SPL_LIBDISK_SUPPORT | 668 | imply SPL_LIBDISK_SUPPORT |
| 669 | imply SPL_LIBGENERIC_SUPPORT | 669 | imply SPL_LIBGENERIC_SUPPORT |
| 670 | imply SPL_MMC_SUPPORT | 670 | imply SPL_MMC_SUPPORT |
| 671 | imply SPL_NAND_SUPPORT | 671 | imply SPL_NAND_SUPPORT |
| 672 | imply SPL_POWER_SUPPORT | 672 | imply SPL_POWER_SUPPORT |
| 673 | imply SPL_SERIAL_SUPPORT | 673 | imply SPL_SERIAL_SUPPORT |
| 674 | 674 | ||
| 675 | config OMAP54XX | 675 | config OMAP54XX |
| 676 | bool "OMAP54XX SoC" | 676 | bool "OMAP54XX SoC" |
| 677 | select ARCH_OMAP2 | 677 | select ARCH_OMAP2 |
| 678 | select ARM_ERRATA_798870 | 678 | select ARM_ERRATA_798870 |
| 679 | imply SPL_DISPLAY_PRINT | 679 | imply SPL_DISPLAY_PRINT |
| 680 | imply SPL_ENV_SUPPORT | 680 | imply SPL_ENV_SUPPORT |
| 681 | imply SPL_EXT_SUPPORT | 681 | imply SPL_EXT_SUPPORT |
| 682 | imply SPL_FAT_SUPPORT | 682 | imply SPL_FAT_SUPPORT |
| 683 | imply SPL_GPIO_SUPPORT | 683 | imply SPL_GPIO_SUPPORT |
| 684 | imply SPL_I2C_SUPPORT | 684 | imply SPL_I2C_SUPPORT |
| 685 | imply SPL_LIBCOMMON_SUPPORT | 685 | imply SPL_LIBCOMMON_SUPPORT |
| 686 | imply SPL_LIBDISK_SUPPORT | 686 | imply SPL_LIBDISK_SUPPORT |
| 687 | imply SPL_LIBGENERIC_SUPPORT | 687 | imply SPL_LIBGENERIC_SUPPORT |
| 688 | imply SPL_MMC_SUPPORT | 688 | imply SPL_MMC_SUPPORT |
| 689 | imply SPL_NAND_SUPPORT | 689 | imply SPL_NAND_SUPPORT |
| 690 | imply SPL_POWER_SUPPORT | 690 | imply SPL_POWER_SUPPORT |
| 691 | imply SPL_SERIAL_SUPPORT | 691 | imply SPL_SERIAL_SUPPORT |
| 692 | 692 | ||
| 693 | config AM43XX | 693 | config AM43XX |
| 694 | bool "AM43XX SoC" | 694 | bool "AM43XX SoC" |
| 695 | select ARCH_OMAP2 | 695 | select ARCH_OMAP2 |
| 696 | help | 696 | help |
| 697 | Support for AM43xx SOC from Texas Instruments. | 697 | Support for AM43xx SOC from Texas Instruments. |
| 698 | The AM43xx high performance SOC features a Cortex-A9 | 698 | The AM43xx high performance SOC features a Cortex-A9 |
| 699 | ARM core, a quad core PRU-ICSS for industrial Ethernet | 699 | ARM core, a quad core PRU-ICSS for industrial Ethernet |
| 700 | protocols, dual camera support, optional 3D graphics | 700 | protocols, dual camera support, optional 3D graphics |
| 701 | and an optional customer programmable secure boot. | 701 | and an optional customer programmable secure boot. |
| 702 | 702 | ||
| 703 | config AM33XX | 703 | config AM33XX |
| 704 | bool "AM33XX SoC" | 704 | bool "AM33XX SoC" |
| 705 | select ARCH_OMAP2 | 705 | select ARCH_OMAP2 |
| 706 | help | 706 | help |
| 707 | Support for AM335x SOC from Texas Instruments. | 707 | Support for AM335x SOC from Texas Instruments. |
| 708 | The AM335x high performance SOC features a Cortex-A8 | 708 | The AM335x high performance SOC features a Cortex-A8 |
| 709 | ARM core, a dual core PRU-ICSS for industrial Ethernet | 709 | ARM core, a dual core PRU-ICSS for industrial Ethernet |
| 710 | protocols, optional 3D graphics and an optional customer | 710 | protocols, optional 3D graphics and an optional customer |
| 711 | programmable secure boot. | 711 | programmable secure boot. |
| 712 | 712 | ||
| 713 | config ARCH_RMOBILE | 713 | config ARCH_RMOBILE |
| 714 | bool "Renesas ARM SoCs" | 714 | bool "Renesas ARM SoCs" |
| 715 | select DM | 715 | select DM |
| 716 | select DM_SERIAL | 716 | select DM_SERIAL |
| 717 | select BOARD_EARLY_INIT_F | 717 | select BOARD_EARLY_INIT_F |
| 718 | 718 | ||
| 719 | config TARGET_S32V234EVB | 719 | config TARGET_S32V234EVB |
| 720 | bool "Support s32v234evb" | 720 | bool "Support s32v234evb" |
| 721 | select ARM64 | 721 | select ARM64 |
| 722 | select SYS_FSL_ERRATUM_ESDHC111 | 722 | select SYS_FSL_ERRATUM_ESDHC111 |
| 723 | 723 | ||
| 724 | config ARCH_SNAPDRAGON | 724 | config ARCH_SNAPDRAGON |
| 725 | bool "Qualcomm Snapdragon SoCs" | 725 | bool "Qualcomm Snapdragon SoCs" |
| 726 | select ARM64 | 726 | select ARM64 |
| 727 | select DM | 727 | select DM |
| 728 | select DM_GPIO | 728 | select DM_GPIO |
| 729 | select DM_SERIAL | 729 | select DM_SERIAL |
| 730 | select SPMI | 730 | select SPMI |
| 731 | select OF_CONTROL | 731 | select OF_CONTROL |
| 732 | select OF_SEPARATE | 732 | select OF_SEPARATE |
| 733 | 733 | ||
| 734 | config ARCH_SOCFPGA | 734 | config ARCH_SOCFPGA |
| 735 | bool "Altera SOCFPGA family" | 735 | bool "Altera SOCFPGA family" |
| 736 | select CPU_V7 | 736 | select CPU_V7 |
| 737 | select SUPPORT_SPL | 737 | select SUPPORT_SPL |
| 738 | select OF_CONTROL | 738 | select OF_CONTROL |
| 739 | select SPL_OF_CONTROL | 739 | select SPL_OF_CONTROL |
| 740 | select DM | 740 | select DM |
| 741 | select DM_SPI_FLASH | 741 | select DM_SPI_FLASH |
| 742 | select DM_SPI | 742 | select DM_SPI |
| 743 | select ENABLE_ARM_SOC_BOOT0_HOOK | 743 | select ENABLE_ARM_SOC_BOOT0_HOOK |
| 744 | select ARCH_EARLY_INIT_R | 744 | select ARCH_EARLY_INIT_R |
| 745 | select ARCH_MISC_INIT | 745 | select ARCH_MISC_INIT |
| 746 | select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION | 746 | select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION |
| 747 | 747 | ||
| 748 | config TARGET_CM_T43 | 748 | config TARGET_CM_T43 |
| 749 | bool "Support cm_t43" | 749 | bool "Support cm_t43" |
| 750 | select ARCH_OMAP2 | 750 | select ARCH_OMAP2 |
| 751 | 751 | ||
| 752 | config ARCH_SUNXI | 752 | config ARCH_SUNXI |
| 753 | bool "Support sunxi (Allwinner) SoCs" | 753 | bool "Support sunxi (Allwinner) SoCs" |
| 754 | select CMD_GPIO | 754 | select CMD_GPIO |
| 755 | select CMD_MMC if MMC | 755 | select CMD_MMC if MMC |
| 756 | select CMD_USB if DISTRO_DEFAULTS | 756 | select CMD_USB if DISTRO_DEFAULTS |
| 757 | select DM | 757 | select DM |
| 758 | select DM_ETH | 758 | select DM_ETH |
| 759 | select DM_GPIO | 759 | select DM_GPIO |
| 760 | select DM_KEYBOARD | 760 | select DM_KEYBOARD |
| 761 | select DM_SERIAL | 761 | select DM_SERIAL |
| 762 | select DM_USB if DISTRO_DEFAULTS | 762 | select DM_USB if DISTRO_DEFAULTS |
| 763 | select OF_BOARD_SETUP | 763 | select OF_BOARD_SETUP |
| 764 | select OF_CONTROL | 764 | select OF_CONTROL |
| 765 | select OF_SEPARATE | 765 | select OF_SEPARATE |
| 766 | select SPL_STACK_R if SUPPORT_SPL | 766 | select SPL_STACK_R if SUPPORT_SPL |
| 767 | select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL | 767 | select SPL_SYS_MALLOC_SIMPLE if SUPPORT_SPL |
| 768 | select SYS_NS16550 | 768 | select SYS_NS16550 |
| 769 | select USB if DISTRO_DEFAULTS | 769 | select USB if DISTRO_DEFAULTS |
| 770 | select USB_STORAGE if DISTRO_DEFAULTS | 770 | select USB_STORAGE if DISTRO_DEFAULTS |
| 771 | select USB_KEYBOARD if DISTRO_DEFAULTS | 771 | select USB_KEYBOARD if DISTRO_DEFAULTS |
| 772 | select USE_TINY_PRINTF | 772 | select USE_TINY_PRINTF |
| 773 | 773 | ||
| 774 | config TARGET_TS4600 | 774 | config TARGET_TS4600 |
| 775 | bool "Support TS4600" | 775 | bool "Support TS4600" |
| 776 | select CPU_ARM926EJS | 776 | select CPU_ARM926EJS |
| 777 | select SUPPORT_SPL | 777 | select SUPPORT_SPL |
| 778 | 778 | ||
| 779 | config TARGET_TS4800 | 779 | config TARGET_TS4800 |
| 780 | bool "Support TS4800" | 780 | bool "Support TS4800" |
| 781 | select CPU_V7 | 781 | select CPU_V7 |
| 782 | select SYS_FSL_ERRATUM_ESDHC_A001 | 782 | select SYS_FSL_ERRATUM_ESDHC_A001 |
| 783 | 783 | ||
| 784 | config TARGET_VF610TWR | 784 | config TARGET_VF610TWR |
| 785 | bool "Support vf610twr" | 785 | bool "Support vf610twr" |
| 786 | select CPU_V7 | 786 | select CPU_V7 |
| 787 | select SYS_FSL_ERRATUM_ESDHC111 | 787 | select SYS_FSL_ERRATUM_ESDHC111 |
| 788 | 788 | ||
| 789 | config TARGET_COLIBRI_VF | 789 | config TARGET_COLIBRI_VF |
| 790 | bool "Support Colibri VF50/61" | 790 | bool "Support Colibri VF50/61" |
| 791 | select BOARD_LATE_INIT | 791 | select BOARD_LATE_INIT |
| 792 | select CPU_V7 | 792 | select CPU_V7 |
| 793 | select SYS_FSL_ERRATUM_ESDHC111 | 793 | select SYS_FSL_ERRATUM_ESDHC111 |
| 794 | 794 | ||
| 795 | config TARGET_PCM052 | 795 | config TARGET_PCM052 |
| 796 | bool "Support pcm-052" | 796 | bool "Support pcm-052" |
| 797 | select CPU_V7 | 797 | select CPU_V7 |
| 798 | select SYS_FSL_ERRATUM_ESDHC111 | 798 | select SYS_FSL_ERRATUM_ESDHC111 |
| 799 | select SYS_FSL_ERRATUM_ESDHC135 | 799 | select SYS_FSL_ERRATUM_ESDHC135 |
| 800 | select SYS_FSL_ERRATUM_ESDHC_A001 | 800 | select SYS_FSL_ERRATUM_ESDHC_A001 |
| 801 | 801 | ||
| 802 | config TARGET_BK4R1 | 802 | config TARGET_BK4R1 |
| 803 | bool "Support BK4r1" | 803 | bool "Support BK4r1" |
| 804 | select CPU_V7 | 804 | select CPU_V7 |
| 805 | select SYS_FSL_ERRATUM_ESDHC111 | 805 | select SYS_FSL_ERRATUM_ESDHC111 |
| 806 | select SYS_FSL_ERRATUM_ESDHC135 | 806 | select SYS_FSL_ERRATUM_ESDHC135 |
| 807 | select SYS_FSL_ERRATUM_ESDHC_A001 | 807 | select SYS_FSL_ERRATUM_ESDHC_A001 |
| 808 | 808 | ||
| 809 | config ARCH_ZYNQ | 809 | config ARCH_ZYNQ |
| 810 | bool "Xilinx Zynq Platform" | 810 | bool "Xilinx Zynq Platform" |
| 811 | select BOARD_LATE_INIT | 811 | select BOARD_LATE_INIT |
| 812 | select CPU_V7 | 812 | select CPU_V7 |
| 813 | select SUPPORT_SPL | 813 | select SUPPORT_SPL |
| 814 | select OF_CONTROL | 814 | select OF_CONTROL |
| 815 | select SPL_OF_CONTROL if SPL | 815 | select SPL_OF_CONTROL if SPL |
| 816 | select DM | 816 | select DM |
| 817 | select DM_ETH | 817 | select DM_ETH |
| 818 | select DM_GPIO | 818 | select DM_GPIO |
| 819 | select SPL_DM if SPL | 819 | select SPL_DM if SPL |
| 820 | select DM_MMC | 820 | select DM_MMC |
| 821 | select DM_MMC_OPS | 821 | select DM_MMC_OPS |
| 822 | select DM_SPI | 822 | select DM_SPI |
| 823 | select DM_SERIAL | 823 | select DM_SERIAL |
| 824 | select DM_SPI_FLASH | 824 | select DM_SPI_FLASH |
| 825 | select SPL_SEPARATE_BSS if SPL | 825 | select SPL_SEPARATE_BSS if SPL |
| 826 | select DM_USB if USB | 826 | select DM_USB if USB |
| 827 | select BLK | 827 | select BLK |
| 828 | 828 | ||
| 829 | config ARCH_ZYNQMP | 829 | config ARCH_ZYNQMP |
| 830 | bool "Support Xilinx ZynqMP Platform" | 830 | bool "Support Xilinx ZynqMP Platform" |
| 831 | select ARM64 | 831 | select ARM64 |
| 832 | select BOARD_LATE_INIT | 832 | select BOARD_LATE_INIT |
| 833 | select DM | 833 | select DM |
| 834 | select OF_CONTROL | 834 | select OF_CONTROL |
| 835 | select DM_SERIAL | 835 | select DM_SERIAL |
| 836 | select SUPPORT_SPL | 836 | select SUPPORT_SPL |
| 837 | select CLK | 837 | select CLK |
| 838 | select SPL_CLK | 838 | select SPL_CLK |
| 839 | select DM_USB if USB | 839 | select DM_USB if USB |
| 840 | 840 | ||
| 841 | config TEGRA | 841 | config TEGRA |
| 842 | bool "NVIDIA Tegra" | 842 | bool "NVIDIA Tegra" |
| 843 | 843 | ||
| 844 | config TARGET_VEXPRESS64_AEMV8A | 844 | config TARGET_VEXPRESS64_AEMV8A |
| 845 | bool "Support vexpress_aemv8a" | 845 | bool "Support vexpress_aemv8a" |
| 846 | select ARM64 | 846 | select ARM64 |
| 847 | 847 | ||
| 848 | config TARGET_VEXPRESS64_BASE_FVP | 848 | config TARGET_VEXPRESS64_BASE_FVP |
| 849 | bool "Support Versatile Express ARMv8a FVP BASE model" | 849 | bool "Support Versatile Express ARMv8a FVP BASE model" |
| 850 | select ARM64 | 850 | select ARM64 |
| 851 | select SEMIHOSTING | 851 | select SEMIHOSTING |
| 852 | 852 | ||
| 853 | config TARGET_VEXPRESS64_BASE_FVP_DRAM | 853 | config TARGET_VEXPRESS64_BASE_FVP_DRAM |
| 854 | bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM" | 854 | bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM" |
| 855 | select ARM64 | 855 | select ARM64 |
| 856 | help | 856 | help |
| 857 | This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides | 857 | This target is derived from TARGET_VEXPRESS64_BASE_FVP and over-rides |
| 858 | the default config to allow the user to load the images directly into | 858 | the default config to allow the user to load the images directly into |
| 859 | DRAM using model parameters rather than by using semi-hosting to load | 859 | DRAM using model parameters rather than by using semi-hosting to load |
| 860 | the files from the host filesystem. | 860 | the files from the host filesystem. |
| 861 | 861 | ||
| 862 | config TARGET_VEXPRESS64_JUNO | 862 | config TARGET_VEXPRESS64_JUNO |
| 863 | bool "Support Versatile Express Juno Development Platform" | 863 | bool "Support Versatile Express Juno Development Platform" |
| 864 | select ARM64 | 864 | select ARM64 |
| 865 | 865 | ||
| 866 | config TARGET_LS2080A_EMU | 866 | config TARGET_LS2080A_EMU |
| 867 | bool "Support ls2080a_emu" | 867 | bool "Support ls2080a_emu" |
| 868 | select ARCH_LS2080A | 868 | select ARCH_LS2080A |
| 869 | select ARM64 | 869 | select ARM64 |
| 870 | select ARMV8_MULTIENTRY | 870 | select ARMV8_MULTIENTRY |
| 871 | select ARCH_MISC_INIT | 871 | select ARCH_MISC_INIT |
| 872 | help | 872 | help |
| 873 | Support for Freescale LS2080A_EMU platform | 873 | Support for Freescale LS2080A_EMU platform |
| 874 | The LS2080A Development System (EMULATOR) is a pre silicon | 874 | The LS2080A Development System (EMULATOR) is a pre silicon |
| 875 | development platform that supports the QorIQ LS2080A | 875 | development platform that supports the QorIQ LS2080A |
| 876 | Layerscape Architecture processor. | 876 | Layerscape Architecture processor. |
| 877 | 877 | ||
| 878 | config TARGET_LS2080A_SIMU | 878 | config TARGET_LS2080A_SIMU |
| 879 | bool "Support ls2080a_simu" | 879 | bool "Support ls2080a_simu" |
| 880 | select ARCH_LS2080A | 880 | select ARCH_LS2080A |
| 881 | select ARM64 | 881 | select ARM64 |
| 882 | select ARMV8_MULTIENTRY | 882 | select ARMV8_MULTIENTRY |
| 883 | select ARCH_MISC_INIT | 883 | select ARCH_MISC_INIT |
| 884 | help | 884 | help |
| 885 | Support for Freescale LS2080A_SIMU platform | 885 | Support for Freescale LS2080A_SIMU platform |
| 886 | The LS2080A Development System (QDS) is a pre silicon | 886 | The LS2080A Development System (QDS) is a pre silicon |
| 887 | development platform that supports the QorIQ LS2080A | 887 | development platform that supports the QorIQ LS2080A |
| 888 | Layerscape Architecture processor. | 888 | Layerscape Architecture processor. |
| 889 | 889 | ||
| 890 | config TARGET_LS2080AQDS | 890 | config TARGET_LS2080AQDS |
| 891 | bool "Support ls2080aqds" | 891 | bool "Support ls2080aqds" |
| 892 | select ARCH_LS2080A | 892 | select ARCH_LS2080A |
| 893 | select ARM64 | 893 | select ARM64 |
| 894 | select ARMV8_MULTIENTRY | 894 | select ARMV8_MULTIENTRY |
| 895 | select BOARD_LATE_INIT | 895 | select BOARD_LATE_INIT |
| 896 | select SUPPORT_SPL | 896 | select SUPPORT_SPL |
| 897 | select ARCH_MISC_INIT | 897 | select ARCH_MISC_INIT |
| 898 | help | 898 | help |
| 899 | Support for Freescale LS2080AQDS platform | 899 | Support for Freescale LS2080AQDS platform |
| 900 | The LS2080A Development System (QDS) is a high-performance | 900 | The LS2080A Development System (QDS) is a high-performance |
| 901 | development platform that supports the QorIQ LS2080A | 901 | development platform that supports the QorIQ LS2080A |
| 902 | Layerscape Architecture processor. | 902 | Layerscape Architecture processor. |
| 903 | 903 | ||
| 904 | config TARGET_LS2080ARDB | 904 | config TARGET_LS2080ARDB |
| 905 | bool "Support ls2080ardb" | 905 | bool "Support ls2080ardb" |
| 906 | select ARCH_LS2080A | 906 | select ARCH_LS2080A |
| 907 | select ARM64 | 907 | select ARM64 |
| 908 | select ARMV8_MULTIENTRY | 908 | select ARMV8_MULTIENTRY |
| 909 | select BOARD_LATE_INIT | 909 | select BOARD_LATE_INIT |
| 910 | select SUPPORT_SPL | 910 | select SUPPORT_SPL |
| 911 | select ARCH_MISC_INIT | 911 | select ARCH_MISC_INIT |
| 912 | help | 912 | help |
| 913 | Support for Freescale LS2080ARDB platform. | 913 | Support for Freescale LS2080ARDB platform. |
| 914 | The LS2080A Reference design board (RDB) is a high-performance | 914 | The LS2080A Reference design board (RDB) is a high-performance |
| 915 | development platform that supports the QorIQ LS2080A | 915 | development platform that supports the QorIQ LS2080A |
| 916 | Layerscape Architecture processor. | 916 | Layerscape Architecture processor. |
| 917 | 917 | ||
| 918 | config TARGET_HIKEY | 918 | config TARGET_HIKEY |
| 919 | bool "Support HiKey 96boards Consumer Edition Platform" | 919 | bool "Support HiKey 96boards Consumer Edition Platform" |
| 920 | select ARM64 | 920 | select ARM64 |
| 921 | select DM | 921 | select DM |
| 922 | select DM_GPIO | 922 | select DM_GPIO |
| 923 | select DM_SERIAL | 923 | select DM_SERIAL |
| 924 | select OF_CONTROL | 924 | select OF_CONTROL |
| 925 | help | 925 | help |
| 926 | Support for HiKey 96boards platform. It features a HI6220 | 926 | Support for HiKey 96boards platform. It features a HI6220 |
| 927 | SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. | 927 | SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. |
| 928 | 928 | ||
| 929 | config TARGET_LS1012AQDS | 929 | config TARGET_LS1012AQDS |
| 930 | bool "Support ls1012aqds" | 930 | bool "Support ls1012aqds" |
| 931 | select ARCH_LS1012A | 931 | select ARCH_LS1012A |
| 932 | select ARM64 | 932 | select ARM64 |
| 933 | select BOARD_LATE_INIT | 933 | select BOARD_LATE_INIT |
| 934 | help | 934 | help |
| 935 | Support for Freescale LS1012AQDS platform. | 935 | Support for Freescale LS1012AQDS platform. |
| 936 | The LS1012A Development System (QDS) is a high-performance | 936 | The LS1012A Development System (QDS) is a high-performance |
| 937 | development platform that supports the QorIQ LS1012A | 937 | development platform that supports the QorIQ LS1012A |
| 938 | Layerscape Architecture processor. | 938 | Layerscape Architecture processor. |
| 939 | 939 | ||
| 940 | config TARGET_LS1012ARDB | 940 | config TARGET_LS1012ARDB |
| 941 | bool "Support ls1012ardb" | 941 | bool "Support ls1012ardb" |
| 942 | select ARCH_LS1012A | 942 | select ARCH_LS1012A |
| 943 | select ARM64 | 943 | select ARM64 |
| 944 | select BOARD_LATE_INIT | 944 | select BOARD_LATE_INIT |
| 945 | help | 945 | help |
| 946 | Support for Freescale LS1012ARDB platform. | 946 | Support for Freescale LS1012ARDB platform. |
| 947 | The LS1012A Reference design board (RDB) is a high-performance | 947 | The LS1012A Reference design board (RDB) is a high-performance |
| 948 | development platform that supports the QorIQ LS1012A | 948 | development platform that supports the QorIQ LS1012A |
| 949 | Layerscape Architecture processor. | 949 | Layerscape Architecture processor. |
| 950 | 950 | ||
| 951 | config TARGET_LS1012AFRDM | 951 | config TARGET_LS1012AFRDM |
| 952 | bool "Support ls1012afrdm" | 952 | bool "Support ls1012afrdm" |
| 953 | select ARCH_LS1012A | 953 | select ARCH_LS1012A |
| 954 | select ARM64 | 954 | select ARM64 |
| 955 | help | 955 | help |
| 956 | Support for Freescale LS1012AFRDM platform. | 956 | Support for Freescale LS1012AFRDM platform. |
| 957 | The LS1012A Freedom board (FRDM) is a high-performance | 957 | The LS1012A Freedom board (FRDM) is a high-performance |
| 958 | development platform that supports the QorIQ LS1012A | 958 | development platform that supports the QorIQ LS1012A |
| 959 | Layerscape Architecture processor. | 959 | Layerscape Architecture processor. |
| 960 | 960 | ||
| 961 | config TARGET_LS1021AQDS | 961 | config TARGET_LS1021AQDS |
| 962 | bool "Support ls1021aqds" | 962 | bool "Support ls1021aqds" |
| 963 | select BOARD_LATE_INIT | 963 | select BOARD_LATE_INIT |
| 964 | select CPU_V7 | 964 | select CPU_V7 |
| 965 | select CPU_V7_HAS_NONSEC | 965 | select CPU_V7_HAS_NONSEC |
| 966 | select CPU_V7_HAS_VIRT | 966 | select CPU_V7_HAS_VIRT |
| 967 | select SUPPORT_SPL | 967 | select SUPPORT_SPL |
| 968 | select ARCH_LS1021A | 968 | select ARCH_LS1021A |
| 969 | select ARCH_SUPPORT_PSCI | 969 | select ARCH_SUPPORT_PSCI |
| 970 | select LS1_DEEP_SLEEP | 970 | select LS1_DEEP_SLEEP |
| 971 | select SYS_FSL_DDR | 971 | select SYS_FSL_DDR |
| 972 | select BOARD_EARLY_INIT_F | 972 | select BOARD_EARLY_INIT_F |
| 973 | 973 | ||
| 974 | config TARGET_LS1021ATWR | 974 | config TARGET_LS1021ATWR |
| 975 | bool "Support ls1021atwr" | 975 | bool "Support ls1021atwr" |
| 976 | select BOARD_LATE_INIT | 976 | select BOARD_LATE_INIT |
| 977 | select CPU_V7 | 977 | select CPU_V7 |
| 978 | select CPU_V7_HAS_NONSEC | 978 | select CPU_V7_HAS_NONSEC |
| 979 | select CPU_V7_HAS_VIRT | 979 | select CPU_V7_HAS_VIRT |
| 980 | select SUPPORT_SPL | 980 | select SUPPORT_SPL |
| 981 | select ARCH_LS1021A | 981 | select ARCH_LS1021A |
| 982 | select ARCH_SUPPORT_PSCI | 982 | select ARCH_SUPPORT_PSCI |
| 983 | select LS1_DEEP_SLEEP | 983 | select LS1_DEEP_SLEEP |
| 984 | select BOARD_EARLY_INIT_F | 984 | select BOARD_EARLY_INIT_F |
| 985 | 985 | ||
| 986 | config TARGET_LS1021AIOT | 986 | config TARGET_LS1021AIOT |
| 987 | bool "Support ls1021aiot" | 987 | bool "Support ls1021aiot" |
| 988 | select BOARD_LATE_INIT | 988 | select BOARD_LATE_INIT |
| 989 | select CPU_V7 | 989 | select CPU_V7 |
| 990 | select CPU_V7_HAS_NONSEC | 990 | select CPU_V7_HAS_NONSEC |
| 991 | select CPU_V7_HAS_VIRT | 991 | select CPU_V7_HAS_VIRT |
| 992 | select SUPPORT_SPL | 992 | select SUPPORT_SPL |
| 993 | select ARCH_LS1021A | 993 | select ARCH_LS1021A |
| 994 | select ARCH_SUPPORT_PSCI | 994 | select ARCH_SUPPORT_PSCI |
| 995 | help | 995 | help |
| 996 | Support for Freescale LS1021AIOT platform. | 996 | Support for Freescale LS1021AIOT platform. |
| 997 | The LS1021A Freescale board (IOT) is a high-performance | 997 | The LS1021A Freescale board (IOT) is a high-performance |
| 998 | development platform that supports the QorIQ LS1021A | 998 | development platform that supports the QorIQ LS1021A |
| 999 | Layerscape Architecture processor. | 999 | Layerscape Architecture processor. |
| 1000 | 1000 | ||
| 1001 | config TARGET_LS1043AQDS | 1001 | config TARGET_LS1043AQDS |
| 1002 | bool "Support ls1043aqds" | 1002 | bool "Support ls1043aqds" |
| 1003 | select ARCH_LS1043A | 1003 | select ARCH_LS1043A |
| 1004 | select ARM64 | 1004 | select ARM64 |
| 1005 | select ARMV8_MULTIENTRY | 1005 | select ARMV8_MULTIENTRY |
| 1006 | select BOARD_LATE_INIT | 1006 | select BOARD_LATE_INIT |
| 1007 | select SUPPORT_SPL | 1007 | select SUPPORT_SPL |
| 1008 | select BOARD_EARLY_INIT_F | 1008 | select BOARD_EARLY_INIT_F |
| 1009 | help | 1009 | help |
| 1010 | Support for Freescale LS1043AQDS platform. | 1010 | Support for Freescale LS1043AQDS platform. |
| 1011 | 1011 | ||
| 1012 | config TARGET_LS1043ARDB | 1012 | config TARGET_LS1043ARDB |
| 1013 | bool "Support ls1043ardb" | 1013 | bool "Support ls1043ardb" |
| 1014 | select ARCH_LS1043A | 1014 | select ARCH_LS1043A |
| 1015 | select ARM64 | 1015 | select ARM64 |
| 1016 | select ARMV8_MULTIENTRY | 1016 | select ARMV8_MULTIENTRY |
| 1017 | select BOARD_LATE_INIT | 1017 | select BOARD_LATE_INIT |
| 1018 | select SUPPORT_SPL | 1018 | select SUPPORT_SPL |
| 1019 | select BOARD_EARLY_INIT_F | 1019 | select BOARD_EARLY_INIT_F |
| 1020 | help | 1020 | help |
| 1021 | Support for Freescale LS1043ARDB platform. | 1021 | Support for Freescale LS1043ARDB platform. |
| 1022 | 1022 | ||
| 1023 | config TARGET_LS1046AQDS | 1023 | config TARGET_LS1046AQDS |
| 1024 | bool "Support ls1046aqds" | 1024 | bool "Support ls1046aqds" |
| 1025 | select ARCH_LS1046A | 1025 | select ARCH_LS1046A |
| 1026 | select ARM64 | 1026 | select ARM64 |
| 1027 | select ARMV8_MULTIENTRY | 1027 | select ARMV8_MULTIENTRY |
| 1028 | select BOARD_LATE_INIT | 1028 | select BOARD_LATE_INIT |
| 1029 | select SUPPORT_SPL | 1029 | select SUPPORT_SPL |
| 1030 | select DM_SPI_FLASH if DM_SPI | 1030 | select DM_SPI_FLASH if DM_SPI |
| 1031 | select BOARD_EARLY_INIT_F | 1031 | select BOARD_EARLY_INIT_F |
| 1032 | help | 1032 | help |
| 1033 | Support for Freescale LS1046AQDS platform. | 1033 | Support for Freescale LS1046AQDS platform. |
| 1034 | The LS1046A Development System (QDS) is a high-performance | 1034 | The LS1046A Development System (QDS) is a high-performance |
| 1035 | development platform that supports the QorIQ LS1046A | 1035 | development platform that supports the QorIQ LS1046A |
| 1036 | Layerscape Architecture processor. | 1036 | Layerscape Architecture processor. |
| 1037 | 1037 | ||
| 1038 | config TARGET_LS1046ARDB | 1038 | config TARGET_LS1046ARDB |
| 1039 | bool "Support ls1046ardb" | 1039 | bool "Support ls1046ardb" |
| 1040 | select ARCH_LS1046A | 1040 | select ARCH_LS1046A |
| 1041 | select ARM64 | 1041 | select ARM64 |
| 1042 | select ARMV8_MULTIENTRY | 1042 | select ARMV8_MULTIENTRY |
| 1043 | select BOARD_LATE_INIT | 1043 | select BOARD_LATE_INIT |
| 1044 | select SUPPORT_SPL | 1044 | select SUPPORT_SPL |
| 1045 | select DM_SPI_FLASH if DM_SPI | 1045 | select DM_SPI_FLASH if DM_SPI |
| 1046 | select POWER_MC34VR500 | 1046 | select POWER_MC34VR500 |
| 1047 | select BOARD_EARLY_INIT_F | 1047 | select BOARD_EARLY_INIT_F |
| 1048 | help | 1048 | help |
| 1049 | Support for Freescale LS1046ARDB platform. | 1049 | Support for Freescale LS1046ARDB platform. |
| 1050 | The LS1046A Reference Design Board (RDB) is a high-performance | 1050 | The LS1046A Reference Design Board (RDB) is a high-performance |
| 1051 | development platform that supports the QorIQ LS1046A | 1051 | development platform that supports the QorIQ LS1046A |
| 1052 | Layerscape Architecture processor. | 1052 | Layerscape Architecture processor. |
| 1053 | 1053 | ||
| 1054 | config TARGET_H2200 | 1054 | config TARGET_H2200 |
| 1055 | bool "Support h2200" | 1055 | bool "Support h2200" |
| 1056 | select CPU_PXA | 1056 | select CPU_PXA |
| 1057 | 1057 | ||
| 1058 | config TARGET_ZIPITZ2 | 1058 | config TARGET_ZIPITZ2 |
| 1059 | bool "Support zipitz2" | 1059 | bool "Support zipitz2" |
| 1060 | select CPU_PXA | 1060 | select CPU_PXA |
| 1061 | 1061 | ||
| 1062 | config TARGET_COLIBRI_PXA270 | 1062 | config TARGET_COLIBRI_PXA270 |
| 1063 | bool "Support colibri_pxa270" | 1063 | bool "Support colibri_pxa270" |
| 1064 | select CPU_PXA | 1064 | select CPU_PXA |
| 1065 | 1065 | ||
| 1066 | config ARCH_UNIPHIER | 1066 | config ARCH_UNIPHIER |
| 1067 | bool "Socionext UniPhier SoCs" | 1067 | bool "Socionext UniPhier SoCs" |
| 1068 | select BOARD_LATE_INIT | 1068 | select BOARD_LATE_INIT |
| 1069 | select CLK_UNIPHIER | 1069 | select CLK_UNIPHIER |
| 1070 | select DM | 1070 | select DM |
| 1071 | select DM_GPIO | 1071 | select DM_GPIO |
| 1072 | select DM_I2C | 1072 | select DM_I2C |
| 1073 | select DM_MMC | 1073 | select DM_MMC |
| 1074 | select DM_RESET | 1074 | select DM_RESET |
| 1075 | select DM_SERIAL | 1075 | select DM_SERIAL |
| 1076 | select DM_USB | 1076 | select DM_USB |
| 1077 | select OF_CONTROL | 1077 | select OF_CONTROL |
| 1078 | select OF_LIBFDT | 1078 | select OF_LIBFDT |
| 1079 | select PINCTRL | 1079 | select PINCTRL |
| 1080 | select SPL_DM if SPL | 1080 | select SPL_DM if SPL |
| 1081 | select SPL_LIBCOMMON_SUPPORT if SPL | 1081 | select SPL_LIBCOMMON_SUPPORT if SPL |
| 1082 | select SPL_LIBGENERIC_SUPPORT if SPL | 1082 | select SPL_LIBGENERIC_SUPPORT if SPL |
| 1083 | select SPL_OF_CONTROL if SPL | 1083 | select SPL_OF_CONTROL if SPL |
| 1084 | select SPL_PINCTRL if SPL | 1084 | select SPL_PINCTRL if SPL |
| 1085 | select SUPPORT_SPL | 1085 | select SUPPORT_SPL |
| 1086 | help | 1086 | help |
| 1087 | Support for UniPhier SoC family developed by Socionext Inc. | 1087 | Support for UniPhier SoC family developed by Socionext Inc. |
| 1088 | (formerly, System LSI Business Division of Panasonic Corporation) | 1088 | (formerly, System LSI Business Division of Panasonic Corporation) |
| 1089 | 1089 | ||
| 1090 | config STM32 | 1090 | config STM32 |
| 1091 | bool "Support STM32" | 1091 | bool "Support STM32" |
| 1092 | select CPU_V7M | 1092 | select CPU_V7M |
| 1093 | select DM | 1093 | select DM |
| 1094 | select DM_SERIAL | 1094 | select DM_SERIAL |
| 1095 | 1095 | ||
| 1096 | config ARCH_STI | ||
| 1097 | bool "Support STMicrolectronics SoCs" | ||
| 1098 | select CPU_V7 | ||
| 1099 | help | ||
| 1100 | Support for STMicroelectronics STiH407/10 SoC family. | ||
| 1101 | This SoC is used on Linaro 96Board STiH410-B2260 | ||
| 1102 | |||
| 1096 | config ARCH_ROCKCHIP | 1103 | config ARCH_ROCKCHIP |
| 1097 | bool "Support Rockchip SoCs" | 1104 | bool "Support Rockchip SoCs" |
| 1098 | select OF_CONTROL | 1105 | select OF_CONTROL |
| 1099 | select BLK | 1106 | select BLK |
| 1100 | select DM | 1107 | select DM |
| 1101 | select SPL_DM if SPL | 1108 | select SPL_DM if SPL |
| 1102 | select SYS_MALLOC_F | 1109 | select SYS_MALLOC_F |
| 1103 | select SPL_SYS_MALLOC_SIMPLE if SPL | 1110 | select SPL_SYS_MALLOC_SIMPLE if SPL |
| 1104 | select DM_GPIO | 1111 | select DM_GPIO |
| 1105 | select DM_I2C | 1112 | select DM_I2C |
| 1106 | select DM_MMC | 1113 | select DM_MMC |
| 1107 | select DM_MMC_OPS | 1114 | select DM_MMC_OPS |
| 1108 | select DM_SERIAL | 1115 | select DM_SERIAL |
| 1109 | select DM_SPI | 1116 | select DM_SPI |
| 1110 | select DM_SPI_FLASH | 1117 | select DM_SPI_FLASH |
| 1111 | select DM_USB if USB | 1118 | select DM_USB if USB |
| 1112 | select DM_PWM | 1119 | select DM_PWM |
| 1113 | select DM_REGULATOR | 1120 | select DM_REGULATOR |
| 1114 | 1121 | ||
| 1115 | config TARGET_THUNDERX_88XX | 1122 | config TARGET_THUNDERX_88XX |
| 1116 | bool "Support ThunderX 88xx" | 1123 | bool "Support ThunderX 88xx" |
| 1117 | select ARM64 | 1124 | select ARM64 |
| 1118 | select OF_CONTROL | 1125 | select OF_CONTROL |
| 1119 | select SYS_CACHE_SHIFT_7 | 1126 | select SYS_CACHE_SHIFT_7 |
| 1120 | 1127 | ||
| 1121 | config ARCH_ASPEED | 1128 | config ARCH_ASPEED |
| 1122 | bool "Support Aspeed SoCs" | 1129 | bool "Support Aspeed SoCs" |
| 1123 | select OF_CONTROL | 1130 | select OF_CONTROL |
| 1124 | select DM | 1131 | select DM |
| 1125 | 1132 | ||
| 1126 | endchoice | 1133 | endchoice |
| 1127 | 1134 | ||
| 1128 | source "arch/arm/mach-aspeed/Kconfig" | 1135 | source "arch/arm/mach-aspeed/Kconfig" |
| 1129 | 1136 | ||
| 1130 | source "arch/arm/mach-at91/Kconfig" | 1137 | source "arch/arm/mach-at91/Kconfig" |
| 1131 | 1138 | ||
| 1132 | source "arch/arm/mach-bcm283x/Kconfig" | 1139 | source "arch/arm/mach-bcm283x/Kconfig" |
| 1133 | 1140 | ||
| 1134 | source "arch/arm/mach-davinci/Kconfig" | 1141 | source "arch/arm/mach-davinci/Kconfig" |
| 1135 | 1142 | ||
| 1136 | source "arch/arm/mach-exynos/Kconfig" | 1143 | source "arch/arm/mach-exynos/Kconfig" |
| 1137 | 1144 | ||
| 1138 | source "arch/arm/mach-highbank/Kconfig" | 1145 | source "arch/arm/mach-highbank/Kconfig" |
| 1139 | 1146 | ||
| 1140 | source "arch/arm/mach-integrator/Kconfig" | 1147 | source "arch/arm/mach-integrator/Kconfig" |
| 1141 | 1148 | ||
| 1142 | source "arch/arm/mach-keystone/Kconfig" | 1149 | source "arch/arm/mach-keystone/Kconfig" |
| 1143 | 1150 | ||
| 1144 | source "arch/arm/mach-kirkwood/Kconfig" | 1151 | source "arch/arm/mach-kirkwood/Kconfig" |
| 1145 | 1152 | ||
| 1146 | source "arch/arm/mach-mvebu/Kconfig" | 1153 | source "arch/arm/mach-mvebu/Kconfig" |
| 1147 | 1154 | ||
| 1148 | source "arch/arm/cpu/armv7/ls102xa/Kconfig" | 1155 | source "arch/arm/cpu/armv7/ls102xa/Kconfig" |
| 1149 | 1156 | ||
| 1150 | source "arch/arm/cpu/armv7/mx7/Kconfig" | 1157 | source "arch/arm/cpu/armv7/mx7/Kconfig" |
| 1151 | 1158 | ||
| 1152 | source "arch/arm/cpu/armv7/mx6/Kconfig" | 1159 | source "arch/arm/cpu/armv7/mx6/Kconfig" |
| 1153 | 1160 | ||
| 1154 | source "arch/arm/cpu/armv7/mx5/Kconfig" | 1161 | source "arch/arm/cpu/armv7/mx5/Kconfig" |
| 1155 | 1162 | ||
| 1156 | source "arch/arm/mach-omap2/Kconfig" | 1163 | source "arch/arm/mach-omap2/Kconfig" |
| 1157 | 1164 | ||
| 1158 | source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig" | 1165 | source "arch/arm/cpu/armv8/fsl-layerscape/Kconfig" |
| 1159 | 1166 | ||
| 1160 | source "arch/arm/mach-orion5x/Kconfig" | 1167 | source "arch/arm/mach-orion5x/Kconfig" |
| 1161 | 1168 | ||
| 1162 | source "arch/arm/mach-rmobile/Kconfig" | 1169 | source "arch/arm/mach-rmobile/Kconfig" |
| 1163 | 1170 | ||
| 1164 | source "arch/arm/mach-meson/Kconfig" | 1171 | source "arch/arm/mach-meson/Kconfig" |
| 1165 | 1172 | ||
| 1166 | source "arch/arm/mach-rockchip/Kconfig" | 1173 | source "arch/arm/mach-rockchip/Kconfig" |
| 1167 | 1174 | ||
| 1168 | source "arch/arm/mach-s5pc1xx/Kconfig" | 1175 | source "arch/arm/mach-s5pc1xx/Kconfig" |
| 1169 | 1176 | ||
| 1170 | source "arch/arm/mach-snapdragon/Kconfig" | 1177 | source "arch/arm/mach-snapdragon/Kconfig" |
| 1171 | 1178 | ||
| 1172 | source "arch/arm/mach-socfpga/Kconfig" | 1179 | source "arch/arm/mach-socfpga/Kconfig" |
| 1180 | |||
| 1181 | source "arch/arm/mach-sti/Kconfig" | ||
| 1173 | 1182 | ||
| 1174 | source "arch/arm/mach-stm32/Kconfig" | 1183 | source "arch/arm/mach-stm32/Kconfig" |
| 1175 | 1184 | ||
| 1176 | source "arch/arm/mach-tegra/Kconfig" | 1185 | source "arch/arm/mach-tegra/Kconfig" |
| 1177 | 1186 | ||
| 1178 | source "arch/arm/mach-uniphier/Kconfig" | 1187 | source "arch/arm/mach-uniphier/Kconfig" |
| 1179 | 1188 | ||
| 1180 | source "arch/arm/mach-zynq/Kconfig" | 1189 | source "arch/arm/mach-zynq/Kconfig" |
| 1181 | 1190 | ||
| 1182 | source "arch/arm/cpu/armv7/Kconfig" | 1191 | source "arch/arm/cpu/armv7/Kconfig" |
| 1183 | 1192 | ||
| 1184 | source "arch/arm/cpu/armv8/zynqmp/Kconfig" | 1193 | source "arch/arm/cpu/armv8/zynqmp/Kconfig" |
| 1185 | 1194 | ||
| 1186 | source "arch/arm/cpu/armv8/Kconfig" | 1195 | source "arch/arm/cpu/armv8/Kconfig" |
| 1187 | 1196 | ||
| 1188 | source "arch/arm/imx-common/Kconfig" | 1197 | source "arch/arm/imx-common/Kconfig" |
| 1189 | 1198 | ||
| 1190 | source "board/bosch/shc/Kconfig" | 1199 | source "board/bosch/shc/Kconfig" |
| 1191 | source "board/BuR/brxre1/Kconfig" | 1200 | source "board/BuR/brxre1/Kconfig" |
| 1192 | source "board/BuR/brppt1/Kconfig" | 1201 | source "board/BuR/brppt1/Kconfig" |
| 1193 | source "board/CarMediaLab/flea3/Kconfig" | 1202 | source "board/CarMediaLab/flea3/Kconfig" |
| 1194 | source "board/Marvell/aspenite/Kconfig" | 1203 | source "board/Marvell/aspenite/Kconfig" |
| 1195 | source "board/Marvell/gplugd/Kconfig" | 1204 | source "board/Marvell/gplugd/Kconfig" |
| 1196 | source "board/armadeus/apf27/Kconfig" | 1205 | source "board/armadeus/apf27/Kconfig" |
| 1197 | source "board/armltd/vexpress/Kconfig" | 1206 | source "board/armltd/vexpress/Kconfig" |
| 1198 | source "board/armltd/vexpress64/Kconfig" | 1207 | source "board/armltd/vexpress64/Kconfig" |
| 1199 | source "board/bluegiga/apx4devkit/Kconfig" | 1208 | source "board/bluegiga/apx4devkit/Kconfig" |
| 1200 | source "board/broadcom/bcm23550_w1d/Kconfig" | 1209 | source "board/broadcom/bcm23550_w1d/Kconfig" |
| 1201 | source "board/broadcom/bcm28155_ap/Kconfig" | 1210 | source "board/broadcom/bcm28155_ap/Kconfig" |
| 1202 | source "board/broadcom/bcmcygnus/Kconfig" | 1211 | source "board/broadcom/bcmcygnus/Kconfig" |
| 1203 | source "board/broadcom/bcmnsp/Kconfig" | 1212 | source "board/broadcom/bcmnsp/Kconfig" |
| 1204 | source "board/cavium/thunderx/Kconfig" | 1213 | source "board/cavium/thunderx/Kconfig" |
| 1205 | source "board/cirrus/edb93xx/Kconfig" | 1214 | source "board/cirrus/edb93xx/Kconfig" |
| 1206 | source "board/compulab/cm_t335/Kconfig" | 1215 | source "board/compulab/cm_t335/Kconfig" |
| 1207 | source "board/compulab/cm_t43/Kconfig" | 1216 | source "board/compulab/cm_t43/Kconfig" |
| 1208 | source "board/creative/xfi3/Kconfig" | 1217 | source "board/creative/xfi3/Kconfig" |
| 1209 | source "board/denx/m28evk/Kconfig" | 1218 | source "board/denx/m28evk/Kconfig" |
| 1210 | source "board/denx/m53evk/Kconfig" | 1219 | source "board/denx/m53evk/Kconfig" |
| 1211 | source "board/freescale/ls2080a/Kconfig" | 1220 | source "board/freescale/ls2080a/Kconfig" |
| 1212 | source "board/freescale/ls2080aqds/Kconfig" | 1221 | source "board/freescale/ls2080aqds/Kconfig" |
| 1213 | source "board/freescale/ls2080ardb/Kconfig" | 1222 | source "board/freescale/ls2080ardb/Kconfig" |
| 1214 | source "board/freescale/ls1021aqds/Kconfig" | 1223 | source "board/freescale/ls1021aqds/Kconfig" |
| 1215 | source "board/freescale/ls1043aqds/Kconfig" | 1224 | source "board/freescale/ls1043aqds/Kconfig" |
| 1216 | source "board/freescale/ls1021atwr/Kconfig" | 1225 | source "board/freescale/ls1021atwr/Kconfig" |
| 1217 | source "board/freescale/ls1021aiot/Kconfig" | 1226 | source "board/freescale/ls1021aiot/Kconfig" |
| 1218 | source "board/freescale/ls1046aqds/Kconfig" | 1227 | source "board/freescale/ls1046aqds/Kconfig" |
| 1219 | source "board/freescale/ls1043ardb/Kconfig" | 1228 | source "board/freescale/ls1043ardb/Kconfig" |
| 1220 | source "board/freescale/ls1046ardb/Kconfig" | 1229 | source "board/freescale/ls1046ardb/Kconfig" |
| 1221 | source "board/freescale/ls1012aqds/Kconfig" | 1230 | source "board/freescale/ls1012aqds/Kconfig" |
| 1222 | source "board/freescale/ls1012ardb/Kconfig" | 1231 | source "board/freescale/ls1012ardb/Kconfig" |
| 1223 | source "board/freescale/ls1012afrdm/Kconfig" | 1232 | source "board/freescale/ls1012afrdm/Kconfig" |
| 1224 | source "board/freescale/mx23evk/Kconfig" | 1233 | source "board/freescale/mx23evk/Kconfig" |
| 1225 | source "board/freescale/mx25pdk/Kconfig" | 1234 | source "board/freescale/mx25pdk/Kconfig" |
| 1226 | source "board/freescale/mx28evk/Kconfig" | 1235 | source "board/freescale/mx28evk/Kconfig" |
| 1227 | source "board/freescale/mx31ads/Kconfig" | 1236 | source "board/freescale/mx31ads/Kconfig" |
| 1228 | source "board/freescale/mx31pdk/Kconfig" | 1237 | source "board/freescale/mx31pdk/Kconfig" |
| 1229 | source "board/freescale/mx35pdk/Kconfig" | 1238 | source "board/freescale/mx35pdk/Kconfig" |
| 1230 | source "board/freescale/mx51evk/Kconfig" | 1239 | source "board/freescale/mx51evk/Kconfig" |
| 1231 | source "board/freescale/mx53ard/Kconfig" | 1240 | source "board/freescale/mx53ard/Kconfig" |
| 1232 | source "board/freescale/mx53evk/Kconfig" | 1241 | source "board/freescale/mx53evk/Kconfig" |
| 1233 | source "board/freescale/mx53loco/Kconfig" | 1242 | source "board/freescale/mx53loco/Kconfig" |
| 1234 | source "board/freescale/mx53smd/Kconfig" | 1243 | source "board/freescale/mx53smd/Kconfig" |
| 1235 | source "board/freescale/s32v234evb/Kconfig" | 1244 | source "board/freescale/s32v234evb/Kconfig" |
| 1236 | source "board/freescale/vf610twr/Kconfig" | 1245 | source "board/freescale/vf610twr/Kconfig" |
| 1237 | source "board/grinn/chiliboard/Kconfig" | 1246 | source "board/grinn/chiliboard/Kconfig" |
| 1238 | source "board/gumstix/pepper/Kconfig" | 1247 | source "board/gumstix/pepper/Kconfig" |
| 1239 | source "board/h2200/Kconfig" | 1248 | source "board/h2200/Kconfig" |
| 1240 | source "board/hisilicon/hikey/Kconfig" | 1249 | source "board/hisilicon/hikey/Kconfig" |
| 1241 | source "board/imx31_phycore/Kconfig" | 1250 | source "board/imx31_phycore/Kconfig" |
| 1242 | source "board/isee/igep0033/Kconfig" | 1251 | source "board/isee/igep0033/Kconfig" |
| 1243 | source "board/olimex/mx23_olinuxino/Kconfig" | 1252 | source "board/olimex/mx23_olinuxino/Kconfig" |
| 1244 | source "board/phytec/pcm051/Kconfig" | 1253 | source "board/phytec/pcm051/Kconfig" |
| 1245 | source "board/phytec/pcm052/Kconfig" | 1254 | source "board/phytec/pcm052/Kconfig" |
| 1246 | source "board/ppcag/bg0900/Kconfig" | 1255 | source "board/ppcag/bg0900/Kconfig" |
| 1247 | source "board/sandisk/sansa_fuze_plus/Kconfig" | 1256 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
| 1248 | source "board/schulercontrol/sc_sps_1/Kconfig" | 1257 | source "board/schulercontrol/sc_sps_1/Kconfig" |
| 1249 | source "board/siemens/draco/Kconfig" | 1258 | source "board/siemens/draco/Kconfig" |
| 1250 | source "board/siemens/pxm2/Kconfig" | 1259 | source "board/siemens/pxm2/Kconfig" |
| 1251 | source "board/siemens/rut/Kconfig" | 1260 | source "board/siemens/rut/Kconfig" |
| 1252 | source "board/silica/pengwyn/Kconfig" | 1261 | source "board/silica/pengwyn/Kconfig" |
| 1253 | source "board/spear/spear300/Kconfig" | 1262 | source "board/spear/spear300/Kconfig" |
| 1254 | source "board/spear/spear310/Kconfig" | 1263 | source "board/spear/spear310/Kconfig" |
| 1255 | source "board/spear/spear320/Kconfig" | 1264 | source "board/spear/spear320/Kconfig" |
| 1256 | source "board/spear/spear600/Kconfig" | 1265 | source "board/spear/spear600/Kconfig" |
| 1257 | source "board/spear/x600/Kconfig" | 1266 | source "board/spear/x600/Kconfig" |
| 1258 | source "board/st/stv0991/Kconfig" | 1267 | source "board/st/stv0991/Kconfig" |
| 1259 | source "board/sunxi/Kconfig" | 1268 | source "board/sunxi/Kconfig" |
| 1260 | source "board/syteco/zmx25/Kconfig" | 1269 | source "board/syteco/zmx25/Kconfig" |
| 1261 | source "board/tcl/sl50/Kconfig" | 1270 | source "board/tcl/sl50/Kconfig" |
| 1262 | source "board/ti/am335x/Kconfig" | 1271 | source "board/ti/am335x/Kconfig" |
| 1263 | source "board/ti/am43xx/Kconfig" | 1272 | source "board/ti/am43xx/Kconfig" |
| 1264 | source "board/birdland/bav335x/Kconfig" | 1273 | source "board/birdland/bav335x/Kconfig" |
| 1265 | source "board/ti/ti814x/Kconfig" | 1274 | source "board/ti/ti814x/Kconfig" |
| 1266 | source "board/ti/ti816x/Kconfig" | 1275 | source "board/ti/ti816x/Kconfig" |
| 1267 | source "board/timll/devkit3250/Kconfig" | 1276 | source "board/timll/devkit3250/Kconfig" |
| 1268 | source "board/toradex/colibri_pxa270/Kconfig" | 1277 | source "board/toradex/colibri_pxa270/Kconfig" |
| 1269 | source "board/toradex/colibri_vf/Kconfig" | 1278 | source "board/toradex/colibri_vf/Kconfig" |
| 1270 | source "board/technologic/ts4600/Kconfig" | 1279 | source "board/technologic/ts4600/Kconfig" |
| 1271 | source "board/technologic/ts4800/Kconfig" | 1280 | source "board/technologic/ts4800/Kconfig" |
| 1272 | source "board/vscom/baltos/Kconfig" | 1281 | source "board/vscom/baltos/Kconfig" |
| 1273 | source "board/woodburn/Kconfig" | 1282 | source "board/woodburn/Kconfig" |
| 1274 | source "board/work-microwave/work_92105/Kconfig" | 1283 | source "board/work-microwave/work_92105/Kconfig" |
| 1275 | source "board/zipitz2/Kconfig" | 1284 | source "board/zipitz2/Kconfig" |
| 1276 | 1285 | ||
| 1277 | source "arch/arm/Kconfig.debug" | 1286 | source "arch/arm/Kconfig.debug" |
| 1278 | 1287 | ||
| 1279 | endmenu | 1288 | endmenu |
| 1280 | 1289 |
arch/arm/mach-sti/Kconfig
| File was created | 1 | if ARCH_STI | |
| 2 | |||
| 3 | config SYS_SOC | ||
| 4 | default "stih410" | ||
| 5 | |||
| 6 | endif | ||
| 7 |