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