MAINTAINERS 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962
  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. N: meson
  136. ARM BROADCOM BCM283X
  137. M: Matthias Brugger <mbrugger@suse.com>
  138. S: Maintained
  139. F: arch/arm/dts/bcm283*
  140. F: arch/arm/mach-bcm283x/
  141. F: board/raspberrypi/
  142. F: drivers/gpio/bcm2835_gpio.c
  143. F: drivers/mmc/bcm2835_sdhci.c
  144. F: drivers/mmc/bcm2835_sdhost.c
  145. F: drivers/serial/serial_bcm283x_mu.c
  146. F: drivers/serial/serial_bcm283x_pl011.c
  147. F: drivers/video/bcm2835.c
  148. F: include/dm/platform_data/serial_bcm283x_mu.h
  149. F: include/dt-bindings/pinctrl/bcm2835.h
  150. F: drivers/pinctrl/broadcom/
  151. ARM BROADCOM BCMSTB
  152. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  153. S: Maintained
  154. F: arch/arm/mach-bcmstb/
  155. F: board/broadcom/bcmstb/
  156. F: configs/bcm7*_defconfig
  157. F: doc/README.bcm7xxx
  158. F: drivers/mmc/bcmstb_sdhci.c
  159. F: drivers/spi/bcmstb_spi.c
  160. ARM CORTINA ACCESS CAxxxx
  161. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  162. S: Supported
  163. F: board/cortina/common/
  164. F: drivers/gpio/cortina_gpio.c
  165. F: drivers/watchdog/cortina_wdt.c
  166. F: drivers/serial/serial_cortina.c
  167. ARM/CZ.NIC TURRIS MOX SUPPORT
  168. M: Marek Behun <marek.behun@nic.cz>
  169. S: Maintained
  170. F: arch/arm/dts/armada-3720-turris-mox.dts
  171. F: board/CZ.NIC/
  172. F: configs/turris_*_defconfig
  173. F: include/configs/turris_*.h
  174. ARM FREESCALE IMX
  175. M: Stefano Babic <sbabic@denx.de>
  176. M: Fabio Estevam <festevam@gmail.com>
  177. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  178. S: Maintained
  179. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  180. F: arch/arm/cpu/arm1136/mx*/
  181. F: arch/arm/cpu/arm926ejs/mx*/
  182. F: arch/arm/cpu/armv7/vf610/
  183. F: arch/arm/dts/*imx*
  184. F: arch/arm/mach-imx/
  185. F: arch/arm/include/asm/arch-imx/
  186. F: arch/arm/include/asm/arch-mx*/
  187. F: arch/arm/include/asm/arch-vf610/
  188. F: arch/arm/include/asm/mach-imx/
  189. F: board/freescale/*mx*/
  190. ARM HISILICON
  191. M: Peter Griffin <peter.griffin@linaro.org>
  192. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  193. S: Maintained
  194. F: arch/arm/cpu/armv8/hisilicon
  195. F: arch/arm/include/asm/arch-hi6220/
  196. F: arch/arm/include/asm/arch-hi3660/
  197. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  198. M: Stefan Roese <sr@denx.de>
  199. S: Maintained
  200. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  201. F: arch/arm/mach-kirkwood/
  202. F: arch/arm/mach-mvebu/
  203. F: drivers/ata/ahci_mvebu.c
  204. F: drivers/ddr/marvell/
  205. F: drivers/gpio/mvebu_gpio.c
  206. F: drivers/spi/kirkwood_spi.c
  207. F: drivers/pci/pci_mvebu.c
  208. F: drivers/pci/pcie_dw_mvebu.c
  209. F: drivers/watchdog/orion_wdt.c
  210. ARM MARVELL PXA
  211. M: Marek Vasut <marex@denx.de>
  212. S: Maintained
  213. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  214. F: arch/arm/cpu/pxa/
  215. F: arch/arm/include/asm/arch-pxa/
  216. ARM MEDIATEK
  217. M: Ryder Lee <ryder.lee@mediatek.com>
  218. M: Weijie Gao <weijie.gao@mediatek.com>
  219. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  220. S: Maintained
  221. F: arch/arm/mach-mediatek/
  222. F: arch/arm/include/asm/arch-mediatek/
  223. F: board/mediatek/
  224. F: doc/README.mediatek
  225. F: drivers/clk/mediatek/
  226. F: drivers/mmc/mtk-sd.c
  227. F: drivers/pinctrl/mediatek/
  228. F: drivers/power/domain/mtk-power-domain.c
  229. F: drivers/ram/mediatek/
  230. F: drivers/spi/mtk_snfi_spi.c
  231. F: drivers/timer/mtk_timer.c
  232. F: drivers/watchdog/mtk_wdt.c
  233. F: drivers/net/mtk_eth.c
  234. F: drivers/reset/reset-mediatek.c
  235. F: tools/mtk_image.c
  236. F: tools/mtk_image.h
  237. N: mediatek
  238. ARM MICROCHIP/ATMEL AT91
  239. M: Eugen Hristev <eugen.hristev@microchip.com>
  240. S: Maintained
  241. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  242. F: arch/arm/mach-at91/
  243. F: board/atmel/
  244. F: drivers/misc/microchip_flexcom.c
  245. ARM OWL
  246. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  247. S: Maintained
  248. F: arch/arm/include/asm/arch-owl/
  249. F: arch/arm/mach-owl/
  250. F: board/ucRobotics/
  251. F: drivers/clk/owl/
  252. F: drivers/serial/serial_owl.c
  253. ARM RENESAS RMOBILE/R-CAR
  254. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  255. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  256. S: Maintained
  257. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  258. F: arch/arm/mach-rmobile/
  259. ARM ROCKCHIP
  260. M: Simon Glass <sjg@chromium.org>
  261. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  262. M: Kever Yang <kever.yang@rock-chips.com>
  263. S: Maintained
  264. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  265. F: arch/arm/include/asm/arch-rockchip/
  266. F: arch/arm/mach-rockchip/
  267. F: board/rockchip/
  268. F: drivers/clk/rockchip/
  269. F: drivers/gpio/rk_gpio.c
  270. F: drivers/misc/rockchip-efuse.c
  271. F: drivers/mmc/rockchip_sdhci.c
  272. F: drivers/mmc/rockchip_dw_mmc.c
  273. F: drivers/pinctrl/rockchip/
  274. F: drivers/ram/rockchip/
  275. F: drivers/sysreset/sysreset_rockchip.c
  276. F: drivers/video/rockchip/
  277. F: tools/rkcommon.c
  278. F: tools/rkcommon.h
  279. F: tools/rkimage.c
  280. F: tools/rksd.c
  281. F: tools/rkspi.c
  282. ARM SAMSUNG
  283. M: Minkyu Kang <mk7.kang@samsung.com>
  284. S: Maintained
  285. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  286. F: arch/arm/mach-exynos/
  287. F: arch/arm/mach-s5pc1xx/
  288. F: arch/arm/cpu/armv7/s5p-common/
  289. ARM SNAPDRAGON
  290. M: Ramon Fried <rfried.dev@gmail.com>
  291. S: Maintained
  292. F: arch/arm/mach-snapdragon/
  293. F: drivers/gpio/msm_gpio.c
  294. F: drivers/mmc/msm_sdhci.c
  295. F: drivers/phy/msm8916-usbh-phy.c
  296. F: drivers/serial/serial_msm.c
  297. F: drivers/smem/msm_smem.c
  298. F: drivers/usb/host/ehci-msm.c
  299. ARM STI
  300. M: Patrice Chotard <patrice.chotard@st.com>
  301. S: Maintained
  302. F: arch/arm/mach-sti/
  303. F: arch/arm/include/asm/arch-sti*/
  304. ARM STM SPEAR
  305. #M: Vipin Kumar <vipin.kumar@st.com>
  306. S: Orphaned (Since 2016-02)
  307. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  308. F: arch/arm/cpu/arm926ejs/spear/
  309. F: arch/arm/include/asm/arch-spear/
  310. ARM STM STM32MP
  311. M: Patrick Delaunay <patrick.delaunay@st.com>
  312. M: Patrice Chotard <patrice.chotard@st.com>
  313. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  314. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  315. S: Maintained
  316. F: arch/arm/mach-stm32mp/
  317. F: drivers/adc/stm32-adc*
  318. F: drivers/clk/clk_stm32mp1.c
  319. F: drivers/gpio/stm32_gpio.c
  320. F: drivers/hwspinlock/stm32_hwspinlock.c
  321. F: drivers/i2c/stm32f7_i2c.c
  322. F: drivers/mailbox/stm32-ipcc.c
  323. F: drivers/misc/stm32mp_fuse.c
  324. F: drivers/misc/stm32_rcc.c
  325. F: drivers/mmc/stm32_sdmmc2.c
  326. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  327. F: drivers/phy/phy-stm32-usbphyc.c
  328. F: drivers/pinctrl/pinctrl_stm32.c
  329. F: drivers/power/pmic/stpmic1.c
  330. F: drivers/power/regulator/stm32-vrefbuf.c
  331. F: drivers/power/regulator/stpmic1.c
  332. F: drivers/ram/stm32mp1/
  333. F: drivers/remoteproc/stm32_copro.c
  334. F: drivers/reset/stm32-reset.c
  335. F: drivers/rtc/stm32_rtc.c
  336. F: drivers/serial/serial_stm32.*
  337. F: drivers/spi/stm32_qspi.c
  338. F: drivers/spi/stm32_spi.c
  339. F: drivers/video/stm32/stm32_ltdc.c
  340. F: drivers/watchdog/stm32mp_wdt.c
  341. F: include/dt-bindings/clock/stm32fx-clock.h
  342. F: include/dt-bindings/clock/stm32mp1-clks.h
  343. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  344. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  345. F: include/dt-bindings/reset/stm32mp1-resets.h
  346. F: include/stm32_rcc.h
  347. F: tools/stm32image.c
  348. ARM STM STV0991
  349. M: Vikas Manocha <vikas.manocha@st.com>
  350. S: Maintained
  351. F: arch/arm/cpu/armv7/stv0991/
  352. F: arch/arm/include/asm/arch-stv0991/
  353. ARM SUNXI
  354. M: Jagan Teki <jagan@amarulasolutions.com>
  355. M: Maxime Ripard <mripard@kernel.org>
  356. S: Maintained
  357. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  358. F: arch/arm/cpu/armv7/sunxi/
  359. F: arch/arm/include/asm/arch-sunxi/
  360. F: arch/arm/mach-sunxi/
  361. F: board/sunxi/
  362. ARM TEGRA
  363. M: Tom Warren <twarren@nvidia.com>
  364. S: Maintained
  365. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  366. F: arch/arm/mach-tegra/
  367. F: arch/arm/include/asm/arch-tegra*/
  368. ARM TI
  369. M: Lokesh Vutla <lokeshvutla@ti.com>
  370. S: Maintained
  371. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  372. F: arch/arm/mach-davinci/
  373. F: arch/arm/mach-k3/
  374. F: arch/arm/mach-keystone/
  375. F: arch/arm/include/asm/arch-omap*/
  376. F: arch/arm/include/asm/ti-common/
  377. ARM U8500
  378. M: Stephan Gerhold <stephan@gerhold.net>
  379. R: Linus Walleij <linus.walleij@linaro.org>
  380. S: Maintained
  381. F: arch/arm/dts/ste-*
  382. F: arch/arm/mach-u8500/
  383. F: drivers/timer/nomadik-mtu-timer.c
  384. ARM UNIPHIER
  385. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  386. S: Maintained
  387. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
  388. F: arch/arm/mach-uniphier/
  389. F: configs/uniphier_*_defconfig
  390. N: uniphier
  391. ARM VERSAL
  392. M: Michal Simek <michal.simek@xilinx.com>
  393. S: Maintained
  394. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  395. F: arch/arm/mach-versal/
  396. N: (?<!uni)versal
  397. ARM VERSATILE EXPRESS DRIVERS
  398. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  399. S: Maintained
  400. T: git git://github.com/ARM-software/u-boot.git
  401. F: drivers/misc/vexpress_config.c
  402. N: vexpress
  403. ARM ZYNQ
  404. M: Michal Simek <monstr@monstr.eu>
  405. S: Maintained
  406. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  407. F: arch/arm/mach-zynq/
  408. F: drivers/clk/clk_zynq.c
  409. F: drivers/fpga/zynqpl.c
  410. F: drivers/gpio/zynq_gpio.c
  411. F: drivers/i2c/i2c-cdns.c
  412. F: drivers/i2c/muxes/pca954x.c
  413. F: drivers/i2c/zynq_i2c.c
  414. F: drivers/mmc/zynq_sdhci.c
  415. F: drivers/mtd/nand/raw/zynq_nand.c
  416. F: drivers/net/phy/xilinx_phy.c
  417. F: drivers/net/zynq_gem.c
  418. F: drivers/serial/serial_zynq.c
  419. F: drivers/spi/zynq_qspi.c
  420. F: drivers/spi/zynq_spi.c
  421. F: drivers/usb/host/ehci-zynq.c
  422. F: drivers/watchdog/cdns_wdt.c
  423. F: include/zynqpl.h
  424. F: tools/zynqimage.c
  425. N: zynq
  426. ARM ZYNQMP
  427. M: Michal Simek <michal.simek@xilinx.com>
  428. S: Maintained
  429. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  430. F: arch/arm/mach-zynqmp/
  431. F: drivers/clk/clk_zynqmp.c
  432. F: driver/firmware/firmware-zynqmp.c
  433. F: drivers/fpga/zynqpl.c
  434. F: drivers/gpio/zynq_gpio.c
  435. F: drivers/i2c/i2c-cdns.c
  436. F: drivers/i2c/muxes/pca954x.c
  437. F: drivers/i2c/zynq_i2c.c
  438. F: drivers/mailbox/zynqmp-ipi.c
  439. F: drivers/mmc/zynq_sdhci.c
  440. F: drivers/mtd/nand/raw/zynq_nand.c
  441. F: drivers/net/phy/xilinx_phy.c
  442. F: drivers/net/zynq_gem.c
  443. F: drivers/serial/serial_zynq.c
  444. F: drivers/spi/zynq_qspi.c
  445. F: drivers/spi/zynq_spi.c
  446. F: drivers/timer/cadence-ttc.c
  447. F: drivers/usb/host/ehci-zynq.c
  448. F: drivers/watchdog/cdns_wdt.c
  449. F: include/zynqmppl.h
  450. F: include/zynqmp_firmware.h
  451. F: tools/zynqmp*
  452. N: ultra96
  453. N: zynqmp
  454. ARM ZYNQMP R5
  455. M: Michal Simek <michal.simek@xilinx.com>
  456. S: Maintained
  457. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  458. F: arch/arm/mach-zynqmp-r5/
  459. ARM PHYTIUM
  460. M: liuhao <liuhao@phytium.com.cn>
  461. M: shuyiqi <shuyiqi@phytium.com.cn>
  462. S: Maintained
  463. F: drivers/pci/pcie_phytium.c
  464. F: arch/arm/dts/phytium-durian.dts
  465. BINMAN
  466. M: Simon Glass <sjg@chromium.org>
  467. S: Maintained
  468. F: tools/binman/
  469. BUILDMAN
  470. M: Simon Glass <sjg@chromium.org>
  471. S: Maintained
  472. F: tools/buildman/
  473. CFI FLASH
  474. M: Stefan Roese <sr@denx.de>
  475. S: Maintained
  476. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  477. F: drivers/mtd/cfi_flash.c
  478. F: drivers/mtd/jedec_flash.c
  479. CLOCK
  480. M: Lukasz Majewski <lukma@denx.de>
  481. S: Maintained
  482. T: git git://git.denx.de/u-boot-dfu.git
  483. F: drivers/clk/
  484. F: drivers/clk/imx/
  485. COLDFIRE
  486. M: Huan Wang <alison.wang@nxp.com>
  487. M: Angelo Dureghello <angelo@sysam.it>
  488. S: Maintained
  489. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  490. F: arch/m68k/
  491. DFU
  492. M: Lukasz Majewski <lukma@denx.de>
  493. S: Maintained
  494. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  495. F: cmd/dfu.c
  496. F: cmd/usb_*.c
  497. F: common/dfu.c
  498. F: common/update.c
  499. F: common/usb_storage.c
  500. F: drivers/dfu/
  501. F: drivers/usb/gadget/
  502. DRIVER MODEL
  503. M: Simon Glass <sjg@chromium.org>
  504. S: Maintained
  505. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  506. F: drivers/core/
  507. F: include/dm/
  508. F: test/dm/
  509. EFI PAYLOAD
  510. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  511. R: Alexander Graf <agraf@csgraf.de>
  512. S: Maintained
  513. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  514. F: doc/api/efi.rst
  515. F: doc/uefi/*
  516. F: include/capitalization.h
  517. F: include/charset.h
  518. F: include/cp1250.h
  519. F: include/cp437.h
  520. F: include/efi*
  521. F: include/pe.h
  522. F: include/asm-generic/pe.h
  523. F: lib/charset.c
  524. F: lib/efi*/
  525. F: test/py/tests/test_efi*
  526. F: test/unicode_ut.c
  527. F: cmd/bootefi.c
  528. F: cmd/efidebug.c
  529. F: cmd/nvedit_efi.c
  530. F: tools/file2include.c
  531. ENVIRONMENT
  532. M: Joe Hershberger <joe.hershberger@ni.com>
  533. R: Wolfgang Denk <wd@denx.de>
  534. S: Maintained
  535. F: env/
  536. F: include/env*
  537. F: test/env/
  538. F: tools/env*
  539. F: tools/mkenvimage.c
  540. FPGA
  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: drivers/fpga/
  545. F: cmd/fpga.c
  546. F: include/fpga.h
  547. FLATTENED DEVICE TREE
  548. M: Simon Glass <sjg@chromium.org>
  549. S: Maintained
  550. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  551. F: lib/fdtdec*
  552. F: lib/libfdt/
  553. F: include/fdt*
  554. F: include/linux/libfdt*
  555. F: cmd/fdt.c
  556. F: common/fdt_support.c
  557. FREEBSD
  558. M: Rafal Jaworowski <raj@semihalf.com>
  559. S: Maintained
  560. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  561. FREESCALE QORIQ
  562. M: Priyanka Jain <priyanka.jain@nxp.com>
  563. S: Maintained
  564. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  565. F: drivers/watchdog/sp805_wdt.c
  566. I2C
  567. M: Heiko Schocher <hs@denx.de>
  568. S: Maintained
  569. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  570. F: drivers/i2c/
  571. LOGGING
  572. M: Simon Glass <sjg@chromium.org>
  573. S: Maintained
  574. T: git https://gitlab.denx.de/u-boot/u-boot.git
  575. F: common/log.c
  576. F: cmd/log.c
  577. F: test/log/log_test.c
  578. F: test/py/tests/test_log.py
  579. MALI DISPLAY PROCESSORS
  580. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  581. S: Supported
  582. T: git git://github.com/ARM-software/u-boot.git
  583. F: drivers/video/mali_dp.c
  584. F: drivers/i2c/i2c-versatile.c
  585. MICROBLAZE
  586. M: Michal Simek <monstr@monstr.eu>
  587. S: Maintained
  588. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  589. F: arch/microblaze/
  590. F: cmd/mfsl.c
  591. F: drivers/gpio/xilinx_gpio.c
  592. F: drivers/net/xilinx_axi_emac.c
  593. F: drivers/net/xilinx_emaclite.c
  594. F: drivers/serial/serial_xuartlite.c
  595. F: drivers/spi/xilinx_spi.c
  596. F: drivers/sysreset/sysreset_gpio.c
  597. F: drivers/watchdog/xilinx_tb_wdt.c
  598. N: xilinx
  599. MIPS
  600. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  601. S: Maintained
  602. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  603. F: arch/mips/
  604. MIPS CORTINA ACCESS CAxxxx
  605. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  606. S: Supported
  607. F: board/cortina/common/
  608. F: drivers/gpio/cortina_gpio.c
  609. F: drivers/watchdog/cortina_wdt.c
  610. F: drivers/serial/serial_cortina.c
  611. MIPS MSCC
  612. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  613. M: Lars Povlsen <lars.povlsen@microchip.com>
  614. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  615. S: Maintained
  616. F: arch/mips/mach-mscc/
  617. F: arch/mips/dts/luton*
  618. F: arch/mips/dts/mscc*
  619. F: arch/mips/dts/ocelot*
  620. F: arch/mips/dts/jr2*
  621. F: arch/mips/dts/serval*
  622. F: board/mscc/
  623. F: configs/mscc*
  624. F: drivers/gpio/mscc_sgpio.c
  625. F: drivers/spi/mscc_bb_spi.c
  626. F: include/configs/vcoreiii.h
  627. F: include/dt-bindings/mscc/
  628. F: drivers/pinctrl/mscc/
  629. F: drivers/net/mscc_eswitch/
  630. MIPS JZ4780
  631. M: Ezequiel Garcia <ezequiel@collabora.com>
  632. S: Maintained
  633. F: arch/mips/mach-jz47xx/
  634. MMC
  635. M: Peng Fan <peng.fan@nxp.com>
  636. S: Maintained
  637. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  638. F: drivers/mmc/
  639. NAND FLASH
  640. #M: Scott Wood <oss@buserror.net>
  641. S: Orphaned (Since 2018-07)
  642. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  643. F: drivers/mtd/nand/raw/
  644. NDS32
  645. M: Rick Chen <rick@andestech.com>
  646. S: Maintained
  647. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  648. F: arch/nds32/
  649. NETWORK
  650. M: Joe Hershberger <joe.hershberger@ni.com>
  651. S: Maintained
  652. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  653. F: drivers/net/
  654. F: include/net.h
  655. F: net/
  656. NIOS
  657. M: Thomas Chou <thomas@wytron.com.tw>
  658. S: Maintained
  659. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  660. F: arch/nios2/
  661. ONENAND
  662. #M: Lukasz Majewski <l.majewski@majess.pl>
  663. S: Orphaned (Since 2017-01)
  664. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  665. F: drivers/mtd/onenand/
  666. PATMAN
  667. M: Simon Glass <sjg@chromium.org>
  668. S: Maintained
  669. F: tools/patman/
  670. PCI Endpoint
  671. M: Ramon Fried <rfried.dev@gmail.com>
  672. S: Maintained
  673. F: drivers/pci_endpoint/
  674. F: include/pci_ep.h
  675. PCI MPC85xx
  676. M: Heiko Schocher <hs@denx.de>
  677. S: Maintained
  678. F: drivers/pci/pci_mpc85xx.c
  679. POWER
  680. M: Jaehoon Chung <jh80.chung@samsung.com>
  681. S: Maintained
  682. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  683. F: drivers/power/
  684. POWERPC
  685. M: Wolfgang Denk <wd@denx.de>
  686. S: Maintained
  687. F: arch/powerpc/
  688. POWERPC MPC8XX
  689. M: Christophe Leroy <christophe.leroy@c-s.fr>
  690. S: Maintained
  691. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  692. F: arch/powerpc/cpu/mpc8xx/
  693. POWERPC MPC83XX
  694. M: Mario Six <mario.six@gdsys.cc>
  695. S: Maintained
  696. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  697. F: drivers/ram/mpc83xx_sdram.c
  698. F: include/dt-bindings/memory/mpc83xx-sdram.h
  699. F: drivers/sysreset/sysreset_mpc83xx.c
  700. F: drivers/sysreset/sysreset_mpc83xx.h
  701. F: drivers/clk/mpc83xx_clk.c
  702. F: drivers/clk/mpc83xx_clk.h
  703. F: include/dt-bindings/clk/mpc83xx-clk.h
  704. F: drivers/timer/mpc83xx_timer.c
  705. F: drivers/cpu/mpc83xx_cpu.c
  706. F: drivers/cpu/mpc83xx_cpu.h
  707. F: drivers/misc/mpc83xx_serdes.c
  708. F: arch/powerpc/cpu/mpc83xx/
  709. F: arch/powerpc/include/asm/arch-mpc83xx/
  710. POWERPC MPC85XX
  711. M: Priyanka Jain <priyanka.jain@nxp.com>
  712. S: Maintained
  713. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  714. F: arch/powerpc/cpu/mpc85xx/
  715. POWERPC MPC86XX
  716. M: Priyanka Jain <priyanka.jain@nxp.com>
  717. S: Maintained
  718. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  719. F: arch/powerpc/cpu/mpc86xx/
  720. RISC-V
  721. M: Rick Chen <rick@andestech.com>
  722. S: Maintained
  723. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  724. F: arch/riscv/
  725. F: cmd/riscv/
  726. F: tools/prelink-riscv.c
  727. RNG
  728. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  729. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  730. S: Maintained
  731. F: cmd/rng.c
  732. F: drivers/rng/
  733. F: drivers/virtio/virtio_rng.c
  734. F: include/rng.h
  735. ROCKUSB
  736. M: Eddie Cai <eddie.cai.linux@gmail.com>
  737. S: Maintained
  738. F: drivers/usb/gadget/f_rockusb.c
  739. F: cmd/rockusb.c
  740. F: doc/README.rockusb
  741. SANDBOX
  742. M: Simon Glass <sjg@chromium.org>
  743. S: Maintained
  744. F: arch/sandbox/
  745. SH
  746. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  747. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  748. S: Maintained
  749. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  750. F: arch/sh/
  751. SPI
  752. M: Jagan Teki <jagan@amarulasolutions.com>
  753. S: Maintained
  754. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  755. F: drivers/spi/
  756. F: include/spi*
  757. SPI-NOR
  758. M: Jagan Teki <jagan@amarulasolutions.com>
  759. M: Vignesh R <vigneshr@ti.com>
  760. S: Maintained
  761. F: drivers/mtd/spi/
  762. F: include/spi_flash.h
  763. F: include/linux/mtd/cfi.h
  764. F: include/linux/mtd/spi-nor.h
  765. SPMI
  766. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  767. S: Maintained
  768. F: drivers/spmi/
  769. F: include/spmi/
  770. TDA19988 HDMI ENCODER
  771. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  772. S: Maintained
  773. F: drivers/video/tda19988.c
  774. TI SYSTEM SECURITY
  775. M: Andrew F. Davis <afd@ti.com>
  776. S: Supported
  777. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  778. F: arch/arm/mach-omap2/sec-common.c
  779. F: arch/arm/mach-omap2/config_secure.mk
  780. F: arch/arm/mach-k3/security.c
  781. F: arch/arm/mach-k3/config_secure.mk
  782. F: configs/am335x_hs_evm_defconfig
  783. F: configs/am335x_hs_evm_uart_defconfig
  784. F: configs/am43xx_hs_evm_defconfig
  785. F: configs/am57xx_hs_evm_defconfig
  786. F: configs/am57xx_hs_evm_usb_defconfig
  787. F: configs/dra7xx_hs_evm_defconfig
  788. F: configs/dra7xx_hs_evm_usb_defconfig
  789. F: configs/k2hk_hs_evm_defconfig
  790. F: configs/k2e_hs_evm_defconfig
  791. F: configs/k2g_hs_evm_defconfig
  792. F: configs/k2l_hs_evm_defconfig
  793. F: configs/am65x_hs_evm_r5_defconfig
  794. F: configs/am65x_hs_evm_a53_defconfig
  795. F: configs/j721e_hs_evm_r5_defconfig
  796. F: configs/j721e_hs_evm_a72_defconfig
  797. TQ GROUP
  798. #M: Martin Krause <martin.krause@tq-systems.de>
  799. S: Orphaned (Since 2016-02)
  800. T: git git://git.denx.de/u-boot-tq-group.git
  801. TEE
  802. M: Jens Wiklander <jens.wiklander@linaro.org>
  803. S: Maintained
  804. F: drivers/tee/
  805. F: include/tee.h
  806. F: include/tee/
  807. TEE-lib
  808. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  809. S: Maintained
  810. F: lib/optee
  811. UBI
  812. M: Kyungmin Park <kmpark@infradead.org>
  813. M: Heiko Schocher <hs@denx.de>
  814. S: Maintained
  815. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  816. F: drivers/mtd/ubi/
  817. UFS
  818. M: Faiz Abbas <faiz_abbas@ti.com>
  819. S: Maintained
  820. F: drivers/ufs/
  821. USB
  822. M: Marek Vasut <marex@denx.de>
  823. S: Maintained
  824. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  825. F: drivers/usb/
  826. F: common/usb.c
  827. F: common/usb_kbd.c
  828. USB xHCI
  829. M: Bin Meng <bmeng.cn@gmail.com>
  830. S: Maintained
  831. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  832. F: drivers/usb/host/xhci*
  833. F: include/usb/xhci.h
  834. VIDEO
  835. M: Anatolij Gustschin <agust@denx.de>
  836. S: Maintained
  837. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  838. F: drivers/video/
  839. F: common/lcd*.c
  840. F: include/lcd*.h
  841. F: include/video*.h
  842. X86
  843. M: Simon Glass <sjg@chromium.org>
  844. M: Bin Meng <bmeng.cn@gmail.com>
  845. S: Maintained
  846. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  847. F: arch/x86/
  848. F: cmd/x86/
  849. XTENSA
  850. M: Max Filippov <jcmvbkbc@gmail.com>
  851. S: Maintained
  852. F: arch/xtensa/
  853. THE REST
  854. M: Tom Rini <trini@konsulko.com>
  855. L: u-boot@lists.denx.de
  856. Q: http://patchwork.ozlabs.org/project/uboot/list/
  857. S: Maintained
  858. T: git https://gitlab.denx.de/u-boot/u-boot.git
  859. F: configs/tools-only_defconfig
  860. F: *
  861. F: */