summaryrefslogtreecommitdiff
path: root/src/mainboard/google/skyrim/mainboard.c
diff options
context:
space:
mode:
authorJon Murphy <jpmurphy@google.com>2022-02-17 14:48:55 -0700
committerFelix Held <felix-coreboot@felixheld.de>2022-02-26 00:16:39 +0000
commit9e00571b49e14d7b81f4601ff04597fb12dd5d61 (patch)
tree9a2d2c5cae01d1a40503233365f35a4b43aae809 /src/mainboard/google/skyrim/mainboard.c
parentaf025d6ee124a6bafb23302f616b4839de3e120e (diff)
mb/google/skyrim: Enable variants for Skyrim
BUG=b:214414033 TEST=builds BRANCH=none Signed-off-by: Jon Murphy <jpmurphy@google.com> Change-Id: I034ab8a06842bee12060103b4a1bc4e3db69e42a Reviewed-on: https://review.coreboot.org/c/coreboot/+/62145 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/mainboard.c')
-rw-r--r--src/mainboard/google/skyrim/mainboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/skyrim/mainboard.c b/src/mainboard/google/skyrim/mainboard.c
index 1ed5006ec4..5a021206d0 100644
--- a/src/mainboard/google/skyrim/mainboard.c
+++ b/src/mainboard/google/skyrim/mainboard.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <baseboard/variants.h>
+#include <console/console.h>
#include <device/device.h>
static void mainboard_configure_gpios(void)
@@ -22,7 +23,7 @@ static void mainboard_init(void *chip_info)
static void mainboard_enable(struct device *dev)
{
- /* TODO: Enable mainboard */
+ printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n");
}
struct chip_operations mainboard_ops = {