board: sama5d3_xplained: Fix SPL DTB read from NAND
[oweals/u-boot.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         P: Person (obsolete)
4         M: Mail patches to: FullName <address@domain>
5         R: Designated reviewer: FullName <address@domain>
6            These reviewers should be CCed on patches.
7         L: Mailing list that is relevant to this area
8         W: Web-page with status/info
9         Q: Patchwork web based patch tracking system site
10         T: SCM tree type and location.
11            Type is one of: git, hg, quilt, stgit, topgit
12         S: Status, one of the following:
13            Supported:   Someone is actually paid to look after this.
14            Maintained:  Someone actually looks after it.
15            Orphan:      No current maintainer [but maybe you could take the
16                         role as you write your new code].
17         F: Files and directories with wildcard patterns.
18            A trailing slash includes all files and subdirectory files.
19            F:   drivers/net/    all files in and below drivers/net
20            F:   drivers/net/*   all files in drivers/net, but not below
21            F:   */net/*         all files in "any top level directory"/net
22            One pattern per line.  Multiple F: lines acceptable.
23         N: Files and directories with regex patterns.
24            N:   [^a-z]tegra     all files whose path contains the word tegra
25            One pattern per line.  Multiple N: lines acceptable.
26            scripts/get_maintainer.pl has different behavior for files that
27            match F: pattern and matches of N: patterns.  By default,
28            get_maintainer will not look at git log history when an F: pattern
29            match occurs.  When an N: match occurs, git log history is used
30            to also notify the people that have git commit signatures.
31         X: Files and directories that are NOT maintained, same rules as F:
32            Files exclusions are tested before file matches.
33            Can be useful for excluding a specific subdirectory, for instance:
34            F:   net/
35            X:   net/ipv6/
36            matches all files in and below net excluding net/ipv6/
37         K: Keyword perl extended regex pattern to match content in a
38            patch or file.  For instance:
39            K: of_get_profile
40               matches patches or files that contain "of_get_profile"
41            K: \b(printk|pr_(info|err))\b
42               matches patches or files that contain one or more of the words
43               printk, pr_info or pr_err
44            One regex pattern per line.  Multiple K: lines acceptable.
45
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
48 so much easier [Ed]
49
50 Maintainers List (try to look for most precise areas first)
51
52                 -----------------------------------
53 ANDROID AB
54 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
55 R:      Sam Protsenko <joe.skb7@gmail.com>
56 S:      Maintained
57 F:      cmd/ab_select.c
58 F:      common/android_ab.c
59 F:      doc/android/ab.rst
60 F:      include/android_ab.h
61 F:      test/py/tests/test_android/test_ab.py
62
63 ANDROID AVB
64 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
65 S:      Maintained
66 F:      cmd/avb.c
67 F:      common/avb_verify.c
68 F:      doc/android/avb2.rst
69 F:      include/avb_verify.h
70 F:      lib/libavb/
71 F:      test/py/tests/test_android/test_avb.py
72
73 ARC
74 M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
75 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
76 S:      Maintained
77 L:      uboot-snps-arc@synopsys.com
78 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
79 F:      arch/arc/
80 F:      board/synopsys/
81
82 ARC HSDK CGU CLOCK
83 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
84 S:      Maintained
85 L:      uboot-snps-arc@synopsys.com
86 F:      drivers/clk/clk-hsdk-cgu.c
87 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
88 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
89
90 ARC HSDK CREG GPIO
91 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
92 S:      Maintained
93 L:      uboot-snps-arc@synopsys.com
94 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
95 F:      drivers/gpio/hsdk-creg-gpio.c
96
97 ARC HSDK RESET
98 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99 S:      Maintained
100 L:      uboot-snps-arc@synopsys.com
101 F:      include/dt-bindings/reset/snps,hsdk-reset.h
102 F:      drivers/reset/reset-hsdk.c
103
104 ARC SYNOPSYS DW MMC EXTENSIONS
105 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
106 S:      Maintained
107 L:      uboot-snps-arc@synopsys.com
108 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
109 F:      drivers/mmc/snps_dw_mmc.c
110
111 ARM
112 M:      Tom Rini <trini@konsulko.com>
113 S:      Maintained
114 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
115 F:      arch/arm/
116 F:      cmd/arm/
117
118 ARM ALTERA SOCFPGA
119 M:      Marek Vasut <marex@denx.de>
120 M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
121 M:      Ley Foon Tan <ley.foon.tan@intel.com>
122 S:      Maintainted
123 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
124 F:      arch/arm/mach-socfpga/
125 F:      drivers/sysreset/sysreset_socfpga*
126
127 ARM AMLOGIC SOC SUPPORT
128 M:      Neil Armstrong <narmstrong@baylibre.com>
129 S:      Maintained
130 L:      u-boot-amlogic@groups.io
131 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
132 F:      arch/arm/mach-meson/
133 F:      arch/arm/include/asm/arch-meson/
134 F:      drivers/clk/meson/
135 F:      drivers/serial/serial_meson.c
136 F:      drivers/reset/reset-meson.c
137 F:      drivers/i2c/meson_i2c.c
138 F:      drivers/net/phy/meson-gxl.c
139 F:      drivers/adc/meson-saradc.c
140 F:      drivers/phy/meson*
141 F:      drivers/mmc/meson_gx_mmc.c
142 F:      drivers/spi/meson_spifc.c
143 F:      drivers/pinctrl/meson/
144 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
145 F:      drivers/video/meson/
146 F:      include/configs/meson64.h
147 F:      include/configs/meson64_android.h
148 N:      meson
149
150 ARM BROADCOM BCM283X
151 M:      Matthias Brugger <mbrugger@suse.com>
152 S:      Maintained
153 F:      arch/arm/dts/bcm283*
154 F:      arch/arm/mach-bcm283x/
155 F:      board/raspberrypi/
156 F:      drivers/gpio/bcm2835_gpio.c
157 F:      drivers/mmc/bcm2835_sdhci.c
158 F:      drivers/mmc/bcm2835_sdhost.c
159 F:      drivers/serial/serial_bcm283x_mu.c
160 F:      drivers/serial/serial_bcm283x_pl011.c
161 F:      drivers/video/bcm2835.c
162 F:      include/dm/platform_data/serial_bcm283x_mu.h
163 F:      include/dt-bindings/pinctrl/bcm2835.h
164 F:      drivers/pinctrl/broadcom/
165
166 ARM BROADCOM BCMSTB
167 M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
168 S:      Maintained
169 F:      arch/arm/mach-bcmstb/
170 F:      board/broadcom/bcmstb/
171 F:      configs/bcm7*_defconfig
172 F:      doc/README.bcm7xxx
173 F:      drivers/mmc/bcmstb_sdhci.c
174 F:      drivers/spi/bcmstb_spi.c
175
176 ARM CORTINA ACCESS CAxxxx
177 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
178 S:      Supported
179 F:      board/cortina/common/
180 F:      drivers/gpio/cortina_gpio.c
181 F:      drivers/watchdog/cortina_wdt.c
182 F:      drivers/serial/serial_cortina.c
183
184 ARM/CZ.NIC TURRIS MOX SUPPORT
185 M:      Marek Behun <marek.behun@nic.cz>
186 S:      Maintained
187 F:      arch/arm/dts/armada-3720-turris-mox.dts
188 F:      board/CZ.NIC/
189 F:      configs/turris_*_defconfig
190 F:      include/configs/turris_*.h
191
192 ARM FREESCALE IMX
193 M:      Stefano Babic <sbabic@denx.de>
194 M:      Fabio Estevam <festevam@gmail.com>
195 R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
196 S:      Maintained
197 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
198 F:      arch/arm/cpu/arm1136/mx*/
199 F:      arch/arm/cpu/arm926ejs/mx*/
200 F:      arch/arm/cpu/armv7/vf610/
201 F:      arch/arm/dts/*imx*
202 F:      arch/arm/mach-imx/
203 F:      arch/arm/include/asm/arch-imx/
204 F:      arch/arm/include/asm/arch-mx*/
205 F:      arch/arm/include/asm/arch-vf610/
206 F:      arch/arm/include/asm/mach-imx/
207 F:      board/freescale/*mx*/
208
209 ARM HISILICON
210 M:      Peter Griffin <peter.griffin@linaro.org>
211 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
212 S:      Maintained
213 F:      arch/arm/cpu/armv8/hisilicon
214 F:      arch/arm/include/asm/arch-hi6220/
215 F:      arch/arm/include/asm/arch-hi3660/
216
217 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
218 M:      Stefan Roese <sr@denx.de>
219 S:      Maintained
220 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
221 F:      arch/arm/mach-kirkwood/
222 F:      arch/arm/mach-mvebu/
223 F:      drivers/ata/ahci_mvebu.c
224 F:      drivers/ddr/marvell/
225 F:      drivers/gpio/mvebu_gpio.c
226 F:      drivers/spi/kirkwood_spi.c
227 F:      drivers/pci/pci_mvebu.c
228 F:      drivers/pci/pcie_dw_mvebu.c
229 F:      drivers/watchdog/orion_wdt.c
230
231 ARM MARVELL PXA
232 M:      Marek Vasut <marex@denx.de>
233 S:      Maintained
234 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
235 F:      arch/arm/cpu/pxa/
236 F:      arch/arm/include/asm/arch-pxa/
237
238 ARM MEDIATEK
239 M:      Ryder Lee <ryder.lee@mediatek.com>
240 M:      Weijie Gao <weijie.gao@mediatek.com>
241 R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
242 S:      Maintained
243 F:      arch/arm/mach-mediatek/
244 F:      arch/arm/include/asm/arch-mediatek/
245 F:      board/mediatek/
246 F:      doc/README.mediatek
247 F:      drivers/clk/mediatek/
248 F:      drivers/mmc/mtk-sd.c
249 F:      drivers/pinctrl/mediatek/
250 F:      drivers/power/domain/mtk-power-domain.c
251 F:      drivers/ram/mediatek/
252 F:      drivers/spi/mtk_snfi_spi.c
253 F:      drivers/timer/mtk_timer.c
254 F:      drivers/watchdog/mtk_wdt.c
255 F:      drivers/net/mtk_eth.c
256 F:      drivers/reset/reset-mediatek.c
257 F:      tools/mtk_image.c
258 F:      tools/mtk_image.h
259 N:      mediatek
260
261 ARM MICROCHIP/ATMEL AT91
262 M:      Eugen Hristev <eugen.hristev@microchip.com>
263 S:      Maintained
264 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
265 F:      arch/arm/mach-at91/
266 F:      board/atmel/
267 F:      drivers/misc/microchip_flexcom.c
268
269 ARM OWL
270 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
271 S:      Maintained
272 F:      arch/arm/include/asm/arch-owl/
273 F:      arch/arm/mach-owl/
274 F:      board/ucRobotics/
275 F:      drivers/clk/owl/
276 F:      drivers/serial/serial_owl.c
277
278 ARM RENESAS RMOBILE/R-CAR
279 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
280 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
281 S:      Maintained
282 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
283 F:      arch/arm/mach-rmobile/
284
285 ARM ROCKCHIP
286 M:      Simon Glass <sjg@chromium.org>
287 M:      Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
288 M:      Kever Yang <kever.yang@rock-chips.com>
289 S:      Maintained
290 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
291 F:      arch/arm/include/asm/arch-rockchip/
292 F:      arch/arm/mach-rockchip/
293 F:      board/rockchip/
294 F:      drivers/clk/rockchip/
295 F:      drivers/gpio/rk_gpio.c
296 F:      drivers/misc/rockchip-efuse.c
297 F:      drivers/mmc/rockchip_sdhci.c
298 F:      drivers/mmc/rockchip_dw_mmc.c
299 F:      drivers/pinctrl/rockchip/
300 F:      drivers/ram/rockchip/
301 F:      drivers/sysreset/sysreset_rockchip.c
302 F:      drivers/video/rockchip/
303 F:      tools/rkcommon.c
304 F:      tools/rkcommon.h
305 F:      tools/rkimage.c
306 F:      tools/rksd.c
307 F:      tools/rkspi.c
308
309 ARM SAMSUNG
310 M:      Minkyu Kang <mk7.kang@samsung.com>
311 S:      Maintained
312 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
313 F:      arch/arm/mach-exynos/
314 F:      arch/arm/mach-s5pc1xx/
315 F:      arch/arm/cpu/armv7/s5p-common/
316
317 ARM SNAPDRAGON
318 M:      Ramon Fried <rfried.dev@gmail.com>
319 S:      Maintained
320 F:      arch/arm/mach-snapdragon/
321 F:      drivers/gpio/msm_gpio.c
322 F:      drivers/mmc/msm_sdhci.c
323 F:      drivers/phy/msm8916-usbh-phy.c
324 F:      drivers/serial/serial_msm.c
325 F:      drivers/smem/msm_smem.c
326 F:      drivers/usb/host/ehci-msm.c
327
328 ARM STI
329 M:      Patrice Chotard <patrice.chotard@st.com>
330 S:      Maintained
331 F:      arch/arm/mach-sti/
332 F:      arch/arm/include/asm/arch-sti*/
333
334 ARM STM SPEAR
335 #M:     Vipin Kumar <vipin.kumar@st.com>
336 S:      Orphaned (Since 2016-02)
337 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
338 F:      arch/arm/cpu/arm926ejs/spear/
339 F:      arch/arm/include/asm/arch-spear/
340
341 ARM STM STM32MP
342 M:      Patrick Delaunay <patrick.delaunay@st.com>
343 M:      Patrice Chotard <patrice.chotard@st.com>
344 L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
345 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
346 S:      Maintained
347 F:      arch/arm/mach-stm32mp/
348 F:      drivers/adc/stm32-adc*
349 F:      drivers/clk/clk_stm32mp1.c
350 F:      drivers/gpio/stm32_gpio.c
351 F:      drivers/hwspinlock/stm32_hwspinlock.c
352 F:      drivers/i2c/stm32f7_i2c.c
353 F:      drivers/mailbox/stm32-ipcc.c
354 F:      drivers/misc/stm32mp_fuse.c
355 F:      drivers/misc/stm32_rcc.c
356 F:      drivers/mmc/stm32_sdmmc2.c
357 F:      drivers/mtd/nand/raw/stm32_fmc2_nand.c
358 F:      drivers/phy/phy-stm32-usbphyc.c
359 F:      drivers/pinctrl/pinctrl_stm32.c
360 F:      drivers/power/pmic/stpmic1.c
361 F:      drivers/power/regulator/stm32-vrefbuf.c
362 F:      drivers/power/regulator/stpmic1.c
363 F:      drivers/ram/stm32mp1/
364 F:      drivers/remoteproc/stm32_copro.c
365 F:      drivers/reset/stm32-reset.c
366 F:      drivers/rtc/stm32_rtc.c
367 F:      drivers/serial/serial_stm32.*
368 F:      drivers/spi/stm32_qspi.c
369 F:      drivers/spi/stm32_spi.c
370 F:      drivers/video/stm32/stm32_ltdc.c
371 F:      drivers/watchdog/stm32mp_wdt.c
372 F:      include/dt-bindings/clock/stm32fx-clock.h
373 F:      include/dt-bindings/clock/stm32mp1-clks.h
374 F:      include/dt-bindings/clock/stm32mp1-clksrc.h
375 F:      include/dt-bindings/pinctrl/stm32-pinfunc.h
376 F:      include/dt-bindings/reset/stm32mp1-resets.h
377 F:      include/stm32_rcc.h
378 F:      tools/stm32image.c
379
380
381 ARM STM STV0991
382 M:      Vikas Manocha <vikas.manocha@st.com>
383 S:      Maintained
384 F:      arch/arm/cpu/armv7/stv0991/
385 F:      arch/arm/include/asm/arch-stv0991/
386
387 ARM SUNXI
388 M:      Jagan Teki <jagan@amarulasolutions.com>
389 M:      Maxime Ripard <mripard@kernel.org>
390 S:      Maintained
391 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
392 F:      arch/arm/cpu/armv7/sunxi/
393 F:      arch/arm/include/asm/arch-sunxi/
394 F:      arch/arm/mach-sunxi/
395 F:      board/sunxi/
396
397 ARM TEGRA
398 M:      Tom Warren <twarren@nvidia.com>
399 S:      Maintained
400 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
401 F:      arch/arm/mach-tegra/
402 F:      arch/arm/include/asm/arch-tegra*/
403
404 ARM TI
405 M:      Lokesh Vutla <lokeshvutla@ti.com>
406 S:      Maintained
407 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
408 F:      arch/arm/mach-davinci/
409 F:      arch/arm/mach-k3/
410 F:      arch/arm/mach-keystone/
411 F:      arch/arm/include/asm/arch-omap*/
412 F:      arch/arm/include/asm/ti-common/
413
414 ARM U8500
415 M:      Stephan Gerhold <stephan@gerhold.net>
416 R:      Linus Walleij <linus.walleij@linaro.org>
417 S:      Maintained
418 F:      arch/arm/dts/ste-*
419 F:      arch/arm/mach-u8500/
420 F:      drivers/timer/nomadik-mtu-timer.c
421
422 ARM UNIPHIER
423 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
424 S:      Maintained
425 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
426 F:      arch/arm/mach-uniphier/
427 F:      configs/uniphier_*_defconfig
428 N:      uniphier
429
430 ARM VERSAL
431 M:      Michal Simek <michal.simek@xilinx.com>
432 S:      Maintained
433 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
434 F:      arch/arm/mach-versal/
435 N:      (?<!uni)versal
436
437 ARM VERSATILE EXPRESS DRIVERS
438 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
439 S:      Maintained
440 T:      git git://github.com/ARM-software/u-boot.git
441 F:      drivers/misc/vexpress_config.c
442 N:      vexpress
443
444 ARM ZYNQ
445 M:      Michal Simek <monstr@monstr.eu>
446 S:      Maintained
447 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
448 F:      arch/arm/mach-zynq/
449 F:      drivers/clk/clk_zynq.c
450 F:      drivers/fpga/zynqpl.c
451 F:      drivers/gpio/zynq_gpio.c
452 F:      drivers/i2c/i2c-cdns.c
453 F:      drivers/i2c/muxes/pca954x.c
454 F:      drivers/i2c/zynq_i2c.c
455 F:      drivers/mmc/zynq_sdhci.c
456 F:      drivers/mtd/nand/raw/zynq_nand.c
457 F:      drivers/net/phy/xilinx_phy.c
458 F:      drivers/net/zynq_gem.c
459 F:      drivers/serial/serial_zynq.c
460 F:      drivers/spi/zynq_qspi.c
461 F:      drivers/spi/zynq_spi.c
462 F:      drivers/usb/host/ehci-zynq.c
463 F:      drivers/watchdog/cdns_wdt.c
464 F:      include/zynqpl.h
465 F:      tools/zynqimage.c
466 N:      zynq
467
468 ARM ZYNQMP
469 M:      Michal Simek <michal.simek@xilinx.com>
470 S:      Maintained
471 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
472 F:      arch/arm/mach-zynqmp/
473 F:      drivers/clk/clk_zynqmp.c
474 F:      driver/firmware/firmware-zynqmp.c
475 F:      drivers/fpga/zynqpl.c
476 F:      drivers/gpio/zynq_gpio.c
477 F:      drivers/i2c/i2c-cdns.c
478 F:      drivers/i2c/muxes/pca954x.c
479 F:      drivers/i2c/zynq_i2c.c
480 F:      drivers/mailbox/zynqmp-ipi.c
481 F:      drivers/mmc/zynq_sdhci.c
482 F:      drivers/mtd/nand/raw/zynq_nand.c
483 F:      drivers/net/phy/xilinx_phy.c
484 F:      drivers/net/zynq_gem.c
485 F:      drivers/serial/serial_zynq.c
486 F:      drivers/spi/zynq_qspi.c
487 F:      drivers/spi/zynq_spi.c
488 F:      drivers/timer/cadence-ttc.c
489 F:      drivers/usb/host/ehci-zynq.c
490 F:      drivers/watchdog/cdns_wdt.c
491 F:      include/zynqmppl.h
492 F:      include/zynqmp_firmware.h
493 F:      tools/zynqmp*
494 N:      ultra96
495 N:      zynqmp
496
497 ARM ZYNQMP R5
498 M:      Michal Simek <michal.simek@xilinx.com>
499 S:      Maintained
500 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
501 F:      arch/arm/mach-zynqmp-r5/
502
503 ARM PHYTIUM
504 M:      liuhao <liuhao@phytium.com.cn>
505 M:      shuyiqi <shuyiqi@phytium.com.cn>
506 S:      Maintained
507 F:      drivers/pci/pcie_phytium.c
508 F:      arch/arm/dts/phytium-durian.dts
509
510 BINMAN
511 M:      Simon Glass <sjg@chromium.org>
512 S:      Maintained
513 F:      tools/binman/
514
515 BUILDMAN
516 M:      Simon Glass <sjg@chromium.org>
517 S:      Maintained
518 F:      tools/buildman/
519
520 CFI FLASH
521 M:      Stefan Roese <sr@denx.de>
522 S:      Maintained
523 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
524 F:      drivers/mtd/cfi_flash.c
525 F:      drivers/mtd/jedec_flash.c
526
527 CLOCK
528 M:      Lukasz Majewski <lukma@denx.de>
529 S:      Maintained
530 T:      git git://git.denx.de/u-boot-dfu.git
531 F:      drivers/clk/
532 F:      drivers/clk/imx/
533
534 COLDFIRE
535 M:      Huan Wang <alison.wang@nxp.com>
536 M:      Angelo Dureghello <angelo@sysam.it>
537 S:      Maintained
538 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
539 F:      arch/m68k/
540
541 DFU
542 M:      Lukasz Majewski <lukma@denx.de>
543 S:      Maintained
544 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
545 F:      cmd/dfu.c
546 F:      cmd/usb_*.c
547 F:      common/dfu.c
548 F:      common/update.c
549 F:      common/usb_storage.c
550 F:      drivers/dfu/
551 F:      drivers/usb/gadget/
552
553 DRIVER MODEL
554 M:      Simon Glass <sjg@chromium.org>
555 S:      Maintained
556 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
557 F:      drivers/core/
558 F:      include/dm/
559 F:      test/dm/
560
561 EFI PAYLOAD
562 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
563 R:      Alexander Graf <agraf@csgraf.de>
564 S:      Maintained
565 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
566 F:      doc/api/efi.rst
567 F:      doc/uefi/*
568 F:      include/capitalization.h
569 F:      include/charset.h
570 F:      include/cp1250.h
571 F:      include/cp437.h
572 F:      include/efi*
573 F:      include/pe.h
574 F:      include/asm-generic/pe.h
575 F:      lib/charset.c
576 F:      lib/efi*/
577 F:      test/py/tests/test_efi*
578 F:      test/unicode_ut.c
579 F:      cmd/bootefi.c
580 F:      cmd/efidebug.c
581 F:      cmd/nvedit_efi.c
582 F:      tools/file2include.c
583
584 ENVIRONMENT
585 M:      Joe Hershberger <joe.hershberger@ni.com>
586 R:      Wolfgang Denk <wd@denx.de>
587 S:      Maintained
588 F:      env/
589 F:      include/env*
590 F:      test/env/
591 F:      tools/env*
592 F:      tools/mkenvimage.c
593
594 FPGA
595 M:      Michal Simek <michal.simek@xilinx.com>
596 S:      Maintained
597 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
598 F:      drivers/fpga/
599 F:      cmd/fpga.c
600 F:      include/fpga.h
601
602 FLATTENED DEVICE TREE
603 M:      Simon Glass <sjg@chromium.org>
604 S:      Maintained
605 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
606 F:      lib/fdtdec*
607 F:      lib/libfdt/
608 F:      include/fdt*
609 F:      include/linux/libfdt*
610 F:      cmd/fdt.c
611 F:      common/fdt_support.c
612
613 FREEBSD
614 M:      Rafal Jaworowski <raj@semihalf.com>
615 S:      Maintained
616 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
617
618 FREESCALE QORIQ
619 M:      Priyanka Jain <priyanka.jain@nxp.com>
620 S:      Maintained
621 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
622 F:      drivers/watchdog/sp805_wdt.c
623
624 I2C
625 M:      Heiko Schocher <hs@denx.de>
626 S:      Maintained
627 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
628 F:      drivers/i2c/
629
630 LOGGING
631 M:      Simon Glass <sjg@chromium.org>
632 S:      Maintained
633 T:      git https://gitlab.denx.de/u-boot/u-boot.git
634 F:      common/log.c
635 F:      cmd/log.c
636 F:      test/log/log_test.c
637 F:      test/py/tests/test_log.py
638
639 MALI DISPLAY PROCESSORS
640 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
641 S:      Supported
642 T:      git git://github.com/ARM-software/u-boot.git
643 F:      drivers/video/mali_dp.c
644 F:      drivers/i2c/i2c-versatile.c
645
646 MICROBLAZE
647 M:      Michal Simek <monstr@monstr.eu>
648 S:      Maintained
649 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
650 F:      arch/microblaze/
651 F:      cmd/mfsl.c
652 F:      drivers/gpio/xilinx_gpio.c
653 F:      drivers/net/xilinx_axi_emac.c
654 F:      drivers/net/xilinx_emaclite.c
655 F:      drivers/serial/serial_xuartlite.c
656 F:      drivers/spi/xilinx_spi.c
657 F:      drivers/sysreset/sysreset_gpio.c
658 F:      drivers/watchdog/xilinx_tb_wdt.c
659 N:      xilinx
660
661 MIPS
662 M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
663 S:      Maintained
664 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
665 F:      arch/mips/
666
667 MIPS CORTINA ACCESS CAxxxx
668 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
669 S:      Supported
670 F:      board/cortina/common/
671 F:      drivers/gpio/cortina_gpio.c
672 F:      drivers/watchdog/cortina_wdt.c
673 F:      drivers/serial/serial_cortina.c
674
675 MIPS MSCC
676 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
677 M:      Lars Povlsen <lars.povlsen@microchip.com>
678 M:      Horatiu Vultur <horatiu.vultur@microchip.com>
679 S:      Maintained
680 F:      arch/mips/mach-mscc/
681 F:      arch/mips/dts/luton*
682 F:      arch/mips/dts/mscc*
683 F:      arch/mips/dts/ocelot*
684 F:      arch/mips/dts/jr2*
685 F:      arch/mips/dts/serval*
686 F:      board/mscc/
687 F:      configs/mscc*
688 F:      drivers/gpio/mscc_sgpio.c
689 F:      drivers/spi/mscc_bb_spi.c
690 F:      include/configs/vcoreiii.h
691 F:      include/dt-bindings/mscc/
692 F:      drivers/pinctrl/mscc/
693 F:      drivers/net/mscc_eswitch/
694
695 MIPS JZ4780
696 M:      Ezequiel Garcia <ezequiel@collabora.com>
697 S:      Maintained
698 F:      arch/mips/mach-jz47xx/
699
700 MMC
701 M:      Peng Fan <peng.fan@nxp.com>
702 S:      Maintained
703 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
704 F:      drivers/mmc/
705
706 NAND FLASH
707 #M:     Scott Wood <oss@buserror.net>
708 S:      Orphaned (Since 2018-07)
709 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
710 F:      drivers/mtd/nand/raw/
711
712 NDS32
713 M:      Rick Chen <rick@andestech.com>
714 S:      Maintained
715 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
716 F:      arch/nds32/
717
718 NETWORK
719 M:      Joe Hershberger <joe.hershberger@ni.com>
720 S:      Maintained
721 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
722 F:      drivers/net/
723 F:      include/net.h
724 F:      net/
725
726 NIOS
727 M:      Thomas Chou <thomas@wytron.com.tw>
728 S:      Maintained
729 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
730 F:      arch/nios2/
731
732 ONENAND
733 #M:     Lukasz Majewski <l.majewski@majess.pl>
734 S:      Orphaned (Since 2017-01)
735 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
736 F:      drivers/mtd/onenand/
737
738 PATMAN
739 M:      Simon Glass <sjg@chromium.org>
740 S:      Maintained
741 F:      tools/patman/
742
743 PCI Endpoint
744 M:      Ramon Fried <rfried.dev@gmail.com>
745 S:      Maintained
746 F:      drivers/pci_endpoint/
747 F:  include/pci_ep.h
748
749 PCI MPC85xx
750 M:      Heiko Schocher <hs@denx.de>
751 S:      Maintained
752 F:      drivers/pci/pci_mpc85xx.c
753
754 POWER
755 M:      Jaehoon Chung <jh80.chung@samsung.com>
756 S:      Maintained
757 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
758 F:      drivers/power/
759
760 POWERPC
761 M:      Wolfgang Denk <wd@denx.de>
762 S:      Maintained
763 F:      arch/powerpc/
764
765 POWERPC MPC8XX
766 M:      Christophe Leroy <christophe.leroy@c-s.fr>
767 S:      Maintained
768 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
769 F:      arch/powerpc/cpu/mpc8xx/
770
771 POWERPC MPC83XX
772 M:      Mario Six <mario.six@gdsys.cc>
773 S:      Maintained
774 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
775 F:      drivers/ram/mpc83xx_sdram.c
776 F:      include/dt-bindings/memory/mpc83xx-sdram.h
777 F:      drivers/sysreset/sysreset_mpc83xx.c
778 F:      drivers/sysreset/sysreset_mpc83xx.h
779 F:      drivers/clk/mpc83xx_clk.c
780 F:      drivers/clk/mpc83xx_clk.h
781 F:      include/dt-bindings/clk/mpc83xx-clk.h
782 F:      drivers/timer/mpc83xx_timer.c
783 F:      drivers/cpu/mpc83xx_cpu.c
784 F:      drivers/cpu/mpc83xx_cpu.h
785 F:      drivers/misc/mpc83xx_serdes.c
786 F:      arch/powerpc/cpu/mpc83xx/
787 F:      arch/powerpc/include/asm/arch-mpc83xx/
788
789 POWERPC MPC85XX
790 M:      Priyanka Jain <priyanka.jain@nxp.com>
791 S:      Maintained
792 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
793 F:      arch/powerpc/cpu/mpc85xx/
794
795 POWERPC MPC86XX
796 M:      Priyanka Jain <priyanka.jain@nxp.com>
797 S:      Maintained
798 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
799 F:      arch/powerpc/cpu/mpc86xx/
800
801 RISC-V
802 M:      Rick Chen <rick@andestech.com>
803 S:      Maintained
804 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
805 F:      arch/riscv/
806 F:      cmd/riscv/
807 F:      tools/prelink-riscv.c
808
809 RNG
810 M:      Sughosh Ganu <sughosh.ganu@linaro.org>
811 R:      Heinrich Schuchardt <xypron.glpk@gmx.de>
812 S:      Maintained
813 F:      cmd/rng.c
814 F:      drivers/rng/
815 F:      drivers/virtio/virtio_rng.c
816 F:      include/rng.h
817
818 ROCKUSB
819 M:      Eddie Cai <eddie.cai.linux@gmail.com>
820 S:      Maintained
821 F:      drivers/usb/gadget/f_rockusb.c
822 F:      cmd/rockusb.c
823 F:      doc/README.rockusb
824
825 SANDBOX
826 M:      Simon Glass <sjg@chromium.org>
827 S:      Maintained
828 F:      arch/sandbox/
829
830 SH
831 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
832 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
833 S:      Maintained
834 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
835 F:      arch/sh/
836
837 SPI
838 M:      Jagan Teki <jagan@amarulasolutions.com>
839 S:      Maintained
840 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
841 F:      drivers/spi/
842 F:      include/spi*
843
844 SPI-NOR
845 M:      Jagan Teki <jagan@amarulasolutions.com>
846 M:      Vignesh R <vigneshr@ti.com>
847 S:      Maintained
848 F:      drivers/mtd/spi/
849 F:      include/spi_flash.h
850 F:      include/linux/mtd/cfi.h
851 F:      include/linux/mtd/spi-nor.h
852
853 SPMI
854 M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
855 S:      Maintained
856 F:      drivers/spmi/
857 F:      include/spmi/
858
859 TDA19988 HDMI ENCODER
860 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
861 S:      Maintained
862 F:      drivers/video/tda19988.c
863
864 TI SYSTEM SECURITY
865 M:      Andrew F. Davis <afd@ti.com>
866 S:      Supported
867 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
868 F:      arch/arm/mach-omap2/sec-common.c
869 F:      arch/arm/mach-omap2/config_secure.mk
870 F:      arch/arm/mach-k3/security.c
871 F:      arch/arm/mach-k3/config_secure.mk
872 F:      configs/am335x_hs_evm_defconfig
873 F:      configs/am335x_hs_evm_uart_defconfig
874 F:      configs/am43xx_hs_evm_defconfig
875 F:      configs/am57xx_hs_evm_defconfig
876 F:      configs/am57xx_hs_evm_usb_defconfig
877 F:      configs/dra7xx_hs_evm_defconfig
878 F:      configs/dra7xx_hs_evm_usb_defconfig
879 F:      configs/k2hk_hs_evm_defconfig
880 F:      configs/k2e_hs_evm_defconfig
881 F:      configs/k2g_hs_evm_defconfig
882 F:      configs/k2l_hs_evm_defconfig
883 F:      configs/am65x_hs_evm_r5_defconfig
884 F:      configs/am65x_hs_evm_a53_defconfig
885 F:      configs/j721e_hs_evm_r5_defconfig
886 F:      configs/j721e_hs_evm_a72_defconfig
887
888 TQ GROUP
889 #M:     Martin Krause <martin.krause@tq-systems.de>
890 S:      Orphaned (Since 2016-02)
891 T:      git git://git.denx.de/u-boot-tq-group.git
892
893 TEE
894 M:      Jens Wiklander <jens.wiklander@linaro.org>
895 S:      Maintained
896 F:      drivers/tee/
897 F:      include/tee.h
898 F:      include/tee/
899
900 TEE-lib
901 M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
902 S:      Maintained
903 F:      lib/optee
904
905 UBI
906 M:      Kyungmin Park <kmpark@infradead.org>
907 M:      Heiko Schocher <hs@denx.de>
908 S:      Maintained
909 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
910 F:      drivers/mtd/ubi/
911
912 UFS
913 M:      Faiz Abbas <faiz_abbas@ti.com>
914 S:      Maintained
915 F:      drivers/ufs/
916
917 USB
918 M:      Marek Vasut <marex@denx.de>
919 S:      Maintained
920 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
921 F:      drivers/usb/
922 F:      common/usb.c
923 F:      common/usb_kbd.c
924
925 USB xHCI
926 M:      Bin Meng <bmeng.cn@gmail.com>
927 S:      Maintained
928 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
929 F:      drivers/usb/host/xhci*
930 F:      include/usb/xhci.h
931
932 VIDEO
933 M:      Anatolij Gustschin <agust@denx.de>
934 S:      Maintained
935 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
936 F:      drivers/video/
937 F:      common/lcd*.c
938 F:      include/lcd*.h
939 F:      include/video*.h
940
941 X86
942 M:      Simon Glass <sjg@chromium.org>
943 M:      Bin Meng <bmeng.cn@gmail.com>
944 S:      Maintained
945 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
946 F:      arch/x86/
947 F:      cmd/x86/
948
949 XTENSA
950 M:      Max Filippov <jcmvbkbc@gmail.com>
951 S:      Maintained
952 F:      arch/xtensa/
953
954 THE REST
955 M:      Tom Rini <trini@konsulko.com>
956 L:      u-boot@lists.denx.de
957 Q:      http://patchwork.ozlabs.org/project/uboot/list/
958 S:      Maintained
959 T:      git https://gitlab.denx.de/u-boot/u-boot.git
960 F:      configs/tools-only_defconfig
961 F:      *
962 F:      */