1 Descriptions of section entries:
4 M: Mail patches to: FullName <address@domain>
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
7 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
17 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
23 N: Files and directories with regex patterns.
24 N: [^a-z]tegra all files whose path contains the word tegra
25 One pattern per line. Multiple N: lines acceptable.
26 scripts/get_maintainer.pl has different behavior for files that
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
29 match occurs. When an N: match occurs, git log history is used
30 to also notify the people that have git commit signatures.
31 X: Files and directories that are NOT maintained, same rules as F:
32 Files exclusions are tested before file matches.
33 Can be useful for excluding a specific subdirectory, for instance:
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:
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.
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
50 Maintainers List (try to look for most precise areas first)
52 -----------------------------------
54 M: Alexey Brodkin <alexey.brodkin@synopsys.com>
55 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
57 L: uboot-snps-arc@synopsys.com
58 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
63 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
65 L: uboot-snps-arc@synopsys.com
66 F: drivers/clk/clk-hsdk-cgu.c
67 F: include/dt-bindings/clock/snps,hsdk-cgu.h
68 F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
71 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
73 L: uboot-snps-arc@synopsys.com
74 F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75 F: drivers/gpio/hsdk-creg-gpio.c
77 ARC SYNOPSYS DW MMC EXTENSIONS
78 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
80 L: uboot-snps-arc@synopsys.com
81 F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82 F: drivers/mmc/snps_dw_mmc.c
85 M: Albert Aribaud <albert.u.boot@aribaud.net>
87 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
92 M: Marek Vasut <marex@denx.de>
93 M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
95 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
96 F: arch/arm/mach-socfpga/
98 ARM AMLOGIC SOC SUPPORT
99 M: Neil Armstrong <narmstrong@baylibre.com>
101 L: u-boot-amlogic@groups.io
102 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
103 F: arch/arm/mach-meson/
104 F: arch/arm/include/asm/arch-meson/
105 F: drivers/clk/meson/
106 F: drivers/serial/serial_meson.c
107 F: drivers/reset/reset-meson.c
108 F: drivers/i2c/meson_i2c.c
109 F: drivers/net/phy/meson-gxl.c
110 F: drivers/adc/meson-saradc.c
111 F: drivers/phy/meson*
112 F: drivers/mmc/meson_gx_mmc.c
113 F: drivers/spi/meson_spifc.c
114 F: drivers/pinctrl/meson/
115 F: drivers/power/domain/meson-gx-pwrc-vpu.c
116 F: drivers/video/meson/
117 F: include/configs/meson64.h
121 M: Matthias Brugger <mbrugger@suse.com>
123 F: arch/arm/mach-bcm283x/
124 F: drivers/gpio/bcm2835_gpio.c
125 F: drivers/mmc/bcm2835_sdhci.c
126 F: drivers/mmc/bcm2835_sdhost.c
127 F: drivers/serial/serial_bcm283x_mu.c
128 F: drivers/serial/serial_bcm283x_pl011.c
129 F: drivers/video/bcm2835.c
130 F: include/dm/platform_data/serial_bcm283x_mu.h
131 F: drivers/pinctrl/broadcom/
134 M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
136 F: arch/arm/mach-bcmstb/
137 F: board/broadcom/bcmstb/
138 F: configs/bcm7*_defconfig
139 F: doc/README.bcm7xxx
140 F: drivers/mmc/bcmstb_sdhci.c
141 F: drivers/spi/bcmstb_spi.c
143 ARM/CZ.NIC TURRIS MOX SUPPORT
144 M: Marek Behun <marek.behun@nic.cz>
146 F: arch/arm/dts/armada-3720-turris-mox.dts
148 F: configs/turris_*_defconfig
149 F: include/configs/turris_*.h
152 M: Stefano Babic <sbabic@denx.de>
153 M: Fabio Estevam <festevam@gmail.com>
154 R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
156 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
157 F: arch/arm/cpu/arm1136/mx*/
158 F: arch/arm/cpu/arm926ejs/mx*/
159 F: arch/arm/cpu/armv7/vf610/
160 F: arch/arm/dts/*imx*
161 F: arch/arm/mach-imx/
162 F: arch/arm/include/asm/arch-imx/
163 F: arch/arm/include/asm/arch-mx*/
164 F: arch/arm/include/asm/arch-vf610/
165 F: arch/arm/include/asm/mach-imx/
166 F: board/freescale/*mx*/
169 M: Peter Griffin <peter.griffin@linaro.org>
171 F: arch/arm/cpu/armv8/hisilicon
172 F: arch/arm/include/asm/arch-hi6220/
174 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
175 M: Stefan Roese <sr@denx.de>
177 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
178 F: arch/arm/mach-kirkwood/
179 F: arch/arm/mach-mvebu/
180 F: drivers/ata/ahci_mvebu.c
181 F: drivers/ddr/marvell/
182 F: drivers/gpio/mvebu_gpio.c
183 F: drivers/spi/kirkwood_spi.c
184 F: drivers/pci/pci_mvebu.c
185 F: drivers/pci/pcie_dw_mvebu.c
186 F: drivers/watchdog/orion_wdt.c
189 M: Marek Vasut <marex@denx.de>
191 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
193 F: arch/arm/include/asm/arch-pxa/
196 M: Ryder Lee <ryder.lee@mediatek.com>
197 M: Weijie Gao <weijie.gao@mediatek.com>
199 F: arch/arm/mach-mediatek/
200 F: arch/arm/include/asm/arch-mediatek/
202 F: doc/README.mediatek
203 F: drivers/clk/mediatek/
204 F: drivers/mmc/mtk-sd.c
205 F: drivers/pinctrl/mediatek/
206 F: drivers/power/domain/mtk-power-domain.c
207 F: drivers/ram/mediatek/
208 F: drivers/spi/mtk_qspi.c
209 F: drivers/timer/mtk_timer.c
210 F: drivers/watchdog/mtk_wdt.c
211 F: drivers/net/mtk_eth.c
212 F: drivers/reset/reset-mediatek.c
217 ARM MICROCHIP/ATMEL AT91
218 M: Eugen Hristev <eugen.hristev@microchip.com>
220 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
221 F: arch/arm/mach-at91/
225 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
227 F: arch/arm/include/asm/arch-owl/
228 F: arch/arm/mach-owl/
231 F: drivers/serial/serial_owl.c
233 ARM RENESAS RMOBILE/R-CAR
234 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
235 M: Marek Vasut <marek.vasut+renesas@gmail.com>
237 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
238 F: arch/arm/mach-rmobile/
241 M: Simon Glass <sjg@chromium.org>
242 M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
243 M: Kever Yang <kever.yang@rock-chips.com>
245 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
246 F: arch/arm/include/asm/arch-rockchip/
247 F: arch/arm/mach-rockchip/
249 F: drivers/clk/rockchip/
250 F: drivers/gpio/rk_gpio.c
251 F: drivers/misc/rockchip-efuse.c
252 F: drivers/mmc/rockchip_sdhci.c
253 F: drivers/mmc/rockchip_dw_mmc.c
254 F: drivers/pinctrl/rockchip/
255 F: drivers/ram/rockchip/
256 F: drivers/sysreset/sysreset_rockchip.c
257 F: drivers/video/rockchip/
265 M: Minkyu Kang <mk7.kang@samsung.com>
267 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
268 F: arch/arm/mach-exynos/
269 F: arch/arm/mach-s5pc1xx/
270 F: arch/arm/cpu/armv7/s5p-common/
273 M: Ramon Fried <rfried.dev@gmail.com>
275 F: arch/arm/mach-snapdragon/
276 F: drivers/gpio/msm_gpio.c
277 F: drivers/mmc/msm_sdhci.c
278 F: drivers/phy/msm8916-usbh-phy.c
279 F: drivers/serial/serial_msm.c
280 F: drivers/smem/msm_smem.c
281 F: drivers/usb/host/ehci-msm.c
284 M: Patrice Chotard <patrice.chotard@st.com>
286 F: arch/arm/mach-sti/
287 F: arch/arm/include/asm/arch-sti*/
290 #M: Vipin Kumar <vipin.kumar@st.com>
291 S: Orphaned (Since 2016-02)
292 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
293 F: arch/arm/cpu/arm926ejs/spear/
294 F: arch/arm/include/asm/arch-spear/
297 M: Patrick Delaunay <patrick.delaunay@st.com>
298 M: Patrice Chotard <patrice.chotard@st.com>
299 L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
301 F: arch/arm/mach-stm32mp/
302 F: drivers/clk/clk_stm32mp1.c
303 F: drivers/i2c/stm32f7_i2c.c
304 F: drivers/misc/stm32mp_fuse.c
305 F: drivers/mmc/stm32_sdmmc2.c
306 F: drivers/phy/phy-stm32-usbphyc.c
307 F: drivers/pinctrl/pinctrl_stm32.c
308 F: drivers/power/pmic/stpmic1.c
309 F: drivers/power/regulator/stm32-vrefbuf.c
310 F: drivers/power/regulator/stpmic1.c
311 F: drivers/ram/stm32mp1/
312 F: drivers/misc/stm32_rcc.c
313 F: drivers/reset/stm32-reset.c
314 F: drivers/spi/stm32_qspi.c
315 F: drivers/spi/stm32_spi.c
316 F: drivers/watchdog/stm32mp_wdt.c
319 M: Vikas Manocha <vikas.manocha@st.com>
321 F: arch/arm/cpu/armv7/stv0991/
322 F: arch/arm/include/asm/arch-stv0991/
325 M: Jagan Teki <jagan@amarulasolutions.com>
326 M: Maxime Ripard <maxime.ripard@bootlin.com>
328 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
329 F: arch/arm/cpu/armv7/sunxi/
330 F: arch/arm/include/asm/arch-sunxi/
331 F: arch/arm/mach-sunxi/
335 M: Tom Warren <twarren@nvidia.com>
337 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
338 F: arch/arm/mach-tegra/
339 F: arch/arm/include/asm/arch-tegra*/
342 M: Tom Rini <trini@konsulko.com>
344 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
345 F: arch/arm/mach-davinci/
347 F: arch/arm/mach-keystone/
348 F: arch/arm/include/asm/arch-omap*/
349 F: arch/arm/include/asm/ti-common/
352 M: Masahiro Yamada <yamada.masahiro@socionext.com>
354 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
355 F: arch/arm/mach-uniphier/
356 F: configs/uniphier_*_defconfig
360 M: Michal Simek <michal.simek@xilinx.com>
362 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
363 F: arch/arm/mach-versal/
365 ARM VERSATILE EXPRESS DRIVERS
366 M: Liviu Dudau <liviu.dudau@foss.arm.com>
368 T: git git://github.com/ARM-software/u-boot.git
369 F: drivers/misc/vexpress_config.c
373 M: Michal Simek <monstr@monstr.eu>
375 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
376 F: arch/arm/mach-zynq/
377 F: drivers/clk/clk_zynq.c
378 F: drivers/fpga/zynqpl.c
379 F: drivers/gpio/zynq_gpio.c
380 F: drivers/i2c/i2c-cdns.c
381 F: drivers/i2c/muxes/pca954x.c
382 F: drivers/i2c/zynq_i2c.c
383 F: drivers/mmc/zynq_sdhci.c
384 F: drivers/mtd/nand/raw/zynq_nand.c
385 F: drivers/net/phy/xilinx_phy.c
386 F: drivers/net/zynq_gem.c
387 F: drivers/serial/serial_zynq.c
388 F: drivers/spi/zynq_qspi.c
389 F: drivers/spi/zynq_spi.c
390 F: drivers/usb/host/ehci-zynq.c
391 F: drivers/watchdog/cdns_wdt.c
397 M: Michal Simek <michal.simek@xilinx.com>
399 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
400 F: arch/arm/mach-zynqmp/
401 F: drivers/clk/clk_zynqmp.c
402 F: drivers/fpga/zynqpl.c
403 F: drivers/gpio/zynq_gpio.c
404 F: drivers/i2c/i2c-cdns.c
405 F: drivers/i2c/muxes/pca954x.c
406 F: drivers/i2c/zynq_i2c.c
407 F: drivers/mmc/zynq_sdhci.c
408 F: drivers/mtd/nand/raw/zynq_nand.c
409 F: drivers/net/phy/xilinx_phy.c
410 F: drivers/net/zynq_gem.c
411 F: drivers/serial/serial_zynq.c
412 F: drivers/spi/zynq_qspi.c
413 F: drivers/spi/zynq_spi.c
414 F: drivers/timer/cadence-ttc.c
415 F: drivers/usb/host/ehci-zynq.c
416 F: drivers/watchdog/cdns_wdt.c
417 F: include/zynqmppl.h
423 M: Michal Simek <michal.simek@xilinx.com>
425 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
426 F: arch/arm/mach-zynqmp-r5/
429 M: Simon Glass <sjg@chromium.org>
434 M: Simon Glass <sjg@chromium.org>
439 M: Stefan Roese <sr@denx.de>
441 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
442 F: drivers/mtd/cfi_flash.c
443 F: drivers/mtd/jedec_flash.c
446 M: Huan Wang <alison.wang@nxp.com>
447 M: Angelo Dureghello <angelo@sysam.it>
449 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
453 M: Lukasz Majewski <lukma@denx.de>
455 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
460 F: common/usb_storage.c
462 F: drivers/usb/gadget/
465 M: Simon Glass <sjg@chromium.org>
467 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
473 M: Heinrich Schuchardt <xypron.glpk@gmx.de>
474 R: Alexander Graf <agraf@csgraf.de>
476 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
480 F: include/capitalization.h
486 F: include/asm-generic/pe.h
489 F: test/py/tests/test_efi*
494 F: tools/file2include.c
497 M: Michal Simek <michal.simek@xilinx.com>
499 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
504 FLATTENED DEVICE TREE
505 M: Simon Glass <sjg@chromium.org>
507 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
511 F: include/linux/libfdt*
513 F: common/fdt_support.c
516 M: Rafal Jaworowski <raj@semihalf.com>
518 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
521 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
523 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
524 F: drivers/watchdog/sp805_wdt.c
527 M: Heiko Schocher <hs@denx.de>
529 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
533 M: Simon Glass <sjg@chromium.org>
535 T: git https://gitlab.denx.de/u-boot/u-boot.git
538 F: test/log/log_test.c
539 F: test/py/tests/test_log.py
541 MALI DISPLAY PROCESSORS
542 M: Liviu Dudau <liviu.dudau@foss.arm.com>
544 T: git git://github.com/ARM-software/u-boot.git
545 F: drivers/video/mali_dp.c
546 F: drivers/i2c/i2c-versatile.c
549 M: Michal Simek <monstr@monstr.eu>
551 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
554 F: drivers/gpio/xilinx_gpio.c
555 F: drivers/net/xilinx_axi_emac.c
556 F: drivers/net/xilinx_emaclite.c
557 F: drivers/serial/serial_xuartlite.c
558 F: drivers/spi/xilinx_spi.c
559 F: drivers/sysreset/sysreset_gpio.c
560 F: drivers/watchdog/xilinx_tb_wdt.c
564 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
566 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
570 M: Gregory CLEMENT <gregory.clement@bootlin.com>
571 M: Lars Povlsen <lars.povlsen@microchip.com>
572 M: Horatiu Vultur <horatiu.vultur@microchip.com>
574 F: arch/mips/mach-mscc/
575 F: arch/mips/dts/luton*
576 F: arch/mips/dts/mscc*
577 F: arch/mips/dts/ocelot*
578 F: arch/mips/dts/jr2*
579 F: arch/mips/dts/serval*
582 F: drivers/gpio/mscc_sgpio.c
583 F: drivers/spi/mscc_bb_spi.c
584 F: include/configs/vcoreiii.h
585 F: include/dt-bindings/mscc/
586 F: drivers/pinctrl/mscc/
587 F: drivers/net/mscc_eswitch/
590 M: Ezequiel Garcia <ezequiel@collabora.com>
592 F: arch/mips/mach-jz47xx/
595 M: Peng Fan <peng.fan@nxp.com>
597 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
601 #M: Scott Wood <oss@buserror.net>
602 S: Orphaned (Since 2018-07)
603 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
604 F: drivers/mtd/nand/raw/
607 M: Macpaul Lin <macpaul@andestech.com>
609 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
613 M: Joe Hershberger <joe.hershberger@ni.com>
615 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
620 M: Thomas Chou <thomas@wytron.com.tw>
622 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
626 #M: Lukasz Majewski <l.majewski@majess.pl>
627 S: Orphaned (Since 2017-01)
628 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
629 F: drivers/mtd/onenand/
632 M: Simon Glass <sjg@chromium.org>
637 M: Ramon Fried <rfried.dev@gmail.com>
639 F: drivers/pci_endpoint/
643 M: Jaehoon Chung <jh80.chung@samsung.com>
645 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
649 M: Wolfgang Denk <wd@denx.de>
654 M: Christophe Leroy <christophe.leroy@c-s.fr>
656 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
657 F: arch/powerpc/cpu/mpc8xx/
660 M: Mario Six <mario.six@gdsys.cc>
662 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
663 F: drivers/ram/mpc83xx_sdram.c
664 F: include/dt-bindings/memory/mpc83xx-sdram.h
665 F: drivers/sysreset/sysreset_mpc83xx.c
666 F: drivers/sysreset/sysreset_mpc83xx.h
667 F: drivers/clk/mpc83xx_clk.c
668 F: drivers/clk/mpc83xx_clk.h
669 F: include/dt-bindings/clk/mpc83xx-clk.h
670 F: drivers/timer/mpc83xx_timer.c
671 F: drivers/cpu/mpc83xx_cpu.c
672 F: drivers/cpu/mpc83xx_cpu.h
673 F: drivers/misc/mpc83xx_serdes.c
674 F: arch/powerpc/cpu/mpc83xx/
675 F: arch/powerpc/include/asm/arch-mpc83xx/
678 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
680 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
681 F: arch/powerpc/cpu/mpc85xx/
684 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
686 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
687 F: arch/powerpc/cpu/mpc86xx/
690 M: Rick Chen <rick@andestech.com>
692 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
695 F: tools/prelink-riscv.c
698 M: Eddie Cai <eddie.cai.linux@gmail.com>
700 F: drivers/usb/gadget/f_rockusb.c
702 F: doc/README.rockusb
705 M: Simon Glass <sjg@chromium.org>
710 M: Marek Vasut <marek.vasut+renesas@gmail.com>
711 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
713 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
717 M: Jagan Teki <jagan@amarulasolutions.com>
719 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
724 M: Jagan Teki <jagan@amarulasolutions.com>
725 M: Vignesh R <vigneshr@ti.com>
728 F: include/spi_flash.h
729 F: include/linux/mtd/cfi.h
730 F: include/linux/mtd/spi-nor.h
733 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
738 TDA19988 HDMI ENCODER
739 M: Liviu Dudau <liviu.dudau@foss.arm.com>
741 F: drivers/video/tda19988.c
744 M: Andrew F. Davis <afd@ti.com>
746 F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
747 F: arch/arm/mach-omap2/sec-common.c
748 F: arch/arm/mach-omap2/config_secure.mk
749 F: arch/arm/mach-k3/security.c
750 F: arch/arm/mach-k3/config_secure.mk
751 F: configs/am335x_hs_evm_defconfig
752 F: configs/am335x_hs_evm_uart_defconfig
753 F: configs/am43xx_hs_evm_defconfig
754 F: configs/am57xx_hs_evm_defconfig
755 F: configs/am57xx_hs_evm_usb_defconfig
756 F: configs/dra7xx_hs_evm_defconfig
757 F: configs/dra7xx_hs_evm_usb_defconfig
758 F: configs/k2hk_hs_evm_defconfig
759 F: configs/k2e_hs_evm_defconfig
760 F: configs/k2g_hs_evm_defconfig
761 F: configs/k2l_hs_evm_defconfig
762 F: configs/am65x_hs_evm_r5_defconfig
763 F: configs/am65x_hs_evm_a53_defconfig
766 #M: Martin Krause <martin.krause@tq-systems.de>
767 S: Orphaned (Since 2016-02)
768 T: git git://git.denx.de/u-boot-tq-group.git
771 M: Jens Wiklander <jens.wiklander@linaro.org>
778 M: Kyungmin Park <kmpark@infradead.org>
779 M: Heiko Schocher <hs@denx.de>
781 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
785 M: Marek Vasut <marex@denx.de>
787 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
791 M: Bin Meng <bmeng.cn@gmail.com>
793 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
794 F: drivers/usb/host/xhci*
797 M: Anatolij Gustschin <agust@denx.de>
799 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
806 M: Simon Glass <sjg@chromium.org>
807 M: Bin Meng <bmeng.cn@gmail.com>
809 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
814 M: Max Filippov <jcmvbkbc@gmail.com>
819 M: Tom Rini <trini@konsulko.com>
820 L: u-boot@lists.denx.de
821 Q: http://patchwork.ozlabs.org/project/uboot/list/
823 T: git https://gitlab.denx.de/u-boot/u-boot.git
824 F: configs/tools-only_defconfig