2014-08-01 00:24:08 +00:00
|
|
|
Descriptions of section entries:
|
|
|
|
|
|
|
|
P: Person (obsolete)
|
|
|
|
M: Mail patches to: FullName <address@domain>
|
2018-11-16 19:17:23 +00:00
|
|
|
R: Designated reviewer: FullName <address@domain>
|
|
|
|
These reviewers should be CCed on patches.
|
2014-08-01 00:24:08 +00:00
|
|
|
L: Mailing list that is relevant to this area
|
|
|
|
W: Web-page with status/info
|
|
|
|
Q: Patchwork web based patch tracking system site
|
|
|
|
T: SCM tree type and location.
|
|
|
|
Type is one of: git, hg, quilt, stgit, topgit
|
|
|
|
S: Status, one of the following:
|
|
|
|
Supported: Someone is actually paid to look after this.
|
|
|
|
Maintained: Someone actually looks after it.
|
|
|
|
Orphan: No current maintainer [but maybe you could take the
|
|
|
|
role as you write your new code].
|
|
|
|
F: Files and directories with wildcard patterns.
|
|
|
|
A trailing slash includes all files and subdirectory files.
|
|
|
|
F: drivers/net/ all files in and below drivers/net
|
|
|
|
F: drivers/net/* all files in drivers/net, but not below
|
|
|
|
F: */net/* all files in "any top level directory"/net
|
|
|
|
One pattern per line. Multiple F: lines acceptable.
|
|
|
|
N: Files and directories with regex patterns.
|
|
|
|
N: [^a-z]tegra all files whose path contains the word tegra
|
|
|
|
One pattern per line. Multiple N: lines acceptable.
|
|
|
|
scripts/get_maintainer.pl has different behavior for files that
|
|
|
|
match F: pattern and matches of N: patterns. By default,
|
|
|
|
get_maintainer will not look at git log history when an F: pattern
|
|
|
|
match occurs. When an N: match occurs, git log history is used
|
|
|
|
to also notify the people that have git commit signatures.
|
|
|
|
X: Files and directories that are NOT maintained, same rules as F:
|
|
|
|
Files exclusions are tested before file matches.
|
|
|
|
Can be useful for excluding a specific subdirectory, for instance:
|
|
|
|
F: net/
|
|
|
|
X: net/ipv6/
|
|
|
|
matches all files in and below net excluding net/ipv6/
|
|
|
|
K: Keyword perl extended regex pattern to match content in a
|
|
|
|
patch or file. For instance:
|
|
|
|
K: of_get_profile
|
|
|
|
matches patches or files that contain "of_get_profile"
|
|
|
|
K: \b(printk|pr_(info|err))\b
|
|
|
|
matches patches or files that contain one or more of the words
|
|
|
|
printk, pr_info or pr_err
|
|
|
|
One regex pattern per line. Multiple K: lines acceptable.
|
|
|
|
|
|
|
|
Note: For the hard of thinking, this list is meant to remain in alphabetical
|
|
|
|
order. If you could add yourselves to it in alphabetical order that would be
|
|
|
|
so much easier [Ed]
|
|
|
|
|
|
|
|
Maintainers List (try to look for most precise areas first)
|
|
|
|
|
|
|
|
-----------------------------------
|
|
|
|
ARC
|
|
|
|
M: Alexey Brodkin <alexey.brodkin@synopsys.com>
|
2018-04-17 14:30:40 +00:00
|
|
|
M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2018-04-17 14:30:40 +00:00
|
|
|
L: uboot-snps-arc@synopsys.com
|
2014-08-01 00:24:08 +00:00
|
|
|
T: git git://git.denx.de/u-boot-arc.git
|
|
|
|
F: arch/arc/
|
2018-05-25 13:14:38 +00:00
|
|
|
F: board/synopsys/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2017-12-10 18:20:08 +00:00
|
|
|
ARC HSDK CGU CLOCK
|
|
|
|
M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
|
|
|
|
S: Maintained
|
|
|
|
L: uboot-snps-arc@synopsys.com
|
|
|
|
F: drivers/clk/clk-hsdk-cgu.c
|
|
|
|
F: include/dt-bindings/clock/snps,hsdk-cgu.h
|
|
|
|
F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
|
|
|
|
|
2018-03-07 03:04:29 +00:00
|
|
|
ARC HSDK CREG GPIO
|
|
|
|
M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
|
|
|
|
S: Maintained
|
|
|
|
L: uboot-snps-arc@synopsys.com
|
2018-06-08 14:58:24 +00:00
|
|
|
F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
|
2018-03-07 03:04:29 +00:00
|
|
|
F: drivers/gpio/hsdk-creg-gpio.c
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM
|
|
|
|
M: Albert Aribaud <albert.u.boot@aribaud.net>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-arm.git
|
|
|
|
F: arch/arm/
|
|
|
|
|
2014-10-09 23:50:22 +00:00
|
|
|
ARM ALTERA SOCFPGA
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
|
|
|
S: Maintainted
|
|
|
|
T: git git://git.denx.de/u-boot-socfpga.git
|
2016-11-25 17:47:28 +00:00
|
|
|
F: arch/arm/mach-socfpga/
|
2014-10-09 23:50:22 +00:00
|
|
|
|
2019-01-30 09:53:10 +00:00
|
|
|
ARM AMLOGIC SOC SUPPORT
|
|
|
|
M: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
S: Maintained
|
|
|
|
L: u-boot-amlogic@groups.io
|
|
|
|
T: git git://git.denx.de/u-boot-amlogic.git
|
|
|
|
F: arch/arm/mach-meson/
|
|
|
|
F: arch/arm/include/asm/arch-meson/
|
|
|
|
F: drivers/clk/clk_meson*
|
|
|
|
F: drivers/serial/serial_meson.c
|
|
|
|
F: drivers/reset/reset-meson.c
|
|
|
|
F: drivers/i2c/meson_i2c.c
|
|
|
|
F: drivers/net/phy/meson-gxl.c
|
|
|
|
F: drivers/adc/meson-saradc.c
|
|
|
|
F: drivers/phy/meson*
|
|
|
|
F: drivers/mmc/meson_gx_mmc.c
|
|
|
|
F: drivers/spi/meson_spifc.c
|
|
|
|
F: drivers/pinctrl/meson/
|
|
|
|
F: drivers/power/domain/meson-gx-pwrc-vpu.c
|
|
|
|
F: drivers/video/meson/
|
|
|
|
F: include/configs/meson64.h
|
|
|
|
N: meson
|
|
|
|
|
2016-04-05 02:00:41 +00:00
|
|
|
ARM BROADCOM BCM283X
|
2019-02-14 13:37:59 +00:00
|
|
|
M: Matthias Brugger <mbrugger@suse.com>
|
2018-01-25 11:05:54 +00:00
|
|
|
S: Maintained
|
2016-04-05 02:00:41 +00:00
|
|
|
F: arch/arm/mach-bcm283x/
|
|
|
|
F: drivers/gpio/bcm2835_gpio.c
|
|
|
|
F: drivers/mmc/bcm2835_sdhci.c
|
2018-01-23 17:05:22 +00:00
|
|
|
F: drivers/mmc/bcm2835_sdhost.c
|
2016-04-05 02:00:41 +00:00
|
|
|
F: drivers/serial/serial_bcm283x_mu.c
|
2018-01-25 11:05:55 +00:00
|
|
|
F: drivers/serial/serial_bcm283x_pl011.c
|
2016-04-05 02:00:41 +00:00
|
|
|
F: drivers/video/bcm2835.c
|
|
|
|
F: include/dm/platform_data/serial_bcm283x_mu.h
|
2018-01-23 17:05:21 +00:00
|
|
|
F: drivers/pinctrl/broadcom/
|
2016-04-05 02:00:41 +00:00
|
|
|
|
2018-06-08 21:59:45 +00:00
|
|
|
ARM BROADCOM BCMSTB
|
|
|
|
M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-bcmstb/
|
|
|
|
F: board/broadcom/bcmstb/
|
2018-08-22 22:37:55 +00:00
|
|
|
F: configs/bcm7*_defconfig
|
2018-06-08 21:59:45 +00:00
|
|
|
F: doc/README.bcm7xxx
|
|
|
|
F: drivers/mmc/bcmstb_sdhci.c
|
|
|
|
F: drivers/spi/bcmstb_spi.c
|
|
|
|
|
2018-12-17 15:10:07 +00:00
|
|
|
ARM/CZ.NIC TURRIS MOX SUPPORT
|
|
|
|
M: Marek Behun <marek.behun@nic.cz>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/dts/armada-3720-turris-mox.dts
|
|
|
|
F: board/CZ.NIC/
|
|
|
|
F: configs/turris_*_defconfig
|
|
|
|
F: include/configs/turris_*.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM FREESCALE IMX
|
|
|
|
M: Stefano Babic <sbabic@denx.de>
|
2019-01-21 16:29:54 +00:00
|
|
|
M: Fabio Estevam <festevam@gmail.com>
|
2018-12-15 12:07:02 +00:00
|
|
|
R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-imx.git
|
|
|
|
F: arch/arm/cpu/arm1136/mx*/
|
|
|
|
F: arch/arm/cpu/arm926ejs/mx*/
|
|
|
|
F: arch/arm/cpu/armv7/vf610/
|
2017-06-29 08:16:06 +00:00
|
|
|
F: arch/arm/mach-imx/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/include/asm/arch-imx/
|
|
|
|
F: arch/arm/include/asm/arch-mx*/
|
|
|
|
F: arch/arm/include/asm/arch-vf610/
|
2017-06-29 08:16:06 +00:00
|
|
|
F: arch/arm/include/asm/mach-imx/
|
2016-07-27 00:27:49 +00:00
|
|
|
F: board/freescale/*mx*/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2016-04-20 16:13:58 +00:00
|
|
|
ARM HISILICON
|
|
|
|
M: Peter Griffin <peter.griffin@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/cpu/armv8/hisilicon
|
2018-03-12 22:02:17 +00:00
|
|
|
F: arch/arm/include/asm/arch-hi6220/
|
2016-04-20 16:13:58 +00:00
|
|
|
|
2019-02-15 12:56:56 +00:00
|
|
|
ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
|
2016-01-14 04:00:00 +00:00
|
|
|
M: Stefan Roese <sr@denx.de>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-marvell.git
|
2015-02-20 08:04:06 +00:00
|
|
|
F: arch/arm/mach-kirkwood/
|
2016-01-14 04:00:00 +00:00
|
|
|
F: arch/arm/mach-mvebu/
|
2018-05-25 07:49:24 +00:00
|
|
|
F: drivers/ata/ahci_mvebu.c
|
2019-02-15 12:56:56 +00:00
|
|
|
F: drivers/ddr/marvell/
|
|
|
|
F: drivers/gpio/mvebu_gpio.c
|
|
|
|
F: drivers/spi/kirkwood_spi.c
|
|
|
|
F: drivers/pci/pci_mvebu.c
|
|
|
|
F: drivers/pci/pcie_dw_mvebu.c
|
|
|
|
F: drivers/watchdog/orion_wdt.c
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
ARM MARVELL PXA
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-pxa.git
|
|
|
|
F: arch/arm/cpu/pxa/
|
|
|
|
F: arch/arm/include/asm/arch-pxa/
|
|
|
|
|
2018-11-15 02:08:06 +00:00
|
|
|
ARM MEDIATEK
|
|
|
|
M: Ryder Lee <ryder.lee@mediatek.com>
|
|
|
|
M: Weijie Gao <weijie.gao@mediatek.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-mediatek/
|
|
|
|
F: arch/arm/include/asm/arch-mediatek/
|
|
|
|
F: board/mediatek/
|
|
|
|
F: doc/README.mediatek
|
|
|
|
F: drivers/clk/mediatek/
|
|
|
|
F: drivers/mmc/mtk-sd.c
|
|
|
|
F: drivers/pinctrl/mediatek/
|
|
|
|
F: drivers/power/domain/mtk-power-domain.c
|
|
|
|
F: drivers/ram/mediatek/
|
|
|
|
F: drivers/spi/mtk_qspi.c
|
|
|
|
F: drivers/timer/mtk_timer.c
|
|
|
|
F: drivers/watchdog/mtk_wdt.c
|
2018-12-20 08:12:58 +00:00
|
|
|
F: drivers/net/mtk_eth.c
|
|
|
|
F: drivers/reset/reset-mediatek.c
|
2018-11-15 02:08:06 +00:00
|
|
|
F: tools/mtk_image.c
|
|
|
|
F: tools/mtk_image.h
|
|
|
|
N: mediatek
|
|
|
|
|
2019-02-05 10:20:39 +00:00
|
|
|
ARM MICROCHIP/ATMEL AT91
|
|
|
|
M: Eugen Hristev <eugen.hristev@microchip.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-atmel.git
|
|
|
|
F: arch/arm/mach-at91/
|
|
|
|
F: board/atmel/
|
|
|
|
|
2018-06-14 18:08:39 +00:00
|
|
|
ARM OWL
|
|
|
|
M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/include/asm/arch-owl/
|
|
|
|
F: arch/arm/mach-owl/
|
|
|
|
F: board/ucRobotics/
|
|
|
|
F: drivers/clk/owl/
|
|
|
|
F: drivers/serial/serial_owl.c
|
|
|
|
|
2015-10-09 21:09:03 +00:00
|
|
|
ARM RENESAS RMOBILE/R-CAR
|
|
|
|
M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
2017-10-15 12:51:55 +00:00
|
|
|
M: Marek Vasut <marek.vasut+renesas@gmail.com>
|
2015-10-09 21:09:03 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-sh.git
|
|
|
|
F: arch/arm/mach-rmobile/
|
|
|
|
|
2016-01-05 01:47:10 +00:00
|
|
|
ARM ROCKCHIP
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
2017-06-21 13:13:38 +00:00
|
|
|
M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
2016-01-05 01:47:10 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-rockchip.git
|
2017-11-26 23:18:42 +00:00
|
|
|
F: arch/arm/include/asm/arch-rockchip/
|
2016-01-05 01:47:10 +00:00
|
|
|
F: arch/arm/mach-rockchip/
|
2017-05-23 07:01:14 +00:00
|
|
|
F: board/rockchip/
|
2017-11-26 23:18:42 +00:00
|
|
|
F: drivers/clk/rockchip/
|
|
|
|
F: drivers/gpio/rk_gpio.c
|
|
|
|
F: drivers/misc/rockchip-efuse.c
|
2018-03-26 17:59:09 +00:00
|
|
|
F: drivers/mmc/rockchip_sdhci.c
|
|
|
|
F: drivers/mmc/rockchip_dw_mmc.c
|
2017-11-26 23:18:42 +00:00
|
|
|
F: drivers/pinctrl/rockchip/
|
|
|
|
F: drivers/ram/rockchip/
|
|
|
|
F: drivers/sysreset/sysreset_rockchip.c
|
2018-02-23 16:38:53 +00:00
|
|
|
F: drivers/video/rockchip/
|
2017-11-26 23:18:42 +00:00
|
|
|
F: tools/rkcommon.c
|
|
|
|
F: tools/rkcommon.h
|
|
|
|
F: tools/rkimage.c
|
|
|
|
F: tools/rksd.c
|
|
|
|
F: tools/rkspi.c
|
2016-01-05 01:47:10 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM SAMSUNG
|
|
|
|
M: Minkyu Kang <mk7.kang@samsung.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-samsung.git
|
2015-11-20 06:24:57 +00:00
|
|
|
F: arch/arm/mach-exynos/
|
|
|
|
F: arch/arm/mach-s5pc1xx/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/cpu/armv7/s5p-common/
|
|
|
|
|
2016-03-31 21:12:34 +00:00
|
|
|
ARM SNAPDRAGON
|
2018-06-10 20:51:41 +00:00
|
|
|
M: Ramon Fried <ramon.fried@gmail.com>
|
2016-03-31 21:12:34 +00:00
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-snapdragon/
|
2018-08-03 17:56:27 +00:00
|
|
|
F: drivers/gpio/msm_gpio.c
|
|
|
|
F: drivers/mmc/msm_sdhci.c
|
2018-09-21 10:35:47 +00:00
|
|
|
F: drivers/phy/msm8916-usbh-phy.c
|
2018-08-03 17:56:27 +00:00
|
|
|
F: drivers/serial/serial_msm.c
|
2018-07-01 23:57:56 +00:00
|
|
|
F: drivers/smem/msm_smem.c
|
2018-08-03 17:56:27 +00:00
|
|
|
F: drivers/usb/host/ehci-msm.c
|
2016-03-31 21:12:34 +00:00
|
|
|
|
2018-03-07 03:04:29 +00:00
|
|
|
ARM STI
|
|
|
|
M: Patrice Chotard <patrice.chotard@st.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-sti/
|
|
|
|
F: arch/arm/include/asm/arch-sti*/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM STM SPEAR
|
2016-02-22 03:54:41 +00:00
|
|
|
#M: Vipin Kumar <vipin.kumar@st.com>
|
|
|
|
S: Orphaned (Since 2016-02)
|
2014-08-01 00:24:08 +00:00
|
|
|
T: git git://git.denx.de/u-boot-stm.git
|
|
|
|
F: arch/arm/cpu/arm926ejs/spear/
|
|
|
|
F: arch/arm/include/asm/arch-spear/
|
|
|
|
|
2018-03-12 09:46:10 +00:00
|
|
|
ARM STM STM32MP
|
|
|
|
M: Patrick Delaunay <patrick.delaunay@st.com>
|
2018-08-06 09:52:23 +00:00
|
|
|
M: Christophe Kerello <christophe.kerello@st.com>
|
|
|
|
M: Patrice Chotard <patrice.chotard@st.com>
|
2018-11-08 16:52:21 +00:00
|
|
|
L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
|
2018-03-12 09:46:10 +00:00
|
|
|
S: Maintained
|
2019-01-21 16:20:00 +00:00
|
|
|
F: arch/arm/mach-stm32mp/
|
2018-04-03 23:16:08 +00:00
|
|
|
F: drivers/clk/clk_stm32mp1.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/i2c/stm32f7_i2c.c
|
2018-05-17 13:24:06 +00:00
|
|
|
F: drivers/misc/stm32mp_fuse.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/mmc/stm32_sdmmc2.c
|
|
|
|
F: drivers/phy/phy-stm32-usbphyc.c
|
|
|
|
F: drivers/pinctrl/pinctrl_stm32.c
|
|
|
|
F: drivers/power/regulator/stm32-vrefbuf.c
|
2018-04-03 23:16:08 +00:00
|
|
|
F: drivers/ram/stm32mp1/
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/misc/stm32_rcc.c
|
|
|
|
F: drivers/reset/stm32-reset.c
|
|
|
|
F: drivers/spi/stm32_qspi.c
|
2018-03-12 09:46:10 +00:00
|
|
|
|
2014-11-18 18:42:22 +00:00
|
|
|
ARM STM STV0991
|
|
|
|
M: Vikas Manocha <vikas.manocha@st.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/cpu/armv7/stv0991/
|
|
|
|
F: arch/arm/include/asm/arch-stv0991/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM SUNXI
|
2016-11-22 11:44:06 +00:00
|
|
|
M: Jagan Teki <jagan@openedev.com>
|
2018-02-02 20:45:23 +00:00
|
|
|
M: Maxime Ripard <maxime.ripard@bootlin.com>
|
2017-03-01 06:03:34 +00:00
|
|
|
S: Maintained
|
2014-08-01 00:24:08 +00:00
|
|
|
T: git git://git.denx.de/u-boot-sunxi.git
|
|
|
|
F: arch/arm/cpu/armv7/sunxi/
|
|
|
|
F: arch/arm/include/asm/arch-sunxi/
|
2017-03-01 06:03:34 +00:00
|
|
|
F: arch/arm/mach-sunxi/
|
|
|
|
F: board/sunxi/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
ARM TEGRA
|
|
|
|
M: Tom Warren <twarren@nvidia.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-tegra.git
|
2015-02-20 08:04:04 +00:00
|
|
|
F: arch/arm/mach-tegra/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/include/asm/arch-tegra*/
|
|
|
|
|
|
|
|
ARM TI
|
2015-03-02 13:37:50 +00:00
|
|
|
M: Tom Rini <trini@konsulko.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-ti.git
|
2015-04-08 09:23:23 +00:00
|
|
|
F: arch/arm/mach-davinci/
|
2018-08-27 10:27:08 +00:00
|
|
|
F: arch/arm/mach-k3/
|
2015-04-08 09:23:23 +00:00
|
|
|
F: arch/arm/mach-keystone/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/include/asm/arch-omap*/
|
|
|
|
F: arch/arm/include/asm/ti-common/
|
|
|
|
|
2014-10-03 10:21:08 +00:00
|
|
|
ARM UNIPHIER
|
2015-03-11 04:01:35 +00:00
|
|
|
M: Masahiro Yamada <yamada.masahiro@socionext.com>
|
2014-10-03 10:21:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-uniphier.git
|
2015-02-26 17:26:42 +00:00
|
|
|
F: arch/arm/mach-uniphier/
|
2015-12-17 09:00:39 +00:00
|
|
|
F: configs/uniphier_*_defconfig
|
2015-02-05 05:30:24 +00:00
|
|
|
N: uniphier
|
2014-10-03 10:21:08 +00:00
|
|
|
|
2018-08-22 12:55:27 +00:00
|
|
|
ARM VERSAL
|
|
|
|
M: Michal Simek <michal.simek@xilinx.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
|
|
|
F: arch/arm/mach-versal/
|
|
|
|
|
2018-09-28 12:43:31 +00:00
|
|
|
ARM VERSATILE EXPRESS DRIVERS
|
|
|
|
M: Liviu Dudau <liviu.dudau@foss.arm.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://github.com/ARM-software/u-boot.git
|
|
|
|
F: drivers/misc/vexpress_config.c
|
|
|
|
N: vexpress
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM ZYNQ
|
|
|
|
M: Michal Simek <monstr@monstr.eu>
|
|
|
|
S: Maintained
|
2018-03-13 10:07:25 +00:00
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
|
|
|
F: arch/arm/mach-zynq/
|
|
|
|
F: drivers/clk/clk_zynq.c
|
|
|
|
F: drivers/fpga/zynqpl.c
|
|
|
|
F: drivers/gpio/zynq_gpio.c
|
|
|
|
F: drivers/i2c/i2c-cdns.c
|
|
|
|
F: drivers/i2c/muxes/pca954x.c
|
|
|
|
F: drivers/i2c/zynq_i2c.c
|
|
|
|
F: drivers/mmc/zynq_sdhci.c
|
2018-08-16 15:30:07 +00:00
|
|
|
F: drivers/mtd/nand/raw/zynq_nand.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/net/phy/xilinx_phy.c
|
|
|
|
F: drivers/net/zynq_gem.c
|
|
|
|
F: drivers/serial/serial_zynq.c
|
|
|
|
F: drivers/spi/zynq_qspi.c
|
|
|
|
F: drivers/spi/zynq_spi.c
|
|
|
|
F: drivers/usb/host/ehci-zynq.c
|
|
|
|
F: drivers/watchdog/cdns_wdt.c
|
2018-04-04 07:22:03 +00:00
|
|
|
F: include/zynqpl.h
|
2018-03-13 10:07:25 +00:00
|
|
|
F: tools/zynqimage.c
|
|
|
|
N: zynq
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2015-01-15 09:01:51 +00:00
|
|
|
ARM ZYNQMP
|
|
|
|
M: Michal Simek <michal.simek@xilinx.com>
|
|
|
|
S: Maintained
|
2018-03-13 10:07:25 +00:00
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
2019-01-17 07:22:43 +00:00
|
|
|
F: arch/arm/mach-zynqmp/
|
2018-03-13 10:50:22 +00:00
|
|
|
F: drivers/clk/clk_zynqmp.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/fpga/zynqpl.c
|
|
|
|
F: drivers/gpio/zynq_gpio.c
|
|
|
|
F: drivers/i2c/i2c-cdns.c
|
|
|
|
F: drivers/i2c/muxes/pca954x.c
|
|
|
|
F: drivers/i2c/zynq_i2c.c
|
|
|
|
F: drivers/mmc/zynq_sdhci.c
|
2018-08-16 15:30:07 +00:00
|
|
|
F: drivers/mtd/nand/raw/zynq_nand.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/net/phy/xilinx_phy.c
|
|
|
|
F: drivers/net/zynq_gem.c
|
|
|
|
F: drivers/serial/serial_zynq.c
|
|
|
|
F: drivers/spi/zynq_qspi.c
|
|
|
|
F: drivers/spi/zynq_spi.c
|
2018-04-17 11:40:46 +00:00
|
|
|
F: drivers/timer/cadence-ttc.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/usb/host/ehci-zynq.c
|
|
|
|
F: drivers/watchdog/cdns_wdt.c
|
2018-04-04 07:22:03 +00:00
|
|
|
F: include/zynqmppl.h
|
2018-04-13 12:18:51 +00:00
|
|
|
F: tools/zynqmp*
|
2018-07-24 14:27:00 +00:00
|
|
|
N: ultra96
|
2018-03-13 10:07:25 +00:00
|
|
|
N: zynqmp
|
2015-01-15 09:01:51 +00:00
|
|
|
|
2018-04-12 15:39:46 +00:00
|
|
|
ARM ZYNQMP R5
|
|
|
|
M: Michal Simek <michal.simek@xilinx.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
|
|
|
F: arch/arm/mach-zynqmp-r5/
|
|
|
|
|
2018-11-26 03:07:26 +00:00
|
|
|
BINMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: tools/binman/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
BUILDMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: tools/buildman/
|
|
|
|
|
|
|
|
CFI FLASH
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-cfi-flash.git
|
2014-10-31 12:57:42 +00:00
|
|
|
F: drivers/mtd/cfi_flash.c
|
|
|
|
F: drivers/mtd/jedec_flash.c
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
COLDFIRE
|
2018-05-01 18:54:39 +00:00
|
|
|
M: Huan Wang <alison.wang@nxp.com>
|
2014-11-24 14:36:57 +00:00
|
|
|
M: Angelo Dureghello <angelo@sysam.it>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-coldfire.git
|
|
|
|
F: arch/m68k/
|
|
|
|
|
|
|
|
DFU
|
2017-01-15 23:04:10 +00:00
|
|
|
M: Lukasz Majewski <lukma@denx.de>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-dfu.git
|
2019-03-30 15:22:21 +00:00
|
|
|
F: cmd/dfu.c
|
|
|
|
F: cmd/usb_*.c
|
|
|
|
F: common/dfu.c
|
|
|
|
F: common/update.c
|
|
|
|
F: common/usb_storage.c
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/dfu/
|
2015-02-26 12:23:49 +00:00
|
|
|
F: drivers/usb/gadget/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
DRIVER MODEL
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2015-02-24 08:03:29 +00:00
|
|
|
T: git git://git.denx.de/u-boot-dm.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/core/
|
|
|
|
F: include/dm/
|
|
|
|
F: test/dm/
|
|
|
|
|
2016-03-04 00:10:10 +00:00
|
|
|
EFI PAYLOAD
|
2019-02-14 13:35:17 +00:00
|
|
|
M: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
|
|
R: Alexander Graf <agraf@csgraf.de>
|
2016-03-04 00:10:10 +00:00
|
|
|
S: Maintained
|
2019-03-20 17:47:07 +00:00
|
|
|
T: git git://git.denx.de/u-boot-efi.git
|
2018-03-02 18:58:50 +00:00
|
|
|
F: doc/README.uefi
|
2018-01-28 14:26:02 +00:00
|
|
|
F: doc/README.iscsi
|
2018-07-29 11:45:47 +00:00
|
|
|
F: Documentation/efi.rst
|
2018-09-04 17:34:55 +00:00
|
|
|
F: include/capitalization.h
|
2018-09-04 17:34:58 +00:00
|
|
|
F: include/cp1250.h
|
|
|
|
F: include/cp437.h
|
2017-09-15 08:06:11 +00:00
|
|
|
F: include/efi*
|
2018-01-31 18:45:35 +00:00
|
|
|
F: include/pe.h
|
|
|
|
F: include/asm-generic/pe.h
|
2018-07-05 17:43:50 +00:00
|
|
|
F: lib/charset.c
|
2018-01-02 15:00:45 +00:00
|
|
|
F: lib/efi*/
|
2017-09-15 08:06:11 +00:00
|
|
|
F: test/py/tests/test_efi*
|
2018-08-31 19:31:28 +00:00
|
|
|
F: test/unicode_ut.c
|
2016-03-04 00:10:10 +00:00
|
|
|
F: cmd/bootefi.c
|
2019-02-25 06:54:38 +00:00
|
|
|
F: cmd/efidebug.c
|
2019-02-25 06:54:36 +00:00
|
|
|
F: cmd/nvedit_efi.c
|
tools: provide a tool to convert a binary file to an include
For testing EFI disk management we need an in-memory image of
a disk.
The tool file2include converts a file to a C include. The file
is separated into strings of 8 bytes. Only the non-zero strings
are written to the include. The output format has been designed
to maintain readability.
#define EFI_ST_DISK_IMG { 0x00010000, { \
{0x000001b8, "\x94\x37\x69\xfc\x00\x00\x00\x00"}, /* .7i..... */ \
{0x000001c0, "\x02\x00\x83\x02\x02\x00\x01\x00"}, /* ........ */ \
{0x000001c8, "\x00\x00\x7f\x00\x00\x00\x00\x00"}, /* ........ */ \
{0x000001f8, "\x00\x00\x00\x00\x00\x00\x55\xaa"}, /* ......U. */ \
...
{0x00006000, "\x48\x65\x6c\x6c\x6f\x20\x77\x6f"}, /* Hello wo */ \
{0x00006008, "\x72\x6c\x64\x21\x0a\x00\x00\x00"}, /* rld!.... */ \
{0, NULL} } }
As the disk image needed for testing contains mostly zeroes a high
compression ratio can be attained.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2018-01-17 19:16:09 +00:00
|
|
|
F: tools/file2include.c
|
2016-03-04 00:10:10 +00:00
|
|
|
|
2018-07-18 15:03:13 +00:00
|
|
|
FPGA
|
|
|
|
M: Michal Simek <michal.simek@xilinx.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
|
|
|
F: drivers/fpga/
|
|
|
|
F: cmd/fpga.c
|
|
|
|
F: include/fpga.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
FLATTENED DEVICE TREE
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-fdt.git
|
|
|
|
F: lib/fdtdec*
|
|
|
|
F: lib/libfdt/
|
|
|
|
F: include/fdt*
|
2018-03-12 22:08:09 +00:00
|
|
|
F: include/linux/libfdt*
|
2016-10-26 16:14:00 +00:00
|
|
|
F: cmd/fdt.c
|
2014-08-01 00:24:08 +00:00
|
|
|
F: common/fdt_support.c
|
|
|
|
|
|
|
|
FREEBSD
|
|
|
|
M: Rafal Jaworowski <raj@semihalf.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-freebsd.git
|
|
|
|
|
|
|
|
FREESCALE QORIQ
|
2019-02-04 16:22:58 +00:00
|
|
|
M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-fsl-qoriq.git
|
|
|
|
|
|
|
|
I2C
|
|
|
|
M: Heiko Schocher <hs@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-i2c.git
|
|
|
|
F: drivers/i2c/
|
|
|
|
|
2017-12-04 20:48:24 +00:00
|
|
|
LOGGING
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot.git
|
|
|
|
F: common/log.c
|
|
|
|
F: cmd/log.c
|
2017-12-04 20:48:27 +00:00
|
|
|
F: test/log/log_test.c
|
2017-12-04 20:48:30 +00:00
|
|
|
F: test/py/tests/test_log.py
|
2017-12-04 20:48:24 +00:00
|
|
|
|
2018-09-28 12:50:53 +00:00
|
|
|
MALI DISPLAY PROCESSORS
|
|
|
|
M: Liviu Dudau <liviu.dudau@foss.arm.com>
|
|
|
|
S: Supported
|
|
|
|
T: git git://github.com/ARM-software/u-boot.git
|
|
|
|
F: drivers/video/mali_dp.c
|
2018-10-11 05:26:33 +00:00
|
|
|
F: drivers/i2c/i2c-versatile.c
|
2018-09-28 12:50:53 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
MICROBLAZE
|
|
|
|
M: Michal Simek <monstr@monstr.eu>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-microblaze.git
|
|
|
|
F: arch/microblaze/
|
2018-03-13 10:07:25 +00:00
|
|
|
F: cmd/mfsl.c
|
|
|
|
F: drivers/gpio/xilinx_gpio.c
|
|
|
|
F: drivers/net/xilinx_axi_emac.c
|
|
|
|
F: drivers/net/xilinx_emaclite.c
|
|
|
|
F: drivers/serial/serial_xuartlite.c
|
|
|
|
F: drivers/spi/xilinx_spi.c
|
2018-07-13 09:04:56 +00:00
|
|
|
F: drivers/sysreset/sysreset_gpio.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/watchdog/xilinx_tb_wdt.c
|
|
|
|
N: xilinx
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
MIPS
|
|
|
|
M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-mips.git
|
|
|
|
F: arch/mips/
|
|
|
|
|
2018-12-14 15:16:47 +00:00
|
|
|
MIPS MSCC
|
|
|
|
M: Gregory CLEMENT <gregory.clement@bootlin.com>
|
|
|
|
M: Lars Povlsen <lars.povlsen@microchip.com>
|
|
|
|
M: Horatiu Vultur <horatiu.vultur@microchip.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/mips/mach-mscc/
|
2018-12-14 15:16:50 +00:00
|
|
|
F: arch/mips/dts/luton*
|
2018-12-14 15:16:49 +00:00
|
|
|
F: arch/mips/dts/mscc*
|
|
|
|
F: arch/mips/dts/ocelot*
|
2019-01-12 17:56:57 +00:00
|
|
|
F: arch/mips/dts/jr2*
|
2019-01-12 17:56:59 +00:00
|
|
|
F: arch/mips/dts/serval*
|
2018-12-14 15:16:49 +00:00
|
|
|
F: board/mscc/
|
|
|
|
F: configs/mscc*
|
2019-01-02 08:52:21 +00:00
|
|
|
F: drivers/gpio/mscc_sgpio.c
|
2019-01-08 09:38:33 +00:00
|
|
|
F: drivers/spi/mscc_bb_spi.c
|
2018-12-14 15:16:49 +00:00
|
|
|
F: include/configs/vcoreiii.h
|
2019-01-12 17:56:55 +00:00
|
|
|
F: drivers/pinctrl/mscc/
|
2019-01-31 14:30:33 +00:00
|
|
|
F: drivers/net/mscc_eswitch/
|
2018-12-14 15:16:47 +00:00
|
|
|
|
2018-12-16 22:25:22 +00:00
|
|
|
MIPS JZ4780
|
|
|
|
M: Ezequiel Garcia <ezequiel@collabora.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/mips/mach-jz47xx/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
MMC
|
2016-08-01 03:35:20 +00:00
|
|
|
M: Jaehoon Chung <jh80.chung@samsung.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-mmc.git
|
|
|
|
F: drivers/mmc/
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
NAND FLASH
|
2018-07-26 16:02:03 +00:00
|
|
|
#M: Scott Wood <oss@buserror.net>
|
|
|
|
S: Orphaned (Since 2018-07)
|
2018-03-05 07:15:51 +00:00
|
|
|
T: git git://git.denx.de/u-boot-nand-flash.git
|
2018-08-16 15:30:07 +00:00
|
|
|
F: drivers/mtd/nand/raw/
|
2018-03-05 07:15:51 +00:00
|
|
|
|
|
|
|
NDS32
|
|
|
|
M: Macpaul Lin <macpaul@andestech.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-nds32.git
|
|
|
|
F: arch/nds32/
|
|
|
|
|
2018-03-07 03:04:29 +00:00
|
|
|
NETWORK
|
|
|
|
M: Joe Hershberger <joe.hershberger@ni.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-net.git
|
|
|
|
F: drivers/net/
|
|
|
|
F: net/
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
NIOS
|
|
|
|
M: Thomas Chou <thomas@wytron.com.tw>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-nios.git
|
|
|
|
F: arch/nios2/
|
|
|
|
|
|
|
|
ONENAND
|
|
|
|
#M: Lukasz Majewski <l.majewski@majess.pl>
|
|
|
|
S: Orphaned (Since 2017-01)
|
|
|
|
T: git git://git.denx.de/u-boot-onenand.git
|
|
|
|
F: drivers/mtd/onenand/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
PATMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: tools/patman/
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
POWER
|
|
|
|
M: Jaehoon Chung <jh80.chung@samsung.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-pmic.git
|
|
|
|
F: drivers/power/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
POWERPC
|
|
|
|
M: Wolfgang Denk <wd@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/powerpc/
|
|
|
|
|
|
|
|
POWERPC MPC8XX
|
powerpc: Partialy restore core of mpc8xx
CS Systemes d'Information (CSSI) manufactures 8xx boards for
critical communication systems. Those boards have been
running U-Boot since 2010 and will have to be maintained
until at least 2027.
commit 5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f
("powerpc, 8xx: remove support for 8xx") orphaned those boards
by removing support for the mpc8xx CPU.
This commit partially restores support for the 8xx, with the
following limitations:
- Restores support for MPC866 and MPC885 only
- Does not restore IDE, PCMCIA, I2C, USB
- Does not restore examples
- Does not restore POST
- Does not restore Ethernet on SCC
- Does not restore console on SCC
- Does not restore bedbug and kgdb support
As the 866 and 885 do not support the following features,
they are not restored either:
- VIDEO / LCD
- RTC clock
The CPM uCODE patch is not restored either, because:
- 866 and 885 already have support for I2C and SPI relocation
without a uCODE patch
- relocation of SMC, I2C or SPI is only needed for using SCCs
for Ethernet or QMC
The dynamic setup/calculation of clocks is removed, we
expect the target being use with the clock and PLPRCR register
defined in the configuration.
All the clock settings for 8xx prior to 866 is removed as
well as we now only support 866 and 885.
This code is mature and addresses mature boards. Therefore
all code enclosed in '#if 0/#endif' and '#if XX_DEBUG/#endif'
is unneeded.
The following files are not restored by this patch:
- arch/powerpc/cpu/mpc8xx/bedbug_860.c
- arch/powerpc/cpu/mpc8xx/fec.h
- arch/powerpc/cpu/mpc8xx/kgdb.S
- arch/powerpc/cpu/mpc8xx/plprcr_write.S
- arch/powerpc/cpu/mpc8xx/scc.c
- arch/powerpc/cpu/mpc8xx/upatch.c
- arch/powerpc/cpu/mpc8xx/video.c
- arch/powerpc/include/asm/status_led.h
- arch/powerpc/lib/ide.c
- arch/powerpc/lib/ide.h
- doc/README.MPC866
- drivers/pcmcia/mpc8xx_pcmcia.c
- drivers/rtc/mpc8xx.c
- drivers/usb/gadget/mpc8xx_udc.c
- drivers/video/mpc8xx_lcd.c
- examples/standalone/test_burst.c
- examples/standalone/test_burst.h
- examples/standalone/test_burst_lib.S
- examples/standalone/timer.c
- include/mpc823_lcd.h
- include/usb/mpc8xx_udc.h
- post/cpu/mpc8xx/Makefile
- post/cpu/mpc8xx/cache.c
- post/cpu/mpc8xx/cache_8xx.S
- post/cpu/mpc8xx/ether.c
- post/cpu/mpc8xx/spr.c
- post/cpu/mpc8xx/uart.c
- post/cpu/mpc8xx/usb.c
- post/cpu/mpc8xx/watchdog.c
Some of the restored files are not located in a proper location.
In order to keep traceability of the changes, they will be
moved to their correct location and moved to Kconfig in a
followup patch.
This patch also declares CSSI as point of contact for the update
of the 8xx platform, as those boards are the only ones still
being maintained on the 8xx area. A later patch will add
those boards to the tree.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
2017-07-06 08:23:22 +00:00
|
|
|
M: Christophe Leroy <christophe.leroy@c-s.fr>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-mpc8xx.git
|
|
|
|
F: arch/powerpc/cpu/mpc8xx/
|
|
|
|
|
|
|
|
POWERPC MPC83XX
|
2017-06-09 12:50:47 +00:00
|
|
|
M: Mario Six <mario.six@gdsys.cc>
|
|
|
|
S: Maintained
|
2014-08-01 00:24:08 +00:00
|
|
|
T: git git://git.denx.de/u-boot-mpc83xx.git
|
2018-08-06 08:23:30 +00:00
|
|
|
F: drivers/ram/mpc83xx_sdram.c
|
|
|
|
F: include/dt-bindings/memory/mpc83xx-sdram.h
|
2018-08-06 08:23:35 +00:00
|
|
|
F: drivers/sysreset/sysreset_mpc83xx.c
|
|
|
|
F: drivers/sysreset/sysreset_mpc83xx.h
|
2018-08-06 08:23:36 +00:00
|
|
|
F: drivers/clk/mpc83xx_clk.c
|
|
|
|
F: drivers/clk/mpc83xx_clk.h
|
|
|
|
F: include/dt-bindings/clk/mpc83xx-clk.h
|
2018-08-06 08:23:38 +00:00
|
|
|
F: drivers/timer/mpc83xx_timer.c
|
2018-08-06 08:23:45 +00:00
|
|
|
F: drivers/cpu/mpc83xx_cpu.c
|
|
|
|
F: drivers/cpu/mpc83xx_cpu.h
|
2018-08-06 08:23:46 +00:00
|
|
|
F: drivers/misc/mpc83xx_serdes.c
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/powerpc/cpu/mpc83xx/
|
|
|
|
F: arch/powerpc/include/asm/arch-mpc83xx/
|
|
|
|
|
|
|
|
POWERPC MPC85XX
|
2019-02-04 16:22:58 +00:00
|
|
|
M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-mpc85xx.git
|
|
|
|
F: arch/powerpc/cpu/mpc85xx/
|
|
|
|
|
|
|
|
POWERPC MPC86XX
|
2019-02-04 16:22:58 +00:00
|
|
|
M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-mpc86xx.git
|
|
|
|
F: arch/powerpc/cpu/mpc86xx/
|
|
|
|
|
2017-12-26 05:55:52 +00:00
|
|
|
RISC-V
|
|
|
|
M: Rick Chen <rick@andestech.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-riscv.git
|
|
|
|
F: arch/riscv/
|
|
|
|
F: tools/prelink-riscv.c
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
ROCKUSB
|
|
|
|
M: Eddie Cai <eddie.cai.linux@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/usb/gadget/f_rockusb.c
|
|
|
|
F: cmd/rockusb.c
|
|
|
|
F: doc/README.rockusb
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
SANDBOX
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/sandbox/
|
|
|
|
|
|
|
|
SH
|
|
|
|
M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-sh.git
|
|
|
|
F: arch/sh/
|
|
|
|
|
|
|
|
SPI
|
2016-10-28 17:57:34 +00:00
|
|
|
M: Jagan Teki <jagan@openedev.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-spi.git
|
|
|
|
F: drivers/spi/
|
|
|
|
F: include/spi*
|
|
|
|
|
2019-02-05 05:59:29 +00:00
|
|
|
SPI-NOR
|
|
|
|
M: Jagan Teki <jagan@openedev.com>
|
|
|
|
M: Vignesh R <vigneshr@ti.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/mtd/spi/
|
|
|
|
F: include/spi_flash.h
|
|
|
|
F: include/linux/mtd/cfi.h
|
|
|
|
F: include/linux/mtd/spi-nor.h
|
|
|
|
|
2016-03-31 21:12:34 +00:00
|
|
|
SPMI
|
|
|
|
M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/spmi/
|
|
|
|
F: include/spmi/
|
|
|
|
|
2018-09-28 12:49:31 +00:00
|
|
|
TDA19988 HDMI ENCODER
|
|
|
|
M: Liviu Dudau <liviu.dudau@foss.arm.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/video/tda19988.c
|
|
|
|
|
2017-01-11 17:09:27 +00:00
|
|
|
TI SYSTEM SECURITY
|
|
|
|
M: Andrew F. Davis <afd@ti.com>
|
|
|
|
S: Supported
|
|
|
|
F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
|
|
|
|
F: arch/arm/mach-omap2/sec-common.c
|
|
|
|
F: arch/arm/mach-omap2/config_secure.mk
|
2017-01-27 16:39:20 +00:00
|
|
|
F: configs/am335x_hs_evm_defconfig
|
2017-09-20 19:33:51 +00:00
|
|
|
F: configs/am335x_hs_evm_uart_defconfig
|
2017-01-11 17:09:27 +00:00
|
|
|
F: configs/am43xx_hs_evm_defconfig
|
|
|
|
F: configs/am57xx_hs_evm_defconfig
|
2019-01-28 17:43:25 +00:00
|
|
|
F: configs/am57xx_hs_evm_usb_defconfig
|
2017-01-11 17:09:27 +00:00
|
|
|
F: configs/dra7xx_hs_evm_defconfig
|
2019-01-28 17:43:24 +00:00
|
|
|
F: configs/dra7xx_hs_evm_usb_defconfig
|
2017-04-26 06:05:19 +00:00
|
|
|
F: configs/k2hk_hs_evm_defconfig
|
|
|
|
F: configs/k2e_hs_evm_defconfig
|
|
|
|
F: configs/k2g_hs_evm_defconfig
|
2018-03-06 16:10:10 +00:00
|
|
|
F: configs/k2l_hs_evm_defconfig
|
2017-01-11 17:09:27 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
TQ GROUP
|
2016-02-22 03:54:41 +00:00
|
|
|
#M: Martin Krause <martin.krause@tq-systems.de>
|
|
|
|
S: Orphaned (Since 2016-02)
|
2014-08-01 00:24:08 +00:00
|
|
|
T: git git://git.denx.de/u-boot-tq-group.git
|
|
|
|
|
2018-09-25 14:40:09 +00:00
|
|
|
TEE
|
|
|
|
M: Jens Wiklander <jens.wiklander@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/tee/
|
|
|
|
F: include/tee.h
|
2018-09-25 14:40:15 +00:00
|
|
|
F: include/tee/
|
2018-09-25 14:40:09 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
UBI
|
|
|
|
M: Kyungmin Park <kmpark@infradead.org>
|
2014-11-18 08:08:45 +00:00
|
|
|
M: Heiko Schocher <hs@denx.de>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-ubi.git
|
|
|
|
F: drivers/mtd/ubi/
|
|
|
|
|
|
|
|
USB
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-usb.git
|
|
|
|
F: drivers/usb/
|
|
|
|
|
2017-11-06 15:39:01 +00:00
|
|
|
USB xHCI
|
|
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-usb.git topic-xhci
|
|
|
|
F: drivers/usb/host/xhci*
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
VIDEO
|
|
|
|
M: Anatolij Gustschin <agust@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-video.git
|
|
|
|
F: drivers/video/
|
2017-08-28 20:39:41 +00:00
|
|
|
F: common/lcd*.c
|
|
|
|
F: include/lcd*.h
|
2018-09-19 18:16:32 +00:00
|
|
|
F: include/video*.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
X86
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
2017-07-23 14:36:33 +00:00
|
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot-x86.git
|
|
|
|
F: arch/x86/
|
|
|
|
|
2016-08-10 15:36:43 +00:00
|
|
|
XTENSA
|
|
|
|
M: Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/xtensa/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
THE REST
|
2015-03-02 13:37:50 +00:00
|
|
|
M: Tom Rini <trini@konsulko.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
L: u-boot@lists.denx.de
|
|
|
|
Q: http://patchwork.ozlabs.org/project/uboot/list/
|
|
|
|
S: Maintained
|
|
|
|
T: git git://git.denx.de/u-boot.git
|
2018-12-08 00:00:41 +00:00
|
|
|
F: configs/tools-only_defconfig
|
2014-08-01 00:24:08 +00:00
|
|
|
F: *
|
|
|
|
F: */
|