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*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 96 | F: arch/arm/cpu/armv7/mx*/ |
| 97 | F: arch/arm/cpu/armv7/vf610/ |
Jagan Teki | fbe62a6 | 2017-03-27 23:32:23 +0530 | [diff] [blame] | 98 | F: arch/arm/imx-common/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 99 | F: arch/arm/include/asm/arch-imx/ |
| 100 | F: arch/arm/include/asm/arch-mx*/ |
| 101 | F: arch/arm/include/asm/arch-vf610/ |
| 102 | F: arch/arm/include/asm/imx-common/ |
Fabio Estevam | 77cbd3a | 2016-07-26 21:27:49 -0300 | [diff] [blame] | 103 | F: board/freescale/*mx*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 104 | |
Peter Griffin | ae4dc15 | 2016-04-20 17:13:58 +0100 | [diff] [blame] | 105 | ARM HISILICON |
| 106 | M: Peter Griffin <peter.griffin@linaro.org> |
| 107 | S: Maintained |
| 108 | F: arch/arm/cpu/armv8/hisilicon |
| 109 | F: arm/include/asm/arch-hi6220/ |
| 110 | |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 111 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 112 | M: Prafulla Wadaskar <prafulla@marvell.com> |
Luka Perkov | 5ea0196 | 2015-01-07 23:32:06 +0000 | [diff] [blame] | 113 | M: Luka Perkov <luka.perkov@sartura.hr> |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 114 | M: Stefan Roese <sr@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 115 | S: Maintained |
| 116 | T: git git://git.denx.de/u-boot-marvell.git |
Masahiro Yamada | 56f86e3 | 2015-02-20 17:04:06 +0900 | [diff] [blame] | 117 | F: arch/arm/mach-kirkwood/ |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 118 | F: arch/arm/mach-mvebu/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 119 | |
| 120 | ARM MARVELL PXA |
| 121 | M: Marek Vasut <marex@denx.de> |
| 122 | S: Maintained |
| 123 | T: git git://git.denx.de/u-boot-pxa.git |
| 124 | F: arch/arm/cpu/pxa/ |
| 125 | F: arch/arm/include/asm/arch-pxa/ |
| 126 | |
Nobuhiro Iwamatsu | 4810c2f | 2015-10-10 06:09:03 +0900 | [diff] [blame] | 127 | ARM RENESAS RMOBILE/R-CAR |
| 128 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 129 | S: Maintained |
| 130 | T: git git://git.denx.de/u-boot-sh.git |
| 131 | F: arch/arm/mach-rmobile/ |
| 132 | |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 133 | ARM ROCKCHIP |
| 134 | M: Simon Glass <sjg@chromium.org> |
| 135 | S: Maintained |
| 136 | T: git git://git.denx.de/u-boot-rockchip.git |
| 137 | F: arch/arm/mach-rockchip/ |
| 138 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 139 | ARM SAMSUNG |
| 140 | M: Minkyu Kang <mk7.kang@samsung.com> |
| 141 | S: Maintained |
| 142 | T: git git://git.denx.de/u-boot-samsung.git |
| 143 | F: arch/arm/cpu/arm920t/s3c24x0/ |
Minkyu Kang | 225f5ee | 2015-11-20 15:24:57 +0900 | [diff] [blame] | 144 | F: arch/arm/mach-exynos/ |
| 145 | F: arch/arm/mach-s5pc1xx/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 146 | F: arch/arm/cpu/armv7/s5p-common/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 147 | F: arch/arm/include/asm/arch-s3c24x0/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 148 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 149 | ARM SNAPDRAGON |
| 150 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 151 | S: Maintained |
| 152 | F: arch/arm/mach-snapdragon/ |
| 153 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 154 | ARM STM SPEAR |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 155 | #M: Vipin Kumar <vipin.kumar@st.com> |
| 156 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 157 | T: git git://git.denx.de/u-boot-stm.git |
| 158 | F: arch/arm/cpu/arm926ejs/spear/ |
| 159 | F: arch/arm/include/asm/arch-spear/ |
| 160 | |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 161 | ARM STM STV0991 |
| 162 | M: Vikas Manocha <vikas.manocha@st.com> |
| 163 | S: Maintained |
| 164 | F: arch/arm/cpu/armv7/stv0991/ |
| 165 | F: arch/arm/include/asm/arch-stv0991/ |
| 166 | |
Patrice Chotard | 94e9a4e | 2017-02-21 13:37:04 +0100 | [diff] [blame] | 167 | ARM STI |
| 168 | M: Patrice Chotard <patrice.chotard@st.com> |
| 169 | S: Maintained |
| 170 | F: arch/arm/mach-sti/ |
| 171 | F: arch/arm/include/asm/arch-sti*/ |
| 172 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 173 | ARM SUNXI |
Jagan Teki | 543bd27 | 2016-11-22 17:14:06 +0530 | [diff] [blame] | 174 | M: Jagan Teki <jagan@openedev.com> |
| 175 | M: Maxime Ripard <maxime.ripard@free-electrons.com> |
Chen-Yu Tsai | ed8f2a2 | 2017-03-01 14:03:34 +0800 | [diff] [blame] | 176 | S: Maintained |
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/ |
Chen-Yu Tsai | ed8f2a2 | 2017-03-01 14:03:34 +0800 | [diff] [blame] | 180 | F: arch/arm/mach-sunxi/ |
| 181 | F: board/sunxi/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 182 | |
| 183 | ARM TEGRA |
| 184 | M: Tom Warren <twarren@nvidia.com> |
| 185 | S: Maintained |
| 186 | T: git git://git.denx.de/u-boot-tegra.git |
Masahiro Yamada | 09f455d | 2015-02-20 17:04:04 +0900 | [diff] [blame] | 187 | F: arch/arm/mach-tegra/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 188 | F: arch/arm/include/asm/arch-tegra*/ |
| 189 | |
| 190 | ARM TI |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 191 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 192 | S: Maintained |
| 193 | T: git git://git.denx.de/u-boot-ti.git |
Masahiro Yamada | 26f7c11 | 2015-04-08 18:23:23 +0900 | [diff] [blame] | 194 | F: arch/arm/mach-davinci/ |
| 195 | F: arch/arm/mach-keystone/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 196 | F: arch/arm/cpu/arm926ejs/omap/ |
| 197 | F: arch/arm/cpu/armv7/omap*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 198 | F: arch/arm/include/asm/arch-omap*/ |
| 199 | F: arch/arm/include/asm/ti-common/ |
| 200 | |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 201 | ARM UNIPHIER |
Masahiro Yamada | ed6226c | 2015-03-11 13:01:35 +0900 | [diff] [blame] | 202 | M: Masahiro Yamada <yamada.masahiro@socionext.com> |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 203 | S: Maintained |
| 204 | T: git git://git.denx.de/u-boot-uniphier.git |
Masahiro Yamada | 4c42557 | 2015-02-27 02:26:42 +0900 | [diff] [blame] | 205 | F: arch/arm/mach-uniphier/ |
Masahiro Yamada | 5fd3f43 | 2015-12-17 18:00:39 +0900 | [diff] [blame] | 206 | F: configs/uniphier_*_defconfig |
Masahiro Yamada | eb006c8 | 2015-02-05 14:30:24 +0900 | [diff] [blame] | 207 | N: uniphier |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 208 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 209 | ARM ZYNQ |
| 210 | M: Michal Simek <monstr@monstr.eu> |
| 211 | S: Maintained |
| 212 | F: arch/arm/cpu/armv7/zynq/ |
| 213 | F: arch/arm/include/asm/arch-zynq/ |
| 214 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 215 | ARM ZYNQMP |
| 216 | M: Michal Simek <michal.simek@xilinx.com> |
| 217 | S: Maintained |
| 218 | F: arch/arm/cpu/armv8/zynqmp/ |
| 219 | F: arch/arm/include/asm/arch-zynqmp/ |
| 220 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 221 | AVR32 |
Andreas Bießmann | 09c2b8f | 2016-05-01 03:46:16 +0200 | [diff] [blame] | 222 | M: Andreas Bießmann <andreas@biessmann.org> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 223 | S: Maintained |
| 224 | T: git git://git.denx.de/u-boot-avr32.git |
| 225 | F: arch/avr32/ |
| 226 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 227 | BUILDMAN |
| 228 | M: Simon Glass <sjg@chromium.org> |
| 229 | S: Maintained |
| 230 | F: tools/buildman/ |
| 231 | |
| 232 | CFI FLASH |
| 233 | M: Stefan Roese <sr@denx.de> |
| 234 | S: Maintained |
| 235 | T: git git://git.denx.de/u-boot-cfi-flash.git |
Stefan Roese | c4c2e14 | 2014-10-31 13:57:42 +0100 | [diff] [blame] | 236 | F: drivers/mtd/cfi_flash.c |
| 237 | F: drivers/mtd/jedec_flash.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 238 | |
| 239 | COLDFIRE |
angelo@sysam.it | 82ebb7e | 2014-11-24 15:36:57 +0100 | [diff] [blame] | 240 | M: Huan Wang <alison.wang@freescale.com> |
| 241 | M: Angelo Dureghello <angelo@sysam.it> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 242 | S: Maintained |
| 243 | T: git git://git.denx.de/u-boot-coldfire.git |
| 244 | F: arch/m68k/ |
| 245 | |
| 246 | DFU |
Lukasz Majewski | 56acf01 | 2017-01-16 00:04:10 +0100 | [diff] [blame] | 247 | M: Lukasz Majewski <lukma@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 248 | S: Maintained |
| 249 | T: git git://git.denx.de/u-boot-dfu.git |
| 250 | F: drivers/dfu/ |
Lukasz Majewski | 55ca613 | 2015-02-26 13:23:49 +0100 | [diff] [blame] | 251 | F: drivers/usb/gadget/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 252 | |
| 253 | DRIVER MODEL |
| 254 | M: Simon Glass <sjg@chromium.org> |
| 255 | S: Maintained |
Masahiro Yamada | 8770633 | 2015-02-24 17:03:29 +0900 | [diff] [blame] | 256 | T: git git://git.denx.de/u-boot-dm.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 257 | F: drivers/core/ |
| 258 | F: include/dm/ |
| 259 | F: test/dm/ |
| 260 | |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 261 | EFI PAYLOAD |
| 262 | M: Alexander Graf <agraf@suse.de> |
| 263 | S: Maintained |
| 264 | F: include/efi_loader.h |
| 265 | F: lib/efi_loader/ |
| 266 | F: cmd/bootefi.c |
| 267 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 268 | FLATTENED DEVICE TREE |
| 269 | M: Simon Glass <sjg@chromium.org> |
| 270 | S: Maintained |
| 271 | T: git git://git.denx.de/u-boot-fdt.git |
| 272 | F: lib/fdtdec* |
| 273 | F: lib/libfdt/ |
| 274 | F: include/fdt* |
| 275 | F: include/libfdt* |
Andreas Färber | 643f8d4 | 2016-10-26 18:14:00 +0200 | [diff] [blame] | 276 | F: cmd/fdt.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 277 | F: common/fdt_support.c |
| 278 | |
| 279 | FREEBSD |
| 280 | M: Rafal Jaworowski <raj@semihalf.com> |
| 281 | S: Maintained |
| 282 | T: git git://git.denx.de/u-boot-freebsd.git |
| 283 | |
| 284 | FREESCALE QORIQ |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 285 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 286 | S: Maintained |
| 287 | T: git git://git.denx.de/u-boot-fsl-qoriq.git |
| 288 | |
| 289 | I2C |
| 290 | M: Heiko Schocher <hs@denx.de> |
| 291 | S: Maintained |
| 292 | T: git git://git.denx.de/u-boot-i2c.git |
| 293 | F: drivers/i2c/ |
| 294 | |
| 295 | MICROBLAZE |
| 296 | M: Michal Simek <monstr@monstr.eu> |
| 297 | S: Maintained |
| 298 | T: git git://git.denx.de/u-boot-microblaze.git |
| 299 | F: arch/microblaze/ |
| 300 | |
| 301 | MIPS |
| 302 | M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
| 303 | S: Maintained |
| 304 | T: git git://git.denx.de/u-boot-mips.git |
| 305 | F: arch/mips/ |
| 306 | |
| 307 | MMC |
Jaehoon Chung | dbc3969 | 2016-08-01 12:35:20 +0900 | [diff] [blame] | 308 | M: Jaehoon Chung <jh80.chung@samsung.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 309 | S: Maintained |
| 310 | T: git git://git.denx.de/u-boot-mmc.git |
| 311 | F: drivers/mmc/ |
| 312 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 313 | PATMAN |
| 314 | M: Simon Glass <sjg@chromium.org> |
| 315 | S: Maintained |
| 316 | F: tools/patman/ |
| 317 | |
| 318 | POWERPC |
| 319 | M: Wolfgang Denk <wd@denx.de> |
| 320 | S: Maintained |
| 321 | F: arch/powerpc/ |
| 322 | |
| 323 | POWERPC MPC5XXX |
| 324 | M: Wolfgang Denk <wd@denx.de> |
| 325 | S: Maintained |
| 326 | T: git git://git.denx.de/u-boot-mpc5xxx.git |
| 327 | F: arch/powerpc/cpu/mpc5*/ |
| 328 | |
| 329 | POWERPC MPC8XX |
| 330 | M: Wolfgang Denk <wd@denx.de> |
| 331 | S: Maintained |
| 332 | T: git git://git.denx.de/u-boot-mpc8xx.git |
| 333 | F: arch/powerpc/cpu/mpc8xx/ |
| 334 | |
| 335 | POWERPC MPC82XX |
| 336 | M: Wolfgang Denk <wd@denx.de> |
| 337 | S: Maintained |
| 338 | T: git git://git.denx.de/u-boot-mpc82xx.git |
| 339 | F: arch/powerpc/cpu/mpc82*/ |
| 340 | |
| 341 | POWERPC MPC83XX |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 342 | #M: Kim Phillips <kim.phillips@freescale.com> |
| 343 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 344 | T: git git://git.denx.de/u-boot-mpc83xx.git |
| 345 | F: arch/powerpc/cpu/mpc83xx/ |
| 346 | F: arch/powerpc/include/asm/arch-mpc83xx/ |
| 347 | |
| 348 | POWERPC MPC85XX |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 349 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 350 | S: Maintained |
| 351 | T: git git://git.denx.de/u-boot-mpc85xx.git |
| 352 | F: arch/powerpc/cpu/mpc85xx/ |
| 353 | |
| 354 | POWERPC MPC86XX |
York Sun | 2f23102 | 2016-01-05 09:48:45 -0800 | [diff] [blame] | 355 | M: York Sun <york.sun@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 356 | S: Maintained |
| 357 | T: git git://git.denx.de/u-boot-mpc86xx.git |
| 358 | F: arch/powerpc/cpu/mpc86xx/ |
| 359 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 360 | POWERPC PPC4XX |
| 361 | M: Stefan Roese <sr@denx.de> |
| 362 | S: Maintained |
| 363 | T: git git://git.denx.de/u-boot-ppc4xx.git |
| 364 | F: arch/powerpc/cpu/ppc4xx/ |
| 365 | |
Jaehoon Chung | 6e1cfb0 | 2016-12-19 13:36:01 +0900 | [diff] [blame] | 366 | POWER |
| 367 | M: Jaehoon Chung <jh80.chung@samsung.com> |
| 368 | S: Maintained |
| 369 | T: git git://git.denx.de/u-boot-pmic.git |
| 370 | F: drivers/power/ |
| 371 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 372 | NETWORK |
Joe Hershberger | a60de1e | 2015-03-20 13:25:57 -0500 | [diff] [blame] | 373 | M: Joe Hershberger <joe.hershberger@ni.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 374 | S: Maintained |
| 375 | T: git git://git.denx.de/u-boot-net.git |
| 376 | F: drivers/net/ |
Joe Hershberger | a60de1e | 2015-03-20 13:25:57 -0500 | [diff] [blame] | 377 | F: net/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 378 | |
| 379 | NAND FLASH |
Scott Wood | 3ef9cdb | 2016-04-01 18:49:57 -0500 | [diff] [blame] | 380 | M: Scott Wood <oss@buserror.net> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 381 | S: Maintained |
| 382 | T: git git://git.denx.de/u-boot-nand-flash.git |
| 383 | F: drivers/mtd/nand/ |
| 384 | |
| 385 | NDS32 |
| 386 | M: Macpaul Lin <macpaul@andestech.com> |
| 387 | S: Maintained |
| 388 | T: git git://git.denx.de/u-boot-nds32.git |
| 389 | F: arch/nds32/ |
| 390 | |
| 391 | NIOS |
| 392 | M: Thomas Chou <thomas@wytron.com.tw> |
| 393 | S: Maintained |
| 394 | T: git git://git.denx.de/u-boot-nios.git |
| 395 | F: arch/nios2/ |
| 396 | |
| 397 | ONENAND |
Lukasz Majewski | dea6068 | 2016-12-12 16:18:30 +0100 | [diff] [blame] | 398 | #M: Lukasz Majewski <l.majewski@majess.pl> |
| 399 | S: Orphaned (Since 2017-01) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 400 | T: git git://git.denx.de/u-boot-onenand.git |
| 401 | F: drivers/mtd/onenand/ |
| 402 | |
| 403 | SANDBOX |
| 404 | M: Simon Glass <sjg@chromium.org> |
| 405 | S: Maintained |
| 406 | F: arch/sandbox/ |
| 407 | |
| 408 | SH |
| 409 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 410 | S: Maintained |
| 411 | T: git git://git.denx.de/u-boot-sh.git |
| 412 | F: arch/sh/ |
| 413 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 414 | SPI |
Jagan Teki | 16185a8 | 2016-10-28 23:27:34 +0530 | [diff] [blame] | 415 | M: Jagan Teki <jagan@openedev.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 416 | S: Maintained |
| 417 | T: git git://git.denx.de/u-boot-spi.git |
| 418 | F: drivers/mtd/spi/ |
| 419 | F: drivers/spi/ |
| 420 | F: include/spi* |
| 421 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 422 | SPMI |
| 423 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 424 | S: Maintained |
| 425 | F: drivers/spmi/ |
| 426 | F: include/spmi/ |
| 427 | |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 428 | TI SYSTEM SECURITY |
| 429 | M: Andrew F. Davis <afd@ti.com> |
| 430 | S: Supported |
| 431 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S |
| 432 | F: arch/arm/mach-omap2/omap5/sec-fxns.c |
| 433 | F: arch/arm/mach-omap2/sec-common.c |
| 434 | F: arch/arm/mach-omap2/config_secure.mk |
Andrew F. Davis | a42eee1 | 2017-01-27 10:39:20 -0600 | [diff] [blame] | 435 | F: configs/am335x_hs_evm_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 436 | F: configs/am43xx_hs_evm_defconfig |
| 437 | F: configs/am57xx_hs_evm_defconfig |
| 438 | F: configs/dra7xx_hs_evm_defconfig |
Lokesh Vutla | 8a707ba | 2017-04-26 11:35:19 +0530 | [diff] [blame] | 439 | F: configs/k2hk_hs_evm_defconfig |
| 440 | F: configs/k2e_hs_evm_defconfig |
| 441 | F: configs/k2g_hs_evm_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 442 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 443 | TQ GROUP |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 444 | #M: Martin Krause <martin.krause@tq-systems.de> |
| 445 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 446 | T: git git://git.denx.de/u-boot-tq-group.git |
| 447 | |
| 448 | UBI |
| 449 | M: Kyungmin Park <kmpark@infradead.org> |
Heiko Schocher | 69337a9 | 2014-11-18 09:08:45 +0100 | [diff] [blame] | 450 | M: Heiko Schocher <hs@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 451 | S: Maintained |
| 452 | T: git git://git.denx.de/u-boot-ubi.git |
| 453 | F: drivers/mtd/ubi/ |
| 454 | |
| 455 | USB |
| 456 | M: Marek Vasut <marex@denx.de> |
| 457 | S: Maintained |
| 458 | T: git git://git.denx.de/u-boot-usb.git |
| 459 | F: drivers/usb/ |
| 460 | |
| 461 | VIDEO |
| 462 | M: Anatolij Gustschin <agust@denx.de> |
| 463 | S: Maintained |
| 464 | T: git git://git.denx.de/u-boot-video.git |
| 465 | F: drivers/video/ |
| 466 | |
| 467 | X86 |
| 468 | M: Simon Glass <sjg@chromium.org> |
| 469 | S: Maintained |
| 470 | T: git git://git.denx.de/u-boot-x86.git |
| 471 | F: arch/x86/ |
| 472 | |
Chris Zankel | de5e5ce | 2016-08-10 18:36:43 +0300 | [diff] [blame] | 473 | XTENSA |
| 474 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 475 | S: Maintained |
| 476 | F: arch/xtensa/ |
| 477 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 478 | THE REST |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 479 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 480 | L: u-boot@lists.denx.de |
| 481 | Q: http://patchwork.ozlabs.org/project/uboot/list/ |
| 482 | S: Maintained |
| 483 | T: git git://git.denx.de/u-boot.git |
| 484 | F: * |
| 485 | F: */ |