summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-12 22:42:29 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:34:16 +0100
commitfe5b9b447c6eea3873833b1f3ba15c9854aa2ef8 (patch)
tree6da6e670a56e69be86ecdc4a28ad245c25e0b140 /board/coreboot/coreboot/Makefile
parent65dd74a674d636afcc14594c8308ff516e95a445 (diff)
downloadblackbird-obmc-uboot-fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8.tar.gz
blackbird-obmc-uboot-fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8.zip
x86: Rename chromebook-x86 to coreboot
Rename this vendor since it is intended to be used on any platform where coreboot runs at reset and then loads U-Boot. So far it is only tested on link. When other boards are supported it is likely that we will need to move to multiple board names, all under the 'coreboot' vendor. So while it would be possible to remove the vendor for now, that would be short-sighted. Suggested-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/coreboot/coreboot/Makefile')
-rw-r--r--board/coreboot/coreboot/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/coreboot/coreboot/Makefile b/board/coreboot/coreboot/Makefile
new file mode 100644
index 0000000000..27ebe78eb1
--- /dev/null
+++ b/board/coreboot/coreboot/Makefile
@@ -0,0 +1,15 @@
+#
+# 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
OpenPOWER on IntegriCloud