MAINTAINERS 26 KB

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