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