From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 04 Sep 2013 11:59:44 -0600 Subject: [U-Boot] [PATCH 1/2] ARM: tegra: support SKU b1 of Tegra30 In-Reply-To: <1378299618-29799-1-git-send-email-alban.bedel@avionic-design.de> References: <1378299618-29799-1-git-send-email-alban.bedel@avionic-design.de> Message-ID: <52277510.4090905@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/04/2013 07:00 AM, Alban Bedel wrote: > Add the Tegra30 SKU b1 and treat it like other Tegra30 chips. CC'ing the Tegra maintainer would be helpful (Tom Warren; I CC'd him here) > diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c > @@ -71,6 +71,7 @@ int tegra_get_chip_sku(void) > switch (sku_id) { > case SKU_ID_T33: > case SKU_ID_T30: > + case SKU_ID_T30MQS: Where does the name "T30MQS" come from? Tom, can you verify what we call the SKUs internally?