x86: coreboot: Add generic coreboot payload support
[oweals/u-boot.git] / board / coreboot / coreboot / start.S
diff --git a/board/coreboot/coreboot/start.S b/board/coreboot/coreboot/start.S
new file mode 100644 (file)
index 0000000..aa70262
--- /dev/null
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ * (C) Copyright 2008
+ * Graeme Russ, graeme.russ@gmail.com.
+ */
+
+/* board early intialization */
+.globl early_board_init
+early_board_init:
+       /* No 32-bit board specific initialisation */
+       jmp     early_board_init_ret