* [PATCH] jasperforest: create initial BSP infrastructure
@ 2011-02-14 15:46 Tom Zanussi
0 siblings, 0 replies; only message in thread
From: Tom Zanussi @ 2011-02-14 15:46 UTC (permalink / raw)
To: bruce.ashfield, poky
From: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../bsp/jasperforest/jasperforest-standard.scc | 7 ++
.../kernel-cache/bsp/jasperforest/jasperforest.cfg | 60 ++++++++++++++++++++
.../kernel-cache/bsp/jasperforest/jasperforest.scc | 6 ++
3 files changed, 73 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-standard.scc
create mode 100644 meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg
create mode 100644 meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc
diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-standard.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-standard.scc
new file mode 100644
index 0000000..ce877f3
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest-standard.scc
@@ -0,0 +1,7 @@
+define KMACHINE jasperforest
+define KTYPE standard
+define KARCH x86_64
+
+scc_leaf bsp/common-pc-64/common-pc-64-standard jasperforest
+
+include jasperforest.scc
diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg
new file mode 100644
index 0000000..e407992
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg
@@ -0,0 +1,60 @@
+CONFIG_PRINTK=y
+
+# Basic hardware support for the box - network, USB, PCI, sound
+CONFIG_NETDEVICES=y
+CONFIG_NETDEV_1000=y
+CONFIG_ATA=y
+CONFIG_ATA_GENERIC=y
+CONFIG_ATA_SFF=y
+CONFIG_PCI=y
+CONFIG_MMC=y
+CONFIG_MMC_SDHCI=y
+CONFIG_USB_SUPPORT=y
+CONFIG_USB=y
+CONFIG_USB_ARCH_HAS_EHCI=y
+CONFIG_E1000E=y
+CONFIG_R8169=y
+CONFIG_PATA_SCH=y
+CONFIG_MMC_SDHCI_PCI=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_PCIEPORTBUS=y
+CONFIG_NET=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_CHR_DEV_SG=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_HDA_INTEL=y
+
+# Make sure these are on, otherwise the bootup won't be fun
+CONFIG_EXT3_FS=y
+CONFIG_UNIX=y
+CONFIG_INET=y
+CONFIG_MODULES=y
+CONFIG_SHMEM=y
+CONFIG_TMPFS=y
+CONFIG_PACKET=y
+
+CONFIG_I2C=y
+CONFIG_AGP=y
+CONFIG_VFAT_FS=y
+CONFIG_PM=y
+CONFIG_ACPI=y
+CONFIG_INPUT=y
+
+# Needed for booting (and using) USB memory sticks
+CONFIG_USB_STORAGE=y
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_RD_GZIP=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
+
+# NUMA support
+CONFIG_NUMA=y
+CONFIG_X86_64_ACPI_NUMA=y
+CONFIG_NODES_SPAN_OTHER_NODES=y
+CONFIG_USE_PERCPU_NUMA_NODE_ID=y
+CONFIG_ACPI_NUMA=y
+
diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc
new file mode 100644
index 0000000..34d208c
--- /dev/null
+++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc
@@ -0,0 +1,6 @@
+kconf hardware jasperforest.cfg
+
+include features/latencytop/latencytop.scc
+include features/profiling/profiling.scc
+include features/serial/8250.scc
+include features/logbuf/size-normal.scc
--
1.7.0.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-14 15:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 15:46 [PATCH] jasperforest: create initial BSP infrastructure Tom Zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.