diff options
author | pchandri <preetham.chandrian@intel.com> | 2015-08-14 12:18:31 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2015-08-27 14:19:38 +0000 |
commit | 415022a86c1033e7b233fc2ca16e1d6367425ab5 (patch) | |
tree | db3f3e7b1e9f7bb35fe66091fc1c00cbf2d40349 /src/mainboard/intel/kunimitsu/boardid.h | |
parent | 028bcaae32e8ca779d216dc61a9b3dd468ff4be2 (diff) | |
download | coreboot-415022a86c1033e7b233fc2ca16e1d6367425ab5.tar.xz |
skylake: FAB3 Adding Support for various SPD.
This pach enables memory configuration based on PCH_MEM_CFG
and EC_BRD_ID.
BRANCH=None
BUG=chrome-os-partner:44087
CQ-DEPEND=CL:293832
TEST=Build and Boot FAB3 (Kunimitsu)
Original-Change-Id: I7999e609c4b0b3c89a9689ee6bb6b98c88703809
Original-Signed-off-by: pchandri <preetham.chandrian@intel.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/293787
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Change-Id: I52a1af1683b74e5cad71b9e4861942a23869f255
Signed-off-by: pchandri <preetham.chandrian@intel.com>
Reviewed-on: http://review.coreboot.org/11284
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/kunimitsu/boardid.h')
-rw-r--r-- | src/mainboard/intel/kunimitsu/boardid.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/mainboard/intel/kunimitsu/boardid.h b/src/mainboard/intel/kunimitsu/boardid.h new file mode 100644 index 0000000000..ef003f3ead --- /dev/null +++ b/src/mainboard/intel/kunimitsu/boardid.h @@ -0,0 +1,31 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2013 Google Inc. + * Copyright (C) 2015 Intel Corporation + * + * 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; version 2 of the License. + * + * 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. + */ + +#ifndef _BOARDID_H_ +#define _BOARDID_H_ + +#define SCRD_SKU1 0x3 +#define SCRD_SKU2 0x4 +#define SCRD_SKU3 0x1 +#define SCRD_SKU4 0x2 +#define SCRD_SKU5 0x5 +#define SCRD_SKU6 0x6 + +#endif |