summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2014-12-03 11:15:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-05 18:00:22 +0000
commitbf0ec702842e5cf78b96e8581d1a5f14c0d948ae (patch)
tree667ed1044fa41be68510a1600d6739575b8dc563 /scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg
parent0cc9a12ff855ad472c082efc429043208112b888 (diff)
downloadpoky-bf0ec702842e5cf78b96e8581d1a5f14c0d948ae.tar.gz
yocto-bsp: Add mips64 support
mips64 support was recently added to the core BSPs; we should also support it in yocto-bsp. [YOCTO #5314] (From meta-yocto rev: 3f3d29e2df6462c915d0763ab07f3be3c739ca4d) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg65
1 files changed, 65 insertions, 0 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg
new file mode 100644
index 0000000000..309524591e
--- /dev/null
+++ b/scripts/lib/bsp/substrate/target/arch/mips64/recipes-kernel/linux/{{ if kernel_choice != "custom": }} files/{{=machine}}.cfg
@@ -0,0 +1,65 @@
1#SOC
2CONFIG_CAVIUM_OCTEON_SOC=y
3CONFIG_CAVIUM_CN63XXP1=y
4CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE=2
5
6#Kernel
7CONFIG_SMP=y
8CONFIG_NR_CPUS=32
9#Executable file formats
10CONFIG_MIPS32_COMPAT=y
11CONFIG_MIPS32_O32=y
12CONFIG_MIPS32_N32=y
13
14
15#PCI
16CONFIG_PCI=y
17CONFIG_PCI_MSI=y
18
19#I2C
20CONFIG_I2C=y
21CONFIG_I2C_OCTEON=y
22
23CONFIG_HW_RANDOM_OCTEON=y
24
25#SPI
26CONFIG_SPI=y
27CONFIG_SPI_OCTEON=y
28
29#Misc
30CONFIG_EEPROM_AT24=y
31CONFIG_EEPROM_AT25=y
32CONFIG_OCTEON_WDT=y
33
34CONFIG_STAGING=y
35
36#Ethernet
37CONFIG_OCTEON_ETHERNET=y
38CONFIG_OCTEON_MGMT_ETHERNET=y
39CONFIG_MDIO_OCTEON=y
40
41#PHY
42CONFIG_MARVELL_PHY=y
43CONFIG_BROADCOM_PHY=y
44CONFIG_BCM87XX_PHY=y
45
46
47#USB
48CONFIG_USB=y
49CONFIG_OCTEON_USB=y
50CONFIG_USB_OCTEON_EHCI=y
51CONFIG_USB_OCTEON_OHCI=y
52CONFIG_USB_OCTEON2_COMMON=y
53
54CONFIG_MTD=y
55CONFIG_MTD_BLOCK=y
56CONFIG_MTD_CFI=y
57CONFIG_MTD_CFI_AMDSTD=y
58CONFIG_MTD_CMDLINE_PARTS=y
59
60CONFIG_SERIAL_8250=y
61CONFIG_SERIAL_8250_CONSOLE=y
62CONFIG_SERIAL_8250_NR_UARTS=2
63CONFIG_SERIAL_8250_RUNTIME_UARTS=2
64CONFIG_SERIAL_8250_DW=y
65