| /openbmc/u-boot/arch/arm/dts/ |
| H A D | tegra-u-boot.dtsi | 13 filename = "u-boot-tegra.bin"; 24 filename = "u-boot-dtb-tegra.bin"; 34 filename = "u-boot-nodtb-tegra.bin";
|
| H A D | tegra30-u-boot.dtsi | 3 #include "tegra-u-boot.dtsi"
|
| H A D | tegra124-u-boot.dtsi | 3 #include "tegra-u-boot.dtsi"
|
| H A D | tegra210-u-boot.dtsi | 3 #include "tegra-u-boot.dtsi"
|
| H A D | tegra114-u-boot.dtsi | 3 #include "tegra-u-boot.dtsi"
|
| H A D | tegra20-u-boot.dtsi | 3 #include "tegra-u-boot.dtsi"
|
| H A D | tegra124-nyan-big-u-boot.dtsi | 7 #include "tegra-u-boot.dtsi"
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | Kconfig | 135 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 D | nvidia,tegra20-host1x.txt | 4 - 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 D | Makefile | 6 obj-$(CONFIG_TEGRA_CAR_CLOCK) += tegra-car-clk.o
|
| /openbmc/u-boot/drivers/mailbox/ |
| H A D | Makefile | 9 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
|
| /openbmc/u-boot/drivers/input/ |
| H A D | Makefile | 14 obj-$(CONFIG_TEGRA_KEYBOARD) += tegra-kbc.o
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | Makefile | 11 obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | README | 128 * '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 D | Makefile | 12 obj-y += tegra/
|
| H A D | Kconfig | 109 source "drivers/clk/tegra/Kconfig"
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | nvidia,tegra20-gpio.txt | 4 - compatible : "nvidia,tegra<chip>-gpio"
|
| /openbmc/u-boot/ |
| H A D | Makefile | 857 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 D | tegra_nand.c | 920 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 D | git-mailrc | 69 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 D | Makefile | 40 obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
|
| /openbmc/u-boot/drivers/video/ |
| H A D | Makefile | 62 obj-$(CONFIG_VIDEO_TEGRA20) += tegra.o
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Makefile | 81 machine-$(CONFIG_TEGRA) += tegra
|
| /openbmc/openbmc/poky/meta/recipes-graphics/drm/ |
| H A D | libdrm_2.4.124.bb | 29 PACKAGECONFIG[tegra] = "-Dtegra=enabled,-Dtegra=disabled"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
| H A D | mesa.inc | 217 PACKAGECONFIG[tegra] = "" 218 GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}"
|