From 0863d731696fef57d356346635980259649a3e33 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Mon, 29 Oct 2012 10:23:47 -0700 Subject: crystalforest: Change the machine names Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- .../conf/machine/crystalforest-gladden.conf | 27 ++++++++++++++++++++++ .../conf/machine/crystalforest-server.conf | 26 +++++++++++++++++++++ .../conf/machine/crystalforest-shumway.conf | 26 --------------------- .../conf/machine/crystalforest-stargo.conf | 27 ---------------------- 4 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 meta-crystalforest/conf/machine/crystalforest-gladden.conf create mode 100644 meta-crystalforest/conf/machine/crystalforest-server.conf delete mode 100644 meta-crystalforest/conf/machine/crystalforest-shumway.conf delete mode 100644 meta-crystalforest/conf/machine/crystalforest-stargo.conf (limited to 'meta-crystalforest/conf/machine') diff --git a/meta-crystalforest/conf/machine/crystalforest-gladden.conf b/meta-crystalforest/conf/machine/crystalforest-gladden.conf new file mode 100644 index 00000000..a84088aa --- /dev/null +++ b/meta-crystalforest/conf/machine/crystalforest-gladden.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@NAME: crystalforest-gladden + +#@DESCRIPTION: Machine configuration for Crystal Forest (GLADDEN) systems +# i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.4%" + +require conf/machine/include/tune-x86_64.inc +require conf/machine/include/ia32-base.inc +require conf/machine/include/meta-intel.inc + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_MATROX_MGA} \ + " + +#This Kernel Option is required for Intel Quick Assist Technology Software. +APPEND += "acpi_enforce_resources=lax" + +#Uncomment the below Kernel Option if Virtualization is not needed. +#APPEND += "intel_iommu=off" + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" diff --git a/meta-crystalforest/conf/machine/crystalforest-server.conf b/meta-crystalforest/conf/machine/crystalforest-server.conf new file mode 100644 index 00000000..2bbc4f31 --- /dev/null +++ b/meta-crystalforest/conf/machine/crystalforest-server.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine +#@NAME: crystalforest-server + +#@DESCRIPTION: Machine configuration for Crystal Forest Server systems +# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets. + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto ?= "3.4%" + +require conf/machine/include/tune-x86_64.inc +require conf/machine/include/ia32-base.inc +require conf/machine/include/meta-intel.inc + +XSERVER ?= "${XSERVER_IA32_BASE} \ + ${XSERVER_IA32_EXT} \ + ${XSERVER_IA32_MATROX_MGA} \ + " +#This Kernel Option is required for Intel Quick Assist Technology Software. +APPEND += "acpi_enforce_resources=lax" + +#Uncomment the below Kernel Option if Virtualization is not needed. +#APPEND += "intel_iommu=off" + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" diff --git a/meta-crystalforest/conf/machine/crystalforest-shumway.conf b/meta-crystalforest/conf/machine/crystalforest-shumway.conf deleted file mode 100644 index 0a2141c8..00000000 --- a/meta-crystalforest/conf/machine/crystalforest-shumway.conf +++ /dev/null @@ -1,26 +0,0 @@ -#@TYPE: Machine -#@NAME: crystalforest-shumway - -#@DESCRIPTION: Machine configuration for Crystal Forest Server (SHUMWAY) systems -# i.e. Two Sandy Bridge Jaketown processors (SNB-EP ES2 Grade and SNB-EN ES2 Grade) + Two Cave Creek Chipsets. - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.4%" - -require conf/machine/include/tune-x86_64.inc -require conf/machine/include/ia32-base.inc -require conf/machine/include/meta-intel.inc - -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_MATROX_MGA} \ - " -#This Kernel Option is required for Intel Quick Assist Technology Software. -APPEND += "acpi_enforce_resources=lax" - -#Uncomment the below Kernel Option if Virtualization is not needed. -#APPEND += "intel_iommu=off" - -SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" diff --git a/meta-crystalforest/conf/machine/crystalforest-stargo.conf b/meta-crystalforest/conf/machine/crystalforest-stargo.conf deleted file mode 100644 index 575a504d..00000000 --- a/meta-crystalforest/conf/machine/crystalforest-stargo.conf +++ /dev/null @@ -1,27 +0,0 @@ -#@TYPE: Machine -#@NAME: crystalforest-stargo - -#@DESCRIPTION: Machine configuration for Crystal Forest (STARGO) systems -# i.e. One Sandy Bridge based Gladden Processor + One Cave Creek Chipset - -PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.4%" - -require conf/machine/include/tune-x86_64.inc -require conf/machine/include/ia32-base.inc -require conf/machine/include/meta-intel.inc - -XSERVER ?= "${XSERVER_IA32_BASE} \ - ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_MATROX_MGA} \ - " - -#This Kernel Option is required for Intel Quick Assist Technology Software. -APPEND += "acpi_enforce_resources=lax" - -#Uncomment the below Kernel Option if Virtualization is not needed. -#APPEND += "intel_iommu=off" - -SYSLINUX_OPTS = "serial 0 115200" -SERIAL_CONSOLE = "115200 ttyS0" -APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf