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)
|
|
|
|
|
|
|
|
-----------------------------------
|
2021-12-01 16:03:09 +00:00
|
|
|
ACPI:
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/acpi.c
|
|
|
|
F: lib/acpi/
|
|
|
|
|
2019-08-08 12:33:09 +00:00
|
|
|
ANDROID AB
|
|
|
|
M: Igor Opaniuk <igor.opaniuk@gmail.com>
|
2020-01-14 17:54:12 +00:00
|
|
|
R: Sam Protsenko <joe.skb7@gmail.com>
|
2019-08-08 12:33:09 +00:00
|
|
|
S: Maintained
|
|
|
|
F: cmd/ab_select.c
|
|
|
|
F: common/android_ab.c
|
2020-01-24 15:53:44 +00:00
|
|
|
F: doc/android/ab.rst
|
2019-08-08 12:33:09 +00:00
|
|
|
F: include/android_ab.h
|
|
|
|
F: test/py/tests/test_android/test_ab.py
|
|
|
|
|
|
|
|
ANDROID AVB
|
|
|
|
M: Igor Opaniuk <igor.opaniuk@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/avb.c
|
|
|
|
F: common/avb_verify.c
|
2020-01-24 15:53:44 +00:00
|
|
|
F: doc/android/avb2.rst
|
2019-08-08 12:33:09 +00:00
|
|
|
F: include/avb_verify.h
|
|
|
|
F: lib/libavb/
|
|
|
|
F: test/py/tests/test_android/test_avb.py
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-arc.git
|
2014-08-01 00:24:08 +00:00
|
|
|
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
|
|
|
|
|
2019-10-08 16:29:31 +00:00
|
|
|
ARC HSDK RESET
|
|
|
|
M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
|
|
|
|
S: Maintained
|
|
|
|
L: uboot-snps-arc@synopsys.com
|
|
|
|
F: include/dt-bindings/reset/snps,hsdk-reset.h
|
|
|
|
F: drivers/reset/reset-hsdk.c
|
|
|
|
|
2019-02-25 15:35:28 +00:00
|
|
|
ARC SYNOPSYS DW MMC EXTENSIONS
|
|
|
|
M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
|
|
|
|
S: Maintained
|
|
|
|
L: uboot-snps-arc@synopsys.com
|
|
|
|
F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
|
|
|
|
F: drivers/mmc/snps_dw_mmc.c
|
|
|
|
|
2021-10-23 14:58:03 +00:00
|
|
|
APPLE M1 SOC SUPPORT
|
|
|
|
M: Mark Kettenis <kettenis@openbsd.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/include/asm/arch-m1/
|
|
|
|
F: arch/arm/mach-apple/
|
|
|
|
F: configs/apple_m1_defconfig
|
|
|
|
F: drivers/iommu/apple_dart.c
|
2022-06-14 07:09:08 +00:00
|
|
|
F: drivers/nvme/nvme_apple.c
|
2023-01-21 19:27:58 +00:00
|
|
|
F: drivers/pci/pcie_apple.c
|
2021-11-02 17:21:57 +00:00
|
|
|
F: drivers/pinctrl/pinctrl-apple.c
|
2022-01-12 18:55:15 +00:00
|
|
|
F: drivers/watchdog/apple_wdt.c
|
2021-10-23 14:58:03 +00:00
|
|
|
F: include/configs/apple.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
ARM
|
2019-10-10 21:33:09 +00:00
|
|
|
M: Tom Rini <trini@konsulko.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/
|
2018-12-26 16:20:35 +00:00
|
|
|
F: cmd/arm/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2014-10-09 23:50:22 +00:00
|
|
|
ARM ALTERA SOCFPGA
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
2019-03-28 21:27:53 +00:00
|
|
|
M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
|
2021-07-06 02:20:27 +00:00
|
|
|
M: Tien Fong Chee <tien.fong.chee@intel.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
|
2016-11-25 17:47:28 +00:00
|
|
|
F: arch/arm/mach-socfpga/
|
2019-07-15 19:47:54 +00:00
|
|
|
F: drivers/sysreset/sysreset_socfpga*
|
2014-10-09 23:50:22 +00:00
|
|
|
|
2019-01-30 09:53:10 +00:00
|
|
|
ARM AMLOGIC SOC SUPPORT
|
2022-08-16 09:58:08 +00:00
|
|
|
M: Neil Armstrong <neil.armstrong@linaro.org>
|
2019-01-30 09:53:10 +00:00
|
|
|
S: Maintained
|
|
|
|
L: u-boot-amlogic@groups.io
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
|
2019-01-30 09:53:10 +00:00
|
|
|
F: arch/arm/mach-meson/
|
|
|
|
F: arch/arm/include/asm/arch-meson/
|
2023-01-10 10:56:47 +00:00
|
|
|
F: cmd/meson/
|
2019-02-10 13:54:30 +00:00
|
|
|
F: drivers/clk/meson/
|
2019-01-30 09:53:10 +00:00
|
|
|
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/
|
2022-06-13 14:00:56 +00:00
|
|
|
F: drivers/watchdog/meson_gxbb_wdt.c
|
2019-01-30 09:53:10 +00:00
|
|
|
F: include/configs/meson64.h
|
2019-10-11 15:33:57 +00:00
|
|
|
F: include/configs/meson64_android.h
|
2020-06-11 08:57:39 +00:00
|
|
|
F: doc/board/amlogic/
|
2019-01-30 09:53:10 +00:00
|
|
|
N: meson
|
|
|
|
|
2020-08-03 09:36:05 +00:00
|
|
|
ARM ASPEED
|
|
|
|
M: Ryan Chen <ryan_chen@aspeedtech.com>
|
|
|
|
M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
|
|
|
|
R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
|
2022-05-19 00:36:33 +00:00
|
|
|
R: Joel Stanley <joel@jms.id.au>
|
2020-08-03 09:36:05 +00:00
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-aspeed/
|
|
|
|
F: arch/arm/include/asm/arch-aspeed/
|
|
|
|
F: board/aspeed/
|
|
|
|
F: drivers/clk/aspeed/
|
2022-05-19 00:36:33 +00:00
|
|
|
F: drivers/crypto/aspeed/
|
|
|
|
F: drivers/gpio/gpio-aspeed.c
|
|
|
|
F: drivers/i2c/ast_i2c.[ch]
|
|
|
|
F: drivers/mmc/aspeed_sdhci.c
|
|
|
|
F: drivers/net/aspeed_mdio.c
|
|
|
|
F: drivers/net/ftgmac100.[ch]
|
2020-08-03 09:36:05 +00:00
|
|
|
F: drivers/pinctrl/aspeed/
|
2022-05-19 00:36:33 +00:00
|
|
|
F: drivers/pwm/pwm-aspeed.c
|
|
|
|
F: drivers/ram/aspeed/
|
|
|
|
F: drivers/reset/reset-ast2500.c
|
|
|
|
F: drivers/watchdog/ast_wdt.c
|
2020-08-03 09:36:05 +00:00
|
|
|
N: aspeed
|
|
|
|
|
2021-02-26 10:23:16 +00:00
|
|
|
ARM BROADCOM BCM283X / BCM27XX
|
2019-02-14 13:37:59 +00:00
|
|
|
M: Matthias Brugger <mbrugger@suse.com>
|
2022-11-30 11:57:49 +00:00
|
|
|
M: Peter Robinson <pbrobinson@gmail.com>
|
2018-01-25 11:05:54 +00:00
|
|
|
S: Maintained
|
2019-11-27 16:41:06 +00:00
|
|
|
F: arch/arm/dts/bcm283*
|
2016-04-05 02:00:41 +00:00
|
|
|
F: arch/arm/mach-bcm283x/
|
2019-11-27 16:41:06 +00:00
|
|
|
F: board/raspberrypi/
|
2016-04-05 02:00:41 +00:00
|
|
|
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
|
2019-11-27 16:41:06 +00:00
|
|
|
F: include/dt-bindings/pinctrl/bcm2835.h
|
2018-01-23 17:05:21 +00:00
|
|
|
F: drivers/pinctrl/broadcom/
|
2021-02-26 10:23:16 +00:00
|
|
|
F: configs/rpi_*
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-arm.git
|
2016-04-05 02:00:41 +00:00
|
|
|
|
2022-05-09 16:28:02 +00:00
|
|
|
ARM BROADCOM BCMBCA
|
|
|
|
M: Anand Gore <anand.gore@broadcom.com>
|
|
|
|
M: William Zhang <william.zhang@broadcom.com>
|
|
|
|
M: Kursad Oney <kursad.oney@broadcom.com>
|
|
|
|
M: Joel Peshkin <joel.peshkin@broadcom.com>
|
2022-08-22 18:19:47 +00:00
|
|
|
M: Philippe Reynes <philippe.reynes@softathome.com>
|
2022-05-09 16:28:02 +00:00
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-bcmbca/
|
|
|
|
F: board/broadcom/bcmbca/
|
2022-08-01 18:39:21 +00:00
|
|
|
N: bcmbca
|
|
|
|
N: bcm[9]?47622
|
2022-08-06 01:34:03 +00:00
|
|
|
N: bcm[9]?4908
|
2022-08-06 01:34:01 +00:00
|
|
|
N: bcm[9]?4912
|
2022-08-06 01:25:13 +00:00
|
|
|
N: bcm[9]?63138
|
2022-08-06 01:34:00 +00:00
|
|
|
N: bcm[9]?63146
|
2022-08-01 18:39:25 +00:00
|
|
|
N: bcm[9]?63148
|
2022-08-22 18:19:44 +00:00
|
|
|
N: bcm[9]?63158
|
2022-08-01 18:39:21 +00:00
|
|
|
N: bcm[9]?63178
|
2022-08-01 18:39:24 +00:00
|
|
|
N: bcm[9]?6756
|
2022-08-06 01:34:02 +00:00
|
|
|
N: bcm[9]?6813
|
2022-08-01 18:39:22 +00:00
|
|
|
N: bcm[9]?6846
|
2022-08-22 18:49:06 +00:00
|
|
|
N: bcm[9]?6855
|
2022-08-22 18:31:41 +00:00
|
|
|
N: bcm[9]?6856
|
2022-08-22 18:39:43 +00:00
|
|
|
N: bcm[9]?6858
|
2022-08-01 18:39:23 +00:00
|
|
|
N: bcm[9]?6878
|
2022-05-09 16:28:02 +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
|
|
|
|
|
2020-01-30 20:34:54 +00:00
|
|
|
ARM CORTINA ACCESS CAxxxx
|
|
|
|
M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
|
|
|
|
S: Supported
|
|
|
|
F: board/cortina/common/
|
|
|
|
F: drivers/gpio/cortina_gpio.c
|
|
|
|
F: drivers/watchdog/cortina_wdt.c
|
|
|
|
F: drivers/serial/serial_cortina.c
|
2020-07-01 04:08:06 +00:00
|
|
|
F: drivers/led/led_cortina.c
|
2020-02-21 02:19:35 +00:00
|
|
|
F: drivers/mmc/ca_dw_mmc.c
|
2020-07-30 19:52:45 +00:00
|
|
|
F: drivers/spi/ca_sflash.c
|
2020-06-01 19:56:31 +00:00
|
|
|
F: drivers/i2c/i2c-cortina.c
|
|
|
|
F: drivers/i2c/i2c-cortina.h
|
2020-12-11 21:46:12 +00:00
|
|
|
F: drivers/mtd/nand/raw/cortina_nand.c
|
|
|
|
F: drivers/mtd/nand/raw/cortina_nand.h
|
2021-01-14 21:34:11 +00:00
|
|
|
F: drivers/net/cortina_ni.c
|
|
|
|
F: drivers/net/cortina_ni.h
|
2021-01-14 21:34:12 +00:00
|
|
|
F: drivers/net/phy/ca_phy.c
|
2020-12-11 21:46:13 +00:00
|
|
|
F: configs/cortina_presidio-asic-pnand_defconfig
|
2020-01-30 20:34:54 +00:00
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/cpu/arm1136/mx*/
|
|
|
|
F: arch/arm/cpu/arm926ejs/mx*/
|
|
|
|
F: arch/arm/cpu/armv7/vf610/
|
2019-05-10 12:23:53 +00:00
|
|
|
F: arch/arm/dts/*imx*
|
2017-06-29 08:16:06 +00:00
|
|
|
F: arch/arm/mach-imx/
|
2022-07-21 13:47:56 +00:00
|
|
|
F: arch/arm/include/asm/arch-imx*/
|
2014-08-01 00:24:08 +00:00
|
|
|
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*/
|
2022-09-05 10:57:00 +00:00
|
|
|
F: drivers/serial/serial_mxc.c
|
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>
|
2019-08-02 15:10:11 +00:00
|
|
|
M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
2016-04-20 16:13:58 +00:00
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/cpu/armv8/hisilicon
|
2018-03-12 22:02:17 +00:00
|
|
|
F: arch/arm/include/asm/arch-hi6220/
|
2019-08-02 15:10:11 +00:00
|
|
|
F: arch/arm/include/asm/arch-hi3660/
|
2016-04-20 16:13:58 +00:00
|
|
|
|
2022-06-08 21:21:42 +00:00
|
|
|
ARM HPE GXP ARCHITECTURE
|
|
|
|
M: Jean-Marie Verdun <verdun@hpe.com>
|
|
|
|
M: Nick Hawkins <nick.hawkins@hpe.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/dts/hpe-bmc*
|
|
|
|
F: arch/arm/dts/hpe-gxp*
|
|
|
|
F: arch/arm/mach-hpe/
|
|
|
|
F: board/hpe/
|
|
|
|
F: configs/gxp_defconfig
|
|
|
|
F: doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
|
|
|
|
F: drivers/timer/gxp-timer.c
|
|
|
|
F: drivers/spi/gxp_spi.c
|
|
|
|
|
2020-07-06 08:37:54 +00:00
|
|
|
ARM IPQ40XX
|
|
|
|
M: Robert Marko <robert.marko@sartura.hr>
|
|
|
|
M: Luka Kovacic <luka.kovacic@sartura.hr>
|
|
|
|
M: Luka Perkov <luka.perkov@sartura.hr>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-ipq40xx/
|
2020-09-01 17:22:54 +00:00
|
|
|
F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
|
2020-09-10 14:00:02 +00:00
|
|
|
F: include/dt-bindings/reset/qcom,ipq4019-reset.h
|
|
|
|
F: drivers/reset/reset-ipq4019.c
|
2020-09-10 14:00:04 +00:00
|
|
|
F: drivers/phy/phy-qcom-ipq4019-usb.c
|
2020-10-08 20:05:09 +00:00
|
|
|
F: drivers/spi/spi-qup.c
|
2020-10-08 20:05:11 +00:00
|
|
|
F: drivers/net/mdio-ipq4019.c
|
2020-10-08 20:05:13 +00:00
|
|
|
F: drivers/rng/msm_rng.c
|
2020-07-06 08:37:54 +00:00
|
|
|
|
arm: layerscape: Add sfp driver
This adds a driver for the Security Fuse Processor (SFP) present on
LS1012A, LS1021A, LS1043A, and LS1046A processors. It holds the
Super-Root Key (SRK), One-Time-Programmable Master Key (OTPMK), and
other "security" related fuses. Similar devices (sharing the same name)
are present on other processors, but for the moment this just supports
the LS2 variants.
The mirror registers are loaded during power-on reset. All mirror
registers must be programmed or read at once. Because of this, `fuse
prog` will program all fuses, even though only one might be specified.
To prevent accidentally burning through all your fuse programming cycles
with something like `fuse prog 0 0 A B C D`, we limit ourselves to one
programming cycle per reset. Fuses are numbered based on their address.
The fuse at 0x1e80200 is 0, the fuse at 0x1e80204 is 1, etc.
The TA_PROG_SFP supply must be enabled when programming fuses, but must
be disabled when reading them. Typically this supply is enabled by
inserting a jumper or by setting a register in the board's FPGA. I've
also added support for using a regulator. This could be helpful for
automatically issuing the FPGA write, or for toggling a GPIO controlling
the supply.
I suggest using the following procedure for programming:
1. Override the fuses you wish to program
=> fuse override 0 2 A B C D
2. Inspect the values and ensure that they are what you expect
=> fuse sense 0 2 4
3. Enable TA_PROG_SFP
4. Issue a program command using OSPR0 as a dummy. Since it contains the
write-protect bit you will usually want to write it last anyway.
=> fuse prog 0 0 0
5. Disable TA_PROG_SFP
6. Read back the fuses and ensure they are correct
=> fuse read 0 2 4
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
2022-04-22 18:34:18 +00:00
|
|
|
ARM LAYERSCAPE SFP
|
|
|
|
M: Sean Anderson <sean.anderson@seco.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/misc/ls2_sfp.c
|
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
2022-02-03 16:57:49 +00:00
|
|
|
F: drivers/clk/mvebu/
|
2019-02-15 12:56:56 +00:00
|
|
|
F: drivers/ddr/marvell/
|
|
|
|
F: drivers/gpio/mvebu_gpio.c
|
2022-02-03 16:57:49 +00:00
|
|
|
F: drivers/i2c/mvtwsi.c
|
|
|
|
F: drivers/mmc/xenon_sdhci.c
|
|
|
|
F: drivers/phy/marvell/
|
|
|
|
F: drivers/pinctrl/mvebu/
|
|
|
|
F: drivers/rtc/armada38x.c
|
2019-02-15 12:56:56 +00:00
|
|
|
F: drivers/spi/kirkwood_spi.c
|
2022-02-03 16:57:49 +00:00
|
|
|
F: drivers/spi/mvebu_a3700_spi.c
|
2019-02-15 12:56:56 +00:00
|
|
|
F: drivers/pci/pcie_dw_mvebu.c
|
2022-02-03 16:57:49 +00:00
|
|
|
F: drivers/watchdog/armada-37xx-wdt.c
|
2019-02-15 12:56:56 +00:00
|
|
|
F: drivers/watchdog/orion_wdt.c
|
2022-02-03 16:57:49 +00:00
|
|
|
F: include/configs/mv-common.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2021-12-16 11:04:06 +00:00
|
|
|
ARM MARVELL PCIE CONTROLLER DRIVERS
|
|
|
|
M: Pali Rohár <pali@kernel.org>
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
|
|
|
|
F: drivers/pci/pci-aardvark.c
|
|
|
|
F: drivers/pci/pci_mvebu.c
|
|
|
|
|
2021-12-16 11:04:07 +00:00
|
|
|
ARM MARVELL SERIAL DRIVERS
|
|
|
|
M: Pali Rohár <pali@kernel.org>
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
|
|
|
|
F: drivers/serial/serial_mvebu_a3700.c
|
|
|
|
|
2018-11-15 02:08:06 +00:00
|
|
|
ARM MEDIATEK
|
|
|
|
M: Ryder Lee <ryder.lee@mediatek.com>
|
|
|
|
M: Weijie Gao <weijie.gao@mediatek.com>
|
2020-10-14 07:08:33 +00:00
|
|
|
M: Chunfeng Yun <chunfeng.yun@mediatek.com>
|
2019-07-29 14:17:46 +00:00
|
|
|
R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
|
2018-11-15 02:08:06 +00:00
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/mach-mediatek/
|
|
|
|
F: arch/arm/include/asm/arch-mediatek/
|
|
|
|
F: board/mediatek/
|
2020-05-02 09:35:22 +00:00
|
|
|
F: doc/device-tree-bindings/phy/phy-mtk-*
|
|
|
|
F: doc/device-tree-bindings/usb/mediatek,*
|
2018-11-15 02:08:06 +00:00
|
|
|
F: doc/README.mediatek
|
|
|
|
F: drivers/clk/mediatek/
|
2022-09-09 12:00:27 +00:00
|
|
|
F: drivers/cpu/mtk_cpu.c
|
|
|
|
F: drivers/i2c/mtk_i2c.c
|
2018-11-15 02:08:06 +00:00
|
|
|
F: drivers/mmc/mtk-sd.c
|
2020-05-02 09:35:22 +00:00
|
|
|
F: drivers/phy/phy-mtk-*
|
2018-11-15 02:08:06 +00:00
|
|
|
F: drivers/pinctrl/mediatek/
|
|
|
|
F: drivers/power/domain/mtk-power-domain.c
|
|
|
|
F: drivers/ram/mediatek/
|
2019-07-22 11:39:01 +00:00
|
|
|
F: drivers/spi/mtk_snfi_spi.c
|
2022-09-09 12:00:27 +00:00
|
|
|
F: drivers/spi/mtk_spim.c
|
2018-11-15 02:08:06 +00:00
|
|
|
F: drivers/timer/mtk_timer.c
|
2020-10-14 07:08:33 +00:00
|
|
|
F: drivers/usb/host/xhci-mtk.c
|
|
|
|
F: drivers/usb/mtu3/
|
2018-11-15 02:08:06 +00:00
|
|
|
F: drivers/watchdog/mtk_wdt.c
|
2018-12-20 08:12:58 +00:00
|
|
|
F: drivers/net/mtk_eth.c
|
2022-09-09 12:00:27 +00:00
|
|
|
F: drivers/net/mtk_eth.h
|
2018-12-20 08:12:58 +00:00
|
|
|
F: drivers/reset/reset-mediatek.c
|
2018-11-15 02:08:06 +00:00
|
|
|
F: tools/mtk_image.c
|
|
|
|
F: tools/mtk_image.h
|
2022-09-09 12:00:27 +00:00
|
|
|
F: tools/mtk_nand_headers.c
|
|
|
|
F: tools/mtk_nand_headers.h
|
2018-11-15 02:08:06 +00:00
|
|
|
N: mediatek
|
|
|
|
|
2022-05-20 11:46:33 +00:00
|
|
|
ARM METHODE SUPPORT
|
|
|
|
M: Robert Marko <robert.marko@sartura.hr>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/dts/armada-3720-eDPU*
|
|
|
|
F: arch/arm/dts/armada-3720-uDPU*
|
|
|
|
F: configs/eDPU_defconfig
|
|
|
|
F: configs/uDPU_defconfig
|
|
|
|
|
2019-02-05 10:20:39 +00:00
|
|
|
ARM MICROCHIP/ATMEL AT91
|
|
|
|
M: Eugen Hristev <eugen.hristev@microchip.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
|
2019-02-05 10:20:39 +00:00
|
|
|
F: arch/arm/mach-at91/
|
|
|
|
F: board/atmel/
|
2020-10-01 10:27:25 +00:00
|
|
|
F: drivers/cpu/at91_cpu.c
|
2022-10-25 10:51:04 +00:00
|
|
|
F: drivers/memory/atmel-ebi.c
|
2019-10-09 09:23:46 +00:00
|
|
|
F: drivers/misc/microchip_flexcom.c
|
2022-03-31 08:55:06 +00:00
|
|
|
F: drivers/timer/atmel_tcb_timer.c
|
2021-08-27 10:44:11 +00:00
|
|
|
F: include/dt-bindings/mfd/atmel-flexcom.h
|
2020-09-23 10:17:21 +00:00
|
|
|
F: drivers/timer/mchp-pit64b-timer.c
|
2019-02-05 10:20:39 +00:00
|
|
|
|
2022-10-25 09:55:02 +00:00
|
|
|
ARM MSC SM2S IMX8MP SOM
|
|
|
|
M: Martyn Welch <martyn.welch@collabora.com>
|
|
|
|
M: Ian Ray <ian.ray@ge.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/dts/imx8mp-msc-sm2s*
|
|
|
|
F: board/msc/sm2s_imx8mp/
|
|
|
|
F: configs/msc_sm2s_imx8mp_defconfig
|
|
|
|
F: include/configs/msc_sm2s_imx8mp.h
|
|
|
|
|
2020-07-10 17:07:38 +00:00
|
|
|
ARM NEXELL S5P4418
|
|
|
|
M: Stefan Bosch <stefan_b@posteo.net>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/cpu/armv7/s5p4418/
|
|
|
|
F: arch/arm/dts/s5p4418*
|
|
|
|
F: arch/arm/mach-nexell/
|
|
|
|
F: board/friendlyarm/
|
|
|
|
F: configs/s5p4418_nanopi2_defconfig
|
|
|
|
F: doc/README.s5p4418
|
|
|
|
F: drivers/gpio/nx_gpio.c
|
|
|
|
F: drivers/i2c/nx_i2c.c
|
|
|
|
F: drivers/mmc/nexell_dw_mmc_dm.c
|
|
|
|
F: drivers/pinctrl/nexell/
|
2022-12-18 12:20:49 +00:00
|
|
|
F: drivers/serial/serial_s5p4418_pl011.c
|
2020-07-10 17:07:38 +00:00
|
|
|
F: drivers/video/nexell/
|
|
|
|
F: drivers/video/nexell_display.c
|
|
|
|
F: include/configs/s5p4418_nanopi2.h
|
|
|
|
|
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/
|
2020-05-26 18:36:55 +00:00
|
|
|
F: doc/board/actions/
|
2018-06-14 18:08:39 +00:00
|
|
|
F: drivers/clk/owl/
|
|
|
|
F: drivers/serial/serial_owl.c
|
2020-04-19 13:58:25 +00:00
|
|
|
F: include/configs/owl-common.h
|
|
|
|
F: configs/bubblegum_96_defconfig
|
2020-04-19 13:58:37 +00:00
|
|
|
F: configs/cubieboard7_defconfig
|
2018-06-14 18:08:39 +00:00
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
|
2015-10-09 21:09:03 +00:00
|
|
|
F: arch/arm/mach-rmobile/
|
|
|
|
|
2016-01-05 01:47:10 +00:00
|
|
|
ARM ROCKCHIP
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
2021-03-30 10:02:07 +00:00
|
|
|
M: Philipp Tomsich <philipp.tomsich@vrull.eu>
|
2019-04-03 07:28:16 +00:00
|
|
|
M: Kever Yang <kever.yang@rock-chips.com>
|
2016-01-05 01:47:10 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
|
2021-12-24 17:10:28 +00:00
|
|
|
F: arch/arm/dts/rk3*
|
|
|
|
F: arch/arm/dts/rockchip*
|
|
|
|
F: arch/arm/dts/rv1108*
|
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
|
2021-12-24 17:10:28 +00:00
|
|
|
N: rockchip
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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/
|
|
|
|
|
2022-11-14 12:42:43 +00:00
|
|
|
ARM SANCLOUD
|
|
|
|
M: Paul Barker <paul.barker@sancloud.com>
|
|
|
|
R: Marc Murphy <marc.murphy@sancloud.com>
|
|
|
|
S: Supported
|
|
|
|
F: arch/arm/dts/am335x-sancloud*
|
|
|
|
|
2016-03-31 21:12:34 +00:00
|
|
|
ARM SNAPDRAGON
|
2019-06-06 18:35:05 +00:00
|
|
|
M: Ramon Fried <rfried.dev@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
|
2021-10-17 10:44:27 +00:00
|
|
|
F: drivers/serial/serial_msm_geni.c
|
2018-07-01 23:57:56 +00:00
|
|
|
F: drivers/smem/msm_smem.c
|
2021-10-17 10:44:28 +00:00
|
|
|
F: drivers/spmi/spmi-msm.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
|
2020-12-02 17:47:29 +00:00
|
|
|
M: Patrice Chotard <patrice.chotard@foss.st.com>
|
2018-03-07 03:04:29 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
|
2018-03-07 03:04:29 +00:00
|
|
|
F: arch/arm/mach-sti/
|
|
|
|
F: arch/arm/include/asm/arch-sti*/
|
2020-03-12 10:11:18 +00:00
|
|
|
F: drivers/phy/sti_usb_phy.c
|
|
|
|
F: drivers/pinctrl/pinctrl-sti.c
|
|
|
|
F: drivers/mmc/sti_sdhci.c
|
|
|
|
F: drivers/reset/sti-reset.c
|
|
|
|
F: drivers/serial/serial_sti_asc.c
|
|
|
|
F: drivers/sysreset/sysreset_sti.c
|
2022-08-24 04:44:32 +00:00
|
|
|
F: drivers/timer/arm_global_timer.c
|
2020-03-12 10:11:18 +00:00
|
|
|
F: drivers/usb/host/dwc3-sti-glue.c
|
|
|
|
F: include/dwc3-sti-glue.h
|
|
|
|
F: include/dt-bindings/clock/stih407-clks.h
|
|
|
|
F: include/dt-bindings/clock/stih410-clks.h
|
|
|
|
F: include/dt-bindings/reset/stih407-resets.h
|
2018-03-07 03:04:29 +00:00
|
|
|
|
2018-03-12 09:46:10 +00:00
|
|
|
ARM STM STM32MP
|
2020-12-02 17:47:29 +00:00
|
|
|
M: Patrick Delaunay <patrick.delaunay@foss.st.com>
|
|
|
|
M: Patrice Chotard <patrice.chotard@foss.st.com>
|
2018-11-08 16:52:21 +00:00
|
|
|
L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
|
2018-03-12 09:46:10 +00:00
|
|
|
S: Maintained
|
2019-01-21 16:20:00 +00:00
|
|
|
F: arch/arm/mach-stm32mp/
|
2020-02-25 18:04:14 +00:00
|
|
|
F: doc/board/st/
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/adc/stm32-adc*
|
2022-05-19 15:56:45 +00:00
|
|
|
F: drivers/clk/stm32/
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/gpio/stm32_gpio.c
|
|
|
|
F: drivers/hwspinlock/stm32_hwspinlock.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/i2c/stm32f7_i2c.c
|
2019-05-14 09:20:35 +00:00
|
|
|
F: drivers/mailbox/stm32-ipcc.c
|
2018-05-17 13:24:06 +00:00
|
|
|
F: drivers/misc/stm32mp_fuse.c
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/misc/stm32_rcc.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/mmc/stm32_sdmmc2.c
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/phy/phy-stm32-usbphyc.c
|
|
|
|
F: drivers/pinctrl/pinctrl_stm32.c
|
2019-02-04 10:26:17 +00:00
|
|
|
F: drivers/power/pmic/stpmic1.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/power/regulator/stm32-vrefbuf.c
|
2019-02-04 10:26:17 +00:00
|
|
|
F: drivers/power/regulator/stpmic1.c
|
2018-04-03 23:16:08 +00:00
|
|
|
F: drivers/ram/stm32mp1/
|
2019-05-31 13:11:35 +00:00
|
|
|
F: drivers/remoteproc/stm32_copro.c
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/reset/stm32-reset.c
|
2022-03-29 12:21:23 +00:00
|
|
|
F: drivers/rng/optee_rng.c
|
2020-10-06 11:52:26 +00:00
|
|
|
F: drivers/rng/stm32mp1_rng.c
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/rtc/stm32_rtc.c
|
|
|
|
F: drivers/serial/serial_stm32.*
|
2018-08-06 09:52:23 +00:00
|
|
|
F: drivers/spi/stm32_qspi.c
|
2019-04-30 16:08:28 +00:00
|
|
|
F: drivers/spi/stm32_spi.c
|
2019-07-30 17:16:56 +00:00
|
|
|
F: drivers/video/stm32/stm32_ltdc.c
|
2019-04-30 15:26:22 +00:00
|
|
|
F: drivers/watchdog/stm32mp_wdt.c
|
2019-07-30 17:16:56 +00:00
|
|
|
F: include/dt-bindings/clock/stm32fx-clock.h
|
2022-11-24 10:36:03 +00:00
|
|
|
F: include/dt-bindings/clock/stm32mp*
|
2019-07-30 17:16:56 +00:00
|
|
|
F: include/dt-bindings/pinctrl/stm32-pinfunc.h
|
2022-11-24 10:36:03 +00:00
|
|
|
F: include/dt-bindings/reset/stm32mp*
|
2019-07-30 17:16:56 +00:00
|
|
|
F: include/stm32_rcc.h
|
|
|
|
F: tools/stm32image.c
|
2020-10-06 11:59:41 +00:00
|
|
|
N: stm
|
|
|
|
N: stm32
|
2019-07-30 17:16:56 +00:00
|
|
|
|
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
|
2019-04-12 13:14:34 +00:00
|
|
|
M: Jagan Teki <jagan@amarulasolutions.com>
|
2020-10-28 23:37:43 +00:00
|
|
|
M: Andre Przywara <andre.przywara@arm.com>
|
2017-03-01 06:03:34 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
|
2014-08-01 00:24:08 +00:00
|
|
|
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/
|
2021-04-19 03:13:36 +00:00
|
|
|
F: drivers/clk/sunxi/
|
|
|
|
F: drivers/phy/allwinner/
|
2021-08-13 01:09:43 +00:00
|
|
|
F: drivers/pinctrl/sunxi/
|
2021-04-19 03:13:36 +00:00
|
|
|
F: drivers/video/sunxi/
|
2022-03-18 05:00:43 +00:00
|
|
|
F: tools/sunxi*
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
ARM TEGRA
|
|
|
|
M: Tom Warren <twarren@nvidia.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
2021-09-03 07:15:37 +00:00
|
|
|
M: Tom Rini <trini@konsulko.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
|
2022-01-27 12:17:00 +00:00
|
|
|
F: arch/arm/dts/am57xx*
|
2022-01-27 12:16:57 +00:00
|
|
|
F: arch/arm/dts/dra7*
|
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/
|
2020-03-16 14:30:54 +00:00
|
|
|
F: arch/arm/mach-omap2/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/arm/include/asm/arch-omap*/
|
|
|
|
F: arch/arm/include/asm/ti-common/
|
2020-03-16 14:30:54 +00:00
|
|
|
F: board/ti/
|
|
|
|
F: drivers/dma/ti*
|
|
|
|
F: drivers/firmware/ti_sci.*
|
|
|
|
F: drivers/gpio/omap_gpio.c
|
|
|
|
F: drivers/memory/ti-aemif.c
|
|
|
|
F: drivers/misc/k3_avs.c
|
|
|
|
F: drivers/mailbox/k3-sec-procy.c
|
|
|
|
F: drivers/pci/pcie_dw_ti.c
|
|
|
|
F: drivers/phy/keystone-usb-phy.c
|
|
|
|
F: drivers/phy/omap-usb2-phy.c
|
|
|
|
F: drivers/phy/phy-ti-am654.c
|
|
|
|
F: drivers/phy/ti-pipe3-phy.c
|
|
|
|
F: drivers/ram/k3*
|
2022-01-27 12:16:56 +00:00
|
|
|
F: drivers/remoteproc/ipu_rproc.c
|
2020-03-16 14:30:54 +00:00
|
|
|
F: drivers/remoteproc/k3_system_controller.c
|
2021-06-22 06:34:28 +00:00
|
|
|
F: drivers/remoteproc/pruc_rpoc.c
|
2020-03-16 14:30:54 +00:00
|
|
|
F: drivers/remoteproc/ti*
|
2022-01-27 12:16:51 +00:00
|
|
|
F: drivers/reset/reset-dra7.c
|
2020-03-16 14:30:54 +00:00
|
|
|
F: drivers/reset/reset-ti-sci.c
|
|
|
|
F: drivers/rtc/davinci.c
|
|
|
|
F: drivers/serial/serial_omap.c
|
|
|
|
F: drivers/soc/ti/
|
|
|
|
F: drivers/sysreset/sysreset-ti-sci.c
|
|
|
|
F: drivers/thermal/ti-bandgap.c
|
|
|
|
F: drivers/timer/omap-timer.c
|
2023-01-31 10:05:17 +00:00
|
|
|
F: drivers/video/tidss/
|
2020-03-16 14:30:54 +00:00
|
|
|
F: drivers/watchdog/omap_wdt.c
|
2021-06-22 06:34:27 +00:00
|
|
|
F: include/linux/pruss_driver.h
|
2020-03-16 14:30:54 +00:00
|
|
|
F: include/linux/soc/ti/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2020-01-04 17:45:18 +00:00
|
|
|
ARM U8500
|
|
|
|
M: Stephan Gerhold <stephan@gerhold.net>
|
|
|
|
R: Linus Walleij <linus.walleij@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/dts/ste-*
|
|
|
|
F: arch/arm/mach-u8500/
|
2021-08-07 13:07:18 +00:00
|
|
|
F: drivers/gpio/nmk_gpio.c
|
|
|
|
F: drivers/phy/phy-ab8500-usb.c
|
|
|
|
F: drivers/power/pmic/ab8500.c
|
2020-01-04 17:45:18 +00:00
|
|
|
F: drivers/timer/nomadik-mtu-timer.c
|
2021-08-07 13:07:18 +00:00
|
|
|
F: drivers/usb/musb-new/ux500.c
|
|
|
|
F: drivers/video/mcde_simple.c
|
2020-01-04 17:45:18 +00:00
|
|
|
|
2014-10-03 10:21:08 +00:00
|
|
|
ARM UNIPHIER
|
2020-08-31 14:52:03 +00:00
|
|
|
S: Orphan (Since 2020-09)
|
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
|
|
|
|
2022-09-19 12:21:02 +00:00
|
|
|
ARM VERSAL NET
|
|
|
|
M: Michal Simek <michal.simek@amd.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
|
|
|
F: arch/arm/mach-versal-net/
|
2022-11-16 15:36:35 +00:00
|
|
|
F: drivers/soc/soc_xilinx_versal_net.c
|
2022-09-19 12:21:02 +00:00
|
|
|
N: (?<!uni)versal-net
|
|
|
|
|
2018-08-22 12:55:27 +00:00
|
|
|
ARM VERSAL
|
2022-04-14 13:50:46 +00:00
|
|
|
M: Michal Simek <michal.simek@amd.com>
|
2018-08-22 12:55:27 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
2018-08-22 12:55:27 +00:00
|
|
|
F: arch/arm/mach-versal/
|
2021-07-02 10:40:34 +00:00
|
|
|
F: drivers/net/xilinx_axi_mrmac.*
|
2021-08-10 12:50:19 +00:00
|
|
|
F: drivers/soc/soc_xilinx_versal.c
|
2022-05-12 10:05:32 +00:00
|
|
|
F: drivers/spi/cadence_ospi_versal.c
|
2020-03-11 09:06:04 +00:00
|
|
|
F: drivers/watchdog/xilinx_wwdt.c
|
2019-09-11 07:20:41 +00:00
|
|
|
N: (?<!uni)versal
|
2018-08-22 12:55:27 +00:00
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
2018-03-13 10:07:25 +00:00
|
|
|
F: arch/arm/mach-zynq/
|
2020-09-16 13:25:08 +00:00
|
|
|
F: doc/board/xilinx/
|
2020-12-02 22:21:51 +00:00
|
|
|
F: doc/device-tree-bindings/video/syncoam,seps525.txt
|
2018-03-13 10:07:25 +00:00
|
|
|
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
|
2022-02-23 14:45:42 +00:00
|
|
|
F: drivers/net/phy/ethernet_id.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/net/phy/xilinx_phy.c
|
|
|
|
F: drivers/net/zynq_gem.c
|
2022-02-23 14:23:05 +00:00
|
|
|
F: drivers/pinctrl/pinctrl-zynqmp.c
|
2018-03-13 10:07:25 +00:00
|
|
|
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
|
2022-04-14 13:50:46 +00:00
|
|
|
M: Michal Simek <michal.simek@amd.com>
|
2015-01-15 09:01:51 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
2019-02-15 12:45:32 +00:00
|
|
|
F: driver/firmware/firmware-zynqmp.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/fpga/zynqpl.c
|
2022-02-23 15:21:30 +00:00
|
|
|
F: drivers/gpio/gpio_slg7xl45106.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/gpio/zynq_gpio.c
|
2021-10-29 11:11:43 +00:00
|
|
|
F: drivers/gpio/zynqmp_gpio_modepin.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/i2c/i2c-cdns.c
|
|
|
|
F: drivers/i2c/muxes/pca954x.c
|
|
|
|
F: drivers/i2c/zynq_i2c.c
|
2019-09-27 10:36:56 +00:00
|
|
|
F: drivers/mailbox/zynqmp-ipi.c
|
2018-03-13 10:07:25 +00:00
|
|
|
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
|
2022-01-06 08:49:41 +00:00
|
|
|
F: drivers/phy/phy-zynqmp.c
|
2022-02-07 09:27:37 +00:00
|
|
|
F: drivers/power/domain/zynqmp-power-domain.c
|
2021-10-15 13:17:29 +00:00
|
|
|
F: drivers/pwm/pwm-cadence-ttc.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/serial/serial_zynq.c
|
2021-07-30 06:00:10 +00:00
|
|
|
F: drivers/reset/reset-zynqmp.c
|
2021-07-29 08:39:08 +00:00
|
|
|
F: drivers/rtc/zynqmp_rtc.c
|
2021-08-10 12:50:18 +00:00
|
|
|
F: drivers/soc/soc_xilinx_zynqmp.c
|
2018-03-13 10:07:25 +00:00
|
|
|
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
|
2020-12-03 08:31:35 +00:00
|
|
|
F: drivers/video/seps525.c
|
2018-03-13 10:07:25 +00:00
|
|
|
F: drivers/watchdog/cdns_wdt.c
|
2018-04-04 07:22:03 +00:00
|
|
|
F: include/zynqmppl.h
|
2019-09-27 10:37:01 +00:00
|
|
|
F: include/zynqmp_firmware.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
|
2022-04-14 13:50:46 +00:00
|
|
|
M: Michal Simek <michal.simek@amd.com>
|
2018-04-12 15:39:46 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
2018-04-12 15:39:46 +00:00
|
|
|
F: arch/arm/mach-zynqmp-r5/
|
|
|
|
|
2019-10-31 07:51:08 +00:00
|
|
|
ARM PHYTIUM
|
|
|
|
M: liuhao <liuhao@phytium.com.cn>
|
|
|
|
M: shuyiqi <shuyiqi@phytium.com.cn>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/pci/pcie_phytium.c
|
|
|
|
F: arch/arm/dts/phytium-durian.dts
|
|
|
|
|
2023-01-30 06:19:24 +00:00
|
|
|
ASPEED AST2600 I2C DRIVER
|
|
|
|
M: Ryan Chen <ryan_chen@aspeedtech.com>
|
|
|
|
R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/i2c/ast2600_i2c.c
|
|
|
|
|
spi: aspeed: Add ASPEED SPI controller driver
Add ASPEED BMC FMC/SPI memory controller driver with
spi-mem interface for AST2500 and AST2600 platform.
There are three SPI memory controllers embedded in an ASPEED SoC.
- FMC: Named as Firmware Memory Controller. After AC on, MCU ROM
fetches initial device boot image from FMC chip select(CS) 0.
- SPI1: Play the role of a SPI Master controller. Or, there is a
dedicated path for HOST(X86) to access its BIOS flash mounted
under BMC. spi-aspeed-smc.c implements the control sequence when
SPI1 is a SPI master.
- SPI2: It is a pure SPI flash controller. For most scenarios, flashes
mounted under it are for pure storage purpose.
ASPEED SPI controller supports 1-1-1, 1-1-2 and 1-1-4 SPI flash mode.
Three types of command mode are supported, normal mode, command
read/write mode and user mode.
- Normal mode: Default mode. After power on, normal read command 03h or
13h is used to fetch boot image from SPI flash.
- AST2500: Only 03h command can be used after power on
or reset.
- AST2600: If FMC04[6:4] is set, 13h command is used,
otherwise, 03h command.
The address length is decided by FMC04[2:0].
- Command mode: SPI controller can send command and address
automatically when CPU read/write the related remapped
or decoded address area. The command used by this mode
can be configured by FMC10/14/18[23:16]. Also, the
address length is decided by FMC04[2:0]. This mode will
be implemented in the following patch series.
- User mode: It is a traditional and pure SPI operation, where
SPI transmission is controlled by CPU. It is the main
mode in this patch.
Each SPI controller in ASPEED SoC has its own decoded address mapping.
Within each SPI controller decoded address, driver can assign a specific
address region for each CS of a SPI controller. The decoded address
cannot overlap to each other. With normal mode and command mode, the
decoded address accessed by the CPU determines which CS is active.
When user mode is adopted, the CS decoded address is a FIFO, CPU can
send/receive any SPI transmission by accessing the related decoded
address for the target CS.
This patch only implements user mode initially. Command read/write
mode will be implemented in the following patches.
Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
2022-08-19 09:01:04 +00:00
|
|
|
ASPEED FMC SPI DRIVER
|
|
|
|
M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
|
|
|
|
M: Cédric Le Goater <clg@kaod.org>
|
|
|
|
R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/spi/spi-aspeed-smc.c
|
|
|
|
|
2018-11-26 03:07:26 +00:00
|
|
|
BINMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
2022-04-22 15:25:47 +00:00
|
|
|
M: Alper Nebi Yasak <alpernebiyasak@gmail.com>
|
2018-11-26 03:07:26 +00:00
|
|
|
S: Maintained
|
|
|
|
F: tools/binman/
|
|
|
|
|
2023-02-16 15:33:49 +00:00
|
|
|
BLKMAP
|
|
|
|
M: Tobias Waldekranz <tobias@waldekranz.com>
|
|
|
|
S: Maintained
|
2023-02-16 15:33:52 +00:00
|
|
|
F: cmd/blkmap.c
|
2023-02-16 15:33:54 +00:00
|
|
|
F: doc/usage/blkmap.rst
|
2023-02-16 15:33:49 +00:00
|
|
|
F: drivers/block/blkmap.c
|
|
|
|
F: include/blkmap.h
|
2023-02-16 15:33:53 +00:00
|
|
|
F: test/dm/blkmap.c
|
2023-02-16 15:33:49 +00:00
|
|
|
|
2022-04-25 05:31:05 +00:00
|
|
|
BOOTDEVICE
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2022-04-25 05:31:07 +00:00
|
|
|
F: boot/bootdev*.c
|
2022-04-25 05:31:09 +00:00
|
|
|
F: boot/bootflow.c
|
|
|
|
F: boot/bootmeth*.c
|
2022-04-25 05:31:06 +00:00
|
|
|
F: boot/bootstd.c
|
2022-04-25 05:31:10 +00:00
|
|
|
F: cmd/bootdev.c
|
2022-04-25 05:31:13 +00:00
|
|
|
F: cmd/bootflow.c
|
2022-04-25 05:31:26 +00:00
|
|
|
F: doc/develop/bootstd.rst
|
|
|
|
F: doc/usage/bootdev.rst
|
|
|
|
F: doc/usage/bootflow.rst
|
|
|
|
F: doc/usage/bootmeth.rst
|
2022-04-25 05:31:14 +00:00
|
|
|
F: drivers/mmc/mmc_bootdev.c
|
2022-04-25 05:31:13 +00:00
|
|
|
F: include/bootdev.h
|
2022-04-25 05:31:05 +00:00
|
|
|
F: include/bootflow.h
|
2022-04-25 05:31:08 +00:00
|
|
|
F: include/bootmeth.h
|
2022-04-25 05:31:07 +00:00
|
|
|
F: include/bootstd.h
|
2022-04-25 05:31:15 +00:00
|
|
|
F: net/eth_bootdevice.c
|
2022-04-25 05:31:24 +00:00
|
|
|
F: test/boot/
|
2022-04-25 05:31:05 +00:00
|
|
|
|
2020-03-25 11:04:46 +00:00
|
|
|
BTRFS
|
2022-06-01 15:17:06 +00:00
|
|
|
M: Marek Behún <kabel@kernel.org>
|
2020-06-24 16:03:16 +00:00
|
|
|
R: Qu Wenruo <wqu@suse.com>
|
|
|
|
L: linux-btrfs@vger.kernel.org
|
2020-03-25 11:04:46 +00:00
|
|
|
S: Maintained
|
|
|
|
F: cmd/btrfs.c
|
|
|
|
F: fs/btrfs/
|
|
|
|
F: include/btrfs.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
BUILDMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: tools/buildman/
|
|
|
|
|
2022-09-03 11:34:53 +00:00
|
|
|
CAT
|
|
|
|
M: Roger Knecht <rknecht@pm.me>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/cat.c
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
CFI FLASH
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
|
|
|
2019-06-24 13:50:52 +00:00
|
|
|
CLOCK
|
|
|
|
M: Lukasz Majewski <lukma@denx.de>
|
2021-11-24 04:23:40 +00:00
|
|
|
M: Sean Anderson <seanga2@gmail.com>
|
2019-06-24 13:50:52 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
|
2019-06-24 13:50:52 +00:00
|
|
|
F: drivers/clk/
|
|
|
|
F: drivers/clk/imx/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
COLDFIRE
|
2018-05-01 18:54:39 +00:00
|
|
|
M: Huan Wang <alison.wang@nxp.com>
|
2023-01-30 19:54:50 +00:00
|
|
|
M: Angelo Dureghello <angelo@kernel-space.org>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/m68k/
|
2020-05-26 18:36:53 +00:00
|
|
|
F: doc/arch/m68k.rst
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2022-09-02 11:57:48 +00:00
|
|
|
CYCLIC
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
2022-09-02 11:57:51 +00:00
|
|
|
F: cmd/cyclic.c
|
2022-09-02 11:57:48 +00:00
|
|
|
F: common/cyclic.c
|
|
|
|
F: include/cyclic.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
2020-05-24 10:02:14 +00:00
|
|
|
F: doc/api/dfu.rst
|
2021-03-05 11:58:37 +00:00
|
|
|
F: doc/usage/dfu.rst
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/dfu/
|
2015-02-26 12:23:49 +00:00
|
|
|
F: drivers/usb/gadget/
|
2020-05-24 10:02:14 +00:00
|
|
|
F: include/dfu.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
DRIVER MODEL
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
|
2020-05-20 21:24:52 +00:00
|
|
|
F: doc/driver-model/
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/core/
|
|
|
|
F: include/dm/
|
|
|
|
F: test/dm/
|
|
|
|
|
2021-09-25 00:30:18 +00:00
|
|
|
EFI APP
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
M: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
|
|
S: Maintained
|
|
|
|
W: https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
|
2021-11-04 03:09:07 +00:00
|
|
|
F: board/efi/efi-x86_app
|
|
|
|
F: configs/efi-x86_app*
|
|
|
|
F: doc/develop/uefi/u-boot_on_efi.rst
|
2021-12-04 15:56:31 +00:00
|
|
|
F: drivers/block/efi-media-uclass.c
|
|
|
|
F: drivers/block/sb_efi_media.c
|
2021-09-25 00:30:18 +00:00
|
|
|
F: lib/efi/efi_app.c
|
2021-11-04 03:09:03 +00:00
|
|
|
F: scripts/build-efi.sh
|
2021-12-04 15:56:31 +00:00
|
|
|
F: test/dm/efi_media.c
|
2021-09-25 00:30:18 +00:00
|
|
|
|
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>
|
2022-07-12 10:38:42 +00:00
|
|
|
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
|
2016-03-04 00:10:10 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
|
2022-11-06 09:23:55 +00:00
|
|
|
F: arch/arm/lib/*_efi.*
|
2022-11-10 11:23:35 +00:00
|
|
|
F: cmd/bootefi.c
|
|
|
|
F: cmd/eficonfig.c
|
|
|
|
F: cmd/efidebug.c
|
|
|
|
F: cmd/nvedit_efi.c
|
2020-02-22 06:45:50 +00:00
|
|
|
F: doc/api/efi.rst
|
2021-07-20 07:09:46 +00:00
|
|
|
F: doc/develop/uefi/*
|
2022-02-09 10:10:36 +00:00
|
|
|
F: doc/mkeficapsule.1
|
2020-12-16 21:08:38 +00:00
|
|
|
F: doc/usage/bootefi.rst
|
2020-10-22 21:52:14 +00:00
|
|
|
F: drivers/rtc/emul_rtc.c
|
2018-09-04 17:34:55 +00:00
|
|
|
F: include/capitalization.h
|
2019-05-08 17:41:35 +00:00
|
|
|
F: include/charset.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
|
2022-10-06 08:41:24 +00:00
|
|
|
F: include/mm_communication.h
|
2018-07-05 17:43:50 +00:00
|
|
|
F: lib/charset.c
|
2018-01-02 15:00:45 +00:00
|
|
|
F: lib/efi*/
|
2020-07-01 18:01:53 +00:00
|
|
|
F: test/lib/efi_*
|
2017-09-15 08:06:11 +00:00
|
|
|
F: test/py/tests/test_efi*
|
2020-04-22 15:53:34 +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
|
2020-12-20 10:58:25 +00:00
|
|
|
F: tools/efivar.py
|
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
|
2021-02-22 19:26:34 +00:00
|
|
|
F: tools/mkeficapsule.c
|
2016-03-04 00:10:10 +00:00
|
|
|
|
2019-11-20 22:09:05 +00:00
|
|
|
ENVIRONMENT
|
|
|
|
M: Joe Hershberger <joe.hershberger@ni.com>
|
|
|
|
R: Wolfgang Denk <wd@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: env/
|
|
|
|
F: include/env*
|
|
|
|
F: test/env/
|
|
|
|
F: tools/env*
|
|
|
|
F: tools/mkenvimage.c
|
|
|
|
|
2021-10-22 03:08:46 +00:00
|
|
|
ENVIRONMENT AS TEXT
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
R: Wolfgang Denk <wd@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: doc/usage/environment.rst
|
|
|
|
F: scripts/env2string.awk
|
|
|
|
|
2022-02-26 07:05:47 +00:00
|
|
|
EROFS
|
|
|
|
M: Huang Jianan <jnhuang95@gmail.com>
|
|
|
|
L: linux-erofs@lists.ozlabs.org
|
|
|
|
S: Maintained
|
2022-02-26 07:05:50 +00:00
|
|
|
F: cmd/erofs.c
|
2022-02-26 07:05:47 +00:00
|
|
|
F: fs/erofs/
|
|
|
|
F: include/erofs.h
|
2022-02-26 07:05:51 +00:00
|
|
|
F: test/py/tests/test_fs/test_erofs.py
|
2022-02-26 07:05:47 +00:00
|
|
|
|
2022-03-04 15:43:00 +00:00
|
|
|
EVENTS
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2022-03-04 15:43:06 +00:00
|
|
|
F: cmd/event.c
|
2022-03-04 15:43:00 +00:00
|
|
|
F: common/event.c
|
|
|
|
F: include/event.h
|
2022-03-04 15:43:07 +00:00
|
|
|
F: scripts/event_dump.py
|
2022-03-04 15:43:01 +00:00
|
|
|
F: test/common/event.c
|
2022-03-04 15:43:07 +00:00
|
|
|
F: test/py/tests/test_event_dump.py
|
2022-03-04 15:43:00 +00:00
|
|
|
|
2021-11-24 04:33:11 +00:00
|
|
|
FASTBOOT
|
|
|
|
S: Orphaned
|
|
|
|
F: cmd/fastboot.c
|
|
|
|
F: doc/android/fastboot*.rst
|
|
|
|
F: include/fastboot.h
|
|
|
|
F: include/fastboot-internal.h
|
|
|
|
F: include/net/fastboot.h
|
|
|
|
F: drivers/fastboot/
|
|
|
|
F: drivers/usb/gadget/f_fastboot.c
|
|
|
|
F: net/fastboot.c
|
|
|
|
F: test/dm/fastboot.c
|
|
|
|
|
2018-07-18 15:03:13 +00:00
|
|
|
FPGA
|
2022-04-14 13:50:46 +00:00
|
|
|
M: Michal Simek <michal.simek@amd.com>
|
2018-07-18 15:03:13 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
2018-07-18 15:03:13 +00:00
|
|
|
F: drivers/fpga/
|
|
|
|
F: cmd/fpga.c
|
|
|
|
F: include/fpga.h
|
2022-09-30 12:04:30 +00:00
|
|
|
F: test/dm/fpga.c
|
2018-07-18 15:03:13 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
FLATTENED DEVICE TREE
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
|
2014-08-01 00:24:08 +00:00
|
|
|
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
|
2021-09-22 17:34:43 +00:00
|
|
|
F: scripts/dtc-version.sh
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
FREEBSD
|
|
|
|
M: Rafal Jaworowski <raj@semihalf.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
|
2014-08-01 00:24:08 +00:00
|
|
|
|
|
|
|
FREESCALE QORIQ
|
2019-09-09 11:25:08 +00:00
|
|
|
M: Priyanka Jain <priyanka.jain@nxp.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
|
2019-05-07 03:16:09 +00:00
|
|
|
F: drivers/watchdog/sp805_wdt.c
|
2020-07-10 08:55:18 +00:00
|
|
|
F: drivers/watchdog/sbsa_gwdt.c
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2022-03-08 00:24:04 +00:00
|
|
|
GATEWORKS_SC
|
|
|
|
M: Tim Harvey <tharvey@gateworks.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/misc/gsc.c
|
|
|
|
F: include/gsc.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
I2C
|
|
|
|
M: Heiko Schocher <hs@denx.de>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/i2c/
|
|
|
|
|
2021-08-25 12:49:39 +00:00
|
|
|
KWBIMAGE / KWBOOT TOOLS
|
|
|
|
M: Pali Rohár <pali@kernel.org>
|
2022-06-01 15:17:06 +00:00
|
|
|
M: Marek Behún <kabel@kernel.org>
|
2021-08-25 12:49:39 +00:00
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
|
|
|
|
F: doc/README.kwbimage
|
|
|
|
F: doc/kwboot.1
|
|
|
|
F: tools/kwb*
|
|
|
|
|
2022-03-12 10:03:14 +00:00
|
|
|
LED
|
|
|
|
M: Ivan Vozvakhov <i.vozvakhov@vk.team>
|
|
|
|
S: Supported
|
|
|
|
F: doc/device-tree-bindings/leds/leds-pwm.txt
|
|
|
|
F: drivers/led/led_pwm.c
|
|
|
|
|
2017-12-04 20:48:24 +00:00
|
|
|
LOGGING
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/u-boot.git
|
2020-02-26 20:48:16 +00:00
|
|
|
F: common/log*
|
2017-12-04 20:48:24 +00:00
|
|
|
F: cmd/log.c
|
2020-05-31 08:46:12 +00:00
|
|
|
F: doc/develop/logging.rst
|
2020-11-30 08:08:12 +00:00
|
|
|
F: include/log.h
|
2020-10-27 23:55:36 +00:00
|
|
|
F: lib/getopt.c
|
2020-02-26 20:48:18 +00:00
|
|
|
F: test/log/
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
|
2014-08-01 00:24:08 +00:00
|
|
|
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
|
2022-06-24 12:16:32 +00:00
|
|
|
F: drivers/timer/xilinx-timer.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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/mips/
|
|
|
|
|
2020-01-30 20:34:54 +00:00
|
|
|
MIPS CORTINA ACCESS CAxxxx
|
|
|
|
M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
|
|
|
|
S: Supported
|
|
|
|
F: board/cortina/common/
|
|
|
|
F: drivers/gpio/cortina_gpio.c
|
|
|
|
F: drivers/watchdog/cortina_wdt.c
|
|
|
|
F: drivers/serial/serial_cortina.c
|
2020-07-01 04:08:06 +00:00
|
|
|
F: drivers/led/led_cortina.c
|
2020-02-21 02:19:35 +00:00
|
|
|
F: drivers/mmc/ca_dw_mmc.c
|
2020-07-30 19:52:45 +00:00
|
|
|
F: drivers/spi/ca_sflash.c
|
2020-06-01 19:56:31 +00:00
|
|
|
F: drivers/i2c/i2c-cortina.c
|
|
|
|
F: drivers/i2c/i2c-cortina.h
|
2021-01-14 21:34:11 +00:00
|
|
|
F: drivers/net/cortina_ni.c
|
|
|
|
F: drivers/net/cortina_ni.h
|
2021-01-14 21:34:12 +00:00
|
|
|
F: drivers/net/phy/ca_phy.c
|
2020-01-30 20:34:54 +00:00
|
|
|
|
2020-11-12 08:37:19 +00:00
|
|
|
MIPS MEDIATEK
|
|
|
|
M: Weijie Gao <weijie.gao@mediatek.com>
|
|
|
|
R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/mips/mach-mtmips/
|
|
|
|
F: arch/mips/dts/mt7620.dtsi
|
2022-05-20 03:24:16 +00:00
|
|
|
F: arch/mips/dts/mt7621.dtsi
|
2020-11-12 08:37:19 +00:00
|
|
|
F: arch/mips/dts/mt7620-u-boot.dtsi
|
2022-05-20 03:24:16 +00:00
|
|
|
F: arch/mips/dts/mt7621-u-boot.dtsi
|
2020-11-12 08:37:19 +00:00
|
|
|
F: include/configs/mt7620.h
|
2022-05-20 03:24:16 +00:00
|
|
|
F: include/configs/mt7621.h
|
2020-11-12 08:37:19 +00:00
|
|
|
F: include/dt-bindings/clock/mt7620-clk.h
|
2022-05-20 03:24:16 +00:00
|
|
|
F: include/dt-bindings/clock/mt7621-clk.h
|
2020-11-12 08:37:19 +00:00
|
|
|
F: include/dt-bindings/clock/mt7628-clk.h
|
|
|
|
F: include/dt-bindings/reset/mt7620-reset.h
|
2022-05-20 03:24:16 +00:00
|
|
|
F: include/dt-bindings/reset/mt7621-reset.h
|
2020-11-12 08:37:19 +00:00
|
|
|
F: include/dt-bindings/reset/mt7628-reset.h
|
|
|
|
F: drivers/clk/mtmips/
|
|
|
|
F: drivers/pinctrl/mtmips/
|
|
|
|
F: drivers/gpio/mt7620_gpio.c
|
2022-05-20 03:24:16 +00:00
|
|
|
F: drivers/mtd/nand/raw/mt7621_nand.c
|
|
|
|
F: drivers/mtd/nand/raw/mt7621_nand.h
|
|
|
|
F: drivers/mtd/nand/raw/mt7621_nand_spl.c
|
2020-11-12 08:37:19 +00:00
|
|
|
F: drivers/net/mt7620-eth.c
|
|
|
|
F: drivers/phy/mt7620-usb-phy.c
|
|
|
|
F: drivers/reset/reset-mtmips.c
|
|
|
|
F: drivers/serial/serial_mt7620.c
|
|
|
|
F: drivers/spi/mt7620_spi.c
|
|
|
|
F: drivers/sysreset/sysreset_resetctl.c
|
|
|
|
F: drivers/watchdog/mt7620_wdt.c
|
|
|
|
|
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-04-24 09:27:59 +00:00
|
|
|
F: include/dt-bindings/mscc/
|
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/
|
|
|
|
|
2020-06-30 10:08:56 +00:00
|
|
|
MIPS Octeon
|
|
|
|
M: Aaron Williams <awilliams@marvell.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/mips/mach-octeon/
|
|
|
|
F: arch/mips/include/asm/arch-octeon/
|
2020-06-30 10:08:57 +00:00
|
|
|
F: arch/mips/dts/mrvl,cn73xx.dtsi
|
2020-06-30 10:08:56 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
MMC
|
2019-04-24 11:56:58 +00:00
|
|
|
M: Peng Fan <peng.fan@nxp.com>
|
2021-06-14 22:16:36 +00:00
|
|
|
M: Jaehoon Chung <jh80.chung@samsung.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/mmc/
|
|
|
|
|
2018-03-07 03:04:29 +00:00
|
|
|
NETWORK
|
|
|
|
M: Joe Hershberger <joe.hershberger@ni.com>
|
2021-01-29 16:18:22 +00:00
|
|
|
M: Ramon Fried <rfried.dev@gmail.com>
|
2018-03-07 03:04:29 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
|
2018-03-07 03:04:29 +00:00
|
|
|
F: drivers/net/
|
2019-07-14 19:55:25 +00:00
|
|
|
F: include/net.h
|
2018-03-07 03:04:29 +00:00
|
|
|
F: net/
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
NIOS
|
|
|
|
M: Thomas Chou <thomas@wytron.com.tw>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
|
2018-03-05 07:15:51 +00:00
|
|
|
F: arch/nios2/
|
|
|
|
|
2021-06-22 13:16:23 +00:00
|
|
|
NVMe
|
|
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/nvme/
|
|
|
|
F: cmd/nvme.c
|
|
|
|
F: include/nvme.h
|
|
|
|
F: doc/develop/driver-model/nvme.rst
|
|
|
|
|
2023-04-17 09:11:52 +00:00
|
|
|
NVMXIP
|
|
|
|
M: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
|
|
|
|
S: Maintained
|
|
|
|
F: doc/develop/driver-model/nvmxip.rst
|
2023-04-17 09:11:53 +00:00
|
|
|
F: doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
|
2023-04-17 09:11:52 +00:00
|
|
|
F: drivers/mtd/nvmxip/
|
2023-04-17 09:11:58 +00:00
|
|
|
F: test/dm/nvmxip.c
|
2023-04-17 09:11:52 +00:00
|
|
|
|
misc: Add support for nvmem cells
This adds support for "nvmem cells" as seen in Linux. The nvmem device
class in Linux is used for various assorted ROMs and EEPROMs. In this
sense, it is similar to UCLASS_MISC, but also includes
UCLASS_I2C_EEPROM, UCLASS_RTC, and UCLASS_MTD. New drivers corresponding
to a Linux-style nvmem device should be implemented as one of the
previously-mentioned uclasses. The nvmem API acts as a compatibility
layer to adapt the (slightly different) APIs of these uclasses. It also
handles the lookup of nvmem cells.
While nvmem devices can be accessed directly, they are most often used
by reading/writing contiguous values called "cells". Cells typically
hold information like calibration, versions, or configuration (such as
mac addresses).
nvmem devices can specify "cells" in their device tree:
qfprom: eeprom@700000 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0x00700000 0x100000>;
/* ... */
tsens_calibration: calib@404 {
reg = <0x404 0x10>;
};
};
which can then be referenced like:
tsens {
/* ... */
nvmem-cells = <&tsens_calibration>;
nvmem-cell-names = "calibration";
};
The tsens driver could then read the calibration value like:
struct nvmem_cell cal_cell;
u8 cal[16];
nvmem_cell_get_by_name(dev, "calibration", &cal_cell);
nvmem_cell_read(&cal_cell, cal, sizeof(cal));
Because nvmem devices are not all of the same uclass, supported uclasses
must register a nvmem_interface struct. This allows CONFIG_NVMEM to be
enabled without depending on specific uclasses. At the moment,
nvmem_interface is very bare-bones, and assumes that no initialization
is necessary. However, this could be amended in the future.
Although I2C_EEPROM and MISC are quite similar (and could likely be
unified), they present different read/write function signatures. To
abstract over this, NVMEM uses the same read/write signature as Linux.
In particular, short read/writes are not allowed, which is allowed by
MISC.
The functionality implemented by nvmem cells is very similar to that
provided by i2c_eeprom_partition. "fixed-partition"s for eeproms does
not seem to have made its way into Linux or into any device tree other
than sandbox. It is possible that with the introduction of this API it
would be possible to remove it.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
2022-05-05 17:11:39 +00:00
|
|
|
NVMEM
|
|
|
|
M: Sean Anderson <seanga2@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: doc/api/nvmem.rst
|
|
|
|
F: drivers/misc/nvmem.c
|
2022-12-02 16:03:53 +00:00
|
|
|
F: drivers/reboot-mode/reboot-mode-nvmem.c
|
misc: Add support for nvmem cells
This adds support for "nvmem cells" as seen in Linux. The nvmem device
class in Linux is used for various assorted ROMs and EEPROMs. In this
sense, it is similar to UCLASS_MISC, but also includes
UCLASS_I2C_EEPROM, UCLASS_RTC, and UCLASS_MTD. New drivers corresponding
to a Linux-style nvmem device should be implemented as one of the
previously-mentioned uclasses. The nvmem API acts as a compatibility
layer to adapt the (slightly different) APIs of these uclasses. It also
handles the lookup of nvmem cells.
While nvmem devices can be accessed directly, they are most often used
by reading/writing contiguous values called "cells". Cells typically
hold information like calibration, versions, or configuration (such as
mac addresses).
nvmem devices can specify "cells" in their device tree:
qfprom: eeprom@700000 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0x00700000 0x100000>;
/* ... */
tsens_calibration: calib@404 {
reg = <0x404 0x10>;
};
};
which can then be referenced like:
tsens {
/* ... */
nvmem-cells = <&tsens_calibration>;
nvmem-cell-names = "calibration";
};
The tsens driver could then read the calibration value like:
struct nvmem_cell cal_cell;
u8 cal[16];
nvmem_cell_get_by_name(dev, "calibration", &cal_cell);
nvmem_cell_read(&cal_cell, cal, sizeof(cal));
Because nvmem devices are not all of the same uclass, supported uclasses
must register a nvmem_interface struct. This allows CONFIG_NVMEM to be
enabled without depending on specific uclasses. At the moment,
nvmem_interface is very bare-bones, and assumes that no initialization
is necessary. However, this could be amended in the future.
Although I2C_EEPROM and MISC are quite similar (and could likely be
unified), they present different read/write function signatures. To
abstract over this, NVMEM uses the same read/write signature as Linux.
In particular, short read/writes are not allowed, which is allowed by
MISC.
The functionality implemented by nvmem cells is very similar to that
provided by i2c_eeprom_partition. "fixed-partition"s for eeproms does
not seem to have made its way into Linux or into any device tree other
than sandbox. It is possible that with the introduction of this API it
would be possible to remove it.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
2022-05-05 17:11:39 +00:00
|
|
|
F: include/nvmem.h
|
|
|
|
|
2021-06-18 18:58:30 +00:00
|
|
|
NXP C45 TJA11XX PHY DRIVER
|
|
|
|
M: Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/net/phy/nxp-c45-tja11xx.c
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
ONENAND
|
|
|
|
#M: Lukasz Majewski <l.majewski@majess.pl>
|
|
|
|
S: Orphaned (Since 2017-01)
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
|
2018-03-05 07:15:51 +00:00
|
|
|
F: drivers/mtd/onenand/
|
|
|
|
|
2021-05-14 21:18:31 +00:00
|
|
|
OUT4-IMX6ULL-NANO BOARD
|
|
|
|
M: Oleh Kravchenko <oleg@kaa.org.ua>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://github.com/Oleh-Kravchenko/u-boot-out4.git
|
2021-05-14 21:18:33 +00:00
|
|
|
F: arch/arm/dts/ev-imx280-nano-x-mb.dts
|
2021-05-14 21:18:31 +00:00
|
|
|
F: arch/arm/dts/o4-imx-nano.dts
|
|
|
|
F: arch/arm/dts/o4-imx6ull-nano.dtsi
|
|
|
|
F: board/out4
|
2021-05-14 21:18:33 +00:00
|
|
|
F: configs/ev-imx280-nano-x-mb_defconfig
|
2021-05-14 21:18:31 +00:00
|
|
|
F: configs/o4-imx6ull-nano_defconfig
|
|
|
|
F: include/configs/o4-imx6ull-nano.h
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
PATMAN
|
|
|
|
M: Simon Glass <sjg@chromium.org>
|
|
|
|
S: Maintained
|
|
|
|
F: tools/patman/
|
|
|
|
|
2019-04-27 08:15:21 +00:00
|
|
|
PCI Endpoint
|
|
|
|
M: Ramon Fried <rfried.dev@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/pci_endpoint/
|
|
|
|
F: include/pci_ep.h
|
|
|
|
|
2019-10-14 09:29:39 +00:00
|
|
|
PCI MPC85xx
|
|
|
|
M: Heiko Schocher <hs@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/pci/pci_mpc85xx.c
|
|
|
|
|
2023-03-10 19:07:15 +00:00
|
|
|
PCI MPS
|
|
|
|
M: Stephen Carlson <stcarlso@linux.microsoft.com>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/pci_mps.c
|
|
|
|
F: test/cmd/pci_mps.c
|
|
|
|
|
2018-03-05 07:15:51 +00:00
|
|
|
POWER
|
|
|
|
M: Jaehoon Chung <jh80.chung@samsung.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
|
2018-03-05 07:15:51 +00:00
|
|
|
F: drivers/power/
|
2023-01-19 12:55:19 +00:00
|
|
|
F: include/power/
|
2018-03-05 07:15:51 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
POWERPC
|
|
|
|
M: Wolfgang Denk <wd@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/powerpc/
|
|
|
|
|
|
|
|
POWERPC MPC8XX
|
2020-05-13 05:30:03 +00:00
|
|
|
M: Christophe Leroy <christophe.leroy@csgroup.eu>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/powerpc/cpu/mpc8xx/
|
|
|
|
|
|
|
|
POWERPC MPC83XX
|
2017-06-09 12:50:47 +00:00
|
|
|
M: Mario Six <mario.six@gdsys.cc>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/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
|
2022-07-25 15:06:15 +00:00
|
|
|
M: Marek Behún <kabel@kernel.org>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/powerpc/cpu/mpc85xx/
|
|
|
|
|
2023-02-13 09:46:25 +00:00
|
|
|
RAW NAND
|
|
|
|
M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
|
|
|
M: Michael Trimarchi <michael@amarulasolutions.com>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
|
|
|
|
F: drivers/mtd/nand/raw/
|
|
|
|
|
2017-12-26 05:55:52 +00:00
|
|
|
RISC-V
|
|
|
|
M: Rick Chen <rick@andestech.com>
|
2021-01-25 06:08:31 +00:00
|
|
|
M: Leo <ycliang@andestech.com>
|
2017-12-26 05:55:52 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
|
2017-12-26 05:55:52 +00:00
|
|
|
F: arch/riscv/
|
2018-12-26 16:20:35 +00:00
|
|
|
F: cmd/riscv/
|
2023-02-14 10:18:51 +00:00
|
|
|
F: doc/arch/riscv.rst
|
2021-01-19 18:30:04 +00:00
|
|
|
F: doc/usage/sbi.rst
|
2021-09-12 19:11:46 +00:00
|
|
|
F: drivers/sysreset/sysreset_sbi.c
|
2020-10-26 01:46:56 +00:00
|
|
|
F: drivers/timer/andes_plmt_timer.c
|
2020-10-26 01:46:58 +00:00
|
|
|
F: drivers/timer/sifive_clint_timer.c
|
2017-12-26 05:55:52 +00:00
|
|
|
F: tools/prelink-riscv.c
|
|
|
|
|
2022-03-01 10:35:39 +00:00
|
|
|
RISC-V CANAAN KENDRYTE K210
|
2020-06-24 10:41:11 +00:00
|
|
|
M: Sean Anderson <seanga2@gmail.com>
|
|
|
|
S: Maintained
|
2022-03-01 10:35:39 +00:00
|
|
|
F: doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
|
|
|
|
F: doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
|
|
|
|
F: drivers/clk/clk_k210.c
|
|
|
|
F: drivers/pinctrl/pinctrl-k210.c
|
|
|
|
F: include/k210/
|
2020-06-24 10:41:11 +00:00
|
|
|
|
2020-01-10 10:23:51 +00:00
|
|
|
RNG
|
|
|
|
M: Sughosh Ganu <sughosh.ganu@linaro.org>
|
|
|
|
R: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/rng.c
|
2020-06-13 10:29:52 +00:00
|
|
|
F: doc/api/rng.rst
|
2020-01-10 10:23:51 +00:00
|
|
|
F: drivers/rng/
|
|
|
|
F: drivers/virtio/virtio_rng.c
|
|
|
|
F: include/rng.h
|
|
|
|
|
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/
|
2020-09-19 18:04:57 +00:00
|
|
|
F: doc/arch/sandbox.rst
|
2023-02-18 09:38:11 +00:00
|
|
|
F: drivers/*/*sandbox*.c
|
2020-09-14 15:01:57 +00:00
|
|
|
F: include/dt-bindings/*/sandbox*.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
cmd: Add a SEAMA image load command
Add a command to load SEAMA (Seattle Image), a NAND flash
on-flash storage format.
This type of flash image is found in some D-Link routers such
as DIR-645, DIR-842, DIR-859, DIR-860L, DIR-885L, DIR890L and
DCH-M225, as well as in WD and NEC routers on the ath79
(MIPS), Broadcom BCM53xx, and RAMIPS platforms.
This U-Boot command will read and decode a SEAMA image from
raw NAND flash on any platform. As it is always using big endian
format for the data decoding is always necessary on platforms
such as ARM.
The command is needed to read a SEAMA-encoded boot image on the
D-Link DIR-890L router for boot from NAND flash in an upcoming
port of U-Boot to the Broadcom Northstar (BCM4709, BCM53xx)
architecture.
A basic test and documentation is added as well. The test must
be run on a target with NAND flash support and at least one
resident SEAMA image in flash.
Cc: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2023-01-31 23:16:13 +00:00
|
|
|
SEAMA
|
|
|
|
M: Linus Walleij <linus.walleij@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/seama.c
|
|
|
|
F: doc/usage/cmd/seama.rst
|
|
|
|
F: test/cmd/seama.c
|
|
|
|
|
2022-03-22 20:59:13 +00:00
|
|
|
SEMIHOSTING
|
|
|
|
R: Sean Anderson <sean.anderson@seco.com>
|
|
|
|
S: Orphaned
|
|
|
|
N: semihosting
|
|
|
|
|
2021-07-23 12:29:21 +00:00
|
|
|
SETEXPR
|
|
|
|
M: Roland Gaudig <roland.gaudig@weidmueller.com>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/printf.c
|
2021-07-23 12:29:22 +00:00
|
|
|
F: doc/usage/setexpr.rst
|
2021-07-23 12:29:21 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
SH
|
2019-05-16 20:16:54 +00:00
|
|
|
M: Marek Vasut <marek.vasut+renesas@gmail.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/sh/
|
|
|
|
|
2022-02-25 12:36:24 +00:00
|
|
|
SL28CLPD
|
|
|
|
M: Michael Walle <michael@walle.cc>
|
|
|
|
S: Maintained
|
2022-02-25 12:40:24 +00:00
|
|
|
F: drivers/gpio/sl28cpld-gpio.c
|
2022-02-25 12:36:24 +00:00
|
|
|
F: drivers/misc/sl28cpld.c
|
2021-11-15 22:45:43 +00:00
|
|
|
F: drivers/watchdog/sl28cpld-wdt.c
|
2022-02-25 12:36:24 +00:00
|
|
|
|
2022-06-01 08:27:34 +00:00
|
|
|
SMCCC TRNG
|
|
|
|
M: Etienne Carriere <etienne.carriere@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/rng/smccc_trng.c
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
SPI
|
2019-04-12 13:14:34 +00:00
|
|
|
M: Jagan Teki <jagan@amarulasolutions.com>
|
2014-08-01 00:24:08 +00:00
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/spi/
|
|
|
|
F: include/spi*
|
|
|
|
|
2023-02-13 09:46:24 +00:00
|
|
|
SPI NAND
|
|
|
|
M: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
|
|
|
M: Michael Trimarchi <michael@amarulasolutions.com>
|
|
|
|
R: Frieder Schrempf <frieder.schrempf@kontron.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
|
|
|
|
F: drivers/mtd/nand/spi/
|
|
|
|
|
2019-02-05 05:59:29 +00:00
|
|
|
SPI-NOR
|
2019-04-12 13:14:34 +00:00
|
|
|
M: Jagan Teki <jagan@amarulasolutions.com>
|
2019-02-05 05:59:29 +00:00
|
|
|
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/
|
|
|
|
|
2020-07-30 13:33:47 +00:00
|
|
|
SQUASHFS
|
2022-07-24 15:13:34 +00:00
|
|
|
M: Joao Marcos Costa <jmcosta944@gmail.com>
|
2020-09-14 11:52:39 +00:00
|
|
|
R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
2020-09-14 15:44:36 +00:00
|
|
|
R: Miquel Raynal <miquel.raynal@bootlin.com>
|
2020-07-30 13:33:47 +00:00
|
|
|
S: Maintained
|
|
|
|
F: fs/squashfs/
|
|
|
|
F: include/sqfs.h
|
2020-07-30 13:33:48 +00:00
|
|
|
F: cmd/sqfs.c
|
2020-07-30 13:33:52 +00:00
|
|
|
F: test/py/tests/test_fs/test_squashfs/
|
2020-07-30 13:33:47 +00:00
|
|
|
|
2021-04-11 09:21:58 +00:00
|
|
|
STACKPROTECTOR
|
|
|
|
M: Joel Peshkin <joel.peshkin@broadcom.com>
|
|
|
|
S: Maintained
|
|
|
|
F: common/stackprot.c
|
|
|
|
F: cmd/stackprot_test.c
|
|
|
|
F: test/py/tests/test_stackprotector.py
|
|
|
|
|
2020-07-15 17:19:09 +00:00
|
|
|
TARGET_BCMNS3
|
|
|
|
M: Bharat Gooty <bharat.gooty@broadcom.com>
|
|
|
|
M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
|
|
|
|
S: Maintained
|
|
|
|
F: board/broadcom/bcmns3/
|
|
|
|
F: doc/README.bcmns3
|
|
|
|
F: configs/bcm_ns3_defconfig
|
|
|
|
F: include/configs/bcm_ns3.h
|
|
|
|
F: include/dt-bindings/memory/bcm-ns3-mc.h
|
|
|
|
F: arch/arm/Kconfig
|
|
|
|
F: arch/arm/dts/ns3-board.dts
|
|
|
|
F: arch/arm/dts/ns3.dtsi
|
|
|
|
F: arch/arm/cpu/armv8/bcmns3
|
|
|
|
F: arch/arm/include/asm/arch-bcmns3/
|
2020-08-20 15:11:08 +00:00
|
|
|
F: cmd/broadcom/Makefile
|
|
|
|
F: cmd/broadcom/chimp_boot.c
|
|
|
|
F: cmd/broadcom/nitro_image_load.c
|
|
|
|
F: cmd/broadcom/chimp_handshake.c
|
2020-07-15 17:19:09 +00:00
|
|
|
|
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
|
2019-04-12 16:54:45 +00:00
|
|
|
F: arch/arm/mach-k3/security.c
|
2019-04-12 16:54:46 +00:00
|
|
|
F: arch/arm/mach-k3/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
|
2022-07-15 15:58:49 +00:00
|
|
|
F: configs/am43xx_hs_evm_qspi_defconfig
|
2017-01-11 17:09:27 +00:00
|
|
|
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
|
2019-04-12 16:54:47 +00:00
|
|
|
F: configs/am65x_hs_evm_r5_defconfig
|
|
|
|
F: configs/am65x_hs_evm_a53_defconfig
|
2022-08-30 10:24:29 +00:00
|
|
|
F: configs/j7200_hs_evm_a72_defconfig
|
|
|
|
F: configs/j7200_hs_evm_r5_defconfig
|
2020-01-10 19:35:23 +00:00
|
|
|
F: configs/j721e_hs_evm_a72_defconfig
|
2022-08-30 10:24:29 +00:00
|
|
|
F: configs/j721e_hs_evm_r5_defconfig
|
2022-08-30 10:24:30 +00:00
|
|
|
F: configs/j721s2_hs_evm_a72_defconfig
|
|
|
|
F: configs/j721s2_hs_evm_r5_defconfig
|
2017-01-11 17:09:27 +00:00
|
|
|
|
2021-11-09 07:02:22 +00:00
|
|
|
TPM DRIVERS
|
|
|
|
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
|
|
|
|
S: Maintained
|
2023-01-19 15:10:57 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
|
2021-11-09 07:02:22 +00:00
|
|
|
F: drivers/tpm/
|
|
|
|
|
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>
|
2023-01-19 15:10:57 +00:00
|
|
|
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
|
2018-09-25 14:40:09 +00:00
|
|
|
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
|
|
|
|
2019-05-04 00:08:26 +00:00
|
|
|
TEE-lib
|
|
|
|
M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: lib/optee
|
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/mtd/ubi/
|
|
|
|
|
2019-10-15 12:54:36 +00:00
|
|
|
UFS
|
|
|
|
M: Faiz Abbas <faiz_abbas@ti.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/ufs/
|
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
USB
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/usb/
|
2019-12-17 09:37:19 +00:00
|
|
|
F: common/usb.c
|
|
|
|
F: common/usb_kbd.c
|
2022-11-04 11:28:07 +00:00
|
|
|
F: common/usb_storage.c
|
2020-03-25 20:35:53 +00:00
|
|
|
F: include/usb.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2017-11-06 15:39:01 +00:00
|
|
|
USB xHCI
|
|
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
|
2017-11-06 15:39:01 +00:00
|
|
|
F: drivers/usb/host/xhci*
|
2019-09-11 09:33:46 +00:00
|
|
|
F: include/usb/xhci.h
|
2017-11-06 15:39:01 +00:00
|
|
|
|
2014-08-01 00:24:08 +00:00
|
|
|
VIDEO
|
|
|
|
M: Anatolij Gustschin <agust@denx.de>
|
|
|
|
S: Maintained
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: drivers/video/
|
2018-09-19 18:16:32 +00:00
|
|
|
F: include/video*.h
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2021-04-29 09:40:08 +00:00
|
|
|
VirtIO
|
|
|
|
M: Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: drivers/virtio/
|
|
|
|
F: cmd/virtio.c
|
|
|
|
F: include/config/virtio/
|
|
|
|
F: include/config/virtio.h
|
|
|
|
F: include/config/cmd/virtio.h
|
|
|
|
F: include/virtio*.h
|
|
|
|
F: test/dm/virtio.c
|
|
|
|
F: doc/develop/driver-model/virtio.rst
|
|
|
|
|
2022-01-13 15:57:31 +00:00
|
|
|
WATCHDOG
|
|
|
|
M: Stefan Roese <sr@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
|
|
|
|
F: cmd/wdt.c
|
|
|
|
F: drivers/watchdog/
|
|
|
|
F: include/watchdog*.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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
|
2014-08-01 00:24:08 +00:00
|
|
|
F: arch/x86/
|
2018-12-26 16:20:35 +00:00
|
|
|
F: cmd/x86/
|
2014-08-01 00:24:08 +00:00
|
|
|
|
2020-08-21 09:10:01 +00:00
|
|
|
XEN
|
2022-01-19 20:49:21 +00:00
|
|
|
M: Anastasiia Lukianenko <vicooodin@gmail.com>
|
2020-08-21 09:10:01 +00:00
|
|
|
M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/arm/cpu/armv8/xen/
|
|
|
|
F: arch/arm/include/asm/xen.h
|
|
|
|
F: arch/arm/include/asm/xen/
|
|
|
|
F: cmd/pvblock.c
|
|
|
|
F: drivers/serial/serial_xen.c
|
|
|
|
F: drivers/xen/
|
|
|
|
F: include/pvblock.h
|
|
|
|
F: include/xen/
|
|
|
|
F: include/xen.h
|
|
|
|
F: lib/sscanf.c
|
|
|
|
F: test/lib/sscanf.c
|
|
|
|
|
2016-08-10 15:36:43 +00:00
|
|
|
XTENSA
|
|
|
|
M: Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: arch/xtensa/
|
|
|
|
|
2022-09-03 13:15:04 +00:00
|
|
|
XXD
|
|
|
|
M: Roger Knecht <rknecht@pm.me>
|
|
|
|
S: Maintained
|
|
|
|
F: cmd/xxd.c
|
|
|
|
F: doc/usage/cmd/xxd.rst
|
|
|
|
F: test/py/tests/test_xxd/
|
|
|
|
|
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
|
2021-02-24 12:19:04 +00:00
|
|
|
T: git https://source.denx.de/u-boot/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: */
|
2022-03-24 06:20:38 +00:00
|
|
|
|
|
|
|
CAAM
|
|
|
|
M: Gaurav Jain <gaurav.jain@nxp.com>
|
|
|
|
S: Maintained
|
2022-06-23 11:01:35 +00:00
|
|
|
F: arch/arm/dts/ls1021a-twr-u-boot.dtsi
|
2022-03-24 06:20:38 +00:00
|
|
|
F: drivers/crypto/fsl/
|
|
|
|
F: include/fsl_sec.h
|