1 00f141ccSDaniel SchwierzeckDescriptions of section entries: 2 00f141ccSDaniel Schwierzeck 3 00f141ccSDaniel Schwierzeck P: Person (obsolete) 4 00f141ccSDaniel Schwierzeck M: Mail patches to: FullName <address@domain> 5 00f141ccSDaniel Schwierzeck L: Mailing list that is relevant to this area 6 00f141ccSDaniel Schwierzeck W: Web-page with status/info 7 00f141ccSDaniel Schwierzeck Q: Patchwork web based patch tracking system site 8 00f141ccSDaniel Schwierzeck T: SCM tree type and location. 9 00f141ccSDaniel Schwierzeck Type is one of: git, hg, quilt, stgit, topgit 10 00f141ccSDaniel Schwierzeck S: Status, one of the following: 11 00f141ccSDaniel Schwierzeck Supported: Someone is actually paid to look after this. 12 00f141ccSDaniel Schwierzeck Maintained: Someone actually looks after it. 13 00f141ccSDaniel Schwierzeck Odd Fixes: It has a maintainer but they don't have time to do 14 00f141ccSDaniel Schwierzeck much other than throw the odd patch in. See below.. 15 00f141ccSDaniel Schwierzeck Orphan: No current maintainer [but maybe you could take the 16 00f141ccSDaniel Schwierzeck role as you write your new code]. 17 00f141ccSDaniel Schwierzeck Obsolete: Old code. Something tagged obsolete generally means 18 00f141ccSDaniel Schwierzeck it has been replaced by a better system and you 19 00f141ccSDaniel Schwierzeck should be using that. 20 00f141ccSDaniel Schwierzeck F: Files and directories with wildcard patterns. 21 00f141ccSDaniel Schwierzeck A trailing slash includes all files and subdirectory files. 22 00f141ccSDaniel Schwierzeck F: drivers/net/ all files in and below drivers/net 23 00f141ccSDaniel Schwierzeck F: drivers/net/* all files in drivers/net, but not below 24 00f141ccSDaniel Schwierzeck F: */net/* all files in "any top level directory"/net 25 00f141ccSDaniel Schwierzeck One pattern per line. Multiple F: lines acceptable. 26 00f141ccSDaniel Schwierzeck N: Files and directories with regex patterns. 27 00f141ccSDaniel Schwierzeck N: [^a-z]tegra all files whose path contains the word tegra 28 00f141ccSDaniel Schwierzeck One pattern per line. Multiple N: lines acceptable. 29 00f141ccSDaniel Schwierzeck scripts/get_maintainer.pl has different behavior for files that 30 00f141ccSDaniel Schwierzeck match F: pattern and matches of N: patterns. By default, 31 00f141ccSDaniel Schwierzeck get_maintainer will not look at git log history when an F: pattern 32 00f141ccSDaniel Schwierzeck match occurs. When an N: match occurs, git log history is used 33 00f141ccSDaniel Schwierzeck to also notify the people that have git commit signatures. 34 00f141ccSDaniel Schwierzeck X: Files and directories that are NOT maintained, same rules as F: 35 00f141ccSDaniel Schwierzeck Files exclusions are tested before file matches. 36 00f141ccSDaniel Schwierzeck Can be useful for excluding a specific subdirectory, for instance: 37 00f141ccSDaniel Schwierzeck F: net/ 38 00f141ccSDaniel Schwierzeck X: net/ipv6/ 39 00f141ccSDaniel Schwierzeck matches all files in and below net excluding net/ipv6/ 40 00f141ccSDaniel Schwierzeck K: Keyword perl extended regex pattern to match content in a 41 00f141ccSDaniel Schwierzeck patch or file. For instance: 42 00f141ccSDaniel Schwierzeck K: of_get_profile 43 00f141ccSDaniel Schwierzeck matches patches or files that contain "of_get_profile" 44 00f141ccSDaniel Schwierzeck K: \b(printk|pr_(info|err))\b 45 00f141ccSDaniel Schwierzeck matches patches or files that contain one or more of the words 46 00f141ccSDaniel Schwierzeck printk, pr_info or pr_err 47 00f141ccSDaniel Schwierzeck One regex pattern per line. Multiple K: lines acceptable. 48 00f141ccSDaniel Schwierzeck 49 00f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical 50 00f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be 51 00f141ccSDaniel Schwierzeckso much easier [Ed] 52 00f141ccSDaniel Schwierzeck 53 00f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first) 54 00f141ccSDaniel Schwierzeck 55 00f141ccSDaniel Schwierzeck ----------------------------------- 56 00f141ccSDaniel SchwierzeckARC 57 00f141ccSDaniel SchwierzeckM: Alexey Brodkin <alexey.brodkin@synopsys.com> 58 00f141ccSDaniel SchwierzeckS: Maintained 59 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arc.git 60 00f141ccSDaniel SchwierzeckF: arch/arc/ 61 00f141ccSDaniel Schwierzeck 62 00f141ccSDaniel SchwierzeckARM 63 00f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 64 00f141ccSDaniel SchwierzeckS: Maintained 65 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 66 00f141ccSDaniel SchwierzeckF: arch/arm/ 67 00f141ccSDaniel Schwierzeck 68 d8540a16SPavel MachekARM ALTERA SOCFPGA 69 d8540a16SPavel MachekM: Marek Vasut <marex@denx.de> 70 d8540a16SPavel MachekS: Maintainted 71 d8540a16SPavel MachekT: git git://git.denx.de/u-boot-socfpga.git 72 f22dede2SJagan TekiF: arch/arm/mach-socfpga/ 73 d8540a16SPavel Machek 74 00f141ccSDaniel SchwierzeckARM ATMEL AT91 75 09c2b8f3SAndreas BießmannM: Andreas Bießmann <andreas@biessmann.org> 76 00f141ccSDaniel SchwierzeckS: Maintained 77 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 78 62011840SMasahiro YamadaF: arch/arm/mach-at91/ 79 00f141ccSDaniel Schwierzeck 80 fe84ebf0SStephen WarrenARM BROADCOM BCM283X 81 8b7d0924SStephen Warren#M: Stephen Warren <swarren@wwwdotorg.org> 82 8b7d0924SStephen WarrenS: Orphaned (Since 2017-07) 83 fe84ebf0SStephen WarrenF: arch/arm/mach-bcm283x/ 84 fe84ebf0SStephen WarrenF: drivers/gpio/bcm2835_gpio.c 85 fe84ebf0SStephen WarrenF: drivers/mmc/bcm2835_sdhci.c 86 fe84ebf0SStephen WarrenF: drivers/serial/serial_bcm283x_mu.c 87 fe84ebf0SStephen WarrenF: drivers/video/bcm2835.c 88 fe84ebf0SStephen WarrenF: include/dm/platform_data/serial_bcm283x_mu.h 89 fe84ebf0SStephen Warren 90 00f141ccSDaniel SchwierzeckARM FREESCALE IMX 91 00f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 92 2aaf7c49SFabio EstevamM: Fabio Estevam <fabio.estevam@nxp.com> 93 00f141ccSDaniel SchwierzeckS: Maintained 94 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 95 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 96 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 97 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/mx*/ 98 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 99 *552a848eSStefano BabicF: arch/arm/mach-imx/ 100 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 101 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 102 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 103 *552a848eSStefano BabicF: arch/arm/include/asm/mach-imx/ 104 77cbd3a1SFabio EstevamF: board/freescale/*mx*/ 105 00f141ccSDaniel Schwierzeck 106 ae4dc15dSPeter GriffinARM HISILICON 107 ae4dc15dSPeter GriffinM: Peter Griffin <peter.griffin@linaro.org> 108 ae4dc15dSPeter GriffinS: Maintained 109 ae4dc15dSPeter GriffinF: arch/arm/cpu/armv8/hisilicon 110 ae4dc15dSPeter GriffinF: arm/include/asm/arch-hi6220/ 111 ae4dc15dSPeter Griffin 112 f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X 113 00f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 114 5ea01961SLuka PerkovM: Luka Perkov <luka.perkov@sartura.hr> 115 f822d857SStefan RoeseM: Stefan Roese <sr@denx.de> 116 00f141ccSDaniel SchwierzeckS: Maintained 117 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 118 56f86e39SMasahiro YamadaF: arch/arm/mach-kirkwood/ 119 f822d857SStefan RoeseF: arch/arm/mach-mvebu/ 120 00f141ccSDaniel Schwierzeck 121 00f141ccSDaniel SchwierzeckARM MARVELL PXA 122 00f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 123 00f141ccSDaniel SchwierzeckS: Maintained 124 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 125 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 126 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 127 00f141ccSDaniel Schwierzeck 128 4810c2f8SNobuhiro IwamatsuARM RENESAS RMOBILE/R-CAR 129 4810c2f8SNobuhiro IwamatsuM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 130 4810c2f8SNobuhiro IwamatsuS: Maintained 131 4810c2f8SNobuhiro IwamatsuT: git git://git.denx.de/u-boot-sh.git 132 4810c2f8SNobuhiro IwamatsuF: arch/arm/mach-rmobile/ 133 4810c2f8SNobuhiro Iwamatsu 134 c3caeac0SMasahiro YamadaARM ROCKCHIP 135 c3caeac0SMasahiro YamadaM: Simon Glass <sjg@chromium.org> 136 f8714372SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 137 c3caeac0SMasahiro YamadaS: Maintained 138 c3caeac0SMasahiro YamadaT: git git://git.denx.de/u-boot-rockchip.git 139 c3caeac0SMasahiro YamadaF: arch/arm/mach-rockchip/ 140 ae0fc89eSKever YangF: board/rockchip/ 141 c3caeac0SMasahiro Yamada 142 00f141ccSDaniel SchwierzeckARM SAMSUNG 143 00f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 144 00f141ccSDaniel SchwierzeckS: Maintained 145 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 146 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm920t/s3c24x0/ 147 225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 148 225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 149 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 150 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s3c24x0/ 151 00f141ccSDaniel Schwierzeck 152 e721e981SMateusz KulikowskiARM SNAPDRAGON 153 e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 154 e721e981SMateusz KulikowskiS: Maintained 155 e721e981SMateusz KulikowskiF: arch/arm/mach-snapdragon/ 156 e721e981SMateusz Kulikowski 157 00f141ccSDaniel SchwierzeckARM STM SPEAR 158 3a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 159 3a53aba3SBin MengS: Orphaned (Since 2016-02) 160 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 161 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 162 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 163 00f141ccSDaniel Schwierzeck 164 9fa32b12SVikas ManochaARM STM STV0991 165 9fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 166 9fa32b12SVikas ManochaS: Maintained 167 9fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 168 9fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 169 9fa32b12SVikas Manocha 170 94e9a4efSPatrice ChotardARM STI 171 94e9a4efSPatrice ChotardM: Patrice Chotard <patrice.chotard@st.com> 172 94e9a4efSPatrice ChotardS: Maintained 173 94e9a4efSPatrice ChotardF: arch/arm/mach-sti/ 174 94e9a4efSPatrice ChotardF: arch/arm/include/asm/arch-sti*/ 175 94e9a4efSPatrice Chotard 176 00f141ccSDaniel SchwierzeckARM SUNXI 177 543bd273SJagan TekiM: Jagan Teki <jagan@openedev.com> 178 543bd273SJagan TekiM: Maxime Ripard <maxime.ripard@free-electrons.com> 179 ed8f2a28SChen-Yu TsaiS: Maintained 180 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 181 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 182 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 183 ed8f2a28SChen-Yu TsaiF: arch/arm/mach-sunxi/ 184 ed8f2a28SChen-Yu TsaiF: board/sunxi/ 185 00f141ccSDaniel Schwierzeck 186 00f141ccSDaniel SchwierzeckARM TEGRA 187 00f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 188 00f141ccSDaniel SchwierzeckS: Maintained 189 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 190 09f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 191 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 192 00f141ccSDaniel Schwierzeck 193 00f141ccSDaniel SchwierzeckARM TI 194 4e34d610STom RiniM: Tom Rini <trini@konsulko.com> 195 00f141ccSDaniel SchwierzeckS: Maintained 196 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 197 26f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 198 26f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 199 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/omap/ 200 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/omap*/ 201 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 202 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 203 00f141ccSDaniel Schwierzeck 204 0fb63aa6SMasahiro YamadaARM UNIPHIER 205 ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 206 0fb63aa6SMasahiro YamadaS: Maintained 207 0fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 208 4c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 209 5fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 210 eb006c83SMasahiro YamadaN: uniphier 211 0fb63aa6SMasahiro Yamada 212 00f141ccSDaniel SchwierzeckARM ZYNQ 213 00f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 214 00f141ccSDaniel SchwierzeckS: Maintained 215 00f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/zynq/ 216 00f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-zynq/ 217 00f141ccSDaniel Schwierzeck 218 84c7204bSMichal SimekARM ZYNQMP 219 84c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 220 84c7204bSMichal SimekS: Maintained 221 84c7204bSMichal SimekF: arch/arm/cpu/armv8/zynqmp/ 222 84c7204bSMichal SimekF: arch/arm/include/asm/arch-zynqmp/ 223 84c7204bSMichal Simek 224 00f141ccSDaniel SchwierzeckBUILDMAN 225 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 226 00f141ccSDaniel SchwierzeckS: Maintained 227 00f141ccSDaniel SchwierzeckF: tools/buildman/ 228 00f141ccSDaniel Schwierzeck 229 00f141ccSDaniel SchwierzeckCFI FLASH 230 00f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 231 00f141ccSDaniel SchwierzeckS: Maintained 232 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 233 c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 234 c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 235 00f141ccSDaniel Schwierzeck 236 00f141ccSDaniel SchwierzeckCOLDFIRE 237 82ebb7e5Sangelo@sysam.itM: Huan Wang <alison.wang@freescale.com> 238 82ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 239 00f141ccSDaniel SchwierzeckS: Maintained 240 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 241 00f141ccSDaniel SchwierzeckF: arch/m68k/ 242 00f141ccSDaniel Schwierzeck 243 00f141ccSDaniel SchwierzeckDFU 244 56acf018SLukasz MajewskiM: Lukasz Majewski <lukma@denx.de> 245 00f141ccSDaniel SchwierzeckS: Maintained 246 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 247 00f141ccSDaniel SchwierzeckF: drivers/dfu/ 248 55ca6138SLukasz MajewskiF: drivers/usb/gadget/ 249 00f141ccSDaniel Schwierzeck 250 00f141ccSDaniel SchwierzeckDRIVER MODEL 251 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 252 00f141ccSDaniel SchwierzeckS: Maintained 253 8770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 254 00f141ccSDaniel SchwierzeckF: drivers/core/ 255 00f141ccSDaniel SchwierzeckF: include/dm/ 256 00f141ccSDaniel SchwierzeckF: test/dm/ 257 00f141ccSDaniel Schwierzeck 258 e4a7394aSAlexander GrafEFI PAYLOAD 259 e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 260 e4a7394aSAlexander GrafS: Maintained 261 bc188a30SAlexander GrafT: git git://github.com/agraf/u-boot.git 262 e4a7394aSAlexander GrafF: include/efi_loader.h 263 e4a7394aSAlexander GrafF: lib/efi_loader/ 264 e4a7394aSAlexander GrafF: cmd/bootefi.c 265 e4a7394aSAlexander Graf 266 00f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 267 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 268 00f141ccSDaniel SchwierzeckS: Maintained 269 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 270 00f141ccSDaniel SchwierzeckF: lib/fdtdec* 271 00f141ccSDaniel SchwierzeckF: lib/libfdt/ 272 00f141ccSDaniel SchwierzeckF: include/fdt* 273 00f141ccSDaniel SchwierzeckF: include/libfdt* 274 643f8d4cSAndreas FärberF: cmd/fdt.c 275 00f141ccSDaniel SchwierzeckF: common/fdt_support.c 276 00f141ccSDaniel Schwierzeck 277 00f141ccSDaniel SchwierzeckFREEBSD 278 00f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 279 00f141ccSDaniel SchwierzeckS: Maintained 280 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 281 00f141ccSDaniel Schwierzeck 282 00f141ccSDaniel SchwierzeckFREESCALE QORIQ 283 2f231025SYork SunM: York Sun <york.sun@nxp.com> 284 00f141ccSDaniel SchwierzeckS: Maintained 285 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 286 00f141ccSDaniel Schwierzeck 287 00f141ccSDaniel SchwierzeckI2C 288 00f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 289 00f141ccSDaniel SchwierzeckS: Maintained 290 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 291 00f141ccSDaniel SchwierzeckF: drivers/i2c/ 292 00f141ccSDaniel Schwierzeck 293 00f141ccSDaniel SchwierzeckMICROBLAZE 294 00f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 295 00f141ccSDaniel SchwierzeckS: Maintained 296 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 297 00f141ccSDaniel SchwierzeckF: arch/microblaze/ 298 00f141ccSDaniel Schwierzeck 299 00f141ccSDaniel SchwierzeckMIPS 300 00f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 301 00f141ccSDaniel SchwierzeckS: Maintained 302 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 303 00f141ccSDaniel SchwierzeckF: arch/mips/ 304 00f141ccSDaniel Schwierzeck 305 00f141ccSDaniel SchwierzeckMMC 306 dbc39699SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 307 00f141ccSDaniel SchwierzeckS: Maintained 308 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 309 00f141ccSDaniel SchwierzeckF: drivers/mmc/ 310 00f141ccSDaniel Schwierzeck 311 00f141ccSDaniel SchwierzeckPATMAN 312 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 313 00f141ccSDaniel SchwierzeckS: Maintained 314 00f141ccSDaniel SchwierzeckF: tools/patman/ 315 00f141ccSDaniel Schwierzeck 316 00f141ccSDaniel SchwierzeckPOWERPC 317 00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 318 00f141ccSDaniel SchwierzeckS: Maintained 319 00f141ccSDaniel SchwierzeckF: arch/powerpc/ 320 00f141ccSDaniel Schwierzeck 321 00f141ccSDaniel SchwierzeckPOWERPC MPC8XX 322 907208c4SChristophe LeroyM: Christophe Leroy <christophe.leroy@c-s.fr> 323 00f141ccSDaniel SchwierzeckS: Maintained 324 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 325 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 326 00f141ccSDaniel Schwierzeck 327 00f141ccSDaniel SchwierzeckPOWERPC MPC82XX 328 00f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 329 00f141ccSDaniel SchwierzeckS: Maintained 330 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc82xx.git 331 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc82*/ 332 00f141ccSDaniel Schwierzeck 333 00f141ccSDaniel SchwierzeckPOWERPC MPC83XX 334 e5ed4c3eSmario.six@gdsys.ccM: Mario Six <mario.six@gdsys.cc> 335 e5ed4c3eSmario.six@gdsys.ccS: Maintained 336 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 337 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 338 00f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 339 00f141ccSDaniel Schwierzeck 340 00f141ccSDaniel SchwierzeckPOWERPC MPC85XX 341 2f231025SYork SunM: York Sun <york.sun@nxp.com> 342 00f141ccSDaniel SchwierzeckS: Maintained 343 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 344 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 345 00f141ccSDaniel Schwierzeck 346 00f141ccSDaniel SchwierzeckPOWERPC MPC86XX 347 2f231025SYork SunM: York Sun <york.sun@nxp.com> 348 00f141ccSDaniel SchwierzeckS: Maintained 349 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 350 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 351 00f141ccSDaniel Schwierzeck 352 00f141ccSDaniel SchwierzeckPOWERPC PPC4XX 353 00f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 354 00f141ccSDaniel SchwierzeckS: Maintained 355 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ppc4xx.git 356 00f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/ppc4xx/ 357 00f141ccSDaniel Schwierzeck 358 6e1cfb09SJaehoon ChungPOWER 359 6e1cfb09SJaehoon ChungM: Jaehoon Chung <jh80.chung@samsung.com> 360 6e1cfb09SJaehoon ChungS: Maintained 361 6e1cfb09SJaehoon ChungT: git git://git.denx.de/u-boot-pmic.git 362 6e1cfb09SJaehoon ChungF: drivers/power/ 363 6e1cfb09SJaehoon Chung 364 00f141ccSDaniel SchwierzeckNETWORK 365 a60de1eeSJoe HershbergerM: Joe Hershberger <joe.hershberger@ni.com> 366 00f141ccSDaniel SchwierzeckS: Maintained 367 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-net.git 368 00f141ccSDaniel SchwierzeckF: drivers/net/ 369 a60de1eeSJoe HershbergerF: net/ 370 00f141ccSDaniel Schwierzeck 371 00f141ccSDaniel SchwierzeckNAND FLASH 372 3ef9cdb7SScott WoodM: Scott Wood <oss@buserror.net> 373 00f141ccSDaniel SchwierzeckS: Maintained 374 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nand-flash.git 375 00f141ccSDaniel SchwierzeckF: drivers/mtd/nand/ 376 00f141ccSDaniel Schwierzeck 377 00f141ccSDaniel SchwierzeckNDS32 378 00f141ccSDaniel SchwierzeckM: Macpaul Lin <macpaul@andestech.com> 379 00f141ccSDaniel SchwierzeckS: Maintained 380 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nds32.git 381 00f141ccSDaniel SchwierzeckF: arch/nds32/ 382 00f141ccSDaniel Schwierzeck 383 00f141ccSDaniel SchwierzeckNIOS 384 00f141ccSDaniel SchwierzeckM: Thomas Chou <thomas@wytron.com.tw> 385 00f141ccSDaniel SchwierzeckS: Maintained 386 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nios.git 387 00f141ccSDaniel SchwierzeckF: arch/nios2/ 388 00f141ccSDaniel Schwierzeck 389 00f141ccSDaniel SchwierzeckONENAND 390 dea60688SLukasz Majewski#M: Lukasz Majewski <l.majewski@majess.pl> 391 dea60688SLukasz MajewskiS: Orphaned (Since 2017-01) 392 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-onenand.git 393 00f141ccSDaniel SchwierzeckF: drivers/mtd/onenand/ 394 00f141ccSDaniel Schwierzeck 395 00f141ccSDaniel SchwierzeckSANDBOX 396 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 397 00f141ccSDaniel SchwierzeckS: Maintained 398 00f141ccSDaniel SchwierzeckF: arch/sandbox/ 399 00f141ccSDaniel Schwierzeck 400 00f141ccSDaniel SchwierzeckSH 401 00f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 402 00f141ccSDaniel SchwierzeckS: Maintained 403 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 404 00f141ccSDaniel SchwierzeckF: arch/sh/ 405 00f141ccSDaniel Schwierzeck 406 00f141ccSDaniel SchwierzeckSPI 407 16185a85SJagan TekiM: Jagan Teki <jagan@openedev.com> 408 00f141ccSDaniel SchwierzeckS: Maintained 409 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 410 00f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 411 00f141ccSDaniel SchwierzeckF: drivers/spi/ 412 00f141ccSDaniel SchwierzeckF: include/spi* 413 00f141ccSDaniel Schwierzeck 414 e721e981SMateusz KulikowskiSPMI 415 e721e981SMateusz KulikowskiM: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> 416 e721e981SMateusz KulikowskiS: Maintained 417 e721e981SMateusz KulikowskiF: drivers/spmi/ 418 e721e981SMateusz KulikowskiF: include/spmi/ 419 e721e981SMateusz Kulikowski 420 4e2fdf45SAndrew F. DavisTI SYSTEM SECURITY 421 4e2fdf45SAndrew F. DavisM: Andrew F. Davis <afd@ti.com> 422 4e2fdf45SAndrew F. DavisS: Supported 423 4e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S 424 4e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/omap5/sec-fxns.c 425 4e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/sec-common.c 426 4e2fdf45SAndrew F. DavisF: arch/arm/mach-omap2/config_secure.mk 427 a42eee12SAndrew F. DavisF: configs/am335x_hs_evm_defconfig 428 4e2fdf45SAndrew F. DavisF: configs/am43xx_hs_evm_defconfig 429 4e2fdf45SAndrew F. DavisF: configs/am57xx_hs_evm_defconfig 430 4e2fdf45SAndrew F. DavisF: configs/dra7xx_hs_evm_defconfig 431 8a707bafSLokesh VutlaF: configs/k2hk_hs_evm_defconfig 432 8a707bafSLokesh VutlaF: configs/k2e_hs_evm_defconfig 433 8a707bafSLokesh VutlaF: configs/k2g_hs_evm_defconfig 434 4e2fdf45SAndrew F. Davis 435 00f141ccSDaniel SchwierzeckTQ GROUP 436 3a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 437 3a53aba3SBin MengS: Orphaned (Since 2016-02) 438 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 439 00f141ccSDaniel Schwierzeck 440 00f141ccSDaniel SchwierzeckUBI 441 00f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 442 69337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 443 00f141ccSDaniel SchwierzeckS: Maintained 444 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 445 00f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 446 00f141ccSDaniel Schwierzeck 447 00f141ccSDaniel SchwierzeckUSB 448 00f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 449 00f141ccSDaniel SchwierzeckS: Maintained 450 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 451 00f141ccSDaniel SchwierzeckF: drivers/usb/ 452 00f141ccSDaniel Schwierzeck 453 00f141ccSDaniel SchwierzeckVIDEO 454 00f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 455 00f141ccSDaniel SchwierzeckS: Maintained 456 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 457 00f141ccSDaniel SchwierzeckF: drivers/video/ 458 00f141ccSDaniel Schwierzeck 459 00f141ccSDaniel SchwierzeckX86 460 00f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 461 00f141ccSDaniel SchwierzeckS: Maintained 462 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 463 00f141ccSDaniel SchwierzeckF: arch/x86/ 464 00f141ccSDaniel Schwierzeck 465 de5e5ceaSChris ZankelXTENSA 466 de5e5ceaSChris ZankelM: Max Filippov <jcmvbkbc@gmail.com> 467 de5e5ceaSChris ZankelS: Maintained 468 de5e5ceaSChris ZankelF: arch/xtensa/ 469 de5e5ceaSChris Zankel 470 00f141ccSDaniel SchwierzeckTHE REST 471 4e34d610STom RiniM: Tom Rini <trini@konsulko.com> 472 00f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 473 00f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 474 00f141ccSDaniel SchwierzeckS: Maintained 475 00f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 476 00f141ccSDaniel SchwierzeckF: * 477 00f141ccSDaniel SchwierzeckF: */ 478