aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/44x
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-10 21:54:22 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-10 21:54:22 -0400
commitc5aec4c76af1a2d89ee2f2d4d5463b2ad2d85de5 (patch)
tree628ae2d9370a6739fd98d8d2f055b46c87ab9316 /arch/powerpc/configs/44x
parent2937f5efa5754754daf46de745f67350f7f06ec2 (diff)
parent0c0a3e5a100bbc4aaedd140e82b429227a76701b (diff)
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull powerpc updates from Ben Herrenschmidt: "Here is the bulk of the powerpc changes for this merge window. It got a bit delayed in part because I wasn't paying attention, and in part because I discovered I had a core PCI change without a PCI maintainer ack in it. Bjorn eventually agreed it was ok to merge it though we'll probably improve it later and I didn't want to rebase to add his ack. There is going to be a bit more next week, essentially fixes that I still want to sort through and test. The biggest item this time is the support to build the ppc64 LE kernel with our new v2 ABI. We previously supported v2 userspace but the kernel itself was a tougher nut to crack. This is now sorted mostly thanks to Anton and Rusty. We also have a fairly big series from Cedric that add support for 64-bit LE zImage boot wrapper. This was made harder by the fact that traditionally our zImage wrapper was always 32-bit, but our new LE toolchains don't really support 32-bit anymore (it's somewhat there but not really "supported") so we didn't want to rely on it. This meant more churn that just endian fixes. This brings some more LE bits as well, such as the ability to run in LE mode without a hypervisor (ie. under OPAL firmware) by doing the right OPAL call to reinitialize the CPU to take HV interrupts in the right mode and the usual pile of endian fixes. There's another series from Gavin adding EEH improvements (one day we *will* have a release with less than 20 EEH patches, I promise!). Another highlight is the support for the "Split core" functionality on P8 by Michael. This allows a P8 core to be split into "sub cores" of 4 threads which allows the subcores to run different guests under KVM (the HW still doesn't support a partition per thread). And then the usual misc bits and fixes ..." [ Further delayed by gmail deciding that BenH is a dirty spammer. Google knows. ] * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (155 commits) powerpc/powernv: Add missing include to LPC code selftests/powerpc: Test the THP bug we fixed in the previous commit powerpc/mm: Check paca psize is up to date for huge mappings powerpc/powernv: Pass buffer size to OPAL validate flash call powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC() powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC() powerpc/powernv: Set memory_block_size_bytes to 256MB powerpc: Allow ppc_md platform hook to override memory_block_size_bytes powerpc/powernv: Fix endian issues in memory error handling code powerpc/eeh: Skip eeh sysfs when eeh is disabled powerpc: 64bit sendfile is capped at 2GB powerpc/powernv: Provide debugfs access to the LPC bus via OPAL powerpc/serial: Use saner flags when creating legacy ports powerpc: Add cpu family documentation powerpc/xmon: Fix up xmon format strings powerpc/powernv: Add calls to support little endian host powerpc: Document sysfs DSCR interface powerpc: Fix regression of per-CPU DSCR setting powerpc: Split __SYSFS_SPRSETUP macro arch: powerpc/fadump: Cleaning up inconsistent NULL checks ...
Diffstat (limited to 'arch/powerpc/configs/44x')
-rw-r--r--arch/powerpc/configs/44x/akebono_defconfig148
1 files changed, 148 insertions, 0 deletions
diff --git a/arch/powerpc/configs/44x/akebono_defconfig b/arch/powerpc/configs/44x/akebono_defconfig
new file mode 100644
index 000000000000..7e2530cd9d30
--- /dev/null
+++ b/arch/powerpc/configs/44x/akebono_defconfig
@@ -0,0 +1,148 @@
1CONFIG_44x=y
2CONFIG_SMP=y
3CONFIG_SYSVIPC=y
4CONFIG_POSIX_MQUEUE=y
5CONFIG_LOG_BUF_SHIFT=14
6CONFIG_BLK_DEV_INITRD=y
7CONFIG_RD_BZIP2=y
8CONFIG_RD_LZMA=y
9CONFIG_RD_XZ=y
10CONFIG_EXPERT=y
11CONFIG_KALLSYMS_ALL=y
12# CONFIG_SLUB_CPU_PARTIAL is not set
13CONFIG_PROFILING=y
14CONFIG_OPROFILE=y
15CONFIG_MODULES=y
16CONFIG_MODULE_UNLOAD=y
17# CONFIG_BLK_DEV_BSG is not set
18# CONFIG_POWERNV_MSI is not set
19CONFIG_PPC_47x=y
20# CONFIG_EBONY is not set
21CONFIG_AKEBONO=y
22CONFIG_HIGHMEM=y
23CONFIG_HZ_100=y
24CONFIG_IRQ_ALL_CPUS=y
25# CONFIG_COMPACTION is not set
26CONFIG_CMDLINE_BOOL=y
27CONFIG_CMDLINE=""
28# CONFIG_SUSPEND is not set
29CONFIG_PCI_MSI=y
30CONFIG_NET=y
31CONFIG_PACKET=y
32CONFIG_UNIX=y
33CONFIG_INET=y
34CONFIG_IP_PNP=y
35CONFIG_IP_PNP_DHCP=y
36CONFIG_IP_PNP_BOOTP=y
37# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
38# CONFIG_INET_XFRM_MODE_TUNNEL is not set
39# CONFIG_INET_XFRM_MODE_BEET is not set
40# CONFIG_INET_LRO is not set
41# CONFIG_IPV6 is not set
42CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
43CONFIG_DEVTMPFS=y
44CONFIG_DEVTMPFS_MOUNT=y
45CONFIG_CONNECTOR=y
46CONFIG_MTD=y
47CONFIG_MTD_BLOCK=y
48CONFIG_MTD_JEDECPROBE=y
49CONFIG_MTD_CFI_AMDSTD=y
50CONFIG_MTD_PHYSMAP_OF=y
51CONFIG_PROC_DEVICETREE=y
52CONFIG_BLK_DEV_RAM=y
53CONFIG_BLK_DEV_RAM_SIZE=35000
54# CONFIG_SCSI_PROC_FS is not set
55CONFIG_BLK_DEV_SD=y
56# CONFIG_SCSI_LOWLEVEL is not set
57# CONFIG_SATA_PMP is not set
58# CONFIG_ATA_SFF is not set
59# CONFIG_NET_VENDOR_3COM is not set
60# CONFIG_NET_VENDOR_ADAPTEC is not set
61# CONFIG_NET_VENDOR_ALTEON is not set
62# CONFIG_NET_VENDOR_AMD is not set
63# CONFIG_NET_VENDOR_ARC is not set
64# CONFIG_NET_VENDOR_ATHEROS is not set
65# CONFIG_NET_CADENCE is not set
66# CONFIG_NET_VENDOR_BROADCOM is not set
67# CONFIG_NET_VENDOR_BROCADE is not set
68# CONFIG_NET_VENDOR_CHELSIO is not set
69# CONFIG_NET_VENDOR_CISCO is not set
70# CONFIG_NET_VENDOR_DEC is not set
71# CONFIG_NET_VENDOR_DLINK is not set
72# CONFIG_NET_VENDOR_EMULEX is not set
73# CONFIG_NET_VENDOR_EXAR is not set
74# CONFIG_NET_VENDOR_HP is not set
75CONFIG_IBM_EMAC=y
76# CONFIG_NET_VENDOR_MARVELL is not set
77# CONFIG_NET_VENDOR_MELLANOX is not set
78# CONFIG_NET_VENDOR_MICREL is not set
79# CONFIG_NET_VENDOR_MYRI is not set
80# CONFIG_NET_VENDOR_NATSEMI is not set
81# CONFIG_NET_VENDOR_NVIDIA is not set
82# CONFIG_NET_VENDOR_OKI is not set
83# CONFIG_NET_VENDOR_QLOGIC is not set
84# CONFIG_NET_VENDOR_REALTEK is not set
85# CONFIG_NET_VENDOR_RDC is not set
86# CONFIG_NET_VENDOR_SEEQ is not set
87# CONFIG_NET_VENDOR_SILAN is not set
88# CONFIG_NET_VENDOR_SIS is not set
89# CONFIG_NET_VENDOR_SMSC is not set
90# CONFIG_NET_VENDOR_STMICRO is not set
91# CONFIG_NET_VENDOR_SUN is not set
92# CONFIG_NET_VENDOR_TEHUTI is not set
93# CONFIG_NET_VENDOR_TI is not set
94# CONFIG_NET_VENDOR_VIA is not set
95# CONFIG_NET_VENDOR_WIZNET is not set
96# CONFIG_NET_VENDOR_XILINX is not set
97# CONFIG_KEYBOARD_ATKBD is not set
98# CONFIG_MOUSE_PS2 is not set
99# CONFIG_SERIO is not set
100# CONFIG_VT is not set
101CONFIG_SERIAL_8250=y
102# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
103CONFIG_SERIAL_8250_CONSOLE=y
104CONFIG_SERIAL_8250_EXTENDED=y
105CONFIG_SERIAL_8250_SHARE_IRQ=y
106CONFIG_SERIAL_OF_PLATFORM=y
107# CONFIG_HW_RANDOM is not set
108CONFIG_I2C_CHARDEV=y
109# CONFIG_HWMON is not set
110CONFIG_THERMAL=y
111# CONFIG_USB_DEFAULT_PERSIST is not set
112CONFIG_USB_EHCI_HCD=y
113CONFIG_USB_OHCI_HCD=y
114# CONFIG_USB_OHCI_HCD_PCI is not set
115CONFIG_USB_STORAGE=y
116CONFIG_MMC=y
117CONFIG_RTC_CLASS=y
118CONFIG_RTC_DRV_M41T80=y
119CONFIG_EXT2_FS=y
120CONFIG_EXT3_FS=y
121# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
122CONFIG_EXT3_FS_POSIX_ACL=y
123CONFIG_EXT3_FS_SECURITY=y
124# CONFIG_DNOTIFY is not set
125# CONFIG_INOTIFY_USER is not set
126CONFIG_VFAT_FS=y
127CONFIG_PROC_KCORE=y
128CONFIG_TMPFS=y
129CONFIG_CRAMFS=y
130# CONFIG_NETWORK_FILESYSTEMS is not set
131CONFIG_NLS_DEFAULT="n"
132CONFIG_NLS_CODEPAGE_437=y
133CONFIG_NLS_ISO8859_1=y
134CONFIG_DEBUG_INFO=y
135CONFIG_DEBUG_FS=y
136CONFIG_MAGIC_SYSRQ=y
137CONFIG_DETECT_HUNG_TASK=y
138CONFIG_XMON=y
139CONFIG_XMON_DEFAULT=y
140CONFIG_PPC_EARLY_DEBUG=y
141CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0x00010000
142CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x33f
143CONFIG_CRYPTO_PCBC=y
144CONFIG_CRYPTO_MD5=y
145CONFIG_CRYPTO_SHA1_PPC=y
146CONFIG_CRYPTO_DES=y
147# CONFIG_CRYPTO_ANSI_CPRNG is not set
148# CONFIG_CRYPTO_HW is not set