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