MAINTAINERS 30 KB

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