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