From 50c9637e15ddd78f896419f2335457de4fe22d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 18 Oct 2014 07:51:03 +0300 Subject: AGESA fam12 fam14 fam15: Sanitize BiosCallOuts headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic08f1f2fdbcf6164eb1a0330f9134da3fdb978d7 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7114 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/southbridge/amd/cimx/sb700/gpio_oem.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/southbridge/amd/cimx/sb700/gpio_oem.h (limited to 'src/southbridge/amd/cimx/sb700') diff --git a/src/southbridge/amd/cimx/sb700/gpio_oem.h b/src/southbridge/amd/cimx/sb700/gpio_oem.h new file mode 100644 index 0000000000..bc05e2a5b9 --- /dev/null +++ b/src/southbridge/amd/cimx/sb700/gpio_oem.h @@ -0,0 +1,11 @@ +#ifndef _CIMX_SB_GPIO_OEM_H_ +#define _CIMX_SB_GPIO_OEM_H_ + +#define SB_GPIO_REG01 1 +#define SB_GPIO_REG02 2 +#define SB_GPIO_REG15 15 +#define SB_GPIO_REG24 24 +#define SB_GPIO_REG25 25 +#define SB_GPIO_REG27 27 + +#endif -- cgit v1.2.3