]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
firmware: psci: bind arm smccc features when discovered
[thirdparty/u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
65fa17d4
HS
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
00f141cc
DS
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.
00f141cc
DS
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
00f141cc
DS
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
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
c77504df
SG
53ACPI:
54M: Simon Glass <sjg@chromium.org>
55S: Maintained
56F: cmd/acpi.c
57F: lib/acpi/
58
0d6c7c60
IO
59ANDROID AB
60M: Igor Opaniuk <igor.opaniuk@gmail.com>
0c0859cf 61R: Sam Protsenko <joe.skb7@gmail.com>
0d6c7c60
IO
62S: Maintained
63F: cmd/ab_select.c
64F: common/android_ab.c
586a1bf5 65F: doc/android/ab.rst
0d6c7c60
IO
66F: include/android_ab.h
67F: test/py/tests/test_android/test_ab.py
68
69ANDROID AVB
70M: Igor Opaniuk <igor.opaniuk@gmail.com>
71S: Maintained
72F: cmd/avb.c
73F: common/avb_verify.c
586a1bf5 74F: doc/android/avb2.rst
0d6c7c60
IO
75F: include/avb_verify.h
76F: lib/libavb/
77F: test/py/tests/test_android/test_avb.py
78
00f141cc
DS
79ARC
80M: Alexey Brodkin <alexey.brodkin@synopsys.com>
4006200d 81M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
00f141cc 82S: Maintained
4006200d 83L: uboot-snps-arc@synopsys.com
a3bbd0b9 84T: git https://source.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 85F: arch/arc/
b08b113e 86F: board/synopsys/
00f141cc 87
e80dac0a
EP
88ARC HSDK CGU CLOCK
89M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
90S: Maintained
91L: uboot-snps-arc@synopsys.com
92F: drivers/clk/clk-hsdk-cgu.c
93F: include/dt-bindings/clock/snps,hsdk-cgu.h
94F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
95
b7d6e0ab
HS
96ARC HSDK CREG GPIO
97M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
98S: Maintained
99L: uboot-snps-arc@synopsys.com
7620ec4d 100F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
101F: drivers/gpio/hsdk-creg-gpio.c
102
05635359
EP
103ARC HSDK RESET
104M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
105S: Maintained
106L: uboot-snps-arc@synopsys.com
107F: include/dt-bindings/reset/snps,hsdk-reset.h
108F: drivers/reset/reset-hsdk.c
109
15736e28
EP
110ARC SYNOPSYS DW MMC EXTENSIONS
111M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
112S: Maintained
113L: uboot-snps-arc@synopsys.com
114F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
115F: drivers/mmc/snps_dw_mmc.c
116
003b657e
MK
117APPLE M1 SOC SUPPORT
118M: Mark Kettenis <kettenis@openbsd.org>
119S: Maintained
120F: arch/arm/include/asm/arch-m1/
121F: arch/arm/mach-apple/
122F: configs/apple_m1_defconfig
123F: drivers/iommu/apple_dart.c
b814e000 124F: drivers/pinctrl/pinctrl-apple.c
ee327d1d 125F: drivers/watchdog/apple_wdt.c
003b657e
MK
126F: include/configs/apple.h
127
00f141cc 128ARM
2ada73ea 129M: Tom Rini <trini@konsulko.com>
00f141cc 130S: Maintained
a3bbd0b9 131T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 132F: arch/arm/
dab8788a 133F: cmd/arm/
00f141cc 134
d8540a16
PM
135ARM ALTERA SOCFPGA
136M: Marek Vasut <marex@denx.de>
a339f524 137M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
d3cffc83
LFT
138M: Tien Fong Chee <tien.fong.chee@intel.com>
139S: Maintained
a3bbd0b9 140T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 141F: arch/arm/mach-socfpga/
690c1296 142F: drivers/sysreset/sysreset_socfpga*
d8540a16 143
535d74a8
NA
144ARM AMLOGIC SOC SUPPORT
145M: Neil Armstrong <narmstrong@baylibre.com>
146S: Maintained
147L: u-boot-amlogic@groups.io
a3bbd0b9 148T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
149F: arch/arm/mach-meson/
150F: arch/arm/include/asm/arch-meson/
f5abfed8 151F: drivers/clk/meson/
535d74a8
NA
152F: drivers/serial/serial_meson.c
153F: drivers/reset/reset-meson.c
154F: drivers/i2c/meson_i2c.c
155F: drivers/net/phy/meson-gxl.c
156F: drivers/adc/meson-saradc.c
157F: drivers/phy/meson*
158F: drivers/mmc/meson_gx_mmc.c
159F: drivers/spi/meson_spifc.c
160F: drivers/pinctrl/meson/
161F: drivers/power/domain/meson-gx-pwrc-vpu.c
162F: drivers/video/meson/
163F: include/configs/meson64.h
880c0aa9 164F: include/configs/meson64_android.h
9c55f5d1 165F: doc/board/amlogic/
535d74a8
NA
166N: meson
167
aff987c4
CWW
168ARM ASPEED
169M: Ryan Chen <ryan_chen@aspeedtech.com>
170M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
171R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
24c8d1ab 172R: Joel Stanley <joel@jms.id.au>
aff987c4
CWW
173S: Maintained
174F: arch/arm/mach-aspeed/
175F: arch/arm/include/asm/arch-aspeed/
176F: board/aspeed/
177F: drivers/clk/aspeed/
24c8d1ab
JS
178F: drivers/crypto/aspeed/
179F: drivers/gpio/gpio-aspeed.c
180F: drivers/i2c/ast_i2c.[ch]
181F: drivers/mmc/aspeed_sdhci.c
182F: drivers/net/aspeed_mdio.c
183F: drivers/net/ftgmac100.[ch]
aff987c4 184F: drivers/pinctrl/aspeed/
24c8d1ab
JS
185F: drivers/pwm/pwm-aspeed.c
186F: drivers/ram/aspeed/
187F: drivers/reset/reset-ast2500.c
188F: drivers/watchdog/ast_wdt.c
aff987c4
CWW
189N: aspeed
190
02675393 191ARM BROADCOM BCM283X / BCM27XX
3157bbfa 192M: Matthias Brugger <mbrugger@suse.com>
958d55f2 193S: Maintained
78b7aa45 194F: arch/arm/dts/bcm283*
fe84ebf0 195F: arch/arm/mach-bcm283x/
78b7aa45 196F: board/raspberrypi/
fe84ebf0
SW
197F: drivers/gpio/bcm2835_gpio.c
198F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 199F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 200F: drivers/serial/serial_bcm283x_mu.c
6001985f 201F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
202F: drivers/video/bcm2835.c
203F: include/dm/platform_data/serial_bcm283x_mu.h
78b7aa45 204F: include/dt-bindings/pinctrl/bcm2835.h
caf2233b 205F: drivers/pinctrl/broadcom/
02675393
MB
206F: configs/rpi_*
207T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
fe84ebf0 208
f8209d30
WZ
209ARM BROADCOM BCMBCA
210M: Anand Gore <anand.gore@broadcom.com>
211M: William Zhang <william.zhang@broadcom.com>
212M: Kursad Oney <kursad.oney@broadcom.com>
213M: Joel Peshkin <joel.peshkin@broadcom.com>
214S: Maintained
215F: arch/arm/mach-bcmbca/
216F: board/broadcom/bcmbca/
217F: configs/bcm947622_defconfig
218F: include/configs/bcm947622.h
219
894c3ad2
TF
220ARM BROADCOM BCMSTB
221M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
222S: Maintained
223F: arch/arm/mach-bcmstb/
224F: board/broadcom/bcmstb/
3f20321a 225F: configs/bcm7*_defconfig
894c3ad2
TF
226F: doc/README.bcm7xxx
227F: drivers/mmc/bcmstb_sdhci.c
228F: drivers/spi/bcmstb_spi.c
229
800775eb
AN
230ARM CORTINA ACCESS CAxxxx
231M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
232S: Supported
233F: board/cortina/common/
234F: drivers/gpio/cortina_gpio.c
235F: drivers/watchdog/cortina_wdt.c
236F: drivers/serial/serial_cortina.c
047e31ed 237F: drivers/led/led_cortina.c
d55e4e74 238F: drivers/mmc/ca_dw_mmc.c
24f27942 239F: drivers/spi/ca_sflash.c
7f5ea250
AL
240F: drivers/i2c/i2c-cortina.c
241F: drivers/i2c/i2c-cortina.h
161df94b
KL
242F: drivers/mtd/nand/raw/cortina_nand.c
243F: drivers/mtd/nand/raw/cortina_nand.h
febe13b4
AT
244F: drivers/net/cortina_ni.c
245F: drivers/net/cortina_ni.h
a70d7b01 246F: drivers/net/phy/ca_phy.c
34a5addb 247F: configs/cortina_presidio-asic-pnand_defconfig
800775eb 248
da1f7997
MB
249ARM/CZ.NIC TURRIS MOX SUPPORT
250M: Marek Behun <marek.behun@nic.cz>
251S: Maintained
252F: arch/arm/dts/armada-3720-turris-mox.dts
253F: board/CZ.NIC/
254F: configs/turris_*_defconfig
255F: include/configs/turris_*.h
256
00f141cc
DS
257ARM FREESCALE IMX
258M: Stefano Babic <sbabic@denx.de>
73127e90 259M: Fabio Estevam <festevam@gmail.com>
d17b0bed 260R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 261S: Maintained
a3bbd0b9 262T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
263F: arch/arm/cpu/arm1136/mx*/
264F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 265F: arch/arm/cpu/armv7/vf610/
6ad85a45 266F: arch/arm/dts/*imx*
552a848e 267F: arch/arm/mach-imx/
00f141cc
DS
268F: arch/arm/include/asm/arch-imx/
269F: arch/arm/include/asm/arch-mx*/
270F: arch/arm/include/asm/arch-vf610/
552a848e 271F: arch/arm/include/asm/mach-imx/
77cbd3a1 272F: board/freescale/*mx*/
00f141cc 273
ae4dc15d
PG
274ARM HISILICON
275M: Peter Griffin <peter.griffin@linaro.org>
379e574f 276M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
ae4dc15d
PG
277S: Maintained
278F: arch/arm/cpu/armv8/hisilicon
0f8525f5 279F: arch/arm/include/asm/arch-hi6220/
379e574f 280F: arch/arm/include/asm/arch-hi3660/
ae4dc15d 281
478c0071
NH
282ARM HPE GXP ARCHITECTURE
283M: Jean-Marie Verdun <verdun@hpe.com>
284M: Nick Hawkins <nick.hawkins@hpe.com>
285S: Maintained
286F: arch/arm/dts/hpe-bmc*
287F: arch/arm/dts/hpe-gxp*
288F: arch/arm/mach-hpe/
289F: board/hpe/
290F: configs/gxp_defconfig
291F: doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
292F: drivers/timer/gxp-timer.c
293F: drivers/spi/gxp_spi.c
294
e479a7d5
RM
295ARM IPQ40XX
296M: Robert Marko <robert.marko@sartura.hr>
297M: Luka Kovacic <luka.kovacic@sartura.hr>
298M: Luka Perkov <luka.perkov@sartura.hr>
299S: Maintained
300F: arch/arm/mach-ipq40xx/
a5fc5873 301F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
8ef7df5d
RM
302F: include/dt-bindings/reset/qcom,ipq4019-reset.h
303F: drivers/reset/reset-ipq4019.c
dec04202 304F: drivers/phy/phy-qcom-ipq4019-usb.c
367ea426 305F: drivers/spi/spi-qup.c
975151d0 306F: drivers/net/mdio-ipq4019.c
033ec636 307F: drivers/rng/msm_rng.c
e479a7d5 308
2645bc0e
SA
309ARM LAYERSCAPE SFP
310M: Sean Anderson <sean.anderson@seco.com>
311S: Maintained
312F: drivers/misc/ls2_sfp.c
313
1579faf5 314ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 315M: Stefan Roese <sr@denx.de>
00f141cc 316S: Maintained
a3bbd0b9 317T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 318F: arch/arm/mach-kirkwood/
f822d857 319F: arch/arm/mach-mvebu/
592b4a7e 320F: drivers/ata/ahci_mvebu.c
ba4e6f8a 321F: drivers/clk/mvebu/
1579faf5
SR
322F: drivers/ddr/marvell/
323F: drivers/gpio/mvebu_gpio.c
ba4e6f8a
T
324F: drivers/i2c/mvtwsi.c
325F: drivers/mmc/xenon_sdhci.c
326F: drivers/phy/marvell/
327F: drivers/pinctrl/mvebu/
328F: drivers/rtc/armada38x.c
1579faf5 329F: drivers/spi/kirkwood_spi.c
ba4e6f8a 330F: drivers/spi/mvebu_a3700_spi.c
1579faf5 331F: drivers/pci/pcie_dw_mvebu.c
ba4e6f8a 332F: drivers/watchdog/armada-37xx-wdt.c
1579faf5 333F: drivers/watchdog/orion_wdt.c
ba4e6f8a 334F: include/configs/mv-common.h
00f141cc 335
22f69fc7
T
336ARM MARVELL PCIE CONTROLLER DRIVERS
337M: Pali Rohár <pali@kernel.org>
338M: Stefan Roese <sr@denx.de>
339S: Maintained
340T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
341F: drivers/pci/pci-aardvark.c
342F: drivers/pci/pci_mvebu.c
343
c53a30f0
T
344ARM MARVELL SERIAL DRIVERS
345M: Pali Rohár <pali@kernel.org>
346M: Stefan Roese <sr@denx.de>
347S: Maintained
348T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
349F: drivers/serial/serial_mvebu_a3700.c
350
00f141cc
DS
351ARM MARVELL PXA
352M: Marek Vasut <marex@denx.de>
353S: Maintained
a3bbd0b9 354T: git https://source.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
355F: arch/arm/cpu/pxa/
356F: arch/arm/include/asm/arch-pxa/
357
a9da9eeb
RL
358ARM MEDIATEK
359M: Ryder Lee <ryder.lee@mediatek.com>
360M: Weijie Gao <weijie.gao@mediatek.com>
0cd791ce 361M: Chunfeng Yun <chunfeng.yun@mediatek.com>
8702e614 362R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
a9da9eeb
RL
363S: Maintained
364F: arch/arm/mach-mediatek/
365F: arch/arm/include/asm/arch-mediatek/
366F: board/mediatek/
c01a7773
CY
367F: doc/device-tree-bindings/phy/phy-mtk-*
368F: doc/device-tree-bindings/usb/mediatek,*
a9da9eeb
RL
369F: doc/README.mediatek
370F: drivers/clk/mediatek/
371F: drivers/mmc/mtk-sd.c
c01a7773 372F: drivers/phy/phy-mtk-*
a9da9eeb
RL
373F: drivers/pinctrl/mediatek/
374F: drivers/power/domain/mtk-power-domain.c
375F: drivers/ram/mediatek/
603fcd16 376F: drivers/spi/mtk_snfi_spi.c
a9da9eeb 377F: drivers/timer/mtk_timer.c
0cd791ce
CY
378F: drivers/usb/host/xhci-mtk.c
379F: drivers/usb/mtu3/
a9da9eeb 380F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
381F: drivers/net/mtk_eth.c
382F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
383F: tools/mtk_image.c
384F: tools/mtk_image.h
385N: mediatek
386
413ca720
EH
387ARM MICROCHIP/ATMEL AT91
388M: Eugen Hristev <eugen.hristev@microchip.com>
389S: Maintained
a3bbd0b9 390T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
391F: arch/arm/mach-at91/
392F: board/atmel/
01c35f26 393F: drivers/cpu/at91_cpu.c
4c49753c 394F: drivers/misc/microchip_flexcom.c
70fb1ae9 395F: drivers/timer/atmel_tcb_timer.c
0d58dafd 396F: include/dt-bindings/mfd/atmel-flexcom.h
96b9a5cd 397F: drivers/timer/mchp-pit64b-timer.c
413ca720 398
b39cacc2
SB
399ARM NEXELL S5P4418
400M: Stefan Bosch <stefan_b@posteo.net>
401S: Maintained
402F: arch/arm/cpu/armv7/s5p4418/
403F: arch/arm/dts/s5p4418*
404F: arch/arm/mach-nexell/
405F: board/friendlyarm/
406F: configs/s5p4418_nanopi2_defconfig
407F: doc/README.s5p4418
408F: drivers/gpio/nx_gpio.c
409F: drivers/i2c/nx_i2c.c
410F: drivers/mmc/nexell_dw_mmc_dm.c
411F: drivers/pinctrl/nexell/
412F: drivers/video/nexell/
413F: drivers/video/nexell_display.c
414F: include/configs/s5p4418_nanopi2.h
415
e2a1484c
MS
416ARM OWL
417M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
418S: Maintained
419F: arch/arm/include/asm/arch-owl/
420F: arch/arm/mach-owl/
1e374089 421F: doc/board/actions/
e2a1484c
MS
422F: drivers/clk/owl/
423F: drivers/serial/serial_owl.c
b1a6bb3b
AST
424F: include/configs/owl-common.h
425F: configs/bubblegum_96_defconfig
dd786d4c 426F: configs/cubieboard7_defconfig
e2a1484c 427
4810c2f8
NI
428ARM RENESAS RMOBILE/R-CAR
429M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9db60e25 430M: Marek Vasut <marek.vasut+renesas@gmail.com>
4810c2f8 431S: Maintained
a3bbd0b9 432T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
433F: arch/arm/mach-rmobile/
434
c3caeac0
MY
435ARM ROCKCHIP
436M: Simon Glass <sjg@chromium.org>
87f9c08d 437M: Philipp Tomsich <philipp.tomsich@vrull.eu>
37dc8aaa 438M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 439S: Maintained
a3bbd0b9 440T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
ba366809
JJ
441F: arch/arm/dts/rk3*
442F: arch/arm/dts/rockchip*
443F: arch/arm/dts/rv1108*
8b45193a 444F: arch/arm/include/asm/arch-rockchip/
c3caeac0 445F: arch/arm/mach-rockchip/
ae0fc89e 446F: board/rockchip/
8b45193a
PT
447F: drivers/clk/rockchip/
448F: drivers/gpio/rk_gpio.c
449F: drivers/misc/rockchip-efuse.c
47b8583f
PT
450F: drivers/mmc/rockchip_sdhci.c
451F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
452F: drivers/pinctrl/rockchip/
453F: drivers/ram/rockchip/
454F: drivers/sysreset/sysreset_rockchip.c
3f565522 455F: drivers/video/rockchip/
8b45193a
PT
456F: tools/rkcommon.c
457F: tools/rkcommon.h
458F: tools/rkimage.c
459F: tools/rksd.c
460F: tools/rkspi.c
ba366809 461N: rockchip
c3caeac0 462
00f141cc
DS
463ARM SAMSUNG
464M: Minkyu Kang <mk7.kang@samsung.com>
465S: Maintained
a3bbd0b9 466T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
467F: arch/arm/mach-exynos/
468F: arch/arm/mach-s5pc1xx/
00f141cc 469F: arch/arm/cpu/armv7/s5p-common/
00f141cc 470
e721e981 471ARM SNAPDRAGON
0dfe442e 472M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
473S: Maintained
474F: arch/arm/mach-snapdragon/
ce18baf9
RF
475F: drivers/gpio/msm_gpio.c
476F: drivers/mmc/msm_sdhci.c
92454e47 477F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 478F: drivers/serial/serial_msm.c
324df15a 479F: drivers/serial/serial_msm_geni.c
654dd4a8 480F: drivers/smem/msm_smem.c
f5a2d6b4 481F: drivers/spmi/spmi-msm.c
ce18baf9 482F: drivers/usb/host/ehci-msm.c
e721e981 483
b7d6e0ab 484ARM STI
5905e088 485M: Patrice Chotard <patrice.chotard@foss.st.com>
b7d6e0ab 486S: Maintained
a3bbd0b9 487T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
b7d6e0ab
HS
488F: arch/arm/mach-sti/
489F: arch/arm/include/asm/arch-sti*/
d21ffa2a
PC
490F: drivers/phy/sti_usb_phy.c
491F: drivers/pinctrl/pinctrl-sti.c
492F: drivers/mmc/sti_sdhci.c
493F: drivers/reset/sti-reset.c
494F: drivers/serial/serial_sti_asc.c
495F: drivers/sysreset/sysreset_sti.c
496F: drivers/timer/sti-timer.c
497F: drivers/usb/host/dwc3-sti-glue.c
498F: include/dwc3-sti-glue.h
499F: include/dt-bindings/clock/stih407-clks.h
500F: include/dt-bindings/clock/stih410-clks.h
501F: include/dt-bindings/reset/stih407-resets.h
b7d6e0ab 502
2514c2d0 503ARM STM STM32MP
5905e088
PC
504M: Patrick Delaunay <patrick.delaunay@foss.st.com>
505M: Patrice Chotard <patrice.chotard@foss.st.com>
84ee59a5 506L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
a3bbd0b9 507T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 508S: Maintained
67eea68a 509F: arch/arm/mach-stm32mp/
efa667d3 510F: doc/board/st/
8c018234 511F: drivers/adc/stm32-adc*
b9929333 512F: drivers/clk/stm32/
8c018234
PD
513F: drivers/gpio/stm32_gpio.c
514F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 515F: drivers/i2c/stm32f7_i2c.c
b04553ec 516F: drivers/mailbox/stm32-ipcc.c
c3600e1f 517F: drivers/misc/stm32mp_fuse.c
8c018234 518F: drivers/misc/stm32_rcc.c
f65b82ff 519F: drivers/mmc/stm32_sdmmc2.c
8c018234 520F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
521F: drivers/phy/phy-stm32-usbphyc.c
522F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 523F: drivers/power/pmic/stpmic1.c
f65b82ff 524F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 525F: drivers/power/regulator/stpmic1.c
b57aaa07 526F: drivers/ram/stm32mp1/
5dca7d18 527F: drivers/remoteproc/stm32_copro.c
f65b82ff 528F: drivers/reset/stm32-reset.c
fd52e7f9 529F: drivers/rng/optee_rng.c
2bf692d3 530F: drivers/rng/stm32mp1_rng.c
8c018234
PD
531F: drivers/rtc/stm32_rtc.c
532F: drivers/serial/serial_stm32.*
f65b82ff 533F: drivers/spi/stm32_qspi.c
a2a89b2e 534F: drivers/spi/stm32_spi.c
8c018234 535F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 536F: drivers/watchdog/stm32mp_wdt.c
8c018234
PD
537F: include/dt-bindings/clock/stm32fx-clock.h
538F: include/dt-bindings/clock/stm32mp1-clks.h
539F: include/dt-bindings/clock/stm32mp1-clksrc.h
540F: include/dt-bindings/pinctrl/stm32-pinfunc.h
541F: include/dt-bindings/reset/stm32mp1-resets.h
542F: include/stm32_rcc.h
543F: tools/stm32image.c
ce520230
PD
544N: stm
545N: stm32
8c018234 546
2514c2d0 547
9fa32b12
VM
548ARM STM STV0991
549M: Vikas Manocha <vikas.manocha@st.com>
550S: Maintained
551F: arch/arm/cpu/armv7/stv0991/
552F: arch/arm/include/asm/arch-stv0991/
553
00f141cc 554ARM SUNXI
59aea29a 555M: Jagan Teki <jagan@amarulasolutions.com>
5a4a891e 556M: Andre Przywara <andre.przywara@arm.com>
ed8f2a28 557S: Maintained
a3bbd0b9 558T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
559F: arch/arm/cpu/armv7/sunxi/
560F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
561F: arch/arm/mach-sunxi/
562F: board/sunxi/
f264e796
SH
563F: drivers/clk/sunxi/
564F: drivers/phy/allwinner/
b799eabc 565F: drivers/pinctrl/sunxi/
f264e796 566F: drivers/video/sunxi/
e9e87ec4 567F: tools/sunxi*
00f141cc
DS
568
569ARM TEGRA
570M: Tom Warren <twarren@nvidia.com>
571S: Maintained
a3bbd0b9 572T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 573F: arch/arm/mach-tegra/
00f141cc
DS
574F: arch/arm/include/asm/arch-tegra*/
575
576ARM TI
f91c3aa0 577M: Tom Rini <trini@konsulko.com>
00f141cc 578S: Maintained
a3bbd0b9 579T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
57b02b79 580F: arch/arm/dts/am57xx*
0bfc701e 581F: arch/arm/dts/dra7*
26f7c111 582F: arch/arm/mach-davinci/
586bde93 583F: arch/arm/mach-k3/
26f7c111 584F: arch/arm/mach-keystone/
16c2a979 585F: arch/arm/mach-omap2/
00f141cc
DS
586F: arch/arm/include/asm/arch-omap*/
587F: arch/arm/include/asm/ti-common/
16c2a979
LV
588F: board/ti/
589F: drivers/dma/ti*
590F: drivers/firmware/ti_sci.*
591F: drivers/gpio/omap_gpio.c
592F: drivers/memory/ti-aemif.c
593F: drivers/misc/k3_avs.c
594F: drivers/mailbox/k3-sec-procy.c
595F: drivers/pci/pcie_dw_ti.c
596F: drivers/phy/keystone-usb-phy.c
597F: drivers/phy/omap-usb2-phy.c
598F: drivers/phy/phy-ti-am654.c
599F: drivers/phy/ti-pipe3-phy.c
600F: drivers/ram/k3*
fc6b41fe 601F: drivers/remoteproc/ipu_rproc.c
16c2a979 602F: drivers/remoteproc/k3_system_controller.c
02bfcc5c 603F: drivers/remoteproc/pruc_rpoc.c
16c2a979 604F: drivers/remoteproc/ti*
795b2c47 605F: drivers/reset/reset-dra7.c
16c2a979
LV
606F: drivers/reset/reset-ti-sci.c
607F: drivers/rtc/davinci.c
608F: drivers/serial/serial_omap.c
609F: drivers/soc/ti/
610F: drivers/sysreset/sysreset-ti-sci.c
611F: drivers/thermal/ti-bandgap.c
612F: drivers/timer/omap-timer.c
613F: drivers/watchdog/omap_wdt.c
7bafe886 614F: include/linux/pruss_driver.h
16c2a979 615F: include/linux/soc/ti/
00f141cc 616
293f9ebb
SG
617ARM U8500
618M: Stephan Gerhold <stephan@gerhold.net>
619R: Linus Walleij <linus.walleij@linaro.org>
620S: Maintained
621F: arch/arm/dts/ste-*
622F: arch/arm/mach-u8500/
7093df3c
SG
623F: drivers/gpio/nmk_gpio.c
624F: drivers/phy/phy-ab8500-usb.c
625F: drivers/power/pmic/ab8500.c
293f9ebb 626F: drivers/timer/nomadik-mtu-timer.c
7093df3c
SG
627F: drivers/usb/musb-new/ux500.c
628F: drivers/video/mcde_simple.c
293f9ebb 629
0fb63aa6 630ARM UNIPHIER
23e333a5 631S: Orphan (Since 2020-09)
4c425570 632F: arch/arm/mach-uniphier/
5fd3f434 633F: configs/uniphier_*_defconfig
eb006c83 634N: uniphier
0fb63aa6 635
ec48b6c9 636ARM VERSAL
fcbdd7a0 637M: Michal Simek <michal.simek@amd.com>
ec48b6c9 638S: Maintained
a3bbd0b9 639T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9 640F: arch/arm/mach-versal/
258ce79c 641F: drivers/net/xilinx_axi_mrmac.*
42e20f52 642F: drivers/soc/soc_xilinx_versal.c
5028358a 643F: drivers/watchdog/xilinx_wwdt.c
13210cd9 644N: (?<!uni)versal
ec48b6c9 645
0fabfeb2
LD
646ARM VERSATILE EXPRESS DRIVERS
647M: Liviu Dudau <liviu.dudau@foss.arm.com>
648S: Maintained
649T: git git://github.com/ARM-software/u-boot.git
650F: drivers/misc/vexpress_config.c
651N: vexpress
652
00f141cc
DS
653ARM ZYNQ
654M: Michal Simek <monstr@monstr.eu>
655S: Maintained
a3bbd0b9 656T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5 657F: arch/arm/mach-zynq/
79d4204f 658F: doc/board/xilinx/
1ac1a04b 659F: doc/device-tree-bindings/video/syncoam,seps525.txt
8ae3d0b5
MS
660F: drivers/clk/clk_zynq.c
661F: drivers/fpga/zynqpl.c
662F: drivers/gpio/zynq_gpio.c
663F: drivers/i2c/i2c-cdns.c
664F: drivers/i2c/muxes/pca954x.c
665F: drivers/i2c/zynq_i2c.c
666F: drivers/mmc/zynq_sdhci.c
a430fa06 667F: drivers/mtd/nand/raw/zynq_nand.c
a744a284 668F: drivers/net/phy/ethernet_id.c
8ae3d0b5
MS
669F: drivers/net/phy/xilinx_phy.c
670F: drivers/net/zynq_gem.c
dbd673f1 671F: drivers/pinctrl/pinctrl-zynqmp.c
8ae3d0b5
MS
672F: drivers/serial/serial_zynq.c
673F: drivers/spi/zynq_qspi.c
674F: drivers/spi/zynq_spi.c
675F: drivers/usb/host/ehci-zynq.c
676F: drivers/watchdog/cdns_wdt.c
23e7e6b6 677F: include/zynqpl.h
8ae3d0b5
MS
678F: tools/zynqimage.c
679N: zynq
00f141cc 680
84c7204b 681ARM ZYNQMP
fcbdd7a0 682M: Michal Simek <michal.simek@amd.com>
84c7204b 683S: Maintained
a3bbd0b9 684T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 685F: arch/arm/mach-zynqmp/
3d14228f 686F: drivers/clk/clk_zynqmp.c
14723ed5 687F: driver/firmware/firmware-zynqmp.c
8ae3d0b5 688F: drivers/fpga/zynqpl.c
15efe0f3 689F: drivers/gpio/gpio_slg7xl45106.c
8ae3d0b5 690F: drivers/gpio/zynq_gpio.c
3b441cf4 691F: drivers/gpio/zynqmp_gpio_modepin.c
8ae3d0b5
MS
692F: drivers/i2c/i2c-cdns.c
693F: drivers/i2c/muxes/pca954x.c
694F: drivers/i2c/zynq_i2c.c
660b0c77 695F: drivers/mailbox/zynqmp-ipi.c
8ae3d0b5 696F: drivers/mmc/zynq_sdhci.c
a430fa06 697F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
698F: drivers/net/phy/xilinx_phy.c
699F: drivers/net/zynq_gem.c
1d78d683 700F: drivers/phy/phy-zynqmp.c
e0283cbd 701F: drivers/power/domain/zynqmp-power-domain.c
fb92cc2c 702F: drivers/pwm/pwm-cadence-ttc.c
8ae3d0b5 703F: drivers/serial/serial_zynq.c
3f123b74 704F: drivers/reset/reset-zynqmp.c
1f065e8f 705F: drivers/rtc/zynqmp_rtc.c
a890a53a 706F: drivers/soc/soc_xilinx_zynqmp.c
8ae3d0b5
MS
707F: drivers/spi/zynq_qspi.c
708F: drivers/spi/zynq_spi.c
72c37d12 709F: drivers/timer/cadence-ttc.c
b66d7af4 710F: drivers/video/seps525.c
8ae3d0b5 711F: drivers/watchdog/cdns_wdt.c
23e7e6b6 712F: include/zynqmppl.h
009ab7b9 713F: include/zynqmp_firmware.h
b123aff2 714F: tools/zynqmp*
2570e129 715N: ultra96
8ae3d0b5 716N: zynqmp
84c7204b 717
1d6c54ec 718ARM ZYNQMP R5
fcbdd7a0 719M: Michal Simek <michal.simek@amd.com>
1d6c54ec 720S: Maintained
a3bbd0b9 721T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
722F: arch/arm/mach-zynqmp-r5/
723
e3aafef4 724ARM PHYTIUM
725M: liuhao <liuhao@phytium.com.cn>
726M: shuyiqi <shuyiqi@phytium.com.cn>
727S: Maintained
728F: drivers/pci/pcie_phytium.c
729F: arch/arm/dts/phytium-durian.dts
730
bb48470d
SG
731BINMAN
732M: Simon Glass <sjg@chromium.org>
06c73e37 733M: Alper Nebi Yasak <alpernebiyasak@gmail.com>
bb48470d
SG
734S: Maintained
735F: tools/binman/
736
9d260253
SG
737BOOTDEVICE
738M: Simon Glass <sjg@chromium.org>
739S: Maintained
201417d7 740F: boot/bootdev*.c
a8f5be17
SG
741F: boot/bootflow.c
742F: boot/bootmeth*.c
ef5e3891 743F: boot/bootstd.c
5d053cca 744F: cmd/bootdev.c
31aefaf8 745F: cmd/bootflow.c
e7b2ce19
SG
746F: doc/develop/bootstd.rst
747F: doc/usage/bootdev.rst
748F: doc/usage/bootflow.rst
749F: doc/usage/bootmeth.rst
b8aa463e 750F: drivers/mmc/mmc_bootdev.c
31aefaf8 751F: include/bootdev.h
9d260253 752F: include/bootflow.h
a950d31a 753F: include/bootmeth.h
201417d7 754F: include/bootstd.h
4fd8d077 755F: net/eth_bootdevice.c
fb1451be 756F: test/boot/
9d260253 757
3e29bd26
MB
758BTRFS
759M: Marek Behun <marek.behun@nic.cz>
b737c822
QW
760R: Qu Wenruo <wqu@suse.com>
761L: linux-btrfs@vger.kernel.org
3e29bd26
MB
762S: Maintained
763F: cmd/btrfs.c
764F: fs/btrfs/
765F: include/btrfs.h
766
00f141cc
DS
767BUILDMAN
768M: Simon Glass <sjg@chromium.org>
769S: Maintained
770F: tools/buildman/
771
772CFI FLASH
773M: Stefan Roese <sr@denx.de>
774S: Maintained
a3bbd0b9 775T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
776F: drivers/mtd/cfi_flash.c
777F: drivers/mtd/jedec_flash.c
00f141cc 778
37d73373
LM
779CLOCK
780M: Lukasz Majewski <lukma@denx.de>
4469d3b4 781M: Sean Anderson <seanga2@gmail.com>
37d73373 782S: Maintained
a3bbd0b9 783T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
37d73373
LM
784F: drivers/clk/
785F: drivers/clk/imx/
786
00f141cc 787COLDFIRE
08ae21af 788M: Huan Wang <alison.wang@nxp.com>
82ebb7e5 789M: Angelo Dureghello <angelo@sysam.it>
00f141cc 790S: Maintained
a3bbd0b9 791T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc 792F: arch/m68k/
ee67ec98 793F: doc/arch/m68k.rst
00f141cc
DS
794
795DFU
56acf018 796M: Lukasz Majewski <lukma@denx.de>
00f141cc 797S: Maintained
a3bbd0b9 798T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
799F: cmd/dfu.c
800F: cmd/usb_*.c
801F: common/dfu.c
802F: common/update.c
803F: common/usb_storage.c
f4c1f705 804F: doc/api/dfu.rst
75d48d11 805F: doc/usage/dfu.rst
00f141cc 806F: drivers/dfu/
55ca6138 807F: drivers/usb/gadget/
f4c1f705 808F: include/dfu.h
00f141cc
DS
809
810DRIVER MODEL
811M: Simon Glass <sjg@chromium.org>
812S: Maintained
a3bbd0b9 813T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
51028db1 814F: doc/driver-model/
00f141cc
DS
815F: drivers/core/
816F: include/dm/
817F: test/dm/
818
91aa8476
SG
819EFI APP
820M: Simon Glass <sjg@chromium.org>
821M: Heinrich Schuchardt <xypron.glpk@gmx.de>
822S: Maintained
823W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
e16c47fa
SG
824F: board/efi/efi-x86_app
825F: configs/efi-x86_app*
826F: doc/develop/uefi/u-boot_on_efi.rst
42b7f421
SG
827F: drivers/block/efi-media-uclass.c
828F: drivers/block/sb_efi_media.c
91aa8476 829F: lib/efi/efi_app.c
6b2f8290 830F: scripts/build-efi.sh
42b7f421 831F: test/dm/efi_media.c
91aa8476 832
e4a7394a 833EFI PAYLOAD
7590f907 834M: Heinrich Schuchardt <xypron.glpk@gmx.de>
e4a7394a 835S: Maintained
a3bbd0b9 836T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
080cc0b1 837F: doc/api/efi.rst
d75f48a8 838F: doc/develop/uefi/*
118a0ecd 839F: doc/mkeficapsule.1
0c1b71cd 840F: doc/usage/bootefi.rst
87e9963d 841F: drivers/rtc/emul_rtc.c
5b2118a2 842F: include/capitalization.h
1db6ab28 843F: include/charset.h
0bc4b0da
HS
844F: include/cp1250.h
845F: include/cp437.h
623b3a57 846F: include/efi*
268ec6e0
HS
847F: include/pe.h
848F: include/asm-generic/pe.h
0b8a88ab 849F: lib/charset.c
bc0bd77e 850F: lib/efi*/
ae54b946 851F: test/lib/efi_*
623b3a57 852F: test/py/tests/test_efi*
661c02ce 853F: test/py/tests/test_efi*/
f11a164b 854F: test/unicode_ut.c
e4a7394a 855F: cmd/bootefi.c
59df7e7e 856F: cmd/efidebug.c
49d81fdf 857F: cmd/nvedit_efi.c
77504ee6 858F: tools/efivar.py
ac020196 859F: tools/file2include.c
77cae565 860F: tools/mkeficapsule.c
e4a7394a 861
e4acbe4e
IA
862EFI VARIABLES VIA OP-TEE
863M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
864S: Maintained
865F: lib/efi_loader/efi_variable_tee.c
866F: include/mm_communication.h
867
2800540d
JH
868ENVIRONMENT
869M: Joe Hershberger <joe.hershberger@ni.com>
870R: Wolfgang Denk <wd@denx.de>
871S: Maintained
872F: env/
873F: include/env*
874F: test/env/
875F: tools/env*
876F: tools/mkenvimage.c
877
86b9c3e4
SG
878ENVIRONMENT AS TEXT
879M: Simon Glass <sjg@chromium.org>
880R: Wolfgang Denk <wd@denx.de>
881S: Maintained
882F: doc/usage/environment.rst
883F: scripts/env2string.awk
884
830613f8
HJ
885EROFS
886M: Huang Jianan <jnhuang95@gmail.com>
887L: linux-erofs@lists.ozlabs.org
888S: Maintained
739941e1 889F: cmd/erofs.c
830613f8
HJ
890F: fs/erofs/
891F: include/erofs.h
2c30aa3d 892F: test/py/tests/test_fs/test_erofs.py
830613f8 893
87a5d1b5
SG
894EVENTS
895M: Simon Glass <sjg@chromium.org>
896S: Maintained
c81b460c 897F: cmd/event.c
87a5d1b5
SG
898F: common/event.c
899F: include/event.h
9de3773a 900F: scripts/event_dump.py
7d02645f 901F: test/common/event.c
9de3773a 902F: test/py/tests/test_event_dump.py
87a5d1b5 903
7d3bebb2
SA
904FASTBOOT
905S: Orphaned
906F: cmd/fastboot.c
907F: doc/android/fastboot*.rst
908F: include/fastboot.h
909F: include/fastboot-internal.h
910F: include/net/fastboot.h
911F: drivers/fastboot/
912F: drivers/usb/gadget/f_fastboot.c
913F: net/fastboot.c
914F: test/dm/fastboot.c
915
7e16342b 916FPGA
fcbdd7a0 917M: Michal Simek <michal.simek@amd.com>
7e16342b 918S: Maintained
a3bbd0b9 919T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
920F: drivers/fpga/
921F: cmd/fpga.c
922F: include/fpga.h
923
00f141cc
DS
924FLATTENED DEVICE TREE
925M: Simon Glass <sjg@chromium.org>
926S: Maintained
a3bbd0b9 927T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
928F: lib/fdtdec*
929F: lib/libfdt/
930F: include/fdt*
18fa6230 931F: include/linux/libfdt*
643f8d4c 932F: cmd/fdt.c
00f141cc 933F: common/fdt_support.c
d7faa082 934F: scripts/dtc-version.sh
00f141cc
DS
935
936FREEBSD
937M: Rafal Jaworowski <raj@semihalf.com>
938S: Maintained
a3bbd0b9 939T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
940
941FREESCALE QORIQ
87d5b225 942M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 943S: Maintained
a3bbd0b9 944T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 945F: drivers/watchdog/sp805_wdt.c
f27d73e9 946F: drivers/watchdog/sbsa_gwdt.c
00f141cc 947
8479b9e6
TH
948GATEWORKS_SC
949M: Tim Harvey <tharvey@gateworks.com>
950S: Maintained
951F: drivers/misc/gsc.c
952F: include/gsc.h
953
00f141cc
DS
954I2C
955M: Heiko Schocher <hs@denx.de>
956S: Maintained
a3bbd0b9 957T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
958F: drivers/i2c/
959
6c963324
MB
960KWBIMAGE / KWBOOT TOOLS
961M: Pali Rohár <pali@kernel.org>
962M: Marek Behún <marek.behun@nic.cz>
963M: Stefan Roese <sr@denx.de>
964S: Maintained
965T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
966F: doc/README.kwbimage
967F: doc/kwboot.1
968F: tools/kwb*
969
067cfc1c
IV
970LED
971M: Ivan Vozvakhov <i.vozvakhov@vk.team>
972S: Supported
973F: doc/device-tree-bindings/leds/leds-pwm.txt
974F: drivers/led/led_pwm.c
975
e9c8d49d
SG
976LOGGING
977M: Simon Glass <sjg@chromium.org>
978S: Maintained
a3bbd0b9 979T: git https://source.denx.de/u-boot/u-boot.git
befadde0 980F: common/log*
e9c8d49d 981F: cmd/log.c
a7813918 982F: doc/develop/logging.rst
e405efcf 983F: include/log.h
72eda507 984F: lib/getopt.c
395041b2 985F: test/log/
20faa27c 986F: test/py/tests/test_log.py
e9c8d49d 987
c1a65a8c
LD
988MALI DISPLAY PROCESSORS
989M: Liviu Dudau <liviu.dudau@foss.arm.com>
990S: Supported
991T: git git://github.com/ARM-software/u-boot.git
992F: drivers/video/mali_dp.c
e3bc4bb8 993F: drivers/i2c/i2c-versatile.c
c1a65a8c 994
00f141cc
DS
995MICROBLAZE
996M: Michal Simek <monstr@monstr.eu>
997S: Maintained
a3bbd0b9 998T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 999F: arch/microblaze/
8ae3d0b5
MS
1000F: cmd/mfsl.c
1001F: drivers/gpio/xilinx_gpio.c
1002F: drivers/net/xilinx_axi_emac.c
1003F: drivers/net/xilinx_emaclite.c
1004F: drivers/serial/serial_xuartlite.c
1005F: drivers/spi/xilinx_spi.c
0d832b32 1006F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
1007F: drivers/watchdog/xilinx_tb_wdt.c
1008N: xilinx
00f141cc
DS
1009
1010MIPS
1011M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1012S: Maintained
a3bbd0b9 1013T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
1014F: arch/mips/
1015
800775eb
AN
1016MIPS CORTINA ACCESS CAxxxx
1017M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1018S: Supported
1019F: board/cortina/common/
1020F: drivers/gpio/cortina_gpio.c
1021F: drivers/watchdog/cortina_wdt.c
1022F: drivers/serial/serial_cortina.c
047e31ed 1023F: drivers/led/led_cortina.c
d55e4e74 1024F: drivers/mmc/ca_dw_mmc.c
24f27942 1025F: drivers/spi/ca_sflash.c
7f5ea250
AL
1026F: drivers/i2c/i2c-cortina.c
1027F: drivers/i2c/i2c-cortina.h
febe13b4
AT
1028F: drivers/net/cortina_ni.c
1029F: drivers/net/cortina_ni.h
a70d7b01 1030F: drivers/net/phy/ca_phy.c
800775eb 1031
9f03585e
WG
1032MIPS MEDIATEK
1033M: Weijie Gao <weijie.gao@mediatek.com>
1034R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1035S: Maintained
1036F: arch/mips/mach-mtmips/
1037F: arch/mips/dts/mt7620.dtsi
1038F: arch/mips/dts/mt7620-u-boot.dtsi
1039F: include/configs/mt7620.h
1040F: include/dt-bindings/clock/mt7620-clk.h
1041F: include/dt-bindings/clock/mt7628-clk.h
1042F: include/dt-bindings/reset/mt7620-reset.h
1043F: include/dt-bindings/reset/mt7628-reset.h
1044F: drivers/clk/mtmips/
1045F: drivers/pinctrl/mtmips/
1046F: drivers/gpio/mt7620_gpio.c
1047F: drivers/net/mt7620-eth.c
1048F: drivers/phy/mt7620-usb-phy.c
1049F: drivers/reset/reset-mtmips.c
1050F: drivers/serial/serial_mt7620.c
1051F: drivers/spi/mt7620_spi.c
1052F: drivers/sysreset/sysreset_resetctl.c
1053F: drivers/watchdog/mt7620_wdt.c
1054
dd1033e4
GC
1055MIPS MSCC
1056M: Gregory CLEMENT <gregory.clement@bootlin.com>
1057M: Lars Povlsen <lars.povlsen@microchip.com>
1058M: Horatiu Vultur <horatiu.vultur@microchip.com>
1059S: Maintained
1060F: arch/mips/mach-mscc/
f8c8cedd 1061F: arch/mips/dts/luton*
6787c1ec
GC
1062F: arch/mips/dts/mscc*
1063F: arch/mips/dts/ocelot*
d1182056 1064F: arch/mips/dts/jr2*
393b77d8 1065F: arch/mips/dts/serval*
6787c1ec
GC
1066F: board/mscc/
1067F: configs/mscc*
be8313fe 1068F: drivers/gpio/mscc_sgpio.c
fd6e0b05 1069F: drivers/spi/mscc_bb_spi.c
6787c1ec 1070F: include/configs/vcoreiii.h
8c211af8 1071F: include/dt-bindings/mscc/
051de9b3 1072F: drivers/pinctrl/mscc/
4c66157f 1073F: drivers/net/mscc_eswitch/
dd1033e4 1074
cd71b1d5
PB
1075MIPS JZ4780
1076M: Ezequiel Garcia <ezequiel@collabora.com>
1077S: Maintained
1078F: arch/mips/mach-jz47xx/
1079
0dc4ab9c
AW
1080MIPS Octeon
1081M: Aaron Williams <awilliams@marvell.com>
1082S: Maintained
1083F: arch/mips/mach-octeon/
1084F: arch/mips/include/asm/arch-octeon/
ff7e4f03 1085F: arch/mips/dts/mrvl,cn73xx.dtsi
0dc4ab9c 1086
00f141cc 1087MMC
16a6d510 1088M: Peng Fan <peng.fan@nxp.com>
af8e2d47 1089M: Jaehoon Chung <jh80.chung@samsung.com>
00f141cc 1090S: Maintained
a3bbd0b9 1091T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
1092F: drivers/mmc/
1093
4ef17f9c 1094NAND FLASH
9f8aba7a
TR
1095#M: Scott Wood <oss@buserror.net>
1096S: Orphaned (Since 2018-07)
a3bbd0b9 1097T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 1098F: drivers/mtd/nand/raw/
4ef17f9c 1099
b7d6e0ab
HS
1100NETWORK
1101M: Joe Hershberger <joe.hershberger@ni.com>
9644bd0d 1102M: Ramon Fried <rfried.dev@gmail.com>
b7d6e0ab 1103S: Maintained
a3bbd0b9 1104T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 1105F: drivers/net/
69fbf238 1106F: include/net.h
b7d6e0ab
HS
1107F: net/
1108
4ef17f9c
HS
1109NIOS
1110M: Thomas Chou <thomas@wytron.com.tw>
1111S: Maintained
a3bbd0b9 1112T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
1113F: arch/nios2/
1114
f68d5a66
BM
1115NVMe
1116M: Bin Meng <bmeng.cn@gmail.com>
1117S: Maintained
1118F: drivers/nvme/
1119F: cmd/nvme.c
1120F: include/nvme.h
1121F: doc/develop/driver-model/nvme.rst
1122
c8ce7ba8
SA
1123NVMEM
1124M: Sean Anderson <seanga2@gmail.com>
1125S: Maintained
1126F: doc/api/nvmem.rst
1127F: drivers/misc/nvmem.c
1128F: include/nvmem.h
1129
3ef2050a
RPNO
1130NXP C45 TJA11XX PHY DRIVER
1131M: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1132S: Maintained
1133F: drivers/net/phy/nxp-c45-tja11xx.c
1134
4ef17f9c
HS
1135ONENAND
1136#M: Lukasz Majewski <l.majewski@majess.pl>
1137S: Orphaned (Since 2017-01)
a3bbd0b9 1138T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
1139F: drivers/mtd/onenand/
1140
3675ac08
OK
1141OUT4-IMX6ULL-NANO BOARD
1142M: Oleh Kravchenko <oleg@kaa.org.ua>
1143S: Maintained
1144T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1180baec 1145F: arch/arm/dts/ev-imx280-nano-x-mb.dts
3675ac08
OK
1146F: arch/arm/dts/o4-imx-nano.dts
1147F: arch/arm/dts/o4-imx6ull-nano.dtsi
1148F: board/out4
1180baec 1149F: configs/ev-imx280-nano-x-mb_defconfig
3675ac08
OK
1150F: configs/o4-imx6ull-nano_defconfig
1151F: include/configs/o4-imx6ull-nano.h
1152
00f141cc
DS
1153PATMAN
1154M: Simon Glass <sjg@chromium.org>
1155S: Maintained
1156F: tools/patman/
1157
914026d2
RF
1158PCI Endpoint
1159M: Ramon Fried <rfried.dev@gmail.com>
1160S: Maintained
1161F: drivers/pci_endpoint/
1162F: include/pci_ep.h
1163
b61cbbdc
HS
1164PCI MPC85xx
1165M: Heiko Schocher <hs@denx.de>
1166S: Maintained
1167F: drivers/pci/pci_mpc85xx.c
1168
4ef17f9c
HS
1169POWER
1170M: Jaehoon Chung <jh80.chung@samsung.com>
1171S: Maintained
a3bbd0b9 1172T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
1173F: drivers/power/
1174
00f141cc
DS
1175POWERPC
1176M: Wolfgang Denk <wd@denx.de>
1177S: Maintained
1178F: arch/powerpc/
1179
00f141cc 1180POWERPC MPC8XX
12ff1a8d 1181M: Christophe Leroy <christophe.leroy@csgroup.eu>
00f141cc 1182S: Maintained
a3bbd0b9 1183T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
1184F: arch/powerpc/cpu/mpc8xx/
1185
00f141cc 1186POWERPC MPC83XX
e5ed4c3e 1187M: Mario Six <mario.six@gdsys.cc>
1188S: Maintained
a3bbd0b9 1189T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
1190F: drivers/ram/mpc83xx_sdram.c
1191F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
1192F: drivers/sysreset/sysreset_mpc83xx.c
1193F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
1194F: drivers/clk/mpc83xx_clk.c
1195F: drivers/clk/mpc83xx_clk.h
1196F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 1197F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
1198F: drivers/cpu/mpc83xx_cpu.c
1199F: drivers/cpu/mpc83xx_cpu.h
d2166319 1200F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
1201F: arch/powerpc/cpu/mpc83xx/
1202F: arch/powerpc/include/asm/arch-mpc83xx/
1203
1204POWERPC MPC85XX
87d5b225 1205M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 1206S: Maintained
a3bbd0b9 1207T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
1208F: arch/powerpc/cpu/mpc85xx/
1209
f94c44e5
RC
1210RISC-V
1211M: Rick Chen <rick@andestech.com>
c0c80e78 1212M: Leo <ycliang@andestech.com>
f94c44e5 1213S: Maintained
a3bbd0b9 1214T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 1215F: arch/riscv/
dab8788a 1216F: cmd/riscv/
9c6d0509 1217F: doc/usage/sbi.rst
24ed5317 1218F: drivers/sysreset/sysreset_sbi.c
79b135f1 1219F: drivers/timer/andes_plmt_timer.c
47d7e3b5 1220F: drivers/timer/sifive_clint_timer.c
f94c44e5
RC
1221F: tools/prelink-riscv.c
1222
fd426b31 1223RISC-V CANAAN KENDRYTE K210
f9c7d4f9
SA
1224M: Sean Anderson <seanga2@gmail.com>
1225S: Maintained
fd426b31
DLM
1226F: doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1227F: doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1228F: drivers/clk/clk_k210.c
1229F: drivers/pinctrl/pinctrl-k210.c
1230F: include/k210/
f9c7d4f9 1231
3e635983
SG
1232RNG
1233M: Sughosh Ganu <sughosh.ganu@linaro.org>
1234R: Heinrich Schuchardt <xypron.glpk@gmx.de>
1235S: Maintained
1236F: cmd/rng.c
c7ff87e0 1237F: doc/api/rng.rst
3e635983
SG
1238F: drivers/rng/
1239F: drivers/virtio/virtio_rng.c
1240F: include/rng.h
1241
4ef17f9c
HS
1242ROCKUSB
1243M: Eddie Cai <eddie.cai.linux@gmail.com>
1244S: Maintained
1245F: drivers/usb/gadget/f_rockusb.c
1246F: cmd/rockusb.c
1247F: doc/README.rockusb
1248
00f141cc
DS
1249SANDBOX
1250M: Simon Glass <sjg@chromium.org>
1251S: Maintained
1252F: arch/sandbox/
b0b3524d 1253F: doc/arch/sandbox.rst
7f0f1806 1254F: include/dt-bindings/*/sandbox*.h
00f141cc 1255
c8f4cc95
SA
1256SEMIHOSTING
1257R: Sean Anderson <sean.anderson@seco.com>
1258S: Orphaned
1259N: semihosting
1260
f4f8d8bb
RG
1261SETEXPR
1262M: Roland Gaudig <roland.gaudig@weidmueller.com>
1263S: Maintained
1264F: cmd/printf.c
236d39bd 1265F: doc/usage/setexpr.rst
f4f8d8bb 1266
00f141cc 1267SH
d04ecc4c 1268M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
1269M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1270S: Maintained
a3bbd0b9 1271T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
1272F: arch/sh/
1273
42595eb7
MW
1274SL28CLPD
1275M: Michael Walle <michael@walle.cc>
1276S: Maintained
07d6cb93 1277F: drivers/gpio/sl28cpld-gpio.c
42595eb7 1278F: drivers/misc/sl28cpld.c
f606c9a8 1279F: drivers/watchdog/sl28cpld-wdt.c
42595eb7 1280
00f141cc 1281SPI
59aea29a 1282M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 1283S: Maintained
a3bbd0b9 1284T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
1285F: drivers/spi/
1286F: include/spi*
1287
4d40e009 1288SPI-NOR
59aea29a 1289M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
1290M: Vignesh R <vigneshr@ti.com>
1291S: Maintained
1292F: drivers/mtd/spi/
1293F: include/spi_flash.h
1294F: include/linux/mtd/cfi.h
1295F: include/linux/mtd/spi-nor.h
1296
e721e981
MK
1297SPMI
1298M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1299S: Maintained
1300F: drivers/spmi/
1301F: include/spmi/
1302
c5100613
JMC
1303SQUASHFS
1304M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
42ef2edc 1305R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
c4d0384a 1306R: Miquel Raynal <miquel.raynal@bootlin.com>
c5100613
JMC
1307S: Maintained
1308F: fs/squashfs/
1309F: include/sqfs.h
bba604b6 1310F: cmd/sqfs.c
f428e33b 1311F: test/py/tests/test_fs/test_squashfs/
c5100613 1312
4e9bce12
JP
1313STACKPROTECTOR
1314M: Joel Peshkin <joel.peshkin@broadcom.com>
1315S: Maintained
1316F: common/stackprot.c
1317F: cmd/stackprot_test.c
1318F: test/py/tests/test_stackprotector.py
1319
1c085cc6
RK
1320TARGET_BCMNS3
1321M: Bharat Gooty <bharat.gooty@broadcom.com>
1322M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1323S: Maintained
1324F: board/broadcom/bcmns3/
1325F: doc/README.bcmns3
1326F: configs/bcm_ns3_defconfig
1327F: include/configs/bcm_ns3.h
1328F: include/dt-bindings/memory/bcm-ns3-mc.h
1329F: arch/arm/Kconfig
1330F: arch/arm/dts/ns3-board.dts
1331F: arch/arm/dts/ns3.dtsi
1332F: arch/arm/cpu/armv8/bcmns3
1333F: arch/arm/include/asm/arch-bcmns3/
975d2a69
RK
1334F: cmd/broadcom/Makefile
1335F: cmd/broadcom/chimp_boot.c
1336F: cmd/broadcom/nitro_image_load.c
1337F: cmd/broadcom/chimp_handshake.c
1c085cc6 1338
055da186
LD
1339TDA19988 HDMI ENCODER
1340M: Liviu Dudau <liviu.dudau@foss.arm.com>
1341S: Maintained
1342F: drivers/video/tda19988.c
1343
4e2fdf45
AD
1344TI SYSTEM SECURITY
1345M: Andrew F. Davis <afd@ti.com>
1346S: Supported
1347F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
1348F: arch/arm/mach-omap2/sec-common.c
1349F: arch/arm/mach-omap2/config_secure.mk
3a543a80 1350F: arch/arm/mach-k3/security.c
50836967 1351F: arch/arm/mach-k3/config_secure.mk
a42eee12 1352F: configs/am335x_hs_evm_defconfig
c2dca337 1353F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
1354F: configs/am43xx_hs_evm_defconfig
1355F: configs/am57xx_hs_evm_defconfig
995985c1 1356F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 1357F: configs/dra7xx_hs_evm_defconfig
83ae6475 1358F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
1359F: configs/k2hk_hs_evm_defconfig
1360F: configs/k2e_hs_evm_defconfig
1361F: configs/k2g_hs_evm_defconfig
f274f265 1362F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
1363F: configs/am65x_hs_evm_r5_defconfig
1364F: configs/am65x_hs_evm_a53_defconfig
9bc97792
AD
1365F: configs/j721e_hs_evm_r5_defconfig
1366F: configs/j721e_hs_evm_a72_defconfig
4e2fdf45 1367
2a10e06e
IA
1368TPM DRIVERS
1369M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
1370S: Maintained
1371F: drivers/tpm/
1372
00f141cc 1373TQ GROUP
3a53aba3
BM
1374#M: Martin Krause <martin.krause@tq-systems.de>
1375S: Orphaned (Since 2016-02)
00f141cc
DS
1376T: git git://git.denx.de/u-boot-tq-group.git
1377
9ff4a311
JW
1378TEE
1379M: Jens Wiklander <jens.wiklander@linaro.org>
1380S: Maintained
1381F: drivers/tee/
1382F: include/tee.h
1cc8cc4e 1383F: include/tee/
9ff4a311 1384
5fbc667d
BD
1385TEE-lib
1386M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1387S: Maintained
1388F: lib/optee
1389
00f141cc
DS
1390UBI
1391M: Kyungmin Park <kmpark@infradead.org>
69337a9d 1392M: Heiko Schocher <hs@denx.de>
00f141cc 1393S: Maintained
a3bbd0b9 1394T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
1395F: drivers/mtd/ubi/
1396
7feafb0a
FA
1397UFS
1398M: Faiz Abbas <faiz_abbas@ti.com>
1399S: Maintained
1400F: drivers/ufs/
1401
00f141cc
DS
1402USB
1403M: Marek Vasut <marex@denx.de>
1404S: Maintained
a3bbd0b9 1405T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc 1406F: drivers/usb/
5c7fa84f
HS
1407F: common/usb.c
1408F: common/usb_kbd.c
cb11eed2 1409F: include/usb.h
00f141cc 1410
c0c5f910
BM
1411USB xHCI
1412M: Bin Meng <bmeng.cn@gmail.com>
1413S: Maintained
a3bbd0b9 1414T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910 1415F: drivers/usb/host/xhci*
1708a123 1416F: include/usb/xhci.h
c0c5f910 1417
00f141cc
DS
1418VIDEO
1419M: Anatolij Gustschin <agust@denx.de>
1420S: Maintained
a3bbd0b9 1421T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 1422F: drivers/video/
c967fb78
AG
1423F: common/lcd*.c
1424F: include/lcd*.h
9cdbc906 1425F: include/video*.h
00f141cc 1426
200fdd3b
BM
1427VirtIO
1428M: Bin Meng <bmeng.cn@gmail.com>
1429S: Maintained
1430F: drivers/virtio/
1431F: cmd/virtio.c
1432F: include/config/virtio/
1433F: include/config/virtio.h
1434F: include/config/cmd/virtio.h
1435F: include/virtio*.h
1436F: test/dm/virtio.c
1437F: doc/develop/driver-model/virtio.rst
1438
a12366a8
SR
1439WATCHDOG
1440M: Stefan Roese <sr@denx.de>
1441S: Maintained
1442T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1443F: cmd/wdt.c
1444F: drivers/watchdog/
1445F: include/watchdog*.h
1446
00f141cc
DS
1447X86
1448M: Simon Glass <sjg@chromium.org>
dc5210a2 1449M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 1450S: Maintained
a3bbd0b9 1451T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 1452F: arch/x86/
dab8788a 1453F: cmd/x86/
00f141cc 1454
607274f7 1455XEN
800f0d05 1456M: Anastasiia Lukianenko <vicooodin@gmail.com>
607274f7
AL
1457M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1458S: Maintained
1459F: arch/arm/cpu/armv8/xen/
1460F: arch/arm/include/asm/xen.h
1461F: arch/arm/include/asm/xen/
1462F: cmd/pvblock.c
1463F: drivers/serial/serial_xen.c
1464F: drivers/xen/
1465F: include/pvblock.h
1466F: include/xen/
1467F: include/xen.h
1468F: lib/sscanf.c
1469F: test/lib/sscanf.c
1470
de5e5cea
CZ
1471XTENSA
1472M: Max Filippov <jcmvbkbc@gmail.com>
1473S: Maintained
1474F: arch/xtensa/
1475
00f141cc 1476THE REST
4e34d610 1477M: Tom Rini <trini@konsulko.com>
00f141cc
DS
1478L: u-boot@lists.denx.de
1479Q: http://patchwork.ozlabs.org/project/uboot/list/
1480S: Maintained
a3bbd0b9 1481T: git https://source.denx.de/u-boot/u-boot.git
80870e2a 1482F: configs/tools-only_defconfig
00f141cc
DS
1483F: *
1484F: */
6a8829ae
GJ
1485
1486CAAM
1487M: Gaurav Jain <gaurav.jain@nxp.com>
1488S: Maintained
1489F: drivers/crypto/fsl/
1490F: include/fsl_sec.h