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