From ecb4491899d83b8d5b994b464da8489877137882 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 24 May 2018 16:55:10 -0600 Subject: mainboard/google/kahlee: Add careena variant Add Careena variant, based on the grunt board. BUG=b:80106042 TEST=Build Careena Change-Id: I87a24f6d8115aacf5b21181f3820cf2718ad252a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/26524 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- .../kahlee/variants/careena/include/variant/gpio.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/google/kahlee/variants/careena/include/variant/gpio.h (limited to 'src/mainboard/google/kahlee/variants/careena/include/variant/gpio.h') diff --git a/src/mainboard/google/kahlee/variants/careena/include/variant/gpio.h b/src/mainboard/google/kahlee/variants/careena/include/variant/gpio.h new file mode 100644 index 0000000000..5a6b54044f --- /dev/null +++ b/src/mainboard/google/kahlee/variants/careena/include/variant/gpio.h @@ -0,0 +1,16 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2017 Google Inc. + * + * 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. + */ + +#include -- cgit v1.2.3