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