From ba44e70c381ca761dd2cfe0b2c1dcd6f8b73d37e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Aug 2012 18:17:40 +0800 Subject: [PATCH] sysmocom-bsc-e1: Introduce a sysmocom-bsc-e1 machine type --- conf/machine/sysmocom-bsc-e1.conf | 10 ++++++++++ conf/machine/sysmocom-bsc.conf | 1 + 2 files changed, 11 insertions(+) create mode 100644 conf/machine/sysmocom-bsc-e1.conf diff --git a/conf/machine/sysmocom-bsc-e1.conf b/conf/machine/sysmocom-bsc-e1.conf new file mode 100644 index 0000000..451aae3 --- /dev/null +++ b/conf/machine/sysmocom-bsc-e1.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: common_pc +#@DESCRIPTION: Machine configuration for running a common x86 + +require sysmocom-bsc.conf + +MACHINEOVERRIDES = "${MACHINE}:sysmocom-bsc" +SERIAL_CONSOLE = "19200 ttyS0" +MACHINE_CONSOLE = "console=ttyS0,19200n8" + diff --git a/conf/machine/sysmocom-bsc.conf b/conf/machine/sysmocom-bsc.conf index 0fbf921..3e3de7f 100644 --- a/conf/machine/sysmocom-bsc.conf +++ b/conf/machine/sysmocom-bsc.conf @@ -19,6 +19,7 @@ KERNEL_IMAGETYPE = "bzImage" IMAGE_FSTYPES ?= "tar.gz ext3" SERIAL_CONSOLE = "38400 ttyS0" +MACHINE_CONSOLE = "console=ttyS0,38400n8" # We bypass swrast but we need it to be present for X to load correctly XSERVER ?= "xserver-xf86-dri-lite \