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