/* * tegra-board-id.h: Defines all boardid of Tegra. * * Copyright (c) 2012, NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _MACH_TEGRA_BOARD_ID_H #define _MACH_TEGRA_BOARD_ID_H /* Processor Board ID */ #define BOARD_E1545 0x0609 #define BOARD_E1575 0x0627 #define BOARD_E1577 0x0629 #define BOARD_E1580 0x062C #define BOARD_E1582 0x062E #define BOARD_E1611 0x064B #define BOARD_E1612 0x064C #define BOARD_E1613 0x064D #define BOARD_E1614 0x064E #define BOARD_E1641 0x0669 #define BOARD_P2454 0x0996 #define BOARD_P2560 0x0A00 /* Board Fab version */ #define BOARD_FAB_A00 0x0 #define BOARD_FAB_A01 0x1 #define BOARD_FAB_A02 0x2 #define BOARD_FAB_A03 0x3 #define BOARD_FAB_A04 0x4 #define BOARD_FAB_A05 0x5 #define BOARD_FAB_A06 0x6 #define BOARD_FAB_A07 0x7 #endif