MAINTAINERS 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  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. F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
  220. F: include/dt-bindings/reset/qcom,ipq4019-reset.h
  221. F: drivers/reset/reset-ipq4019.c
  222. F: drivers/phy/phy-qcom-ipq4019-usb.c
  223. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  224. M: Stefan Roese <sr@denx.de>
  225. S: Maintained
  226. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  227. F: arch/arm/mach-kirkwood/
  228. F: arch/arm/mach-mvebu/
  229. F: drivers/ata/ahci_mvebu.c
  230. F: drivers/ddr/marvell/
  231. F: drivers/gpio/mvebu_gpio.c
  232. F: drivers/spi/kirkwood_spi.c
  233. F: drivers/pci/pci_mvebu.c
  234. F: drivers/pci/pcie_dw_mvebu.c
  235. F: drivers/watchdog/orion_wdt.c
  236. ARM MARVELL PXA
  237. M: Marek Vasut <marex@denx.de>
  238. S: Maintained
  239. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  240. F: arch/arm/cpu/pxa/
  241. F: arch/arm/include/asm/arch-pxa/
  242. ARM MEDIATEK
  243. M: Ryder Lee <ryder.lee@mediatek.com>
  244. M: Weijie Gao <weijie.gao@mediatek.com>
  245. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  246. S: Maintained
  247. F: arch/arm/mach-mediatek/
  248. F: arch/arm/include/asm/arch-mediatek/
  249. F: board/mediatek/
  250. F: doc/device-tree-bindings/phy/phy-mtk-*
  251. F: doc/device-tree-bindings/usb/mediatek,*
  252. F: doc/README.mediatek
  253. F: drivers/clk/mediatek/
  254. F: drivers/mmc/mtk-sd.c
  255. F: drivers/phy/phy-mtk-*
  256. F: drivers/pinctrl/mediatek/
  257. F: drivers/power/domain/mtk-power-domain.c
  258. F: drivers/ram/mediatek/
  259. F: drivers/spi/mtk_snfi_spi.c
  260. F: drivers/timer/mtk_timer.c
  261. F: drivers/watchdog/mtk_wdt.c
  262. F: drivers/net/mtk_eth.c
  263. F: drivers/reset/reset-mediatek.c
  264. F: tools/mtk_image.c
  265. F: tools/mtk_image.h
  266. N: mediatek
  267. ARM MICROCHIP/ATMEL AT91
  268. M: Eugen Hristev <eugen.hristev@microchip.com>
  269. S: Maintained
  270. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  271. F: arch/arm/mach-at91/
  272. F: board/atmel/
  273. F: drivers/misc/microchip_flexcom.c
  274. ARM NEXELL S5P4418
  275. M: Stefan Bosch <stefan_b@posteo.net>
  276. S: Maintained
  277. F: arch/arm/cpu/armv7/s5p4418/
  278. F: arch/arm/dts/s5p4418*
  279. F: arch/arm/mach-nexell/
  280. F: board/friendlyarm/
  281. F: configs/s5p4418_nanopi2_defconfig
  282. F: doc/README.s5p4418
  283. F: drivers/gpio/nx_gpio.c
  284. F: drivers/i2c/nx_i2c.c
  285. F: drivers/mmc/nexell_dw_mmc_dm.c
  286. F: drivers/pinctrl/nexell/
  287. F: drivers/video/nexell/
  288. F: drivers/video/nexell_display.c
  289. F: include/configs/s5p4418_nanopi2.h
  290. ARM OWL
  291. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  292. S: Maintained
  293. F: arch/arm/include/asm/arch-owl/
  294. F: arch/arm/mach-owl/
  295. F: doc/board/actions/
  296. F: drivers/clk/owl/
  297. F: drivers/serial/serial_owl.c
  298. F: include/configs/owl-common.h
  299. F: configs/bubblegum_96_defconfig
  300. F: configs/cubieboard7_defconfig
  301. ARM RENESAS RMOBILE/R-CAR
  302. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  303. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  304. S: Maintained
  305. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  306. F: arch/arm/mach-rmobile/
  307. ARM ROCKCHIP
  308. M: Simon Glass <sjg@chromium.org>
  309. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  310. M: Kever Yang <kever.yang@rock-chips.com>
  311. S: Maintained
  312. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  313. F: arch/arm/include/asm/arch-rockchip/
  314. F: arch/arm/mach-rockchip/
  315. F: board/rockchip/
  316. F: drivers/clk/rockchip/
  317. F: drivers/gpio/rk_gpio.c
  318. F: drivers/misc/rockchip-efuse.c
  319. F: drivers/mmc/rockchip_sdhci.c
  320. F: drivers/mmc/rockchip_dw_mmc.c
  321. F: drivers/pinctrl/rockchip/
  322. F: drivers/ram/rockchip/
  323. F: drivers/sysreset/sysreset_rockchip.c
  324. F: drivers/video/rockchip/
  325. F: tools/rkcommon.c
  326. F: tools/rkcommon.h
  327. F: tools/rkimage.c
  328. F: tools/rksd.c
  329. F: tools/rkspi.c
  330. ARM SAMSUNG
  331. M: Minkyu Kang <mk7.kang@samsung.com>
  332. S: Maintained
  333. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  334. F: arch/arm/mach-exynos/
  335. F: arch/arm/mach-s5pc1xx/
  336. F: arch/arm/cpu/armv7/s5p-common/
  337. ARM SNAPDRAGON
  338. M: Ramon Fried <rfried.dev@gmail.com>
  339. S: Maintained
  340. F: arch/arm/mach-snapdragon/
  341. F: drivers/gpio/msm_gpio.c
  342. F: drivers/mmc/msm_sdhci.c
  343. F: drivers/phy/msm8916-usbh-phy.c
  344. F: drivers/serial/serial_msm.c
  345. F: drivers/smem/msm_smem.c
  346. F: drivers/usb/host/ehci-msm.c
  347. ARM STI
  348. M: Patrice Chotard <patrice.chotard@st.com>
  349. S: Maintained
  350. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  351. F: arch/arm/mach-sti/
  352. F: arch/arm/include/asm/arch-sti*/
  353. F: drivers/phy/sti_usb_phy.c
  354. F: drivers/pinctrl/pinctrl-sti.c
  355. F: drivers/mmc/sti_sdhci.c
  356. F: drivers/reset/sti-reset.c
  357. F: drivers/serial/serial_sti_asc.c
  358. F: drivers/sysreset/sysreset_sti.c
  359. F: drivers/timer/sti-timer.c
  360. F: drivers/usb/host/dwc3-sti-glue.c
  361. F: include/dwc3-sti-glue.h
  362. F: include/dt-bindings/clock/stih407-clks.h
  363. F: include/dt-bindings/clock/stih410-clks.h
  364. F: include/dt-bindings/reset/stih407-resets.h
  365. ARM STM SPEAR
  366. #M: Vipin Kumar <vipin.kumar@st.com>
  367. S: Orphaned (Since 2016-02)
  368. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  369. F: arch/arm/cpu/arm926ejs/spear/
  370. F: arch/arm/include/asm/arch-spear/
  371. ARM STM STM32MP
  372. M: Patrick Delaunay <patrick.delaunay@st.com>
  373. M: Patrice Chotard <patrice.chotard@st.com>
  374. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  375. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  376. S: Maintained
  377. F: arch/arm/mach-stm32mp/
  378. F: doc/board/st/
  379. F: drivers/adc/stm32-adc*
  380. F: drivers/clk/clk_stm32mp1.c
  381. F: drivers/gpio/stm32_gpio.c
  382. F: drivers/hwspinlock/stm32_hwspinlock.c
  383. F: drivers/i2c/stm32f7_i2c.c
  384. F: drivers/mailbox/stm32-ipcc.c
  385. F: drivers/misc/stm32mp_fuse.c
  386. F: drivers/misc/stm32_rcc.c
  387. F: drivers/mmc/stm32_sdmmc2.c
  388. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  389. F: drivers/phy/phy-stm32-usbphyc.c
  390. F: drivers/pinctrl/pinctrl_stm32.c
  391. F: drivers/power/pmic/stpmic1.c
  392. F: drivers/power/regulator/stm32-vrefbuf.c
  393. F: drivers/power/regulator/stpmic1.c
  394. F: drivers/ram/stm32mp1/
  395. F: drivers/remoteproc/stm32_copro.c
  396. F: drivers/reset/stm32-reset.c
  397. F: drivers/rtc/stm32_rtc.c
  398. F: drivers/serial/serial_stm32.*
  399. F: drivers/spi/stm32_qspi.c
  400. F: drivers/spi/stm32_spi.c
  401. F: drivers/video/stm32/stm32_ltdc.c
  402. F: drivers/watchdog/stm32mp_wdt.c
  403. F: include/dt-bindings/clock/stm32fx-clock.h
  404. F: include/dt-bindings/clock/stm32mp1-clks.h
  405. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  406. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  407. F: include/dt-bindings/reset/stm32mp1-resets.h
  408. F: include/stm32_rcc.h
  409. F: tools/stm32image.c
  410. ARM STM STV0991
  411. M: Vikas Manocha <vikas.manocha@st.com>
  412. S: Maintained
  413. F: arch/arm/cpu/armv7/stv0991/
  414. F: arch/arm/include/asm/arch-stv0991/
  415. ARM SUNXI
  416. M: Jagan Teki <jagan@amarulasolutions.com>
  417. M: Maxime Ripard <mripard@kernel.org>
  418. S: Maintained
  419. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  420. F: arch/arm/cpu/armv7/sunxi/
  421. F: arch/arm/include/asm/arch-sunxi/
  422. F: arch/arm/mach-sunxi/
  423. F: board/sunxi/
  424. ARM TEGRA
  425. M: Tom Warren <twarren@nvidia.com>
  426. S: Maintained
  427. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  428. F: arch/arm/mach-tegra/
  429. F: arch/arm/include/asm/arch-tegra*/
  430. ARM TI
  431. M: Lokesh Vutla <lokeshvutla@ti.com>
  432. S: Maintained
  433. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  434. F: arch/arm/mach-davinci/
  435. F: arch/arm/mach-k3/
  436. F: arch/arm/mach-keystone/
  437. F: arch/arm/mach-omap2/
  438. F: arch/arm/include/asm/arch-omap*/
  439. F: arch/arm/include/asm/ti-common/
  440. F: board/ti/
  441. F: drivers/dma/ti*
  442. F: drivers/firmware/ti_sci.*
  443. F: drivers/gpio/omap_gpio.c
  444. F: drivers/memory/ti-aemif.c
  445. F: drivers/misc/k3_avs.c
  446. F: drivers/mailbox/k3-sec-procy.c
  447. F: drivers/pci/pcie_dw_ti.c
  448. F: drivers/phy/keystone-usb-phy.c
  449. F: drivers/phy/omap-usb2-phy.c
  450. F: drivers/phy/phy-ti-am654.c
  451. F: drivers/phy/ti-pipe3-phy.c
  452. F: drivers/ram/k3*
  453. F: drivers/remoteproc/k3_system_controller.c
  454. F: drivers/remoteproc/ti*
  455. F: drivers/reset/reset-ti-sci.c
  456. F: drivers/rtc/davinci.c
  457. F: drivers/serial/serial_omap.c
  458. F: drivers/soc/ti/
  459. F: drivers/sysreset/sysreset-ti-sci.c
  460. F: drivers/thermal/ti-bandgap.c
  461. F: drivers/timer/omap-timer.c
  462. F: drivers/watchdog/omap_wdt.c
  463. F: include/linux/soc/ti/
  464. ARM U8500
  465. M: Stephan Gerhold <stephan@gerhold.net>
  466. R: Linus Walleij <linus.walleij@linaro.org>
  467. S: Maintained
  468. F: arch/arm/dts/ste-*
  469. F: arch/arm/mach-u8500/
  470. F: drivers/timer/nomadik-mtu-timer.c
  471. ARM UNIPHIER
  472. S: Orphan (Since 2020-09)
  473. F: arch/arm/mach-uniphier/
  474. F: configs/uniphier_*_defconfig
  475. N: uniphier
  476. ARM VERSAL
  477. M: Michal Simek <michal.simek@xilinx.com>
  478. S: Maintained
  479. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  480. F: arch/arm/mach-versal/
  481. F: drivers/watchdog/xilinx_wwdt.c
  482. N: (?<!uni)versal
  483. ARM VERSATILE EXPRESS DRIVERS
  484. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  485. S: Maintained
  486. T: git git://github.com/ARM-software/u-boot.git
  487. F: drivers/misc/vexpress_config.c
  488. N: vexpress
  489. ARM ZYNQ
  490. M: Michal Simek <monstr@monstr.eu>
  491. S: Maintained
  492. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  493. F: arch/arm/mach-zynq/
  494. F: drivers/clk/clk_zynq.c
  495. F: drivers/fpga/zynqpl.c
  496. F: drivers/gpio/zynq_gpio.c
  497. F: drivers/i2c/i2c-cdns.c
  498. F: drivers/i2c/muxes/pca954x.c
  499. F: drivers/i2c/zynq_i2c.c
  500. F: drivers/mmc/zynq_sdhci.c
  501. F: drivers/mtd/nand/raw/zynq_nand.c
  502. F: drivers/net/phy/xilinx_phy.c
  503. F: drivers/net/zynq_gem.c
  504. F: drivers/serial/serial_zynq.c
  505. F: drivers/spi/zynq_qspi.c
  506. F: drivers/spi/zynq_spi.c
  507. F: drivers/usb/host/ehci-zynq.c
  508. F: drivers/watchdog/cdns_wdt.c
  509. F: include/zynqpl.h
  510. F: tools/zynqimage.c
  511. N: zynq
  512. ARM ZYNQMP
  513. M: Michal Simek <michal.simek@xilinx.com>
  514. S: Maintained
  515. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  516. F: arch/arm/mach-zynqmp/
  517. F: drivers/clk/clk_zynqmp.c
  518. F: driver/firmware/firmware-zynqmp.c
  519. F: drivers/fpga/zynqpl.c
  520. F: drivers/gpio/zynq_gpio.c
  521. F: drivers/i2c/i2c-cdns.c
  522. F: drivers/i2c/muxes/pca954x.c
  523. F: drivers/i2c/zynq_i2c.c
  524. F: drivers/mailbox/zynqmp-ipi.c
  525. F: drivers/mmc/zynq_sdhci.c
  526. F: drivers/mtd/nand/raw/zynq_nand.c
  527. F: drivers/net/phy/xilinx_phy.c
  528. F: drivers/net/zynq_gem.c
  529. F: drivers/serial/serial_zynq.c
  530. F: drivers/spi/zynq_qspi.c
  531. F: drivers/spi/zynq_spi.c
  532. F: drivers/timer/cadence-ttc.c
  533. F: drivers/usb/host/ehci-zynq.c
  534. F: drivers/watchdog/cdns_wdt.c
  535. F: include/zynqmppl.h
  536. F: include/zynqmp_firmware.h
  537. F: tools/zynqmp*
  538. N: ultra96
  539. N: zynqmp
  540. ARM ZYNQMP R5
  541. M: Michal Simek <michal.simek@xilinx.com>
  542. S: Maintained
  543. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  544. F: arch/arm/mach-zynqmp-r5/
  545. ARM PHYTIUM
  546. M: liuhao <liuhao@phytium.com.cn>
  547. M: shuyiqi <shuyiqi@phytium.com.cn>
  548. S: Maintained
  549. F: drivers/pci/pcie_phytium.c
  550. F: arch/arm/dts/phytium-durian.dts
  551. BINMAN
  552. M: Simon Glass <sjg@chromium.org>
  553. S: Maintained
  554. F: tools/binman/
  555. BTRFS
  556. M: Marek Behun <marek.behun@nic.cz>
  557. R: Qu Wenruo <wqu@suse.com>
  558. L: linux-btrfs@vger.kernel.org
  559. S: Maintained
  560. F: cmd/btrfs.c
  561. F: fs/btrfs/
  562. F: include/btrfs.h
  563. BUILDMAN
  564. M: Simon Glass <sjg@chromium.org>
  565. S: Maintained
  566. F: tools/buildman/
  567. CFI FLASH
  568. M: Stefan Roese <sr@denx.de>
  569. S: Maintained
  570. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  571. F: drivers/mtd/cfi_flash.c
  572. F: drivers/mtd/jedec_flash.c
  573. CLOCK
  574. M: Lukasz Majewski <lukma@denx.de>
  575. S: Maintained
  576. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-clk.git
  577. F: drivers/clk/
  578. F: drivers/clk/imx/
  579. COLDFIRE
  580. M: Huan Wang <alison.wang@nxp.com>
  581. M: Angelo Dureghello <angelo@sysam.it>
  582. S: Maintained
  583. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  584. F: arch/m68k/
  585. F: doc/arch/m68k.rst
  586. DFU
  587. M: Lukasz Majewski <lukma@denx.de>
  588. S: Maintained
  589. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  590. F: cmd/dfu.c
  591. F: cmd/usb_*.c
  592. F: common/dfu.c
  593. F: common/update.c
  594. F: common/usb_storage.c
  595. F: doc/api/dfu.rst
  596. F: drivers/dfu/
  597. F: drivers/usb/gadget/
  598. F: include/dfu.h
  599. DRIVER MODEL
  600. M: Simon Glass <sjg@chromium.org>
  601. S: Maintained
  602. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  603. F: doc/driver-model/
  604. F: drivers/core/
  605. F: include/dm/
  606. F: test/dm/
  607. EFI PAYLOAD
  608. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  609. R: Alexander Graf <agraf@csgraf.de>
  610. S: Maintained
  611. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  612. F: doc/api/efi.rst
  613. F: doc/uefi/*
  614. F: include/capitalization.h
  615. F: include/charset.h
  616. F: include/cp1250.h
  617. F: include/cp437.h
  618. F: include/efi*
  619. F: include/pe.h
  620. F: include/asm-generic/pe.h
  621. F: lib/charset.c
  622. F: lib/efi*/
  623. F: test/lib/efi_*
  624. F: test/py/tests/test_efi*
  625. F: test/py/tests/test_efi*/
  626. F: test/unicode_ut.c
  627. F: cmd/bootefi.c
  628. F: cmd/efidebug.c
  629. F: cmd/nvedit_efi.c
  630. F: tools/file2include.c
  631. EFI VARIABLES VIA OP-TEE
  632. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  633. S: Maintained
  634. F: lib/efi_loader/efi_variable_tee.c
  635. F: include/mm_communication.h
  636. ENVIRONMENT
  637. M: Joe Hershberger <joe.hershberger@ni.com>
  638. R: Wolfgang Denk <wd@denx.de>
  639. S: Maintained
  640. F: env/
  641. F: include/env*
  642. F: test/env/
  643. F: tools/env*
  644. F: tools/mkenvimage.c
  645. FPGA
  646. M: Michal Simek <michal.simek@xilinx.com>
  647. S: Maintained
  648. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  649. F: drivers/fpga/
  650. F: cmd/fpga.c
  651. F: include/fpga.h
  652. FLATTENED DEVICE TREE
  653. M: Simon Glass <sjg@chromium.org>
  654. S: Maintained
  655. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  656. F: lib/fdtdec*
  657. F: lib/libfdt/
  658. F: include/fdt*
  659. F: include/linux/libfdt*
  660. F: cmd/fdt.c
  661. F: common/fdt_support.c
  662. FREEBSD
  663. M: Rafal Jaworowski <raj@semihalf.com>
  664. S: Maintained
  665. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  666. FREESCALE QORIQ
  667. M: Priyanka Jain <priyanka.jain@nxp.com>
  668. S: Maintained
  669. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  670. F: drivers/watchdog/sp805_wdt.c
  671. F: drivers/watchdog/sbsa_gwdt.c
  672. I2C
  673. M: Heiko Schocher <hs@denx.de>
  674. S: Maintained
  675. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  676. F: drivers/i2c/
  677. LOGGING
  678. M: Simon Glass <sjg@chromium.org>
  679. S: Maintained
  680. T: git https://gitlab.denx.de/u-boot/u-boot.git
  681. F: common/log*
  682. F: cmd/log.c
  683. F: doc/develop/logging.rst
  684. F: test/log/
  685. F: test/py/tests/test_log.py
  686. MALI DISPLAY PROCESSORS
  687. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  688. S: Supported
  689. T: git git://github.com/ARM-software/u-boot.git
  690. F: drivers/video/mali_dp.c
  691. F: drivers/i2c/i2c-versatile.c
  692. MICROBLAZE
  693. M: Michal Simek <monstr@monstr.eu>
  694. S: Maintained
  695. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  696. F: arch/microblaze/
  697. F: cmd/mfsl.c
  698. F: drivers/gpio/xilinx_gpio.c
  699. F: drivers/net/xilinx_axi_emac.c
  700. F: drivers/net/xilinx_emaclite.c
  701. F: drivers/serial/serial_xuartlite.c
  702. F: drivers/spi/xilinx_spi.c
  703. F: drivers/sysreset/sysreset_gpio.c
  704. F: drivers/watchdog/xilinx_tb_wdt.c
  705. N: xilinx
  706. MIPS
  707. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  708. S: Maintained
  709. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  710. F: arch/mips/
  711. MIPS CORTINA ACCESS CAxxxx
  712. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  713. S: Supported
  714. F: board/cortina/common/
  715. F: drivers/gpio/cortina_gpio.c
  716. F: drivers/watchdog/cortina_wdt.c
  717. F: drivers/serial/serial_cortina.c
  718. F: drivers/led/led_cortina.c
  719. F: drivers/mmc/ca_dw_mmc.c
  720. F: drivers/i2c/i2c-cortina.c
  721. F: drivers/i2c/i2c-cortina.h
  722. MIPS MSCC
  723. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  724. M: Lars Povlsen <lars.povlsen@microchip.com>
  725. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  726. S: Maintained
  727. F: arch/mips/mach-mscc/
  728. F: arch/mips/dts/luton*
  729. F: arch/mips/dts/mscc*
  730. F: arch/mips/dts/ocelot*
  731. F: arch/mips/dts/jr2*
  732. F: arch/mips/dts/serval*
  733. F: board/mscc/
  734. F: configs/mscc*
  735. F: drivers/gpio/mscc_sgpio.c
  736. F: drivers/spi/mscc_bb_spi.c
  737. F: include/configs/vcoreiii.h
  738. F: include/dt-bindings/mscc/
  739. F: drivers/pinctrl/mscc/
  740. F: drivers/net/mscc_eswitch/
  741. MIPS JZ4780
  742. M: Ezequiel Garcia <ezequiel@collabora.com>
  743. S: Maintained
  744. F: arch/mips/mach-jz47xx/
  745. MIPS Octeon
  746. M: Aaron Williams <awilliams@marvell.com>
  747. S: Maintained
  748. F: arch/mips/mach-octeon/
  749. F: arch/mips/include/asm/arch-octeon/
  750. F: arch/mips/dts/mrvl,cn73xx.dtsi
  751. MMC
  752. M: Peng Fan <peng.fan@nxp.com>
  753. S: Maintained
  754. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  755. F: drivers/mmc/
  756. NAND FLASH
  757. #M: Scott Wood <oss@buserror.net>
  758. S: Orphaned (Since 2018-07)
  759. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  760. F: drivers/mtd/nand/raw/
  761. NDS32
  762. M: Rick Chen <rick@andestech.com>
  763. S: Maintained
  764. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  765. F: arch/nds32/
  766. NETWORK
  767. M: Joe Hershberger <joe.hershberger@ni.com>
  768. S: Maintained
  769. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  770. F: drivers/net/
  771. F: include/net.h
  772. F: net/
  773. NIOS
  774. M: Thomas Chou <thomas@wytron.com.tw>
  775. S: Maintained
  776. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  777. F: arch/nios2/
  778. ONENAND
  779. #M: Lukasz Majewski <l.majewski@majess.pl>
  780. S: Orphaned (Since 2017-01)
  781. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  782. F: drivers/mtd/onenand/
  783. PATMAN
  784. M: Simon Glass <sjg@chromium.org>
  785. S: Maintained
  786. F: tools/patman/
  787. PCI Endpoint
  788. M: Ramon Fried <rfried.dev@gmail.com>
  789. S: Maintained
  790. F: drivers/pci_endpoint/
  791. F: include/pci_ep.h
  792. PCI MPC85xx
  793. M: Heiko Schocher <hs@denx.de>
  794. S: Maintained
  795. F: drivers/pci/pci_mpc85xx.c
  796. POWER
  797. M: Jaehoon Chung <jh80.chung@samsung.com>
  798. S: Maintained
  799. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  800. F: drivers/power/
  801. POWERPC
  802. M: Wolfgang Denk <wd@denx.de>
  803. S: Maintained
  804. F: arch/powerpc/
  805. POWERPC MPC8XX
  806. M: Christophe Leroy <christophe.leroy@c-s.fr>
  807. S: Maintained
  808. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  809. F: arch/powerpc/cpu/mpc8xx/
  810. POWERPC MPC83XX
  811. M: Mario Six <mario.six@gdsys.cc>
  812. S: Maintained
  813. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  814. F: drivers/ram/mpc83xx_sdram.c
  815. F: include/dt-bindings/memory/mpc83xx-sdram.h
  816. F: drivers/sysreset/sysreset_mpc83xx.c
  817. F: drivers/sysreset/sysreset_mpc83xx.h
  818. F: drivers/clk/mpc83xx_clk.c
  819. F: drivers/clk/mpc83xx_clk.h
  820. F: include/dt-bindings/clk/mpc83xx-clk.h
  821. F: drivers/timer/mpc83xx_timer.c
  822. F: drivers/cpu/mpc83xx_cpu.c
  823. F: drivers/cpu/mpc83xx_cpu.h
  824. F: drivers/misc/mpc83xx_serdes.c
  825. F: arch/powerpc/cpu/mpc83xx/
  826. F: arch/powerpc/include/asm/arch-mpc83xx/
  827. POWERPC MPC85XX
  828. M: Priyanka Jain <priyanka.jain@nxp.com>
  829. S: Maintained
  830. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  831. F: arch/powerpc/cpu/mpc85xx/
  832. POWERPC MPC86XX
  833. M: Priyanka Jain <priyanka.jain@nxp.com>
  834. S: Maintained
  835. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  836. F: arch/powerpc/cpu/mpc86xx/
  837. RISC-V
  838. M: Rick Chen <rick@andestech.com>
  839. S: Maintained
  840. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  841. F: arch/riscv/
  842. F: cmd/riscv/
  843. F: tools/prelink-riscv.c
  844. RISC-V KENDRYTE
  845. M: Sean Anderson <seanga2@gmail.com>
  846. S: Maintained
  847. F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
  848. F: drivers/clk/kendryte/
  849. F: include/kendryte/
  850. RNG
  851. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  852. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  853. S: Maintained
  854. F: cmd/rng.c
  855. F: doc/api/rng.rst
  856. F: drivers/rng/
  857. F: drivers/virtio/virtio_rng.c
  858. F: include/rng.h
  859. ROCKUSB
  860. M: Eddie Cai <eddie.cai.linux@gmail.com>
  861. S: Maintained
  862. F: drivers/usb/gadget/f_rockusb.c
  863. F: cmd/rockusb.c
  864. F: doc/README.rockusb
  865. SANDBOX
  866. M: Simon Glass <sjg@chromium.org>
  867. S: Maintained
  868. F: arch/sandbox/
  869. SH
  870. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  871. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  872. S: Maintained
  873. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  874. F: arch/sh/
  875. SPI
  876. M: Jagan Teki <jagan@amarulasolutions.com>
  877. S: Maintained
  878. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  879. F: drivers/spi/
  880. F: include/spi*
  881. SPI-NOR
  882. M: Jagan Teki <jagan@amarulasolutions.com>
  883. M: Vignesh R <vigneshr@ti.com>
  884. S: Maintained
  885. F: drivers/mtd/spi/
  886. F: include/spi_flash.h
  887. F: include/linux/mtd/cfi.h
  888. F: include/linux/mtd/spi-nor.h
  889. SPMI
  890. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  891. S: Maintained
  892. F: drivers/spmi/
  893. F: include/spmi/
  894. SQUASHFS
  895. M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
  896. R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  897. R: Miquel Raynal <miquel.raynal@bootlin.com>
  898. S: Maintained
  899. F: fs/squashfs/
  900. F: include/sqfs.h
  901. F: cmd/sqfs.c
  902. F: test/py/tests/test_fs/test_squashfs/
  903. TARGET_BCMNS3
  904. M: Bharat Gooty <bharat.gooty@broadcom.com>
  905. M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
  906. S: Maintained
  907. F: board/broadcom/bcmns3/
  908. F: doc/README.bcmns3
  909. F: configs/bcm_ns3_defconfig
  910. F: include/configs/bcm_ns3.h
  911. F: include/dt-bindings/memory/bcm-ns3-mc.h
  912. F: arch/arm/Kconfig
  913. F: arch/arm/dts/ns3-board.dts
  914. F: arch/arm/dts/ns3.dtsi
  915. F: arch/arm/cpu/armv8/bcmns3
  916. F: arch/arm/include/asm/arch-bcmns3/
  917. F: cmd/broadcom/Makefile
  918. F: cmd/broadcom/chimp_boot.c
  919. F: cmd/broadcom/nitro_image_load.c
  920. F: cmd/broadcom/chimp_handshake.c
  921. TDA19988 HDMI ENCODER
  922. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  923. S: Maintained
  924. F: drivers/video/tda19988.c
  925. TI SYSTEM SECURITY
  926. M: Andrew F. Davis <afd@ti.com>
  927. S: Supported
  928. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  929. F: arch/arm/mach-omap2/sec-common.c
  930. F: arch/arm/mach-omap2/config_secure.mk
  931. F: arch/arm/mach-k3/security.c
  932. F: arch/arm/mach-k3/config_secure.mk
  933. F: configs/am335x_hs_evm_defconfig
  934. F: configs/am335x_hs_evm_uart_defconfig
  935. F: configs/am43xx_hs_evm_defconfig
  936. F: configs/am57xx_hs_evm_defconfig
  937. F: configs/am57xx_hs_evm_usb_defconfig
  938. F: configs/dra7xx_hs_evm_defconfig
  939. F: configs/dra7xx_hs_evm_usb_defconfig
  940. F: configs/k2hk_hs_evm_defconfig
  941. F: configs/k2e_hs_evm_defconfig
  942. F: configs/k2g_hs_evm_defconfig
  943. F: configs/k2l_hs_evm_defconfig
  944. F: configs/am65x_hs_evm_r5_defconfig
  945. F: configs/am65x_hs_evm_a53_defconfig
  946. F: configs/j721e_hs_evm_r5_defconfig
  947. F: configs/j721e_hs_evm_a72_defconfig
  948. TQ GROUP
  949. #M: Martin Krause <martin.krause@tq-systems.de>
  950. S: Orphaned (Since 2016-02)
  951. T: git git://git.denx.de/u-boot-tq-group.git
  952. TEE
  953. M: Jens Wiklander <jens.wiklander@linaro.org>
  954. S: Maintained
  955. F: drivers/tee/
  956. F: include/tee.h
  957. F: include/tee/
  958. TEE-lib
  959. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  960. S: Maintained
  961. F: lib/optee
  962. UBI
  963. M: Kyungmin Park <kmpark@infradead.org>
  964. M: Heiko Schocher <hs@denx.de>
  965. S: Maintained
  966. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  967. F: drivers/mtd/ubi/
  968. UFS
  969. M: Faiz Abbas <faiz_abbas@ti.com>
  970. S: Maintained
  971. F: drivers/ufs/
  972. USB
  973. M: Marek Vasut <marex@denx.de>
  974. S: Maintained
  975. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  976. F: drivers/usb/
  977. F: common/usb.c
  978. F: common/usb_kbd.c
  979. F: include/usb.h
  980. USB xHCI
  981. M: Bin Meng <bmeng.cn@gmail.com>
  982. S: Maintained
  983. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  984. F: drivers/usb/host/xhci*
  985. F: include/usb/xhci.h
  986. VIDEO
  987. M: Anatolij Gustschin <agust@denx.de>
  988. S: Maintained
  989. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  990. F: drivers/video/
  991. F: common/lcd*.c
  992. F: include/lcd*.h
  993. F: include/video*.h
  994. X86
  995. M: Simon Glass <sjg@chromium.org>
  996. M: Bin Meng <bmeng.cn@gmail.com>
  997. S: Maintained
  998. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  999. F: arch/x86/
  1000. F: cmd/x86/
  1001. XEN
  1002. M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
  1003. M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  1004. S: Maintained
  1005. F: arch/arm/cpu/armv8/xen/
  1006. F: arch/arm/include/asm/xen.h
  1007. F: arch/arm/include/asm/xen/
  1008. F: cmd/pvblock.c
  1009. F: drivers/serial/serial_xen.c
  1010. F: drivers/xen/
  1011. F: include/pvblock.h
  1012. F: include/xen/
  1013. F: include/xen.h
  1014. F: lib/sscanf.c
  1015. F: test/lib/sscanf.c
  1016. XTENSA
  1017. M: Max Filippov <jcmvbkbc@gmail.com>
  1018. S: Maintained
  1019. F: arch/xtensa/
  1020. THE REST
  1021. M: Tom Rini <trini@konsulko.com>
  1022. L: u-boot@lists.denx.de
  1023. Q: http://patchwork.ozlabs.org/project/uboot/list/
  1024. S: Maintained
  1025. T: git https://gitlab.denx.de/u-boot/u-boot.git
  1026. F: configs/tools-only_defconfig
  1027. F: *
  1028. F: */