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