[PATCH 09/22] x86: Add a common include for environment settings

Simon Glass sjg at chromium.org
Mon Jul 31 05:01:52 CEST 2023


Create a text-file version of x86-common.h which can be used by x86
boards.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/env/x86.env | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 include/env/x86.env

diff --git a/include/env/x86.env b/include/env/x86.env
new file mode 100644
index 000000000000..d00d98f70a1f
--- /dev/null
+++ b/include/env/x86.env
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ * (C) Copyright 2008
+ * Graeme Russ, graeme.russ at gmail.com
+ */
+
+pciconfighost=1
+netdev=eth0
+consoledev=ttyS0
+scriptaddr=0x7000000
+kernel_addr_r=0x1000000
+ramdisk_addr_r=0x4000000
+ramdiskfile=initramfs.gz
+
+/* common console settings */
+stdin=serial,i8042-kbd,usbkbd
+stdout=serial,vidconsole
+stderr=serial,vidconsole
-- 
2.41.0.487.g6d72f3e995-goog



More information about the U-Boot mailing list