MAINTAINERS 31 KB

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