Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 1 | Descriptions of section entries: |
| 2 | |
| 3 | P: Person (obsolete) |
| 4 | M: Mail patches to: FullName <address@domain> |
| 5 | L: Mailing list that is relevant to this area |
| 6 | W: Web-page with status/info |
| 7 | Q: Patchwork web based patch tracking system site |
| 8 | T: SCM tree type and location. |
| 9 | Type is one of: git, hg, quilt, stgit, topgit |
| 10 | S: Status, one of the following: |
| 11 | Supported: Someone is actually paid to look after this. |
| 12 | Maintained: Someone actually looks after it. |
| 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.. |
| 15 | Orphan: No current maintainer [but maybe you could take the |
| 16 | role as you write your new code]. |
| 17 | Obsolete: Old code. Something tagged obsolete generally means |
| 18 | it has been replaced by a better system and you |
| 19 | should be using that. |
| 20 | F: Files and directories with wildcard patterns. |
| 21 | A trailing slash includes all files and subdirectory files. |
| 22 | F: drivers/net/ all files in and below drivers/net |
| 23 | F: drivers/net/* all files in drivers/net, but not below |
| 24 | F: */net/* all files in "any top level directory"/net |
| 25 | One pattern per line. Multiple F: lines acceptable. |
| 26 | N: Files and directories with regex patterns. |
| 27 | N: [^a-z]tegra all files whose path contains the word tegra |
| 28 | One pattern per line. Multiple N: lines acceptable. |
| 29 | scripts/get_maintainer.pl has different behavior for files that |
| 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 |
| 32 | match occurs. When an N: match occurs, git log history is used |
| 33 | to also notify the people that have git commit signatures. |
| 34 | X: Files and directories that are NOT maintained, same rules as F: |
| 35 | Files exclusions are tested before file matches. |
| 36 | Can be useful for excluding a specific subdirectory, for instance: |
| 37 | F: net/ |
| 38 | X: 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 |
| 41 | patch or file. For instance: |
| 42 | K: of_get_profile |
| 43 | matches patches or files that contain "of_get_profile" |
| 44 | K: \b(printk|pr_(info|err))\b |
| 45 | matches patches or files that contain one or more of the words |
| 46 | printk, pr_info or pr_err |
| 47 | One regex pattern per line. Multiple K: lines acceptable. |
| 48 | |
| 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 |
| 51 | so much easier [Ed] |
| 52 | |
| 53 | Maintainers List (try to look for most precise areas first) |
| 54 | |
| 55 | ----------------------------------- |
| 56 | ARC |
| 57 | M: Alexey Brodkin <alexey.brodkin@synopsys.com> |
| 58 | S: Maintained |
| 59 | T: git git://git.denx.de/u-boot-arc.git |
| 60 | F: arch/arc/ |
| 61 | |
| 62 | ARM |
| 63 | M: Albert Aribaud <albert.u.boot@aribaud.net> |
| 64 | S: Maintained |
| 65 | T: git git://git.denx.de/u-boot-arm.git |
| 66 | F: arch/arm/ |
| 67 | |
Pavel Machek | d8540a1 | 2014-10-10 01:50:22 +0200 | [diff] [blame] | 68 | ARM ALTERA SOCFPGA |
| 69 | M: Marek Vasut <marex@denx.de> |
| 70 | S: Maintainted |
| 71 | T: git git://git.denx.de/u-boot-socfpga.git |
Jagan Teki | f22dede | 2016-11-25 23:17:28 +0530 | [diff] [blame] | 72 | F: arch/arm/mach-socfpga/ |
Pavel Machek | d8540a1 | 2014-10-10 01:50:22 +0200 | [diff] [blame] | 73 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 74 | ARM ATMEL AT91 |
Andreas Bießmann | 09c2b8f | 2016-05-01 03:46:16 +0200 | [diff] [blame] | 75 | M: Andreas Bießmann <andreas@biessmann.org> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 76 | S: Maintained |
| 77 | T: git git://git.denx.de/u-boot-atmel.git |
Masahiro Yamada | 6201184 | 2015-02-20 17:04:03 +0900 | [diff] [blame] | 78 | F: arch/arm/mach-at91/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 79 | |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 80 | ARM BROADCOM BCM283X |
| 81 | M: Stephen Warren <swarren@wwwdotorg.org> |
| 82 | S: Maintained |
| 83 | F: arch/arm/mach-bcm283x/ |
| 84 | F: drivers/gpio/bcm2835_gpio.c |
| 85 | F: drivers/mmc/bcm2835_sdhci.c |
| 86 | F: drivers/serial/serial_bcm283x_mu.c |
| 87 | F: drivers/video/bcm2835.c |
| 88 | F: include/dm/platform_data/serial_bcm283x_mu.h |
| 89 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 90 | ARM FREESCALE IMX |
| 91 | M: Stefano Babic <sbabic@denx.de> |
| 92 | S: Maintained |
| 93 | T: git git://git.denx.de/u-boot-imx.git |
| 94 | F: arch/arm/cpu/arm1136/mx*/ |
| 95 | F: arch/arm/cpu/arm926ejs/mx*/ |
| 96 | F: arch/arm/cpu/arm926ejs/imx/ |
| 97 | F: arch/arm/cpu/armv7/mx*/ |
| 98 | F: arch/arm/cpu/armv7/vf610/ |
| 99 | F: arch/arm/cpu/imx-common/ |
| 100 | F: arch/arm/include/asm/arch-imx/ |
| 101 | F: arch/arm/include/asm/arch-mx*/ |
| 102 | F: arch/arm/include/asm/arch-vf610/ |
| 103 | F: arch/arm/include/asm/imx-common/ |
Fabio Estevam | 77cbd3a | 2016-07-26 21:27:49 -0300 | [diff] [blame] | 104 | F: board/freescale/*mx*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 105 | |
Peter Griffin | ae4dc15 | 2016-04-20 17:13:58 +0100 | [diff] [blame] | 106 | ARM HISILICON |
| 107 | M: Peter Griffin <peter.griffin@linaro.org> |
| 108 | S: Maintained |
| 109 | F: arch/arm/cpu/armv8/hisilicon |
| 110 | F: arm/include/asm/arch-hi6220/ |
| 111 | |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 112 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 113 | M: Prafulla Wadaskar <prafulla@marvell.com> |
Luka Perkov | 5ea0196 | 2015-01-07 23:32:06 +0000 | [diff] [blame] | 114 | M: Luka Perkov <luka.perkov@sartura.hr> |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 115 | M: Stefan Roese <sr@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 116 | S: Maintained |
| 117 | T: git git://git.denx.de/u-boot-marvell.git |
Masahiro Yamada | 56f86e3 | 2015-02-20 17:04:06 +0900 | [diff] [blame] | 118 | F: arch/arm/mach-kirkwood/ |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 119 | F: arch/arm/mach-mvebu/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 120 | |
| 121 | ARM MARVELL PXA |
| 122 | M: Marek Vasut <marex@denx.de> |
| 123 | S: Maintained |
| 124 | T: git git://git.denx.de/u-boot-pxa.git |
| 125 | F: arch/arm/cpu/pxa/ |
| 126 | F: arch/arm/include/asm/arch-pxa/ |
| 127 | |
Nobuhiro Iwamatsu | 4810c2f | 2015-10-10 06:09:03 +0900 | [diff] [blame] | 128 | ARM RENESAS RMOBILE/R-CAR |
| 129 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 130 | S: Maintained |
| 131 | T: git git://git.denx.de/u-boot-sh.git |
| 132 | F: arch/arm/mach-rmobile/ |
| 133 | |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 134 | ARM ROCKCHIP |
| 135 | M: Simon Glass <sjg@chromium.org> |
| 136 | S: Maintained |
| 137 | T: git git://git.denx.de/u-boot-rockchip.git |
| 138 | F: arch/arm/mach-rockchip/ |
| 139 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 140 | ARM SAMSUNG |
| 141 | M: Minkyu Kang <mk7.kang@samsung.com> |
| 142 | S: Maintained |
| 143 | T: git git://git.denx.de/u-boot-samsung.git |
| 144 | F: arch/arm/cpu/arm920t/s3c24x0/ |
Minkyu Kang | 225f5ee | 2015-11-20 15:24:57 +0900 | [diff] [blame] | 145 | F: arch/arm/mach-exynos/ |
| 146 | F: arch/arm/mach-s5pc1xx/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 147 | F: arch/arm/cpu/armv7/s5p-common/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 148 | F: arch/arm/include/asm/arch-s3c24x0/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 149 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 150 | ARM SNAPDRAGON |
| 151 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 152 | S: Maintained |
| 153 | F: arch/arm/mach-snapdragon/ |
| 154 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 155 | ARM STM SPEAR |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 156 | #M: Vipin Kumar <vipin.kumar@st.com> |
| 157 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 158 | T: git git://git.denx.de/u-boot-stm.git |
| 159 | F: arch/arm/cpu/arm926ejs/spear/ |
| 160 | F: arch/arm/include/asm/arch-spear/ |
| 161 | |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 162 | ARM STM STV0991 |
| 163 | M: Vikas Manocha <vikas.manocha@st.com> |
| 164 | S: Maintained |
| 165 | F: arch/arm/cpu/armv7/stv0991/ |
| 166 | F: arch/arm/include/asm/arch-stv0991/ |
| 167 | |
Patrice Chotard | 94e9a4e | 2017-02-21 13:37:04 +0100 | [diff] [blame] | 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 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 174 | ARM SUNXI |
Jagan Teki | 543bd27 | 2016-11-22 17:14:06 +0530 | [diff] [blame] | 175 | M: Jagan Teki <jagan@openedev.com> |
| 176 | M: Maxime Ripard <maxime.ripard@free-electrons.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 177 | T: git git://git.denx.de/u-boot-sunxi.git |
| 178 | F: arch/arm/cpu/armv7/sunxi/ |
| 179 | F: arch/arm/include/asm/arch-sunxi/ |
| 180 | |
| 181 | ARM TEGRA |
| 182 | M: Tom Warren <twarren@nvidia.com> |
| 183 | S: Maintained |
| 184 | T: git git://git.denx.de/u-boot-tegra.git |
Masahiro Yamada | 09f455d | 2015-02-20 17:04:04 +0900 | [diff] [blame] | 185 | F: arch/arm/mach-tegra/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 186 | F: arch/arm/include/asm/arch-tegra*/ |
| 187 | |
| 188 | ARM TI |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 189 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 190 | S: Maintained |
| 191 | T: git git://git.denx.de/u-boot-ti.git |
Masahiro Yamada | 26f7c11 | 2015-04-08 18:23:23 +0900 | [diff] [blame] | 192 | F: arch/arm/mach-davinci/ |
| 193 | F: arch/arm/mach-keystone/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 194 | F: arch/arm/cpu/arm926ejs/omap/ |
| 195 | F: arch/arm/cpu/armv7/omap*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 196 | F: arch/arm/include/asm/arch-omap*/ |
| 197 | F: arch/arm/include/asm/ti-common/ |
| 198 | |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 199 | ARM UNIPHIER |
Masahiro Yamada | ed6226c | 2015-03-11 13:01:35 +0900 | [diff] [blame] | 200 | M: Masahiro Yamada <yamada.masahiro@socionext.com> |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 201 | S: Maintained |
| 202 | T: git git://git.denx.de/u-boot-uniphier.git |
Masahiro Yamada | 4c42557 | 2015-02-27 02:26:42 +0900 | [diff] [blame] | 203 | F: arch/arm/mach-uniphier/ |
Masahiro Yamada | 5fd3f43 | 2015-12-17 18:00:39 +0900 | [diff] [blame] | 204 | F: configs/uniphier_*_defconfig |
Masahiro Yamada | eb006c8 | 2015-02-05 14:30:24 +0900 | [diff] [blame] | 205 | N: uniphier |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 206 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 207 | ARM ZYNQ |
| 208 | M: Michal Simek <monstr@monstr.eu> |
| 209 | S: Maintained |
| 210 | F: arch/arm/cpu/armv7/zynq/ |
| 211 | F: arch/arm/include/asm/arch-zynq/ |
| 212 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 213 | ARM ZYNQMP |
| 214 | M: Michal Simek <michal.simek@xilinx.com> |
| 215 | S: Maintained |
| 216 | F: arch/arm/cpu/armv8/zynqmp/ |
| 217 | F: arch/arm/include/asm/arch-zynqmp/ |
| 218 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 219 | AVR32 |
Andreas Bießmann | 09c2b8f | 2016-05-01 03:46:16 +0200 | [diff] [blame] | 220 | M: Andreas Bießmann <andreas@biessmann.org> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 221 | S: Maintained |
| 222 | T: git git://git.denx.de/u-boot-avr32.git |
| 223 | F: arch/avr32/ |
| 224 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 225 | BUILDMAN |
| 226 | M: Simon Glass <sjg@chromium.org> |
| 227 | S: Maintained |
| 228 | F: tools/buildman/ |
| 229 | |
| 230 | CFI FLASH |
| 231 | M: Stefan Roese <sr@denx.de> |
| 232 | S: Maintained |
| 233 | T: git git://git.denx.de/u-boot-cfi-flash.git |
Stefan Roese | c4c2e14 | 2014-10-31 13:57:42 +0100 | [diff] [blame] | 234 | F: drivers/mtd/cfi_flash.c |
| 235 | F: drivers/mtd/jedec_flash.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 236 | |
| 237 | COLDFIRE |
angelo@sysam.it | 82ebb7e | 2014-11-24 15:36:57 +0100 | [diff] [blame] | 238 | M: Huan Wang <alison.wang@freescale.com> |
| 239 | M: Angelo Dureghello <angelo@sysam.it> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 240 | S: Maintained |
| 241 | T: git git://git.denx.de/u-boot-coldfire.git |
| 242 | F: arch/m68k/ |
| 243 | |
| 244 | DFU |
Lukasz Majewski | 56acf01 | 2017-01-16 00:04:10 +0100 | [diff] [blame] | 245 | M: Lukasz Majewski <lukma@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 246 | S: Maintained |
| 247 | T: git git://git.denx.de/u-boot-dfu.git |
| 248 | F: drivers/dfu/ |
Lukasz Majewski | 55ca613 | 2015-02-26 13:23:49 +0100 | [diff] [blame] | 249 | F: drivers/usb/gadget/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 250 | |
| 251 | DRIVER MODEL |
| 252 | M: Simon Glass <sjg@chromium.org> |
| 253 | S: Maintained |
Masahiro Yamada | 8770633 | 2015-02-24 17:03:29 +0900 | [diff] [blame] | 254 | T: git git://git.denx.de/u-boot-dm.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 255 | F: drivers/core/ |
| 256 | F: include/dm/ |
| 257 | F: test/dm/ |
| 258 | |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 259 | EFI PAYLOAD |
| 260 | M: Alexander Graf <agraf@suse.de> |
| 261 | S: Maintained |
| 262 | F: include/efi_loader.h |
| 263 | F: lib/efi_loader/ |
| 264 | F: cmd/bootefi.c |
| 265 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 266 | FLATTENED DEVICE TREE |
| 267 | M: Simon Glass <sjg@chromium.org> |
| 268 | S: Maintained |
| 269 | T: git git://git.denx.de/u-boot-fdt.git |
| 270 | F: lib/fdtdec* |
| 271 | F: lib/libfdt/ |
| 272 | F: include/fdt* |
| 273 | F: include/libfdt* |
Andreas Färber | 643f8d4 | 2016-10-26 18:14:00 +0200 | [diff] [blame] | 274 | F: cmd/fdt.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 275 | F: common/fdt_support.c |
| 276 | |
| 277 | FREEBSD |
| 278 | M: Rafal Jaworowski <raj@semihalf.com> |
| 279 | S: Maintained |
| 280 | T: git git://git.denx.de/u-boot-freebsd.git |
| 281 | |
| 282 | FREESCALE QORIQ |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 283 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 284 | S: Maintained |
| 285 | T: git git://git.denx.de/u-boot-fsl-qoriq.git |
| 286 | |
| 287 | I2C |
| 288 | M: Heiko Schocher <hs@denx.de> |
| 289 | S: Maintained |
| 290 | T: git git://git.denx.de/u-boot-i2c.git |
| 291 | F: drivers/i2c/ |
| 292 | |
| 293 | MICROBLAZE |
| 294 | M: Michal Simek <monstr@monstr.eu> |
| 295 | S: Maintained |
| 296 | T: git git://git.denx.de/u-boot-microblaze.git |
| 297 | F: arch/microblaze/ |
| 298 | |
| 299 | MIPS |
| 300 | M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
| 301 | S: Maintained |
| 302 | T: git git://git.denx.de/u-boot-mips.git |
| 303 | F: arch/mips/ |
| 304 | |
| 305 | MMC |
Jaehoon Chung | dbc3969 | 2016-08-01 12:35:20 +0900 | [diff] [blame] | 306 | M: Jaehoon Chung <jh80.chung@samsung.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 307 | S: Maintained |
| 308 | T: git git://git.denx.de/u-boot-mmc.git |
| 309 | F: drivers/mmc/ |
| 310 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 311 | PATMAN |
| 312 | M: Simon Glass <sjg@chromium.org> |
| 313 | S: Maintained |
| 314 | F: tools/patman/ |
| 315 | |
| 316 | POWERPC |
| 317 | M: Wolfgang Denk <wd@denx.de> |
| 318 | S: Maintained |
| 319 | F: arch/powerpc/ |
| 320 | |
| 321 | POWERPC MPC5XXX |
| 322 | M: Wolfgang Denk <wd@denx.de> |
| 323 | S: Maintained |
| 324 | T: git git://git.denx.de/u-boot-mpc5xxx.git |
| 325 | F: arch/powerpc/cpu/mpc5*/ |
| 326 | |
| 327 | POWERPC MPC8XX |
| 328 | M: Wolfgang Denk <wd@denx.de> |
| 329 | S: Maintained |
| 330 | T: git git://git.denx.de/u-boot-mpc8xx.git |
| 331 | F: arch/powerpc/cpu/mpc8xx/ |
| 332 | |
| 333 | POWERPC MPC82XX |
| 334 | M: Wolfgang Denk <wd@denx.de> |
| 335 | S: Maintained |
| 336 | T: git git://git.denx.de/u-boot-mpc82xx.git |
| 337 | F: arch/powerpc/cpu/mpc82*/ |
| 338 | |
| 339 | POWERPC MPC83XX |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 340 | #M: Kim Phillips <kim.phillips@freescale.com> |
| 341 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 342 | T: git git://git.denx.de/u-boot-mpc83xx.git |
| 343 | F: arch/powerpc/cpu/mpc83xx/ |
| 344 | F: arch/powerpc/include/asm/arch-mpc83xx/ |
| 345 | |
| 346 | POWERPC MPC85XX |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 347 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 348 | S: Maintained |
| 349 | T: git git://git.denx.de/u-boot-mpc85xx.git |
| 350 | F: arch/powerpc/cpu/mpc85xx/ |
| 351 | |
| 352 | POWERPC MPC86XX |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 353 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 354 | S: Maintained |
| 355 | T: git git://git.denx.de/u-boot-mpc86xx.git |
| 356 | F: arch/powerpc/cpu/mpc86xx/ |
| 357 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 358 | POWERPC PPC4XX |
| 359 | M: Stefan Roese <sr@denx.de> |
| 360 | S: Maintained |
| 361 | T: git git://git.denx.de/u-boot-ppc4xx.git |
| 362 | F: arch/powerpc/cpu/ppc4xx/ |
| 363 | |
Jaehoon Chung | 6e1cfb0 | 2016-12-19 13:36:01 +0900 | [diff] [blame] | 364 | POWER |
| 365 | M: Jaehoon Chung <jh80.chung@samsung.com> |
| 366 | S: Maintained |
| 367 | T: git git://git.denx.de/u-boot-pmic.git |
| 368 | F: drivers/power/ |
| 369 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 370 | NETWORK |
Joe Hershberger | a60de1e | 2015-03-20 13:25:57 -0500 | [diff] [blame] | 371 | M: Joe Hershberger <joe.hershberger@ni.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 372 | S: Maintained |
| 373 | T: git git://git.denx.de/u-boot-net.git |
| 374 | F: drivers/net/ |
Joe Hershberger | a60de1e | 2015-03-20 13:25:57 -0500 | [diff] [blame] | 375 | F: net/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 376 | |
| 377 | NAND FLASH |
Scott Wood | 3ef9cdb | 2016-04-01 18:49:57 -0500 | [diff] [blame] | 378 | M: Scott Wood <oss@buserror.net> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 379 | S: Maintained |
| 380 | T: git git://git.denx.de/u-boot-nand-flash.git |
| 381 | F: drivers/mtd/nand/ |
| 382 | |
| 383 | NDS32 |
| 384 | M: Macpaul Lin <macpaul@andestech.com> |
| 385 | S: Maintained |
| 386 | T: git git://git.denx.de/u-boot-nds32.git |
| 387 | F: arch/nds32/ |
| 388 | |
| 389 | NIOS |
| 390 | M: Thomas Chou <thomas@wytron.com.tw> |
| 391 | S: Maintained |
| 392 | T: git git://git.denx.de/u-boot-nios.git |
| 393 | F: arch/nios2/ |
| 394 | |
| 395 | ONENAND |
Lukasz Majewski | dea6068 | 2016-12-12 16:18:30 +0100 | [diff] [blame] | 396 | #M: Lukasz Majewski <l.majewski@majess.pl> |
| 397 | S: Orphaned (Since 2017-01) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 398 | T: git git://git.denx.de/u-boot-onenand.git |
| 399 | F: drivers/mtd/onenand/ |
| 400 | |
| 401 | SANDBOX |
| 402 | M: Simon Glass <sjg@chromium.org> |
| 403 | S: Maintained |
| 404 | F: arch/sandbox/ |
| 405 | |
| 406 | SH |
| 407 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 408 | S: Maintained |
| 409 | T: git git://git.denx.de/u-boot-sh.git |
| 410 | F: arch/sh/ |
| 411 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 412 | SPI |
Jagan Teki | 16185a8 | 2016-10-28 23:27:34 +0530 | [diff] [blame] | 413 | M: Jagan Teki <jagan@openedev.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 414 | S: Maintained |
| 415 | T: git git://git.denx.de/u-boot-spi.git |
| 416 | F: drivers/mtd/spi/ |
| 417 | F: drivers/spi/ |
| 418 | F: include/spi* |
| 419 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 420 | SPMI |
| 421 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 422 | S: Maintained |
| 423 | F: drivers/spmi/ |
| 424 | F: include/spmi/ |
| 425 | |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 426 | TI SYSTEM SECURITY |
| 427 | M: Andrew F. Davis <afd@ti.com> |
| 428 | S: Supported |
| 429 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S |
| 430 | F: arch/arm/mach-omap2/omap5/sec-fxns.c |
| 431 | F: arch/arm/mach-omap2/sec-common.c |
| 432 | F: arch/arm/mach-omap2/config_secure.mk |
Andrew F. Davis | a42eee1 | 2017-01-27 10:39:20 -0600 | [diff] [blame] | 433 | F: configs/am335x_hs_evm_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 434 | F: configs/am43xx_hs_evm_defconfig |
| 435 | F: configs/am57xx_hs_evm_defconfig |
| 436 | F: configs/dra7xx_hs_evm_defconfig |
| 437 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 438 | TQ GROUP |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 439 | #M: Martin Krause <martin.krause@tq-systems.de> |
| 440 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 441 | T: git git://git.denx.de/u-boot-tq-group.git |
| 442 | |
| 443 | UBI |
| 444 | M: Kyungmin Park <kmpark@infradead.org> |
Heiko Schocher | 69337a9 | 2014-11-18 09:08:45 +0100 | [diff] [blame] | 445 | M: Heiko Schocher <hs@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 446 | S: Maintained |
| 447 | T: git git://git.denx.de/u-boot-ubi.git |
| 448 | F: drivers/mtd/ubi/ |
| 449 | |
| 450 | USB |
| 451 | M: Marek Vasut <marex@denx.de> |
| 452 | S: Maintained |
| 453 | T: git git://git.denx.de/u-boot-usb.git |
| 454 | F: drivers/usb/ |
| 455 | |
| 456 | VIDEO |
| 457 | M: Anatolij Gustschin <agust@denx.de> |
| 458 | S: Maintained |
| 459 | T: git git://git.denx.de/u-boot-video.git |
| 460 | F: drivers/video/ |
| 461 | |
| 462 | X86 |
| 463 | M: Simon Glass <sjg@chromium.org> |
| 464 | S: Maintained |
| 465 | T: git git://git.denx.de/u-boot-x86.git |
| 466 | F: arch/x86/ |
| 467 | |
Chris Zankel | de5e5ce | 2016-08-10 18:36:43 +0300 | [diff] [blame] | 468 | XTENSA |
| 469 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 470 | S: Maintained |
| 471 | F: arch/xtensa/ |
| 472 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 473 | THE REST |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 474 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 475 | L: u-boot@lists.denx.de |
| 476 | Q: http://patchwork.ozlabs.org/project/uboot/list/ |
| 477 | S: Maintained |
| 478 | T: git git://git.denx.de/u-boot.git |
| 479 | F: * |
| 480 | F: */ |