MAINTAINERS 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. Descriptions of section entries:
  2. P: Person (obsolete)
  3. M: Mail patches to: FullName <address@domain>
  4. R: Designated reviewer: FullName <address@domain>
  5. These reviewers should be CCed on patches.
  6. L: Mailing list that is relevant to this area
  7. W: Web-page with status/info
  8. Q: Patchwork web based patch tracking system site
  9. T: SCM tree type and location.
  10. Type is one of: git, hg, quilt, stgit, topgit
  11. S: Status, one of the following:
  12. Supported: Someone is actually paid to look after this.
  13. Maintained: Someone actually looks after it.
  14. Orphan: No current maintainer [but maybe you could take the
  15. role as you write your new code].
  16. F: Files and directories with wildcard patterns.
  17. A trailing slash includes all files and subdirectory files.
  18. F: drivers/net/ all files in and below drivers/net
  19. F: drivers/net/* all files in drivers/net, but not below
  20. F: */net/* all files in "any top level directory"/net
  21. One pattern per line. Multiple F: lines acceptable.
  22. N: Files and directories with regex patterns.
  23. N: [^a-z]tegra all files whose path contains the word tegra
  24. One pattern per line. Multiple N: lines acceptable.
  25. scripts/get_maintainer.pl has different behavior for files that
  26. match F: pattern and matches of N: patterns. By default,
  27. get_maintainer will not look at git log history when an F: pattern
  28. match occurs. When an N: match occurs, git log history is used
  29. to also notify the people that have git commit signatures.
  30. X: Files and directories that are NOT maintained, same rules as F:
  31. Files exclusions are tested before file matches.
  32. Can be useful for excluding a specific subdirectory, for instance:
  33. F: net/
  34. X: net/ipv6/
  35. matches all files in and below net excluding net/ipv6/
  36. K: Keyword perl extended regex pattern to match content in a
  37. patch or file. For instance:
  38. K: of_get_profile
  39. matches patches or files that contain "of_get_profile"
  40. K: \b(printk|pr_(info|err))\b
  41. matches patches or files that contain one or more of the words
  42. printk, pr_info or pr_err
  43. One regex pattern per line. Multiple K: lines acceptable.
  44. Note: For the hard of thinking, this list is meant to remain in alphabetical
  45. order. If you could add yourselves to it in alphabetical order that would be
  46. so much easier [Ed]
  47. Maintainers List (try to look for most precise areas first)
  48. -----------------------------------
  49. ANDROID AB
  50. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  51. R: Sam Protsenko <joe.skb7@gmail.com>
  52. S: Maintained
  53. F: cmd/ab_select.c
  54. F: common/android_ab.c
  55. F: doc/android/ab.rst
  56. F: include/android_ab.h
  57. F: test/py/tests/test_android/test_ab.py
  58. ANDROID AVB
  59. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  60. S: Maintained
  61. F: cmd/avb.c
  62. F: common/avb_verify.c
  63. F: doc/android/avb2.rst
  64. F: include/avb_verify.h
  65. F: lib/libavb/
  66. F: test/py/tests/test_android/test_avb.py
  67. ARC
  68. M: Alexey Brodkin <alexey.brodkin@synopsys.com>
  69. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  70. S: Maintained
  71. L: uboot-snps-arc@synopsys.com
  72. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
  73. F: arch/arc/
  74. F: board/synopsys/
  75. ARC HSDK CGU CLOCK
  76. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  77. S: Maintained
  78. L: uboot-snps-arc@synopsys.com
  79. F: drivers/clk/clk-hsdk-cgu.c
  80. F: include/dt-bindings/clock/snps,hsdk-cgu.h
  81. F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
  82. ARC HSDK CREG GPIO
  83. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  84. S: Maintained
  85. L: uboot-snps-arc@synopsys.com
  86. F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
  87. F: drivers/gpio/hsdk-creg-gpio.c
  88. ARC HSDK RESET
  89. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  90. S: Maintained
  91. L: uboot-snps-arc@synopsys.com
  92. F: include/dt-bindings/reset/snps,hsdk-reset.h
  93. F: drivers/reset/reset-hsdk.c
  94. ARC SYNOPSYS DW MMC EXTENSIONS
  95. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  96. S: Maintained
  97. L: uboot-snps-arc@synopsys.com
  98. F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
  99. F: drivers/mmc/snps_dw_mmc.c
  100. ARM
  101. M: Tom Rini <trini@konsulko.com>
  102. S: Maintained
  103. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
  104. F: arch/arm/
  105. F: cmd/arm/
  106. ARM ALTERA SOCFPGA
  107. M: Marek Vasut <marex@denx.de>
  108. M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
  109. M: Ley Foon Tan <ley.foon.tan@intel.com>
  110. S: Maintainted
  111. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
  112. F: arch/arm/mach-socfpga/
  113. F: drivers/sysreset/sysreset_socfpga*
  114. ARM AMLOGIC SOC SUPPORT
  115. M: Neil Armstrong <narmstrong@baylibre.com>
  116. S: Maintained
  117. L: u-boot-amlogic@groups.io
  118. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
  119. F: arch/arm/mach-meson/
  120. F: arch/arm/include/asm/arch-meson/
  121. F: drivers/clk/meson/
  122. F: drivers/serial/serial_meson.c
  123. F: drivers/reset/reset-meson.c
  124. F: drivers/i2c/meson_i2c.c
  125. F: drivers/net/phy/meson-gxl.c
  126. F: drivers/adc/meson-saradc.c
  127. F: drivers/phy/meson*
  128. F: drivers/mmc/meson_gx_mmc.c
  129. F: drivers/spi/meson_spifc.c
  130. F: drivers/pinctrl/meson/
  131. F: drivers/power/domain/meson-gx-pwrc-vpu.c
  132. F: drivers/video/meson/
  133. F: include/configs/meson64.h
  134. F: include/configs/meson64_android.h
  135. F: doc/board/amlogic/
  136. N: meson
  137. ARM ASPEED
  138. M: Ryan Chen <ryan_chen@aspeedtech.com>
  139. M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
  140. R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
  141. S: Maintained
  142. F: arch/arm/mach-aspeed/
  143. F: arch/arm/include/asm/arch-aspeed/
  144. F: board/aspeed/
  145. F: drivers/clk/aspeed/
  146. F: drivers/pinctrl/aspeed/
  147. N: aspeed
  148. ARM BROADCOM BCM283X
  149. M: Matthias Brugger <mbrugger@suse.com>
  150. S: Maintained
  151. F: arch/arm/dts/bcm283*
  152. F: arch/arm/mach-bcm283x/
  153. F: board/raspberrypi/
  154. F: drivers/gpio/bcm2835_gpio.c
  155. F: drivers/mmc/bcm2835_sdhci.c
  156. F: drivers/mmc/bcm2835_sdhost.c
  157. F: drivers/serial/serial_bcm283x_mu.c
  158. F: drivers/serial/serial_bcm283x_pl011.c
  159. F: drivers/video/bcm2835.c
  160. F: include/dm/platform_data/serial_bcm283x_mu.h
  161. F: include/dt-bindings/pinctrl/bcm2835.h
  162. F: drivers/pinctrl/broadcom/
  163. ARM BROADCOM BCMSTB
  164. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  165. S: Maintained
  166. F: arch/arm/mach-bcmstb/
  167. F: board/broadcom/bcmstb/
  168. F: configs/bcm7*_defconfig
  169. F: doc/README.bcm7xxx
  170. F: drivers/mmc/bcmstb_sdhci.c
  171. F: drivers/spi/bcmstb_spi.c
  172. ARM CORTINA ACCESS CAxxxx
  173. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  174. S: Supported
  175. F: board/cortina/common/
  176. F: drivers/gpio/cortina_gpio.c
  177. F: drivers/watchdog/cortina_wdt.c
  178. F: drivers/serial/serial_cortina.c
  179. F: drivers/led/led_cortina.c
  180. F: drivers/mmc/ca_dw_mmc.c
  181. F: drivers/i2c/i2c-cortina.c
  182. F: drivers/i2c/i2c-cortina.h
  183. ARM/CZ.NIC TURRIS MOX SUPPORT
  184. M: Marek Behun <marek.behun@nic.cz>
  185. S: Maintained
  186. F: arch/arm/dts/armada-3720-turris-mox.dts
  187. F: board/CZ.NIC/
  188. F: configs/turris_*_defconfig
  189. F: include/configs/turris_*.h
  190. ARM FREESCALE IMX
  191. M: Stefano Babic <sbabic@denx.de>
  192. M: Fabio Estevam <festevam@gmail.com>
  193. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  194. S: Maintained
  195. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  196. F: arch/arm/cpu/arm1136/mx*/
  197. F: arch/arm/cpu/arm926ejs/mx*/
  198. F: arch/arm/cpu/armv7/vf610/
  199. F: arch/arm/dts/*imx*
  200. F: arch/arm/mach-imx/
  201. F: arch/arm/include/asm/arch-imx/
  202. F: arch/arm/include/asm/arch-mx*/
  203. F: arch/arm/include/asm/arch-vf610/
  204. F: arch/arm/include/asm/mach-imx/
  205. F: board/freescale/*mx*/
  206. ARM HISILICON
  207. M: Peter Griffin <peter.griffin@linaro.org>
  208. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  209. S: Maintained
  210. F: arch/arm/cpu/armv8/hisilicon
  211. F: arch/arm/include/asm/arch-hi6220/
  212. F: arch/arm/include/asm/arch-hi3660/
  213. ARM IPQ40XX
  214. M: Robert Marko <robert.marko@sartura.hr>
  215. M: Luka Kovacic <luka.kovacic@sartura.hr>
  216. M: Luka Perkov <luka.perkov@sartura.hr>
  217. S: Maintained
  218. F: arch/arm/mach-ipq40xx/
  219. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  220. M: Stefan Roese <sr@denx.de>
  221. S: Maintained
  222. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  223. F: arch/arm/mach-kirkwood/
  224. F: arch/arm/mach-mvebu/
  225. F: drivers/ata/ahci_mvebu.c
  226. F: drivers/ddr/marvell/
  227. F: drivers/gpio/mvebu_gpio.c
  228. F: drivers/spi/kirkwood_spi.c
  229. F: drivers/pci/pci_mvebu.c
  230. F: drivers/pci/pcie_dw_mvebu.c
  231. F: drivers/watchdog/orion_wdt.c
  232. ARM MARVELL PXA
  233. M: Marek Vasut <marex@denx.de>
  234. S: Maintained
  235. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  236. F: arch/arm/cpu/pxa/
  237. F: arch/arm/include/asm/arch-pxa/
  238. ARM MEDIATEK
  239. M: Ryder Lee <ryder.lee@mediatek.com>
  240. M: Weijie Gao <weijie.gao@mediatek.com>
  241. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  242. S: Maintained
  243. F: arch/arm/mach-mediatek/
  244. F: arch/arm/include/asm/arch-mediatek/
  245. F: board/mediatek/
  246. F: doc/device-tree-bindings/phy/phy-mtk-*
  247. F: doc/device-tree-bindings/usb/mediatek,*
  248. F: doc/README.mediatek
  249. F: drivers/clk/mediatek/
  250. F: drivers/mmc/mtk-sd.c
  251. F: drivers/phy/phy-mtk-*
  252. F: drivers/pinctrl/mediatek/
  253. F: drivers/power/domain/mtk-power-domain.c
  254. F: drivers/ram/mediatek/
  255. F: drivers/spi/mtk_snfi_spi.c
  256. F: drivers/timer/mtk_timer.c
  257. F: drivers/watchdog/mtk_wdt.c
  258. F: drivers/net/mtk_eth.c
  259. F: drivers/reset/reset-mediatek.c
  260. F: tools/mtk_image.c
  261. F: tools/mtk_image.h
  262. N: mediatek
  263. ARM MICROCHIP/ATMEL AT91
  264. M: Eugen Hristev <eugen.hristev@microchip.com>
  265. S: Maintained
  266. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  267. F: arch/arm/mach-at91/
  268. F: board/atmel/
  269. F: drivers/misc/microchip_flexcom.c
  270. ARM NEXELL S5P4418
  271. M: Stefan Bosch <stefan_b@posteo.net>
  272. S: Maintained
  273. F: arch/arm/cpu/armv7/s5p4418/
  274. F: arch/arm/dts/s5p4418*
  275. F: arch/arm/mach-nexell/
  276. F: board/friendlyarm/
  277. F: configs/s5p4418_nanopi2_defconfig
  278. F: doc/README.s5p4418
  279. F: drivers/gpio/nx_gpio.c
  280. F: drivers/i2c/nx_i2c.c
  281. F: drivers/mmc/nexell_dw_mmc_dm.c
  282. F: drivers/pinctrl/nexell/
  283. F: drivers/video/nexell/
  284. F: drivers/video/nexell_display.c
  285. F: include/configs/s5p4418_nanopi2.h
  286. ARM OWL
  287. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  288. S: Maintained
  289. F: arch/arm/include/asm/arch-owl/
  290. F: arch/arm/mach-owl/
  291. F: doc/board/actions/
  292. F: drivers/clk/owl/
  293. F: drivers/serial/serial_owl.c
  294. F: include/configs/owl-common.h
  295. F: configs/bubblegum_96_defconfig
  296. F: configs/cubieboard7_defconfig
  297. ARM RENESAS RMOBILE/R-CAR
  298. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  299. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  300. S: Maintained
  301. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  302. F: arch/arm/mach-rmobile/
  303. ARM ROCKCHIP
  304. M: Simon Glass <sjg@chromium.org>
  305. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  306. M: Kever Yang <kever.yang@rock-chips.com>
  307. S: Maintained
  308. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  309. F: arch/arm/include/asm/arch-rockchip/
  310. F: arch/arm/mach-rockchip/
  311. F: board/rockchip/
  312. F: drivers/clk/rockchip/
  313. F: drivers/gpio/rk_gpio.c
  314. F: drivers/misc/rockchip-efuse.c
  315. F: drivers/mmc/rockchip_sdhci.c
  316. F: drivers/mmc/rockchip_dw_mmc.c
  317. F: drivers/pinctrl/rockchip/
  318. F: drivers/ram/rockchip/
  319. F: drivers/sysreset/sysreset_rockchip.c
  320. F: drivers/video/rockchip/
  321. F: tools/rkcommon.c
  322. F: tools/rkcommon.h
  323. F: tools/rkimage.c
  324. F: tools/rksd.c
  325. F: tools/rkspi.c
  326. ARM SAMSUNG
  327. M: Minkyu Kang <mk7.kang@samsung.com>
  328. S: Maintained
  329. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  330. F: arch/arm/mach-exynos/
  331. F: arch/arm/mach-s5pc1xx/
  332. F: arch/arm/cpu/armv7/s5p-common/
  333. ARM SNAPDRAGON
  334. M: Ramon Fried <rfried.dev@gmail.com>
  335. S: Maintained
  336. F: arch/arm/mach-snapdragon/
  337. F: drivers/gpio/msm_gpio.c
  338. F: drivers/mmc/msm_sdhci.c
  339. F: drivers/phy/msm8916-usbh-phy.c
  340. F: drivers/serial/serial_msm.c
  341. F: drivers/smem/msm_smem.c
  342. F: drivers/usb/host/ehci-msm.c
  343. ARM STI
  344. M: Patrice Chotard <patrice.chotard@st.com>
  345. S: Maintained
  346. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  347. F: arch/arm/mach-sti/
  348. F: arch/arm/include/asm/arch-sti*/
  349. F: drivers/phy/sti_usb_phy.c
  350. F: drivers/pinctrl/pinctrl-sti.c
  351. F: drivers/mmc/sti_sdhci.c
  352. F: drivers/reset/sti-reset.c
  353. F: drivers/serial/serial_sti_asc.c
  354. F: drivers/sysreset/sysreset_sti.c
  355. F: drivers/timer/sti-timer.c
  356. F: drivers/usb/host/dwc3-sti-glue.c
  357. F: include/dwc3-sti-glue.h
  358. F: include/dt-bindings/clock/stih407-clks.h
  359. F: include/dt-bindings/clock/stih410-clks.h
  360. F: include/dt-bindings/reset/stih407-resets.h
  361. ARM STM SPEAR
  362. #M: Vipin Kumar <vipin.kumar@st.com>
  363. S: Orphaned (Since 2016-02)
  364. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  365. F: arch/arm/cpu/arm926ejs/spear/
  366. F: arch/arm/include/asm/arch-spear/
  367. ARM STM STM32MP
  368. M: Patrick Delaunay <patrick.delaunay@st.com>
  369. M: Patrice Chotard <patrice.chotard@st.com>
  370. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  371. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  372. S: Maintained
  373. F: arch/arm/mach-stm32mp/
  374. F: doc/board/st/
  375. F: drivers/adc/stm32-adc*
  376. F: drivers/clk/clk_stm32mp1.c
  377. F: drivers/gpio/stm32_gpio.c
  378. F: drivers/hwspinlock/stm32_hwspinlock.c
  379. F: drivers/i2c/stm32f7_i2c.c
  380. F: drivers/mailbox/stm32-ipcc.c
  381. F: drivers/misc/stm32mp_fuse.c
  382. F: drivers/misc/stm32_rcc.c
  383. F: drivers/mmc/stm32_sdmmc2.c
  384. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  385. F: drivers/phy/phy-stm32-usbphyc.c
  386. F: drivers/pinctrl/pinctrl_stm32.c
  387. F: drivers/power/pmic/stpmic1.c
  388. F: drivers/power/regulator/stm32-vrefbuf.c
  389. F: drivers/power/regulator/stpmic1.c
  390. F: drivers/ram/stm32mp1/
  391. F: drivers/remoteproc/stm32_copro.c
  392. F: drivers/reset/stm32-reset.c
  393. F: drivers/rtc/stm32_rtc.c
  394. F: drivers/serial/serial_stm32.*
  395. F: drivers/spi/stm32_qspi.c
  396. F: drivers/spi/stm32_spi.c
  397. F: drivers/video/stm32/stm32_ltdc.c
  398. F: drivers/watchdog/stm32mp_wdt.c
  399. F: include/dt-bindings/clock/stm32fx-clock.h
  400. F: include/dt-bindings/clock/stm32mp1-clks.h
  401. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  402. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  403. F: include/dt-bindings/reset/stm32mp1-resets.h
  404. F: include/stm32_rcc.h
  405. F: tools/stm32image.c
  406. ARM STM STV0991
  407. M: Vikas Manocha <vikas.manocha@st.com>
  408. S: Maintained
  409. F: arch/arm/cpu/armv7/stv0991/
  410. F: arch/arm/include/asm/arch-stv0991/
  411. ARM SUNXI
  412. M: Jagan Teki <jagan@amarulasolutions.com>
  413. M: Maxime Ripard <mripard@kernel.org>
  414. S: Maintained
  415. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  416. F: arch/arm/cpu/armv7/sunxi/
  417. F: arch/arm/include/asm/arch-sunxi/
  418. F: arch/arm/mach-sunxi/
  419. F: board/sunxi/
  420. ARM TEGRA
  421. M: Tom Warren <twarren@nvidia.com>
  422. S: Maintained
  423. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  424. F: arch/arm/mach-tegra/
  425. F: arch/arm/include/asm/arch-tegra*/
  426. ARM TI
  427. M: Lokesh Vutla <lokeshvutla@ti.com>
  428. S: Maintained
  429. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  430. F: arch/arm/mach-davinci/
  431. F: arch/arm/mach-k3/
  432. F: arch/arm/mach-keystone/
  433. F: arch/arm/mach-omap2/
  434. F: arch/arm/include/asm/arch-omap*/
  435. F: arch/arm/include/asm/ti-common/
  436. F: board/ti/
  437. F: drivers/dma/ti*
  438. F: drivers/firmware/ti_sci.*
  439. F: drivers/gpio/omap_gpio.c
  440. F: drivers/memory/ti-aemif.c
  441. F: drivers/misc/k3_avs.c
  442. F: drivers/mailbox/k3-sec-procy.c
  443. F: drivers/pci/pcie_dw_ti.c
  444. F: drivers/phy/keystone-usb-phy.c
  445. F: drivers/phy/omap-usb2-phy.c
  446. F: drivers/phy/phy-ti-am654.c
  447. F: drivers/phy/ti-pipe3-phy.c
  448. F: drivers/ram/k3*
  449. F: drivers/remoteproc/k3_system_controller.c
  450. F: drivers/remoteproc/ti*
  451. F: drivers/reset/reset-ti-sci.c
  452. F: drivers/rtc/davinci.c
  453. F: drivers/serial/serial_omap.c
  454. F: drivers/soc/ti/
  455. F: drivers/sysreset/sysreset-ti-sci.c
  456. F: drivers/thermal/ti-bandgap.c
  457. F: drivers/timer/omap-timer.c
  458. F: drivers/watchdog/omap_wdt.c
  459. F: include/linux/soc/ti/
  460. ARM U8500
  461. M: Stephan Gerhold <stephan@gerhold.net>
  462. R: Linus Walleij <linus.walleij@linaro.org>
  463. S: Maintained
  464. F: arch/arm/dts/ste-*
  465. F: arch/arm/mach-u8500/
  466. F: drivers/timer/nomadik-mtu-timer.c
  467. ARM UNIPHIER
  468. S: Orphan (Since 2020-09)
  469. F: arch/arm/mach-uniphier/
  470. F: configs/uniphier_*_defconfig
  471. N: uniphier
  472. ARM VERSAL
  473. M: Michal Simek <michal.simek@xilinx.com>
  474. S: Maintained
  475. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  476. F: arch/arm/mach-versal/
  477. F: drivers/watchdog/xilinx_wwdt.c
  478. N: (?<!uni)versal
  479. ARM VERSATILE EXPRESS DRIVERS
  480. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  481. S: Maintained
  482. T: git git://github.com/ARM-software/u-boot.git
  483. F: drivers/misc/vexpress_config.c
  484. N: vexpress
  485. ARM ZYNQ
  486. M: Michal Simek <monstr@monstr.eu>
  487. S: Maintained
  488. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  489. F: arch/arm/mach-zynq/
  490. F: drivers/clk/clk_zynq.c
  491. F: drivers/fpga/zynqpl.c
  492. F: drivers/gpio/zynq_gpio.c
  493. F: drivers/i2c/i2c-cdns.c
  494. F: drivers/i2c/muxes/pca954x.c
  495. F: drivers/i2c/zynq_i2c.c
  496. F: drivers/mmc/zynq_sdhci.c
  497. F: drivers/mtd/nand/raw/zynq_nand.c
  498. F: drivers/net/phy/xilinx_phy.c
  499. F: drivers/net/zynq_gem.c
  500. F: drivers/serial/serial_zynq.c
  501. F: drivers/spi/zynq_qspi.c
  502. F: drivers/spi/zynq_spi.c
  503. F: drivers/usb/host/ehci-zynq.c
  504. F: drivers/watchdog/cdns_wdt.c
  505. F: include/zynqpl.h
  506. F: tools/zynqimage.c
  507. N: zynq
  508. ARM ZYNQMP
  509. M: Michal Simek <michal.simek@xilinx.com>
  510. S: Maintained
  511. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  512. F: arch/arm/mach-zynqmp/
  513. F: drivers/clk/clk_zynqmp.c
  514. F: driver/firmware/firmware-zynqmp.c
  515. F: drivers/fpga/zynqpl.c
  516. F: drivers/gpio/zynq_gpio.c
  517. F: drivers/i2c/i2c-cdns.c
  518. F: drivers/i2c/muxes/pca954x.c
  519. F: drivers/i2c/zynq_i2c.c
  520. F: drivers/mailbox/zynqmp-ipi.c
  521. F: drivers/mmc/zynq_sdhci.c
  522. F: drivers/mtd/nand/raw/zynq_nand.c
  523. F: drivers/net/phy/xilinx_phy.c
  524. F: drivers/net/zynq_gem.c
  525. F: drivers/serial/serial_zynq.c
  526. F: drivers/spi/zynq_qspi.c
  527. F: drivers/spi/zynq_spi.c
  528. F: drivers/timer/cadence-ttc.c
  529. F: drivers/usb/host/ehci-zynq.c
  530. F: drivers/watchdog/cdns_wdt.c
  531. F: include/zynqmppl.h
  532. F: include/zynqmp_firmware.h
  533. F: tools/zynqmp*
  534. N: ultra96
  535. N: zynqmp
  536. ARM ZYNQMP R5
  537. M: Michal Simek <michal.simek@xilinx.com>
  538. S: Maintained
  539. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  540. F: arch/arm/mach-zynqmp-r5/
  541. ARM PHYTIUM
  542. M: liuhao <liuhao@phytium.com.cn>
  543. M: shuyiqi <shuyiqi@phytium.com.cn>
  544. S: Maintained
  545. F: drivers/pci/pcie_phytium.c
  546. F: arch/arm/dts/phytium-durian.dts
  547. BINMAN
  548. M: Simon Glass <sjg@chromium.org>
  549. S: Maintained
  550. F: tools/binman/
  551. BTRFS
  552. M: Marek Behun <marek.behun@nic.cz>
  553. S: Maintained
  554. F: cmd/btrfs.c
  555. F: fs/btrfs/
  556. F: include/btrfs.h
  557. BUILDMAN
  558. M: Simon Glass <sjg@chromium.org>
  559. S: Maintained
  560. F: tools/buildman/
  561. CFI FLASH
  562. M: Stefan Roese <sr@denx.de>
  563. S: Maintained
  564. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  565. F: drivers/mtd/cfi_flash.c
  566. F: drivers/mtd/jedec_flash.c
  567. CLOCK
  568. M: Lukasz Majewski <lukma@denx.de>
  569. S: Maintained
  570. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-clk.git
  571. F: drivers/clk/
  572. F: drivers/clk/imx/
  573. COLDFIRE
  574. M: Huan Wang <alison.wang@nxp.com>
  575. M: Angelo Dureghello <angelo@sysam.it>
  576. S: Maintained
  577. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  578. F: arch/m68k/
  579. F: doc/arch/m68k.rst
  580. DFU
  581. M: Lukasz Majewski <lukma@denx.de>
  582. S: Maintained
  583. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  584. F: cmd/dfu.c
  585. F: cmd/usb_*.c
  586. F: common/dfu.c
  587. F: common/update.c
  588. F: common/usb_storage.c
  589. F: doc/api/dfu.rst
  590. F: drivers/dfu/
  591. F: drivers/usb/gadget/
  592. F: include/dfu.h
  593. DRIVER MODEL
  594. M: Simon Glass <sjg@chromium.org>
  595. S: Maintained
  596. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  597. F: doc/driver-model/
  598. F: drivers/core/
  599. F: include/dm/
  600. F: test/dm/
  601. EFI PAYLOAD
  602. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  603. R: Alexander Graf <agraf@csgraf.de>
  604. S: Maintained
  605. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  606. F: doc/api/efi.rst
  607. F: doc/uefi/*
  608. F: include/capitalization.h
  609. F: include/charset.h
  610. F: include/cp1250.h
  611. F: include/cp437.h
  612. F: include/efi*
  613. F: include/pe.h
  614. F: include/asm-generic/pe.h
  615. F: lib/charset.c
  616. F: lib/efi*/
  617. F: test/lib/efi_*
  618. F: test/py/tests/test_efi*
  619. F: test/py/tests/test_efi*/
  620. F: test/unicode_ut.c
  621. F: cmd/bootefi.c
  622. F: cmd/efidebug.c
  623. F: cmd/nvedit_efi.c
  624. F: tools/file2include.c
  625. EFI VARIABLES VIA OP-TEE
  626. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  627. S: Maintained
  628. F: lib/efi_loader/efi_variable_tee.c
  629. F: include/mm_communication.h
  630. ENVIRONMENT
  631. M: Joe Hershberger <joe.hershberger@ni.com>
  632. R: Wolfgang Denk <wd@denx.de>
  633. S: Maintained
  634. F: env/
  635. F: include/env*
  636. F: test/env/
  637. F: tools/env*
  638. F: tools/mkenvimage.c
  639. FPGA
  640. M: Michal Simek <michal.simek@xilinx.com>
  641. S: Maintained
  642. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  643. F: drivers/fpga/
  644. F: cmd/fpga.c
  645. F: include/fpga.h
  646. FLATTENED DEVICE TREE
  647. M: Simon Glass <sjg@chromium.org>
  648. S: Maintained
  649. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  650. F: lib/fdtdec*
  651. F: lib/libfdt/
  652. F: include/fdt*
  653. F: include/linux/libfdt*
  654. F: cmd/fdt.c
  655. F: common/fdt_support.c
  656. FREEBSD
  657. M: Rafal Jaworowski <raj@semihalf.com>
  658. S: Maintained
  659. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  660. FREESCALE QORIQ
  661. M: Priyanka Jain <priyanka.jain@nxp.com>
  662. S: Maintained
  663. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  664. F: drivers/watchdog/sp805_wdt.c
  665. F: drivers/watchdog/sbsa_gwdt.c
  666. I2C
  667. M: Heiko Schocher <hs@denx.de>
  668. S: Maintained
  669. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  670. F: drivers/i2c/
  671. LOGGING
  672. M: Simon Glass <sjg@chromium.org>
  673. S: Maintained
  674. T: git https://gitlab.denx.de/u-boot/u-boot.git
  675. F: common/log*
  676. F: cmd/log.c
  677. F: doc/develop/logging.rst
  678. F: test/log/
  679. F: test/py/tests/test_log.py
  680. MALI DISPLAY PROCESSORS
  681. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  682. S: Supported
  683. T: git git://github.com/ARM-software/u-boot.git
  684. F: drivers/video/mali_dp.c
  685. F: drivers/i2c/i2c-versatile.c
  686. MICROBLAZE
  687. M: Michal Simek <monstr@monstr.eu>
  688. S: Maintained
  689. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  690. F: arch/microblaze/
  691. F: cmd/mfsl.c
  692. F: drivers/gpio/xilinx_gpio.c
  693. F: drivers/net/xilinx_axi_emac.c
  694. F: drivers/net/xilinx_emaclite.c
  695. F: drivers/serial/serial_xuartlite.c
  696. F: drivers/spi/xilinx_spi.c
  697. F: drivers/sysreset/sysreset_gpio.c
  698. F: drivers/watchdog/xilinx_tb_wdt.c
  699. N: xilinx
  700. MIPS
  701. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  702. S: Maintained
  703. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  704. F: arch/mips/
  705. MIPS CORTINA ACCESS CAxxxx
  706. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  707. S: Supported
  708. F: board/cortina/common/
  709. F: drivers/gpio/cortina_gpio.c
  710. F: drivers/watchdog/cortina_wdt.c
  711. F: drivers/serial/serial_cortina.c
  712. F: drivers/led/led_cortina.c
  713. F: drivers/mmc/ca_dw_mmc.c
  714. F: drivers/i2c/i2c-cortina.c
  715. F: drivers/i2c/i2c-cortina.h
  716. MIPS MSCC
  717. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  718. M: Lars Povlsen <lars.povlsen@microchip.com>
  719. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  720. S: Maintained
  721. F: arch/mips/mach-mscc/
  722. F: arch/mips/dts/luton*
  723. F: arch/mips/dts/mscc*
  724. F: arch/mips/dts/ocelot*
  725. F: arch/mips/dts/jr2*
  726. F: arch/mips/dts/serval*
  727. F: board/mscc/
  728. F: configs/mscc*
  729. F: drivers/gpio/mscc_sgpio.c
  730. F: drivers/spi/mscc_bb_spi.c
  731. F: include/configs/vcoreiii.h
  732. F: include/dt-bindings/mscc/
  733. F: drivers/pinctrl/mscc/
  734. F: drivers/net/mscc_eswitch/
  735. MIPS JZ4780
  736. M: Ezequiel Garcia <ezequiel@collabora.com>
  737. S: Maintained
  738. F: arch/mips/mach-jz47xx/
  739. MIPS Octeon
  740. M: Aaron Williams <awilliams@marvell.com>
  741. S: Maintained
  742. F: arch/mips/mach-octeon/
  743. F: arch/mips/include/asm/arch-octeon/
  744. F: arch/mips/dts/mrvl,cn73xx.dtsi
  745. MMC
  746. M: Peng Fan <peng.fan@nxp.com>
  747. S: Maintained
  748. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  749. F: drivers/mmc/
  750. NAND FLASH
  751. #M: Scott Wood <oss@buserror.net>
  752. S: Orphaned (Since 2018-07)
  753. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  754. F: drivers/mtd/nand/raw/
  755. NDS32
  756. M: Rick Chen <rick@andestech.com>
  757. S: Maintained
  758. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  759. F: arch/nds32/
  760. NETWORK
  761. M: Joe Hershberger <joe.hershberger@ni.com>
  762. S: Maintained
  763. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  764. F: drivers/net/
  765. F: include/net.h
  766. F: net/
  767. NIOS
  768. M: Thomas Chou <thomas@wytron.com.tw>
  769. S: Maintained
  770. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  771. F: arch/nios2/
  772. ONENAND
  773. #M: Lukasz Majewski <l.majewski@majess.pl>
  774. S: Orphaned (Since 2017-01)
  775. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  776. F: drivers/mtd/onenand/
  777. PATMAN
  778. M: Simon Glass <sjg@chromium.org>
  779. S: Maintained
  780. F: tools/patman/
  781. PCI Endpoint
  782. M: Ramon Fried <rfried.dev@gmail.com>
  783. S: Maintained
  784. F: drivers/pci_endpoint/
  785. F: include/pci_ep.h
  786. PCI MPC85xx
  787. M: Heiko Schocher <hs@denx.de>
  788. S: Maintained
  789. F: drivers/pci/pci_mpc85xx.c
  790. POWER
  791. M: Jaehoon Chung <jh80.chung@samsung.com>
  792. S: Maintained
  793. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  794. F: drivers/power/
  795. POWERPC
  796. M: Wolfgang Denk <wd@denx.de>
  797. S: Maintained
  798. F: arch/powerpc/
  799. POWERPC MPC8XX
  800. M: Christophe Leroy <christophe.leroy@c-s.fr>
  801. S: Maintained
  802. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  803. F: arch/powerpc/cpu/mpc8xx/
  804. POWERPC MPC83XX
  805. M: Mario Six <mario.six@gdsys.cc>
  806. S: Maintained
  807. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  808. F: drivers/ram/mpc83xx_sdram.c
  809. F: include/dt-bindings/memory/mpc83xx-sdram.h
  810. F: drivers/sysreset/sysreset_mpc83xx.c
  811. F: drivers/sysreset/sysreset_mpc83xx.h
  812. F: drivers/clk/mpc83xx_clk.c
  813. F: drivers/clk/mpc83xx_clk.h
  814. F: include/dt-bindings/clk/mpc83xx-clk.h
  815. F: drivers/timer/mpc83xx_timer.c
  816. F: drivers/cpu/mpc83xx_cpu.c
  817. F: drivers/cpu/mpc83xx_cpu.h
  818. F: drivers/misc/mpc83xx_serdes.c
  819. F: arch/powerpc/cpu/mpc83xx/
  820. F: arch/powerpc/include/asm/arch-mpc83xx/
  821. POWERPC MPC85XX
  822. M: Priyanka Jain <priyanka.jain@nxp.com>
  823. S: Maintained
  824. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  825. F: arch/powerpc/cpu/mpc85xx/
  826. POWERPC MPC86XX
  827. M: Priyanka Jain <priyanka.jain@nxp.com>
  828. S: Maintained
  829. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  830. F: arch/powerpc/cpu/mpc86xx/
  831. RISC-V
  832. M: Rick Chen <rick@andestech.com>
  833. S: Maintained
  834. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  835. F: arch/riscv/
  836. F: cmd/riscv/
  837. F: tools/prelink-riscv.c
  838. RISC-V KENDRYTE
  839. M: Sean Anderson <seanga2@gmail.com>
  840. S: Maintained
  841. F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
  842. F: drivers/clk/kendryte/
  843. F: include/kendryte/
  844. RNG
  845. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  846. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  847. S: Maintained
  848. F: cmd/rng.c
  849. F: doc/api/rng.rst
  850. F: drivers/rng/
  851. F: drivers/virtio/virtio_rng.c
  852. F: include/rng.h
  853. ROCKUSB
  854. M: Eddie Cai <eddie.cai.linux@gmail.com>
  855. S: Maintained
  856. F: drivers/usb/gadget/f_rockusb.c
  857. F: cmd/rockusb.c
  858. F: doc/README.rockusb
  859. SANDBOX
  860. M: Simon Glass <sjg@chromium.org>
  861. S: Maintained
  862. F: arch/sandbox/
  863. SH
  864. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  865. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  866. S: Maintained
  867. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  868. F: arch/sh/
  869. SPI
  870. M: Jagan Teki <jagan@amarulasolutions.com>
  871. S: Maintained
  872. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  873. F: drivers/spi/
  874. F: include/spi*
  875. SPI-NOR
  876. M: Jagan Teki <jagan@amarulasolutions.com>
  877. M: Vignesh R <vigneshr@ti.com>
  878. S: Maintained
  879. F: drivers/mtd/spi/
  880. F: include/spi_flash.h
  881. F: include/linux/mtd/cfi.h
  882. F: include/linux/mtd/spi-nor.h
  883. SPMI
  884. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  885. S: Maintained
  886. F: drivers/spmi/
  887. F: include/spmi/
  888. SQUASHFS
  889. M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
  890. R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  891. R: Miquel Raynal <miquel.raynal@bootlin.com>
  892. S: Maintained
  893. F: fs/squashfs/
  894. F: include/sqfs.h
  895. F: cmd/sqfs.c
  896. F: test/py/tests/test_fs/test_squashfs/
  897. TARGET_BCMNS3
  898. M: Bharat Gooty <bharat.gooty@broadcom.com>
  899. M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
  900. S: Maintained
  901. F: board/broadcom/bcmns3/
  902. F: doc/README.bcmns3
  903. F: configs/bcm_ns3_defconfig
  904. F: include/configs/bcm_ns3.h
  905. F: include/dt-bindings/memory/bcm-ns3-mc.h
  906. F: arch/arm/Kconfig
  907. F: arch/arm/dts/ns3-board.dts
  908. F: arch/arm/dts/ns3.dtsi
  909. F: arch/arm/cpu/armv8/bcmns3
  910. F: arch/arm/include/asm/arch-bcmns3/
  911. TDA19988 HDMI ENCODER
  912. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  913. S: Maintained
  914. F: drivers/video/tda19988.c
  915. TI SYSTEM SECURITY
  916. M: Andrew F. Davis <afd@ti.com>
  917. S: Supported
  918. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  919. F: arch/arm/mach-omap2/sec-common.c
  920. F: arch/arm/mach-omap2/config_secure.mk
  921. F: arch/arm/mach-k3/security.c
  922. F: arch/arm/mach-k3/config_secure.mk
  923. F: configs/am335x_hs_evm_defconfig
  924. F: configs/am335x_hs_evm_uart_defconfig
  925. F: configs/am43xx_hs_evm_defconfig
  926. F: configs/am57xx_hs_evm_defconfig
  927. F: configs/am57xx_hs_evm_usb_defconfig
  928. F: configs/dra7xx_hs_evm_defconfig
  929. F: configs/dra7xx_hs_evm_usb_defconfig
  930. F: configs/k2hk_hs_evm_defconfig
  931. F: configs/k2e_hs_evm_defconfig
  932. F: configs/k2g_hs_evm_defconfig
  933. F: configs/k2l_hs_evm_defconfig
  934. F: configs/am65x_hs_evm_r5_defconfig
  935. F: configs/am65x_hs_evm_a53_defconfig
  936. F: configs/j721e_hs_evm_r5_defconfig
  937. F: configs/j721e_hs_evm_a72_defconfig
  938. TQ GROUP
  939. #M: Martin Krause <martin.krause@tq-systems.de>
  940. S: Orphaned (Since 2016-02)
  941. T: git git://git.denx.de/u-boot-tq-group.git
  942. TEE
  943. M: Jens Wiklander <jens.wiklander@linaro.org>
  944. S: Maintained
  945. F: drivers/tee/
  946. F: include/tee.h
  947. F: include/tee/
  948. TEE-lib
  949. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  950. S: Maintained
  951. F: lib/optee
  952. UBI
  953. M: Kyungmin Park <kmpark@infradead.org>
  954. M: Heiko Schocher <hs@denx.de>
  955. S: Maintained
  956. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  957. F: drivers/mtd/ubi/
  958. UFS
  959. M: Faiz Abbas <faiz_abbas@ti.com>
  960. S: Maintained
  961. F: drivers/ufs/
  962. USB
  963. M: Marek Vasut <marex@denx.de>
  964. S: Maintained
  965. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  966. F: drivers/usb/
  967. F: common/usb.c
  968. F: common/usb_kbd.c
  969. F: include/usb.h
  970. USB xHCI
  971. M: Bin Meng <bmeng.cn@gmail.com>
  972. S: Maintained
  973. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  974. F: drivers/usb/host/xhci*
  975. F: include/usb/xhci.h
  976. VIDEO
  977. M: Anatolij Gustschin <agust@denx.de>
  978. S: Maintained
  979. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  980. F: drivers/video/
  981. F: common/lcd*.c
  982. F: include/lcd*.h
  983. F: include/video*.h
  984. X86
  985. M: Simon Glass <sjg@chromium.org>
  986. M: Bin Meng <bmeng.cn@gmail.com>
  987. S: Maintained
  988. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  989. F: arch/x86/
  990. F: cmd/x86/
  991. XEN
  992. M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
  993. M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  994. S: Maintained
  995. F: arch/arm/cpu/armv8/xen/
  996. F: arch/arm/include/asm/xen.h
  997. F: arch/arm/include/asm/xen/
  998. F: cmd/pvblock.c
  999. F: drivers/serial/serial_xen.c
  1000. F: drivers/xen/
  1001. F: include/pvblock.h
  1002. F: include/xen/
  1003. F: include/xen.h
  1004. F: lib/sscanf.c
  1005. F: test/lib/sscanf.c
  1006. XTENSA
  1007. M: Max Filippov <jcmvbkbc@gmail.com>
  1008. S: Maintained
  1009. F: arch/xtensa/
  1010. THE REST
  1011. M: Tom Rini <trini@konsulko.com>
  1012. L: u-boot@lists.denx.de
  1013. Q: http://patchwork.ozlabs.org/project/uboot/list/
  1014. S: Maintained
  1015. T: git https://gitlab.denx.de/u-boot/u-boot.git
  1016. F: configs/tools-only_defconfig
  1017. F: *
  1018. F: */