Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 1 | Descriptions of section entries: |
| 2 | |
| 3 | P: Person (obsolete) |
| 4 | M: Mail patches to: FullName <address@domain> |
Heinrich Schuchardt | 65fa17d | 2018-11-16 20:17:23 +0100 | [diff] [blame] | 5 | R: Designated reviewer: FullName <address@domain> |
| 6 | These reviewers should be CCed on patches. |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 7 | L: Mailing list that is relevant to this area |
| 8 | W: Web-page with status/info |
| 9 | Q: Patchwork web based patch tracking system site |
| 10 | T: SCM tree type and location. |
| 11 | Type is one of: git, hg, quilt, stgit, topgit |
| 12 | S: Status, one of the following: |
| 13 | Supported: Someone is actually paid to look after this. |
| 14 | Maintained: Someone actually looks after it. |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 15 | Orphan: No current maintainer [but maybe you could take the |
| 16 | role as you write your new code]. |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 17 | F: Files and directories with wildcard patterns. |
| 18 | A trailing slash includes all files and subdirectory files. |
| 19 | F: drivers/net/ all files in and below drivers/net |
| 20 | F: drivers/net/* all files in drivers/net, but not below |
| 21 | F: */net/* all files in "any top level directory"/net |
| 22 | One pattern per line. Multiple F: lines acceptable. |
| 23 | N: Files and directories with regex patterns. |
| 24 | N: [^a-z]tegra all files whose path contains the word tegra |
| 25 | One pattern per line. Multiple N: lines acceptable. |
| 26 | scripts/get_maintainer.pl has different behavior for files that |
| 27 | match F: pattern and matches of N: patterns. By default, |
| 28 | get_maintainer will not look at git log history when an F: pattern |
| 29 | match occurs. When an N: match occurs, git log history is used |
| 30 | to also notify the people that have git commit signatures. |
| 31 | X: Files and directories that are NOT maintained, same rules as F: |
| 32 | Files exclusions are tested before file matches. |
| 33 | Can be useful for excluding a specific subdirectory, for instance: |
| 34 | F: net/ |
| 35 | X: net/ipv6/ |
| 36 | matches all files in and below net excluding net/ipv6/ |
| 37 | K: Keyword perl extended regex pattern to match content in a |
| 38 | patch or file. For instance: |
| 39 | K: of_get_profile |
| 40 | matches patches or files that contain "of_get_profile" |
| 41 | K: \b(printk|pr_(info|err))\b |
| 42 | matches patches or files that contain one or more of the words |
| 43 | printk, pr_info or pr_err |
| 44 | One regex pattern per line. Multiple K: lines acceptable. |
| 45 | |
| 46 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
| 47 | order. If you could add yourselves to it in alphabetical order that would be |
| 48 | so much easier [Ed] |
| 49 | |
| 50 | Maintainers List (try to look for most precise areas first) |
| 51 | |
| 52 | ----------------------------------- |
| 53 | ARC |
| 54 | M: Alexey Brodkin <alexey.brodkin@synopsys.com> |
Eugeniy Paltsev | 4006200 | 2018-04-17 17:30:40 +0300 | [diff] [blame] | 55 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 56 | S: Maintained |
Eugeniy Paltsev | 4006200 | 2018-04-17 17:30:40 +0300 | [diff] [blame] | 57 | L: uboot-snps-arc@synopsys.com |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 58 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 59 | F: arch/arc/ |
Alexey Brodkin | b08b113 | 2018-05-25 16:14:38 +0300 | [diff] [blame] | 60 | F: board/synopsys/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 61 | |
Eugeniy Paltsev | e80dac0 | 2017-12-10 21:20:08 +0300 | [diff] [blame] | 62 | ARC HSDK CGU CLOCK |
| 63 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
| 64 | S: Maintained |
| 65 | L: uboot-snps-arc@synopsys.com |
| 66 | F: drivers/clk/clk-hsdk-cgu.c |
| 67 | F: include/dt-bindings/clock/snps,hsdk-cgu.h |
| 68 | F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt |
| 69 | |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 70 | ARC HSDK CREG GPIO |
| 71 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
| 72 | S: Maintained |
| 73 | L: uboot-snps-arc@synopsys.com |
Eugeniy Paltsev | 7620ec4 | 2018-06-08 17:58:24 +0300 | [diff] [blame] | 74 | F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 75 | F: drivers/gpio/hsdk-creg-gpio.c |
| 76 | |
Eugeniy Paltsev | 15736e2 | 2019-02-25 18:35:28 +0300 | [diff] [blame] | 77 | ARC SYNOPSYS DW MMC EXTENSIONS |
| 78 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> |
| 79 | S: Maintained |
| 80 | L: uboot-snps-arc@synopsys.com |
| 81 | F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt |
| 82 | F: drivers/mmc/snps_dw_mmc.c |
| 83 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 84 | ARM |
| 85 | M: Albert Aribaud <albert.u.boot@aribaud.net> |
| 86 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 87 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 88 | F: arch/arm/ |
Heinrich Schuchardt | dab8788 | 2018-12-26 17:20:35 +0100 | [diff] [blame] | 89 | F: cmd/arm/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 90 | |
Pavel Machek | d8540a1 | 2014-10-10 01:50:22 +0200 | [diff] [blame] | 91 | ARM ALTERA SOCFPGA |
| 92 | M: Marek Vasut <marex@denx.de> |
Simon Goldschmidt | a339f52 | 2019-03-28 22:27:53 +0100 | [diff] [blame] | 93 | M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
Pavel Machek | d8540a1 | 2014-10-10 01:50:22 +0200 | [diff] [blame] | 94 | S: Maintainted |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 95 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git |
Jagan Teki | f22dede | 2016-11-25 23:17:28 +0530 | [diff] [blame] | 96 | F: arch/arm/mach-socfpga/ |
Simon Goldschmidt | 690c129 | 2019-07-15 21:47:54 +0200 | [diff] [blame] | 97 | F: drivers/sysreset/sysreset_socfpga* |
Pavel Machek | d8540a1 | 2014-10-10 01:50:22 +0200 | [diff] [blame] | 98 | |
Neil Armstrong | 535d74a | 2019-01-30 10:53:10 +0100 | [diff] [blame] | 99 | ARM AMLOGIC SOC SUPPORT |
| 100 | M: Neil Armstrong <narmstrong@baylibre.com> |
| 101 | S: Maintained |
| 102 | L: u-boot-amlogic@groups.io |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 103 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git |
Neil Armstrong | 535d74a | 2019-01-30 10:53:10 +0100 | [diff] [blame] | 104 | F: arch/arm/mach-meson/ |
| 105 | F: arch/arm/include/asm/arch-meson/ |
Jerome Brunet | f5abfed | 2019-02-10 14:54:30 +0100 | [diff] [blame] | 106 | F: drivers/clk/meson/ |
Neil Armstrong | 535d74a | 2019-01-30 10:53:10 +0100 | [diff] [blame] | 107 | F: drivers/serial/serial_meson.c |
| 108 | F: drivers/reset/reset-meson.c |
| 109 | F: drivers/i2c/meson_i2c.c |
| 110 | F: drivers/net/phy/meson-gxl.c |
| 111 | F: drivers/adc/meson-saradc.c |
| 112 | F: drivers/phy/meson* |
| 113 | F: drivers/mmc/meson_gx_mmc.c |
| 114 | F: drivers/spi/meson_spifc.c |
| 115 | F: drivers/pinctrl/meson/ |
| 116 | F: drivers/power/domain/meson-gx-pwrc-vpu.c |
| 117 | F: drivers/video/meson/ |
| 118 | F: include/configs/meson64.h |
| 119 | N: meson |
| 120 | |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 121 | ARM BROADCOM BCM283X |
Alexander Graf | 3157bbf | 2019-02-14 14:37:59 +0100 | [diff] [blame] | 122 | M: Matthias Brugger <mbrugger@suse.com> |
Alexander Graf | 958d55f | 2018-01-25 12:05:54 +0100 | [diff] [blame] | 123 | S: Maintained |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 124 | F: arch/arm/mach-bcm283x/ |
| 125 | F: drivers/gpio/bcm2835_gpio.c |
| 126 | F: drivers/mmc/bcm2835_sdhci.c |
Alexander Graf | c8a73a2 | 2018-01-23 18:05:22 +0100 | [diff] [blame] | 127 | F: drivers/mmc/bcm2835_sdhost.c |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 128 | F: drivers/serial/serial_bcm283x_mu.c |
Alexander Graf | 6001985 | 2018-01-25 12:05:55 +0100 | [diff] [blame] | 129 | F: drivers/serial/serial_bcm283x_pl011.c |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 130 | F: drivers/video/bcm2835.c |
| 131 | F: include/dm/platform_data/serial_bcm283x_mu.h |
Alexander Graf | caf2233 | 2018-01-23 18:05:21 +0100 | [diff] [blame] | 132 | F: drivers/pinctrl/broadcom/ |
Stephen Warren | fe84ebf | 2016-04-04 20:00:41 -0600 | [diff] [blame] | 133 | |
Thomas Fitzsimmons | 894c3ad | 2018-06-08 17:59:45 -0400 | [diff] [blame] | 134 | ARM BROADCOM BCMSTB |
| 135 | M: Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 136 | S: Maintained |
| 137 | F: arch/arm/mach-bcmstb/ |
| 138 | F: board/broadcom/bcmstb/ |
Thomas Fitzsimmons | 3f20321 | 2018-08-22 18:37:55 -0400 | [diff] [blame] | 139 | F: configs/bcm7*_defconfig |
Thomas Fitzsimmons | 894c3ad | 2018-06-08 17:59:45 -0400 | [diff] [blame] | 140 | F: doc/README.bcm7xxx |
| 141 | F: drivers/mmc/bcmstb_sdhci.c |
| 142 | F: drivers/spi/bcmstb_spi.c |
| 143 | |
Marek Behún | da1f799 | 2018-12-17 16:10:07 +0100 | [diff] [blame] | 144 | ARM/CZ.NIC TURRIS MOX SUPPORT |
| 145 | M: Marek Behun <marek.behun@nic.cz> |
| 146 | S: Maintained |
| 147 | F: arch/arm/dts/armada-3720-turris-mox.dts |
| 148 | F: board/CZ.NIC/ |
| 149 | F: configs/turris_*_defconfig |
| 150 | F: include/configs/turris_*.h |
| 151 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 152 | ARM FREESCALE IMX |
| 153 | M: Stefano Babic <sbabic@denx.de> |
Fabio Estevam | 73127e9 | 2019-01-21 14:29:54 -0200 | [diff] [blame] | 154 | M: Fabio Estevam <festevam@gmail.com> |
Peng Fan | d17b0be | 2018-12-15 12:07:02 +0000 | [diff] [blame] | 155 | R: NXP i.MX U-Boot Team <uboot-imx@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 156 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 157 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 158 | F: arch/arm/cpu/arm1136/mx*/ |
| 159 | F: arch/arm/cpu/arm926ejs/mx*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 160 | F: arch/arm/cpu/armv7/vf610/ |
Fabio Estevam | 6ad85a4 | 2019-05-10 09:23:53 -0300 | [diff] [blame] | 161 | F: arch/arm/dts/*imx* |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 162 | F: arch/arm/mach-imx/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 163 | F: arch/arm/include/asm/arch-imx/ |
| 164 | F: arch/arm/include/asm/arch-mx*/ |
| 165 | F: arch/arm/include/asm/arch-vf610/ |
Stefano Babic | 552a848 | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 166 | F: arch/arm/include/asm/mach-imx/ |
Fabio Estevam | 77cbd3a | 2016-07-26 21:27:49 -0300 | [diff] [blame] | 167 | F: board/freescale/*mx*/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 168 | |
Peter Griffin | ae4dc15 | 2016-04-20 17:13:58 +0100 | [diff] [blame] | 169 | ARM HISILICON |
| 170 | M: Peter Griffin <peter.griffin@linaro.org> |
| 171 | S: Maintained |
| 172 | F: arch/arm/cpu/armv8/hisilicon |
Heinrich Schuchardt | 0f8525f | 2018-03-12 23:02:17 +0100 | [diff] [blame] | 173 | F: arch/arm/include/asm/arch-hi6220/ |
Peter Griffin | ae4dc15 | 2016-04-20 17:13:58 +0100 | [diff] [blame] | 174 | |
Stefan Roese | 1579faf | 2019-02-15 13:56:56 +0100 | [diff] [blame] | 175 | ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 176 | M: Stefan Roese <sr@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 177 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 178 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git |
Masahiro Yamada | 56f86e3 | 2015-02-20 17:04:06 +0900 | [diff] [blame] | 179 | F: arch/arm/mach-kirkwood/ |
Stefan Roese | f822d85 | 2016-01-14 05:00:00 +0100 | [diff] [blame] | 180 | F: arch/arm/mach-mvebu/ |
Ken Ma | 592b4a7 | 2018-05-25 15:49:24 +0800 | [diff] [blame] | 181 | F: drivers/ata/ahci_mvebu.c |
Stefan Roese | 1579faf | 2019-02-15 13:56:56 +0100 | [diff] [blame] | 182 | F: drivers/ddr/marvell/ |
| 183 | F: drivers/gpio/mvebu_gpio.c |
| 184 | F: drivers/spi/kirkwood_spi.c |
| 185 | F: drivers/pci/pci_mvebu.c |
| 186 | F: drivers/pci/pcie_dw_mvebu.c |
| 187 | F: drivers/watchdog/orion_wdt.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 188 | |
| 189 | ARM MARVELL PXA |
| 190 | M: Marek Vasut <marex@denx.de> |
| 191 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 192 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 193 | F: arch/arm/cpu/pxa/ |
| 194 | F: arch/arm/include/asm/arch-pxa/ |
| 195 | |
Ryder Lee | a9da9ee | 2018-11-15 10:08:06 +0800 | [diff] [blame] | 196 | ARM MEDIATEK |
| 197 | M: Ryder Lee <ryder.lee@mediatek.com> |
| 198 | M: Weijie Gao <weijie.gao@mediatek.com> |
| 199 | S: Maintained |
| 200 | F: arch/arm/mach-mediatek/ |
| 201 | F: arch/arm/include/asm/arch-mediatek/ |
| 202 | F: board/mediatek/ |
| 203 | F: doc/README.mediatek |
| 204 | F: drivers/clk/mediatek/ |
| 205 | F: drivers/mmc/mtk-sd.c |
| 206 | F: drivers/pinctrl/mediatek/ |
| 207 | F: drivers/power/domain/mtk-power-domain.c |
| 208 | F: drivers/ram/mediatek/ |
Weijie Gao | 603fcd1 | 2019-07-22 17:09:01 +0530 | [diff] [blame] | 209 | F: drivers/spi/mtk_snfi_spi.c |
Ryder Lee | a9da9ee | 2018-11-15 10:08:06 +0800 | [diff] [blame] | 210 | F: drivers/timer/mtk_timer.c |
| 211 | F: drivers/watchdog/mtk_wdt.c |
Weijie Gao | d049ff9 | 2018-12-20 16:12:58 +0800 | [diff] [blame] | 212 | F: drivers/net/mtk_eth.c |
| 213 | F: drivers/reset/reset-mediatek.c |
Ryder Lee | a9da9ee | 2018-11-15 10:08:06 +0800 | [diff] [blame] | 214 | F: tools/mtk_image.c |
| 215 | F: tools/mtk_image.h |
| 216 | N: mediatek |
| 217 | |
Eugen Hristev | 413ca72 | 2019-02-05 10:20:39 +0000 | [diff] [blame] | 218 | ARM MICROCHIP/ATMEL AT91 |
| 219 | M: Eugen Hristev <eugen.hristev@microchip.com> |
| 220 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 221 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git |
Eugen Hristev | 413ca72 | 2019-02-05 10:20:39 +0000 | [diff] [blame] | 222 | F: arch/arm/mach-at91/ |
| 223 | F: board/atmel/ |
| 224 | |
Manivannan Sadhasivam | e2a1484 | 2018-06-14 23:38:39 +0530 | [diff] [blame] | 225 | ARM OWL |
| 226 | M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
| 227 | S: Maintained |
| 228 | F: arch/arm/include/asm/arch-owl/ |
| 229 | F: arch/arm/mach-owl/ |
| 230 | F: board/ucRobotics/ |
| 231 | F: drivers/clk/owl/ |
| 232 | F: drivers/serial/serial_owl.c |
| 233 | |
Nobuhiro Iwamatsu | 4810c2f | 2015-10-10 06:09:03 +0900 | [diff] [blame] | 234 | ARM RENESAS RMOBILE/R-CAR |
| 235 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
Marek Vasut | 9db60e2 | 2017-10-15 14:51:55 +0200 | [diff] [blame] | 236 | M: Marek Vasut <marek.vasut+renesas@gmail.com> |
Nobuhiro Iwamatsu | 4810c2f | 2015-10-10 06:09:03 +0900 | [diff] [blame] | 237 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 238 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git |
Nobuhiro Iwamatsu | 4810c2f | 2015-10-10 06:09:03 +0900 | [diff] [blame] | 239 | F: arch/arm/mach-rmobile/ |
| 240 | |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 241 | ARM ROCKCHIP |
| 242 | M: Simon Glass <sjg@chromium.org> |
Philipp Tomsich | f871437 | 2017-06-21 15:13:38 +0200 | [diff] [blame] | 243 | M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> |
Kever Yang | 37dc8aa | 2019-04-03 15:28:16 +0800 | [diff] [blame] | 244 | M: Kever Yang <kever.yang@rock-chips.com> |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 245 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 246 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git |
Philipp Tomsich | 8b45193 | 2017-11-27 00:18:42 +0100 | [diff] [blame] | 247 | F: arch/arm/include/asm/arch-rockchip/ |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 248 | F: arch/arm/mach-rockchip/ |
Kever Yang | ae0fc89 | 2017-05-23 15:01:14 +0800 | [diff] [blame] | 249 | F: board/rockchip/ |
Philipp Tomsich | 8b45193 | 2017-11-27 00:18:42 +0100 | [diff] [blame] | 250 | F: drivers/clk/rockchip/ |
| 251 | F: drivers/gpio/rk_gpio.c |
| 252 | F: drivers/misc/rockchip-efuse.c |
Philipp Tomsich | 47b8583 | 2018-03-26 19:59:09 +0200 | [diff] [blame] | 253 | F: drivers/mmc/rockchip_sdhci.c |
| 254 | F: drivers/mmc/rockchip_dw_mmc.c |
Philipp Tomsich | 8b45193 | 2017-11-27 00:18:42 +0100 | [diff] [blame] | 255 | F: drivers/pinctrl/rockchip/ |
| 256 | F: drivers/ram/rockchip/ |
| 257 | F: drivers/sysreset/sysreset_rockchip.c |
Philipp Tomsich | 3f56552 | 2018-02-23 17:38:53 +0100 | [diff] [blame] | 258 | F: drivers/video/rockchip/ |
Philipp Tomsich | 8b45193 | 2017-11-27 00:18:42 +0100 | [diff] [blame] | 259 | F: tools/rkcommon.c |
| 260 | F: tools/rkcommon.h |
| 261 | F: tools/rkimage.c |
| 262 | F: tools/rksd.c |
| 263 | F: tools/rkspi.c |
Masahiro Yamada | c3caeac | 2016-01-05 10:47:10 +0900 | [diff] [blame] | 264 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 265 | ARM SAMSUNG |
| 266 | M: Minkyu Kang <mk7.kang@samsung.com> |
| 267 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 268 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git |
Minkyu Kang | 225f5ee | 2015-11-20 15:24:57 +0900 | [diff] [blame] | 269 | F: arch/arm/mach-exynos/ |
| 270 | F: arch/arm/mach-s5pc1xx/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 271 | F: arch/arm/cpu/armv7/s5p-common/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 272 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 273 | ARM SNAPDRAGON |
Ramon Fried | 0dfe442 | 2019-06-06 21:35:05 +0300 | [diff] [blame] | 274 | M: Ramon Fried <rfried.dev@gmail.com> |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 275 | S: Maintained |
| 276 | F: arch/arm/mach-snapdragon/ |
Ramon Fried | ce18baf | 2018-08-03 20:56:27 +0300 | [diff] [blame] | 277 | F: drivers/gpio/msm_gpio.c |
| 278 | F: drivers/mmc/msm_sdhci.c |
Ramon Fried | 92454e4 | 2018-09-21 13:35:47 +0300 | [diff] [blame] | 279 | F: drivers/phy/msm8916-usbh-phy.c |
Ramon Fried | ce18baf | 2018-08-03 20:56:27 +0300 | [diff] [blame] | 280 | F: drivers/serial/serial_msm.c |
Ramon Fried | 654dd4a | 2018-07-02 02:57:56 +0300 | [diff] [blame] | 281 | F: drivers/smem/msm_smem.c |
Ramon Fried | ce18baf | 2018-08-03 20:56:27 +0300 | [diff] [blame] | 282 | F: drivers/usb/host/ehci-msm.c |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 283 | |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 284 | ARM STI |
| 285 | M: Patrice Chotard <patrice.chotard@st.com> |
| 286 | S: Maintained |
| 287 | F: arch/arm/mach-sti/ |
| 288 | F: arch/arm/include/asm/arch-sti*/ |
| 289 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 290 | ARM STM SPEAR |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 291 | #M: Vipin Kumar <vipin.kumar@st.com> |
| 292 | S: Orphaned (Since 2016-02) |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 293 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 294 | F: arch/arm/cpu/arm926ejs/spear/ |
| 295 | F: arch/arm/include/asm/arch-spear/ |
| 296 | |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 297 | ARM STM STM32MP |
| 298 | M: Patrick Delaunay <patrick.delaunay@st.com> |
Patrice Chotard | f65b82f | 2018-08-06 11:52:23 +0200 | [diff] [blame] | 299 | M: Patrice Chotard <patrice.chotard@st.com> |
Patrick Delaunay | 84ee59a | 2018-11-08 17:52:21 +0100 | [diff] [blame] | 300 | L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers) |
Patrice Chotard | 9421781 | 2019-06-20 15:35:28 +0200 | [diff] [blame] | 301 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 302 | S: Maintained |
Patrick Delaunay | 67eea68 | 2019-01-21 17:20:00 +0100 | [diff] [blame] | 303 | F: arch/arm/mach-stm32mp/ |
Heinrich Schuchardt | b57aaa0 | 2018-04-04 01:16:08 +0200 | [diff] [blame] | 304 | F: drivers/clk/clk_stm32mp1.c |
Patrice Chotard | f65b82f | 2018-08-06 11:52:23 +0200 | [diff] [blame] | 305 | F: drivers/i2c/stm32f7_i2c.c |
Fabien Dessenne | b04553e | 2019-05-14 11:20:35 +0200 | [diff] [blame] | 306 | F: drivers/mailbox/stm32-ipcc.c |
Patrick Delaunay | c3600e1 | 2018-05-17 15:24:06 +0200 | [diff] [blame] | 307 | F: drivers/misc/stm32mp_fuse.c |
Patrice Chotard | f65b82f | 2018-08-06 11:52:23 +0200 | [diff] [blame] | 308 | F: drivers/mmc/stm32_sdmmc2.c |
| 309 | F: drivers/phy/phy-stm32-usbphyc.c |
| 310 | F: drivers/pinctrl/pinctrl_stm32.c |
Patrick Delaunay | 42f01aa | 2019-02-04 11:26:17 +0100 | [diff] [blame] | 311 | F: drivers/power/pmic/stpmic1.c |
Patrice Chotard | f65b82f | 2018-08-06 11:52:23 +0200 | [diff] [blame] | 312 | F: drivers/power/regulator/stm32-vrefbuf.c |
Patrick Delaunay | 42f01aa | 2019-02-04 11:26:17 +0100 | [diff] [blame] | 313 | F: drivers/power/regulator/stpmic1.c |
Heinrich Schuchardt | b57aaa0 | 2018-04-04 01:16:08 +0200 | [diff] [blame] | 314 | F: drivers/ram/stm32mp1/ |
Fabien Dessenne | 5dca7d1 | 2019-05-31 15:11:35 +0200 | [diff] [blame] | 315 | F: drivers/remoteproc/stm32_copro.c |
Patrice Chotard | f65b82f | 2018-08-06 11:52:23 +0200 | [diff] [blame] | 316 | F: drivers/misc/stm32_rcc.c |
| 317 | F: drivers/reset/stm32-reset.c |
| 318 | F: drivers/spi/stm32_qspi.c |
Patrice Chotard | a2a89b2 | 2019-04-30 18:08:28 +0200 | [diff] [blame] | 319 | F: drivers/spi/stm32_spi.c |
Patrice Chotard | 8c1007a | 2019-04-30 17:26:22 +0200 | [diff] [blame] | 320 | F: drivers/watchdog/stm32mp_wdt.c |
Patrick Delaunay | 2514c2d | 2018-03-12 10:46:10 +0100 | [diff] [blame] | 321 | |
Vikas Manocha | 9fa32b1 | 2014-11-18 10:42:22 -0800 | [diff] [blame] | 322 | ARM STM STV0991 |
| 323 | M: Vikas Manocha <vikas.manocha@st.com> |
| 324 | S: Maintained |
| 325 | F: arch/arm/cpu/armv7/stv0991/ |
| 326 | F: arch/arm/include/asm/arch-stv0991/ |
| 327 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 328 | ARM SUNXI |
Jagan Teki | 59aea29 | 2019-04-12 18:44:34 +0530 | [diff] [blame] | 329 | M: Jagan Teki <jagan@amarulasolutions.com> |
Maxime Ripard | bf8f4c4 | 2018-02-02 21:45:23 +0100 | [diff] [blame] | 330 | M: Maxime Ripard <maxime.ripard@bootlin.com> |
Chen-Yu Tsai | ed8f2a2 | 2017-03-01 14:03:34 +0800 | [diff] [blame] | 331 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 332 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 333 | F: arch/arm/cpu/armv7/sunxi/ |
| 334 | F: arch/arm/include/asm/arch-sunxi/ |
Chen-Yu Tsai | ed8f2a2 | 2017-03-01 14:03:34 +0800 | [diff] [blame] | 335 | F: arch/arm/mach-sunxi/ |
| 336 | F: board/sunxi/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 337 | |
| 338 | ARM TEGRA |
| 339 | M: Tom Warren <twarren@nvidia.com> |
| 340 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 341 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git |
Masahiro Yamada | 09f455d | 2015-02-20 17:04:04 +0900 | [diff] [blame] | 342 | F: arch/arm/mach-tegra/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 343 | F: arch/arm/include/asm/arch-tegra*/ |
| 344 | |
| 345 | ARM TI |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 346 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 347 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 348 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git |
Masahiro Yamada | 26f7c11 | 2015-04-08 18:23:23 +0900 | [diff] [blame] | 349 | F: arch/arm/mach-davinci/ |
Lokesh Vutla | 586bde9 | 2018-08-27 15:57:08 +0530 | [diff] [blame] | 350 | F: arch/arm/mach-k3/ |
Masahiro Yamada | 26f7c11 | 2015-04-08 18:23:23 +0900 | [diff] [blame] | 351 | F: arch/arm/mach-keystone/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 352 | F: arch/arm/include/asm/arch-omap*/ |
| 353 | F: arch/arm/include/asm/ti-common/ |
| 354 | |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 355 | ARM UNIPHIER |
Masahiro Yamada | ed6226c | 2015-03-11 13:01:35 +0900 | [diff] [blame] | 356 | M: Masahiro Yamada <yamada.masahiro@socionext.com> |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 357 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 358 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git |
Masahiro Yamada | 4c42557 | 2015-02-27 02:26:42 +0900 | [diff] [blame] | 359 | F: arch/arm/mach-uniphier/ |
Masahiro Yamada | 5fd3f43 | 2015-12-17 18:00:39 +0900 | [diff] [blame] | 360 | F: configs/uniphier_*_defconfig |
Masahiro Yamada | eb006c8 | 2015-02-05 14:30:24 +0900 | [diff] [blame] | 361 | N: uniphier |
Masahiro Yamada | 0fb63aa | 2014-10-03 19:21:08 +0900 | [diff] [blame] | 362 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 363 | ARM VERSAL |
| 364 | M: Michal Simek <michal.simek@xilinx.com> |
| 365 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 366 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 367 | F: arch/arm/mach-versal/ |
| 368 | |
Liviu Dudau | 0fabfeb | 2018-09-28 13:43:31 +0100 | [diff] [blame] | 369 | ARM VERSATILE EXPRESS DRIVERS |
| 370 | M: Liviu Dudau <liviu.dudau@foss.arm.com> |
| 371 | S: Maintained |
| 372 | T: git git://github.com/ARM-software/u-boot.git |
| 373 | F: drivers/misc/vexpress_config.c |
| 374 | N: vexpress |
| 375 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 376 | ARM ZYNQ |
| 377 | M: Michal Simek <monstr@monstr.eu> |
| 378 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 379 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 380 | F: arch/arm/mach-zynq/ |
| 381 | F: drivers/clk/clk_zynq.c |
| 382 | F: drivers/fpga/zynqpl.c |
| 383 | F: drivers/gpio/zynq_gpio.c |
| 384 | F: drivers/i2c/i2c-cdns.c |
| 385 | F: drivers/i2c/muxes/pca954x.c |
| 386 | F: drivers/i2c/zynq_i2c.c |
| 387 | F: drivers/mmc/zynq_sdhci.c |
Miquel Raynal | a430fa0 | 2018-08-16 17:30:07 +0200 | [diff] [blame] | 388 | F: drivers/mtd/nand/raw/zynq_nand.c |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 389 | F: drivers/net/phy/xilinx_phy.c |
| 390 | F: drivers/net/zynq_gem.c |
| 391 | F: drivers/serial/serial_zynq.c |
| 392 | F: drivers/spi/zynq_qspi.c |
| 393 | F: drivers/spi/zynq_spi.c |
| 394 | F: drivers/usb/host/ehci-zynq.c |
| 395 | F: drivers/watchdog/cdns_wdt.c |
Heinrich Schuchardt | 23e7e6b | 2018-04-04 09:22:03 +0200 | [diff] [blame] | 396 | F: include/zynqpl.h |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 397 | F: tools/zynqimage.c |
| 398 | N: zynq |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 399 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 400 | ARM ZYNQMP |
| 401 | M: Michal Simek <michal.simek@xilinx.com> |
| 402 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 403 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Michal Simek | 274ccb5 | 2019-01-17 08:22:43 +0100 | [diff] [blame] | 404 | F: arch/arm/mach-zynqmp/ |
Michal Simek | 3d14228 | 2018-03-13 11:50:22 +0100 | [diff] [blame] | 405 | F: drivers/clk/clk_zynqmp.c |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 406 | F: drivers/fpga/zynqpl.c |
| 407 | F: drivers/gpio/zynq_gpio.c |
| 408 | F: drivers/i2c/i2c-cdns.c |
| 409 | F: drivers/i2c/muxes/pca954x.c |
| 410 | F: drivers/i2c/zynq_i2c.c |
| 411 | F: drivers/mmc/zynq_sdhci.c |
Miquel Raynal | a430fa0 | 2018-08-16 17:30:07 +0200 | [diff] [blame] | 412 | F: drivers/mtd/nand/raw/zynq_nand.c |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 413 | F: drivers/net/phy/xilinx_phy.c |
| 414 | F: drivers/net/zynq_gem.c |
| 415 | F: drivers/serial/serial_zynq.c |
| 416 | F: drivers/spi/zynq_qspi.c |
| 417 | F: drivers/spi/zynq_spi.c |
Michal Simek | 72c37d1 | 2018-04-17 13:40:46 +0200 | [diff] [blame] | 418 | F: drivers/timer/cadence-ttc.c |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 419 | F: drivers/usb/host/ehci-zynq.c |
| 420 | F: drivers/watchdog/cdns_wdt.c |
Heinrich Schuchardt | 23e7e6b | 2018-04-04 09:22:03 +0200 | [diff] [blame] | 421 | F: include/zynqmppl.h |
Alexander Graf | b123aff | 2018-04-13 14:18:51 +0200 | [diff] [blame] | 422 | F: tools/zynqmp* |
Michal Simek | 2570e12 | 2018-07-24 16:27:00 +0200 | [diff] [blame] | 423 | N: ultra96 |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 424 | N: zynqmp |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 425 | |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 426 | ARM ZYNQMP R5 |
| 427 | M: Michal Simek <michal.simek@xilinx.com> |
| 428 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 429 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 430 | F: arch/arm/mach-zynqmp-r5/ |
| 431 | |
Simon Glass | bb48470 | 2018-11-25 20:07:26 -0700 | [diff] [blame] | 432 | BINMAN |
| 433 | M: Simon Glass <sjg@chromium.org> |
| 434 | S: Maintained |
| 435 | F: tools/binman/ |
| 436 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 437 | BUILDMAN |
| 438 | M: Simon Glass <sjg@chromium.org> |
| 439 | S: Maintained |
| 440 | F: tools/buildman/ |
| 441 | |
| 442 | CFI FLASH |
| 443 | M: Stefan Roese <sr@denx.de> |
| 444 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 445 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git |
Stefan Roese | c4c2e14 | 2014-10-31 13:57:42 +0100 | [diff] [blame] | 446 | F: drivers/mtd/cfi_flash.c |
| 447 | F: drivers/mtd/jedec_flash.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 448 | |
Lukasz Majewski | 37d7337 | 2019-06-24 15:50:52 +0200 | [diff] [blame] | 449 | CLOCK |
| 450 | M: Lukasz Majewski <lukma@denx.de> |
| 451 | S: Maintained |
| 452 | T: git git://git.denx.de/u-boot-dfu.git |
| 453 | F: drivers/clk/ |
| 454 | F: drivers/clk/imx/ |
| 455 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 456 | COLDFIRE |
Fabio Estevam | 08ae21a | 2018-05-01 15:54:39 -0300 | [diff] [blame] | 457 | M: Huan Wang <alison.wang@nxp.com> |
angelo@sysam.it | 82ebb7e | 2014-11-24 15:36:57 +0100 | [diff] [blame] | 458 | M: Angelo Dureghello <angelo@sysam.it> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 459 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 460 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 461 | F: arch/m68k/ |
| 462 | |
| 463 | DFU |
Lukasz Majewski | 56acf01 | 2017-01-16 00:04:10 +0100 | [diff] [blame] | 464 | M: Lukasz Majewski <lukma@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 465 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 466 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git |
Lukasz Majewski | d4c9a90 | 2019-03-30 16:22:21 +0100 | [diff] [blame] | 467 | F: cmd/dfu.c |
| 468 | F: cmd/usb_*.c |
| 469 | F: common/dfu.c |
| 470 | F: common/update.c |
| 471 | F: common/usb_storage.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 472 | F: drivers/dfu/ |
Lukasz Majewski | 55ca613 | 2015-02-26 13:23:49 +0100 | [diff] [blame] | 473 | F: drivers/usb/gadget/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 474 | |
| 475 | DRIVER MODEL |
| 476 | M: Simon Glass <sjg@chromium.org> |
| 477 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 478 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 479 | F: drivers/core/ |
| 480 | F: include/dm/ |
| 481 | F: test/dm/ |
| 482 | |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 483 | EFI PAYLOAD |
Alexander Graf | 7590f90 | 2019-02-14 14:35:17 +0100 | [diff] [blame] | 484 | M: Heinrich Schuchardt <xypron.glpk@gmx.de> |
| 485 | R: Alexander Graf <agraf@csgraf.de> |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 486 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 487 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git |
Heinrich Schuchardt | 1914e5b | 2018-03-02 19:58:50 +0100 | [diff] [blame] | 488 | F: doc/README.uefi |
Heinrich Schuchardt | 29a8a28 | 2018-01-28 15:26:02 +0100 | [diff] [blame] | 489 | F: doc/README.iscsi |
Breno Matheus Lima | 656d8da | 2019-06-05 18:18:30 +0000 | [diff] [blame] | 490 | F: doc/efi.rst |
Heinrich Schuchardt | 5b2118a | 2018-09-04 19:34:55 +0200 | [diff] [blame] | 491 | F: include/capitalization.h |
Heinrich Schuchardt | 1db6ab2 | 2019-05-08 19:41:35 +0200 | [diff] [blame] | 492 | F: include/charset.h |
Heinrich Schuchardt | 0bc4b0d | 2018-09-04 19:34:58 +0200 | [diff] [blame] | 493 | F: include/cp1250.h |
| 494 | F: include/cp437.h |
Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 495 | F: include/efi* |
Heinrich Schuchardt | 268ec6e | 2018-01-31 18:45:35 +0000 | [diff] [blame] | 496 | F: include/pe.h |
| 497 | F: include/asm-generic/pe.h |
Heinrich Schuchardt | 0b8a88a | 2018-07-05 19:43:50 +0200 | [diff] [blame] | 498 | F: lib/charset.c |
Heinrich Schuchardt | bc0bd77 | 2018-01-02 16:00:45 +0100 | [diff] [blame] | 499 | F: lib/efi*/ |
Heinrich Schuchardt | 623b3a5 | 2017-09-15 10:06:11 +0200 | [diff] [blame] | 500 | F: test/py/tests/test_efi* |
Heinrich Schuchardt | f11a164 | 2018-08-31 21:31:28 +0200 | [diff] [blame] | 501 | F: test/unicode_ut.c |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 502 | F: cmd/bootefi.c |
AKASHI Takahiro | 59df7e7 | 2019-02-25 15:54:38 +0900 | [diff] [blame] | 503 | F: cmd/efidebug.c |
AKASHI Takahiro | 49d81fd | 2019-02-25 15:54:36 +0900 | [diff] [blame] | 504 | F: cmd/nvedit_efi.c |
Heinrich Schuchardt | ac02019 | 2018-01-17 20:16:09 +0100 | [diff] [blame] | 505 | F: tools/file2include.c |
Alexander Graf | e4a7394 | 2016-03-04 01:10:10 +0100 | [diff] [blame] | 506 | |
Michal Simek | 7e16342 | 2018-07-18 17:03:13 +0200 | [diff] [blame] | 507 | FPGA |
| 508 | M: Michal Simek <michal.simek@xilinx.com> |
| 509 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 510 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Michal Simek | 7e16342 | 2018-07-18 17:03:13 +0200 | [diff] [blame] | 511 | F: drivers/fpga/ |
| 512 | F: cmd/fpga.c |
| 513 | F: include/fpga.h |
| 514 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 515 | FLATTENED DEVICE TREE |
| 516 | M: Simon Glass <sjg@chromium.org> |
| 517 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 518 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 519 | F: lib/fdtdec* |
| 520 | F: lib/libfdt/ |
| 521 | F: include/fdt* |
Heinrich Schuchardt | 18fa623 | 2018-03-12 23:08:09 +0100 | [diff] [blame] | 522 | F: include/linux/libfdt* |
Andreas Färber | 643f8d4 | 2016-10-26 18:14:00 +0200 | [diff] [blame] | 523 | F: cmd/fdt.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 524 | F: common/fdt_support.c |
| 525 | |
| 526 | FREEBSD |
| 527 | M: Rafal Jaworowski <raj@semihalf.com> |
| 528 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 529 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 530 | |
| 531 | FREESCALE QORIQ |
York Sun | 44c21e9 | 2019-02-04 08:22:58 -0800 | [diff] [blame] | 532 | M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 533 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 534 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git |
Qiang Zhao | 0652d9f | 2019-05-07 03:16:09 +0000 | [diff] [blame] | 535 | F: drivers/watchdog/sp805_wdt.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 536 | |
| 537 | I2C |
| 538 | M: Heiko Schocher <hs@denx.de> |
| 539 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 540 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 541 | F: drivers/i2c/ |
| 542 | |
Simon Glass | e9c8d49 | 2017-12-04 13:48:24 -0700 | [diff] [blame] | 543 | LOGGING |
| 544 | M: Simon Glass <sjg@chromium.org> |
| 545 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 546 | T: git https://gitlab.denx.de/u-boot/u-boot.git |
Simon Glass | e9c8d49 | 2017-12-04 13:48:24 -0700 | [diff] [blame] | 547 | F: common/log.c |
| 548 | F: cmd/log.c |
Simon Glass | ef11ed8 | 2017-12-04 13:48:27 -0700 | [diff] [blame] | 549 | F: test/log/log_test.c |
Simon Glass | 20faa27 | 2017-12-04 13:48:30 -0700 | [diff] [blame] | 550 | F: test/py/tests/test_log.py |
Simon Glass | e9c8d49 | 2017-12-04 13:48:24 -0700 | [diff] [blame] | 551 | |
Liviu Dudau | c1a65a8 | 2018-09-28 13:50:53 +0100 | [diff] [blame] | 552 | MALI DISPLAY PROCESSORS |
| 553 | M: Liviu Dudau <liviu.dudau@foss.arm.com> |
| 554 | S: Supported |
| 555 | T: git git://github.com/ARM-software/u-boot.git |
| 556 | F: drivers/video/mali_dp.c |
Heiko Schocher | e3bc4bb | 2018-10-11 07:26:33 +0200 | [diff] [blame] | 557 | F: drivers/i2c/i2c-versatile.c |
Liviu Dudau | c1a65a8 | 2018-09-28 13:50:53 +0100 | [diff] [blame] | 558 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 559 | MICROBLAZE |
| 560 | M: Michal Simek <monstr@monstr.eu> |
| 561 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 562 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 563 | F: arch/microblaze/ |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 564 | F: cmd/mfsl.c |
| 565 | F: drivers/gpio/xilinx_gpio.c |
| 566 | F: drivers/net/xilinx_axi_emac.c |
| 567 | F: drivers/net/xilinx_emaclite.c |
| 568 | F: drivers/serial/serial_xuartlite.c |
| 569 | F: drivers/spi/xilinx_spi.c |
Michal Simek | 0d832b3 | 2018-07-13 11:04:56 +0200 | [diff] [blame] | 570 | F: drivers/sysreset/sysreset_gpio.c |
Michal Simek | 8ae3d0b | 2018-03-13 11:07:25 +0100 | [diff] [blame] | 571 | F: drivers/watchdog/xilinx_tb_wdt.c |
| 572 | N: xilinx |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 573 | |
| 574 | MIPS |
| 575 | M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> |
| 576 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 577 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 578 | F: arch/mips/ |
| 579 | |
Gregory CLEMENT | dd1033e | 2018-12-14 16:16:47 +0100 | [diff] [blame] | 580 | MIPS MSCC |
| 581 | M: Gregory CLEMENT <gregory.clement@bootlin.com> |
| 582 | M: Lars Povlsen <lars.povlsen@microchip.com> |
| 583 | M: Horatiu Vultur <horatiu.vultur@microchip.com> |
| 584 | S: Maintained |
| 585 | F: arch/mips/mach-mscc/ |
Gregory CLEMENT | f8c8ced | 2018-12-14 16:16:50 +0100 | [diff] [blame] | 586 | F: arch/mips/dts/luton* |
Gregory CLEMENT | 6787c1e | 2018-12-14 16:16:49 +0100 | [diff] [blame] | 587 | F: arch/mips/dts/mscc* |
| 588 | F: arch/mips/dts/ocelot* |
Horatiu Vultur | d118205 | 2019-01-12 18:56:57 +0100 | [diff] [blame] | 589 | F: arch/mips/dts/jr2* |
Horatiu Vultur | 393b77d | 2019-01-12 18:56:59 +0100 | [diff] [blame] | 590 | F: arch/mips/dts/serval* |
Gregory CLEMENT | 6787c1e | 2018-12-14 16:16:49 +0100 | [diff] [blame] | 591 | F: board/mscc/ |
| 592 | F: configs/mscc* |
Lars Povlsen | be8313f | 2019-01-02 09:52:21 +0100 | [diff] [blame] | 593 | F: drivers/gpio/mscc_sgpio.c |
Lars Povlsen | fd6e0b0 | 2019-01-08 10:38:33 +0100 | [diff] [blame] | 594 | F: drivers/spi/mscc_bb_spi.c |
Gregory CLEMENT | 6787c1e | 2018-12-14 16:16:49 +0100 | [diff] [blame] | 595 | F: include/configs/vcoreiii.h |
Horatiu Vultur | 8c211af | 2019-04-24 11:27:59 +0200 | [diff] [blame] | 596 | F: include/dt-bindings/mscc/ |
Horatiu Vultur | 051de9b | 2019-01-12 18:56:55 +0100 | [diff] [blame] | 597 | F: drivers/pinctrl/mscc/ |
Horatiu Vultur | 4c66157 | 2019-01-31 15:30:33 +0100 | [diff] [blame] | 598 | F: drivers/net/mscc_eswitch/ |
Gregory CLEMENT | dd1033e | 2018-12-14 16:16:47 +0100 | [diff] [blame] | 599 | |
Paul Burton | cd71b1d | 2018-12-16 19:25:22 -0300 | [diff] [blame] | 600 | MIPS JZ4780 |
| 601 | M: Ezequiel Garcia <ezequiel@collabora.com> |
| 602 | S: Maintained |
| 603 | F: arch/mips/mach-jz47xx/ |
| 604 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 605 | MMC |
Peng Fan | 16a6d51 | 2019-04-24 11:56:58 +0000 | [diff] [blame] | 606 | M: Peng Fan <peng.fan@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 607 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 608 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 609 | F: drivers/mmc/ |
| 610 | |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 611 | NAND FLASH |
Tom Rini | 9f8aba7 | 2018-07-26 12:02:03 -0400 | [diff] [blame] | 612 | #M: Scott Wood <oss@buserror.net> |
| 613 | S: Orphaned (Since 2018-07) |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 614 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git |
Miquel Raynal | a430fa0 | 2018-08-16 17:30:07 +0200 | [diff] [blame] | 615 | F: drivers/mtd/nand/raw/ |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 616 | |
| 617 | NDS32 |
Rick Chen | 995fa61 | 2019-07-09 13:59:28 +0800 | [diff] [blame] | 618 | M: Rick Chen <rick@andestech.com> |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 619 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 620 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 621 | F: arch/nds32/ |
| 622 | |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 623 | NETWORK |
| 624 | M: Joe Hershberger <joe.hershberger@ni.com> |
| 625 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 626 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 627 | F: drivers/net/ |
Heinrich Schuchardt | 69fbf23 | 2019-07-14 21:55:25 +0200 | [diff] [blame] | 628 | F: include/net.h |
Heinrich Schuchardt | b7d6e0a | 2018-03-07 04:04:29 +0100 | [diff] [blame] | 629 | F: net/ |
| 630 | |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 631 | NIOS |
| 632 | M: Thomas Chou <thomas@wytron.com.tw> |
| 633 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 634 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 635 | F: arch/nios2/ |
| 636 | |
| 637 | ONENAND |
| 638 | #M: Lukasz Majewski <l.majewski@majess.pl> |
| 639 | S: Orphaned (Since 2017-01) |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 640 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 641 | F: drivers/mtd/onenand/ |
| 642 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 643 | PATMAN |
| 644 | M: Simon Glass <sjg@chromium.org> |
| 645 | S: Maintained |
| 646 | F: tools/patman/ |
| 647 | |
Ramon Fried | 914026d | 2019-04-27 11:15:21 +0300 | [diff] [blame] | 648 | PCI Endpoint |
| 649 | M: Ramon Fried <rfried.dev@gmail.com> |
| 650 | S: Maintained |
| 651 | F: drivers/pci_endpoint/ |
| 652 | F: include/pci_ep.h |
| 653 | |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 654 | POWER |
| 655 | M: Jaehoon Chung <jh80.chung@samsung.com> |
| 656 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 657 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 658 | F: drivers/power/ |
| 659 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 660 | POWERPC |
| 661 | M: Wolfgang Denk <wd@denx.de> |
| 662 | S: Maintained |
| 663 | F: arch/powerpc/ |
| 664 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 665 | POWERPC MPC8XX |
Christophe Leroy | 907208c | 2017-07-06 10:23:22 +0200 | [diff] [blame] | 666 | M: Christophe Leroy <christophe.leroy@c-s.fr> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 667 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 668 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 669 | F: arch/powerpc/cpu/mpc8xx/ |
| 670 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 671 | POWERPC MPC83XX |
mario.six@gdsys.cc | e5ed4c3 | 2017-06-09 14:50:47 +0200 | [diff] [blame] | 672 | M: Mario Six <mario.six@gdsys.cc> |
| 673 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 674 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git |
Mario Six | e406155 | 2018-08-06 10:23:30 +0200 | [diff] [blame] | 675 | F: drivers/ram/mpc83xx_sdram.c |
| 676 | F: include/dt-bindings/memory/mpc83xx-sdram.h |
Mario Six | 76fdad1 | 2018-08-06 10:23:35 +0200 | [diff] [blame] | 677 | F: drivers/sysreset/sysreset_mpc83xx.c |
| 678 | F: drivers/sysreset/sysreset_mpc83xx.h |
Mario Six | 07d538d | 2018-08-06 10:23:36 +0200 | [diff] [blame] | 679 | F: drivers/clk/mpc83xx_clk.c |
| 680 | F: drivers/clk/mpc83xx_clk.h |
| 681 | F: include/dt-bindings/clk/mpc83xx-clk.h |
Mario Six | 2c21749 | 2018-08-06 10:23:38 +0200 | [diff] [blame] | 682 | F: drivers/timer/mpc83xx_timer.c |
Mario Six | 19fbdca | 2018-08-06 10:23:45 +0200 | [diff] [blame] | 683 | F: drivers/cpu/mpc83xx_cpu.c |
| 684 | F: drivers/cpu/mpc83xx_cpu.h |
Mario Six | d216631 | 2018-08-06 10:23:46 +0200 | [diff] [blame] | 685 | F: drivers/misc/mpc83xx_serdes.c |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 686 | F: arch/powerpc/cpu/mpc83xx/ |
| 687 | F: arch/powerpc/include/asm/arch-mpc83xx/ |
| 688 | |
| 689 | POWERPC MPC85XX |
York Sun | 44c21e9 | 2019-02-04 08:22:58 -0800 | [diff] [blame] | 690 | M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 691 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 692 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 693 | F: arch/powerpc/cpu/mpc85xx/ |
| 694 | |
| 695 | POWERPC MPC86XX |
York Sun | 44c21e9 | 2019-02-04 08:22:58 -0800 | [diff] [blame] | 696 | M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 697 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 698 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 699 | F: arch/powerpc/cpu/mpc86xx/ |
| 700 | |
Rick Chen | f94c44e | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 701 | RISC-V |
| 702 | M: Rick Chen <rick@andestech.com> |
| 703 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 704 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git |
Rick Chen | f94c44e | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 705 | F: arch/riscv/ |
Heinrich Schuchardt | dab8788 | 2018-12-26 17:20:35 +0100 | [diff] [blame] | 706 | F: cmd/riscv/ |
Rick Chen | f94c44e | 2017-12-26 13:55:52 +0800 | [diff] [blame] | 707 | F: tools/prelink-riscv.c |
| 708 | |
Heinrich Schuchardt | 4ef17f9 | 2018-03-05 08:15:51 +0100 | [diff] [blame] | 709 | ROCKUSB |
| 710 | M: Eddie Cai <eddie.cai.linux@gmail.com> |
| 711 | S: Maintained |
| 712 | F: drivers/usb/gadget/f_rockusb.c |
| 713 | F: cmd/rockusb.c |
| 714 | F: doc/README.rockusb |
| 715 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 716 | SANDBOX |
| 717 | M: Simon Glass <sjg@chromium.org> |
| 718 | S: Maintained |
| 719 | F: arch/sandbox/ |
| 720 | |
| 721 | SH |
Marek Vasut | d04ecc4 | 2019-05-16 22:16:54 +0200 | [diff] [blame] | 722 | M: Marek Vasut <marek.vasut+renesas@gmail.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 723 | M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
| 724 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 725 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 726 | F: arch/sh/ |
| 727 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 728 | SPI |
Jagan Teki | 59aea29 | 2019-04-12 18:44:34 +0530 | [diff] [blame] | 729 | M: Jagan Teki <jagan@amarulasolutions.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 730 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 731 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 732 | F: drivers/spi/ |
| 733 | F: include/spi* |
| 734 | |
Vignesh R | 4d40e00 | 2019-02-05 11:29:29 +0530 | [diff] [blame] | 735 | SPI-NOR |
Jagan Teki | 59aea29 | 2019-04-12 18:44:34 +0530 | [diff] [blame] | 736 | M: Jagan Teki <jagan@amarulasolutions.com> |
Vignesh R | 4d40e00 | 2019-02-05 11:29:29 +0530 | [diff] [blame] | 737 | M: Vignesh R <vigneshr@ti.com> |
| 738 | S: Maintained |
| 739 | F: drivers/mtd/spi/ |
| 740 | F: include/spi_flash.h |
| 741 | F: include/linux/mtd/cfi.h |
| 742 | F: include/linux/mtd/spi-nor.h |
| 743 | |
Mateusz Kulikowski | e721e98 | 2016-03-31 23:12:34 +0200 | [diff] [blame] | 744 | SPMI |
| 745 | M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> |
| 746 | S: Maintained |
| 747 | F: drivers/spmi/ |
| 748 | F: include/spmi/ |
| 749 | |
Liviu Dudau | 055da18 | 2018-09-28 13:49:31 +0100 | [diff] [blame] | 750 | TDA19988 HDMI ENCODER |
| 751 | M: Liviu Dudau <liviu.dudau@foss.arm.com> |
| 752 | S: Maintained |
| 753 | F: drivers/video/tda19988.c |
| 754 | |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 755 | TI SYSTEM SECURITY |
| 756 | M: Andrew F. Davis <afd@ti.com> |
| 757 | S: Supported |
| 758 | F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 759 | F: arch/arm/mach-omap2/sec-common.c |
| 760 | F: arch/arm/mach-omap2/config_secure.mk |
Andrew F. Davis | 3a543a8 | 2019-04-12 12:54:45 -0400 | [diff] [blame] | 761 | F: arch/arm/mach-k3/security.c |
Andrew F. Davis | 5083696 | 2019-04-12 12:54:46 -0400 | [diff] [blame] | 762 | F: arch/arm/mach-k3/config_secure.mk |
Andrew F. Davis | a42eee1 | 2017-01-27 10:39:20 -0600 | [diff] [blame] | 763 | F: configs/am335x_hs_evm_defconfig |
Andrew F. Davis | c2dca33 | 2017-09-20 14:33:51 -0500 | [diff] [blame] | 764 | F: configs/am335x_hs_evm_uart_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 765 | F: configs/am43xx_hs_evm_defconfig |
| 766 | F: configs/am57xx_hs_evm_defconfig |
Andrew F. Davis | 995985c | 2019-01-28 11:43:25 -0600 | [diff] [blame] | 767 | F: configs/am57xx_hs_evm_usb_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 768 | F: configs/dra7xx_hs_evm_defconfig |
Andrew F. Davis | 83ae647 | 2019-01-28 11:43:24 -0600 | [diff] [blame] | 769 | F: configs/dra7xx_hs_evm_usb_defconfig |
Lokesh Vutla | 8a707ba | 2017-04-26 11:35:19 +0530 | [diff] [blame] | 770 | F: configs/k2hk_hs_evm_defconfig |
| 771 | F: configs/k2e_hs_evm_defconfig |
| 772 | F: configs/k2g_hs_evm_defconfig |
Madan Srinivas | f274f26 | 2018-03-06 11:10:10 -0500 | [diff] [blame] | 773 | F: configs/k2l_hs_evm_defconfig |
Andrew F. Davis | 0a4b11b | 2019-04-12 12:54:47 -0400 | [diff] [blame] | 774 | F: configs/am65x_hs_evm_r5_defconfig |
| 775 | F: configs/am65x_hs_evm_a53_defconfig |
Andrew F. Davis | 4e2fdf4 | 2017-01-11 11:09:27 -0600 | [diff] [blame] | 776 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 777 | TQ GROUP |
Bin Meng | 3a53aba | 2016-02-21 19:54:41 -0800 | [diff] [blame] | 778 | #M: Martin Krause <martin.krause@tq-systems.de> |
| 779 | S: Orphaned (Since 2016-02) |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 780 | T: git git://git.denx.de/u-boot-tq-group.git |
| 781 | |
Jens Wiklander | 9ff4a31 | 2018-09-25 16:40:09 +0200 | [diff] [blame] | 782 | TEE |
| 783 | M: Jens Wiklander <jens.wiklander@linaro.org> |
| 784 | S: Maintained |
| 785 | F: drivers/tee/ |
| 786 | F: include/tee.h |
Jens Wiklander | 1cc8cc4 | 2018-09-25 16:40:15 +0200 | [diff] [blame] | 787 | F: include/tee/ |
Jens Wiklander | 9ff4a31 | 2018-09-25 16:40:09 +0200 | [diff] [blame] | 788 | |
Bryan O'Donoghue | 5fbc667 | 2019-05-04 01:08:26 +0100 | [diff] [blame] | 789 | TEE-lib |
| 790 | M: Bryan O'Donoghue <bryan.odonoghue@linaro.org> |
| 791 | S: Maintained |
| 792 | F: lib/optee |
| 793 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 794 | UBI |
| 795 | M: Kyungmin Park <kmpark@infradead.org> |
Heiko Schocher | 69337a9 | 2014-11-18 09:08:45 +0100 | [diff] [blame] | 796 | M: Heiko Schocher <hs@denx.de> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 797 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 798 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 799 | F: drivers/mtd/ubi/ |
| 800 | |
| 801 | USB |
| 802 | M: Marek Vasut <marex@denx.de> |
| 803 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 804 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 805 | F: drivers/usb/ |
| 806 | |
Bin Meng | c0c5f91 | 2017-11-06 07:39:01 -0800 | [diff] [blame] | 807 | USB xHCI |
| 808 | M: Bin Meng <bmeng.cn@gmail.com> |
| 809 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 810 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci |
Bin Meng | c0c5f91 | 2017-11-06 07:39:01 -0800 | [diff] [blame] | 811 | F: drivers/usb/host/xhci* |
| 812 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 813 | VIDEO |
| 814 | M: Anatolij Gustschin <agust@denx.de> |
| 815 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 816 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 817 | F: drivers/video/ |
Anatolij Gustschin | c967fb7 | 2017-08-28 22:39:41 +0200 | [diff] [blame] | 818 | F: common/lcd*.c |
| 819 | F: include/lcd*.h |
Heinrich Schuchardt | 9cdbc90 | 2018-09-19 20:16:32 +0200 | [diff] [blame] | 820 | F: include/video*.h |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 821 | |
| 822 | X86 |
| 823 | M: Simon Glass <sjg@chromium.org> |
Bin Meng | dc5210a | 2017-07-23 07:36:33 -0700 | [diff] [blame] | 824 | M: Bin Meng <bmeng.cn@gmail.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 825 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 826 | T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 827 | F: arch/x86/ |
Heinrich Schuchardt | dab8788 | 2018-12-26 17:20:35 +0100 | [diff] [blame] | 828 | F: cmd/x86/ |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 829 | |
Chris Zankel | de5e5ce | 2016-08-10 18:36:43 +0300 | [diff] [blame] | 830 | XTENSA |
| 831 | M: Max Filippov <jcmvbkbc@gmail.com> |
| 832 | S: Maintained |
| 833 | F: arch/xtensa/ |
| 834 | |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 835 | THE REST |
Tom Rini | 4e34d61 | 2015-03-02 08:37:50 -0500 | [diff] [blame] | 836 | M: Tom Rini <trini@konsulko.com> |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 837 | L: u-boot@lists.denx.de |
| 838 | Q: http://patchwork.ozlabs.org/project/uboot/list/ |
| 839 | S: Maintained |
Bin Meng | 1318164 | 2019-06-18 20:40:54 -0700 | [diff] [blame] | 840 | T: git https://gitlab.denx.de/u-boot/u-boot.git |
Otavio Salvador | 80870e2 | 2018-12-07 19:00:41 -0500 | [diff] [blame] | 841 | F: configs/tools-only_defconfig |
Daniel Schwierzeck | 00f141c | 2014-08-01 02:24:08 +0200 | [diff] [blame] | 842 | F: * |
| 843 | F: */ |