Home
last modified time | relevance | path

Searched refs:tegra (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/arch/arm/dts/
H A Dtegra-u-boot.dtsi13 filename = "u-boot-tegra.bin";
24 filename = "u-boot-dtb-tegra.bin";
34 filename = "u-boot-nodtb-tegra.bin";
H A Dtegra30-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
H A Dtegra124-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
H A Dtegra210-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
H A Dtegra114-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
H A Dtegra20-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
H A Dtegra124-nyan-big-u-boot.dtsi7 #include "tegra-u-boot.dtsi"
/openbmc/u-boot/arch/arm/mach-tegra/
H A DKconfig135 source "arch/arm/mach-tegra/tegra20/Kconfig"
136 source "arch/arm/mach-tegra/tegra30/Kconfig"
137 source "arch/arm/mach-tegra/tegra114/Kconfig"
138 source "arch/arm/mach-tegra/tegra124/Kconfig"
139 source "arch/arm/mach-tegra/tegra210/Kconfig"
140 source "arch/arm/mach-tegra/tegra186/Kconfig"
/openbmc/u-boot/doc/device-tree-bindings/gpu/
H A Dnvidia,tegra20-host1x.txt4 - compatible: "nvidia,tegra<chip>-host1x"
25 - compatible: "nvidia,tegra<chip>-mpe"
38 - compatible: "nvidia,tegra<chip>-vi"
51 - compatible: "nvidia,tegra<chip>-epp"
64 - compatible: "nvidia,tegra<chip>-isp"
77 - compatible: "nvidia,tegra<chip>-gr2d"
90 - compatible: "nvidia,tegra<chip>-gr3d"
108 - compatible: "nvidia,tegra<chip>-dc"
136 - compatible: "nvidia,tegra<chip>-hdmi"
162 - compatible: "nvidia,tegra<chip>-tvo"
[all …]
/openbmc/u-boot/drivers/clk/tegra/
H A DMakefile6 obj-$(CONFIG_TEGRA_CAR_CLOCK) += tegra-car-clk.o
/openbmc/u-boot/drivers/mailbox/
H A DMakefile9 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
/openbmc/u-boot/drivers/input/
H A DMakefile14 obj-$(CONFIG_TEGRA_KEYBOARD) += tegra-kbc.o
/openbmc/u-boot/drivers/reset/
H A DMakefile11 obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
/openbmc/u-boot/tools/buildman/
H A DREADME128 * 'tegra' All boards with any Tegra Soc (Tegra20, Tegra30, Tegra114...)
129 * '^tegra[23]0$' All boards with either Tegra20 or Tegra30 SoC
503 c18f1b4 tegra: Use const for pinmux_config_pingroup/table()
504 2f043ae tegra: Add display support to funcmux
505 e349900 tegra: fdt: Add pwm binding and node
506 424a5f0 tegra: fdt: Add LCD definitions for Tegra
507 0636ccf tegra: Add support for PWM
508 a994fe7 tegra: Add SOC support for display/lcd
509 fcd7350 tegra: Add LCD driver
510 4d46e9d tegra: Add LCD support to Nvidia boards
[all …]
/openbmc/u-boot/drivers/clk/
H A DMakefile12 obj-y += tegra/
H A DKconfig109 source "drivers/clk/tegra/Kconfig"
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dnvidia,tegra20-gpio.txt4 - compatible : "nvidia,tegra<chip>-gpio"
/openbmc/u-boot/
H A DMakefile857 ALL-y += u-boot-tegra.bin u-boot-nodtb-tegra.bin
858 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb-tegra.bin
1379 %-dtb-tegra.bin %-tegra.bin %-nodtb-tegra.bin: \
1383 OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1384 u-boot-nodtb-tegra.bin: spl/u-boot-spl u-boot-nodtb.bin FORCE
1387 OBJCOPYFLAGS_u-boot-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE)
1388 u-boot-tegra.bin: spl/u-boot-spl u-boot.bin FORCE
1391 u-boot-dtb-tegra.bin: u-boot-tegra.bin FORCE
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c920 struct tegra_nand_info *tegra = dev_get_priv(dev); in tegra_probe() local
921 struct nand_chip *nand = &tegra->nand_chip; in tegra_probe()
922 struct nand_drv *info = &tegra->nand_ctrl; in tegra_probe()
950 nand_set_controller_data(nand, &tegra->nand_ctrl); in tegra_probe()
/openbmc/u-boot/doc/
H A Dgit-mailrc69 alias tegra uboot, sjg, Tom Warren <twarren@nvidia.com>, Stephen Warren <swarren@nvidia.co…
70 alias tegra2 tegra
/openbmc/u-boot/drivers/usb/host/
H A DMakefile40 obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
/openbmc/u-boot/drivers/video/
H A DMakefile62 obj-$(CONFIG_VIDEO_TEGRA20) += tegra.o
/openbmc/u-boot/arch/arm/
H A DMakefile81 machine-$(CONFIG_TEGRA) += tegra
/openbmc/openbmc/poky/meta/recipes-graphics/drm/
H A Dlibdrm_2.4.124.bb29 PACKAGECONFIG[tegra] = "-Dtegra=enabled,-Dtegra=disabled"
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc217 PACKAGECONFIG[tegra] = ""
218 GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}"

12