u-boot-brain/arch/arm/cpu/tegra-common
Stephen Warren eb222d1d7d ARM: tegra: support T33 SKU of Tegra30
Make U-Boot aware of the T33 SKU of Tegra30, and treat it identically
to any other Tegra30.

An alternative would be to simply remove the SKU checking from
tegra_get_chip_type(); most use of the value most likely simply wants
to know the current chip, not the specific SKU. Or, the function could
be split into separate tegra_get_chip() and tegra_get_sku() for the
cases where differentiation really is required.

I wonder whether tegra_get_chip_type() should printf() whenever any
unkown chip/SKU is found, although perhaps the function is called so
early that the printf() wouldn't actually make it to the UART anyway.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2013-04-15 11:01:37 -07:00
..
ap.c ARM: tegra: support T33 SKU of Tegra30 2013-04-15 11:01:37 -07:00
board.c Tegra114: Add common CPU (shared) files 2013-02-11 10:35:25 -07:00
clock.c Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.c 2013-02-11 10:35:24 -07:00
lowlevel_init.S Tegra20: Move some code files to common directories for upcoming Tegra30 patches. 2012-10-15 11:54:06 -07:00
Makefile Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.c 2013-02-11 10:35:24 -07:00
sys_info.c Tegra30: Add common CPU (shared) files 2013-01-16 13:40:07 -07:00
timer.c arm: Move lastinc to arch_global_data 2013-02-01 15:07:50 -05:00