source "arch/x86/cpu/ivybridge/Kconfig"
-source "board/chromebook-x86/coreboot/Kconfig"
+source "board/coreboot/coreboot/Kconfig"
source "board/google/chromebook_link/Kconfig"
+++ /dev/null
-if TARGET_COREBOOT
-
-config SYS_BOARD
- default "coreboot"
-
-config SYS_VENDOR
- default "chromebook-x86"
-
-config SYS_SOC
- default "coreboot"
-
-config SYS_CONFIG_NAME
- default "coreboot"
-
-endif
+++ /dev/null
-COREBOOT BOARD
-M: Simon Glass <sjg@chromium.org>
-S: Maintained
-F: board/chromebook-x86/coreboot/
-F: include/configs/coreboot.h
-F: configs/coreboot-x86_defconfig
+++ /dev/null
-#
-# Copyright (c) 2011 The Chromium OS Authors.
-# (C) Copyright 2008
-# Graeme Russ, graeme.russ@gmail.com.
-#
-# (C) Copyright 2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# (C) Copyright 2002
-# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y += coreboot_start.o coreboot.o
+++ /dev/null
-/*
- * Copyright (C) 2013 Google, Inc
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <common.h>
-#include <cros_ec.h>
-
-int arch_early_init_r(void)
-{
- if (cros_ec_board_init())
- return -1;
-
- return 0;
-}
+++ /dev/null
-/*
- * Copyright (c) 2011 The Chromium OS Authors.
- * (C) Copyright 2008
- * Graeme Russ, graeme.russ@gmail.com.
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-/* board early intialization */
-.globl early_board_init
-early_board_init:
- /* No 32-bit board specific initialisation */
- jmp early_board_init_ret
--- /dev/null
+if TARGET_COREBOOT
+
+config SYS_BOARD
+ default "coreboot"
+
+config SYS_VENDOR
+ default "coreboot"
+
+config SYS_SOC
+ default "coreboot"
+
+config SYS_CONFIG_NAME
+ default "coreboot"
+
+endif
--- /dev/null
+COREBOOT BOARD
+M: Simon Glass <sjg@chromium.org>
+S: Maintained
+F: board/coreboot/coreboot/
+F: include/configs/coreboot.h
+F: configs/coreboot-x86_defconfig
--- /dev/null
+#
+# Copyright (c) 2011 The Chromium OS Authors.
+# (C) Copyright 2008
+# Graeme Russ, graeme.russ@gmail.com.
+#
+# (C) Copyright 2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# (C) Copyright 2002
+# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += coreboot_start.o coreboot.o
--- /dev/null
+/*
+ * Copyright (C) 2013 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+#include <cros_ec.h>
+
+int arch_early_init_r(void)
+{
+ if (cros_ec_board_init())
+ return -1;
+
+ return 0;
+}
--- /dev/null
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ * (C) Copyright 2008
+ * Graeme Russ, graeme.russ@gmail.com.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* board early intialization */
+.globl early_board_init
+early_board_init:
+ /* No 32-bit board specific initialisation */
+ jmp early_board_init_ret