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