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