tegra20: rename tegra2 -> tegra20
This is make naming consistent with the kernel and devicetree and in preparation of pulling out the common tegra20 code. Signed-off-by: Allen Martin <amartin@nvidia.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
0d04f34a35
commit
00a2749d7b
@@ -25,24 +25,24 @@
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/sizes.h>
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Harmony. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-harmony
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-harmony
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Harmony) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Harmony"
|
||||
#define V_PROMPT "Tegra20 (Harmony) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "NVIDIA Harmony"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD
|
||||
|
||||
/* UARTD: keyboard satellite board UART, default */
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
#ifdef CONFIG_TEGRA2_ENABLE_UARTA
|
||||
#ifdef CONFIG_TEGRA20_ENABLE_UARTA
|
||||
/* UARTA: debug board UART */
|
||||
#define CONFIG_SYS_NS16550_COM2 NV_PA_APB_UARTA_BASE
|
||||
#endif
|
||||
@@ -80,6 +80,6 @@
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -26,20 +26,20 @@
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Medcom. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-medcom
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-medcom
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Medcom) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Avionic Design Medcom"
|
||||
#define V_PROMPT "Tegra20 (Medcom) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "Avionic Design Medcom"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
@@ -78,6 +78,6 @@
|
||||
"ext2load mmc 0 0x17000000 /boot/uImage;" \
|
||||
"bootm"
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -18,20 +18,20 @@
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/sizes.h>
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Paz00. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-paz00
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-paz00
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Paz00) MOD # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Compal Paz00"
|
||||
#define V_PROMPT "Tegra20 (Paz00) MOD # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "Compal Paz00"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTA
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTA
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_PAZ00
|
||||
@@ -68,6 +68,6 @@
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -26,20 +26,20 @@
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Plutux. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-plutux
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-plutux
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Plutux) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Avionic Design Plutux"
|
||||
#define V_PROMPT "Tegra20 (Plutux) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "Avionic Design Plutux"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
@@ -78,6 +78,6 @@
|
||||
"ext2load mmc 0 0x17000000 /boot/uImage;" \
|
||||
"bootm"
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -27,26 +27,26 @@
|
||||
#include <asm/sizes.h>
|
||||
|
||||
/* LP0 suspend / resume */
|
||||
#define CONFIG_TEGRA2_LP0
|
||||
#define CONFIG_TEGRA20_LP0
|
||||
#define CONFIG_AES
|
||||
#define CONFIG_TEGRA_PMU
|
||||
#define CONFIG_TPS6586X_POWER
|
||||
#define CONFIG_TEGRA_CLOCK_SCALING
|
||||
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Seaboard. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-seaboard
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-seaboard
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (SeaBoard) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Seaboard"
|
||||
#define V_PROMPT "Tegra20 (SeaBoard) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "NVIDIA Seaboard"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
||||
/* On Seaboard: GPIO_PI3 = Port I = 8, bit = 3 */
|
||||
@@ -95,14 +95,14 @@
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
/* Enable keyboard */
|
||||
#define CONFIG_TEGRA2_KEYBOARD
|
||||
#define CONFIG_TEGRA20_KEYBOARD
|
||||
#define CONFIG_KEYBOARD
|
||||
|
||||
#undef TEGRA2_DEVICE_SETTINGS
|
||||
#define TEGRA2_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \
|
||||
#undef TEGRA20_DEVICE_SETTINGS
|
||||
#define TEGRA20_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \
|
||||
"stdout=serial\0" \
|
||||
"stderr=serial\0"
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -26,21 +26,21 @@
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for TEC. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-tec
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-tec
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (TEC) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
|
||||
#define V_PROMPT "Tegra20 (TEC) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
|
||||
#define CONFIG_SYS_BOARD_ODMDATA 0x2b0d8011
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD /* UARTD: debug UART */
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
* MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef __TEGRA2_COMMON_POST_H
|
||||
#define __TEGRA2_COMMON_POST_H
|
||||
#ifndef __TEGRA20_COMMON_POST_H
|
||||
#define __TEGRA20_COMMON_POST_H
|
||||
|
||||
#ifdef CONFIG_BOOTCOMMAND
|
||||
|
||||
@@ -141,9 +141,9 @@
|
||||
#endif
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
TEGRA2_DEVICE_SETTINGS \
|
||||
TEGRA20_DEVICE_SETTINGS \
|
||||
"fdt_load=0x01000000\0" \
|
||||
"fdt_high=01100000\0" \
|
||||
BOOTCMDS_COMMON
|
||||
|
||||
#endif /* __TEGRA2_COMMON_POST_H */
|
||||
#endif /* __TEGRA20_COMMON_POST_H */
|
||||
@@ -21,8 +21,8 @@
|
||||
* MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef __TEGRA2_COMMON_H
|
||||
#define __TEGRA2_COMMON_H
|
||||
#ifndef __TEGRA20_COMMON_H
|
||||
#define __TEGRA20_COMMON_H
|
||||
#include <asm/sizes.h>
|
||||
|
||||
/*
|
||||
@@ -37,7 +37,7 @@
|
||||
* High Level Configuration Options
|
||||
*/
|
||||
#define CONFIG_ARMCORTEXA9 /* This is an ARM V7 CPU core */
|
||||
#define CONFIG_TEGRA2 /* in a NVidia Tegra2 core */
|
||||
#define CONFIG_TEGRA20 /* in a NVidia Tegra20 core */
|
||||
#define CONFIG_MACH_TEGRA_GENERIC /* which is a Tegra generic machine */
|
||||
#define CONFIG_SYS_L2CACHE_OFF /* No L2 cache */
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#define CONFIG_ARCH_CPU_INIT /* Fire up the A9 core */
|
||||
|
||||
#include <asm/arch/tegra2.h> /* get chip and board defs */
|
||||
#include <asm/arch/tegra20.h> /* get chip and board defs */
|
||||
|
||||
/*
|
||||
* Display CPU and Board information
|
||||
@@ -58,7 +58,7 @@
|
||||
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
|
||||
#define CONFIG_OF_LIBFDT /* enable passing of devicetree */
|
||||
|
||||
#ifdef CONFIG_TEGRA2_LP0
|
||||
#ifdef CONFIG_TEGRA20_LP0
|
||||
#define TEGRA_LP0_ADDR 0x1C406000
|
||||
#define TEGRA_LP0_SIZE 0x2000
|
||||
#define TEGRA_LP0_VEC \
|
||||
@@ -112,7 +112,7 @@
|
||||
#define CONFIG_EHCI_IS_TDI
|
||||
#define CONFIG_EHCI_DCACHE
|
||||
|
||||
/* Total I2C ports on Tegra2 */
|
||||
/* Total I2C ports on Tegra20 */
|
||||
#define TEGRA_I2C_NUM_CONTROLLERS 4
|
||||
|
||||
/* include default commands */
|
||||
@@ -136,7 +136,7 @@
|
||||
/* Environment information, boards can override if required */
|
||||
#define CONFIG_CONSOLE_MUX
|
||||
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
|
||||
#define TEGRA2_DEVICE_SETTINGS "stdin=serial\0" \
|
||||
#define TEGRA20_DEVICE_SETTINGS "stdin=serial\0" \
|
||||
"stdout=serial\0" \
|
||||
"stderr=serial\0"
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
/* Boot Argument Buffer Size */
|
||||
#define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
|
||||
|
||||
#define CONFIG_SYS_MEMTEST_START (TEGRA2_SDRC_CS0 + 0x600000)
|
||||
#define CONFIG_SYS_MEMTEST_START (TEGRA20_SDRC_CS0 + 0x600000)
|
||||
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x100000)
|
||||
|
||||
#define CONFIG_SYS_LOAD_ADDR (0xA00800) /* default */
|
||||
@@ -179,7 +179,7 @@
|
||||
* Physical Memory Map
|
||||
*/
|
||||
#define CONFIG_NR_DRAM_BANKS 1
|
||||
#define PHYS_SDRAM_1 TEGRA2_SDRC_CS0
|
||||
#define PHYS_SDRAM_1 TEGRA20_SDRC_CS0
|
||||
#define PHYS_SDRAM_1_SIZE 0x20000000 /* 512M */
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0x00108000
|
||||
@@ -195,4 +195,4 @@
|
||||
#define CONFIG_CMD_GPIO
|
||||
#define CONFIG_CMD_ENTERRCM
|
||||
#define CONFIG_CMD_BOOTZ
|
||||
#endif /* __TEGRA2_COMMON_H */
|
||||
#endif /* __TEGRA20_COMMON_H */
|
||||
@@ -25,21 +25,21 @@
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/sizes.h>
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for TrimSlice. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-trimslice
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-trimslice
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (TrimSlice) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Compulab Trimslice"
|
||||
#define V_PROMPT "Tegra20 (TrimSlice) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "Compulab Trimslice"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTA
|
||||
#define CONFIG_TEGRA2_UARTA_GPU
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTA
|
||||
#define CONFIG_TEGRA20_UARTA_GPU
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_TRIMSLICE
|
||||
@@ -94,6 +94,6 @@
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -25,20 +25,20 @@
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/sizes.h>
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Ventana. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-ventana
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-ventana
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Ventana) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Ventana"
|
||||
#define V_PROMPT "Tegra20 (Ventana) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "NVIDIA Ventana"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTD
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTD
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_VENTANA
|
||||
@@ -75,6 +75,6 @@
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -25,21 +25,21 @@
|
||||
#define __CONFIG_H
|
||||
|
||||
#include <asm/sizes.h>
|
||||
#include "tegra2-common.h"
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* Enable fdt support for Whistler. Flash the image in u-boot-dtb.bin */
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-whistler
|
||||
#define CONFIG_DEFAULT_DEVICE_TREE tegra20-whistler
|
||||
#define CONFIG_OF_CONTROL
|
||||
#define CONFIG_OF_SEPARATE
|
||||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (Whistler) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Whistler"
|
||||
#define V_PROMPT "Tegra20 (Whistler) # "
|
||||
#define CONFIG_TEGRA20_BOARD_STRING "NVIDIA Whistler"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
#define CONFIG_TEGRA2_ENABLE_UARTA
|
||||
#define CONFIG_TEGRA2_UARTA_UAA_UAB
|
||||
#define CONFIG_TEGRA20_ENABLE_UARTA
|
||||
#define CONFIG_TEGRA20_UARTA_UAA_UAB
|
||||
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_WHISTLER
|
||||
@@ -89,6 +89,6 @@
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
#include "tegra2-common-post.h"
|
||||
#include "tegra20-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
||||
@@ -57,12 +57,12 @@ struct fdt_memory {
|
||||
*/
|
||||
enum fdt_compat_id {
|
||||
COMPAT_UNKNOWN,
|
||||
COMPAT_NVIDIA_TEGRA20_USB, /* Tegra2 USB port */
|
||||
COMPAT_NVIDIA_TEGRA20_I2C, /* Tegra2 i2c */
|
||||
COMPAT_NVIDIA_TEGRA20_DVC, /* Tegra2 dvc (really just i2c) */
|
||||
COMPAT_NVIDIA_TEGRA20_EMC, /* Tegra2 memory controller */
|
||||
COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra2 memory timing table */
|
||||
COMPAT_NVIDIA_TEGRA20_KBC, /* Tegra2 Keyboard */
|
||||
COMPAT_NVIDIA_TEGRA20_USB, /* Tegra20 USB port */
|
||||
COMPAT_NVIDIA_TEGRA20_I2C, /* Tegra20 i2c */
|
||||
COMPAT_NVIDIA_TEGRA20_DVC, /* Tegra20 dvc (really just i2c) */
|
||||
COMPAT_NVIDIA_TEGRA20_EMC, /* Tegra20 memory controller */
|
||||
COMPAT_NVIDIA_TEGRA20_EMC_TABLE, /* Tegra20 memory timing table */
|
||||
COMPAT_NVIDIA_TEGRA20_KBC, /* Tegra20 Keyboard */
|
||||
|
||||
COMPAT_COUNT,
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ extern struct serial_device *default_serial_console(void);
|
||||
defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \
|
||||
defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \
|
||||
defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \
|
||||
defined(CONFIG_TEGRA2) || defined(CONFIG_SYS_COREBOOT)
|
||||
defined(CONFIG_TEGRA20) || defined(CONFIG_SYS_COREBOOT)
|
||||
extern struct serial_device serial0_device;
|
||||
extern struct serial_device serial1_device;
|
||||
#if defined(CONFIG_SYS_NS16550_SERIAL)
|
||||
|
||||
Reference in New Issue
Block a user