arm_ffa: introduce sandbox FF-A support
[platform/kernel/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 ACPI:
54 M:      Simon Glass <sjg@chromium.org>
55 S:      Maintained
56 F:      cmd/acpi.c
57 F:      lib/acpi/
58
59 ANDROID AB
60 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
61 R:      Sam Protsenko <joe.skb7@gmail.com>
62 S:      Maintained
63 F:      cmd/ab_select.c
64 F:      common/android_ab.c
65 F:      doc/android/ab.rst
66 F:      include/android_ab.h
67 F:      test/py/tests/test_android/test_ab.py
68
69 ANDROID AVB
70 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
71 S:      Maintained
72 F:      cmd/avb.c
73 F:      common/avb_verify.c
74 F:      doc/android/avb2.rst
75 F:      include/avb_verify.h
76 F:      lib/libavb/
77 F:      test/py/tests/test_android/test_avb.py
78
79 ARC
80 M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
81 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
82 S:      Maintained
83 L:      uboot-snps-arc@synopsys.com
84 T:      git https://source.denx.de/u-boot/custodians/u-boot-arc.git
85 F:      arch/arc/
86 F:      board/synopsys/
87
88 ARC HSDK CGU CLOCK
89 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
90 S:      Maintained
91 L:      uboot-snps-arc@synopsys.com
92 F:      drivers/clk/clk-hsdk-cgu.c
93 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
94 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
95
96 ARC HSDK CREG GPIO
97 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
98 S:      Maintained
99 L:      uboot-snps-arc@synopsys.com
100 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
101 F:      drivers/gpio/hsdk-creg-gpio.c
102
103 ARC HSDK RESET
104 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
105 S:      Maintained
106 L:      uboot-snps-arc@synopsys.com
107 F:      include/dt-bindings/reset/snps,hsdk-reset.h
108 F:      drivers/reset/reset-hsdk.c
109
110 ARC SYNOPSYS DW MMC EXTENSIONS
111 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
112 S:      Maintained
113 L:      uboot-snps-arc@synopsys.com
114 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
115 F:      drivers/mmc/snps_dw_mmc.c
116
117 APPLE M1 SOC SUPPORT
118 M:      Mark Kettenis <kettenis@openbsd.org>
119 S:      Maintained
120 F:      arch/arm/include/asm/arch-m1/
121 F:      arch/arm/mach-apple/
122 F:      configs/apple_m1_defconfig
123 F:      drivers/iommu/apple_dart.c
124 F:      drivers/nvme/nvme_apple.c
125 F:      drivers/pci/pcie_apple.c
126 F:      drivers/pinctrl/pinctrl-apple.c
127 F:      drivers/watchdog/apple_wdt.c
128 F:      include/configs/apple.h
129
130 ARM
131 M:      Tom Rini <trini@konsulko.com>
132 S:      Maintained
133 T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
134 F:      arch/arm/
135 F:      cmd/arm/
136
137 ARM ALTERA SOCFPGA
138 M:      Marek Vasut <marex@denx.de>
139 M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
140 M:      Tien Fong Chee <tien.fong.chee@intel.com>
141 S:      Maintained
142 T:      git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
143 F:      arch/arm/mach-socfpga/
144 F:      drivers/sysreset/sysreset_socfpga*
145
146 ARM AMLOGIC SOC SUPPORT
147 M:      Neil Armstrong <neil.armstrong@linaro.org>
148 S:      Maintained
149 L:      u-boot-amlogic@groups.io
150 T:      git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
151 F:      arch/arm/mach-meson/
152 F:      arch/arm/include/asm/arch-meson/
153 F:      cmd/meson/
154 F:      drivers/clk/meson/
155 F:      drivers/serial/serial_meson.c
156 F:      drivers/reset/reset-meson.c
157 F:      drivers/i2c/meson_i2c.c
158 F:      drivers/net/phy/meson-gxl.c
159 F:      drivers/adc/meson-saradc.c
160 F:      drivers/phy/meson*
161 F:      drivers/mmc/meson_gx_mmc.c
162 F:      drivers/spi/meson_spifc.c
163 F:      drivers/pinctrl/meson/
164 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
165 F:      drivers/video/meson/
166 F:      drivers/watchdog/meson_gxbb_wdt.c
167 F:      include/configs/meson64.h
168 F:      include/configs/meson64_android.h
169 F:      doc/board/amlogic/
170 N:      meson
171
172 ARM ASPEED
173 M:      Ryan Chen <ryan_chen@aspeedtech.com>
174 M:      Chia-Wei Wang <chiawei_wang@aspeedtech.com>
175 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
176 R:      Joel Stanley <joel@jms.id.au>
177 S:      Maintained
178 F:      arch/arm/mach-aspeed/
179 F:      arch/arm/include/asm/arch-aspeed/
180 F:      board/aspeed/
181 F:      drivers/clk/aspeed/
182 F:      drivers/crypto/aspeed/
183 F:      drivers/gpio/gpio-aspeed.c
184 F:      drivers/i2c/ast_i2c.[ch]
185 F:      drivers/mmc/aspeed_sdhci.c
186 F:      drivers/net/aspeed_mdio.c
187 F:      drivers/net/ftgmac100.[ch]
188 F:      drivers/pinctrl/aspeed/
189 F:      drivers/pwm/pwm-aspeed.c
190 F:      drivers/ram/aspeed/
191 F:      drivers/reset/reset-ast2500.c
192 F:      drivers/watchdog/ast_wdt.c
193 N:      aspeed
194
195 ARM BROADCOM BCM283X / BCM27XX
196 M:      Matthias Brugger <mbrugger@suse.com>
197 M:      Peter Robinson <pbrobinson@gmail.com>
198 S:      Maintained
199 F:      arch/arm/dts/bcm283*
200 F:      arch/arm/mach-bcm283x/
201 F:      board/raspberrypi/
202 F:      drivers/gpio/bcm2835_gpio.c
203 F:      drivers/mmc/bcm2835_sdhci.c
204 F:      drivers/mmc/bcm2835_sdhost.c
205 F:      drivers/serial/serial_bcm283x_mu.c
206 F:      drivers/serial/serial_bcm283x_pl011.c
207 F:      drivers/video/bcm2835.c
208 F:      include/dm/platform_data/serial_bcm283x_mu.h
209 F:      include/dt-bindings/pinctrl/bcm2835.h
210 F:      drivers/pinctrl/broadcom/
211 F:      configs/rpi_*
212 T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
213
214 ARM BROADCOM BCMBCA
215 M:      Anand Gore <anand.gore@broadcom.com>
216 M:      William Zhang <william.zhang@broadcom.com>
217 M:      Kursad Oney <kursad.oney@broadcom.com>
218 M:      Joel Peshkin <joel.peshkin@broadcom.com>
219 M:      Philippe Reynes <philippe.reynes@softathome.com>
220 S:      Maintained
221 F:      arch/arm/mach-bcmbca/
222 F:      board/broadcom/bcmbca/
223 N:      bcmbca
224 N:      bcm[9]?47622
225 N:      bcm[9]?4908
226 N:      bcm[9]?4912
227 N:      bcm[9]?63138
228 N:      bcm[9]?63146
229 N:      bcm[9]?63148
230 N:      bcm[9]?63158
231 N:      bcm[9]?63178
232 N:      bcm[9]?6756
233 N:      bcm[9]?6813
234 N:      bcm[9]?6846
235 N:      bcm[9]?6855
236 N:      bcm[9]?6856
237 N:      bcm[9]?6858
238 N:      bcm[9]?6878
239
240 ARM BROADCOM BCMSTB
241 M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
242 S:      Maintained
243 F:      arch/arm/mach-bcmstb/
244 F:      board/broadcom/bcmstb/
245 F:      configs/bcm7*_defconfig
246 F:      doc/README.bcm7xxx
247 F:      drivers/mmc/bcmstb_sdhci.c
248 F:      drivers/spi/bcmstb_spi.c
249
250 ARM CORTINA ACCESS CAxxxx
251 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
252 S:      Supported
253 F:      board/cortina/common/
254 F:      drivers/gpio/cortina_gpio.c
255 F:      drivers/watchdog/cortina_wdt.c
256 F:      drivers/serial/serial_cortina.c
257 F:      drivers/led/led_cortina.c
258 F:      drivers/mmc/ca_dw_mmc.c
259 F:      drivers/spi/ca_sflash.c
260 F:      drivers/i2c/i2c-cortina.c
261 F:      drivers/i2c/i2c-cortina.h
262 F:      drivers/mtd/nand/raw/cortina_nand.c
263 F:      drivers/mtd/nand/raw/cortina_nand.h
264 F:      drivers/net/cortina_ni.c
265 F:      drivers/net/cortina_ni.h
266 F:      drivers/net/phy/ca_phy.c
267 F:      configs/cortina_presidio-asic-pnand_defconfig
268
269 ARM FF-A
270 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
271 S:      Maintained
272 F:      arch/sandbox/include/asm/sandbox_arm_ffa.h
273 F:      arch/sandbox/include/asm/sandbox_arm_ffa_priv.h
274 F:      doc/arch/arm64.ffa.rst
275 F:      drivers/firmware/arm-ffa/
276 F:      include/arm_ffa.h
277
278 ARM FREESCALE IMX
279 M:      Stefano Babic <sbabic@denx.de>
280 M:      Fabio Estevam <festevam@gmail.com>
281 R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
282 S:      Maintained
283 T:      git https://source.denx.de/u-boot/custodians/u-boot-imx.git
284 F:      arch/Kconfig.nxp
285 F:      arch/arm/cpu/arm1136/mx*/
286 F:      arch/arm/cpu/arm926ejs/mx*/
287 F:      arch/arm/cpu/armv7/vf610/
288 F:      arch/arm/dts/*imx*
289 F:      arch/arm/mach-imx/
290 F:      arch/arm/include/asm/arch-imx*/
291 F:      arch/arm/include/asm/arch-mx*/
292 F:      arch/arm/include/asm/arch-vf610/
293 F:      arch/arm/include/asm/mach-imx/
294 F:      board/freescale/*mx*/
295 F:      board/freescale/common/
296 F:      drivers/serial/serial_mxc.c
297
298 ARM HISILICON
299 M:      Peter Griffin <peter.griffin@linaro.org>
300 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
301 S:      Maintained
302 F:      arch/arm/cpu/armv8/hisilicon
303 F:      arch/arm/include/asm/arch-hi6220/
304 F:      arch/arm/include/asm/arch-hi3660/
305 F:      arch/arm/mach-histb
306
307 ARM HPE GXP ARCHITECTURE
308 M:      Jean-Marie Verdun <verdun@hpe.com>
309 M:      Nick Hawkins <nick.hawkins@hpe.com>
310 S:      Maintained
311 F:      arch/arm/dts/hpe-bmc*
312 F:      arch/arm/dts/hpe-gxp*
313 F:      arch/arm/mach-hpe/
314 F:      board/hpe/
315 F:      configs/gxp_defconfig
316 F:      doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
317 F:      drivers/timer/gxp-timer.c
318 F:      drivers/spi/gxp_spi.c
319
320 ARM IPQ40XX
321 M:      Robert Marko <robert.marko@sartura.hr>
322 M:      Luka Kovacic <luka.kovacic@sartura.hr>
323 M:      Luka Perkov <luka.perkov@sartura.hr>
324 S:      Maintained
325 F:      arch/arm/mach-ipq40xx/
326 F:      include/dt-bindings/clock/qcom,ipq4019-gcc.h
327 F:      include/dt-bindings/reset/qcom,ipq4019-reset.h
328 F:      drivers/reset/reset-ipq4019.c
329 F:      drivers/phy/phy-qcom-ipq4019-usb.c
330 F:      drivers/spi/spi-qup.c
331 F:      drivers/net/mdio-ipq4019.c
332 F:      drivers/rng/msm_rng.c
333
334 ARM LAYERSCAPE SFP
335 M:      Sean Anderson <sean.anderson@seco.com>
336 S:      Maintained
337 F:      drivers/misc/ls2_sfp.c
338
339 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
340 M:      Stefan Roese <sr@denx.de>
341 S:      Maintained
342 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
343 F:      arch/arm/mach-kirkwood/
344 F:      arch/arm/mach-mvebu/
345 F:      drivers/ata/ahci_mvebu.c
346 F:      drivers/clk/mvebu/
347 F:      drivers/ddr/marvell/
348 F:      drivers/gpio/mvebu_gpio.c
349 F:      drivers/i2c/mvtwsi.c
350 F:      drivers/mmc/xenon_sdhci.c
351 F:      drivers/phy/marvell/
352 F:      drivers/pinctrl/mvebu/
353 F:      drivers/rtc/armada38x.c
354 F:      drivers/spi/kirkwood_spi.c
355 F:      drivers/spi/mvebu_a3700_spi.c
356 F:      drivers/pci/pcie_dw_mvebu.c
357 F:      drivers/pci/pcie-xilinx-nwl.c
358 F:      drivers/watchdog/armada-37xx-wdt.c
359 F:      drivers/watchdog/orion_wdt.c
360 F:      include/configs/mv-common.h
361
362 ARM MARVELL PCIE CONTROLLER DRIVERS
363 M:      Pali Rohár <pali@kernel.org>
364 M:      Stefan Roese <sr@denx.de>
365 S:      Maintained
366 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
367 F:      drivers/pci/pci-aardvark.c
368 F:      drivers/pci/pci_mvebu.c
369
370 ARM MARVELL SERIAL DRIVERS
371 M:      Pali Rohár <pali@kernel.org>
372 M:      Stefan Roese <sr@denx.de>
373 S:      Maintained
374 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
375 F:      drivers/serial/serial_mvebu_a3700.c
376
377 ARM MEDIATEK
378 M:      Ryder Lee <ryder.lee@mediatek.com>
379 M:      Weijie Gao <weijie.gao@mediatek.com>
380 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
381 R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
382 S:      Maintained
383 F:      arch/arm/mach-mediatek/
384 F:      arch/arm/include/asm/arch-mediatek/
385 F:      board/mediatek/
386 F:      doc/device-tree-bindings/phy/phy-mtk-*
387 F:      doc/device-tree-bindings/usb/mediatek,*
388 F:      doc/README.mediatek
389 F:      drivers/clk/mediatek/
390 F:      drivers/cpu/mtk_cpu.c
391 F:      drivers/i2c/mtk_i2c.c
392 F:      drivers/mmc/mtk-sd.c
393 F:      drivers/phy/phy-mtk-*
394 F:      drivers/pinctrl/mediatek/
395 F:      drivers/power/domain/mtk-power-domain.c
396 F:      drivers/ram/mediatek/
397 F:      drivers/spi/mtk_snfi_spi.c
398 F:      drivers/spi/mtk_spim.c
399 F:      drivers/timer/mtk_timer.c
400 F:      drivers/usb/host/xhci-mtk.c
401 F:      drivers/usb/mtu3/
402 F:      drivers/watchdog/mtk_wdt.c
403 F:      drivers/net/mtk_eth.c
404 F:      drivers/net/mtk_eth.h
405 F:      drivers/reset/reset-mediatek.c
406 F:      tools/mtk_image.c
407 F:      tools/mtk_image.h
408 F:      tools/mtk_nand_headers.c
409 F:      tools/mtk_nand_headers.h
410 N:      mediatek
411
412 ARM METHODE SUPPORT
413 M:      Robert Marko <robert.marko@sartura.hr>
414 S:      Maintained
415 F:      arch/arm/dts/armada-3720-eDPU*
416 F:      arch/arm/dts/armada-3720-uDPU*
417 F:      configs/eDPU_defconfig
418 F:      configs/uDPU_defconfig
419
420 ARM MICROCHIP/ATMEL AT91
421 M:      Eugen Hristev <eugen.hristev@microchip.com>
422 S:      Maintained
423 T:      git https://source.denx.de/u-boot/custodians/u-boot-at91.git
424 F:      arch/arm/dts/at91*
425 F:      arch/arm/dts/sam*
426 F:      arch/arm/mach-at91/
427 F:      board/atmel/
428 F:      drivers/cpu/at91_cpu.c
429 F:      drivers/memory/atmel-ebi.c
430 F:      drivers/misc/microchip_flexcom.c
431 F:      drivers/timer/atmel_tcb_timer.c
432 F:      include/dt-bindings/clk/at91.h
433 F:      include/dt-bindings/clock/at91.h
434 F:      include/dt-bindings/dma/at91.h
435 F:      include/dt-bindings/mfd/at91-usart.h
436 F:      include/dt-bindings/mfd/atmel-flexcom.h
437 F:      include/dt-bindings/pinctrl/at91.h
438 F:      include/dt-bindings/sound/microchip,pdmc.h
439 F:      drivers/timer/mchp-pit64b-timer.c
440
441 ARM MSC SM2S IMX8MP SOM
442 M:      Martyn Welch <martyn.welch@collabora.com>
443 M:      Ian Ray <ian.ray@ge.com>
444 S:      Maintained
445 F:      arch/arm/dts/imx8mp-msc-sm2s*
446 F:      board/msc/sm2s_imx8mp/
447 F:      configs/msc_sm2s_imx8mp_defconfig
448 F:      include/configs/msc_sm2s_imx8mp.h
449
450 ARM NEXELL S5P4418
451 M:      Stefan Bosch <stefan_b@posteo.net>
452 S:      Maintained
453 F:      arch/arm/cpu/armv7/s5p4418/
454 F:      arch/arm/dts/s5p4418*
455 F:      arch/arm/mach-nexell/
456 F:      board/friendlyarm/
457 F:      configs/s5p4418_nanopi2_defconfig
458 F:      doc/README.s5p4418
459 F:      drivers/gpio/nx_gpio.c
460 F:      drivers/i2c/nx_i2c.c
461 F:      drivers/mmc/nexell_dw_mmc_dm.c
462 F:      drivers/pinctrl/nexell/
463 F:      drivers/serial/serial_s5p4418_pl011.c
464 F:      drivers/video/nexell/
465 F:      drivers/video/nexell_display.c
466 F:      include/configs/s5p4418_nanopi2.h
467
468 ARM OWL
469 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
470 S:      Maintained
471 F:      arch/arm/include/asm/arch-owl/
472 F:      arch/arm/mach-owl/
473 F:      doc/board/actions/
474 F:      drivers/clk/owl/
475 F:      drivers/serial/serial_owl.c
476 F:      include/configs/owl-common.h
477 F:      configs/bubblegum_96_defconfig
478 F:      configs/cubieboard7_defconfig
479
480 ARM RENESAS RMOBILE/R-CAR
481 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
482 M:      Marek Vasut <marek.vasut+renesas@mailbox.org>
483 S:      Maintained
484 T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
485 F:      arch/arm/mach-rmobile/
486 F:      drivers/clk/renesas/
487 F:      drivers/gpio/gpio-rcar.c
488 F:      drivers/i2c/rcar_*
489 F:      drivers/i2c/sh_i2c.c
490 F:      drivers/mmc/renesas-sdhi.c
491 F:      drivers/mmc/sh_mmcif*
492 F:      drivers/mmc/tmio-common*
493 F:      drivers/mtd/renesas_rpc_hf.c
494 F:      drivers/net/ravb.c
495 F:      drivers/net/rswitch.c
496 F:      drivers/net/sh_eth*
497 F:      drivers/pci/pci-rcar-*
498 F:      drivers/phy/phy-rcar-*
499 F:      drivers/phy/renesas/
500 F:      drivers/pinctrl/renesas/
501 F:      drivers/serial/serial_sh*
502 F:      drivers/spi/renesas_rpc_spi.c
503 F:      drivers/spi/sh_qspi.c
504 F:      drivers/sysinfo/rcar3.c
505 F:      drivers/usb/host/xhci-rcar*
506
507 ARM ROCKCHIP
508 M:      Simon Glass <sjg@chromium.org>
509 M:      Philipp Tomsich <philipp.tomsich@vrull.eu>
510 M:      Kever Yang <kever.yang@rock-chips.com>
511 S:      Maintained
512 T:      git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
513 F:      arch/arm/dts/px30*
514 F:      arch/arm/dts/rk3*
515 F:      arch/arm/dts/rockchip*
516 F:      arch/arm/dts/rv11*
517 F:      arch/arm/include/asm/arch-rockchip/
518 F:      arch/arm/mach-rockchip/
519 F:      board/amarula/vyasa-rk3288/
520 F:      board/anbernic/rgxx3_rk3566/
521 F:      board/chipspark/popmetal_rk3288
522 F:      board/engicam/px30_core/
523 F:      board/firefly/
524 F:      board/mqmaker/miqi_rk3288/
525 F:      board/phytec/phycore_rk3288
526 F:      board/pine64
527 F:      board/radxa/
528 F:      board/rockchip/
529 F:      board/theobroma-systems
530 F:      board/vamrs/rock960_rk3399/
531 F:      drivers/clk/rockchip/
532 F:      drivers/gpio/rk_gpio.c
533 F:      drivers/misc/rockchip-efuse.c
534 F:      drivers/mmc/rockchip_sdhci.c
535 F:      drivers/mmc/rockchip_dw_mmc.c
536 F:      drivers/pinctrl/rockchip/
537 F:      drivers/ram/rockchip/
538 F:      drivers/sysreset/sysreset_rockchip.c
539 F:      drivers/video/rockchip/
540 F:      tools/rkcommon.c
541 F:      tools/rkcommon.h
542 F:      tools/rkimage.c
543 F:      tools/rksd.c
544 F:      tools/rkspi.c
545 N:      rockchip
546
547 ARM SAMSUNG
548 M:      Minkyu Kang <mk7.kang@samsung.com>
549 S:      Maintained
550 T:      git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
551 F:      arch/arm/mach-exynos/
552 F:      arch/arm/mach-s5pc1xx/
553 F:      arch/arm/cpu/armv7/s5p-common/
554
555 ARM SANCLOUD
556 M:      Paul Barker <paul.barker@sancloud.com>
557 R:      Marc Murphy <marc.murphy@sancloud.com>
558 S:      Supported
559 F:      arch/arm/dts/am335x-sancloud*
560
561 ARM SNAPDRAGON
562 M:      Ramon Fried <rfried.dev@gmail.com>
563 S:      Maintained
564 F:      arch/arm/mach-snapdragon/
565 F:      drivers/gpio/msm_gpio.c
566 F:      drivers/mmc/msm_sdhci.c
567 F:      drivers/phy/msm8916-usbh-phy.c
568 F:      drivers/serial/serial_msm.c
569 F:      drivers/serial/serial_msm_geni.c
570 F:      drivers/smem/msm_smem.c
571 F:      drivers/spmi/spmi-msm.c
572 F:      drivers/usb/host/ehci-msm.c
573
574 ARM STI
575 M:      Patrice Chotard <patrice.chotard@foss.st.com>
576 S:      Maintained
577 T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
578 F:      arch/arm/mach-sti/
579 F:      arch/arm/include/asm/arch-sti*/
580 F:      drivers/phy/sti_usb_phy.c
581 F:      drivers/pinctrl/pinctrl-sti.c
582 F:      drivers/mmc/sti_sdhci.c
583 F:      drivers/reset/sti-reset.c
584 F:      drivers/serial/serial_sti_asc.c
585 F:      drivers/sysreset/sysreset_sti.c
586 F:      drivers/timer/arm_global_timer.c
587 F:      drivers/usb/host/dwc3-sti-glue.c
588 F:      include/dwc3-sti-glue.h
589 F:      include/dt-bindings/clock/stih407-clks.h
590 F:      include/dt-bindings/clock/stih410-clks.h
591 F:      include/dt-bindings/reset/stih407-resets.h
592
593 ARM STM STM32MP
594 M:      Patrick Delaunay <patrick.delaunay@foss.st.com>
595 M:      Patrice Chotard <patrice.chotard@foss.st.com>
596 L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
597 T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
598 S:      Maintained
599 F:      arch/arm/mach-stm32mp/
600 F:      doc/board/st/
601 F:      drivers/adc/stm32-adc*
602 F:      drivers/clk/stm32/
603 F:      drivers/gpio/stm32_gpio.c
604 F:      drivers/hwspinlock/stm32_hwspinlock.c
605 F:      drivers/i2c/stm32f7_i2c.c
606 F:      drivers/mailbox/stm32-ipcc.c
607 F:      drivers/misc/stm32mp_fuse.c
608 F:      drivers/misc/stm32_rcc.c
609 F:      drivers/mmc/stm32_sdmmc2.c
610 F:      drivers/mtd/nand/raw/stm32_fmc2_nand.c
611 F:      drivers/phy/phy-stm32-usbphyc.c
612 F:      drivers/pinctrl/pinctrl_stm32.c
613 F:      drivers/power/pmic/stpmic1.c
614 F:      drivers/power/regulator/stm32-vrefbuf.c
615 F:      drivers/power/regulator/stpmic1.c
616 F:      drivers/ram/stm32mp1/
617 F:      drivers/remoteproc/stm32_copro.c
618 F:      drivers/reset/stm32-reset.c
619 F:      drivers/rng/optee_rng.c
620 F:      drivers/rng/stm32mp1_rng.c
621 F:      drivers/rtc/stm32_rtc.c
622 F:      drivers/serial/serial_stm32.*
623 F:      drivers/spi/stm32_qspi.c
624 F:      drivers/spi/stm32_spi.c
625 F:      drivers/video/stm32/stm32_ltdc.c
626 F:      drivers/watchdog/stm32mp_wdt.c
627 F:      include/dt-bindings/clock/stm32fx-clock.h
628 F:      include/dt-bindings/clock/stm32mp*
629 F:      include/dt-bindings/pinctrl/stm32-pinfunc.h
630 F:      include/dt-bindings/reset/stm32mp*
631 F:      include/stm32_rcc.h
632 F:      tools/stm32image.c
633 N:      stm
634 N:      stm32
635
636
637 ARM STM STV0991
638 M:      Vikas Manocha <vikas.manocha@st.com>
639 S:      Maintained
640 F:      arch/arm/cpu/armv7/stv0991/
641 F:      arch/arm/include/asm/arch-stv0991/
642
643 ARM SUNXI
644 M:      Jagan Teki <jagan@amarulasolutions.com>
645 M:      Andre Przywara <andre.przywara@arm.com>
646 S:      Maintained
647 T:      git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
648 F:      arch/arm/cpu/armv7/sunxi/
649 F:      arch/arm/include/asm/arch-sunxi/
650 F:      arch/arm/mach-sunxi/
651 F:      board/sunxi/
652 F:      drivers/clk/sunxi/
653 F:      drivers/phy/allwinner/
654 F:      drivers/pinctrl/sunxi/
655 F:      drivers/video/sunxi/
656 F:      tools/sunxi*
657
658 ARM TEGRA
659 M:      Tom Warren <twarren@nvidia.com>
660 S:      Maintained
661 T:      git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
662 F:      arch/arm/mach-tegra/
663 F:      arch/arm/include/asm/arch-tegra*/
664
665 ARM TI
666 M:      Tom Rini <trini@konsulko.com>
667 S:      Maintained
668 T:      git https://source.denx.de/u-boot/custodians/u-boot-ti.git
669 F:      arch/arm/dts/am57xx*
670 F:      arch/arm/dts/dra7*
671 F:      arch/arm/mach-davinci/
672 F:      arch/arm/mach-k3/
673 F:      arch/arm/mach-keystone/
674 F:      arch/arm/mach-omap2/
675 F:      arch/arm/include/asm/arch-omap*/
676 F:      arch/arm/include/asm/ti-common/
677 F:      board/ti/
678 F:      drivers/dma/ti*
679 F:      drivers/firmware/ti_sci.*
680 F:      drivers/gpio/omap_gpio.c
681 F:      drivers/memory/ti-aemif.c
682 F:      drivers/misc/k3_avs.c
683 F:      drivers/mailbox/k3-sec-procy.c
684 F:      drivers/pci/pcie_dw_ti.c
685 F:      drivers/phy/keystone-usb-phy.c
686 F:      drivers/phy/omap-usb2-phy.c
687 F:      drivers/phy/phy-ti-am654.c
688 F:      drivers/phy/ti-pipe3-phy.c
689 F:      drivers/ram/k3*
690 F:      drivers/remoteproc/ipu_rproc.c
691 F:      drivers/remoteproc/k3_system_controller.c
692 F:      drivers/remoteproc/pruc_rpoc.c
693 F:      drivers/remoteproc/ti*
694 F:      drivers/reset/reset-dra7.c
695 F:      drivers/reset/reset-ti-sci.c
696 F:      drivers/rtc/davinci.c
697 F:      drivers/serial/serial_omap.c
698 F:      drivers/soc/ti/
699 F:      drivers/sysreset/sysreset-ti-sci.c
700 F:      drivers/thermal/ti-bandgap.c
701 F:      drivers/timer/omap-timer.c
702 F:      drivers/video/tidss/
703 F:      drivers/watchdog/omap_wdt.c
704 F:      include/linux/pruss_driver.h
705 F:      include/linux/soc/ti/
706
707 ARM U8500
708 M:      Stephan Gerhold <stephan@gerhold.net>
709 R:      Linus Walleij <linus.walleij@linaro.org>
710 S:      Maintained
711 F:      arch/arm/dts/ste-*
712 F:      arch/arm/mach-u8500/
713 F:      drivers/gpio/nmk_gpio.c
714 F:      drivers/phy/phy-ab8500-usb.c
715 F:      drivers/power/pmic/ab8500.c
716 F:      drivers/timer/nomadik-mtu-timer.c
717 F:      drivers/usb/musb-new/ux500.c
718 F:      drivers/video/mcde_simple.c
719
720 ARM UNIPHIER
721 S:      Orphan (Since 2020-09)
722 F:      arch/arm/mach-uniphier/
723 F:      configs/uniphier_*_defconfig
724 N:      uniphier
725
726 ARM VERSAL NET
727 M:      Michal Simek <michal.simek@amd.com>
728 S:      Maintained
729 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
730 F:      arch/arm/mach-versal-net/
731 F:      drivers/soc/soc_xilinx_versal_net.c
732 N:      (?<!uni)versal-net
733
734 ARM VERSAL
735 M:      Michal Simek <michal.simek@amd.com>
736 S:      Maintained
737 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
738 F:      arch/arm/mach-versal/
739 F:      drivers/net/xilinx_axi_mrmac.*
740 F:      drivers/soc/soc_xilinx_versal.c
741 F:      drivers/spi/cadence_ospi_versal.c
742 F:      drivers/watchdog/xilinx_wwdt.c
743 N:      (?<!uni)versal
744
745 ARM VERSATILE EXPRESS DRIVERS
746 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
747 S:      Maintained
748 T:      git git://github.com/ARM-software/u-boot.git
749 F:      drivers/misc/vexpress_config.c
750 N:      vexpress
751
752 ARM ZYNQ
753 M:      Michal Simek <monstr@monstr.eu>
754 S:      Maintained
755 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
756 F:      arch/arm/mach-zynq/
757 F:      doc/board/xilinx/
758 F:      doc/device-tree-bindings/video/syncoam,seps525.txt
759 F:      drivers/clk/clk_zynq.c
760 F:      drivers/fpga/zynqpl.c
761 F:      drivers/gpio/zynq_gpio.c
762 F:      drivers/i2c/i2c-cdns.c
763 F:      drivers/i2c/muxes/pca954x.c
764 F:      drivers/i2c/zynq_i2c.c
765 F:      drivers/mmc/zynq_sdhci.c
766 F:      drivers/mtd/nand/raw/zynq_nand.c
767 F:      drivers/net/phy/ethernet_id.c
768 F:      drivers/net/phy/xilinx_phy.c
769 F:      drivers/net/zynq_gem.c
770 F:      drivers/pinctrl/pinctrl-zynqmp.c
771 F:      drivers/serial/serial_zynq.c
772 F:      drivers/spi/zynq_qspi.c
773 F:      drivers/spi/zynq_spi.c
774 F:      drivers/usb/host/ehci-zynq.c
775 F:      drivers/watchdog/cdns_wdt.c
776 F:      include/zynqpl.h
777 F:      tools/zynqimage.c
778 N:      zynq
779
780 ARM ZYNQMP
781 M:      Michal Simek <michal.simek@amd.com>
782 S:      Maintained
783 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
784 F:      arch/arm/mach-zynqmp/
785 F:      drivers/clk/clk_zynqmp.c
786 F:      driver/firmware/firmware-zynqmp.c
787 F:      drivers/fpga/zynqpl.c
788 F:      drivers/gpio/gpio_slg7xl45106.c
789 F:      drivers/gpio/zynq_gpio.c
790 F:      drivers/gpio/zynqmp_gpio_modepin.c
791 F:      drivers/i2c/i2c-cdns.c
792 F:      drivers/i2c/muxes/pca954x.c
793 F:      drivers/i2c/zynq_i2c.c
794 F:      drivers/mailbox/zynqmp-ipi.c
795 F:      drivers/mmc/zynq_sdhci.c
796 F:      drivers/mtd/nand/raw/zynq_nand.c
797 F:      drivers/net/phy/xilinx_phy.c
798 F:      drivers/net/zynq_gem.c
799 F:      drivers/phy/phy-zynqmp.c
800 F:      drivers/power/domain/zynqmp-power-domain.c
801 F:      drivers/pwm/pwm-cadence-ttc.c
802 F:      drivers/serial/serial_zynq.c
803 F:      drivers/reset/reset-zynqmp.c
804 F:      drivers/rtc/zynqmp_rtc.c
805 F:      drivers/soc/soc_xilinx_zynqmp.c
806 F:      drivers/spi/zynq_qspi.c
807 F:      drivers/spi/zynq_spi.c
808 F:      drivers/timer/cadence-ttc.c
809 F:      drivers/video/seps525.c
810 F:      drivers/video/zynqmp/
811 F:      drivers/watchdog/cdns_wdt.c
812 F:      include/zynqmppl.h
813 F:      include/zynqmp_firmware.h
814 F:      tools/zynqmp*
815 N:      ultra96
816 N:      zynqmp
817
818 ARM ZYNQMP R5
819 M:      Michal Simek <michal.simek@amd.com>
820 S:      Maintained
821 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
822 F:      arch/arm/mach-zynqmp-r5/
823
824 ARM PHYTIUM
825 M:      liuhao <liuhao@phytium.com.cn>
826 M:      shuyiqi <shuyiqi@phytium.com.cn>
827 S:      Maintained
828 F:      drivers/pci/pcie_phytium.c
829 F:      arch/arm/dts/phytium-durian.dts
830
831 ASPEED AST2600 I2C DRIVER
832 M:      Ryan Chen <ryan_chen@aspeedtech.com>
833 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
834 S:      Maintained
835 F:      drivers/i2c/ast2600_i2c.c
836
837 ASPEED FMC SPI DRIVER
838 M:      Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
839 M:      Cédric Le Goater <clg@kaod.org>
840 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
841 S:      Maintained
842 F:      drivers/spi/spi-aspeed-smc.c
843
844 BINMAN
845 M:      Simon Glass <sjg@chromium.org>
846 M:      Alper Nebi Yasak <alpernebiyasak@gmail.com>
847 S:      Maintained
848 F:      tools/binman/
849
850 BLKMAP
851 M:      Tobias Waldekranz <tobias@waldekranz.com>
852 S:      Maintained
853 F:      cmd/blkmap.c
854 F:      doc/usage/blkmap.rst
855 F:      drivers/block/blkmap.c
856 F:      include/blkmap.h
857 F:      test/dm/blkmap.c
858
859 BOOTDEVICE
860 M:      Simon Glass <sjg@chromium.org>
861 S:      Maintained
862 F:      boot/bootdev*.c
863 F:      boot/bootflow.c
864 F:      boot/bootmeth*.c
865 F:      boot/bootstd.c
866 F:      cmd/bootdev.c
867 F:      cmd/bootflow.c
868 F:      doc/develop/bootstd.rst
869 F:      doc/usage/bootdev.rst
870 F:      doc/usage/bootflow.rst
871 F:      doc/usage/bootmeth.rst
872 F:      drivers/mmc/mmc_bootdev.c
873 F:      include/bootdev.h
874 F:      include/bootflow.h
875 F:      include/bootmeth.h
876 F:      include/bootstd.h
877 F:      net/eth_bootdevice.c
878 F:      test/boot/
879
880 BTRFS
881 M:      Marek Behún <kabel@kernel.org>
882 R:      Qu Wenruo <wqu@suse.com>
883 L:      linux-btrfs@vger.kernel.org
884 S:      Maintained
885 F:      cmd/btrfs.c
886 F:      fs/btrfs/
887 F:      include/btrfs.h
888
889 BUILDMAN
890 M:      Simon Glass <sjg@chromium.org>
891 S:      Maintained
892 F:      tools/buildman/
893
894 CAAM
895 M:      Gaurav Jain <gaurav.jain@nxp.com>
896 S:      Maintained
897 F:      arch/arm/dts/ls1021a-twr-u-boot.dtsi
898 F:      drivers/crypto/fsl/
899 F:      include/fsl_sec.h
900
901 CAT
902 M:      Roger Knecht <rknecht@pm.me>
903 S:      Maintained
904 F:      cmd/cat.c
905
906 CFI FLASH
907 M:      Stefan Roese <sr@denx.de>
908 S:      Maintained
909 T:      git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
910 F:      drivers/mtd/cfi_flash.c
911 F:      drivers/mtd/jedec_flash.c
912
913 CLOCK
914 M:      Lukasz Majewski <lukma@denx.de>
915 M:      Sean Anderson <seanga2@gmail.com>
916 S:      Maintained
917 T:      git https://source.denx.de/u-boot/custodians/u-boot-clk.git
918 F:      drivers/clk/
919 F:      drivers/clk/imx/
920
921 COLDFIRE
922 M:      Huan Wang <alison.wang@nxp.com>
923 M:      Angelo Dureghello <angelo@kernel-space.org>
924 S:      Maintained
925 T:      git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
926 F:      arch/m68k/
927 F:      doc/arch/m68k.rst
928 F:      drivers/watchdog/mcf_wdt.c
929
930 CYCLIC
931 M:      Stefan Roese <sr@denx.de>
932 S:      Maintained
933 F:      cmd/cyclic.c
934 F:      common/cyclic.c
935 F:      include/cyclic.h
936
937 DFU
938 M:      Lukasz Majewski <lukma@denx.de>
939 S:      Maintained
940 T:      git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
941 F:      cmd/dfu.c
942 F:      cmd/usb_*.c
943 F:      common/dfu.c
944 F:      common/update.c
945 F:      doc/api/dfu.rst
946 F:      doc/usage/dfu.rst
947 F:      drivers/dfu/
948 F:      drivers/usb/gadget/
949 F:      include/dfu.h
950
951 DRIVER MODEL
952 M:      Simon Glass <sjg@chromium.org>
953 S:      Maintained
954 T:      git https://source.denx.de/u-boot/custodians/u-boot-dm.git
955 F:      doc/driver-model/
956 F:      drivers/core/
957 F:      include/dm/
958 F:      test/dm/
959
960 EFI APP
961 M:      Simon Glass <sjg@chromium.org>
962 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
963 S:      Maintained
964 W:      https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
965 F:      board/efi/efi-x86_app
966 F:      configs/efi-x86_app*
967 F:      doc/develop/uefi/u-boot_on_efi.rst
968 F:      drivers/block/efi-media-uclass.c
969 F:      drivers/block/sb_efi_media.c
970 F:      lib/efi/efi_app.c
971 F:      scripts/build-efi.sh
972 F:      test/dm/efi_media.c
973
974 EFI PAYLOAD
975 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
976 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
977 S:      Maintained
978 T:      git https://source.denx.de/u-boot/custodians/u-boot-efi.git
979 F:      arch/arm/lib/*_efi.*
980 F:      cmd/bootefi.c
981 F:      cmd/eficonfig.c
982 F:      cmd/efidebug.c
983 F:      cmd/nvedit_efi.c
984 F:      doc/api/efi.rst
985 F:      doc/develop/uefi/*
986 F:      doc/mkeficapsule.1
987 F:      doc/usage/bootefi.rst
988 F:      drivers/rtc/emul_rtc.c
989 F:      include/capitalization.h
990 F:      include/charset.h
991 F:      include/cp1250.h
992 F:      include/cp437.h
993 F:      include/efi*
994 F:      include/pe.h
995 F:      include/asm-generic/pe.h
996 F:      include/mm_communication.h
997 F:      lib/charset.c
998 F:      lib/efi*/
999 F:      test/lib/efi_*
1000 F:      test/py/tests/test_efi*
1001 F:      test/py/tests/test_efi*/
1002 F:      test/unicode_ut.c
1003 F:      cmd/bootefi.c
1004 F:      cmd/efidebug.c
1005 F:      cmd/nvedit_efi.c
1006 F:      tools/efivar.py
1007 F:      tools/file2include.c
1008 F:      tools/mkeficapsule.c
1009
1010 ENVIRONMENT
1011 M:      Joe Hershberger <joe.hershberger@ni.com>
1012 R:      Wolfgang Denk <wd@denx.de>
1013 S:      Maintained
1014 F:      env/
1015 F:      include/env*
1016 F:      test/env/
1017 F:      tools/env*
1018 F:      tools/mkenvimage.c
1019
1020 ENVIRONMENT AS TEXT
1021 M:      Simon Glass <sjg@chromium.org>
1022 R:      Wolfgang Denk <wd@denx.de>
1023 S:      Maintained
1024 F:      doc/usage/environment.rst
1025 F:      scripts/env2string.awk
1026
1027 EROFS
1028 M:      Huang Jianan <jnhuang95@gmail.com>
1029 L:      linux-erofs@lists.ozlabs.org
1030 S:      Maintained
1031 F:      cmd/erofs.c
1032 F:      fs/erofs/
1033 F:      include/erofs.h
1034 F:      test/py/tests/test_fs/test_erofs.py
1035
1036 EVENTS
1037 M:      Simon Glass <sjg@chromium.org>
1038 S:      Maintained
1039 F:      cmd/event.c
1040 F:      common/event.c
1041 F:      include/event.h
1042 F:      scripts/event_dump.py
1043 F:      test/common/event.c
1044 F:      test/py/tests/test_event_dump.py
1045
1046 FASTBOOT
1047 S:      Orphaned
1048 F:      cmd/fastboot.c
1049 F:      doc/android/fastboot*.rst
1050 F:      include/fastboot.h
1051 F:      include/fastboot-internal.h
1052 F:      include/net/fastboot_tcp.h
1053 F:      include/net/fastboot_udp.h
1054 F:      drivers/fastboot/
1055 F:      drivers/usb/gadget/f_fastboot.c
1056 F:      net/fastboot_tcp.c
1057 F:      net/fastboot_udp.c
1058 F:      test/dm/fastboot.c
1059
1060 FPGA
1061 M:      Michal Simek <michal.simek@amd.com>
1062 S:      Maintained
1063 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1064 F:      drivers/fpga/
1065 F:      cmd/fpga.c
1066 F:      include/fpga.h
1067 F:      test/dm/fpga.c
1068
1069 FLATTENED DEVICE TREE
1070 M:      Simon Glass <sjg@chromium.org>
1071 S:      Maintained
1072 T:      git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
1073 F:      lib/fdtdec*
1074 F:      lib/libfdt/
1075 F:      include/fdt*
1076 F:      include/linux/libfdt*
1077 F:      cmd/fdt.c
1078 F:      common/fdt_support.c
1079 F:      scripts/dtc-version.sh
1080
1081 FREEBSD
1082 M:      Rafal Jaworowski <raj@semihalf.com>
1083 S:      Maintained
1084 T:      git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
1085
1086 FREESCALE QORIQ
1087 M:      Priyanka Jain <priyanka.jain@nxp.com>
1088 S:      Maintained
1089 T:      git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
1090 F:      drivers/watchdog/sp805_wdt.c
1091 F:      drivers/watchdog/sbsa_gwdt.c
1092
1093 GATEWORKS_SC
1094 M:      Tim Harvey <tharvey@gateworks.com>
1095 S:      Maintained
1096 F:      drivers/misc/gsc.c
1097 F:      include/gsc.h
1098
1099 I2C
1100 M:      Heiko Schocher <hs@denx.de>
1101 S:      Maintained
1102 T:      git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
1103 F:      drivers/i2c/
1104
1105 KWBIMAGE / KWBOOT TOOLS
1106 M:      Pali Rohár <pali@kernel.org>
1107 M:      Marek Behún <kabel@kernel.org>
1108 M:      Stefan Roese <sr@denx.de>
1109 S:      Maintained
1110 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1111 F:      doc/README.kwbimage
1112 F:      doc/kwboot.1
1113 F:      tools/kwb*
1114
1115 LED
1116 M:      Ivan Vozvakhov <i.vozvakhov@vk.team>
1117 S:      Supported
1118 F:      doc/device-tree-bindings/leds/leds-pwm.txt
1119 F:      drivers/led/led_pwm.c
1120
1121 LOGGING
1122 M:      Simon Glass <sjg@chromium.org>
1123 S:      Maintained
1124 T:      git https://source.denx.de/u-boot/u-boot.git
1125 F:      common/log*
1126 F:      cmd/log.c
1127 F:      doc/develop/logging.rst
1128 F:      include/log.h
1129 F:      lib/getopt.c
1130 F:      test/log/
1131 F:      test/py/tests/test_log.py
1132
1133 MALI DISPLAY PROCESSORS
1134 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1135 S:      Supported
1136 T:      git git://github.com/ARM-software/u-boot.git
1137 F:      drivers/video/mali_dp.c
1138 F:      drivers/i2c/i2c-versatile.c
1139
1140 MICROBLAZE
1141 M:      Michal Simek <monstr@monstr.eu>
1142 S:      Maintained
1143 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1144 F:      arch/microblaze/
1145 F:      cmd/mfsl.c
1146 F:      drivers/gpio/xilinx_gpio.c
1147 F:      drivers/net/xilinx_axi_emac.c
1148 F:      drivers/net/xilinx_emaclite.c
1149 F:      drivers/serial/serial_xuartlite.c
1150 F:      drivers/spi/xilinx_spi.c
1151 F:      drivers/sysreset/sysreset_gpio.c
1152 F:      drivers/timer/xilinx-timer.c
1153 F:      drivers/watchdog/xilinx_tb_wdt.c
1154 N:      xilinx
1155
1156 MIPS
1157 M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1158 S:      Maintained
1159 T:      git https://source.denx.de/u-boot/custodians/u-boot-mips.git
1160 F:      arch/mips/
1161
1162 MIPS CORTINA ACCESS CAxxxx
1163 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1164 S:      Supported
1165 F:      board/cortina/common/
1166 F:      drivers/gpio/cortina_gpio.c
1167 F:      drivers/watchdog/cortina_wdt.c
1168 F:      drivers/serial/serial_cortina.c
1169 F:      drivers/led/led_cortina.c
1170 F:      drivers/mmc/ca_dw_mmc.c
1171 F:      drivers/spi/ca_sflash.c
1172 F:      drivers/i2c/i2c-cortina.c
1173 F:      drivers/i2c/i2c-cortina.h
1174 F:      drivers/net/cortina_ni.c
1175 F:      drivers/net/cortina_ni.h
1176 F:      drivers/net/phy/ca_phy.c
1177
1178 MIPS MEDIATEK
1179 M:      Weijie Gao <weijie.gao@mediatek.com>
1180 R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1181 S:      Maintained
1182 F:      arch/mips/mach-mtmips/
1183 F:      arch/mips/dts/mt7620.dtsi
1184 F:      arch/mips/dts/mt7621.dtsi
1185 F:      arch/mips/dts/mt7620-u-boot.dtsi
1186 F:      arch/mips/dts/mt7621-u-boot.dtsi
1187 F:      include/configs/mt7620.h
1188 F:      include/configs/mt7621.h
1189 F:      include/dt-bindings/clock/mt7620-clk.h
1190 F:      include/dt-bindings/clock/mt7621-clk.h
1191 F:      include/dt-bindings/clock/mt7628-clk.h
1192 F:      include/dt-bindings/reset/mt7620-reset.h
1193 F:      include/dt-bindings/reset/mt7621-reset.h
1194 F:      include/dt-bindings/reset/mt7628-reset.h
1195 F:      drivers/clk/mtmips/
1196 F:      drivers/pinctrl/mtmips/
1197 F:      drivers/gpio/mt7620_gpio.c
1198 F:      drivers/mtd/nand/raw/mt7621_nand.c
1199 F:      drivers/mtd/nand/raw/mt7621_nand.h
1200 F:      drivers/mtd/nand/raw/mt7621_nand_spl.c
1201 F:      drivers/net/mt7620-eth.c
1202 F:      drivers/phy/mt7620-usb-phy.c
1203 F:      drivers/reset/reset-mtmips.c
1204 F:      drivers/serial/serial_mt7620.c
1205 F:      drivers/spi/mt7620_spi.c
1206 F:      drivers/sysreset/sysreset_resetctl.c
1207 F:      drivers/watchdog/mt7620_wdt.c
1208
1209 MIPS MSCC
1210 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
1211 M:      Lars Povlsen <lars.povlsen@microchip.com>
1212 M:      Horatiu Vultur <horatiu.vultur@microchip.com>
1213 S:      Maintained
1214 F:      arch/mips/mach-mscc/
1215 F:      arch/mips/dts/luton*
1216 F:      arch/mips/dts/mscc*
1217 F:      arch/mips/dts/ocelot*
1218 F:      arch/mips/dts/jr2*
1219 F:      arch/mips/dts/serval*
1220 F:      board/mscc/
1221 F:      configs/mscc*
1222 F:      drivers/gpio/mscc_sgpio.c
1223 F:      drivers/spi/mscc_bb_spi.c
1224 F:      include/configs/vcoreiii.h
1225 F:      include/dt-bindings/mscc/
1226 F:      drivers/pinctrl/mscc/
1227 F:      drivers/net/mscc_eswitch/
1228
1229 MIPS JZ4780
1230 M:      Ezequiel Garcia <ezequiel@collabora.com>
1231 S:      Maintained
1232 F:      arch/mips/mach-jz47xx/
1233
1234 MIPS Octeon
1235 M:      Aaron Williams <awilliams@marvell.com>
1236 S:      Maintained
1237 F:      arch/mips/mach-octeon/
1238 F:      arch/mips/include/asm/arch-octeon/
1239 F:      arch/mips/dts/mrvl,cn73xx.dtsi
1240
1241 MMC
1242 M:      Peng Fan <peng.fan@nxp.com>
1243 M:      Jaehoon Chung <jh80.chung@samsung.com>
1244 S:      Maintained
1245 T:      git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
1246 F:      drivers/mmc/
1247
1248 NETWORK
1249 M:      Joe Hershberger <joe.hershberger@ni.com>
1250 M:      Ramon Fried <rfried.dev@gmail.com>
1251 S:      Maintained
1252 T:      git https://source.denx.de/u-boot/custodians/u-boot-net.git
1253 F:      drivers/net/
1254 F:      include/net.h
1255 F:      net/
1256
1257 NIOS
1258 M:      Thomas Chou <thomas@wytron.com.tw>
1259 S:      Maintained
1260 T:      git https://source.denx.de/u-boot/custodians/u-boot-nios.git
1261 F:      arch/nios2/
1262
1263 NVMe
1264 M:      Bin Meng <bmeng.cn@gmail.com>
1265 S:      Maintained
1266 F:      drivers/nvme/
1267 F:      cmd/nvme.c
1268 F:      include/nvme.h
1269 F:      doc/develop/driver-model/nvme.rst
1270
1271 NVMXIP
1272 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1273 S:      Maintained
1274 F:      doc/develop/driver-model/nvmxip.rst
1275 F:      doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
1276 F:      drivers/mtd/nvmxip/
1277 F:      test/dm/nvmxip.c
1278
1279 NVMEM
1280 M:      Sean Anderson <seanga2@gmail.com>
1281 S:      Maintained
1282 F:      doc/api/nvmem.rst
1283 F:      drivers/misc/nvmem.c
1284 F:      drivers/reboot-mode/reboot-mode-nvmem.c
1285 F:      include/nvmem.h
1286
1287 NXP C45 TJA11XX PHY DRIVER
1288 M:      Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1289 S:      Maintained
1290 F:      drivers/net/phy/nxp-c45-tja11xx.c
1291
1292 ONENAND
1293 #M:     Lukasz Majewski <l.majewski@majess.pl>
1294 S:      Orphaned (Since 2017-01)
1295 T:      git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
1296 F:      drivers/mtd/onenand/
1297
1298 OUT4-IMX6ULL-NANO BOARD
1299 M:      Oleh Kravchenko <oleg@kaa.org.ua>
1300 S:      Maintained
1301 T:      git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1302 F:      arch/arm/dts/ev-imx280-nano-x-mb.dts
1303 F:      arch/arm/dts/o4-imx-nano.dts
1304 F:      arch/arm/dts/o4-imx6ull-nano.dtsi
1305 F:      board/out4
1306 F:      configs/ev-imx280-nano-x-mb_defconfig
1307 F:      configs/o4-imx6ull-nano_defconfig
1308 F:      include/configs/o4-imx6ull-nano.h
1309
1310 PATMAN
1311 M:      Simon Glass <sjg@chromium.org>
1312 S:      Maintained
1313 F:      tools/patman/
1314
1315 PCI Endpoint
1316 M:      Ramon Fried <rfried.dev@gmail.com>
1317 S:      Maintained
1318 F:      drivers/pci_endpoint/
1319 F:  include/pci_ep.h
1320
1321 PCI MPC85xx
1322 M:      Heiko Schocher <hs@denx.de>
1323 S:      Maintained
1324 F:      drivers/pci/pci_mpc85xx.c
1325
1326 PCI MPS
1327 M:      Stephen Carlson <stcarlso@linux.microsoft.com>
1328 S:      Maintained
1329 F:      cmd/pci_mps.c
1330 F:      test/cmd/pci_mps.c
1331
1332 POWER
1333 M:      Jaehoon Chung <jh80.chung@samsung.com>
1334 S:      Maintained
1335 T:      git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
1336 F:      drivers/power/
1337 F:      include/power/
1338
1339 POWERPC
1340 M:      Wolfgang Denk <wd@denx.de>
1341 S:      Maintained
1342 F:      arch/powerpc/
1343
1344 POWERPC MPC8XX
1345 M:      Christophe Leroy <christophe.leroy@csgroup.eu>
1346 S:      Maintained
1347 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
1348 F:      arch/powerpc/cpu/mpc8xx/
1349
1350 POWERPC MPC83XX
1351 M:      Mario Six <mario.six@gdsys.cc>
1352 S:      Maintained
1353 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
1354 F:      drivers/ram/mpc83xx_sdram.c
1355 F:      include/dt-bindings/memory/mpc83xx-sdram.h
1356 F:      drivers/sysreset/sysreset_mpc83xx.c
1357 F:      drivers/sysreset/sysreset_mpc83xx.h
1358 F:      drivers/clk/mpc83xx_clk.c
1359 F:      drivers/clk/mpc83xx_clk.h
1360 F:      include/dt-bindings/clk/mpc83xx-clk.h
1361 F:      drivers/timer/mpc83xx_timer.c
1362 F:      drivers/cpu/mpc83xx_cpu.c
1363 F:      drivers/cpu/mpc83xx_cpu.h
1364 F:      drivers/misc/mpc83xx_serdes.c
1365 F:      arch/powerpc/cpu/mpc83xx/
1366 F:      arch/powerpc/include/asm/arch-mpc83xx/
1367
1368 POWERPC MPC85XX
1369 M:      Marek Behún <kabel@kernel.org>
1370 S:      Maintained
1371 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
1372 F:      arch/powerpc/cpu/mpc85xx/
1373
1374 RAW NAND
1375 M:      Dario Binacchi <dario.binacchi@amarulasolutions.com>
1376 M:      Michael Trimarchi <michael@amarulasolutions.com>
1377 S:      Maintained
1378 T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1379 F:      drivers/mtd/nand/raw/
1380
1381 RISC-V
1382 M:      Rick Chen <rick@andestech.com>
1383 M:      Leo <ycliang@andestech.com>
1384 S:      Maintained
1385 T:      git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1386 F:      arch/riscv/
1387 F:      cmd/riscv/
1388 F:      doc/arch/riscv.rst
1389 F:      doc/usage/sbi.rst
1390 F:      drivers/sysreset/sysreset_sbi.c
1391 F:      drivers/timer/andes_plmt_timer.c
1392 F:      drivers/timer/riscv_aclint_timer.c
1393 F:      tools/prelink-riscv.c
1394
1395 RISC-V CANAAN KENDRYTE K210
1396 M:      Sean Anderson <seanga2@gmail.com>
1397 S:      Maintained
1398 F:      doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1399 F:      doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1400 F:      drivers/clk/clk_k210.c
1401 F:      drivers/pinctrl/pinctrl-k210.c
1402 F:      include/k210/
1403
1404 RNG
1405 M:      Sughosh Ganu <sughosh.ganu@linaro.org>
1406 R:      Heinrich Schuchardt <xypron.glpk@gmx.de>
1407 S:      Maintained
1408 F:      cmd/rng.c
1409 F:      doc/api/rng.rst
1410 F:      drivers/rng/
1411 F:      drivers/virtio/virtio_rng.c
1412 F:      include/rng.h
1413
1414 ROCKUSB
1415 M:      Eddie Cai <eddie.cai.linux@gmail.com>
1416 S:      Maintained
1417 F:      drivers/usb/gadget/f_rockusb.c
1418 F:      cmd/rockusb.c
1419 F:      doc/README.rockusb
1420
1421 SANDBOX
1422 M:      Simon Glass <sjg@chromium.org>
1423 S:      Maintained
1424 F:      arch/sandbox/
1425 F:      doc/arch/sandbox.rst
1426 F:      drivers/*/*sandbox*.c
1427 F:      include/dt-bindings/*/sandbox*.h
1428 F:      include/os.h
1429
1430 SEAMA
1431 M:      Linus Walleij <linus.walleij@linaro.org>
1432 S:      Maintained
1433 F:      cmd/seama.c
1434 F:      doc/usage/cmd/seama.rst
1435 F:      test/cmd/seama.c
1436
1437 SEMIHOSTING
1438 R:      Sean Anderson <sean.anderson@seco.com>
1439 S:      Orphaned
1440 N:      semihosting
1441
1442 SETEXPR
1443 M:      Roland Gaudig <roland.gaudig@weidmueller.com>
1444 S:      Maintained
1445 F:      cmd/printf.c
1446 F:      doc/usage/setexpr.rst
1447
1448 SH
1449 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
1450 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1451 S:      Maintained
1452 T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1453 F:      arch/sh/
1454
1455 SL28CLPD
1456 M:      Michael Walle <michael@walle.cc>
1457 S:      Maintained
1458 F:      drivers/gpio/sl28cpld-gpio.c
1459 F:      drivers/misc/sl28cpld.c
1460 F:      drivers/watchdog/sl28cpld-wdt.c
1461
1462 SMCCC TRNG
1463 M:      Etienne Carriere <etienne.carriere@linaro.org>
1464 S:      Maintained
1465 F:      drivers/rng/smccc_trng.c
1466
1467 SPI
1468 M:      Jagan Teki <jagan@amarulasolutions.com>
1469 S:      Maintained
1470 T:      git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1471 F:      drivers/spi/
1472 F:      include/spi*
1473
1474 SPI NAND
1475 M:      Dario Binacchi <dario.binacchi@amarulasolutions.com>
1476 M:      Michael Trimarchi <michael@amarulasolutions.com>
1477 R:      Frieder Schrempf <frieder.schrempf@kontron.de>
1478 S:      Maintained
1479 T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1480 F:      drivers/mtd/nand/spi/
1481
1482 SPI-NOR
1483 M:      Jagan Teki <jagan@amarulasolutions.com>
1484 M:      Vignesh R <vigneshr@ti.com>
1485 S:      Maintained
1486 F:      drivers/mtd/spi/
1487 F:      include/spi_flash.h
1488 F:      include/linux/mtd/cfi.h
1489 F:      include/linux/mtd/spi-nor.h
1490
1491 SPMI
1492 M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1493 S:      Maintained
1494 F:      drivers/spmi/
1495 F:      include/spmi/
1496
1497 SQUASHFS
1498 M:      Joao Marcos Costa <jmcosta944@gmail.com>
1499 R:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1500 R:      Miquel Raynal <miquel.raynal@bootlin.com>
1501 S:      Maintained
1502 F:      fs/squashfs/
1503 F:      include/sqfs.h
1504 F:      cmd/sqfs.c
1505 F:      test/py/tests/test_fs/test_squashfs/
1506
1507 STACKPROTECTOR
1508 M:      Joel Peshkin <joel.peshkin@broadcom.com>
1509 S:      Maintained
1510 F:      common/stackprot.c
1511 F:      cmd/stackprot_test.c
1512 F:      test/py/tests/test_stackprotector.py
1513
1514 TARGET_BCMNS3
1515 M:      Bharat Gooty <bharat.gooty@broadcom.com>
1516 M:      Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1517 S:      Maintained
1518 F:      board/broadcom/bcmns3/
1519 F:      doc/README.bcmns3
1520 F:      configs/bcm_ns3_defconfig
1521 F:      include/configs/bcm_ns3.h
1522 F:      include/dt-bindings/memory/bcm-ns3-mc.h
1523 F:      arch/arm/Kconfig
1524 F:      arch/arm/dts/ns3-board.dts
1525 F:      arch/arm/dts/ns3.dtsi
1526 F:      arch/arm/cpu/armv8/bcmns3
1527 F:      arch/arm/include/asm/arch-bcmns3/
1528 F:      cmd/broadcom/Makefile
1529 F:      cmd/broadcom/chimp_boot.c
1530 F:      cmd/broadcom/nitro_image_load.c
1531 F:      cmd/broadcom/chimp_handshake.c
1532
1533 TDA19988 HDMI ENCODER
1534 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1535 S:      Maintained
1536 F:      drivers/video/tda19988.c
1537
1538 TI SYSTEM SECURITY
1539 M:      Andrew F. Davis <afd@ti.com>
1540 S:      Supported
1541 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1542 F:      arch/arm/mach-omap2/sec-common.c
1543 F:      arch/arm/mach-omap2/config_secure.mk
1544 F:      arch/arm/mach-k3/security.c
1545 F:      arch/arm/mach-k3/config_secure.mk
1546 F:      configs/am335x_hs_evm_defconfig
1547 F:      configs/am335x_hs_evm_uart_defconfig
1548 F:      configs/am43xx_hs_evm_defconfig
1549 F:      configs/am43xx_hs_evm_qspi_defconfig
1550 F:      configs/am57xx_hs_evm_defconfig
1551 F:      configs/am57xx_hs_evm_usb_defconfig
1552 F:      configs/dra7xx_hs_evm_defconfig
1553 F:      configs/dra7xx_hs_evm_usb_defconfig
1554 F:      configs/k2hk_hs_evm_defconfig
1555 F:      configs/k2e_hs_evm_defconfig
1556 F:      configs/k2g_hs_evm_defconfig
1557 F:      configs/k2l_hs_evm_defconfig
1558 F:      configs/am65x_hs_evm_r5_defconfig
1559 F:      configs/am65x_hs_evm_a53_defconfig
1560
1561 TPM DRIVERS
1562 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1563 S:      Maintained
1564 T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1565 F:      cmd/tpm*
1566 F:      drivers/tpm/
1567 F:      include/tpm*
1568
1569 TQ GROUP
1570 #M:     Martin Krause <martin.krause@tq-systems.de>
1571 S:      Orphaned (Since 2016-02)
1572 T:      git git://git.denx.de/u-boot-tq-group.git
1573
1574 TEE
1575 M:      Jens Wiklander <jens.wiklander@linaro.org>
1576 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1577 T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1578 S:      Maintained
1579 F:      drivers/tee/
1580 F:      include/tee.h
1581 F:      include/tee/
1582
1583 TEE-lib
1584 M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1585 S:      Maintained
1586 F:      lib/optee
1587
1588 UBI
1589 M:      Kyungmin Park <kmpark@infradead.org>
1590 M:      Heiko Schocher <hs@denx.de>
1591 S:      Maintained
1592 T:      git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1593 F:      drivers/mtd/ubi/
1594
1595 UFS
1596 M:      Faiz Abbas <faiz_abbas@ti.com>
1597 S:      Maintained
1598 F:      drivers/ufs/
1599
1600 USB
1601 M:      Marek Vasut <marex@denx.de>
1602 S:      Maintained
1603 T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1604 F:      drivers/usb/
1605 F:      common/usb.c
1606 F:      common/usb_kbd.c
1607 F:      common/usb_storage.c
1608 F:      include/usb.h
1609
1610 USB xHCI
1611 M:      Bin Meng <bmeng.cn@gmail.com>
1612 S:      Maintained
1613 T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1614 F:      drivers/usb/host/xhci*
1615 F:      include/usb/xhci.h
1616
1617 UUID testing
1618 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1619 S:      Maintained
1620 F:      test/lib/uuid.c
1621
1622 VIDEO
1623 M:      Anatolij Gustschin <agust@denx.de>
1624 S:      Maintained
1625 T:      git https://source.denx.de/u-boot/custodians/u-boot-video.git
1626 F:      drivers/video/
1627 F:      include/video*.h
1628
1629 VirtIO
1630 M:      Bin Meng <bmeng.cn@gmail.com>
1631 S:      Maintained
1632 F:      drivers/virtio/
1633 F:      cmd/virtio.c
1634 F:      include/config/virtio/
1635 F:      include/config/virtio.h
1636 F:      include/config/cmd/virtio.h
1637 F:      include/virtio*.h
1638 F:      test/dm/virtio.c
1639 F:      doc/develop/driver-model/virtio.rst
1640
1641 WATCHDOG
1642 M:      Stefan Roese <sr@denx.de>
1643 S:      Maintained
1644 T:      git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1645 F:      cmd/wdt.c
1646 F:      drivers/watchdog/
1647 F:      include/watchdog*.h
1648
1649 X86
1650 M:      Simon Glass <sjg@chromium.org>
1651 M:      Bin Meng <bmeng.cn@gmail.com>
1652 S:      Maintained
1653 T:      git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1654 F:      arch/x86/
1655 F:      cmd/x86/
1656
1657 XEN
1658 M:      Anastasiia Lukianenko <vicooodin@gmail.com>
1659 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1660 S:      Maintained
1661 F:      arch/arm/cpu/armv8/xen/
1662 F:      arch/arm/include/asm/xen.h
1663 F:      arch/arm/include/asm/xen/
1664 F:      cmd/pvblock.c
1665 F:      drivers/serial/serial_xen.c
1666 F:      drivers/xen/
1667 F:      include/pvblock.h
1668 F:      include/xen/
1669 F:      include/xen.h
1670 F:      lib/sscanf.c
1671 F:      test/lib/sscanf.c
1672
1673 XTENSA
1674 M:      Max Filippov <jcmvbkbc@gmail.com>
1675 S:      Maintained
1676 F:      arch/xtensa/
1677
1678 XXD
1679 M:      Roger Knecht <rknecht@pm.me>
1680 S:      Maintained
1681 F:      cmd/xxd.c
1682 F:      doc/usage/cmd/xxd.rst
1683 F:      test/py/tests/test_xxd/
1684
1685 THE REST
1686 M:      Tom Rini <trini@konsulko.com>
1687 L:      u-boot@lists.denx.de
1688 Q:      http://patchwork.ozlabs.org/project/uboot/list/
1689 S:      Maintained
1690 T:      git https://source.denx.de/u-boot/u-boot.git
1691 F:      configs/tools-only_defconfig
1692 F:      *
1693 F:      */