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