diff options
Diffstat (limited to 'arch')
137 files changed, 8123 insertions, 1356 deletions
diff --git a/arch/arm/mach-iop13xx/pci.c b/arch/arm/mach-iop13xx/pci.c index 306f82ee57f0..9d63d7f260ca 100644 --- a/arch/arm/mach-iop13xx/pci.c +++ b/arch/arm/mach-iop13xx/pci.c | |||
@@ -19,10 +19,11 @@ | |||
19 | 19 | ||
20 | #include <linux/pci.h> | 20 | #include <linux/pci.h> |
21 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
22 | 22 | #include <linux/jiffies.h> | |
23 | #include <asm/irq.h> | 23 | #include <asm/irq.h> |
24 | #include <asm/hardware.h> | 24 | #include <asm/hardware.h> |
25 | #include <asm/sizes.h> | 25 | #include <asm/sizes.h> |
26 | #include <asm/signal.h> | ||
26 | #include <asm/mach/pci.h> | 27 | #include <asm/mach/pci.h> |
27 | #include <asm/arch/pci.h> | 28 | #include <asm/arch/pci.h> |
28 | 29 | ||
diff --git a/arch/arm/mm/mmap.c b/arch/arm/mm/mmap.c index 2c4c2422cd1e..2728b0e7d2bb 100644 --- a/arch/arm/mm/mmap.c +++ b/arch/arm/mm/mmap.c | |||
@@ -5,7 +5,7 @@ | |||
5 | #include <linux/mm.h> | 5 | #include <linux/mm.h> |
6 | #include <linux/mman.h> | 6 | #include <linux/mman.h> |
7 | #include <linux/shm.h> | 7 | #include <linux/shm.h> |
8 | 8 | #include <linux/sched.h> | |
9 | #include <asm/system.h> | 9 | #include <asm/system.h> |
10 | 10 | ||
11 | #define COLOUR_ALIGN(addr,pgoff) \ | 11 | #define COLOUR_ALIGN(addr,pgoff) \ |
diff --git a/arch/arm/plat-iop/pci.c b/arch/arm/plat-iop/pci.c index c200c2810066..2b5aa1135b11 100644 --- a/arch/arm/plat-iop/pci.c +++ b/arch/arm/plat-iop/pci.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/ioport.h> | 19 | #include <linux/ioport.h> |
20 | #include <asm/io.h> | 20 | #include <asm/io.h> |
21 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
22 | #include <asm/signal.h> | ||
22 | #include <asm/system.h> | 23 | #include <asm/system.h> |
23 | #include <asm/hardware.h> | 24 | #include <asm/hardware.h> |
24 | #include <asm/mach/pci.h> | 25 | #include <asm/mach/pci.h> |
diff --git a/arch/avr32/boards/atstk1000/atstk1000.h b/arch/avr32/boards/atstk1000/atstk1000.h new file mode 100644 index 000000000000..9a49ed036b72 --- /dev/null +++ b/arch/avr32/boards/atstk1000/atstk1000.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | * ATSTK1000 setup code: Daughterboard interface | ||
3 | * | ||
4 | * Copyright (C) 2007 Atmel Corporation | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | #ifndef __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H | ||
11 | #define __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H | ||
12 | |||
13 | extern struct atmel_lcdfb_info atstk1000_lcdc_data; | ||
14 | |||
15 | #endif /* __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H */ | ||
diff --git a/arch/avr32/boards/atstk1000/atstk1002.c b/arch/avr32/boards/atstk1000/atstk1002.c index abe6ca203fa7..fe1dbe2e28f4 100644 --- a/arch/avr32/boards/atstk1000/atstk1002.c +++ b/arch/avr32/boards/atstk1000/atstk1002.c | |||
@@ -16,6 +16,8 @@ | |||
16 | #include <linux/types.h> | 16 | #include <linux/types.h> |
17 | #include <linux/spi/spi.h> | 17 | #include <linux/spi/spi.h> |
18 | 18 | ||
19 | #include <video/atmel_lcdc.h> | ||
20 | |||
19 | #include <asm/io.h> | 21 | #include <asm/io.h> |
20 | #include <asm/setup.h> | 22 | #include <asm/setup.h> |
21 | #include <asm/arch/at32ap7000.h> | 23 | #include <asm/arch/at32ap7000.h> |
@@ -23,6 +25,7 @@ | |||
23 | #include <asm/arch/init.h> | 25 | #include <asm/arch/init.h> |
24 | #include <asm/arch/portmux.h> | 26 | #include <asm/arch/portmux.h> |
25 | 27 | ||
28 | #include "atstk1000.h" | ||
26 | 29 | ||
27 | #define SW2_DEFAULT /* MMCI and UART_A available */ | 30 | #define SW2_DEFAULT /* MMCI and UART_A available */ |
28 | 31 | ||
@@ -31,9 +34,7 @@ struct eth_addr { | |||
31 | }; | 34 | }; |
32 | 35 | ||
33 | static struct eth_addr __initdata hw_addr[2]; | 36 | static struct eth_addr __initdata hw_addr[2]; |
34 | |||
35 | static struct eth_platform_data __initdata eth_data[2]; | 37 | static struct eth_platform_data __initdata eth_data[2]; |
36 | static struct lcdc_platform_data atstk1000_fb0_data; | ||
37 | 38 | ||
38 | static struct spi_board_info spi0_board_info[] __initdata = { | 39 | static struct spi_board_info spi0_board_info[] __initdata = { |
39 | { | 40 | { |
@@ -148,9 +149,8 @@ static int __init atstk1002_init(void) | |||
148 | set_hw_addr(at32_add_device_eth(0, ð_data[0])); | 149 | set_hw_addr(at32_add_device_eth(0, ð_data[0])); |
149 | 150 | ||
150 | at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info)); | 151 | at32_add_device_spi(0, spi0_board_info, ARRAY_SIZE(spi0_board_info)); |
151 | atstk1000_fb0_data.fbmem_start = fbmem_start; | 152 | at32_add_device_lcdc(0, &atstk1000_lcdc_data, |
152 | atstk1000_fb0_data.fbmem_size = fbmem_size; | 153 | fbmem_start, fbmem_size); |
153 | at32_add_device_lcdc(0, &atstk1000_fb0_data); | ||
154 | 154 | ||
155 | return 0; | 155 | return 0; |
156 | } | 156 | } |
diff --git a/arch/avr32/boards/atstk1000/setup.c b/arch/avr32/boards/atstk1000/setup.c index 2bc4b88d7edb..c9af409ada9a 100644 --- a/arch/avr32/boards/atstk1000/setup.c +++ b/arch/avr32/boards/atstk1000/setup.c | |||
@@ -8,13 +8,56 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/bootmem.h> | 10 | #include <linux/bootmem.h> |
11 | #include <linux/fb.h> | ||
11 | #include <linux/init.h> | 12 | #include <linux/init.h> |
12 | #include <linux/types.h> | 13 | #include <linux/types.h> |
13 | #include <linux/linkage.h> | 14 | #include <linux/linkage.h> |
14 | 15 | ||
15 | #include <asm/setup.h> | 16 | #include <video/atmel_lcdc.h> |
16 | 17 | ||
18 | #include <asm/setup.h> | ||
17 | #include <asm/arch/board.h> | 19 | #include <asm/arch/board.h> |
18 | 20 | ||
21 | #include "atstk1000.h" | ||
22 | |||
19 | /* Initialized by bootloader-specific startup code. */ | 23 | /* Initialized by bootloader-specific startup code. */ |
20 | struct tag *bootloader_tags __initdata; | 24 | struct tag *bootloader_tags __initdata; |
25 | |||
26 | static struct fb_videomode __initdata ltv350qv_modes[] = { | ||
27 | { | ||
28 | .name = "320x240 @ 75", | ||
29 | .refresh = 75, | ||
30 | .xres = 320, .yres = 240, | ||
31 | .pixclock = KHZ2PICOS(6891), | ||
32 | |||
33 | .left_margin = 17, .right_margin = 33, | ||
34 | .upper_margin = 10, .lower_margin = 10, | ||
35 | .hsync_len = 16, .vsync_len = 1, | ||
36 | |||
37 | .sync = 0, | ||
38 | .vmode = FB_VMODE_NONINTERLACED, | ||
39 | }, | ||
40 | }; | ||
41 | |||
42 | static struct fb_monspecs __initdata atstk1000_default_monspecs = { | ||
43 | .manufacturer = "SNG", | ||
44 | .monitor = "LTV350QV", | ||
45 | .modedb = ltv350qv_modes, | ||
46 | .modedb_len = ARRAY_SIZE(ltv350qv_modes), | ||
47 | .hfmin = 14820, | ||
48 | .hfmax = 22230, | ||
49 | .vfmin = 60, | ||
50 | .vfmax = 90, | ||
51 | .dclkmax = 30000000, | ||
52 | }; | ||
53 | |||
54 | struct atmel_lcdfb_info __initdata atstk1000_lcdc_data = { | ||
55 | .default_bpp = 24, | ||
56 | .default_dmacon = ATMEL_LCDC_DMAEN | ATMEL_LCDC_DMA2DEN, | ||
57 | .default_lcdcon2 = (ATMEL_LCDC_DISTYPE_TFT | ||
58 | | ATMEL_LCDC_INVCLK | ||
59 | | ATMEL_LCDC_CLKMOD_ALWAYSACTIVE | ||
60 | | ATMEL_LCDC_MEMOR_BIG), | ||
61 | .default_monspecs = &atstk1000_default_monspecs, | ||
62 | .guard_time = 2, | ||
63 | }; | ||
diff --git a/arch/avr32/kernel/irq.c b/arch/avr32/kernel/irq.c index fd311248c143..61f2de266f62 100644 --- a/arch/avr32/kernel/irq.c +++ b/arch/avr32/kernel/irq.c | |||
@@ -7,15 +7,6 @@ | |||
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License version 2 as | 8 | * it under the terms of the GNU General Public License version 2 as |
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
10 | * | ||
11 | * This file contains the code used by various IRQ handling routines: | ||
12 | * asking for different IRQ's should be done through these routines | ||
13 | * instead of just grabbing them. Thus setups with different IRQ numbers | ||
14 | * shouldn't result in any weird surprises, and installing new handlers | ||
15 | * should be easier. | ||
16 | * | ||
17 | * IRQ's are in fact implemented a bit like signal handlers for the kernel. | ||
18 | * Naturally it's not a 1:1 relation, but there are similarities. | ||
19 | */ | 10 | */ |
20 | 11 | ||
21 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
diff --git a/arch/avr32/kernel/kprobes.c b/arch/avr32/kernel/kprobes.c index 004c94b6fc1d..4942ee662e0b 100644 --- a/arch/avr32/kernel/kprobes.c +++ b/arch/avr32/kernel/kprobes.c | |||
@@ -179,7 +179,7 @@ static int __kprobes post_kprobe_handler(struct pt_regs *regs) | |||
179 | return 1; | 179 | return 1; |
180 | } | 180 | } |
181 | 181 | ||
182 | static int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) | 182 | int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) |
183 | { | 183 | { |
184 | struct kprobe *cur = kprobe_running(); | 184 | struct kprobe *cur = kprobe_running(); |
185 | 185 | ||
@@ -216,11 +216,6 @@ int __kprobes kprobe_exceptions_notify(struct notifier_block *self, | |||
216 | if (post_kprobe_handler(args->regs)) | 216 | if (post_kprobe_handler(args->regs)) |
217 | ret = NOTIFY_STOP; | 217 | ret = NOTIFY_STOP; |
218 | break; | 218 | break; |
219 | case DIE_FAULT: | ||
220 | if (kprobe_running() | ||
221 | && kprobe_fault_handler(args->regs, args->trapnr)) | ||
222 | ret = NOTIFY_STOP; | ||
223 | break; | ||
224 | default: | 219 | default: |
225 | break; | 220 | break; |
226 | } | 221 | } |
diff --git a/arch/avr32/kernel/syscall_table.S b/arch/avr32/kernel/syscall_table.S index 07f6a6fa340d..75c81f2dd0b3 100644 --- a/arch/avr32/kernel/syscall_table.S +++ b/arch/avr32/kernel/syscall_table.S | |||
@@ -292,4 +292,7 @@ sys_call_table: | |||
292 | .long sys_shmdt | 292 | .long sys_shmdt |
293 | .long sys_shmctl | 293 | .long sys_shmctl |
294 | .long sys_utimensat | 294 | .long sys_utimensat |
295 | .long sys_signalfd | ||
296 | .long sys_timerfd /* 280 */ | ||
297 | .long sys_eventfd | ||
295 | .long sys_ni_syscall /* r8 is saturated at nr_syscalls */ | 298 | .long sys_ni_syscall /* r8 is saturated at nr_syscalls */ |
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c index 56db45b99a0f..1d2bf347a1d6 100644 --- a/arch/avr32/mach-at32ap/at32ap7000.c +++ b/arch/avr32/mach-at32ap/at32ap7000.c | |||
@@ -6,6 +6,7 @@ | |||
6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | */ | 7 | */ |
8 | #include <linux/clk.h> | 8 | #include <linux/clk.h> |
9 | #include <linux/fb.h> | ||
9 | #include <linux/init.h> | 10 | #include <linux/init.h> |
10 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
11 | #include <linux/spi/spi.h> | 12 | #include <linux/spi/spi.h> |
@@ -17,6 +18,8 @@ | |||
17 | #include <asm/arch/portmux.h> | 18 | #include <asm/arch/portmux.h> |
18 | #include <asm/arch/sm.h> | 19 | #include <asm/arch/sm.h> |
19 | 20 | ||
21 | #include <video/atmel_lcdc.h> | ||
22 | |||
20 | #include "clock.h" | 23 | #include "clock.h" |
21 | #include "hmatrix.h" | 24 | #include "hmatrix.h" |
22 | #include "pio.h" | 25 | #include "pio.h" |
@@ -881,20 +884,26 @@ at32_add_device_spi(unsigned int id, struct spi_board_info *b, unsigned int n) | |||
881 | /* -------------------------------------------------------------------- | 884 | /* -------------------------------------------------------------------- |
882 | * LCDC | 885 | * LCDC |
883 | * -------------------------------------------------------------------- */ | 886 | * -------------------------------------------------------------------- */ |
884 | static struct lcdc_platform_data lcdc0_data; | 887 | static struct atmel_lcdfb_info atmel_lcdfb0_data; |
885 | static struct resource lcdc0_resource[] = { | 888 | static struct resource atmel_lcdfb0_resource[] = { |
886 | { | 889 | { |
887 | .start = 0xff000000, | 890 | .start = 0xff000000, |
888 | .end = 0xff000fff, | 891 | .end = 0xff000fff, |
889 | .flags = IORESOURCE_MEM, | 892 | .flags = IORESOURCE_MEM, |
890 | }, | 893 | }, |
891 | IRQ(1), | 894 | IRQ(1), |
895 | { | ||
896 | /* Placeholder for pre-allocated fb memory */ | ||
897 | .start = 0x00000000, | ||
898 | .end = 0x00000000, | ||
899 | .flags = 0, | ||
900 | }, | ||
892 | }; | 901 | }; |
893 | DEFINE_DEV_DATA(lcdc, 0); | 902 | DEFINE_DEV_DATA(atmel_lcdfb, 0); |
894 | DEV_CLK(hclk, lcdc0, hsb, 7); | 903 | DEV_CLK(hck1, atmel_lcdfb0, hsb, 7); |
895 | static struct clk lcdc0_pixclk = { | 904 | static struct clk atmel_lcdfb0_pixclk = { |
896 | .name = "pixclk", | 905 | .name = "lcdc_clk", |
897 | .dev = &lcdc0_device.dev, | 906 | .dev = &atmel_lcdfb0_device.dev, |
898 | .mode = genclk_mode, | 907 | .mode = genclk_mode, |
899 | .get_rate = genclk_get_rate, | 908 | .get_rate = genclk_get_rate, |
900 | .set_rate = genclk_set_rate, | 909 | .set_rate = genclk_set_rate, |
@@ -903,13 +912,34 @@ static struct clk lcdc0_pixclk = { | |||
903 | }; | 912 | }; |
904 | 913 | ||
905 | struct platform_device *__init | 914 | struct platform_device *__init |
906 | at32_add_device_lcdc(unsigned int id, struct lcdc_platform_data *data) | 915 | at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data, |
916 | unsigned long fbmem_start, unsigned long fbmem_len) | ||
907 | { | 917 | { |
908 | struct platform_device *pdev; | 918 | struct platform_device *pdev; |
919 | struct atmel_lcdfb_info *info; | ||
920 | struct fb_monspecs *monspecs; | ||
921 | struct fb_videomode *modedb; | ||
922 | unsigned int modedb_size; | ||
923 | |||
924 | /* | ||
925 | * Do a deep copy of the fb data, monspecs and modedb. Make | ||
926 | * sure all allocations are done before setting up the | ||
927 | * portmux. | ||
928 | */ | ||
929 | monspecs = kmemdup(data->default_monspecs, | ||
930 | sizeof(struct fb_monspecs), GFP_KERNEL); | ||
931 | if (!monspecs) | ||
932 | return NULL; | ||
933 | |||
934 | modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len; | ||
935 | modedb = kmemdup(monspecs->modedb, modedb_size, GFP_KERNEL); | ||
936 | if (!modedb) | ||
937 | goto err_dup_modedb; | ||
938 | monspecs->modedb = modedb; | ||
909 | 939 | ||
910 | switch (id) { | 940 | switch (id) { |
911 | case 0: | 941 | case 0: |
912 | pdev = &lcdc0_device; | 942 | pdev = &atmel_lcdfb0_device; |
913 | select_peripheral(PC(19), PERIPH_A, 0); /* CC */ | 943 | select_peripheral(PC(19), PERIPH_A, 0); /* CC */ |
914 | select_peripheral(PC(20), PERIPH_A, 0); /* HSYNC */ | 944 | select_peripheral(PC(20), PERIPH_A, 0); /* HSYNC */ |
915 | select_peripheral(PC(21), PERIPH_A, 0); /* PCLK */ | 945 | select_peripheral(PC(21), PERIPH_A, 0); /* PCLK */ |
@@ -942,19 +972,32 @@ at32_add_device_lcdc(unsigned int id, struct lcdc_platform_data *data) | |||
942 | select_peripheral(PD(16), PERIPH_A, 0); /* DATA22 */ | 972 | select_peripheral(PD(16), PERIPH_A, 0); /* DATA22 */ |
943 | select_peripheral(PD(17), PERIPH_A, 0); /* DATA23 */ | 973 | select_peripheral(PD(17), PERIPH_A, 0); /* DATA23 */ |
944 | 974 | ||
945 | clk_set_parent(&lcdc0_pixclk, &pll0); | 975 | clk_set_parent(&atmel_lcdfb0_pixclk, &pll0); |
946 | clk_set_rate(&lcdc0_pixclk, clk_get_rate(&pll0)); | 976 | clk_set_rate(&atmel_lcdfb0_pixclk, clk_get_rate(&pll0)); |
947 | break; | 977 | break; |
948 | 978 | ||
949 | default: | 979 | default: |
950 | return NULL; | 980 | goto err_invalid_id; |
951 | } | 981 | } |
952 | 982 | ||
953 | memcpy(pdev->dev.platform_data, data, | 983 | if (fbmem_len) { |
954 | sizeof(struct lcdc_platform_data)); | 984 | pdev->resource[2].start = fbmem_start; |
985 | pdev->resource[2].end = fbmem_start + fbmem_len - 1; | ||
986 | pdev->resource[2].flags = IORESOURCE_MEM; | ||
987 | } | ||
988 | |||
989 | info = pdev->dev.platform_data; | ||
990 | memcpy(info, data, sizeof(struct atmel_lcdfb_info)); | ||
991 | info->default_monspecs = monspecs; | ||
955 | 992 | ||
956 | platform_device_register(pdev); | 993 | platform_device_register(pdev); |
957 | return pdev; | 994 | return pdev; |
995 | |||
996 | err_invalid_id: | ||
997 | kfree(modedb); | ||
998 | err_dup_modedb: | ||
999 | kfree(monspecs); | ||
1000 | return NULL; | ||
958 | } | 1001 | } |
959 | 1002 | ||
960 | /* -------------------------------------------------------------------- | 1003 | /* -------------------------------------------------------------------- |
@@ -1037,8 +1080,8 @@ struct clk *at32_clock_list[] = { | |||
1037 | &macb1_pclk, | 1080 | &macb1_pclk, |
1038 | &atmel_spi0_spi_clk, | 1081 | &atmel_spi0_spi_clk, |
1039 | &atmel_spi1_spi_clk, | 1082 | &atmel_spi1_spi_clk, |
1040 | &lcdc0_hclk, | 1083 | &atmel_lcdfb0_hck1, |
1041 | &lcdc0_pixclk, | 1084 | &atmel_lcdfb0_pixclk, |
1042 | &gclk0, | 1085 | &gclk0, |
1043 | &gclk1, | 1086 | &gclk1, |
1044 | &gclk2, | 1087 | &gclk2, |
@@ -1077,7 +1120,7 @@ void __init at32_clock_init(void) | |||
1077 | genclk_init_parent(&gclk2); | 1120 | genclk_init_parent(&gclk2); |
1078 | genclk_init_parent(&gclk3); | 1121 | genclk_init_parent(&gclk3); |
1079 | genclk_init_parent(&gclk4); | 1122 | genclk_init_parent(&gclk4); |
1080 | genclk_init_parent(&lcdc0_pixclk); | 1123 | genclk_init_parent(&atmel_lcdfb0_pixclk); |
1081 | 1124 | ||
1082 | /* | 1125 | /* |
1083 | * Turn on all clocks that have at least one user already, and | 1126 | * Turn on all clocks that have at least one user already, and |
diff --git a/arch/avr32/mm/fault.c b/arch/avr32/mm/fault.c index 88b00b15970f..e011f1ce1875 100644 --- a/arch/avr32/mm/fault.c +++ b/arch/avr32/mm/fault.c | |||
@@ -12,41 +12,30 @@ | |||
12 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/pagemap.h> | 14 | #include <linux/pagemap.h> |
15 | |||
16 | #include <linux/kdebug.h> | 15 | #include <linux/kdebug.h> |
16 | #include <linux/kprobes.h> | ||
17 | |||
17 | #include <asm/mmu_context.h> | 18 | #include <asm/mmu_context.h> |
18 | #include <asm/sysreg.h> | 19 | #include <asm/sysreg.h> |
19 | #include <asm/tlb.h> | 20 | #include <asm/tlb.h> |
20 | #include <asm/uaccess.h> | 21 | #include <asm/uaccess.h> |
21 | 22 | ||
22 | #ifdef CONFIG_KPROBES | 23 | #ifdef CONFIG_KPROBES |
23 | ATOMIC_NOTIFIER_HEAD(notify_page_fault_chain); | 24 | static inline int notify_page_fault(struct pt_regs *regs, int trap) |
24 | |||
25 | /* Hook to register for page fault notifications */ | ||
26 | int register_page_fault_notifier(struct notifier_block *nb) | ||
27 | { | 25 | { |
28 | return atomic_notifier_chain_register(¬ify_page_fault_chain, nb); | 26 | int ret = 0; |
29 | } | ||
30 | 27 | ||
31 | int unregister_page_fault_notifier(struct notifier_block *nb) | 28 | if (!user_mode(regs)) { |
32 | { | 29 | if (kprobe_running() && kprobe_fault_handler(regs, trap)) |
33 | return atomic_notifier_chain_unregister(¬ify_page_fault_chain, nb); | 30 | ret = 1; |
34 | } | 31 | } |
35 | 32 | ||
36 | static inline int notify_page_fault(enum die_val val, struct pt_regs *regs, | 33 | return ret; |
37 | int trap, int sig) | ||
38 | { | ||
39 | struct die_args args = { | ||
40 | .regs = regs, | ||
41 | .trapnr = trap, | ||
42 | }; | ||
43 | return atomic_notifier_call_chain(¬ify_page_fault_chain, val, &args); | ||
44 | } | 34 | } |
45 | #else | 35 | #else |
46 | static inline int notify_page_fault(enum die_val val, struct pt_regs *regs, | 36 | static inline int notify_page_fault(struct pt_regs *regs, int trap) |
47 | int trap, int sig) | ||
48 | { | 37 | { |
49 | return NOTIFY_DONE; | 38 | return 0; |
50 | } | 39 | } |
51 | #endif | 40 | #endif |
52 | 41 | ||
@@ -76,8 +65,7 @@ asmlinkage void do_page_fault(unsigned long ecr, struct pt_regs *regs) | |||
76 | long signr; | 65 | long signr; |
77 | int code; | 66 | int code; |
78 | 67 | ||
79 | if (notify_page_fault(DIE_PAGE_FAULT, regs, | 68 | if (notify_page_fault(regs, ecr)) |
80 | ecr, SIGSEGV) == NOTIFY_STOP) | ||
81 | return; | 69 | return; |
82 | 70 | ||
83 | address = sysreg_read(TLBEAR); | 71 | address = sysreg_read(TLBEAR); |
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 1a4930509325..b1b111bb2f3a 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -25,6 +25,10 @@ config BLACKFIN | |||
25 | bool | 25 | bool |
26 | default y | 26 | default y |
27 | 27 | ||
28 | config ZONE_DMA | ||
29 | bool | ||
30 | default y | ||
31 | |||
28 | config BFIN | 32 | config BFIN |
29 | bool | 33 | bool |
30 | default y | 34 | default y |
@@ -189,7 +193,7 @@ config BFIN537_BLUETECHNIX_CM | |||
189 | CM-BF537 support for EVAL- and DEV-Board. | 193 | CM-BF537 support for EVAL- and DEV-Board. |
190 | 194 | ||
191 | config BFIN561_BLUETECHNIX_CM | 195 | config BFIN561_BLUETECHNIX_CM |
192 | bool "BF561-CM" | 196 | bool "Bluetechnix CM-BF561" |
193 | depends on (BF561) | 197 | depends on (BF561) |
194 | help | 198 | help |
195 | CM-BF561 support for EVAL- and DEV-Board. | 199 | CM-BF561 support for EVAL- and DEV-Board. |
@@ -200,6 +204,12 @@ config BFIN561_EZKIT | |||
200 | help | 204 | help |
201 | BF561-EZKIT-LITE board Support. | 205 | BF561-EZKIT-LITE board Support. |
202 | 206 | ||
207 | config BFIN561_TEPLA | ||
208 | bool "BF561-TEPLA" | ||
209 | depends on (BF561) | ||
210 | help | ||
211 | BF561-TEPLA board Support. | ||
212 | |||
203 | config PNAV10 | 213 | config PNAV10 |
204 | bool "PNAV 1.0 board" | 214 | bool "PNAV 1.0 board" |
205 | depends on (BF537) | 215 | depends on (BF537) |
@@ -560,14 +570,6 @@ endchoice | |||
560 | 570 | ||
561 | source "mm/Kconfig" | 571 | source "mm/Kconfig" |
562 | 572 | ||
563 | config LARGE_ALLOCS | ||
564 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
565 | help | ||
566 | Allow the slab memory allocator to keep chains for very large | ||
567 | memory sizes - upto 32MB. You may need this if your system has | ||
568 | a lot of RAM, and you need to able to allocate very large | ||
569 | contiguous chunks. If unsure, say N. | ||
570 | |||
571 | config BFIN_DMA_5XX | 573 | config BFIN_DMA_5XX |
572 | bool "Enable DMA Support" | 574 | bool "Enable DMA Support" |
573 | depends on (BF533 || BF532 || BF531 || BF537 || BF536 || BF534 || BF561) | 575 | depends on (BF533 || BF532 || BF531 || BF537 || BF536 || BF534 || BF561) |
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index 52d4dbdb2b1a..75e89c324756 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
@@ -15,6 +15,7 @@ GZFLAGS := -9 | |||
15 | CFLAGS_MODULE += -mlong-calls | 15 | CFLAGS_MODULE += -mlong-calls |
16 | KALLSYMS += --symbol-prefix=_ | 16 | KALLSYMS += --symbol-prefix=_ |
17 | 17 | ||
18 | KBUILD_DEFCONFIG := BF537-STAMP_defconfig | ||
18 | 19 | ||
19 | # setup the machine name and the machine dependent settings | 20 | # setup the machine name and the machine dependent settings |
20 | machine-$(CONFIG_BF531) := bf533 | 21 | machine-$(CONFIG_BF531) := bf533 |
diff --git a/arch/blackfin/configs/BF533-EZKIT_defconfig b/arch/blackfin/configs/BF533-EZKIT_defconfig new file mode 100644 index 000000000000..377c8e05e4ab --- /dev/null +++ b/arch/blackfin/configs/BF533-EZKIT_defconfig | |||
@@ -0,0 +1,1014 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.19.3 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_BFIN=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_UCLINUX=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_UTS_NS is not set | ||
40 | # CONFIG_AUDIT is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | # CONFIG_RELAY is not set | ||
43 | CONFIG_INITRAMFS_SOURCE="" | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
45 | CONFIG_SYSCTL=y | ||
46 | CONFIG_EMBEDDED=y | ||
47 | CONFIG_UID16=y | ||
48 | CONFIG_SYSCTL_SYSCALL=y | ||
49 | CONFIG_KALLSYMS=y | ||
50 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
51 | CONFIG_HOTPLUG=y | ||
52 | CONFIG_PRINTK=y | ||
53 | CONFIG_BUG=y | ||
54 | CONFIG_ELF_CORE=y | ||
55 | CONFIG_BASE_FULL=y | ||
56 | CONFIG_FUTEX=y | ||
57 | CONFIG_EPOLL=y | ||
58 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
59 | # CONFIG_LIMIT_PAGECACHE is not set | ||
60 | CONFIG_BUDDY=y | ||
61 | # CONFIG_NP2 is not set | ||
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | ||
64 | CONFIG_RT_MUTEXES=y | ||
65 | CONFIG_TINY_SHMEM=y | ||
66 | CONFIG_BASE_SMALL=0 | ||
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | ||
73 | CONFIG_MODULE_UNLOAD=y | ||
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
75 | # CONFIG_MODVERSIONS is not set | ||
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
77 | CONFIG_KMOD=y | ||
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | |||
85 | # | ||
86 | # IO Schedulers | ||
87 | # | ||
88 | CONFIG_IOSCHED_NOOP=y | ||
89 | CONFIG_IOSCHED_AS=y | ||
90 | # CONFIG_IOSCHED_DEADLINE is not set | ||
91 | CONFIG_IOSCHED_CFQ=y | ||
92 | CONFIG_DEFAULT_AS=y | ||
93 | # CONFIG_DEFAULT_DEADLINE is not set | ||
94 | # CONFIG_DEFAULT_CFQ is not set | ||
95 | # CONFIG_DEFAULT_NOOP is not set | ||
96 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
97 | # CONFIG_PREEMPT_NONE is not set | ||
98 | CONFIG_PREEMPT_VOLUNTARY=y | ||
99 | # CONFIG_PREEMPT is not set | ||
100 | |||
101 | # | ||
102 | # Blackfin Processor Options | ||
103 | # | ||
104 | |||
105 | # | ||
106 | # Processor and Board Settings | ||
107 | # | ||
108 | # CONFIG_BF531 is not set | ||
109 | # CONFIG_BF532 is not set | ||
110 | CONFIG_BF533=y | ||
111 | # CONFIG_BF534 is not set | ||
112 | # CONFIG_BF535 is not set | ||
113 | # CONFIG_BF536 is not set | ||
114 | # CONFIG_BF537 is not set | ||
115 | # CONFIG_BF561 is not set | ||
116 | # CONFIG_BF_REV_0_2 is not set | ||
117 | CONFIG_BF_REV_0_3=y | ||
118 | # CONFIG_BF_REV_0_4 is not set | ||
119 | # CONFIG_BF_REV_0_5 is not set | ||
120 | CONFIG_BFIN_SINGLE_CORE=y | ||
121 | CONFIG_BFIN533_EZKIT=y | ||
122 | # CONFIG_BFIN533_STAMP is not set | ||
123 | # CONFIG_BFIN537_STAMP is not set | ||
124 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
125 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
126 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
127 | # CONFIG_BFIN561_EZKIT is not set | ||
128 | # CONFIG_PNAV10 is not set | ||
129 | # CONFIG_GENERIC_BOARD is not set | ||
130 | CONFIG_MEM_MT48LC16M16A2TG_75=y | ||
131 | |||
132 | # | ||
133 | # BF533/2/1 Specific Configuration | ||
134 | # | ||
135 | |||
136 | # | ||
137 | # Interrupt Priority Assignment | ||
138 | # | ||
139 | |||
140 | # | ||
141 | # Priority | ||
142 | # | ||
143 | CONFIG_UART_ERROR=7 | ||
144 | CONFIG_SPORT0_ERROR=7 | ||
145 | CONFIG_SPI_ERROR=7 | ||
146 | CONFIG_SPORT1_ERROR=7 | ||
147 | CONFIG_PPI_ERROR=7 | ||
148 | CONFIG_DMA_ERROR=7 | ||
149 | CONFIG_PLLWAKE_ERROR=7 | ||
150 | CONFIG_RTC_ERROR=8 | ||
151 | CONFIG_DMA0_PPI=8 | ||
152 | CONFIG_DMA1_SPORT0RX=9 | ||
153 | CONFIG_DMA2_SPORT0TX=9 | ||
154 | CONFIG_DMA3_SPORT1RX=9 | ||
155 | CONFIG_DMA4_SPORT1TX=9 | ||
156 | CONFIG_DMA5_SPI=10 | ||
157 | CONFIG_DMA6_UARTRX=10 | ||
158 | CONFIG_DMA7_UARTTX=10 | ||
159 | CONFIG_TIMER0=11 | ||
160 | CONFIG_TIMER1=11 | ||
161 | CONFIG_TIMER2=11 | ||
162 | CONFIG_PFA=12 | ||
163 | CONFIG_PFB=12 | ||
164 | CONFIG_MEMDMA0=13 | ||
165 | CONFIG_MEMDMA1=13 | ||
166 | CONFIG_WDTIMER=13 | ||
167 | |||
168 | # | ||
169 | # Board customizations | ||
170 | # | ||
171 | |||
172 | # | ||
173 | # Board Setup | ||
174 | # | ||
175 | CONFIG_CLKIN_HZ=27000000 | ||
176 | CONFIG_MEM_SIZE=32 | ||
177 | CONFIG_MEM_ADD_WIDTH=9 | ||
178 | CONFIG_BOOT_LOAD=0x1000 | ||
179 | |||
180 | # | ||
181 | # Console UART Setup | ||
182 | # | ||
183 | # CONFIG_BAUD_9600 is not set | ||
184 | # CONFIG_BAUD_19200 is not set | ||
185 | # CONFIG_BAUD_38400 is not set | ||
186 | CONFIG_BAUD_57600=y | ||
187 | # CONFIG_BAUD_115200 is not set | ||
188 | CONFIG_BAUD_NO_PARITY=y | ||
189 | # CONFIG_BAUD_PARITY is not set | ||
190 | CONFIG_BAUD_1_STOPBIT=y | ||
191 | # CONFIG_BAUD_2_STOPBIT is not set | ||
192 | |||
193 | # | ||
194 | # Blackfin Kernel Optimizations | ||
195 | # | ||
196 | |||
197 | # | ||
198 | # Timer Tick | ||
199 | # | ||
200 | # CONFIG_HZ_100 is not set | ||
201 | CONFIG_HZ_250=y | ||
202 | # CONFIG_HZ_1000 is not set | ||
203 | CONFIG_HZ=250 | ||
204 | |||
205 | # | ||
206 | # Memory Optimizations | ||
207 | # | ||
208 | CONFIG_I_ENTRY_L1=y | ||
209 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
210 | CONFIG_DO_IRQ_L1=y | ||
211 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
212 | CONFIG_IDLE_L1=y | ||
213 | CONFIG_SCHEDULE_L1=y | ||
214 | CONFIG_ARITHMETIC_OPS_L1=y | ||
215 | CONFIG_ACCESS_OK_L1=y | ||
216 | CONFIG_MEMSET_L1=y | ||
217 | CONFIG_MEMCPY_L1=y | ||
218 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
219 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
220 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
221 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
222 | CONFIG_RAMKERNEL=y | ||
223 | # CONFIG_ROMKERNEL is not set | ||
224 | CONFIG_SELECT_MEMORY_MODEL=y | ||
225 | CONFIG_FLATMEM_MANUAL=y | ||
226 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
227 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
228 | CONFIG_FLATMEM=y | ||
229 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
230 | # CONFIG_SPARSEMEM_STATIC is not set | ||
231 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
232 | # CONFIG_RESOURCES_64BIT is not set | ||
233 | CONFIG_LARGE_ALLOCS=y | ||
234 | CONFIG_BFIN_DMA_5XX=y | ||
235 | # CONFIG_DMA_UNCACHED_2M is not set | ||
236 | CONFIG_DMA_UNCACHED_1M=y | ||
237 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
238 | |||
239 | # | ||
240 | # Cache Support | ||
241 | # | ||
242 | CONFIG_BLKFIN_CACHE=y | ||
243 | CONFIG_BLKFIN_DCACHE=y | ||
244 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
245 | # CONFIG_BLKFIN_CACHE_LOCK is not set | ||
246 | # CONFIG_BLKFIN_WB is not set | ||
247 | CONFIG_BLKFIN_WT=y | ||
248 | CONFIG_L1_MAX_PIECE=16 | ||
249 | |||
250 | # | ||
251 | # Clock Settings | ||
252 | # | ||
253 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
254 | |||
255 | # | ||
256 | # Asynchonous Memory Configuration | ||
257 | # | ||
258 | |||
259 | # | ||
260 | # EBIU_AMBCTL Global Control | ||
261 | # | ||
262 | CONFIG_C_AMCKEN=y | ||
263 | CONFIG_C_CDPRIO=y | ||
264 | # CONFIG_C_AMBEN is not set | ||
265 | # CONFIG_C_AMBEN_B0 is not set | ||
266 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
267 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
268 | CONFIG_C_AMBEN_ALL=y | ||
269 | |||
270 | # | ||
271 | # EBIU_AMBCTL Control | ||
272 | # | ||
273 | CONFIG_BANK_0=0x7BB0 | ||
274 | CONFIG_BANK_1=0x7BB0 | ||
275 | CONFIG_BANK_2=0x7BB0 | ||
276 | CONFIG_BANK_3=0x99B3 | ||
277 | |||
278 | # | ||
279 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
280 | # | ||
281 | # CONFIG_PCI is not set | ||
282 | |||
283 | # | ||
284 | # PCCARD (PCMCIA/CardBus) support | ||
285 | # | ||
286 | # CONFIG_PCCARD is not set | ||
287 | |||
288 | # | ||
289 | # PCI Hotplug Support | ||
290 | # | ||
291 | |||
292 | # | ||
293 | # Executable file formats | ||
294 | # | ||
295 | CONFIG_BINFMT_ELF_FDPIC=y | ||
296 | CONFIG_BINFMT_FLAT=y | ||
297 | CONFIG_BINFMT_ZFLAT=y | ||
298 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
299 | # CONFIG_BINFMT_MISC is not set | ||
300 | |||
301 | # | ||
302 | # Power management options | ||
303 | # | ||
304 | CONFIG_PM=y | ||
305 | CONFIG_PM_LEGACY=y | ||
306 | # CONFIG_PM_DEBUG is not set | ||
307 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
308 | CONFIG_PM_WAKEUP_GPIO_BY_SIC_IWR=y | ||
309 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
310 | # CONFIG_PM_WAKEUP_GPIO_API is not set | ||
311 | CONFIG_PM_WAKEUP_SIC_IWR=0x100000 | ||
312 | |||
313 | # | ||
314 | # CPU Frequency scaling | ||
315 | # | ||
316 | # CONFIG_CPU_FREQ is not set | ||
317 | |||
318 | # | ||
319 | # Networking | ||
320 | # | ||
321 | CONFIG_NET=y | ||
322 | |||
323 | # | ||
324 | # Networking options | ||
325 | # | ||
326 | # CONFIG_NETDEBUG is not set | ||
327 | CONFIG_PACKET=y | ||
328 | # CONFIG_PACKET_MMAP is not set | ||
329 | CONFIG_UNIX=y | ||
330 | CONFIG_XFRM=y | ||
331 | # CONFIG_XFRM_USER is not set | ||
332 | # CONFIG_XFRM_SUB_POLICY is not set | ||
333 | # CONFIG_NET_KEY is not set | ||
334 | CONFIG_INET=y | ||
335 | # CONFIG_IP_MULTICAST is not set | ||
336 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
337 | CONFIG_IP_FIB_HASH=y | ||
338 | CONFIG_IP_PNP=y | ||
339 | # CONFIG_IP_PNP_DHCP is not set | ||
340 | # CONFIG_IP_PNP_BOOTP is not set | ||
341 | # CONFIG_IP_PNP_RARP is not set | ||
342 | # CONFIG_NET_IPIP is not set | ||
343 | # CONFIG_NET_IPGRE is not set | ||
344 | # CONFIG_ARPD is not set | ||
345 | CONFIG_SYN_COOKIES=y | ||
346 | # CONFIG_INET_AH is not set | ||
347 | # CONFIG_INET_ESP is not set | ||
348 | # CONFIG_INET_IPCOMP is not set | ||
349 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
350 | # CONFIG_INET_TUNNEL is not set | ||
351 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
352 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
353 | CONFIG_INET_XFRM_MODE_BEET=y | ||
354 | CONFIG_INET_DIAG=y | ||
355 | CONFIG_INET_TCP_DIAG=y | ||
356 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
357 | CONFIG_TCP_CONG_CUBIC=y | ||
358 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
359 | # CONFIG_IPV6 is not set | ||
360 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
361 | # CONFIG_INET6_TUNNEL is not set | ||
362 | # CONFIG_NETLABEL is not set | ||
363 | # CONFIG_NETWORK_SECMARK is not set | ||
364 | # CONFIG_NETFILTER is not set | ||
365 | |||
366 | # | ||
367 | # DCCP Configuration (EXPERIMENTAL) | ||
368 | # | ||
369 | # CONFIG_IP_DCCP is not set | ||
370 | |||
371 | # | ||
372 | # SCTP Configuration (EXPERIMENTAL) | ||
373 | # | ||
374 | # CONFIG_IP_SCTP is not set | ||
375 | |||
376 | # | ||
377 | # TIPC Configuration (EXPERIMENTAL) | ||
378 | # | ||
379 | # CONFIG_TIPC is not set | ||
380 | # CONFIG_ATM is not set | ||
381 | # CONFIG_BRIDGE is not set | ||
382 | # CONFIG_VLAN_8021Q is not set | ||
383 | # CONFIG_DECNET is not set | ||
384 | # CONFIG_LLC2 is not set | ||
385 | # CONFIG_IPX is not set | ||
386 | # CONFIG_ATALK is not set | ||
387 | # CONFIG_X25 is not set | ||
388 | # CONFIG_LAPB is not set | ||
389 | # CONFIG_ECONET is not set | ||
390 | # CONFIG_WAN_ROUTER is not set | ||
391 | |||
392 | # | ||
393 | # QoS and/or fair queueing | ||
394 | # | ||
395 | # CONFIG_NET_SCHED is not set | ||
396 | |||
397 | # | ||
398 | # Network testing | ||
399 | # | ||
400 | # CONFIG_NET_PKTGEN is not set | ||
401 | # CONFIG_HAMRADIO is not set | ||
402 | # CONFIG_IRDA is not set | ||
403 | # CONFIG_BT is not set | ||
404 | # CONFIG_IEEE80211 is not set | ||
405 | |||
406 | # | ||
407 | # Device Drivers | ||
408 | # | ||
409 | |||
410 | # | ||
411 | # Generic Driver Options | ||
412 | # | ||
413 | CONFIG_STANDALONE=y | ||
414 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
415 | # CONFIG_FW_LOADER is not set | ||
416 | # CONFIG_SYS_HYPERVISOR is not set | ||
417 | |||
418 | # | ||
419 | # Connector - unified userspace <-> kernelspace linker | ||
420 | # | ||
421 | # CONFIG_CONNECTOR is not set | ||
422 | |||
423 | # | ||
424 | # Memory Technology Devices (MTD) | ||
425 | # | ||
426 | CONFIG_MTD=y | ||
427 | # CONFIG_MTD_DEBUG is not set | ||
428 | # CONFIG_MTD_CONCAT is not set | ||
429 | CONFIG_MTD_PARTITIONS=y | ||
430 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
431 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
432 | |||
433 | # | ||
434 | # User Modules And Translation Layers | ||
435 | # | ||
436 | CONFIG_MTD_CHAR=m | ||
437 | CONFIG_MTD_BLOCK=y | ||
438 | # CONFIG_FTL is not set | ||
439 | # CONFIG_NFTL is not set | ||
440 | # CONFIG_INFTL is not set | ||
441 | # CONFIG_RFD_FTL is not set | ||
442 | # CONFIG_SSFDC is not set | ||
443 | |||
444 | # | ||
445 | # RAM/ROM/Flash chip drivers | ||
446 | # | ||
447 | # CONFIG_MTD_CFI is not set | ||
448 | CONFIG_MTD_JEDECPROBE=m | ||
449 | CONFIG_MTD_GEN_PROBE=m | ||
450 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
451 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
452 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
453 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
454 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
455 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
456 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
457 | CONFIG_MTD_CFI_I1=y | ||
458 | CONFIG_MTD_CFI_I2=y | ||
459 | # CONFIG_MTD_CFI_I4 is not set | ||
460 | # CONFIG_MTD_CFI_I8 is not set | ||
461 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
462 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
463 | # CONFIG_MTD_CFI_STAA is not set | ||
464 | CONFIG_MTD_MW320D=m | ||
465 | CONFIG_MTD_RAM=y | ||
466 | CONFIG_MTD_ROM=m | ||
467 | # CONFIG_MTD_ABSENT is not set | ||
468 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
469 | |||
470 | # | ||
471 | # Mapping drivers for chip access | ||
472 | # | ||
473 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
474 | # CONFIG_MTD_PHYSMAP is not set | ||
475 | CONFIG_MTD_BF5xx=m | ||
476 | CONFIG_BFIN_FLASH_SIZE=0x400000 | ||
477 | CONFIG_EBIU_FLASH_BASE=0x20000000 | ||
478 | |||
479 | # | ||
480 | # FLASH_EBIU_AMBCTL Control | ||
481 | # | ||
482 | CONFIG_BFIN_FLASH_BANK_0=0x7BB0 | ||
483 | CONFIG_BFIN_FLASH_BANK_1=0x7BB0 | ||
484 | CONFIG_BFIN_FLASH_BANK_2=0x7BB0 | ||
485 | CONFIG_BFIN_FLASH_BANK_3=0x7BB0 | ||
486 | # CONFIG_MTD_UCLINUX is not set | ||
487 | # CONFIG_MTD_PLATRAM is not set | ||
488 | |||
489 | # | ||
490 | # Self-contained MTD device drivers | ||
491 | # | ||
492 | # CONFIG_MTD_SLRAM is not set | ||
493 | # CONFIG_MTD_PHRAM is not set | ||
494 | # CONFIG_MTD_MTDRAM is not set | ||
495 | # CONFIG_MTD_BLOCK2MTD is not set | ||
496 | |||
497 | # | ||
498 | # Disk-On-Chip Device Drivers | ||
499 | # | ||
500 | # CONFIG_MTD_DOC2000 is not set | ||
501 | # CONFIG_MTD_DOC2001 is not set | ||
502 | # CONFIG_MTD_DOC2001PLUS is not set | ||
503 | |||
504 | # | ||
505 | # NAND Flash Device Drivers | ||
506 | # | ||
507 | # CONFIG_MTD_NAND is not set | ||
508 | |||
509 | # | ||
510 | # OneNAND Flash Device Drivers | ||
511 | # | ||
512 | # CONFIG_MTD_ONENAND is not set | ||
513 | |||
514 | # | ||
515 | # Parallel port support | ||
516 | # | ||
517 | # CONFIG_PARPORT is not set | ||
518 | |||
519 | # | ||
520 | # Plug and Play support | ||
521 | # | ||
522 | |||
523 | # | ||
524 | # Block devices | ||
525 | # | ||
526 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
527 | # CONFIG_BLK_DEV_LOOP is not set | ||
528 | # CONFIG_BLK_DEV_NBD is not set | ||
529 | CONFIG_BLK_DEV_RAM=y | ||
530 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
531 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
532 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
533 | # CONFIG_BLK_DEV_INITRD is not set | ||
534 | # CONFIG_CDROM_PKTCDVD is not set | ||
535 | # CONFIG_ATA_OVER_ETH is not set | ||
536 | |||
537 | # | ||
538 | # Misc devices | ||
539 | # | ||
540 | # CONFIG_TIFM_CORE is not set | ||
541 | |||
542 | # | ||
543 | # ATA/ATAPI/MFM/RLL support | ||
544 | # | ||
545 | # CONFIG_IDE is not set | ||
546 | |||
547 | # | ||
548 | # SCSI device support | ||
549 | # | ||
550 | # CONFIG_RAID_ATTRS is not set | ||
551 | # CONFIG_SCSI is not set | ||
552 | # CONFIG_SCSI_NETLINK is not set | ||
553 | |||
554 | # | ||
555 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
556 | # | ||
557 | # CONFIG_ATA is not set | ||
558 | |||
559 | # | ||
560 | # Multi-device support (RAID and LVM) | ||
561 | # | ||
562 | # CONFIG_MD is not set | ||
563 | |||
564 | # | ||
565 | # Fusion MPT device support | ||
566 | # | ||
567 | # CONFIG_FUSION is not set | ||
568 | |||
569 | # | ||
570 | # IEEE 1394 (FireWire) support | ||
571 | # | ||
572 | |||
573 | # | ||
574 | # I2O device support | ||
575 | # | ||
576 | |||
577 | # | ||
578 | # Network device support | ||
579 | # | ||
580 | CONFIG_NETDEVICES=y | ||
581 | # CONFIG_DUMMY is not set | ||
582 | # CONFIG_BONDING is not set | ||
583 | # CONFIG_EQUALIZER is not set | ||
584 | # CONFIG_TUN is not set | ||
585 | |||
586 | # | ||
587 | # PHY device support | ||
588 | # | ||
589 | # CONFIG_PHYLIB is not set | ||
590 | |||
591 | # | ||
592 | # Ethernet (10 or 100Mbit) | ||
593 | # | ||
594 | CONFIG_NET_ETHERNET=y | ||
595 | CONFIG_MII=y | ||
596 | CONFIG_SMC91X=y | ||
597 | |||
598 | # | ||
599 | # Ethernet (1000 Mbit) | ||
600 | # | ||
601 | |||
602 | # | ||
603 | # Ethernet (10000 Mbit) | ||
604 | # | ||
605 | |||
606 | # | ||
607 | # Token Ring devices | ||
608 | # | ||
609 | |||
610 | # | ||
611 | # Wireless LAN (non-hamradio) | ||
612 | # | ||
613 | # CONFIG_NET_RADIO is not set | ||
614 | |||
615 | # | ||
616 | # Wan interfaces | ||
617 | # | ||
618 | # CONFIG_WAN is not set | ||
619 | # CONFIG_PPP is not set | ||
620 | # CONFIG_SLIP is not set | ||
621 | # CONFIG_SHAPER is not set | ||
622 | # CONFIG_NETCONSOLE is not set | ||
623 | # CONFIG_NETPOLL is not set | ||
624 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
625 | |||
626 | # | ||
627 | # ISDN subsystem | ||
628 | # | ||
629 | # CONFIG_ISDN is not set | ||
630 | |||
631 | # | ||
632 | # Telephony Support | ||
633 | # | ||
634 | # CONFIG_PHONE is not set | ||
635 | |||
636 | # | ||
637 | # Input device support | ||
638 | # | ||
639 | # CONFIG_INPUT is not set | ||
640 | |||
641 | # | ||
642 | # Hardware I/O ports | ||
643 | # | ||
644 | # CONFIG_SERIO is not set | ||
645 | # CONFIG_GAMEPORT is not set | ||
646 | |||
647 | # | ||
648 | # Character devices | ||
649 | # | ||
650 | # CONFIG_AD9960 is not set | ||
651 | # CONFIG_SPI_ADC_BF533 is not set | ||
652 | # CONFIG_BF533_PFLAGS is not set | ||
653 | # CONFIG_BF5xx_PPIFCD is not set | ||
654 | # CONFIG_BF5xx_TIMERS is not set | ||
655 | # CONFIG_BF5xx_PPI is not set | ||
656 | # CONFIG_BFIN_SPORT is not set | ||
657 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
658 | # CONFIG_VT is not set | ||
659 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
660 | |||
661 | # | ||
662 | # Serial drivers | ||
663 | # | ||
664 | # CONFIG_SERIAL_8250 is not set | ||
665 | |||
666 | # | ||
667 | # Non-8250 serial port support | ||
668 | # | ||
669 | CONFIG_SERIAL_BFIN=y | ||
670 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
671 | CONFIG_SERIAL_BFIN_DMA=y | ||
672 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
673 | CONFIG_SERIAL_BFIN_UART0=y | ||
674 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
675 | CONFIG_SERIAL_CORE=y | ||
676 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
677 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
678 | CONFIG_UNIX98_PTYS=y | ||
679 | # CONFIG_LEGACY_PTYS is not set | ||
680 | |||
681 | # | ||
682 | # CAN, the car bus and industrial fieldbus | ||
683 | # | ||
684 | # CONFIG_CAN4LINUX is not set | ||
685 | |||
686 | # | ||
687 | # IPMI | ||
688 | # | ||
689 | # CONFIG_IPMI_HANDLER is not set | ||
690 | |||
691 | # | ||
692 | # Watchdog Cards | ||
693 | # | ||
694 | # CONFIG_WATCHDOG is not set | ||
695 | CONFIG_HW_RANDOM=y | ||
696 | # CONFIG_GEN_RTC is not set | ||
697 | CONFIG_BLACKFIN_DPMC=y | ||
698 | # CONFIG_DTLK is not set | ||
699 | # CONFIG_R3964 is not set | ||
700 | |||
701 | # | ||
702 | # Ftape, the floppy tape device driver | ||
703 | # | ||
704 | # CONFIG_RAW_DRIVER is not set | ||
705 | |||
706 | # | ||
707 | # TPM devices | ||
708 | # | ||
709 | # CONFIG_TCG_TPM is not set | ||
710 | |||
711 | # | ||
712 | # I2C support | ||
713 | # | ||
714 | # CONFIG_I2C is not set | ||
715 | |||
716 | # | ||
717 | # SPI support | ||
718 | # | ||
719 | # CONFIG_SPI is not set | ||
720 | # CONFIG_SPI_MASTER is not set | ||
721 | |||
722 | # | ||
723 | # Dallas's 1-wire bus | ||
724 | # | ||
725 | # CONFIG_W1 is not set | ||
726 | |||
727 | # | ||
728 | # Hardware Monitoring support | ||
729 | # | ||
730 | CONFIG_HWMON=y | ||
731 | # CONFIG_HWMON_VID is not set | ||
732 | # CONFIG_SENSORS_ABITUGURU is not set | ||
733 | # CONFIG_SENSORS_F71805F is not set | ||
734 | # CONFIG_SENSORS_VT1211 is not set | ||
735 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
736 | |||
737 | # | ||
738 | # Multimedia devices | ||
739 | # | ||
740 | # CONFIG_VIDEO_DEV is not set | ||
741 | |||
742 | # | ||
743 | # Digital Video Broadcasting Devices | ||
744 | # | ||
745 | # CONFIG_DVB is not set | ||
746 | |||
747 | # | ||
748 | # Graphics support | ||
749 | # | ||
750 | CONFIG_FIRMWARE_EDID=y | ||
751 | # CONFIG_FB is not set | ||
752 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
753 | |||
754 | # | ||
755 | # Sound | ||
756 | # | ||
757 | # CONFIG_SOUND is not set | ||
758 | |||
759 | # | ||
760 | # USB support | ||
761 | # | ||
762 | CONFIG_USB_ARCH_HAS_HCD=y | ||
763 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
764 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
765 | # CONFIG_USB is not set | ||
766 | |||
767 | # | ||
768 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
769 | # | ||
770 | |||
771 | # | ||
772 | # USB Gadget Support | ||
773 | # | ||
774 | # CONFIG_USB_GADGET is not set | ||
775 | |||
776 | # | ||
777 | # MMC/SD Card support | ||
778 | # | ||
779 | # CONFIG_MMC is not set | ||
780 | |||
781 | # | ||
782 | # LED devices | ||
783 | # | ||
784 | # CONFIG_NEW_LEDS is not set | ||
785 | |||
786 | # | ||
787 | # LED drivers | ||
788 | # | ||
789 | |||
790 | # | ||
791 | # LED Triggers | ||
792 | # | ||
793 | |||
794 | # | ||
795 | # InfiniBand support | ||
796 | # | ||
797 | |||
798 | # | ||
799 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
800 | # | ||
801 | |||
802 | # | ||
803 | # Real Time Clock | ||
804 | # | ||
805 | CONFIG_RTC_LIB=y | ||
806 | CONFIG_RTC_CLASS=y | ||
807 | CONFIG_RTC_HCTOSYS=y | ||
808 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
809 | # CONFIG_RTC_DEBUG is not set | ||
810 | |||
811 | # | ||
812 | # RTC interfaces | ||
813 | # | ||
814 | CONFIG_RTC_INTF_SYSFS=y | ||
815 | CONFIG_RTC_INTF_PROC=y | ||
816 | CONFIG_RTC_INTF_DEV=y | ||
817 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
818 | |||
819 | # | ||
820 | # RTC drivers | ||
821 | # | ||
822 | # CONFIG_RTC_DRV_DS1553 is not set | ||
823 | # CONFIG_RTC_DRV_DS1742 is not set | ||
824 | # CONFIG_RTC_DRV_M48T86 is not set | ||
825 | # CONFIG_RTC_DRV_TEST is not set | ||
826 | # CONFIG_RTC_DRV_V3020 is not set | ||
827 | CONFIG_RTC_DRV_BFIN=y | ||
828 | |||
829 | # | ||
830 | # DMA Engine support | ||
831 | # | ||
832 | # CONFIG_DMA_ENGINE is not set | ||
833 | |||
834 | # | ||
835 | # DMA Clients | ||
836 | # | ||
837 | |||
838 | # | ||
839 | # DMA Devices | ||
840 | # | ||
841 | |||
842 | # | ||
843 | # PBX support | ||
844 | # | ||
845 | # CONFIG_PBX is not set | ||
846 | |||
847 | # | ||
848 | # File systems | ||
849 | # | ||
850 | CONFIG_EXT2_FS=y | ||
851 | CONFIG_EXT2_FS_XATTR=y | ||
852 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
853 | # CONFIG_EXT2_FS_SECURITY is not set | ||
854 | # CONFIG_EXT3_FS is not set | ||
855 | # CONFIG_EXT4DEV_FS is not set | ||
856 | CONFIG_FS_MBCACHE=y | ||
857 | # CONFIG_REISERFS_FS is not set | ||
858 | # CONFIG_JFS_FS is not set | ||
859 | # CONFIG_FS_POSIX_ACL is not set | ||
860 | # CONFIG_XFS_FS is not set | ||
861 | # CONFIG_GFS2_FS is not set | ||
862 | # CONFIG_OCFS2_FS is not set | ||
863 | # CONFIG_MINIX_FS is not set | ||
864 | # CONFIG_ROMFS_FS is not set | ||
865 | # CONFIG_INOTIFY is not set | ||
866 | # CONFIG_QUOTA is not set | ||
867 | # CONFIG_DNOTIFY is not set | ||
868 | # CONFIG_AUTOFS_FS is not set | ||
869 | # CONFIG_AUTOFS4_FS is not set | ||
870 | # CONFIG_FUSE_FS is not set | ||
871 | |||
872 | # | ||
873 | # CD-ROM/DVD Filesystems | ||
874 | # | ||
875 | # CONFIG_ISO9660_FS is not set | ||
876 | # CONFIG_UDF_FS is not set | ||
877 | |||
878 | # | ||
879 | # DOS/FAT/NT Filesystems | ||
880 | # | ||
881 | # CONFIG_MSDOS_FS is not set | ||
882 | # CONFIG_VFAT_FS is not set | ||
883 | # CONFIG_NTFS_FS is not set | ||
884 | |||
885 | # | ||
886 | # Pseudo filesystems | ||
887 | # | ||
888 | CONFIG_PROC_FS=y | ||
889 | CONFIG_PROC_SYSCTL=y | ||
890 | CONFIG_SYSFS=y | ||
891 | # CONFIG_TMPFS is not set | ||
892 | # CONFIG_HUGETLB_PAGE is not set | ||
893 | CONFIG_RAMFS=y | ||
894 | # CONFIG_CONFIGFS_FS is not set | ||
895 | |||
896 | # | ||
897 | # Miscellaneous filesystems | ||
898 | # | ||
899 | # CONFIG_ADFS_FS is not set | ||
900 | # CONFIG_AFFS_FS is not set | ||
901 | # CONFIG_HFS_FS is not set | ||
902 | # CONFIG_HFSPLUS_FS is not set | ||
903 | # CONFIG_BEFS_FS is not set | ||
904 | # CONFIG_BFS_FS is not set | ||
905 | # CONFIG_EFS_FS is not set | ||
906 | CONFIG_YAFFS_FS=m | ||
907 | CONFIG_YAFFS_YAFFS1=y | ||
908 | # CONFIG_YAFFS_DOES_ECC is not set | ||
909 | CONFIG_YAFFS_YAFFS2=y | ||
910 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
911 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
912 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
913 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
914 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
915 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
916 | # CONFIG_JFFS_FS is not set | ||
917 | CONFIG_JFFS2_FS=m | ||
918 | CONFIG_JFFS2_FS_DEBUG=0 | ||
919 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
920 | # CONFIG_JFFS2_SUMMARY is not set | ||
921 | # CONFIG_JFFS2_FS_XATTR is not set | ||
922 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
923 | CONFIG_JFFS2_ZLIB=y | ||
924 | CONFIG_JFFS2_RTIME=y | ||
925 | # CONFIG_JFFS2_RUBIN is not set | ||
926 | # CONFIG_CRAMFS is not set | ||
927 | # CONFIG_VXFS_FS is not set | ||
928 | # CONFIG_HPFS_FS is not set | ||
929 | # CONFIG_QNX4FS_FS is not set | ||
930 | # CONFIG_SYSV_FS is not set | ||
931 | # CONFIG_UFS_FS is not set | ||
932 | |||
933 | # | ||
934 | # Network File Systems | ||
935 | # | ||
936 | CONFIG_NFS_FS=m | ||
937 | CONFIG_NFS_V3=y | ||
938 | # CONFIG_NFS_V3_ACL is not set | ||
939 | # CONFIG_NFS_V4 is not set | ||
940 | # CONFIG_NFS_DIRECTIO is not set | ||
941 | # CONFIG_NFSD is not set | ||
942 | CONFIG_LOCKD=m | ||
943 | CONFIG_LOCKD_V4=y | ||
944 | CONFIG_NFS_COMMON=y | ||
945 | CONFIG_SUNRPC=m | ||
946 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
947 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
948 | # CONFIG_SMB_FS is not set | ||
949 | # CONFIG_CIFS is not set | ||
950 | # CONFIG_NCP_FS is not set | ||
951 | # CONFIG_CODA_FS is not set | ||
952 | # CONFIG_AFS_FS is not set | ||
953 | # CONFIG_9P_FS is not set | ||
954 | |||
955 | # | ||
956 | # Partition Types | ||
957 | # | ||
958 | # CONFIG_PARTITION_ADVANCED is not set | ||
959 | CONFIG_MSDOS_PARTITION=y | ||
960 | |||
961 | # | ||
962 | # Native Language Support | ||
963 | # | ||
964 | # CONFIG_NLS is not set | ||
965 | |||
966 | # | ||
967 | # Profiling support | ||
968 | # | ||
969 | # CONFIG_PROFILING is not set | ||
970 | |||
971 | # | ||
972 | # Kernel hacking | ||
973 | # | ||
974 | # CONFIG_PRINTK_TIME is not set | ||
975 | CONFIG_ENABLE_MUST_CHECK=y | ||
976 | # CONFIG_MAGIC_SYSRQ is not set | ||
977 | # CONFIG_UNUSED_SYMBOLS is not set | ||
978 | # CONFIG_DEBUG_KERNEL is not set | ||
979 | CONFIG_LOG_BUF_SHIFT=14 | ||
980 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
981 | # CONFIG_DEBUG_FS is not set | ||
982 | # CONFIG_UNWIND_INFO is not set | ||
983 | # CONFIG_HEADERS_CHECK is not set | ||
984 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
985 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
986 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
987 | # CONFIG_BOOTPARAM is not set | ||
988 | # CONFIG_NO_KERNEL_MSG is not set | ||
989 | CONFIG_CPLB_INFO=y | ||
990 | # CONFIG_NO_ACCESS_CHECK is not set | ||
991 | |||
992 | # | ||
993 | # Security options | ||
994 | # | ||
995 | # CONFIG_KEYS is not set | ||
996 | CONFIG_SECURITY=y | ||
997 | # CONFIG_SECURITY_NETWORK is not set | ||
998 | CONFIG_SECURITY_CAPABILITIES=y | ||
999 | |||
1000 | # | ||
1001 | # Cryptographic options | ||
1002 | # | ||
1003 | # CONFIG_CRYPTO is not set | ||
1004 | |||
1005 | # | ||
1006 | # Library routines | ||
1007 | # | ||
1008 | # CONFIG_CRC_CCITT is not set | ||
1009 | # CONFIG_CRC16 is not set | ||
1010 | CONFIG_CRC32=y | ||
1011 | # CONFIG_LIBCRC32C is not set | ||
1012 | CONFIG_ZLIB_INFLATE=y | ||
1013 | CONFIG_ZLIB_DEFLATE=m | ||
1014 | CONFIG_PLIST=y | ||
diff --git a/arch/blackfin/configs/BF533-STAMP_defconfig b/arch/blackfin/configs/BF533-STAMP_defconfig new file mode 100644 index 000000000000..14a948c288a5 --- /dev/null +++ b/arch/blackfin/configs/BF533-STAMP_defconfig | |||
@@ -0,0 +1,1296 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.20.4 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_BFIN=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | # CONFIG_GENERIC_TIME is not set | ||
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_UTS_NS is not set | ||
40 | # CONFIG_AUDIT is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | CONFIG_SYSFS_DEPRECATED=y | ||
43 | # CONFIG_RELAY is not set | ||
44 | CONFIG_INITRAMFS_SOURCE="" | ||
45 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
46 | CONFIG_SYSCTL=y | ||
47 | CONFIG_EMBEDDED=y | ||
48 | CONFIG_UID16=y | ||
49 | CONFIG_SYSCTL_SYSCALL=y | ||
50 | CONFIG_KALLSYMS=y | ||
51 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
52 | CONFIG_HOTPLUG=y | ||
53 | CONFIG_PRINTK=y | ||
54 | CONFIG_BUG=y | ||
55 | CONFIG_ELF_CORE=y | ||
56 | CONFIG_BASE_FULL=y | ||
57 | CONFIG_FUTEX=y | ||
58 | CONFIG_EPOLL=y | ||
59 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
60 | # CONFIG_LIMIT_PAGECACHE is not set | ||
61 | CONFIG_BUDDY=y | ||
62 | # CONFIG_NP2 is not set | ||
63 | CONFIG_SLAB=y | ||
64 | CONFIG_VM_EVENT_COUNTERS=y | ||
65 | CONFIG_RT_MUTEXES=y | ||
66 | CONFIG_TINY_SHMEM=y | ||
67 | CONFIG_BASE_SMALL=0 | ||
68 | # CONFIG_SLOB is not set | ||
69 | |||
70 | # | ||
71 | # Loadable module support | ||
72 | # | ||
73 | CONFIG_MODULES=y | ||
74 | CONFIG_MODULE_UNLOAD=y | ||
75 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
76 | # CONFIG_MODVERSIONS is not set | ||
77 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
78 | CONFIG_KMOD=y | ||
79 | |||
80 | # | ||
81 | # Block layer | ||
82 | # | ||
83 | CONFIG_BLOCK=y | ||
84 | # CONFIG_LBD is not set | ||
85 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
86 | # CONFIG_LSF is not set | ||
87 | |||
88 | # | ||
89 | # IO Schedulers | ||
90 | # | ||
91 | CONFIG_IOSCHED_NOOP=y | ||
92 | CONFIG_IOSCHED_AS=y | ||
93 | # CONFIG_IOSCHED_DEADLINE is not set | ||
94 | CONFIG_IOSCHED_CFQ=y | ||
95 | CONFIG_DEFAULT_AS=y | ||
96 | # CONFIG_DEFAULT_DEADLINE is not set | ||
97 | # CONFIG_DEFAULT_CFQ is not set | ||
98 | # CONFIG_DEFAULT_NOOP is not set | ||
99 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
100 | # CONFIG_PREEMPT_NONE is not set | ||
101 | CONFIG_PREEMPT_VOLUNTARY=y | ||
102 | # CONFIG_PREEMPT is not set | ||
103 | |||
104 | # | ||
105 | # Blackfin Processor Options | ||
106 | # | ||
107 | |||
108 | # | ||
109 | # Processor and Board Settings | ||
110 | # | ||
111 | # CONFIG_BF531 is not set | ||
112 | # CONFIG_BF532 is not set | ||
113 | CONFIG_BF533=y | ||
114 | # CONFIG_BF534 is not set | ||
115 | # CONFIG_BF536 is not set | ||
116 | # CONFIG_BF537 is not set | ||
117 | # CONFIG_BF561 is not set | ||
118 | # CONFIG_BF_REV_0_2 is not set | ||
119 | CONFIG_BF_REV_0_3=y | ||
120 | # CONFIG_BF_REV_0_4 is not set | ||
121 | # CONFIG_BF_REV_0_5 is not set | ||
122 | CONFIG_BFIN_SINGLE_CORE=y | ||
123 | # CONFIG_BFIN533_EZKIT is not set | ||
124 | CONFIG_BFIN533_STAMP=y | ||
125 | # CONFIG_BFIN537_STAMP is not set | ||
126 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
127 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
128 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
129 | # CONFIG_BFIN561_EZKIT is not set | ||
130 | # CONFIG_PNAV10 is not set | ||
131 | # CONFIG_GENERIC_BOARD is not set | ||
132 | CONFIG_MEM_MT48LC64M4A2FB_7E=y | ||
133 | CONFIG_BFIN_SHARED_FLASH_ENET=y | ||
134 | |||
135 | # | ||
136 | # BF533/2/1 Specific Configuration | ||
137 | # | ||
138 | |||
139 | # | ||
140 | # Interrupt Priority Assignment | ||
141 | # | ||
142 | |||
143 | # | ||
144 | # Priority | ||
145 | # | ||
146 | CONFIG_UART_ERROR=7 | ||
147 | CONFIG_SPORT0_ERROR=7 | ||
148 | CONFIG_SPI_ERROR=7 | ||
149 | CONFIG_SPORT1_ERROR=7 | ||
150 | CONFIG_PPI_ERROR=7 | ||
151 | CONFIG_DMA_ERROR=7 | ||
152 | CONFIG_PLLWAKE_ERROR=7 | ||
153 | CONFIG_RTC_ERROR=8 | ||
154 | CONFIG_DMA0_PPI=8 | ||
155 | CONFIG_DMA1_SPORT0RX=9 | ||
156 | CONFIG_DMA2_SPORT0TX=9 | ||
157 | CONFIG_DMA3_SPORT1RX=9 | ||
158 | CONFIG_DMA4_SPORT1TX=9 | ||
159 | CONFIG_DMA5_SPI=10 | ||
160 | CONFIG_DMA6_UARTRX=10 | ||
161 | CONFIG_DMA7_UARTTX=10 | ||
162 | CONFIG_TIMER0=11 | ||
163 | CONFIG_TIMER1=11 | ||
164 | CONFIG_TIMER2=11 | ||
165 | CONFIG_PFA=12 | ||
166 | CONFIG_PFB=12 | ||
167 | CONFIG_MEMDMA0=13 | ||
168 | CONFIG_MEMDMA1=13 | ||
169 | CONFIG_WDTIMER=13 | ||
170 | |||
171 | # | ||
172 | # Board customizations | ||
173 | # | ||
174 | # CONFIG_CMDLINE_BOOL is not set | ||
175 | |||
176 | # | ||
177 | # Board Setup | ||
178 | # | ||
179 | CONFIG_CLKIN_HZ=11059200 | ||
180 | CONFIG_MEM_SIZE=128 | ||
181 | CONFIG_MEM_ADD_WIDTH=11 | ||
182 | CONFIG_ENET_FLASH_PIN=0 | ||
183 | CONFIG_BOOT_LOAD=0x1000 | ||
184 | |||
185 | # | ||
186 | # LED Status Indicators | ||
187 | # | ||
188 | # CONFIG_BFIN_ALIVE_LED is not set | ||
189 | # CONFIG_BFIN_IDLE_LED is not set | ||
190 | CONFIG_BFIN_ALIVE_LED_PORT=0xFFC00700 | ||
191 | CONFIG_BFIN_ALIVE_LED_DPORT=0xFFC00730 | ||
192 | CONFIG_BFIN_IDLE_LED_PORT=0xFFC00700 | ||
193 | CONFIG_BFIN_IDLE_LED_DPORT=0xFFC00730 | ||
194 | |||
195 | # | ||
196 | # Console UART Setup | ||
197 | # | ||
198 | # CONFIG_BAUD_9600 is not set | ||
199 | # CONFIG_BAUD_19200 is not set | ||
200 | # CONFIG_BAUD_38400 is not set | ||
201 | CONFIG_BAUD_57600=y | ||
202 | # CONFIG_BAUD_115200 is not set | ||
203 | CONFIG_BAUD_NO_PARITY=y | ||
204 | # CONFIG_BAUD_PARITY is not set | ||
205 | CONFIG_BAUD_1_STOPBIT=y | ||
206 | # CONFIG_BAUD_2_STOPBIT is not set | ||
207 | |||
208 | # | ||
209 | # Blackfin Kernel Optimizations | ||
210 | # | ||
211 | |||
212 | # | ||
213 | # Timer Tick | ||
214 | # | ||
215 | # CONFIG_HZ_100 is not set | ||
216 | CONFIG_HZ_250=y | ||
217 | # CONFIG_HZ_300 is not set | ||
218 | # CONFIG_HZ_1000 is not set | ||
219 | CONFIG_HZ=250 | ||
220 | |||
221 | # | ||
222 | # Memory Optimizations | ||
223 | # | ||
224 | CONFIG_I_ENTRY_L1=y | ||
225 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
226 | CONFIG_DO_IRQ_L1=y | ||
227 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
228 | CONFIG_IDLE_L1=y | ||
229 | CONFIG_SCHEDULE_L1=y | ||
230 | CONFIG_ARITHMETIC_OPS_L1=y | ||
231 | CONFIG_ACCESS_OK_L1=y | ||
232 | CONFIG_MEMSET_L1=y | ||
233 | CONFIG_MEMCPY_L1=y | ||
234 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
235 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
236 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
237 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
238 | CONFIG_RAMKERNEL=y | ||
239 | # CONFIG_ROMKERNEL is not set | ||
240 | CONFIG_SELECT_MEMORY_MODEL=y | ||
241 | CONFIG_FLATMEM_MANUAL=y | ||
242 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
243 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
244 | CONFIG_FLATMEM=y | ||
245 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
246 | # CONFIG_SPARSEMEM_STATIC is not set | ||
247 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
248 | # CONFIG_RESOURCES_64BIT is not set | ||
249 | CONFIG_LARGE_ALLOCS=y | ||
250 | CONFIG_BFIN_DMA_5XX=y | ||
251 | # CONFIG_DMA_UNCACHED_2M is not set | ||
252 | CONFIG_DMA_UNCACHED_1M=y | ||
253 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
254 | |||
255 | # | ||
256 | # Cache Support | ||
257 | # | ||
258 | CONFIG_BLKFIN_CACHE=y | ||
259 | CONFIG_BLKFIN_DCACHE=y | ||
260 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
261 | # CONFIG_BLKFIN_CACHE_LOCK is not set | ||
262 | # CONFIG_BLKFIN_WB is not set | ||
263 | CONFIG_BLKFIN_WT=y | ||
264 | CONFIG_L1_MAX_PIECE=16 | ||
265 | |||
266 | # | ||
267 | # Clock Settings | ||
268 | # | ||
269 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
270 | |||
271 | # | ||
272 | # Asynchonous Memory Configuration | ||
273 | # | ||
274 | |||
275 | # | ||
276 | # EBIU_AMBCTL Global Control | ||
277 | # | ||
278 | CONFIG_C_AMCKEN=y | ||
279 | CONFIG_C_CDPRIO=y | ||
280 | # CONFIG_C_AMBEN is not set | ||
281 | # CONFIG_C_AMBEN_B0 is not set | ||
282 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
283 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
284 | CONFIG_C_AMBEN_ALL=y | ||
285 | |||
286 | # | ||
287 | # EBIU_AMBCTL Control | ||
288 | # | ||
289 | CONFIG_BANK_0=0x7BB0 | ||
290 | CONFIG_BANK_1=0x7BB0 | ||
291 | CONFIG_BANK_2=0x7BB0 | ||
292 | CONFIG_BANK_3=0x99B3 | ||
293 | |||
294 | # | ||
295 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
296 | # | ||
297 | # CONFIG_PCI is not set | ||
298 | |||
299 | # | ||
300 | # PCCARD (PCMCIA/CardBus) support | ||
301 | # | ||
302 | # CONFIG_PCCARD is not set | ||
303 | |||
304 | # | ||
305 | # PCI Hotplug Support | ||
306 | # | ||
307 | |||
308 | # | ||
309 | # Executable file formats | ||
310 | # | ||
311 | CONFIG_BINFMT_ELF_FDPIC=y | ||
312 | CONFIG_BINFMT_FLAT=y | ||
313 | CONFIG_BINFMT_ZFLAT=y | ||
314 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
315 | # CONFIG_BINFMT_MISC is not set | ||
316 | |||
317 | # | ||
318 | # Power management options | ||
319 | # | ||
320 | CONFIG_PM=y | ||
321 | CONFIG_PM_LEGACY=y | ||
322 | # CONFIG_PM_DEBUG is not set | ||
323 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
324 | CONFIG_PM_WAKEUP_GPIO_BY_SIC_IWR=y | ||
325 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
326 | # CONFIG_PM_WAKEUP_GPIO_API is not set | ||
327 | CONFIG_PM_WAKEUP_SIC_IWR=0x100000 | ||
328 | |||
329 | # | ||
330 | # CPU Frequency scaling | ||
331 | # | ||
332 | # CONFIG_CPU_FREQ is not set | ||
333 | |||
334 | # | ||
335 | # Networking | ||
336 | # | ||
337 | CONFIG_NET=y | ||
338 | |||
339 | # | ||
340 | # Networking options | ||
341 | # | ||
342 | # CONFIG_NETDEBUG is not set | ||
343 | CONFIG_PACKET=y | ||
344 | # CONFIG_PACKET_MMAP is not set | ||
345 | CONFIG_UNIX=y | ||
346 | CONFIG_XFRM=y | ||
347 | # CONFIG_XFRM_USER is not set | ||
348 | # CONFIG_XFRM_SUB_POLICY is not set | ||
349 | # CONFIG_NET_KEY is not set | ||
350 | CONFIG_INET=y | ||
351 | # CONFIG_IP_MULTICAST is not set | ||
352 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
353 | CONFIG_IP_FIB_HASH=y | ||
354 | CONFIG_IP_PNP=y | ||
355 | # CONFIG_IP_PNP_DHCP is not set | ||
356 | # CONFIG_IP_PNP_BOOTP is not set | ||
357 | # CONFIG_IP_PNP_RARP is not set | ||
358 | # CONFIG_NET_IPIP is not set | ||
359 | # CONFIG_NET_IPGRE is not set | ||
360 | # CONFIG_ARPD is not set | ||
361 | CONFIG_SYN_COOKIES=y | ||
362 | # CONFIG_INET_AH is not set | ||
363 | # CONFIG_INET_ESP is not set | ||
364 | # CONFIG_INET_IPCOMP is not set | ||
365 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
366 | # CONFIG_INET_TUNNEL is not set | ||
367 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
368 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
369 | CONFIG_INET_XFRM_MODE_BEET=y | ||
370 | CONFIG_INET_DIAG=y | ||
371 | CONFIG_INET_TCP_DIAG=y | ||
372 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
373 | CONFIG_TCP_CONG_CUBIC=y | ||
374 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
375 | # CONFIG_TCP_MD5SIG is not set | ||
376 | # CONFIG_IPV6 is not set | ||
377 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
378 | # CONFIG_INET6_TUNNEL is not set | ||
379 | # CONFIG_NETLABEL is not set | ||
380 | # CONFIG_NETWORK_SECMARK is not set | ||
381 | # CONFIG_NETFILTER is not set | ||
382 | |||
383 | # | ||
384 | # DCCP Configuration (EXPERIMENTAL) | ||
385 | # | ||
386 | # CONFIG_IP_DCCP is not set | ||
387 | |||
388 | # | ||
389 | # SCTP Configuration (EXPERIMENTAL) | ||
390 | # | ||
391 | # CONFIG_IP_SCTP is not set | ||
392 | |||
393 | # | ||
394 | # TIPC Configuration (EXPERIMENTAL) | ||
395 | # | ||
396 | # CONFIG_TIPC is not set | ||
397 | # CONFIG_ATM is not set | ||
398 | # CONFIG_BRIDGE is not set | ||
399 | # CONFIG_VLAN_8021Q is not set | ||
400 | # CONFIG_DECNET is not set | ||
401 | # CONFIG_LLC2 is not set | ||
402 | # CONFIG_IPX is not set | ||
403 | # CONFIG_ATALK is not set | ||
404 | # CONFIG_X25 is not set | ||
405 | # CONFIG_LAPB is not set | ||
406 | # CONFIG_ECONET is not set | ||
407 | # CONFIG_WAN_ROUTER is not set | ||
408 | |||
409 | # | ||
410 | # QoS and/or fair queueing | ||
411 | # | ||
412 | # CONFIG_NET_SCHED is not set | ||
413 | |||
414 | # | ||
415 | # Network testing | ||
416 | # | ||
417 | # CONFIG_NET_PKTGEN is not set | ||
418 | # CONFIG_HAMRADIO is not set | ||
419 | CONFIG_IRDA=m | ||
420 | |||
421 | # | ||
422 | # IrDA protocols | ||
423 | # | ||
424 | CONFIG_IRLAN=m | ||
425 | CONFIG_IRCOMM=m | ||
426 | # CONFIG_IRDA_ULTRA is not set | ||
427 | |||
428 | # | ||
429 | # IrDA options | ||
430 | # | ||
431 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
432 | # CONFIG_IRDA_FAST_RR is not set | ||
433 | # CONFIG_IRDA_DEBUG is not set | ||
434 | |||
435 | # | ||
436 | # Infrared-port device drivers | ||
437 | # | ||
438 | |||
439 | # | ||
440 | # SIR device drivers | ||
441 | # | ||
442 | CONFIG_IRTTY_SIR=m | ||
443 | |||
444 | # | ||
445 | # Dongle support | ||
446 | # | ||
447 | # CONFIG_DONGLE is not set | ||
448 | |||
449 | # | ||
450 | # Old SIR device drivers | ||
451 | # | ||
452 | # CONFIG_IRPORT_SIR is not set | ||
453 | |||
454 | # | ||
455 | # Old Serial dongle support | ||
456 | # | ||
457 | |||
458 | # | ||
459 | # FIR device drivers | ||
460 | # | ||
461 | # CONFIG_BT is not set | ||
462 | # CONFIG_IEEE80211 is not set | ||
463 | |||
464 | # | ||
465 | # Device Drivers | ||
466 | # | ||
467 | |||
468 | # | ||
469 | # Generic Driver Options | ||
470 | # | ||
471 | CONFIG_STANDALONE=y | ||
472 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
473 | # CONFIG_FW_LOADER is not set | ||
474 | # CONFIG_SYS_HYPERVISOR is not set | ||
475 | |||
476 | # | ||
477 | # Connector - unified userspace <-> kernelspace linker | ||
478 | # | ||
479 | # CONFIG_CONNECTOR is not set | ||
480 | |||
481 | # | ||
482 | # Memory Technology Devices (MTD) | ||
483 | # | ||
484 | CONFIG_MTD=y | ||
485 | # CONFIG_MTD_DEBUG is not set | ||
486 | # CONFIG_MTD_CONCAT is not set | ||
487 | CONFIG_MTD_PARTITIONS=y | ||
488 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
489 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
490 | |||
491 | # | ||
492 | # User Modules And Translation Layers | ||
493 | # | ||
494 | CONFIG_MTD_CHAR=m | ||
495 | CONFIG_MTD_BLKDEVS=y | ||
496 | CONFIG_MTD_BLOCK=y | ||
497 | # CONFIG_FTL is not set | ||
498 | # CONFIG_NFTL is not set | ||
499 | # CONFIG_INFTL is not set | ||
500 | # CONFIG_RFD_FTL is not set | ||
501 | # CONFIG_SSFDC is not set | ||
502 | |||
503 | # | ||
504 | # RAM/ROM/Flash chip drivers | ||
505 | # | ||
506 | # CONFIG_MTD_CFI is not set | ||
507 | CONFIG_MTD_JEDECPROBE=m | ||
508 | CONFIG_MTD_GEN_PROBE=m | ||
509 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
510 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
511 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
512 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
513 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
514 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
515 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
516 | CONFIG_MTD_CFI_I1=y | ||
517 | CONFIG_MTD_CFI_I2=y | ||
518 | # CONFIG_MTD_CFI_I4 is not set | ||
519 | # CONFIG_MTD_CFI_I8 is not set | ||
520 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
521 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
522 | # CONFIG_MTD_CFI_STAA is not set | ||
523 | CONFIG_MTD_MW320D=m | ||
524 | CONFIG_MTD_RAM=y | ||
525 | CONFIG_MTD_ROM=m | ||
526 | # CONFIG_MTD_ABSENT is not set | ||
527 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
528 | |||
529 | # | ||
530 | # Mapping drivers for chip access | ||
531 | # | ||
532 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
533 | # CONFIG_MTD_PHYSMAP is not set | ||
534 | CONFIG_MTD_BF5xx=m | ||
535 | CONFIG_BFIN_FLASH_SIZE=0x400000 | ||
536 | CONFIG_EBIU_FLASH_BASE=0x20000000 | ||
537 | |||
538 | # | ||
539 | # FLASH_EBIU_AMBCTL Control | ||
540 | # | ||
541 | CONFIG_BFIN_FLASH_BANK_0=0x7BB0 | ||
542 | CONFIG_BFIN_FLASH_BANK_1=0x7BB0 | ||
543 | CONFIG_BFIN_FLASH_BANK_2=0x7BB0 | ||
544 | CONFIG_BFIN_FLASH_BANK_3=0x7BB0 | ||
545 | # CONFIG_MTD_UCLINUX is not set | ||
546 | # CONFIG_MTD_PLATRAM is not set | ||
547 | |||
548 | # | ||
549 | # Self-contained MTD device drivers | ||
550 | # | ||
551 | # CONFIG_MTD_DATAFLASH is not set | ||
552 | # CONFIG_MTD_M25P80 is not set | ||
553 | # CONFIG_MTD_SLRAM is not set | ||
554 | # CONFIG_MTD_PHRAM is not set | ||
555 | # CONFIG_MTD_MTDRAM is not set | ||
556 | # CONFIG_MTD_BLOCK2MTD is not set | ||
557 | |||
558 | # | ||
559 | # Disk-On-Chip Device Drivers | ||
560 | # | ||
561 | # CONFIG_MTD_DOC2000 is not set | ||
562 | # CONFIG_MTD_DOC2001 is not set | ||
563 | # CONFIG_MTD_DOC2001PLUS is not set | ||
564 | |||
565 | # | ||
566 | # NAND Flash Device Drivers | ||
567 | # | ||
568 | # CONFIG_MTD_NAND is not set | ||
569 | |||
570 | # | ||
571 | # OneNAND Flash Device Drivers | ||
572 | # | ||
573 | # CONFIG_MTD_ONENAND is not set | ||
574 | |||
575 | # | ||
576 | # Parallel port support | ||
577 | # | ||
578 | # CONFIG_PARPORT is not set | ||
579 | |||
580 | # | ||
581 | # Plug and Play support | ||
582 | # | ||
583 | |||
584 | # | ||
585 | # Block devices | ||
586 | # | ||
587 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
588 | # CONFIG_BLK_DEV_LOOP is not set | ||
589 | # CONFIG_BLK_DEV_NBD is not set | ||
590 | CONFIG_BLK_DEV_RAM=y | ||
591 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
592 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
593 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
594 | # CONFIG_BLK_DEV_INITRD is not set | ||
595 | # CONFIG_CDROM_PKTCDVD is not set | ||
596 | # CONFIG_ATA_OVER_ETH is not set | ||
597 | |||
598 | # | ||
599 | # Misc devices | ||
600 | # | ||
601 | # CONFIG_TIFM_CORE is not set | ||
602 | |||
603 | # | ||
604 | # ATA/ATAPI/MFM/RLL support | ||
605 | # | ||
606 | # CONFIG_IDE is not set | ||
607 | |||
608 | # | ||
609 | # SCSI device support | ||
610 | # | ||
611 | # CONFIG_RAID_ATTRS is not set | ||
612 | # CONFIG_SCSI is not set | ||
613 | # CONFIG_SCSI_NETLINK is not set | ||
614 | |||
615 | # | ||
616 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
617 | # | ||
618 | # CONFIG_ATA is not set | ||
619 | |||
620 | # | ||
621 | # Multi-device support (RAID and LVM) | ||
622 | # | ||
623 | # CONFIG_MD is not set | ||
624 | |||
625 | # | ||
626 | # Fusion MPT device support | ||
627 | # | ||
628 | # CONFIG_FUSION is not set | ||
629 | |||
630 | # | ||
631 | # IEEE 1394 (FireWire) support | ||
632 | # | ||
633 | |||
634 | # | ||
635 | # I2O device support | ||
636 | # | ||
637 | |||
638 | # | ||
639 | # Network device support | ||
640 | # | ||
641 | CONFIG_NETDEVICES=y | ||
642 | # CONFIG_DUMMY is not set | ||
643 | # CONFIG_BONDING is not set | ||
644 | # CONFIG_EQUALIZER is not set | ||
645 | # CONFIG_TUN is not set | ||
646 | |||
647 | # | ||
648 | # PHY device support | ||
649 | # | ||
650 | # CONFIG_PHYLIB is not set | ||
651 | |||
652 | # | ||
653 | # Ethernet (10 or 100Mbit) | ||
654 | # | ||
655 | CONFIG_NET_ETHERNET=y | ||
656 | CONFIG_MII=y | ||
657 | CONFIG_SMC91X=y | ||
658 | |||
659 | # | ||
660 | # Ethernet (1000 Mbit) | ||
661 | # | ||
662 | |||
663 | # | ||
664 | # Ethernet (10000 Mbit) | ||
665 | # | ||
666 | |||
667 | # | ||
668 | # Token Ring devices | ||
669 | # | ||
670 | |||
671 | # | ||
672 | # Wireless LAN (non-hamradio) | ||
673 | # | ||
674 | # CONFIG_NET_RADIO is not set | ||
675 | |||
676 | # | ||
677 | # Wan interfaces | ||
678 | # | ||
679 | # CONFIG_WAN is not set | ||
680 | # CONFIG_PPP is not set | ||
681 | # CONFIG_SLIP is not set | ||
682 | # CONFIG_SHAPER is not set | ||
683 | # CONFIG_NETCONSOLE is not set | ||
684 | # CONFIG_NETPOLL is not set | ||
685 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
686 | |||
687 | # | ||
688 | # ISDN subsystem | ||
689 | # | ||
690 | # CONFIG_ISDN is not set | ||
691 | |||
692 | # | ||
693 | # Telephony Support | ||
694 | # | ||
695 | # CONFIG_PHONE is not set | ||
696 | |||
697 | # | ||
698 | # Input device support | ||
699 | # | ||
700 | CONFIG_INPUT=y | ||
701 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
702 | |||
703 | # | ||
704 | # Userland interfaces | ||
705 | # | ||
706 | # CONFIG_INPUT_MOUSEDEV is not set | ||
707 | # CONFIG_INPUT_JOYDEV is not set | ||
708 | # CONFIG_INPUT_TSDEV is not set | ||
709 | CONFIG_INPUT_EVDEV=m | ||
710 | # CONFIG_INPUT_EVBUG is not set | ||
711 | |||
712 | # | ||
713 | # Input Device Drivers | ||
714 | # | ||
715 | # CONFIG_INPUT_KEYBOARD is not set | ||
716 | # CONFIG_INPUT_MOUSE is not set | ||
717 | # CONFIG_INPUT_JOYSTICK is not set | ||
718 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
719 | CONFIG_INPUT_MISC=y | ||
720 | # CONFIG_INPUT_UINPUT is not set | ||
721 | # CONFIG_BF53X_PFBUTTONS is not set | ||
722 | CONFIG_TWI_KEYPAD=m | ||
723 | CONFIG_BFIN_TWIKEYPAD_IRQ_PFX=39 | ||
724 | |||
725 | # | ||
726 | # Hardware I/O ports | ||
727 | # | ||
728 | # CONFIG_SERIO is not set | ||
729 | # CONFIG_GAMEPORT is not set | ||
730 | |||
731 | # | ||
732 | # Character devices | ||
733 | # | ||
734 | # CONFIG_AD9960 is not set | ||
735 | # CONFIG_SPI_ADC_BF533 is not set | ||
736 | # CONFIG_BF533_PFLAGS is not set | ||
737 | # CONFIG_BF5xx_PPIFCD is not set | ||
738 | # CONFIG_BF5xx_TIMERS is not set | ||
739 | # CONFIG_BF5xx_PPI is not set | ||
740 | CONFIG_BFIN_SPORT=y | ||
741 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
742 | CONFIG_TWI_LCD=m | ||
743 | CONFIG_TWI_LCD_SLAVE_ADDR=34 | ||
744 | # CONFIG_AD5304 is not set | ||
745 | # CONFIG_VT is not set | ||
746 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
747 | |||
748 | # | ||
749 | # Serial drivers | ||
750 | # | ||
751 | # CONFIG_SERIAL_8250 is not set | ||
752 | |||
753 | # | ||
754 | # Non-8250 serial port support | ||
755 | # | ||
756 | CONFIG_SERIAL_BFIN=y | ||
757 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
758 | CONFIG_SERIAL_BFIN_DMA=y | ||
759 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
760 | CONFIG_SERIAL_BFIN_UART0=y | ||
761 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
762 | CONFIG_SERIAL_CORE=y | ||
763 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
764 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
765 | CONFIG_UNIX98_PTYS=y | ||
766 | # CONFIG_LEGACY_PTYS is not set | ||
767 | |||
768 | # | ||
769 | # CAN, the car bus and industrial fieldbus | ||
770 | # | ||
771 | # CONFIG_CAN4LINUX is not set | ||
772 | |||
773 | # | ||
774 | # IPMI | ||
775 | # | ||
776 | # CONFIG_IPMI_HANDLER is not set | ||
777 | |||
778 | # | ||
779 | # Watchdog Cards | ||
780 | # | ||
781 | # CONFIG_WATCHDOG is not set | ||
782 | CONFIG_HW_RANDOM=y | ||
783 | # CONFIG_GEN_RTC is not set | ||
784 | CONFIG_BLACKFIN_DPMC=y | ||
785 | # CONFIG_DTLK is not set | ||
786 | # CONFIG_R3964 is not set | ||
787 | # CONFIG_RAW_DRIVER is not set | ||
788 | |||
789 | # | ||
790 | # TPM devices | ||
791 | # | ||
792 | # CONFIG_TCG_TPM is not set | ||
793 | |||
794 | # | ||
795 | # I2C support | ||
796 | # | ||
797 | CONFIG_I2C=m | ||
798 | CONFIG_I2C_CHARDEV=m | ||
799 | |||
800 | # | ||
801 | # I2C Algorithms | ||
802 | # | ||
803 | CONFIG_I2C_ALGOBIT=m | ||
804 | # CONFIG_I2C_ALGOPCF is not set | ||
805 | # CONFIG_I2C_ALGOPCA is not set | ||
806 | |||
807 | # | ||
808 | # I2C Hardware Bus support | ||
809 | # | ||
810 | # CONFIG_I2C_BLACKFIN_GPIO is not set | ||
811 | # CONFIG_I2C_OCORES is not set | ||
812 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
813 | # CONFIG_I2C_STUB is not set | ||
814 | # CONFIG_I2C_PCA_ISA is not set | ||
815 | |||
816 | # | ||
817 | # Miscellaneous I2C Chip support | ||
818 | # | ||
819 | # CONFIG_SENSORS_DS1337 is not set | ||
820 | # CONFIG_SENSORS_DS1374 is not set | ||
821 | # CONFIG_SENSORS_AD5252 is not set | ||
822 | # CONFIG_SENSORS_EEPROM is not set | ||
823 | # CONFIG_SENSORS_PCF8574 is not set | ||
824 | # CONFIG_SENSORS_PCF8575 is not set | ||
825 | # CONFIG_SENSORS_PCA9543 is not set | ||
826 | # CONFIG_SENSORS_PCA9539 is not set | ||
827 | # CONFIG_SENSORS_PCF8591 is not set | ||
828 | # CONFIG_SENSORS_MAX6875 is not set | ||
829 | # CONFIG_I2C_DEBUG_CORE is not set | ||
830 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
831 | # CONFIG_I2C_DEBUG_BUS is not set | ||
832 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
833 | |||
834 | # | ||
835 | # SPI support | ||
836 | # | ||
837 | CONFIG_SPI=y | ||
838 | CONFIG_SPI_MASTER=y | ||
839 | |||
840 | # | ||
841 | # SPI Master Controller Drivers | ||
842 | # | ||
843 | # CONFIG_SPI_BITBANG is not set | ||
844 | |||
845 | # | ||
846 | # SPI Protocol Masters | ||
847 | # | ||
848 | CONFIG_SPI_BFIN=y | ||
849 | |||
850 | # | ||
851 | # Dallas's 1-wire bus | ||
852 | # | ||
853 | # CONFIG_W1 is not set | ||
854 | |||
855 | # | ||
856 | # Hardware Monitoring support | ||
857 | # | ||
858 | CONFIG_HWMON=y | ||
859 | # CONFIG_HWMON_VID is not set | ||
860 | # CONFIG_SENSORS_ABITUGURU is not set | ||
861 | # CONFIG_SENSORS_ADM1021 is not set | ||
862 | # CONFIG_SENSORS_ADM1025 is not set | ||
863 | # CONFIG_SENSORS_ADM1026 is not set | ||
864 | # CONFIG_SENSORS_ADM1031 is not set | ||
865 | # CONFIG_SENSORS_ADM9240 is not set | ||
866 | # CONFIG_SENSORS_ASB100 is not set | ||
867 | # CONFIG_SENSORS_ATXP1 is not set | ||
868 | # CONFIG_SENSORS_DS1621 is not set | ||
869 | # CONFIG_SENSORS_F71805F is not set | ||
870 | # CONFIG_SENSORS_FSCHER is not set | ||
871 | # CONFIG_SENSORS_FSCPOS is not set | ||
872 | # CONFIG_SENSORS_GL518SM is not set | ||
873 | # CONFIG_SENSORS_GL520SM is not set | ||
874 | # CONFIG_SENSORS_IT87 is not set | ||
875 | # CONFIG_SENSORS_LM63 is not set | ||
876 | # CONFIG_SENSORS_LM70 is not set | ||
877 | # CONFIG_SENSORS_LM75 is not set | ||
878 | # CONFIG_SENSORS_LM77 is not set | ||
879 | # CONFIG_SENSORS_LM78 is not set | ||
880 | # CONFIG_SENSORS_LM80 is not set | ||
881 | # CONFIG_SENSORS_LM83 is not set | ||
882 | # CONFIG_SENSORS_LM85 is not set | ||
883 | # CONFIG_SENSORS_LM87 is not set | ||
884 | # CONFIG_SENSORS_LM90 is not set | ||
885 | # CONFIG_SENSORS_LM92 is not set | ||
886 | # CONFIG_SENSORS_MAX1619 is not set | ||
887 | # CONFIG_SENSORS_PC87360 is not set | ||
888 | # CONFIG_SENSORS_PC87427 is not set | ||
889 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
890 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
891 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
892 | # CONFIG_SENSORS_VT1211 is not set | ||
893 | # CONFIG_SENSORS_W83781D is not set | ||
894 | # CONFIG_SENSORS_W83791D is not set | ||
895 | # CONFIG_SENSORS_W83792D is not set | ||
896 | # CONFIG_SENSORS_W83793 is not set | ||
897 | # CONFIG_SENSORS_W83L785TS is not set | ||
898 | # CONFIG_SENSORS_W83627HF is not set | ||
899 | # CONFIG_SENSORS_W83627EHF is not set | ||
900 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
901 | |||
902 | # | ||
903 | # Multimedia devices | ||
904 | # | ||
905 | # CONFIG_VIDEO_DEV is not set | ||
906 | |||
907 | # | ||
908 | # Digital Video Broadcasting Devices | ||
909 | # | ||
910 | # CONFIG_DVB is not set | ||
911 | |||
912 | # | ||
913 | # Graphics support | ||
914 | # | ||
915 | CONFIG_FIRMWARE_EDID=y | ||
916 | CONFIG_FB=m | ||
917 | CONFIG_FB_CFB_FILLRECT=m | ||
918 | CONFIG_FB_CFB_COPYAREA=m | ||
919 | CONFIG_FB_CFB_IMAGEBLIT=m | ||
920 | # CONFIG_FB_MACMODES is not set | ||
921 | # CONFIG_FB_BACKLIGHT is not set | ||
922 | # CONFIG_FB_MODE_HELPERS is not set | ||
923 | # CONFIG_FB_TILEBLITTING is not set | ||
924 | CONFIG_FB_BFIN_7171=m | ||
925 | CONFIG_FB_BFIN_7393=m | ||
926 | CONFIG_NTSC=y | ||
927 | # CONFIG_PAL is not set | ||
928 | # CONFIG_NTSC_640x480 is not set | ||
929 | # CONFIG_PAL_640x480 is not set | ||
930 | # CONFIG_NTSC_YCBCR is not set | ||
931 | # CONFIG_PAL_YCBCR is not set | ||
932 | CONFIG_ADV7393_1XMEM=y | ||
933 | # CONFIG_ADV7393_2XMEM is not set | ||
934 | # CONFIG_FB_S1D13XXX is not set | ||
935 | # CONFIG_FB_VIRTUAL is not set | ||
936 | |||
937 | # | ||
938 | # Logo configuration | ||
939 | # | ||
940 | # CONFIG_LOGO is not set | ||
941 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
942 | |||
943 | # | ||
944 | # Sound | ||
945 | # | ||
946 | CONFIG_SOUND=m | ||
947 | |||
948 | # | ||
949 | # Advanced Linux Sound Architecture | ||
950 | # | ||
951 | CONFIG_SND=m | ||
952 | CONFIG_SND_TIMER=m | ||
953 | CONFIG_SND_PCM=m | ||
954 | # CONFIG_SND_SEQUENCER is not set | ||
955 | CONFIG_SND_OSSEMUL=y | ||
956 | CONFIG_SND_MIXER_OSS=m | ||
957 | CONFIG_SND_PCM_OSS=m | ||
958 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
959 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
960 | CONFIG_SND_SUPPORT_OLD_API=y | ||
961 | CONFIG_SND_VERBOSE_PROCFS=y | ||
962 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
963 | # CONFIG_SND_DEBUG is not set | ||
964 | |||
965 | # | ||
966 | # Generic devices | ||
967 | # | ||
968 | # CONFIG_SND_DUMMY is not set | ||
969 | # CONFIG_SND_MTPAV is not set | ||
970 | # CONFIG_SND_SERIAL_U16550 is not set | ||
971 | # CONFIG_SND_MPU401 is not set | ||
972 | |||
973 | # | ||
974 | # Open Sound System | ||
975 | # | ||
976 | # CONFIG_SOUND_PRIME is not set | ||
977 | |||
978 | # | ||
979 | # HID Devices | ||
980 | # | ||
981 | CONFIG_HID=y | ||
982 | |||
983 | # | ||
984 | # USB support | ||
985 | # | ||
986 | CONFIG_USB_ARCH_HAS_HCD=y | ||
987 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
988 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
989 | # CONFIG_USB is not set | ||
990 | |||
991 | # | ||
992 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
993 | # | ||
994 | |||
995 | # | ||
996 | # USB Gadget Support | ||
997 | # | ||
998 | # CONFIG_USB_GADGET is not set | ||
999 | |||
1000 | # | ||
1001 | # MMC/SD Card support | ||
1002 | # | ||
1003 | # CONFIG_SPI_MMC is not set | ||
1004 | # CONFIG_MMC is not set | ||
1005 | |||
1006 | # | ||
1007 | # LED devices | ||
1008 | # | ||
1009 | # CONFIG_NEW_LEDS is not set | ||
1010 | |||
1011 | # | ||
1012 | # LED drivers | ||
1013 | # | ||
1014 | |||
1015 | # | ||
1016 | # LED Triggers | ||
1017 | # | ||
1018 | |||
1019 | # | ||
1020 | # InfiniBand support | ||
1021 | # | ||
1022 | |||
1023 | # | ||
1024 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1025 | # | ||
1026 | |||
1027 | # | ||
1028 | # Real Time Clock | ||
1029 | # | ||
1030 | CONFIG_RTC_LIB=y | ||
1031 | CONFIG_RTC_CLASS=y | ||
1032 | CONFIG_RTC_HCTOSYS=y | ||
1033 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1034 | # CONFIG_RTC_DEBUG is not set | ||
1035 | |||
1036 | # | ||
1037 | # RTC interfaces | ||
1038 | # | ||
1039 | CONFIG_RTC_INTF_SYSFS=y | ||
1040 | CONFIG_RTC_INTF_PROC=y | ||
1041 | CONFIG_RTC_INTF_DEV=y | ||
1042 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1043 | |||
1044 | # | ||
1045 | # RTC drivers | ||
1046 | # | ||
1047 | # CONFIG_RTC_DRV_X1205 is not set | ||
1048 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1049 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1050 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1051 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1052 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1053 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1054 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1055 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1056 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1057 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1058 | # CONFIG_RTC_DRV_TEST is not set | ||
1059 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1060 | # CONFIG_RTC_DRV_V3020 is not set | ||
1061 | CONFIG_RTC_DRV_BFIN=y | ||
1062 | |||
1063 | # | ||
1064 | # DMA Engine support | ||
1065 | # | ||
1066 | # CONFIG_DMA_ENGINE is not set | ||
1067 | |||
1068 | # | ||
1069 | # DMA Clients | ||
1070 | # | ||
1071 | |||
1072 | # | ||
1073 | # DMA Devices | ||
1074 | # | ||
1075 | |||
1076 | # | ||
1077 | # Virtualization | ||
1078 | # | ||
1079 | |||
1080 | # | ||
1081 | # PBX support | ||
1082 | # | ||
1083 | # CONFIG_PBX is not set | ||
1084 | |||
1085 | # | ||
1086 | # File systems | ||
1087 | # | ||
1088 | CONFIG_EXT2_FS=y | ||
1089 | CONFIG_EXT2_FS_XATTR=y | ||
1090 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
1091 | # CONFIG_EXT2_FS_SECURITY is not set | ||
1092 | # CONFIG_EXT3_FS is not set | ||
1093 | # CONFIG_EXT4DEV_FS is not set | ||
1094 | CONFIG_FS_MBCACHE=y | ||
1095 | # CONFIG_REISERFS_FS is not set | ||
1096 | # CONFIG_JFS_FS is not set | ||
1097 | # CONFIG_FS_POSIX_ACL is not set | ||
1098 | # CONFIG_XFS_FS is not set | ||
1099 | # CONFIG_GFS2_FS is not set | ||
1100 | # CONFIG_OCFS2_FS is not set | ||
1101 | # CONFIG_MINIX_FS is not set | ||
1102 | # CONFIG_ROMFS_FS is not set | ||
1103 | CONFIG_INOTIFY=y | ||
1104 | CONFIG_INOTIFY_USER=y | ||
1105 | # CONFIG_QUOTA is not set | ||
1106 | CONFIG_DNOTIFY=y | ||
1107 | # CONFIG_AUTOFS_FS is not set | ||
1108 | # CONFIG_AUTOFS4_FS is not set | ||
1109 | # CONFIG_FUSE_FS is not set | ||
1110 | |||
1111 | # | ||
1112 | # CD-ROM/DVD Filesystems | ||
1113 | # | ||
1114 | # CONFIG_ISO9660_FS is not set | ||
1115 | # CONFIG_UDF_FS is not set | ||
1116 | |||
1117 | # | ||
1118 | # DOS/FAT/NT Filesystems | ||
1119 | # | ||
1120 | # CONFIG_MSDOS_FS is not set | ||
1121 | # CONFIG_VFAT_FS is not set | ||
1122 | # CONFIG_NTFS_FS is not set | ||
1123 | |||
1124 | # | ||
1125 | # Pseudo filesystems | ||
1126 | # | ||
1127 | CONFIG_PROC_FS=y | ||
1128 | CONFIG_PROC_SYSCTL=y | ||
1129 | CONFIG_SYSFS=y | ||
1130 | # CONFIG_TMPFS is not set | ||
1131 | # CONFIG_HUGETLB_PAGE is not set | ||
1132 | CONFIG_RAMFS=y | ||
1133 | # CONFIG_CONFIGFS_FS is not set | ||
1134 | |||
1135 | # | ||
1136 | # Miscellaneous filesystems | ||
1137 | # | ||
1138 | # CONFIG_ADFS_FS is not set | ||
1139 | # CONFIG_AFFS_FS is not set | ||
1140 | # CONFIG_HFS_FS is not set | ||
1141 | # CONFIG_HFSPLUS_FS is not set | ||
1142 | # CONFIG_BEFS_FS is not set | ||
1143 | # CONFIG_BFS_FS is not set | ||
1144 | # CONFIG_EFS_FS is not set | ||
1145 | CONFIG_YAFFS_FS=m | ||
1146 | CONFIG_YAFFS_YAFFS1=y | ||
1147 | # CONFIG_YAFFS_DOES_ECC is not set | ||
1148 | CONFIG_YAFFS_YAFFS2=y | ||
1149 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
1150 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
1151 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
1152 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
1153 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
1154 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
1155 | CONFIG_JFFS2_FS=m | ||
1156 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1157 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1158 | # CONFIG_JFFS2_SUMMARY is not set | ||
1159 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1160 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1161 | CONFIG_JFFS2_ZLIB=y | ||
1162 | CONFIG_JFFS2_RTIME=y | ||
1163 | # CONFIG_JFFS2_RUBIN is not set | ||
1164 | # CONFIG_CRAMFS is not set | ||
1165 | # CONFIG_VXFS_FS is not set | ||
1166 | # CONFIG_HPFS_FS is not set | ||
1167 | # CONFIG_QNX4FS_FS is not set | ||
1168 | # CONFIG_SYSV_FS is not set | ||
1169 | # CONFIG_UFS_FS is not set | ||
1170 | |||
1171 | # | ||
1172 | # Network File Systems | ||
1173 | # | ||
1174 | CONFIG_NFS_FS=m | ||
1175 | CONFIG_NFS_V3=y | ||
1176 | # CONFIG_NFS_V3_ACL is not set | ||
1177 | # CONFIG_NFS_V4 is not set | ||
1178 | # CONFIG_NFS_DIRECTIO is not set | ||
1179 | # CONFIG_NFSD is not set | ||
1180 | CONFIG_LOCKD=m | ||
1181 | CONFIG_LOCKD_V4=y | ||
1182 | CONFIG_NFS_COMMON=y | ||
1183 | CONFIG_SUNRPC=m | ||
1184 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1185 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1186 | CONFIG_SMB_FS=m | ||
1187 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
1188 | # CONFIG_CIFS is not set | ||
1189 | # CONFIG_NCP_FS is not set | ||
1190 | # CONFIG_CODA_FS is not set | ||
1191 | # CONFIG_AFS_FS is not set | ||
1192 | # CONFIG_9P_FS is not set | ||
1193 | |||
1194 | # | ||
1195 | # Partition Types | ||
1196 | # | ||
1197 | # CONFIG_PARTITION_ADVANCED is not set | ||
1198 | CONFIG_MSDOS_PARTITION=y | ||
1199 | |||
1200 | # | ||
1201 | # Native Language Support | ||
1202 | # | ||
1203 | CONFIG_NLS=m | ||
1204 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1205 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1206 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1207 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1208 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1209 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1210 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1211 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1212 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1213 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1214 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1215 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1216 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1217 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1218 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1219 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1220 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1221 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1222 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1223 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1224 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1225 | # CONFIG_NLS_ISO8859_8 is not set | ||
1226 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1227 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1228 | # CONFIG_NLS_ASCII is not set | ||
1229 | # CONFIG_NLS_ISO8859_1 is not set | ||
1230 | # CONFIG_NLS_ISO8859_2 is not set | ||
1231 | # CONFIG_NLS_ISO8859_3 is not set | ||
1232 | # CONFIG_NLS_ISO8859_4 is not set | ||
1233 | # CONFIG_NLS_ISO8859_5 is not set | ||
1234 | # CONFIG_NLS_ISO8859_6 is not set | ||
1235 | # CONFIG_NLS_ISO8859_7 is not set | ||
1236 | # CONFIG_NLS_ISO8859_9 is not set | ||
1237 | # CONFIG_NLS_ISO8859_13 is not set | ||
1238 | # CONFIG_NLS_ISO8859_14 is not set | ||
1239 | # CONFIG_NLS_ISO8859_15 is not set | ||
1240 | # CONFIG_NLS_KOI8_R is not set | ||
1241 | # CONFIG_NLS_KOI8_U is not set | ||
1242 | # CONFIG_NLS_UTF8 is not set | ||
1243 | |||
1244 | # | ||
1245 | # Distributed Lock Manager | ||
1246 | # | ||
1247 | # CONFIG_DLM is not set | ||
1248 | |||
1249 | # | ||
1250 | # Profiling support | ||
1251 | # | ||
1252 | # CONFIG_PROFILING is not set | ||
1253 | |||
1254 | # | ||
1255 | # Kernel hacking | ||
1256 | # | ||
1257 | # CONFIG_PRINTK_TIME is not set | ||
1258 | CONFIG_ENABLE_MUST_CHECK=y | ||
1259 | # CONFIG_MAGIC_SYSRQ is not set | ||
1260 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1261 | # CONFIG_DEBUG_FS is not set | ||
1262 | # CONFIG_HEADERS_CHECK is not set | ||
1263 | # CONFIG_DEBUG_KERNEL is not set | ||
1264 | CONFIG_LOG_BUF_SHIFT=14 | ||
1265 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1266 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
1267 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
1268 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
1269 | CONFIG_CPLB_INFO=y | ||
1270 | CONFIG_ACCESS_CHECK=y | ||
1271 | |||
1272 | # | ||
1273 | # Security options | ||
1274 | # | ||
1275 | # CONFIG_KEYS is not set | ||
1276 | CONFIG_SECURITY=y | ||
1277 | # CONFIG_SECURITY_NETWORK is not set | ||
1278 | CONFIG_SECURITY_CAPABILITIES=y | ||
1279 | |||
1280 | # | ||
1281 | # Cryptographic options | ||
1282 | # | ||
1283 | # CONFIG_CRYPTO is not set | ||
1284 | |||
1285 | # | ||
1286 | # Library routines | ||
1287 | # | ||
1288 | CONFIG_BITREVERSE=y | ||
1289 | CONFIG_CRC_CCITT=m | ||
1290 | # CONFIG_CRC16 is not set | ||
1291 | CONFIG_CRC32=y | ||
1292 | # CONFIG_LIBCRC32C is not set | ||
1293 | CONFIG_ZLIB_INFLATE=y | ||
1294 | CONFIG_ZLIB_DEFLATE=m | ||
1295 | CONFIG_PLIST=y | ||
1296 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/blackfin/configs/BF537-STAMP_defconfig b/arch/blackfin/configs/BF537-STAMP_defconfig new file mode 100644 index 000000000000..8ed67dc450fd --- /dev/null +++ b/arch/blackfin/configs/BF537-STAMP_defconfig | |||
@@ -0,0 +1,1332 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.20.4 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_BFIN=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | # CONFIG_GENERIC_TIME is not set | ||
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_UTS_NS is not set | ||
40 | # CONFIG_AUDIT is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | CONFIG_SYSFS_DEPRECATED=y | ||
43 | # CONFIG_RELAY is not set | ||
44 | CONFIG_INITRAMFS_SOURCE="" | ||
45 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
46 | CONFIG_SYSCTL=y | ||
47 | CONFIG_EMBEDDED=y | ||
48 | CONFIG_UID16=y | ||
49 | CONFIG_SYSCTL_SYSCALL=y | ||
50 | CONFIG_KALLSYMS=y | ||
51 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
52 | CONFIG_HOTPLUG=y | ||
53 | CONFIG_PRINTK=y | ||
54 | CONFIG_BUG=y | ||
55 | CONFIG_ELF_CORE=y | ||
56 | CONFIG_BASE_FULL=y | ||
57 | CONFIG_FUTEX=y | ||
58 | CONFIG_EPOLL=y | ||
59 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
60 | # CONFIG_LIMIT_PAGECACHE is not set | ||
61 | CONFIG_BUDDY=y | ||
62 | # CONFIG_NP2 is not set | ||
63 | CONFIG_SLAB=y | ||
64 | CONFIG_VM_EVENT_COUNTERS=y | ||
65 | CONFIG_RT_MUTEXES=y | ||
66 | CONFIG_TINY_SHMEM=y | ||
67 | CONFIG_BASE_SMALL=0 | ||
68 | # CONFIG_SLOB is not set | ||
69 | |||
70 | # | ||
71 | # Loadable module support | ||
72 | # | ||
73 | CONFIG_MODULES=y | ||
74 | CONFIG_MODULE_UNLOAD=y | ||
75 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
76 | # CONFIG_MODVERSIONS is not set | ||
77 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
78 | CONFIG_KMOD=y | ||
79 | |||
80 | # | ||
81 | # Block layer | ||
82 | # | ||
83 | CONFIG_BLOCK=y | ||
84 | # CONFIG_LBD is not set | ||
85 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
86 | # CONFIG_LSF is not set | ||
87 | |||
88 | # | ||
89 | # IO Schedulers | ||
90 | # | ||
91 | CONFIG_IOSCHED_NOOP=y | ||
92 | CONFIG_IOSCHED_AS=y | ||
93 | # CONFIG_IOSCHED_DEADLINE is not set | ||
94 | CONFIG_IOSCHED_CFQ=y | ||
95 | CONFIG_DEFAULT_AS=y | ||
96 | # CONFIG_DEFAULT_DEADLINE is not set | ||
97 | # CONFIG_DEFAULT_CFQ is not set | ||
98 | # CONFIG_DEFAULT_NOOP is not set | ||
99 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
100 | # CONFIG_PREEMPT_NONE is not set | ||
101 | CONFIG_PREEMPT_VOLUNTARY=y | ||
102 | # CONFIG_PREEMPT is not set | ||
103 | |||
104 | # | ||
105 | # Blackfin Processor Options | ||
106 | # | ||
107 | |||
108 | # | ||
109 | # Processor and Board Settings | ||
110 | # | ||
111 | # CONFIG_BF531 is not set | ||
112 | # CONFIG_BF532 is not set | ||
113 | # CONFIG_BF533 is not set | ||
114 | # CONFIG_BF534 is not set | ||
115 | # CONFIG_BF536 is not set | ||
116 | CONFIG_BF537=y | ||
117 | # CONFIG_BF561 is not set | ||
118 | CONFIG_BF_REV_0_2=y | ||
119 | # CONFIG_BF_REV_0_3 is not set | ||
120 | # CONFIG_BF_REV_0_4 is not set | ||
121 | # CONFIG_BF_REV_0_5 is not set | ||
122 | CONFIG_BFIN_SINGLE_CORE=y | ||
123 | # CONFIG_BFIN533_EZKIT is not set | ||
124 | # CONFIG_BFIN533_STAMP is not set | ||
125 | CONFIG_BFIN537_STAMP=y | ||
126 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
127 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
128 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
129 | # CONFIG_BFIN561_EZKIT is not set | ||
130 | # CONFIG_PNAV10 is not set | ||
131 | # CONFIG_GENERIC_BOARD is not set | ||
132 | CONFIG_MEM_MT48LC32M8A2_75=y | ||
133 | CONFIG_IRQ_PLL_WAKEUP=7 | ||
134 | |||
135 | # | ||
136 | # BF537 Specific Configuration | ||
137 | # | ||
138 | |||
139 | # | ||
140 | # PORT F/G Selection | ||
141 | # | ||
142 | CONFIG_BF537_PORT_F=y | ||
143 | # CONFIG_BF537_PORT_G is not set | ||
144 | # CONFIG_BF537_PORT_H is not set | ||
145 | |||
146 | # | ||
147 | # Interrupt Priority Assignment | ||
148 | # | ||
149 | |||
150 | # | ||
151 | # Priority | ||
152 | # | ||
153 | CONFIG_IRQ_DMA_ERROR=7 | ||
154 | CONFIG_IRQ_ERROR=7 | ||
155 | CONFIG_IRQ_RTC=8 | ||
156 | CONFIG_IRQ_PPI=8 | ||
157 | CONFIG_IRQ_SPORT0_RX=9 | ||
158 | CONFIG_IRQ_SPORT0_TX=9 | ||
159 | CONFIG_IRQ_SPORT1_RX=9 | ||
160 | CONFIG_IRQ_SPORT1_TX=9 | ||
161 | CONFIG_IRQ_TWI=10 | ||
162 | CONFIG_IRQ_SPI=10 | ||
163 | CONFIG_IRQ_UART0_RX=10 | ||
164 | CONFIG_IRQ_UART0_TX=10 | ||
165 | CONFIG_IRQ_UART1_RX=10 | ||
166 | CONFIG_IRQ_UART1_TX=10 | ||
167 | CONFIG_IRQ_CAN_RX=11 | ||
168 | CONFIG_IRQ_CAN_TX=11 | ||
169 | CONFIG_IRQ_MAC_RX=11 | ||
170 | CONFIG_IRQ_MAC_TX=11 | ||
171 | CONFIG_IRQ_TMR0=12 | ||
172 | CONFIG_IRQ_TMR1=12 | ||
173 | CONFIG_IRQ_TMR2=12 | ||
174 | CONFIG_IRQ_TMR3=12 | ||
175 | CONFIG_IRQ_TMR4=12 | ||
176 | CONFIG_IRQ_TMR5=12 | ||
177 | CONFIG_IRQ_TMR6=12 | ||
178 | CONFIG_IRQ_TMR7=12 | ||
179 | CONFIG_IRQ_PROG_INTA=12 | ||
180 | CONFIG_IRQ_PORTG_INTB=12 | ||
181 | CONFIG_IRQ_MEM_DMA0=13 | ||
182 | CONFIG_IRQ_MEM_DMA1=13 | ||
183 | CONFIG_IRQ_WATCH=13 | ||
184 | |||
185 | # | ||
186 | # Board customizations | ||
187 | # | ||
188 | # CONFIG_CMDLINE_BOOL is not set | ||
189 | |||
190 | # | ||
191 | # Board Setup | ||
192 | # | ||
193 | CONFIG_CLKIN_HZ=25000000 | ||
194 | CONFIG_MEM_SIZE=64 | ||
195 | CONFIG_MEM_ADD_WIDTH=10 | ||
196 | CONFIG_BOOT_LOAD=0x1000 | ||
197 | |||
198 | # | ||
199 | # Console UART Setup | ||
200 | # | ||
201 | # CONFIG_BAUD_9600 is not set | ||
202 | # CONFIG_BAUD_19200 is not set | ||
203 | # CONFIG_BAUD_38400 is not set | ||
204 | CONFIG_BAUD_57600=y | ||
205 | # CONFIG_BAUD_115200 is not set | ||
206 | CONFIG_BAUD_NO_PARITY=y | ||
207 | # CONFIG_BAUD_PARITY is not set | ||
208 | CONFIG_BAUD_1_STOPBIT=y | ||
209 | # CONFIG_BAUD_2_STOPBIT is not set | ||
210 | |||
211 | # | ||
212 | # Blackfin Kernel Optimizations | ||
213 | # | ||
214 | |||
215 | # | ||
216 | # Timer Tick | ||
217 | # | ||
218 | # CONFIG_HZ_100 is not set | ||
219 | CONFIG_HZ_250=y | ||
220 | # CONFIG_HZ_300 is not set | ||
221 | # CONFIG_HZ_1000 is not set | ||
222 | CONFIG_HZ=250 | ||
223 | |||
224 | # | ||
225 | # Memory Optimizations | ||
226 | # | ||
227 | CONFIG_I_ENTRY_L1=y | ||
228 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
229 | CONFIG_DO_IRQ_L1=y | ||
230 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
231 | CONFIG_IDLE_L1=y | ||
232 | CONFIG_SCHEDULE_L1=y | ||
233 | CONFIG_ARITHMETIC_OPS_L1=y | ||
234 | CONFIG_ACCESS_OK_L1=y | ||
235 | CONFIG_MEMSET_L1=y | ||
236 | CONFIG_MEMCPY_L1=y | ||
237 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
238 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
239 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
240 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
241 | CONFIG_RAMKERNEL=y | ||
242 | # CONFIG_ROMKERNEL is not set | ||
243 | CONFIG_SELECT_MEMORY_MODEL=y | ||
244 | CONFIG_FLATMEM_MANUAL=y | ||
245 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
246 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
247 | CONFIG_FLATMEM=y | ||
248 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
249 | # CONFIG_SPARSEMEM_STATIC is not set | ||
250 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
251 | # CONFIG_RESOURCES_64BIT is not set | ||
252 | CONFIG_LARGE_ALLOCS=y | ||
253 | CONFIG_BFIN_DMA_5XX=y | ||
254 | # CONFIG_DMA_UNCACHED_2M is not set | ||
255 | CONFIG_DMA_UNCACHED_1M=y | ||
256 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
257 | |||
258 | # | ||
259 | # Cache Support | ||
260 | # | ||
261 | CONFIG_BLKFIN_CACHE=y | ||
262 | CONFIG_BLKFIN_DCACHE=y | ||
263 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
264 | # CONFIG_BLKFIN_CACHE_LOCK is not set | ||
265 | # CONFIG_BLKFIN_WB is not set | ||
266 | CONFIG_BLKFIN_WT=y | ||
267 | CONFIG_L1_MAX_PIECE=16 | ||
268 | |||
269 | # | ||
270 | # Clock Settings | ||
271 | # | ||
272 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
273 | |||
274 | # | ||
275 | # Asynchonous Memory Configuration | ||
276 | # | ||
277 | |||
278 | # | ||
279 | # EBIU_AMBCTL Global Control | ||
280 | # | ||
281 | CONFIG_C_AMCKEN=y | ||
282 | CONFIG_C_CDPRIO=y | ||
283 | # CONFIG_C_AMBEN is not set | ||
284 | # CONFIG_C_AMBEN_B0 is not set | ||
285 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
286 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
287 | CONFIG_C_AMBEN_ALL=y | ||
288 | |||
289 | # | ||
290 | # EBIU_AMBCTL Control | ||
291 | # | ||
292 | CONFIG_BANK_0=0x7BB0 | ||
293 | CONFIG_BANK_1=0x7BB0 | ||
294 | CONFIG_BANK_2=0x7BB0 | ||
295 | CONFIG_BANK_3=0x99B3 | ||
296 | |||
297 | # | ||
298 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
299 | # | ||
300 | # CONFIG_PCI is not set | ||
301 | |||
302 | # | ||
303 | # PCCARD (PCMCIA/CardBus) support | ||
304 | # | ||
305 | # CONFIG_PCCARD is not set | ||
306 | |||
307 | # | ||
308 | # PCI Hotplug Support | ||
309 | # | ||
310 | |||
311 | # | ||
312 | # Executable file formats | ||
313 | # | ||
314 | CONFIG_BINFMT_ELF_FDPIC=y | ||
315 | CONFIG_BINFMT_FLAT=y | ||
316 | CONFIG_BINFMT_ZFLAT=y | ||
317 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
318 | # CONFIG_BINFMT_MISC is not set | ||
319 | |||
320 | # | ||
321 | # Power management options | ||
322 | # | ||
323 | CONFIG_PM=y | ||
324 | CONFIG_PM_LEGACY=y | ||
325 | # CONFIG_PM_DEBUG is not set | ||
326 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
327 | CONFIG_PM_WAKEUP_GPIO_BY_SIC_IWR=y | ||
328 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
329 | # CONFIG_PM_WAKEUP_GPIO_API is not set | ||
330 | CONFIG_PM_WAKEUP_SIC_IWR=0x80000000 | ||
331 | |||
332 | # | ||
333 | # CPU Frequency scaling | ||
334 | # | ||
335 | # CONFIG_CPU_FREQ is not set | ||
336 | |||
337 | # | ||
338 | # Networking | ||
339 | # | ||
340 | CONFIG_NET=y | ||
341 | |||
342 | # | ||
343 | # Networking options | ||
344 | # | ||
345 | # CONFIG_NETDEBUG is not set | ||
346 | CONFIG_PACKET=y | ||
347 | # CONFIG_PACKET_MMAP is not set | ||
348 | CONFIG_UNIX=y | ||
349 | CONFIG_XFRM=y | ||
350 | # CONFIG_XFRM_USER is not set | ||
351 | # CONFIG_XFRM_SUB_POLICY is not set | ||
352 | # CONFIG_NET_KEY is not set | ||
353 | CONFIG_INET=y | ||
354 | # CONFIG_IP_MULTICAST is not set | ||
355 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
356 | CONFIG_IP_FIB_HASH=y | ||
357 | CONFIG_IP_PNP=y | ||
358 | # CONFIG_IP_PNP_DHCP is not set | ||
359 | # CONFIG_IP_PNP_BOOTP is not set | ||
360 | # CONFIG_IP_PNP_RARP is not set | ||
361 | # CONFIG_NET_IPIP is not set | ||
362 | # CONFIG_NET_IPGRE is not set | ||
363 | # CONFIG_ARPD is not set | ||
364 | CONFIG_SYN_COOKIES=y | ||
365 | # CONFIG_INET_AH is not set | ||
366 | # CONFIG_INET_ESP is not set | ||
367 | # CONFIG_INET_IPCOMP is not set | ||
368 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
369 | # CONFIG_INET_TUNNEL is not set | ||
370 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
371 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
372 | CONFIG_INET_XFRM_MODE_BEET=y | ||
373 | CONFIG_INET_DIAG=y | ||
374 | CONFIG_INET_TCP_DIAG=y | ||
375 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
376 | CONFIG_TCP_CONG_CUBIC=y | ||
377 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
378 | # CONFIG_TCP_MD5SIG is not set | ||
379 | # CONFIG_IPV6 is not set | ||
380 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
381 | # CONFIG_INET6_TUNNEL is not set | ||
382 | # CONFIG_NETLABEL is not set | ||
383 | # CONFIG_NETWORK_SECMARK is not set | ||
384 | # CONFIG_NETFILTER is not set | ||
385 | |||
386 | # | ||
387 | # DCCP Configuration (EXPERIMENTAL) | ||
388 | # | ||
389 | # CONFIG_IP_DCCP is not set | ||
390 | |||
391 | # | ||
392 | # SCTP Configuration (EXPERIMENTAL) | ||
393 | # | ||
394 | # CONFIG_IP_SCTP is not set | ||
395 | |||
396 | # | ||
397 | # TIPC Configuration (EXPERIMENTAL) | ||
398 | # | ||
399 | # CONFIG_TIPC is not set | ||
400 | # CONFIG_ATM is not set | ||
401 | # CONFIG_BRIDGE is not set | ||
402 | # CONFIG_VLAN_8021Q is not set | ||
403 | # CONFIG_DECNET is not set | ||
404 | # CONFIG_LLC2 is not set | ||
405 | # CONFIG_IPX is not set | ||
406 | # CONFIG_ATALK is not set | ||
407 | # CONFIG_X25 is not set | ||
408 | # CONFIG_LAPB is not set | ||
409 | # CONFIG_ECONET is not set | ||
410 | # CONFIG_WAN_ROUTER is not set | ||
411 | |||
412 | # | ||
413 | # QoS and/or fair queueing | ||
414 | # | ||
415 | # CONFIG_NET_SCHED is not set | ||
416 | |||
417 | # | ||
418 | # Network testing | ||
419 | # | ||
420 | # CONFIG_NET_PKTGEN is not set | ||
421 | # CONFIG_HAMRADIO is not set | ||
422 | CONFIG_IRDA=m | ||
423 | |||
424 | # | ||
425 | # IrDA protocols | ||
426 | # | ||
427 | CONFIG_IRLAN=m | ||
428 | CONFIG_IRCOMM=m | ||
429 | # CONFIG_IRDA_ULTRA is not set | ||
430 | |||
431 | # | ||
432 | # IrDA options | ||
433 | # | ||
434 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
435 | # CONFIG_IRDA_FAST_RR is not set | ||
436 | # CONFIG_IRDA_DEBUG is not set | ||
437 | |||
438 | # | ||
439 | # Infrared-port device drivers | ||
440 | # | ||
441 | |||
442 | # | ||
443 | # SIR device drivers | ||
444 | # | ||
445 | CONFIG_IRTTY_SIR=m | ||
446 | |||
447 | # | ||
448 | # Dongle support | ||
449 | # | ||
450 | # CONFIG_DONGLE is not set | ||
451 | |||
452 | # | ||
453 | # Old SIR device drivers | ||
454 | # | ||
455 | # CONFIG_IRPORT_SIR is not set | ||
456 | |||
457 | # | ||
458 | # Old Serial dongle support | ||
459 | # | ||
460 | |||
461 | # | ||
462 | # FIR device drivers | ||
463 | # | ||
464 | # CONFIG_BT is not set | ||
465 | # CONFIG_IEEE80211 is not set | ||
466 | |||
467 | # | ||
468 | # Device Drivers | ||
469 | # | ||
470 | |||
471 | # | ||
472 | # Generic Driver Options | ||
473 | # | ||
474 | CONFIG_STANDALONE=y | ||
475 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
476 | # CONFIG_FW_LOADER is not set | ||
477 | # CONFIG_SYS_HYPERVISOR is not set | ||
478 | |||
479 | # | ||
480 | # Connector - unified userspace <-> kernelspace linker | ||
481 | # | ||
482 | # CONFIG_CONNECTOR is not set | ||
483 | |||
484 | # | ||
485 | # Memory Technology Devices (MTD) | ||
486 | # | ||
487 | CONFIG_MTD=y | ||
488 | # CONFIG_MTD_DEBUG is not set | ||
489 | # CONFIG_MTD_CONCAT is not set | ||
490 | CONFIG_MTD_PARTITIONS=y | ||
491 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
492 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
493 | |||
494 | # | ||
495 | # User Modules And Translation Layers | ||
496 | # | ||
497 | CONFIG_MTD_CHAR=m | ||
498 | CONFIG_MTD_BLKDEVS=y | ||
499 | CONFIG_MTD_BLOCK=y | ||
500 | # CONFIG_FTL is not set | ||
501 | # CONFIG_NFTL is not set | ||
502 | # CONFIG_INFTL is not set | ||
503 | # CONFIG_RFD_FTL is not set | ||
504 | # CONFIG_SSFDC is not set | ||
505 | |||
506 | # | ||
507 | # RAM/ROM/Flash chip drivers | ||
508 | # | ||
509 | # CONFIG_MTD_CFI is not set | ||
510 | CONFIG_MTD_JEDECPROBE=m | ||
511 | CONFIG_MTD_GEN_PROBE=m | ||
512 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
513 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
514 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
515 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
516 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
517 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
518 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
519 | CONFIG_MTD_CFI_I1=y | ||
520 | CONFIG_MTD_CFI_I2=y | ||
521 | # CONFIG_MTD_CFI_I4 is not set | ||
522 | # CONFIG_MTD_CFI_I8 is not set | ||
523 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
524 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
525 | # CONFIG_MTD_CFI_STAA is not set | ||
526 | CONFIG_MTD_MW320D=m | ||
527 | CONFIG_MTD_RAM=y | ||
528 | CONFIG_MTD_ROM=m | ||
529 | # CONFIG_MTD_ABSENT is not set | ||
530 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
531 | |||
532 | # | ||
533 | # Mapping drivers for chip access | ||
534 | # | ||
535 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
536 | # CONFIG_MTD_PHYSMAP is not set | ||
537 | CONFIG_MTD_BF5xx=m | ||
538 | CONFIG_BFIN_FLASH_SIZE=0x400000 | ||
539 | CONFIG_EBIU_FLASH_BASE=0x20000000 | ||
540 | |||
541 | # | ||
542 | # FLASH_EBIU_AMBCTL Control | ||
543 | # | ||
544 | CONFIG_BFIN_FLASH_BANK_0=0x7BB0 | ||
545 | CONFIG_BFIN_FLASH_BANK_1=0x7BB0 | ||
546 | CONFIG_BFIN_FLASH_BANK_2=0x7BB0 | ||
547 | CONFIG_BFIN_FLASH_BANK_3=0x7BB0 | ||
548 | # CONFIG_MTD_UCLINUX is not set | ||
549 | # CONFIG_MTD_PLATRAM is not set | ||
550 | |||
551 | # | ||
552 | # Self-contained MTD device drivers | ||
553 | # | ||
554 | # CONFIG_MTD_DATAFLASH is not set | ||
555 | # CONFIG_MTD_M25P80 is not set | ||
556 | # CONFIG_MTD_SLRAM is not set | ||
557 | # CONFIG_MTD_PHRAM is not set | ||
558 | # CONFIG_MTD_MTDRAM is not set | ||
559 | # CONFIG_MTD_BLOCK2MTD is not set | ||
560 | |||
561 | # | ||
562 | # Disk-On-Chip Device Drivers | ||
563 | # | ||
564 | # CONFIG_MTD_DOC2000 is not set | ||
565 | # CONFIG_MTD_DOC2001 is not set | ||
566 | # CONFIG_MTD_DOC2001PLUS is not set | ||
567 | |||
568 | # | ||
569 | # NAND Flash Device Drivers | ||
570 | # | ||
571 | CONFIG_MTD_NAND=m | ||
572 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
573 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
574 | CONFIG_MTD_NAND_BFIN=m | ||
575 | CONFIG_BFIN_NAND_BASE=0x20212000 | ||
576 | CONFIG_BFIN_NAND_CLE=2 | ||
577 | CONFIG_BFIN_NAND_ALE=1 | ||
578 | CONFIG_BFIN_NAND_READY=3 | ||
579 | CONFIG_MTD_NAND_IDS=m | ||
580 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
581 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
582 | |||
583 | # | ||
584 | # OneNAND Flash Device Drivers | ||
585 | # | ||
586 | # CONFIG_MTD_ONENAND is not set | ||
587 | |||
588 | # | ||
589 | # Parallel port support | ||
590 | # | ||
591 | # CONFIG_PARPORT is not set | ||
592 | |||
593 | # | ||
594 | # Plug and Play support | ||
595 | # | ||
596 | |||
597 | # | ||
598 | # Block devices | ||
599 | # | ||
600 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
601 | # CONFIG_BLK_DEV_LOOP is not set | ||
602 | # CONFIG_BLK_DEV_NBD is not set | ||
603 | CONFIG_BLK_DEV_RAM=y | ||
604 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
605 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
606 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
607 | # CONFIG_BLK_DEV_INITRD is not set | ||
608 | # CONFIG_CDROM_PKTCDVD is not set | ||
609 | # CONFIG_ATA_OVER_ETH is not set | ||
610 | |||
611 | # | ||
612 | # Misc devices | ||
613 | # | ||
614 | # CONFIG_TIFM_CORE is not set | ||
615 | |||
616 | # | ||
617 | # ATA/ATAPI/MFM/RLL support | ||
618 | # | ||
619 | # CONFIG_IDE is not set | ||
620 | |||
621 | # | ||
622 | # SCSI device support | ||
623 | # | ||
624 | # CONFIG_RAID_ATTRS is not set | ||
625 | # CONFIG_SCSI is not set | ||
626 | # CONFIG_SCSI_NETLINK is not set | ||
627 | |||
628 | # | ||
629 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
630 | # | ||
631 | # CONFIG_ATA is not set | ||
632 | |||
633 | # | ||
634 | # Multi-device support (RAID and LVM) | ||
635 | # | ||
636 | # CONFIG_MD is not set | ||
637 | |||
638 | # | ||
639 | # Fusion MPT device support | ||
640 | # | ||
641 | # CONFIG_FUSION is not set | ||
642 | |||
643 | # | ||
644 | # IEEE 1394 (FireWire) support | ||
645 | # | ||
646 | |||
647 | # | ||
648 | # I2O device support | ||
649 | # | ||
650 | |||
651 | # | ||
652 | # Network device support | ||
653 | # | ||
654 | CONFIG_NETDEVICES=y | ||
655 | # CONFIG_DUMMY is not set | ||
656 | # CONFIG_BONDING is not set | ||
657 | # CONFIG_EQUALIZER is not set | ||
658 | # CONFIG_TUN is not set | ||
659 | |||
660 | # | ||
661 | # PHY device support | ||
662 | # | ||
663 | # CONFIG_PHYLIB is not set | ||
664 | |||
665 | # | ||
666 | # Ethernet (10 or 100Mbit) | ||
667 | # | ||
668 | CONFIG_NET_ETHERNET=y | ||
669 | CONFIG_MII=y | ||
670 | # CONFIG_SMC91X is not set | ||
671 | CONFIG_BFIN_MAC=y | ||
672 | CONFIG_BFIN_MAC_USE_L1=y | ||
673 | CONFIG_BFIN_TX_DESC_NUM=10 | ||
674 | CONFIG_BFIN_RX_DESC_NUM=20 | ||
675 | # CONFIG_BFIN_MAC_RMII is not set | ||
676 | |||
677 | # | ||
678 | # Ethernet (1000 Mbit) | ||
679 | # | ||
680 | |||
681 | # | ||
682 | # Ethernet (10000 Mbit) | ||
683 | # | ||
684 | |||
685 | # | ||
686 | # Token Ring devices | ||
687 | # | ||
688 | |||
689 | # | ||
690 | # Wireless LAN (non-hamradio) | ||
691 | # | ||
692 | # CONFIG_NET_RADIO is not set | ||
693 | |||
694 | # | ||
695 | # Wan interfaces | ||
696 | # | ||
697 | # CONFIG_WAN is not set | ||
698 | # CONFIG_PPP is not set | ||
699 | # CONFIG_SLIP is not set | ||
700 | # CONFIG_SHAPER is not set | ||
701 | # CONFIG_NETCONSOLE is not set | ||
702 | # CONFIG_NETPOLL is not set | ||
703 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
704 | |||
705 | # | ||
706 | # ISDN subsystem | ||
707 | # | ||
708 | # CONFIG_ISDN is not set | ||
709 | |||
710 | # | ||
711 | # Telephony Support | ||
712 | # | ||
713 | # CONFIG_PHONE is not set | ||
714 | |||
715 | # | ||
716 | # Input device support | ||
717 | # | ||
718 | CONFIG_INPUT=y | ||
719 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
720 | |||
721 | # | ||
722 | # Userland interfaces | ||
723 | # | ||
724 | # CONFIG_INPUT_MOUSEDEV is not set | ||
725 | # CONFIG_INPUT_JOYDEV is not set | ||
726 | # CONFIG_INPUT_TSDEV is not set | ||
727 | CONFIG_INPUT_EVDEV=m | ||
728 | # CONFIG_INPUT_EVBUG is not set | ||
729 | |||
730 | # | ||
731 | # Input Device Drivers | ||
732 | # | ||
733 | # CONFIG_INPUT_KEYBOARD is not set | ||
734 | # CONFIG_INPUT_MOUSE is not set | ||
735 | # CONFIG_INPUT_JOYSTICK is not set | ||
736 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
737 | CONFIG_INPUT_MISC=y | ||
738 | # CONFIG_INPUT_UINPUT is not set | ||
739 | # CONFIG_BF53X_PFBUTTONS is not set | ||
740 | CONFIG_TWI_KEYPAD=m | ||
741 | CONFIG_BFIN_TWIKEYPAD_IRQ_PFX=72 | ||
742 | |||
743 | # | ||
744 | # Hardware I/O ports | ||
745 | # | ||
746 | # CONFIG_SERIO is not set | ||
747 | # CONFIG_GAMEPORT is not set | ||
748 | |||
749 | # | ||
750 | # Character devices | ||
751 | # | ||
752 | # CONFIG_AD9960 is not set | ||
753 | # CONFIG_SPI_ADC_BF533 is not set | ||
754 | # CONFIG_BF533_PFLAGS is not set | ||
755 | # CONFIG_BF5xx_PPIFCD is not set | ||
756 | # CONFIG_BF5xx_TIMERS is not set | ||
757 | # CONFIG_BF5xx_PPI is not set | ||
758 | CONFIG_BFIN_SPORT=y | ||
759 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
760 | CONFIG_TWI_LCD=m | ||
761 | CONFIG_TWI_LCD_SLAVE_ADDR=34 | ||
762 | # CONFIG_AD5304 is not set | ||
763 | # CONFIG_VT is not set | ||
764 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
765 | |||
766 | # | ||
767 | # Serial drivers | ||
768 | # | ||
769 | # CONFIG_SERIAL_8250 is not set | ||
770 | |||
771 | # | ||
772 | # Non-8250 serial port support | ||
773 | # | ||
774 | CONFIG_SERIAL_BFIN=y | ||
775 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
776 | CONFIG_SERIAL_BFIN_DMA=y | ||
777 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
778 | CONFIG_SERIAL_BFIN_UART0=y | ||
779 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
780 | # CONFIG_SERIAL_BFIN_UART1 is not set | ||
781 | CONFIG_SERIAL_CORE=y | ||
782 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
783 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
784 | CONFIG_UNIX98_PTYS=y | ||
785 | # CONFIG_LEGACY_PTYS is not set | ||
786 | |||
787 | # | ||
788 | # CAN, the car bus and industrial fieldbus | ||
789 | # | ||
790 | CONFIG_CAN4LINUX=y | ||
791 | |||
792 | # | ||
793 | # linux embedded drivers | ||
794 | # | ||
795 | # CONFIG_CAN_MCF5282 is not set | ||
796 | # CONFIG_CAN_UNCTWINCAN is not set | ||
797 | CONFIG_CAN_BLACKFIN=m | ||
798 | |||
799 | # | ||
800 | # IPMI | ||
801 | # | ||
802 | # CONFIG_IPMI_HANDLER is not set | ||
803 | |||
804 | # | ||
805 | # Watchdog Cards | ||
806 | # | ||
807 | # CONFIG_WATCHDOG is not set | ||
808 | CONFIG_HW_RANDOM=y | ||
809 | # CONFIG_GEN_RTC is not set | ||
810 | CONFIG_BLACKFIN_DPMC=y | ||
811 | # CONFIG_DTLK is not set | ||
812 | # CONFIG_R3964 is not set | ||
813 | # CONFIG_RAW_DRIVER is not set | ||
814 | |||
815 | # | ||
816 | # TPM devices | ||
817 | # | ||
818 | # CONFIG_TCG_TPM is not set | ||
819 | |||
820 | # | ||
821 | # I2C support | ||
822 | # | ||
823 | CONFIG_I2C=m | ||
824 | CONFIG_I2C_CHARDEV=m | ||
825 | |||
826 | # | ||
827 | # I2C Algorithms | ||
828 | # | ||
829 | # CONFIG_I2C_ALGOBIT is not set | ||
830 | # CONFIG_I2C_ALGOPCF is not set | ||
831 | # CONFIG_I2C_ALGOPCA is not set | ||
832 | |||
833 | # | ||
834 | # I2C Hardware Bus support | ||
835 | # | ||
836 | # CONFIG_I2C_BLACKFIN_GPIO is not set | ||
837 | CONFIG_I2C_BLACKFIN_TWI=m | ||
838 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 | ||
839 | # CONFIG_I2C_OCORES is not set | ||
840 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
841 | # CONFIG_I2C_STUB is not set | ||
842 | # CONFIG_I2C_PCA_ISA is not set | ||
843 | |||
844 | # | ||
845 | # Miscellaneous I2C Chip support | ||
846 | # | ||
847 | # CONFIG_SENSORS_DS1337 is not set | ||
848 | # CONFIG_SENSORS_DS1374 is not set | ||
849 | CONFIG_SENSORS_AD5252=m | ||
850 | # CONFIG_SENSORS_EEPROM is not set | ||
851 | # CONFIG_SENSORS_PCF8574 is not set | ||
852 | # CONFIG_SENSORS_PCF8575 is not set | ||
853 | # CONFIG_SENSORS_PCA9543 is not set | ||
854 | # CONFIG_SENSORS_PCA9539 is not set | ||
855 | # CONFIG_SENSORS_PCF8591 is not set | ||
856 | # CONFIG_SENSORS_MAX6875 is not set | ||
857 | # CONFIG_I2C_DEBUG_CORE is not set | ||
858 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
859 | # CONFIG_I2C_DEBUG_BUS is not set | ||
860 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
861 | |||
862 | # | ||
863 | # SPI support | ||
864 | # | ||
865 | CONFIG_SPI=y | ||
866 | CONFIG_SPI_MASTER=y | ||
867 | |||
868 | # | ||
869 | # SPI Master Controller Drivers | ||
870 | # | ||
871 | # CONFIG_SPI_BITBANG is not set | ||
872 | |||
873 | # | ||
874 | # SPI Protocol Masters | ||
875 | # | ||
876 | CONFIG_SPI_BFIN=y | ||
877 | |||
878 | # | ||
879 | # Dallas's 1-wire bus | ||
880 | # | ||
881 | # CONFIG_W1 is not set | ||
882 | |||
883 | # | ||
884 | # Hardware Monitoring support | ||
885 | # | ||
886 | CONFIG_HWMON=y | ||
887 | # CONFIG_HWMON_VID is not set | ||
888 | # CONFIG_SENSORS_ABITUGURU is not set | ||
889 | # CONFIG_SENSORS_ADM1021 is not set | ||
890 | # CONFIG_SENSORS_ADM1025 is not set | ||
891 | # CONFIG_SENSORS_ADM1026 is not set | ||
892 | # CONFIG_SENSORS_ADM1031 is not set | ||
893 | # CONFIG_SENSORS_ADM9240 is not set | ||
894 | # CONFIG_SENSORS_ASB100 is not set | ||
895 | # CONFIG_SENSORS_ATXP1 is not set | ||
896 | # CONFIG_SENSORS_DS1621 is not set | ||
897 | # CONFIG_SENSORS_F71805F is not set | ||
898 | # CONFIG_SENSORS_FSCHER is not set | ||
899 | # CONFIG_SENSORS_FSCPOS is not set | ||
900 | # CONFIG_SENSORS_GL518SM is not set | ||
901 | # CONFIG_SENSORS_GL520SM is not set | ||
902 | # CONFIG_SENSORS_IT87 is not set | ||
903 | # CONFIG_SENSORS_LM63 is not set | ||
904 | # CONFIG_SENSORS_LM70 is not set | ||
905 | # CONFIG_SENSORS_LM75 is not set | ||
906 | # CONFIG_SENSORS_LM77 is not set | ||
907 | # CONFIG_SENSORS_LM78 is not set | ||
908 | # CONFIG_SENSORS_LM80 is not set | ||
909 | # CONFIG_SENSORS_LM83 is not set | ||
910 | # CONFIG_SENSORS_LM85 is not set | ||
911 | # CONFIG_SENSORS_LM87 is not set | ||
912 | # CONFIG_SENSORS_LM90 is not set | ||
913 | # CONFIG_SENSORS_LM92 is not set | ||
914 | # CONFIG_SENSORS_MAX1619 is not set | ||
915 | # CONFIG_SENSORS_PC87360 is not set | ||
916 | # CONFIG_SENSORS_PC87427 is not set | ||
917 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
918 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
919 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
920 | # CONFIG_SENSORS_VT1211 is not set | ||
921 | # CONFIG_SENSORS_W83781D is not set | ||
922 | # CONFIG_SENSORS_W83791D is not set | ||
923 | # CONFIG_SENSORS_W83792D is not set | ||
924 | # CONFIG_SENSORS_W83793 is not set | ||
925 | # CONFIG_SENSORS_W83L785TS is not set | ||
926 | # CONFIG_SENSORS_W83627HF is not set | ||
927 | # CONFIG_SENSORS_W83627EHF is not set | ||
928 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
929 | |||
930 | # | ||
931 | # Multimedia devices | ||
932 | # | ||
933 | # CONFIG_VIDEO_DEV is not set | ||
934 | |||
935 | # | ||
936 | # Digital Video Broadcasting Devices | ||
937 | # | ||
938 | # CONFIG_DVB is not set | ||
939 | |||
940 | # | ||
941 | # Graphics support | ||
942 | # | ||
943 | CONFIG_FIRMWARE_EDID=y | ||
944 | CONFIG_FB=m | ||
945 | CONFIG_FB_CFB_FILLRECT=m | ||
946 | CONFIG_FB_CFB_COPYAREA=m | ||
947 | CONFIG_FB_CFB_IMAGEBLIT=m | ||
948 | # CONFIG_FB_MACMODES is not set | ||
949 | # CONFIG_FB_BACKLIGHT is not set | ||
950 | # CONFIG_FB_MODE_HELPERS is not set | ||
951 | # CONFIG_FB_TILEBLITTING is not set | ||
952 | CONFIG_FB_BFIN_7171=m | ||
953 | CONFIG_FB_BFIN_7393=m | ||
954 | CONFIG_NTSC=y | ||
955 | # CONFIG_PAL is not set | ||
956 | # CONFIG_NTSC_640x480 is not set | ||
957 | # CONFIG_PAL_640x480 is not set | ||
958 | # CONFIG_NTSC_YCBCR is not set | ||
959 | # CONFIG_PAL_YCBCR is not set | ||
960 | CONFIG_ADV7393_1XMEM=y | ||
961 | # CONFIG_ADV7393_2XMEM is not set | ||
962 | CONFIG_FB_BF537_LQ035=m | ||
963 | CONFIG_LQ035_SLAVE_ADDR=0x58 | ||
964 | # CONFIG_FB_BFIN_LANDSCAPE is not set | ||
965 | # CONFIG_FB_BFIN_BGR is not set | ||
966 | # CONFIG_FB_S1D13XXX is not set | ||
967 | # CONFIG_FB_VIRTUAL is not set | ||
968 | |||
969 | # | ||
970 | # Logo configuration | ||
971 | # | ||
972 | # CONFIG_LOGO is not set | ||
973 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
974 | CONFIG_BACKLIGHT_CLASS_DEVICE=m | ||
975 | CONFIG_BACKLIGHT_DEVICE=y | ||
976 | CONFIG_LCD_CLASS_DEVICE=m | ||
977 | CONFIG_LCD_DEVICE=y | ||
978 | |||
979 | # | ||
980 | # Sound | ||
981 | # | ||
982 | CONFIG_SOUND=m | ||
983 | |||
984 | # | ||
985 | # Advanced Linux Sound Architecture | ||
986 | # | ||
987 | CONFIG_SND=m | ||
988 | CONFIG_SND_TIMER=m | ||
989 | CONFIG_SND_PCM=m | ||
990 | # CONFIG_SND_SEQUENCER is not set | ||
991 | CONFIG_SND_OSSEMUL=y | ||
992 | CONFIG_SND_MIXER_OSS=m | ||
993 | CONFIG_SND_PCM_OSS=m | ||
994 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
995 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
996 | CONFIG_SND_SUPPORT_OLD_API=y | ||
997 | CONFIG_SND_VERBOSE_PROCFS=y | ||
998 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
999 | # CONFIG_SND_DEBUG is not set | ||
1000 | |||
1001 | # | ||
1002 | # Generic devices | ||
1003 | # | ||
1004 | # CONFIG_SND_DUMMY is not set | ||
1005 | # CONFIG_SND_MTPAV is not set | ||
1006 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1007 | # CONFIG_SND_MPU401 is not set | ||
1008 | |||
1009 | # | ||
1010 | # Open Sound System | ||
1011 | # | ||
1012 | # CONFIG_SOUND_PRIME is not set | ||
1013 | |||
1014 | # | ||
1015 | # HID Devices | ||
1016 | # | ||
1017 | CONFIG_HID=y | ||
1018 | |||
1019 | # | ||
1020 | # USB support | ||
1021 | # | ||
1022 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1023 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
1024 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1025 | # CONFIG_USB is not set | ||
1026 | |||
1027 | # | ||
1028 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1029 | # | ||
1030 | |||
1031 | # | ||
1032 | # USB Gadget Support | ||
1033 | # | ||
1034 | # CONFIG_USB_GADGET is not set | ||
1035 | |||
1036 | # | ||
1037 | # MMC/SD Card support | ||
1038 | # | ||
1039 | # CONFIG_SPI_MMC is not set | ||
1040 | # CONFIG_MMC is not set | ||
1041 | |||
1042 | # | ||
1043 | # LED devices | ||
1044 | # | ||
1045 | # CONFIG_NEW_LEDS is not set | ||
1046 | |||
1047 | # | ||
1048 | # LED drivers | ||
1049 | # | ||
1050 | |||
1051 | # | ||
1052 | # LED Triggers | ||
1053 | # | ||
1054 | |||
1055 | # | ||
1056 | # InfiniBand support | ||
1057 | # | ||
1058 | |||
1059 | # | ||
1060 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1061 | # | ||
1062 | |||
1063 | # | ||
1064 | # Real Time Clock | ||
1065 | # | ||
1066 | CONFIG_RTC_LIB=y | ||
1067 | CONFIG_RTC_CLASS=y | ||
1068 | CONFIG_RTC_HCTOSYS=y | ||
1069 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1070 | # CONFIG_RTC_DEBUG is not set | ||
1071 | |||
1072 | # | ||
1073 | # RTC interfaces | ||
1074 | # | ||
1075 | CONFIG_RTC_INTF_SYSFS=y | ||
1076 | CONFIG_RTC_INTF_PROC=y | ||
1077 | CONFIG_RTC_INTF_DEV=y | ||
1078 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1079 | |||
1080 | # | ||
1081 | # RTC drivers | ||
1082 | # | ||
1083 | # CONFIG_RTC_DRV_X1205 is not set | ||
1084 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1085 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1086 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1087 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1088 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1089 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1090 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1091 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1092 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1093 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1094 | # CONFIG_RTC_DRV_TEST is not set | ||
1095 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1096 | # CONFIG_RTC_DRV_V3020 is not set | ||
1097 | CONFIG_RTC_DRV_BFIN=y | ||
1098 | |||
1099 | # | ||
1100 | # DMA Engine support | ||
1101 | # | ||
1102 | # CONFIG_DMA_ENGINE is not set | ||
1103 | |||
1104 | # | ||
1105 | # DMA Clients | ||
1106 | # | ||
1107 | |||
1108 | # | ||
1109 | # DMA Devices | ||
1110 | # | ||
1111 | |||
1112 | # | ||
1113 | # Virtualization | ||
1114 | # | ||
1115 | |||
1116 | # | ||
1117 | # PBX support | ||
1118 | # | ||
1119 | # CONFIG_PBX is not set | ||
1120 | |||
1121 | # | ||
1122 | # File systems | ||
1123 | # | ||
1124 | CONFIG_EXT2_FS=y | ||
1125 | CONFIG_EXT2_FS_XATTR=y | ||
1126 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
1127 | # CONFIG_EXT2_FS_SECURITY is not set | ||
1128 | # CONFIG_EXT3_FS is not set | ||
1129 | # CONFIG_EXT4DEV_FS is not set | ||
1130 | CONFIG_FS_MBCACHE=y | ||
1131 | # CONFIG_REISERFS_FS is not set | ||
1132 | # CONFIG_JFS_FS is not set | ||
1133 | # CONFIG_FS_POSIX_ACL is not set | ||
1134 | # CONFIG_XFS_FS is not set | ||
1135 | # CONFIG_GFS2_FS is not set | ||
1136 | # CONFIG_OCFS2_FS is not set | ||
1137 | # CONFIG_MINIX_FS is not set | ||
1138 | # CONFIG_ROMFS_FS is not set | ||
1139 | CONFIG_INOTIFY=y | ||
1140 | CONFIG_INOTIFY_USER=y | ||
1141 | # CONFIG_QUOTA is not set | ||
1142 | CONFIG_DNOTIFY=y | ||
1143 | # CONFIG_AUTOFS_FS is not set | ||
1144 | # CONFIG_AUTOFS4_FS is not set | ||
1145 | # CONFIG_FUSE_FS is not set | ||
1146 | |||
1147 | # | ||
1148 | # CD-ROM/DVD Filesystems | ||
1149 | # | ||
1150 | # CONFIG_ISO9660_FS is not set | ||
1151 | # CONFIG_UDF_FS is not set | ||
1152 | |||
1153 | # | ||
1154 | # DOS/FAT/NT Filesystems | ||
1155 | # | ||
1156 | # CONFIG_MSDOS_FS is not set | ||
1157 | # CONFIG_VFAT_FS is not set | ||
1158 | # CONFIG_NTFS_FS is not set | ||
1159 | |||
1160 | # | ||
1161 | # Pseudo filesystems | ||
1162 | # | ||
1163 | CONFIG_PROC_FS=y | ||
1164 | CONFIG_PROC_SYSCTL=y | ||
1165 | CONFIG_SYSFS=y | ||
1166 | # CONFIG_TMPFS is not set | ||
1167 | # CONFIG_HUGETLB_PAGE is not set | ||
1168 | CONFIG_RAMFS=y | ||
1169 | # CONFIG_CONFIGFS_FS is not set | ||
1170 | |||
1171 | # | ||
1172 | # Miscellaneous filesystems | ||
1173 | # | ||
1174 | # CONFIG_ADFS_FS is not set | ||
1175 | # CONFIG_AFFS_FS is not set | ||
1176 | # CONFIG_HFS_FS is not set | ||
1177 | # CONFIG_HFSPLUS_FS is not set | ||
1178 | # CONFIG_BEFS_FS is not set | ||
1179 | # CONFIG_BFS_FS is not set | ||
1180 | # CONFIG_EFS_FS is not set | ||
1181 | CONFIG_YAFFS_FS=m | ||
1182 | CONFIG_YAFFS_YAFFS1=y | ||
1183 | # CONFIG_YAFFS_DOES_ECC is not set | ||
1184 | CONFIG_YAFFS_YAFFS2=y | ||
1185 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
1186 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
1187 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
1188 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
1189 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
1190 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
1191 | CONFIG_JFFS2_FS=m | ||
1192 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1193 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1194 | # CONFIG_JFFS2_SUMMARY is not set | ||
1195 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1196 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1197 | CONFIG_JFFS2_ZLIB=y | ||
1198 | CONFIG_JFFS2_RTIME=y | ||
1199 | # CONFIG_JFFS2_RUBIN is not set | ||
1200 | # CONFIG_CRAMFS is not set | ||
1201 | # CONFIG_VXFS_FS is not set | ||
1202 | # CONFIG_HPFS_FS is not set | ||
1203 | # CONFIG_QNX4FS_FS is not set | ||
1204 | # CONFIG_SYSV_FS is not set | ||
1205 | # CONFIG_UFS_FS is not set | ||
1206 | |||
1207 | # | ||
1208 | # Network File Systems | ||
1209 | # | ||
1210 | CONFIG_NFS_FS=m | ||
1211 | CONFIG_NFS_V3=y | ||
1212 | # CONFIG_NFS_V3_ACL is not set | ||
1213 | # CONFIG_NFS_V4 is not set | ||
1214 | # CONFIG_NFS_DIRECTIO is not set | ||
1215 | # CONFIG_NFSD is not set | ||
1216 | CONFIG_LOCKD=m | ||
1217 | CONFIG_LOCKD_V4=y | ||
1218 | CONFIG_NFS_COMMON=y | ||
1219 | CONFIG_SUNRPC=m | ||
1220 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1221 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1222 | CONFIG_SMB_FS=m | ||
1223 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
1224 | # CONFIG_CIFS is not set | ||
1225 | # CONFIG_NCP_FS is not set | ||
1226 | # CONFIG_CODA_FS is not set | ||
1227 | # CONFIG_AFS_FS is not set | ||
1228 | # CONFIG_9P_FS is not set | ||
1229 | |||
1230 | # | ||
1231 | # Partition Types | ||
1232 | # | ||
1233 | # CONFIG_PARTITION_ADVANCED is not set | ||
1234 | CONFIG_MSDOS_PARTITION=y | ||
1235 | |||
1236 | # | ||
1237 | # Native Language Support | ||
1238 | # | ||
1239 | CONFIG_NLS=m | ||
1240 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1241 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1242 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1243 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1244 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1245 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1246 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1247 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1248 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1249 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1250 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1251 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1252 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1253 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1254 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1255 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1256 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1257 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1258 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1259 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1260 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1261 | # CONFIG_NLS_ISO8859_8 is not set | ||
1262 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1263 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1264 | # CONFIG_NLS_ASCII is not set | ||
1265 | # CONFIG_NLS_ISO8859_1 is not set | ||
1266 | # CONFIG_NLS_ISO8859_2 is not set | ||
1267 | # CONFIG_NLS_ISO8859_3 is not set | ||
1268 | # CONFIG_NLS_ISO8859_4 is not set | ||
1269 | # CONFIG_NLS_ISO8859_5 is not set | ||
1270 | # CONFIG_NLS_ISO8859_6 is not set | ||
1271 | # CONFIG_NLS_ISO8859_7 is not set | ||
1272 | # CONFIG_NLS_ISO8859_9 is not set | ||
1273 | # CONFIG_NLS_ISO8859_13 is not set | ||
1274 | # CONFIG_NLS_ISO8859_14 is not set | ||
1275 | # CONFIG_NLS_ISO8859_15 is not set | ||
1276 | # CONFIG_NLS_KOI8_R is not set | ||
1277 | # CONFIG_NLS_KOI8_U is not set | ||
1278 | # CONFIG_NLS_UTF8 is not set | ||
1279 | |||
1280 | # | ||
1281 | # Distributed Lock Manager | ||
1282 | # | ||
1283 | # CONFIG_DLM is not set | ||
1284 | |||
1285 | # | ||
1286 | # Profiling support | ||
1287 | # | ||
1288 | # CONFIG_PROFILING is not set | ||
1289 | |||
1290 | # | ||
1291 | # Kernel hacking | ||
1292 | # | ||
1293 | # CONFIG_PRINTK_TIME is not set | ||
1294 | CONFIG_ENABLE_MUST_CHECK=y | ||
1295 | # CONFIG_MAGIC_SYSRQ is not set | ||
1296 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1297 | # CONFIG_DEBUG_FS is not set | ||
1298 | # CONFIG_HEADERS_CHECK is not set | ||
1299 | # CONFIG_DEBUG_KERNEL is not set | ||
1300 | CONFIG_LOG_BUF_SHIFT=14 | ||
1301 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1302 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
1303 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
1304 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
1305 | CONFIG_CPLB_INFO=y | ||
1306 | CONFIG_ACCESS_CHECK=y | ||
1307 | |||
1308 | # | ||
1309 | # Security options | ||
1310 | # | ||
1311 | # CONFIG_KEYS is not set | ||
1312 | CONFIG_SECURITY=y | ||
1313 | # CONFIG_SECURITY_NETWORK is not set | ||
1314 | CONFIG_SECURITY_CAPABILITIES=y | ||
1315 | |||
1316 | # | ||
1317 | # Cryptographic options | ||
1318 | # | ||
1319 | # CONFIG_CRYPTO is not set | ||
1320 | |||
1321 | # | ||
1322 | # Library routines | ||
1323 | # | ||
1324 | CONFIG_BITREVERSE=y | ||
1325 | CONFIG_CRC_CCITT=m | ||
1326 | # CONFIG_CRC16 is not set | ||
1327 | CONFIG_CRC32=y | ||
1328 | # CONFIG_LIBCRC32C is not set | ||
1329 | CONFIG_ZLIB_INFLATE=y | ||
1330 | CONFIG_ZLIB_DEFLATE=m | ||
1331 | CONFIG_PLIST=y | ||
1332 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/blackfin/configs/BF561-EZKIT_defconfig b/arch/blackfin/configs/BF561-EZKIT_defconfig new file mode 100644 index 000000000000..e32ca2072cbf --- /dev/null +++ b/arch/blackfin/configs/BF561-EZKIT_defconfig | |||
@@ -0,0 +1,1073 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.19.3 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_BFIN=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_UCLINUX=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_UTS_NS is not set | ||
40 | # CONFIG_AUDIT is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | # CONFIG_RELAY is not set | ||
43 | CONFIG_INITRAMFS_SOURCE="" | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
45 | CONFIG_SYSCTL=y | ||
46 | CONFIG_EMBEDDED=y | ||
47 | # CONFIG_UID16 is not set | ||
48 | CONFIG_SYSCTL_SYSCALL=y | ||
49 | CONFIG_KALLSYMS=y | ||
50 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
51 | CONFIG_HOTPLUG=y | ||
52 | CONFIG_PRINTK=y | ||
53 | CONFIG_BUG=y | ||
54 | CONFIG_ELF_CORE=y | ||
55 | CONFIG_BASE_FULL=y | ||
56 | CONFIG_FUTEX=y | ||
57 | CONFIG_EPOLL=y | ||
58 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
59 | # CONFIG_LIMIT_PAGECACHE is not set | ||
60 | CONFIG_BUDDY=y | ||
61 | # CONFIG_NP2 is not set | ||
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | ||
64 | CONFIG_RT_MUTEXES=y | ||
65 | CONFIG_TINY_SHMEM=y | ||
66 | CONFIG_BASE_SMALL=0 | ||
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | ||
73 | CONFIG_MODULE_UNLOAD=y | ||
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
75 | # CONFIG_MODVERSIONS is not set | ||
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
77 | CONFIG_KMOD=y | ||
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | |||
85 | # | ||
86 | # IO Schedulers | ||
87 | # | ||
88 | CONFIG_IOSCHED_NOOP=y | ||
89 | CONFIG_IOSCHED_AS=y | ||
90 | # CONFIG_IOSCHED_DEADLINE is not set | ||
91 | CONFIG_IOSCHED_CFQ=y | ||
92 | CONFIG_DEFAULT_AS=y | ||
93 | # CONFIG_DEFAULT_DEADLINE is not set | ||
94 | # CONFIG_DEFAULT_CFQ is not set | ||
95 | # CONFIG_DEFAULT_NOOP is not set | ||
96 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
97 | # CONFIG_PREEMPT_NONE is not set | ||
98 | CONFIG_PREEMPT_VOLUNTARY=y | ||
99 | # CONFIG_PREEMPT is not set | ||
100 | |||
101 | # | ||
102 | # Blackfin Processor Options | ||
103 | # | ||
104 | |||
105 | # | ||
106 | # Processor and Board Settings | ||
107 | # | ||
108 | # CONFIG_BF531 is not set | ||
109 | # CONFIG_BF532 is not set | ||
110 | # CONFIG_BF533 is not set | ||
111 | # CONFIG_BF534 is not set | ||
112 | # CONFIG_BF535 is not set | ||
113 | # CONFIG_BF536 is not set | ||
114 | # CONFIG_BF537 is not set | ||
115 | CONFIG_BF561=y | ||
116 | # CONFIG_BF_REV_0_2 is not set | ||
117 | CONFIG_BF_REV_0_3=y | ||
118 | # CONFIG_BF_REV_0_4 is not set | ||
119 | # CONFIG_BF_REV_0_5 is not set | ||
120 | CONFIG_BFIN_DUAL_CORE=y | ||
121 | # CONFIG_BFIN533_EZKIT is not set | ||
122 | # CONFIG_BFIN533_STAMP is not set | ||
123 | # CONFIG_BFIN537_STAMP is not set | ||
124 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
125 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
126 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
127 | CONFIG_BFIN561_EZKIT=y | ||
128 | # CONFIG_PNAV10 is not set | ||
129 | # CONFIG_GENERIC_BOARD is not set | ||
130 | CONFIG_MEM_MT48LC16M16A2TG_75=y | ||
131 | |||
132 | # | ||
133 | # BF561 Specific Configuration | ||
134 | # | ||
135 | |||
136 | # | ||
137 | # Core B Support | ||
138 | # | ||
139 | |||
140 | # | ||
141 | # Core B Support | ||
142 | # | ||
143 | CONFIG_BF561_COREB=y | ||
144 | CONFIG_BF561_COREB_RESET=y | ||
145 | |||
146 | # | ||
147 | # Interrupt Priority Assignment | ||
148 | # | ||
149 | |||
150 | # | ||
151 | # Priority | ||
152 | # | ||
153 | CONFIG_IRQ_PLL_WAKEUP=7 | ||
154 | CONFIG_IRQ_DMA1_ERROR=7 | ||
155 | CONFIG_IRQ_DMA2_ERROR=7 | ||
156 | CONFIG_IRQ_IMDMA_ERROR=7 | ||
157 | CONFIG_IRQ_PPI0_ERROR=7 | ||
158 | CONFIG_IRQ_PPI1_ERROR=7 | ||
159 | CONFIG_IRQ_SPORT0_ERROR=7 | ||
160 | CONFIG_IRQ_SPORT1_ERROR=7 | ||
161 | CONFIG_IRQ_SPI_ERROR=7 | ||
162 | CONFIG_IRQ_UART_ERROR=7 | ||
163 | CONFIG_IRQ_RESERVED_ERROR=7 | ||
164 | CONFIG_IRQ_DMA1_0=8 | ||
165 | CONFIG_IRQ_DMA1_1=8 | ||
166 | CONFIG_IRQ_DMA1_2=8 | ||
167 | CONFIG_IRQ_DMA1_3=8 | ||
168 | CONFIG_IRQ_DMA1_4=8 | ||
169 | CONFIG_IRQ_DMA1_5=8 | ||
170 | CONFIG_IRQ_DMA1_6=8 | ||
171 | CONFIG_IRQ_DMA1_7=8 | ||
172 | CONFIG_IRQ_DMA1_8=8 | ||
173 | CONFIG_IRQ_DMA1_9=8 | ||
174 | CONFIG_IRQ_DMA1_10=8 | ||
175 | CONFIG_IRQ_DMA1_11=8 | ||
176 | CONFIG_IRQ_DMA2_0=9 | ||
177 | CONFIG_IRQ_DMA2_1=9 | ||
178 | CONFIG_IRQ_DMA2_2=9 | ||
179 | CONFIG_IRQ_DMA2_3=9 | ||
180 | CONFIG_IRQ_DMA2_4=9 | ||
181 | CONFIG_IRQ_DMA2_5=9 | ||
182 | CONFIG_IRQ_DMA2_6=9 | ||
183 | CONFIG_IRQ_DMA2_7=9 | ||
184 | CONFIG_IRQ_DMA2_8=9 | ||
185 | CONFIG_IRQ_DMA2_9=9 | ||
186 | CONFIG_IRQ_DMA2_10=9 | ||
187 | CONFIG_IRQ_DMA2_11=9 | ||
188 | CONFIG_IRQ_TIMER0=10 | ||
189 | CONFIG_IRQ_TIMER1=10 | ||
190 | CONFIG_IRQ_TIMER2=10 | ||
191 | CONFIG_IRQ_TIMER3=10 | ||
192 | CONFIG_IRQ_TIMER4=10 | ||
193 | CONFIG_IRQ_TIMER5=10 | ||
194 | CONFIG_IRQ_TIMER6=10 | ||
195 | CONFIG_IRQ_TIMER7=10 | ||
196 | CONFIG_IRQ_TIMER8=10 | ||
197 | CONFIG_IRQ_TIMER9=10 | ||
198 | CONFIG_IRQ_TIMER10=10 | ||
199 | CONFIG_IRQ_TIMER11=10 | ||
200 | CONFIG_IRQ_PROG0_INTA=11 | ||
201 | CONFIG_IRQ_PROG0_INTB=11 | ||
202 | CONFIG_IRQ_PROG1_INTA=11 | ||
203 | CONFIG_IRQ_PROG1_INTB=11 | ||
204 | CONFIG_IRQ_PROG2_INTA=11 | ||
205 | CONFIG_IRQ_PROG2_INTB=11 | ||
206 | CONFIG_IRQ_DMA1_WRRD0=8 | ||
207 | CONFIG_IRQ_DMA1_WRRD1=8 | ||
208 | CONFIG_IRQ_DMA2_WRRD0=9 | ||
209 | CONFIG_IRQ_DMA2_WRRD1=9 | ||
210 | CONFIG_IRQ_IMDMA_WRRD0=12 | ||
211 | CONFIG_IRQ_IMDMA_WRRD1=12 | ||
212 | CONFIG_IRQ_WDTIMER=13 | ||
213 | |||
214 | # | ||
215 | # Board customizations | ||
216 | # | ||
217 | |||
218 | # | ||
219 | # Board Setup | ||
220 | # | ||
221 | CONFIG_CLKIN_HZ=30000000 | ||
222 | CONFIG_MEM_SIZE=64 | ||
223 | CONFIG_MEM_ADD_WIDTH=9 | ||
224 | CONFIG_BOOT_LOAD=0x1000 | ||
225 | |||
226 | # | ||
227 | # Console UART Setup | ||
228 | # | ||
229 | # CONFIG_BAUD_9600 is not set | ||
230 | # CONFIG_BAUD_19200 is not set | ||
231 | # CONFIG_BAUD_38400 is not set | ||
232 | CONFIG_BAUD_57600=y | ||
233 | # CONFIG_BAUD_115200 is not set | ||
234 | CONFIG_BAUD_NO_PARITY=y | ||
235 | # CONFIG_BAUD_PARITY is not set | ||
236 | CONFIG_BAUD_1_STOPBIT=y | ||
237 | # CONFIG_BAUD_2_STOPBIT is not set | ||
238 | |||
239 | # | ||
240 | # Blackfin Kernel Optimizations | ||
241 | # | ||
242 | |||
243 | # | ||
244 | # Timer Tick | ||
245 | # | ||
246 | # CONFIG_HZ_100 is not set | ||
247 | CONFIG_HZ_250=y | ||
248 | # CONFIG_HZ_1000 is not set | ||
249 | CONFIG_HZ=250 | ||
250 | |||
251 | # | ||
252 | # Memory Optimizations | ||
253 | # | ||
254 | CONFIG_I_ENTRY_L1=y | ||
255 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
256 | CONFIG_DO_IRQ_L1=y | ||
257 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
258 | CONFIG_IDLE_L1=y | ||
259 | CONFIG_SCHEDULE_L1=y | ||
260 | CONFIG_ARITHMETIC_OPS_L1=y | ||
261 | CONFIG_ACCESS_OK_L1=y | ||
262 | CONFIG_MEMSET_L1=y | ||
263 | CONFIG_MEMCPY_L1=y | ||
264 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
265 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
266 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
267 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
268 | CONFIG_RAMKERNEL=y | ||
269 | # CONFIG_ROMKERNEL is not set | ||
270 | CONFIG_SELECT_MEMORY_MODEL=y | ||
271 | CONFIG_FLATMEM_MANUAL=y | ||
272 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
273 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
274 | CONFIG_FLATMEM=y | ||
275 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
276 | # CONFIG_SPARSEMEM_STATIC is not set | ||
277 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
278 | # CONFIG_RESOURCES_64BIT is not set | ||
279 | CONFIG_LARGE_ALLOCS=y | ||
280 | CONFIG_BFIN_DMA_5XX=y | ||
281 | # CONFIG_DMA_UNCACHED_2M is not set | ||
282 | CONFIG_DMA_UNCACHED_1M=y | ||
283 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
284 | |||
285 | # | ||
286 | # Cache Support | ||
287 | # | ||
288 | CONFIG_BLKFIN_CACHE=y | ||
289 | CONFIG_BLKFIN_DCACHE=y | ||
290 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
291 | # CONFIG_BLKFIN_CACHE_LOCK is not set | ||
292 | # CONFIG_BLKFIN_WB is not set | ||
293 | CONFIG_BLKFIN_WT=y | ||
294 | CONFIG_L1_MAX_PIECE=16 | ||
295 | |||
296 | # | ||
297 | # Clock Settings | ||
298 | # | ||
299 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
300 | |||
301 | # | ||
302 | # Asynchonous Memory Configuration | ||
303 | # | ||
304 | |||
305 | # | ||
306 | # EBIU_AMBCTL Global Control | ||
307 | # | ||
308 | CONFIG_C_AMCKEN=y | ||
309 | CONFIG_C_CDPRIO=y | ||
310 | CONFIG_C_B0PEN=y | ||
311 | CONFIG_C_B1PEN=y | ||
312 | CONFIG_C_B2PEN=y | ||
313 | # CONFIG_C_B3PEN is not set | ||
314 | # CONFIG_C_AMBEN is not set | ||
315 | # CONFIG_C_AMBEN_B0 is not set | ||
316 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
317 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
318 | CONFIG_C_AMBEN_ALL=y | ||
319 | |||
320 | # | ||
321 | # EBIU_AMBCTL Control | ||
322 | # | ||
323 | CONFIG_BANK_0=0x7BB0 | ||
324 | CONFIG_BANK_1=0x7BB0 | ||
325 | CONFIG_BANK_2=0x7BB0 | ||
326 | CONFIG_BANK_3=0x99B3 | ||
327 | |||
328 | # | ||
329 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
330 | # | ||
331 | # CONFIG_PCI is not set | ||
332 | |||
333 | # | ||
334 | # PCCARD (PCMCIA/CardBus) support | ||
335 | # | ||
336 | # CONFIG_PCCARD is not set | ||
337 | |||
338 | # | ||
339 | # PCI Hotplug Support | ||
340 | # | ||
341 | |||
342 | # | ||
343 | # Executable file formats | ||
344 | # | ||
345 | CONFIG_BINFMT_ELF_FDPIC=y | ||
346 | CONFIG_BINFMT_FLAT=y | ||
347 | CONFIG_BINFMT_ZFLAT=y | ||
348 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
349 | # CONFIG_BINFMT_MISC is not set | ||
350 | |||
351 | # | ||
352 | # Power management options | ||
353 | # | ||
354 | # CONFIG_PM is not set | ||
355 | |||
356 | # | ||
357 | # Networking | ||
358 | # | ||
359 | CONFIG_NET=y | ||
360 | |||
361 | # | ||
362 | # Networking options | ||
363 | # | ||
364 | # CONFIG_NETDEBUG is not set | ||
365 | CONFIG_PACKET=y | ||
366 | # CONFIG_PACKET_MMAP is not set | ||
367 | CONFIG_UNIX=y | ||
368 | CONFIG_XFRM=y | ||
369 | # CONFIG_XFRM_USER is not set | ||
370 | # CONFIG_XFRM_SUB_POLICY is not set | ||
371 | # CONFIG_NET_KEY is not set | ||
372 | CONFIG_INET=y | ||
373 | # CONFIG_IP_MULTICAST is not set | ||
374 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
375 | CONFIG_IP_FIB_HASH=y | ||
376 | CONFIG_IP_PNP=y | ||
377 | # CONFIG_IP_PNP_DHCP is not set | ||
378 | # CONFIG_IP_PNP_BOOTP is not set | ||
379 | # CONFIG_IP_PNP_RARP is not set | ||
380 | # CONFIG_NET_IPIP is not set | ||
381 | # CONFIG_NET_IPGRE is not set | ||
382 | # CONFIG_ARPD is not set | ||
383 | CONFIG_SYN_COOKIES=y | ||
384 | # CONFIG_INET_AH is not set | ||
385 | # CONFIG_INET_ESP is not set | ||
386 | # CONFIG_INET_IPCOMP is not set | ||
387 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
388 | # CONFIG_INET_TUNNEL is not set | ||
389 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
390 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
391 | CONFIG_INET_XFRM_MODE_BEET=y | ||
392 | CONFIG_INET_DIAG=y | ||
393 | CONFIG_INET_TCP_DIAG=y | ||
394 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
395 | CONFIG_TCP_CONG_CUBIC=y | ||
396 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
397 | # CONFIG_IPV6 is not set | ||
398 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
399 | # CONFIG_INET6_TUNNEL is not set | ||
400 | # CONFIG_NETLABEL is not set | ||
401 | # CONFIG_NETWORK_SECMARK is not set | ||
402 | # CONFIG_NETFILTER is not set | ||
403 | |||
404 | # | ||
405 | # DCCP Configuration (EXPERIMENTAL) | ||
406 | # | ||
407 | # CONFIG_IP_DCCP is not set | ||
408 | |||
409 | # | ||
410 | # SCTP Configuration (EXPERIMENTAL) | ||
411 | # | ||
412 | # CONFIG_IP_SCTP is not set | ||
413 | |||
414 | # | ||
415 | # TIPC Configuration (EXPERIMENTAL) | ||
416 | # | ||
417 | # CONFIG_TIPC is not set | ||
418 | # CONFIG_ATM is not set | ||
419 | # CONFIG_BRIDGE is not set | ||
420 | # CONFIG_VLAN_8021Q is not set | ||
421 | # CONFIG_DECNET is not set | ||
422 | # CONFIG_LLC2 is not set | ||
423 | # CONFIG_IPX is not set | ||
424 | # CONFIG_ATALK is not set | ||
425 | # CONFIG_X25 is not set | ||
426 | # CONFIG_LAPB is not set | ||
427 | # CONFIG_ECONET is not set | ||
428 | # CONFIG_WAN_ROUTER is not set | ||
429 | |||
430 | # | ||
431 | # QoS and/or fair queueing | ||
432 | # | ||
433 | # CONFIG_NET_SCHED is not set | ||
434 | |||
435 | # | ||
436 | # Network testing | ||
437 | # | ||
438 | # CONFIG_NET_PKTGEN is not set | ||
439 | # CONFIG_HAMRADIO is not set | ||
440 | # CONFIG_IRDA is not set | ||
441 | # CONFIG_BT is not set | ||
442 | # CONFIG_IEEE80211 is not set | ||
443 | |||
444 | # | ||
445 | # Device Drivers | ||
446 | # | ||
447 | |||
448 | # | ||
449 | # Generic Driver Options | ||
450 | # | ||
451 | CONFIG_STANDALONE=y | ||
452 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
453 | # CONFIG_FW_LOADER is not set | ||
454 | # CONFIG_SYS_HYPERVISOR is not set | ||
455 | |||
456 | # | ||
457 | # Connector - unified userspace <-> kernelspace linker | ||
458 | # | ||
459 | # CONFIG_CONNECTOR is not set | ||
460 | |||
461 | # | ||
462 | # Memory Technology Devices (MTD) | ||
463 | # | ||
464 | CONFIG_MTD=y | ||
465 | # CONFIG_MTD_DEBUG is not set | ||
466 | # CONFIG_MTD_CONCAT is not set | ||
467 | CONFIG_MTD_PARTITIONS=y | ||
468 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
469 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
470 | |||
471 | # | ||
472 | # User Modules And Translation Layers | ||
473 | # | ||
474 | CONFIG_MTD_CHAR=m | ||
475 | CONFIG_MTD_BLOCK=y | ||
476 | # CONFIG_FTL is not set | ||
477 | # CONFIG_NFTL is not set | ||
478 | # CONFIG_INFTL is not set | ||
479 | # CONFIG_RFD_FTL is not set | ||
480 | # CONFIG_SSFDC is not set | ||
481 | |||
482 | # | ||
483 | # RAM/ROM/Flash chip drivers | ||
484 | # | ||
485 | # CONFIG_MTD_CFI is not set | ||
486 | CONFIG_MTD_JEDECPROBE=m | ||
487 | CONFIG_MTD_GEN_PROBE=m | ||
488 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
489 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
490 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
491 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
492 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
493 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
494 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
495 | CONFIG_MTD_CFI_I1=y | ||
496 | CONFIG_MTD_CFI_I2=y | ||
497 | # CONFIG_MTD_CFI_I4 is not set | ||
498 | # CONFIG_MTD_CFI_I8 is not set | ||
499 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
500 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
501 | # CONFIG_MTD_CFI_STAA is not set | ||
502 | CONFIG_MTD_MW320D=m | ||
503 | CONFIG_MTD_RAM=y | ||
504 | CONFIG_MTD_ROM=m | ||
505 | # CONFIG_MTD_ABSENT is not set | ||
506 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
507 | |||
508 | # | ||
509 | # Mapping drivers for chip access | ||
510 | # | ||
511 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
512 | # CONFIG_MTD_PHYSMAP is not set | ||
513 | # CONFIG_MTD_EZKIT561 is not set | ||
514 | CONFIG_MTD_BF5xx=m | ||
515 | CONFIG_BFIN_FLASH_SIZE=0x0400000 | ||
516 | CONFIG_EBIU_FLASH_BASE=0x20000000 | ||
517 | |||
518 | # | ||
519 | # FLASH_EBIU_AMBCTL Control | ||
520 | # | ||
521 | CONFIG_BFIN_FLASH_BANK_0=0x7BB0 | ||
522 | CONFIG_BFIN_FLASH_BANK_1=0x7BB0 | ||
523 | CONFIG_BFIN_FLASH_BANK_2=0x7BB0 | ||
524 | CONFIG_BFIN_FLASH_BANK_3=0x7BB0 | ||
525 | # CONFIG_MTD_UCLINUX is not set | ||
526 | # CONFIG_MTD_PLATRAM is not set | ||
527 | |||
528 | # | ||
529 | # Self-contained MTD device drivers | ||
530 | # | ||
531 | # CONFIG_MTD_SLRAM is not set | ||
532 | # CONFIG_MTD_PHRAM is not set | ||
533 | # CONFIG_MTD_MTDRAM is not set | ||
534 | # CONFIG_MTD_BLOCK2MTD is not set | ||
535 | |||
536 | # | ||
537 | # Disk-On-Chip Device Drivers | ||
538 | # | ||
539 | # CONFIG_MTD_DOC2000 is not set | ||
540 | # CONFIG_MTD_DOC2001 is not set | ||
541 | # CONFIG_MTD_DOC2001PLUS is not set | ||
542 | |||
543 | # | ||
544 | # NAND Flash Device Drivers | ||
545 | # | ||
546 | # CONFIG_MTD_NAND is not set | ||
547 | |||
548 | # | ||
549 | # OneNAND Flash Device Drivers | ||
550 | # | ||
551 | # CONFIG_MTD_ONENAND is not set | ||
552 | |||
553 | # | ||
554 | # Parallel port support | ||
555 | # | ||
556 | # CONFIG_PARPORT is not set | ||
557 | |||
558 | # | ||
559 | # Plug and Play support | ||
560 | # | ||
561 | |||
562 | # | ||
563 | # Block devices | ||
564 | # | ||
565 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
566 | # CONFIG_BLK_DEV_LOOP is not set | ||
567 | # CONFIG_BLK_DEV_NBD is not set | ||
568 | CONFIG_BLK_DEV_RAM=y | ||
569 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
570 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
571 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
572 | # CONFIG_BLK_DEV_INITRD is not set | ||
573 | # CONFIG_CDROM_PKTCDVD is not set | ||
574 | # CONFIG_ATA_OVER_ETH is not set | ||
575 | |||
576 | # | ||
577 | # Misc devices | ||
578 | # | ||
579 | # CONFIG_TIFM_CORE is not set | ||
580 | |||
581 | # | ||
582 | # ATA/ATAPI/MFM/RLL support | ||
583 | # | ||
584 | # CONFIG_IDE is not set | ||
585 | |||
586 | # | ||
587 | # SCSI device support | ||
588 | # | ||
589 | # CONFIG_RAID_ATTRS is not set | ||
590 | # CONFIG_SCSI is not set | ||
591 | # CONFIG_SCSI_NETLINK is not set | ||
592 | |||
593 | # | ||
594 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
595 | # | ||
596 | # CONFIG_ATA is not set | ||
597 | |||
598 | # | ||
599 | # Multi-device support (RAID and LVM) | ||
600 | # | ||
601 | # CONFIG_MD is not set | ||
602 | |||
603 | # | ||
604 | # Fusion MPT device support | ||
605 | # | ||
606 | # CONFIG_FUSION is not set | ||
607 | |||
608 | # | ||
609 | # IEEE 1394 (FireWire) support | ||
610 | # | ||
611 | |||
612 | # | ||
613 | # I2O device support | ||
614 | # | ||
615 | |||
616 | # | ||
617 | # Network device support | ||
618 | # | ||
619 | CONFIG_NETDEVICES=y | ||
620 | # CONFIG_DUMMY is not set | ||
621 | # CONFIG_BONDING is not set | ||
622 | # CONFIG_EQUALIZER is not set | ||
623 | # CONFIG_TUN is not set | ||
624 | |||
625 | # | ||
626 | # PHY device support | ||
627 | # | ||
628 | # CONFIG_PHYLIB is not set | ||
629 | |||
630 | # | ||
631 | # Ethernet (10 or 100Mbit) | ||
632 | # | ||
633 | CONFIG_NET_ETHERNET=y | ||
634 | CONFIG_MII=y | ||
635 | CONFIG_SMC91X=y | ||
636 | |||
637 | # | ||
638 | # Ethernet (1000 Mbit) | ||
639 | # | ||
640 | |||
641 | # | ||
642 | # Ethernet (10000 Mbit) | ||
643 | # | ||
644 | |||
645 | # | ||
646 | # Token Ring devices | ||
647 | # | ||
648 | |||
649 | # | ||
650 | # Wireless LAN (non-hamradio) | ||
651 | # | ||
652 | # CONFIG_NET_RADIO is not set | ||
653 | |||
654 | # | ||
655 | # Wan interfaces | ||
656 | # | ||
657 | # CONFIG_WAN is not set | ||
658 | # CONFIG_PPP is not set | ||
659 | # CONFIG_SLIP is not set | ||
660 | # CONFIG_SHAPER is not set | ||
661 | # CONFIG_NETCONSOLE is not set | ||
662 | # CONFIG_NETPOLL is not set | ||
663 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
664 | |||
665 | # | ||
666 | # ISDN subsystem | ||
667 | # | ||
668 | # CONFIG_ISDN is not set | ||
669 | |||
670 | # | ||
671 | # Telephony Support | ||
672 | # | ||
673 | # CONFIG_PHONE is not set | ||
674 | |||
675 | # | ||
676 | # Input device support | ||
677 | # | ||
678 | # CONFIG_INPUT is not set | ||
679 | |||
680 | # | ||
681 | # Hardware I/O ports | ||
682 | # | ||
683 | # CONFIG_SERIO is not set | ||
684 | # CONFIG_GAMEPORT is not set | ||
685 | |||
686 | # | ||
687 | # Character devices | ||
688 | # | ||
689 | # CONFIG_AD9960 is not set | ||
690 | # CONFIG_SPI_ADC_BF533 is not set | ||
691 | # CONFIG_BF533_PFLAGS is not set | ||
692 | # CONFIG_BF5xx_PPIFCD is not set | ||
693 | # CONFIG_BF5xx_TIMERS is not set | ||
694 | # CONFIG_BF5xx_PPI is not set | ||
695 | # CONFIG_BFIN_SPORT is not set | ||
696 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
697 | # CONFIG_VT is not set | ||
698 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
699 | |||
700 | # | ||
701 | # Serial drivers | ||
702 | # | ||
703 | # CONFIG_SERIAL_8250 is not set | ||
704 | |||
705 | # | ||
706 | # Non-8250 serial port support | ||
707 | # | ||
708 | CONFIG_SERIAL_BFIN=y | ||
709 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
710 | CONFIG_SERIAL_BFIN_DMA=y | ||
711 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
712 | CONFIG_SERIAL_BFIN_UART0=y | ||
713 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
714 | CONFIG_SERIAL_CORE=y | ||
715 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
716 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
717 | CONFIG_UNIX98_PTYS=y | ||
718 | # CONFIG_LEGACY_PTYS is not set | ||
719 | |||
720 | # | ||
721 | # CAN, the car bus and industrial fieldbus | ||
722 | # | ||
723 | # CONFIG_CAN4LINUX is not set | ||
724 | |||
725 | # | ||
726 | # IPMI | ||
727 | # | ||
728 | # CONFIG_IPMI_HANDLER is not set | ||
729 | |||
730 | # | ||
731 | # Watchdog Cards | ||
732 | # | ||
733 | # CONFIG_WATCHDOG is not set | ||
734 | CONFIG_HW_RANDOM=y | ||
735 | # CONFIG_GEN_RTC is not set | ||
736 | # CONFIG_BLACKFIN_DPMC is not set | ||
737 | # CONFIG_DTLK is not set | ||
738 | # CONFIG_R3964 is not set | ||
739 | |||
740 | # | ||
741 | # Ftape, the floppy tape device driver | ||
742 | # | ||
743 | # CONFIG_RAW_DRIVER is not set | ||
744 | |||
745 | # | ||
746 | # TPM devices | ||
747 | # | ||
748 | # CONFIG_TCG_TPM is not set | ||
749 | |||
750 | # | ||
751 | # I2C support | ||
752 | # | ||
753 | # CONFIG_I2C is not set | ||
754 | |||
755 | # | ||
756 | # SPI support | ||
757 | # | ||
758 | # CONFIG_SPI is not set | ||
759 | # CONFIG_SPI_MASTER is not set | ||
760 | |||
761 | # | ||
762 | # Dallas's 1-wire bus | ||
763 | # | ||
764 | # CONFIG_W1 is not set | ||
765 | |||
766 | # | ||
767 | # Hardware Monitoring support | ||
768 | # | ||
769 | CONFIG_HWMON=y | ||
770 | # CONFIG_HWMON_VID is not set | ||
771 | # CONFIG_SENSORS_ABITUGURU is not set | ||
772 | # CONFIG_SENSORS_F71805F is not set | ||
773 | # CONFIG_SENSORS_VT1211 is not set | ||
774 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
775 | |||
776 | # | ||
777 | # Multimedia devices | ||
778 | # | ||
779 | # CONFIG_VIDEO_DEV is not set | ||
780 | |||
781 | # | ||
782 | # Digital Video Broadcasting Devices | ||
783 | # | ||
784 | # CONFIG_DVB is not set | ||
785 | |||
786 | # | ||
787 | # Graphics support | ||
788 | # | ||
789 | CONFIG_FIRMWARE_EDID=y | ||
790 | # CONFIG_FB is not set | ||
791 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
792 | |||
793 | # | ||
794 | # Sound | ||
795 | # | ||
796 | # CONFIG_SOUND is not set | ||
797 | |||
798 | # | ||
799 | # USB support | ||
800 | # | ||
801 | CONFIG_USB_ARCH_HAS_HCD=y | ||
802 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
803 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
804 | # CONFIG_USB is not set | ||
805 | |||
806 | # | ||
807 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
808 | # | ||
809 | |||
810 | # | ||
811 | # USB Gadget Support | ||
812 | # | ||
813 | # CONFIG_USB_GADGET is not set | ||
814 | |||
815 | # | ||
816 | # MMC/SD Card support | ||
817 | # | ||
818 | # CONFIG_MMC is not set | ||
819 | |||
820 | # | ||
821 | # LED devices | ||
822 | # | ||
823 | # CONFIG_NEW_LEDS is not set | ||
824 | |||
825 | # | ||
826 | # LED drivers | ||
827 | # | ||
828 | |||
829 | # | ||
830 | # LED Triggers | ||
831 | # | ||
832 | |||
833 | # | ||
834 | # InfiniBand support | ||
835 | # | ||
836 | |||
837 | # | ||
838 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
839 | # | ||
840 | |||
841 | # | ||
842 | # Real Time Clock | ||
843 | # | ||
844 | # CONFIG_RTC_CLASS is not set | ||
845 | |||
846 | # | ||
847 | # DMA Engine support | ||
848 | # | ||
849 | # CONFIG_DMA_ENGINE is not set | ||
850 | |||
851 | # | ||
852 | # DMA Clients | ||
853 | # | ||
854 | |||
855 | # | ||
856 | # DMA Devices | ||
857 | # | ||
858 | |||
859 | # | ||
860 | # PBX support | ||
861 | # | ||
862 | # CONFIG_PBX is not set | ||
863 | |||
864 | # | ||
865 | # File systems | ||
866 | # | ||
867 | CONFIG_EXT2_FS=y | ||
868 | CONFIG_EXT2_FS_XATTR=y | ||
869 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
870 | # CONFIG_EXT2_FS_SECURITY is not set | ||
871 | # CONFIG_EXT3_FS is not set | ||
872 | # CONFIG_EXT4DEV_FS is not set | ||
873 | CONFIG_FS_MBCACHE=y | ||
874 | # CONFIG_REISERFS_FS is not set | ||
875 | # CONFIG_JFS_FS is not set | ||
876 | # CONFIG_FS_POSIX_ACL is not set | ||
877 | # CONFIG_XFS_FS is not set | ||
878 | # CONFIG_GFS2_FS is not set | ||
879 | # CONFIG_OCFS2_FS is not set | ||
880 | # CONFIG_MINIX_FS is not set | ||
881 | # CONFIG_ROMFS_FS is not set | ||
882 | CONFIG_INOTIFY=y | ||
883 | CONFIG_INOTIFY_USER=y | ||
884 | # CONFIG_QUOTA is not set | ||
885 | CONFIG_DNOTIFY=y | ||
886 | # CONFIG_AUTOFS_FS is not set | ||
887 | # CONFIG_AUTOFS4_FS is not set | ||
888 | # CONFIG_FUSE_FS is not set | ||
889 | |||
890 | # | ||
891 | # CD-ROM/DVD Filesystems | ||
892 | # | ||
893 | # CONFIG_ISO9660_FS is not set | ||
894 | # CONFIG_UDF_FS is not set | ||
895 | |||
896 | # | ||
897 | # DOS/FAT/NT Filesystems | ||
898 | # | ||
899 | # CONFIG_MSDOS_FS is not set | ||
900 | # CONFIG_VFAT_FS is not set | ||
901 | # CONFIG_NTFS_FS is not set | ||
902 | |||
903 | # | ||
904 | # Pseudo filesystems | ||
905 | # | ||
906 | CONFIG_PROC_FS=y | ||
907 | CONFIG_PROC_SYSCTL=y | ||
908 | CONFIG_SYSFS=y | ||
909 | # CONFIG_TMPFS is not set | ||
910 | # CONFIG_HUGETLB_PAGE is not set | ||
911 | CONFIG_RAMFS=y | ||
912 | # CONFIG_CONFIGFS_FS is not set | ||
913 | |||
914 | # | ||
915 | # Miscellaneous filesystems | ||
916 | # | ||
917 | # CONFIG_ADFS_FS is not set | ||
918 | # CONFIG_AFFS_FS is not set | ||
919 | # CONFIG_HFS_FS is not set | ||
920 | # CONFIG_HFSPLUS_FS is not set | ||
921 | # CONFIG_BEFS_FS is not set | ||
922 | # CONFIG_BFS_FS is not set | ||
923 | # CONFIG_EFS_FS is not set | ||
924 | CONFIG_YAFFS_FS=m | ||
925 | CONFIG_YAFFS_YAFFS1=y | ||
926 | # CONFIG_YAFFS_DOES_ECC is not set | ||
927 | CONFIG_YAFFS_YAFFS2=y | ||
928 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
929 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
930 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
931 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
932 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
933 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
934 | # CONFIG_JFFS_FS is not set | ||
935 | CONFIG_JFFS2_FS=m | ||
936 | CONFIG_JFFS2_FS_DEBUG=0 | ||
937 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
938 | # CONFIG_JFFS2_SUMMARY is not set | ||
939 | # CONFIG_JFFS2_FS_XATTR is not set | ||
940 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
941 | CONFIG_JFFS2_ZLIB=y | ||
942 | CONFIG_JFFS2_RTIME=y | ||
943 | # CONFIG_JFFS2_RUBIN is not set | ||
944 | # CONFIG_CRAMFS is not set | ||
945 | # CONFIG_VXFS_FS is not set | ||
946 | # CONFIG_HPFS_FS is not set | ||
947 | # CONFIG_QNX4FS_FS is not set | ||
948 | # CONFIG_SYSV_FS is not set | ||
949 | # CONFIG_UFS_FS is not set | ||
950 | |||
951 | # | ||
952 | # Network File Systems | ||
953 | # | ||
954 | CONFIG_NFS_FS=m | ||
955 | CONFIG_NFS_V3=y | ||
956 | # CONFIG_NFS_V3_ACL is not set | ||
957 | # CONFIG_NFS_V4 is not set | ||
958 | # CONFIG_NFS_DIRECTIO is not set | ||
959 | # CONFIG_NFSD is not set | ||
960 | CONFIG_LOCKD=m | ||
961 | CONFIG_LOCKD_V4=y | ||
962 | CONFIG_NFS_COMMON=y | ||
963 | CONFIG_SUNRPC=m | ||
964 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
965 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
966 | CONFIG_SMB_FS=m | ||
967 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
968 | # CONFIG_CIFS is not set | ||
969 | # CONFIG_NCP_FS is not set | ||
970 | # CONFIG_CODA_FS is not set | ||
971 | # CONFIG_AFS_FS is not set | ||
972 | # CONFIG_9P_FS is not set | ||
973 | |||
974 | # | ||
975 | # Partition Types | ||
976 | # | ||
977 | # CONFIG_PARTITION_ADVANCED is not set | ||
978 | CONFIG_MSDOS_PARTITION=y | ||
979 | |||
980 | # | ||
981 | # Native Language Support | ||
982 | # | ||
983 | CONFIG_NLS=m | ||
984 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
985 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
986 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
987 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
988 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
989 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
990 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
991 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
992 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
993 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
994 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
995 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
996 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
997 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
998 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
999 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1000 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1001 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1002 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1003 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1004 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1005 | # CONFIG_NLS_ISO8859_8 is not set | ||
1006 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1007 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1008 | # CONFIG_NLS_ASCII is not set | ||
1009 | # CONFIG_NLS_ISO8859_1 is not set | ||
1010 | # CONFIG_NLS_ISO8859_2 is not set | ||
1011 | # CONFIG_NLS_ISO8859_3 is not set | ||
1012 | # CONFIG_NLS_ISO8859_4 is not set | ||
1013 | # CONFIG_NLS_ISO8859_5 is not set | ||
1014 | # CONFIG_NLS_ISO8859_6 is not set | ||
1015 | # CONFIG_NLS_ISO8859_7 is not set | ||
1016 | # CONFIG_NLS_ISO8859_9 is not set | ||
1017 | # CONFIG_NLS_ISO8859_13 is not set | ||
1018 | # CONFIG_NLS_ISO8859_14 is not set | ||
1019 | # CONFIG_NLS_ISO8859_15 is not set | ||
1020 | # CONFIG_NLS_KOI8_R is not set | ||
1021 | # CONFIG_NLS_KOI8_U is not set | ||
1022 | # CONFIG_NLS_UTF8 is not set | ||
1023 | |||
1024 | # | ||
1025 | # Profiling support | ||
1026 | # | ||
1027 | # CONFIG_PROFILING is not set | ||
1028 | |||
1029 | # | ||
1030 | # Kernel hacking | ||
1031 | # | ||
1032 | # CONFIG_PRINTK_TIME is not set | ||
1033 | CONFIG_ENABLE_MUST_CHECK=y | ||
1034 | # CONFIG_MAGIC_SYSRQ is not set | ||
1035 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1036 | # CONFIG_DEBUG_KERNEL is not set | ||
1037 | CONFIG_LOG_BUF_SHIFT=14 | ||
1038 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1039 | # CONFIG_DEBUG_FS is not set | ||
1040 | # CONFIG_UNWIND_INFO is not set | ||
1041 | # CONFIG_HEADERS_CHECK is not set | ||
1042 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
1043 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
1044 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
1045 | # CONFIG_DUAL_CORE_TEST_MODULE is not set | ||
1046 | # CONFIG_BOOTPARAM is not set | ||
1047 | # CONFIG_NO_KERNEL_MSG is not set | ||
1048 | CONFIG_CPLB_INFO=y | ||
1049 | # CONFIG_NO_ACCESS_CHECK is not set | ||
1050 | |||
1051 | # | ||
1052 | # Security options | ||
1053 | # | ||
1054 | # CONFIG_KEYS is not set | ||
1055 | CONFIG_SECURITY=y | ||
1056 | # CONFIG_SECURITY_NETWORK is not set | ||
1057 | CONFIG_SECURITY_CAPABILITIES=y | ||
1058 | |||
1059 | # | ||
1060 | # Cryptographic options | ||
1061 | # | ||
1062 | # CONFIG_CRYPTO is not set | ||
1063 | |||
1064 | # | ||
1065 | # Library routines | ||
1066 | # | ||
1067 | # CONFIG_CRC_CCITT is not set | ||
1068 | # CONFIG_CRC16 is not set | ||
1069 | CONFIG_CRC32=y | ||
1070 | # CONFIG_LIBCRC32C is not set | ||
1071 | CONFIG_ZLIB_INFLATE=y | ||
1072 | CONFIG_ZLIB_DEFLATE=m | ||
1073 | CONFIG_PLIST=y | ||
diff --git a/arch/blackfin/configs/PNAV-10_defconfig b/arch/blackfin/configs/PNAV-10_defconfig new file mode 100644 index 000000000000..97b4ffa2b4ac --- /dev/null +++ b/arch/blackfin/configs/PNAV-10_defconfig | |||
@@ -0,0 +1,1253 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.19.3 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_BFIN=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_UCLINUX=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_UTS_NS is not set | ||
40 | # CONFIG_AUDIT is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | # CONFIG_RELAY is not set | ||
43 | CONFIG_INITRAMFS_SOURCE="" | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
45 | CONFIG_SYSCTL=y | ||
46 | CONFIG_EMBEDDED=y | ||
47 | CONFIG_UID16=y | ||
48 | CONFIG_SYSCTL_SYSCALL=y | ||
49 | CONFIG_KALLSYMS=y | ||
50 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
51 | CONFIG_HOTPLUG=y | ||
52 | CONFIG_PRINTK=y | ||
53 | CONFIG_BUG=y | ||
54 | CONFIG_ELF_CORE=y | ||
55 | CONFIG_BASE_FULL=y | ||
56 | CONFIG_FUTEX=y | ||
57 | CONFIG_EPOLL=y | ||
58 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=9 | ||
59 | # CONFIG_LIMIT_PAGECACHE is not set | ||
60 | CONFIG_BUDDY=y | ||
61 | # CONFIG_NP2 is not set | ||
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | ||
64 | CONFIG_RT_MUTEXES=y | ||
65 | CONFIG_TINY_SHMEM=y | ||
66 | CONFIG_BASE_SMALL=0 | ||
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | ||
73 | CONFIG_MODULE_UNLOAD=y | ||
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
75 | # CONFIG_MODVERSIONS is not set | ||
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
77 | CONFIG_KMOD=y | ||
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | |||
85 | # | ||
86 | # IO Schedulers | ||
87 | # | ||
88 | CONFIG_IOSCHED_NOOP=y | ||
89 | CONFIG_IOSCHED_AS=y | ||
90 | # CONFIG_IOSCHED_DEADLINE is not set | ||
91 | CONFIG_IOSCHED_CFQ=y | ||
92 | CONFIG_DEFAULT_AS=y | ||
93 | # CONFIG_DEFAULT_DEADLINE is not set | ||
94 | # CONFIG_DEFAULT_CFQ is not set | ||
95 | # CONFIG_DEFAULT_NOOP is not set | ||
96 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
97 | # CONFIG_PREEMPT_NONE is not set | ||
98 | CONFIG_PREEMPT_VOLUNTARY=y | ||
99 | # CONFIG_PREEMPT is not set | ||
100 | |||
101 | # | ||
102 | # Blackfin Processor Options | ||
103 | # | ||
104 | |||
105 | # | ||
106 | # Processor and Board Settings | ||
107 | # | ||
108 | # CONFIG_BF531 is not set | ||
109 | # CONFIG_BF532 is not set | ||
110 | # CONFIG_BF533 is not set | ||
111 | # CONFIG_BF534 is not set | ||
112 | # CONFIG_BF535 is not set | ||
113 | # CONFIG_BF536 is not set | ||
114 | CONFIG_BF537=y | ||
115 | # CONFIG_BF561 is not set | ||
116 | CONFIG_BF_REV_0_2=y | ||
117 | # CONFIG_BF_REV_0_3 is not set | ||
118 | # CONFIG_BF_REV_0_4 is not set | ||
119 | # CONFIG_BF_REV_0_5 is not set | ||
120 | CONFIG_BFIN_SINGLE_CORE=y | ||
121 | # CONFIG_BFIN533_EZKIT is not set | ||
122 | # CONFIG_BFIN533_STAMP is not set | ||
123 | # CONFIG_BFIN537_STAMP is not set | ||
124 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
125 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
126 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
127 | # CONFIG_BFIN561_EZKIT is not set | ||
128 | CONFIG_PNAV10=y | ||
129 | # CONFIG_GENERIC_BOARD is not set | ||
130 | CONFIG_MEM_MT48LC32M8A2_75=y | ||
131 | CONFIG_IRQ_PLL_WAKEUP=7 | ||
132 | |||
133 | # | ||
134 | # BF537 Specific Configuration | ||
135 | # | ||
136 | |||
137 | # | ||
138 | # PORT F/G Selection | ||
139 | # | ||
140 | CONFIG_BF537_PORT_F=y | ||
141 | # CONFIG_BF537_PORT_G is not set | ||
142 | # CONFIG_BF537_PORT_H is not set | ||
143 | |||
144 | # | ||
145 | # Interrupt Priority Assignment | ||
146 | # | ||
147 | |||
148 | # | ||
149 | # Priority | ||
150 | # | ||
151 | CONFIG_IRQ_DMA_ERROR=7 | ||
152 | CONFIG_IRQ_ERROR=7 | ||
153 | CONFIG_IRQ_RTC=8 | ||
154 | CONFIG_IRQ_PPI=8 | ||
155 | CONFIG_IRQ_SPORT0_RX=9 | ||
156 | CONFIG_IRQ_SPORT0_TX=9 | ||
157 | CONFIG_IRQ_SPORT1_RX=9 | ||
158 | CONFIG_IRQ_SPORT1_TX=9 | ||
159 | CONFIG_IRQ_TWI=10 | ||
160 | CONFIG_IRQ_SPI=10 | ||
161 | CONFIG_IRQ_UART0_RX=10 | ||
162 | CONFIG_IRQ_UART0_TX=10 | ||
163 | CONFIG_IRQ_UART1_RX=10 | ||
164 | CONFIG_IRQ_UART1_TX=10 | ||
165 | CONFIG_IRQ_CAN_RX=11 | ||
166 | CONFIG_IRQ_CAN_TX=11 | ||
167 | CONFIG_IRQ_MAC_RX=11 | ||
168 | CONFIG_IRQ_MAC_TX=11 | ||
169 | CONFIG_IRQ_TMR0=12 | ||
170 | CONFIG_IRQ_TMR1=12 | ||
171 | CONFIG_IRQ_TMR2=12 | ||
172 | CONFIG_IRQ_TMR3=12 | ||
173 | CONFIG_IRQ_TMR4=12 | ||
174 | CONFIG_IRQ_TMR5=12 | ||
175 | CONFIG_IRQ_TMR6=12 | ||
176 | CONFIG_IRQ_TMR7=12 | ||
177 | CONFIG_IRQ_PROG_INTA=12 | ||
178 | CONFIG_IRQ_PORTG_INTB=12 | ||
179 | CONFIG_IRQ_MEM_DMA0=13 | ||
180 | CONFIG_IRQ_MEM_DMA1=13 | ||
181 | CONFIG_IRQ_WATCH=13 | ||
182 | |||
183 | # | ||
184 | # Board customizations | ||
185 | # | ||
186 | |||
187 | # | ||
188 | # Board Setup | ||
189 | # | ||
190 | CONFIG_CLKIN_HZ=24576000 | ||
191 | CONFIG_MEM_SIZE=64 | ||
192 | CONFIG_MEM_ADD_WIDTH=10 | ||
193 | CONFIG_BOOT_LOAD=0x1000 | ||
194 | |||
195 | # | ||
196 | # Console UART Setup | ||
197 | # | ||
198 | # CONFIG_BAUD_9600 is not set | ||
199 | # CONFIG_BAUD_19200 is not set | ||
200 | # CONFIG_BAUD_38400 is not set | ||
201 | # CONFIG_BAUD_57600 is not set | ||
202 | CONFIG_BAUD_115200=y | ||
203 | CONFIG_BAUD_NO_PARITY=y | ||
204 | # CONFIG_BAUD_PARITY is not set | ||
205 | CONFIG_BAUD_1_STOPBIT=y | ||
206 | # CONFIG_BAUD_2_STOPBIT is not set | ||
207 | |||
208 | # | ||
209 | # Blackfin Kernel Optimizations | ||
210 | # | ||
211 | |||
212 | # | ||
213 | # Timer Tick | ||
214 | # | ||
215 | # CONFIG_HZ_100 is not set | ||
216 | CONFIG_HZ_250=y | ||
217 | # CONFIG_HZ_1000 is not set | ||
218 | CONFIG_HZ=250 | ||
219 | |||
220 | # | ||
221 | # Memory Optimizations | ||
222 | # | ||
223 | CONFIG_I_ENTRY_L1=y | ||
224 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
225 | CONFIG_DO_IRQ_L1=y | ||
226 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
227 | CONFIG_IDLE_L1=y | ||
228 | CONFIG_SCHEDULE_L1=y | ||
229 | CONFIG_ARITHMETIC_OPS_L1=y | ||
230 | CONFIG_ACCESS_OK_L1=y | ||
231 | CONFIG_MEMSET_L1=y | ||
232 | CONFIG_MEMCPY_L1=y | ||
233 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
234 | CONFIG_IP_CHECKSUM_L1=y | ||
235 | CONFIG_SYSCALL_TAB_L1=y | ||
236 | CONFIG_CPLB_SWITCH_TAB_L1=y | ||
237 | CONFIG_RAMKERNEL=y | ||
238 | # CONFIG_ROMKERNEL is not set | ||
239 | CONFIG_SELECT_MEMORY_MODEL=y | ||
240 | CONFIG_FLATMEM_MANUAL=y | ||
241 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
242 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
243 | CONFIG_FLATMEM=y | ||
244 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
245 | # CONFIG_SPARSEMEM_STATIC is not set | ||
246 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
247 | # CONFIG_RESOURCES_64BIT is not set | ||
248 | CONFIG_LARGE_ALLOCS=y | ||
249 | CONFIG_BFIN_DMA_5XX=y | ||
250 | # CONFIG_DMA_UNCACHED_2M is not set | ||
251 | CONFIG_DMA_UNCACHED_1M=y | ||
252 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
253 | |||
254 | # | ||
255 | # Cache Support | ||
256 | # | ||
257 | CONFIG_BLKFIN_CACHE=y | ||
258 | CONFIG_BLKFIN_DCACHE=y | ||
259 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
260 | # CONFIG_BLKFIN_CACHE_LOCK is not set | ||
261 | CONFIG_BLKFIN_WB=y | ||
262 | # CONFIG_BLKFIN_WT is not set | ||
263 | CONFIG_L1_MAX_PIECE=16 | ||
264 | |||
265 | # | ||
266 | # Clock Settings | ||
267 | # | ||
268 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
269 | |||
270 | # | ||
271 | # Asynchonous Memory Configuration | ||
272 | # | ||
273 | |||
274 | # | ||
275 | # EBIU_AMBCTL Global Control | ||
276 | # | ||
277 | CONFIG_C_AMCKEN=y | ||
278 | CONFIG_C_CDPRIO=y | ||
279 | # CONFIG_C_AMBEN is not set | ||
280 | # CONFIG_C_AMBEN_B0 is not set | ||
281 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
282 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
283 | CONFIG_C_AMBEN_ALL=y | ||
284 | |||
285 | # | ||
286 | # EBIU_AMBCTL Control | ||
287 | # | ||
288 | CONFIG_BANK_0=0x7BB0 | ||
289 | CONFIG_BANK_1=0x33B0 | ||
290 | CONFIG_BANK_2=0x33B0 | ||
291 | CONFIG_BANK_3=0x99B3 | ||
292 | |||
293 | # | ||
294 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
295 | # | ||
296 | # CONFIG_PCI is not set | ||
297 | |||
298 | # | ||
299 | # PCCARD (PCMCIA/CardBus) support | ||
300 | # | ||
301 | # CONFIG_PCCARD is not set | ||
302 | |||
303 | # | ||
304 | # PCI Hotplug Support | ||
305 | # | ||
306 | |||
307 | # | ||
308 | # Executable file formats | ||
309 | # | ||
310 | CONFIG_BINFMT_ELF_FDPIC=y | ||
311 | CONFIG_BINFMT_FLAT=y | ||
312 | CONFIG_BINFMT_ZFLAT=y | ||
313 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
314 | # CONFIG_BINFMT_MISC is not set | ||
315 | |||
316 | # | ||
317 | # Power management options | ||
318 | # | ||
319 | # CONFIG_PM is not set | ||
320 | |||
321 | # | ||
322 | # CPU Frequency scaling | ||
323 | # | ||
324 | # CONFIG_CPU_FREQ is not set | ||
325 | |||
326 | # | ||
327 | # Networking | ||
328 | # | ||
329 | CONFIG_NET=y | ||
330 | |||
331 | # | ||
332 | # Networking options | ||
333 | # | ||
334 | # CONFIG_NETDEBUG is not set | ||
335 | CONFIG_PACKET=y | ||
336 | # CONFIG_PACKET_MMAP is not set | ||
337 | CONFIG_UNIX=y | ||
338 | CONFIG_XFRM=y | ||
339 | # CONFIG_XFRM_USER is not set | ||
340 | # CONFIG_XFRM_SUB_POLICY is not set | ||
341 | # CONFIG_NET_KEY is not set | ||
342 | CONFIG_INET=y | ||
343 | # CONFIG_IP_MULTICAST is not set | ||
344 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
345 | CONFIG_IP_FIB_HASH=y | ||
346 | CONFIG_IP_PNP=y | ||
347 | # CONFIG_IP_PNP_DHCP is not set | ||
348 | # CONFIG_IP_PNP_BOOTP is not set | ||
349 | # CONFIG_IP_PNP_RARP is not set | ||
350 | # CONFIG_NET_IPIP is not set | ||
351 | # CONFIG_NET_IPGRE is not set | ||
352 | # CONFIG_ARPD is not set | ||
353 | CONFIG_SYN_COOKIES=y | ||
354 | # CONFIG_INET_AH is not set | ||
355 | # CONFIG_INET_ESP is not set | ||
356 | # CONFIG_INET_IPCOMP is not set | ||
357 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
358 | # CONFIG_INET_TUNNEL is not set | ||
359 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
360 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
361 | CONFIG_INET_XFRM_MODE_BEET=y | ||
362 | CONFIG_INET_DIAG=y | ||
363 | CONFIG_INET_TCP_DIAG=y | ||
364 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
365 | CONFIG_TCP_CONG_CUBIC=y | ||
366 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
367 | # CONFIG_IPV6 is not set | ||
368 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
369 | # CONFIG_INET6_TUNNEL is not set | ||
370 | # CONFIG_NETLABEL is not set | ||
371 | # CONFIG_NETWORK_SECMARK is not set | ||
372 | # CONFIG_NETFILTER is not set | ||
373 | |||
374 | # | ||
375 | # DCCP Configuration (EXPERIMENTAL) | ||
376 | # | ||
377 | # CONFIG_IP_DCCP is not set | ||
378 | |||
379 | # | ||
380 | # SCTP Configuration (EXPERIMENTAL) | ||
381 | # | ||
382 | # CONFIG_IP_SCTP is not set | ||
383 | |||
384 | # | ||
385 | # TIPC Configuration (EXPERIMENTAL) | ||
386 | # | ||
387 | # CONFIG_TIPC is not set | ||
388 | # CONFIG_ATM is not set | ||
389 | # CONFIG_BRIDGE is not set | ||
390 | # CONFIG_VLAN_8021Q is not set | ||
391 | # CONFIG_DECNET is not set | ||
392 | # CONFIG_LLC2 is not set | ||
393 | # CONFIG_IPX is not set | ||
394 | # CONFIG_ATALK is not set | ||
395 | # CONFIG_X25 is not set | ||
396 | # CONFIG_LAPB is not set | ||
397 | # CONFIG_ECONET is not set | ||
398 | # CONFIG_WAN_ROUTER is not set | ||
399 | |||
400 | # | ||
401 | # QoS and/or fair queueing | ||
402 | # | ||
403 | # CONFIG_NET_SCHED is not set | ||
404 | |||
405 | # | ||
406 | # Network testing | ||
407 | # | ||
408 | # CONFIG_NET_PKTGEN is not set | ||
409 | # CONFIG_HAMRADIO is not set | ||
410 | # CONFIG_IRDA is not set | ||
411 | # CONFIG_BT is not set | ||
412 | # CONFIG_IEEE80211 is not set | ||
413 | |||
414 | # | ||
415 | # Device Drivers | ||
416 | # | ||
417 | |||
418 | # | ||
419 | # Generic Driver Options | ||
420 | # | ||
421 | CONFIG_STANDALONE=y | ||
422 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
423 | # CONFIG_FW_LOADER is not set | ||
424 | # CONFIG_SYS_HYPERVISOR is not set | ||
425 | |||
426 | # | ||
427 | # Connector - unified userspace <-> kernelspace linker | ||
428 | # | ||
429 | # CONFIG_CONNECTOR is not set | ||
430 | |||
431 | # | ||
432 | # Memory Technology Devices (MTD) | ||
433 | # | ||
434 | CONFIG_MTD=y | ||
435 | # CONFIG_MTD_DEBUG is not set | ||
436 | # CONFIG_MTD_CONCAT is not set | ||
437 | CONFIG_MTD_PARTITIONS=y | ||
438 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
439 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
440 | |||
441 | # | ||
442 | # User Modules And Translation Layers | ||
443 | # | ||
444 | CONFIG_MTD_CHAR=m | ||
445 | CONFIG_MTD_BLOCK=y | ||
446 | # CONFIG_FTL is not set | ||
447 | # CONFIG_NFTL is not set | ||
448 | # CONFIG_INFTL is not set | ||
449 | # CONFIG_RFD_FTL is not set | ||
450 | # CONFIG_SSFDC is not set | ||
451 | |||
452 | # | ||
453 | # RAM/ROM/Flash chip drivers | ||
454 | # | ||
455 | # CONFIG_MTD_CFI is not set | ||
456 | # CONFIG_MTD_JEDECPROBE is not set | ||
457 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
458 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
459 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
460 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
461 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
462 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
463 | CONFIG_MTD_CFI_I1=y | ||
464 | CONFIG_MTD_CFI_I2=y | ||
465 | # CONFIG_MTD_CFI_I4 is not set | ||
466 | # CONFIG_MTD_CFI_I8 is not set | ||
467 | CONFIG_MTD_RAM=y | ||
468 | # CONFIG_MTD_ROM is not set | ||
469 | # CONFIG_MTD_ABSENT is not set | ||
470 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
471 | |||
472 | # | ||
473 | # Mapping drivers for chip access | ||
474 | # | ||
475 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
476 | # CONFIG_MTD_BF5xx is not set | ||
477 | CONFIG_MTD_UCLINUX=y | ||
478 | # CONFIG_MTD_PLATRAM is not set | ||
479 | |||
480 | # | ||
481 | # Self-contained MTD device drivers | ||
482 | # | ||
483 | # CONFIG_MTD_DATAFLASH is not set | ||
484 | # CONFIG_MTD_M25P80 is not set | ||
485 | # CONFIG_MTD_SLRAM is not set | ||
486 | # CONFIG_MTD_PHRAM is not set | ||
487 | # CONFIG_MTD_MTDRAM is not set | ||
488 | # CONFIG_MTD_BLOCK2MTD is not set | ||
489 | |||
490 | # | ||
491 | # Disk-On-Chip Device Drivers | ||
492 | # | ||
493 | # CONFIG_MTD_DOC2000 is not set | ||
494 | # CONFIG_MTD_DOC2001 is not set | ||
495 | # CONFIG_MTD_DOC2001PLUS is not set | ||
496 | |||
497 | # | ||
498 | # NAND Flash Device Drivers | ||
499 | # | ||
500 | CONFIG_MTD_NAND=y | ||
501 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
502 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
503 | CONFIG_MTD_NAND_BFIN=y | ||
504 | CONFIG_BFIN_NAND_BASE=0x20100000 | ||
505 | CONFIG_BFIN_NAND_CLE=2 | ||
506 | CONFIG_BFIN_NAND_ALE=1 | ||
507 | CONFIG_BFIN_NAND_READY=44 | ||
508 | CONFIG_MTD_NAND_IDS=y | ||
509 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
510 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
511 | |||
512 | # | ||
513 | # OneNAND Flash Device Drivers | ||
514 | # | ||
515 | # CONFIG_MTD_ONENAND is not set | ||
516 | |||
517 | # | ||
518 | # Parallel port support | ||
519 | # | ||
520 | # CONFIG_PARPORT is not set | ||
521 | |||
522 | # | ||
523 | # Plug and Play support | ||
524 | # | ||
525 | |||
526 | # | ||
527 | # Block devices | ||
528 | # | ||
529 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
530 | # CONFIG_BLK_DEV_LOOP is not set | ||
531 | # CONFIG_BLK_DEV_NBD is not set | ||
532 | CONFIG_BLK_DEV_RAM=y | ||
533 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
534 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
535 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
536 | # CONFIG_BLK_DEV_INITRD is not set | ||
537 | # CONFIG_CDROM_PKTCDVD is not set | ||
538 | # CONFIG_ATA_OVER_ETH is not set | ||
539 | |||
540 | # | ||
541 | # Misc devices | ||
542 | # | ||
543 | # CONFIG_TIFM_CORE is not set | ||
544 | |||
545 | # | ||
546 | # ATA/ATAPI/MFM/RLL support | ||
547 | # | ||
548 | # CONFIG_IDE is not set | ||
549 | |||
550 | # | ||
551 | # SCSI device support | ||
552 | # | ||
553 | # CONFIG_RAID_ATTRS is not set | ||
554 | # CONFIG_SCSI is not set | ||
555 | # CONFIG_SCSI_NETLINK is not set | ||
556 | |||
557 | # | ||
558 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
559 | # | ||
560 | # CONFIG_ATA is not set | ||
561 | |||
562 | # | ||
563 | # Multi-device support (RAID and LVM) | ||
564 | # | ||
565 | # CONFIG_MD is not set | ||
566 | |||
567 | # | ||
568 | # Fusion MPT device support | ||
569 | # | ||
570 | # CONFIG_FUSION is not set | ||
571 | |||
572 | # | ||
573 | # IEEE 1394 (FireWire) support | ||
574 | # | ||
575 | |||
576 | # | ||
577 | # I2O device support | ||
578 | # | ||
579 | |||
580 | # | ||
581 | # Network device support | ||
582 | # | ||
583 | CONFIG_NETDEVICES=y | ||
584 | # CONFIG_DUMMY is not set | ||
585 | # CONFIG_BONDING is not set | ||
586 | # CONFIG_EQUALIZER is not set | ||
587 | # CONFIG_TUN is not set | ||
588 | |||
589 | # | ||
590 | # PHY device support | ||
591 | # | ||
592 | # CONFIG_PHYLIB is not set | ||
593 | |||
594 | # | ||
595 | # Ethernet (10 or 100Mbit) | ||
596 | # | ||
597 | CONFIG_NET_ETHERNET=y | ||
598 | CONFIG_MII=y | ||
599 | # CONFIG_SMC91X is not set | ||
600 | CONFIG_BFIN_MAC=y | ||
601 | # CONFIG_BFIN_MAC_USE_L1 is not set | ||
602 | CONFIG_BFIN_TX_DESC_NUM=100 | ||
603 | CONFIG_BFIN_RX_DESC_NUM=100 | ||
604 | CONFIG_BFIN_MAC_RMII=y | ||
605 | |||
606 | # | ||
607 | # Ethernet (1000 Mbit) | ||
608 | # | ||
609 | |||
610 | # | ||
611 | # Ethernet (10000 Mbit) | ||
612 | # | ||
613 | |||
614 | # | ||
615 | # Token Ring devices | ||
616 | # | ||
617 | |||
618 | # | ||
619 | # Wireless LAN (non-hamradio) | ||
620 | # | ||
621 | # CONFIG_NET_RADIO is not set | ||
622 | |||
623 | # | ||
624 | # Wan interfaces | ||
625 | # | ||
626 | # CONFIG_WAN is not set | ||
627 | # CONFIG_PPP is not set | ||
628 | # CONFIG_SLIP is not set | ||
629 | # CONFIG_SHAPER is not set | ||
630 | # CONFIG_NETCONSOLE is not set | ||
631 | # CONFIG_NETPOLL is not set | ||
632 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
633 | |||
634 | # | ||
635 | # ISDN subsystem | ||
636 | # | ||
637 | # CONFIG_ISDN is not set | ||
638 | |||
639 | # | ||
640 | # Telephony Support | ||
641 | # | ||
642 | # CONFIG_PHONE is not set | ||
643 | |||
644 | # | ||
645 | # Input device support | ||
646 | # | ||
647 | CONFIG_INPUT=y | ||
648 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
649 | |||
650 | # | ||
651 | # Userland interfaces | ||
652 | # | ||
653 | # CONFIG_INPUT_MOUSEDEV is not set | ||
654 | # CONFIG_INPUT_JOYDEV is not set | ||
655 | CONFIG_INPUT_TSDEV=y | ||
656 | CONFIG_INPUT_TSDEV_SCREEN_X=240 | ||
657 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
658 | CONFIG_INPUT_EVDEV=y | ||
659 | # CONFIG_INPUT_EVBUG is not set | ||
660 | |||
661 | # | ||
662 | # Input Device Drivers | ||
663 | # | ||
664 | # CONFIG_INPUT_KEYBOARD is not set | ||
665 | # CONFIG_INPUT_MOUSE is not set | ||
666 | # CONFIG_INPUT_JOYSTICK is not set | ||
667 | CONFIG_INPUT_TOUCHSCREEN=y | ||
668 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
669 | CONFIG_TOUCHSCREEN_AD7877=y | ||
670 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
671 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
672 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
673 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
674 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
675 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
676 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
677 | CONFIG_INPUT_MISC=y | ||
678 | CONFIG_INPUT_UINPUT=y | ||
679 | # CONFIG_BF53X_PFBUTTONS is not set | ||
680 | # CONFIG_TWI_KEYPAD is not set | ||
681 | |||
682 | # | ||
683 | # Hardware I/O ports | ||
684 | # | ||
685 | # CONFIG_SERIO is not set | ||
686 | # CONFIG_GAMEPORT is not set | ||
687 | |||
688 | # | ||
689 | # Character devices | ||
690 | # | ||
691 | # CONFIG_AD9960 is not set | ||
692 | # CONFIG_SPI_ADC_BF533 is not set | ||
693 | # CONFIG_BF533_PFLAGS is not set | ||
694 | # CONFIG_BF5xx_PPIFCD is not set | ||
695 | # CONFIG_BF5xx_TIMERS is not set | ||
696 | # CONFIG_BF5xx_PPI is not set | ||
697 | CONFIG_BFIN_SPORT=y | ||
698 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
699 | CONFIG_TWI_LCD=m | ||
700 | CONFIG_TWI_LCD_SLAVE_ADDR=34 | ||
701 | # CONFIG_AD5304 is not set | ||
702 | # CONFIG_VT is not set | ||
703 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
704 | |||
705 | # | ||
706 | # Serial drivers | ||
707 | # | ||
708 | # CONFIG_SERIAL_8250 is not set | ||
709 | |||
710 | # | ||
711 | # Non-8250 serial port support | ||
712 | # | ||
713 | CONFIG_SERIAL_BFIN=y | ||
714 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
715 | CONFIG_SERIAL_BFIN_DMA=y | ||
716 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
717 | CONFIG_SERIAL_BFIN_UART0=y | ||
718 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
719 | CONFIG_SERIAL_BFIN_UART1=y | ||
720 | # CONFIG_BFIN_UART1_CTSRTS is not set | ||
721 | CONFIG_SERIAL_CORE=y | ||
722 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
723 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
724 | CONFIG_UNIX98_PTYS=y | ||
725 | # CONFIG_LEGACY_PTYS is not set | ||
726 | |||
727 | # | ||
728 | # CAN, the car bus and industrial fieldbus | ||
729 | # | ||
730 | CONFIG_CAN4LINUX=y | ||
731 | |||
732 | # | ||
733 | # linux embedded drivers | ||
734 | # | ||
735 | # CONFIG_CAN_MCF5282 is not set | ||
736 | # CONFIG_CAN_UNCTWINCAN is not set | ||
737 | CONFIG_CAN_BLACKFIN=m | ||
738 | |||
739 | # | ||
740 | # IPMI | ||
741 | # | ||
742 | # CONFIG_IPMI_HANDLER is not set | ||
743 | |||
744 | # | ||
745 | # Watchdog Cards | ||
746 | # | ||
747 | # CONFIG_WATCHDOG is not set | ||
748 | CONFIG_HW_RANDOM=y | ||
749 | # CONFIG_GEN_RTC is not set | ||
750 | CONFIG_BLACKFIN_DPMC=y | ||
751 | # CONFIG_DTLK is not set | ||
752 | # CONFIG_R3964 is not set | ||
753 | |||
754 | # | ||
755 | # Ftape, the floppy tape device driver | ||
756 | # | ||
757 | # CONFIG_RAW_DRIVER is not set | ||
758 | |||
759 | # | ||
760 | # TPM devices | ||
761 | # | ||
762 | # CONFIG_TCG_TPM is not set | ||
763 | |||
764 | # | ||
765 | # I2C support | ||
766 | # | ||
767 | CONFIG_I2C=y | ||
768 | CONFIG_I2C_CHARDEV=y | ||
769 | |||
770 | # | ||
771 | # I2C Algorithms | ||
772 | # | ||
773 | # CONFIG_I2C_ALGOBIT is not set | ||
774 | # CONFIG_I2C_ALGOPCF is not set | ||
775 | # CONFIG_I2C_ALGOPCA is not set | ||
776 | |||
777 | # | ||
778 | # I2C Hardware Bus support | ||
779 | # | ||
780 | # CONFIG_I2C_BFIN_GPIO is not set | ||
781 | CONFIG_I2C_BFIN_TWI=y | ||
782 | CONFIG_TWICLK_KHZ=50 | ||
783 | # CONFIG_I2C_OCORES is not set | ||
784 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
785 | # CONFIG_I2C_STUB is not set | ||
786 | # CONFIG_I2C_PCA_ISA is not set | ||
787 | |||
788 | # | ||
789 | # Miscellaneous I2C Chip support | ||
790 | # | ||
791 | # CONFIG_SENSORS_DS1337 is not set | ||
792 | # CONFIG_SENSORS_DS1374 is not set | ||
793 | # CONFIG_SENSORS_AD5252 is not set | ||
794 | # CONFIG_SENSORS_EEPROM is not set | ||
795 | CONFIG_SENSORS_PCF8574=m | ||
796 | CONFIG_SENSORS_PCF8575=y | ||
797 | # CONFIG_SENSORS_PCA9543 is not set | ||
798 | # CONFIG_SENSORS_PCA9539 is not set | ||
799 | # CONFIG_SENSORS_PCF8591 is not set | ||
800 | # CONFIG_SENSORS_MAX6875 is not set | ||
801 | # CONFIG_I2C_DEBUG_CORE is not set | ||
802 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
803 | # CONFIG_I2C_DEBUG_BUS is not set | ||
804 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
805 | |||
806 | # | ||
807 | # SPI support | ||
808 | # | ||
809 | CONFIG_SPI=y | ||
810 | CONFIG_SPI_MASTER=y | ||
811 | |||
812 | # | ||
813 | # SPI Master Controller Drivers | ||
814 | # | ||
815 | # CONFIG_SPI_BITBANG is not set | ||
816 | CONFIG_SPI_BFIN=y | ||
817 | |||
818 | # | ||
819 | # SPI Protocol Masters | ||
820 | # | ||
821 | |||
822 | # | ||
823 | # Dallas's 1-wire bus | ||
824 | # | ||
825 | # CONFIG_W1 is not set | ||
826 | |||
827 | # | ||
828 | # Hardware Monitoring support | ||
829 | # | ||
830 | CONFIG_HWMON=y | ||
831 | # CONFIG_HWMON_VID is not set | ||
832 | # CONFIG_SENSORS_ABITUGURU is not set | ||
833 | # CONFIG_SENSORS_ADM1021 is not set | ||
834 | # CONFIG_SENSORS_ADM1025 is not set | ||
835 | # CONFIG_SENSORS_ADM1026 is not set | ||
836 | # CONFIG_SENSORS_ADM1031 is not set | ||
837 | # CONFIG_SENSORS_ADM9240 is not set | ||
838 | # CONFIG_SENSORS_ASB100 is not set | ||
839 | # CONFIG_SENSORS_ATXP1 is not set | ||
840 | # CONFIG_SENSORS_DS1621 is not set | ||
841 | # CONFIG_SENSORS_F71805F is not set | ||
842 | # CONFIG_SENSORS_FSCHER is not set | ||
843 | # CONFIG_SENSORS_FSCPOS is not set | ||
844 | # CONFIG_SENSORS_GL518SM is not set | ||
845 | # CONFIG_SENSORS_GL520SM is not set | ||
846 | # CONFIG_SENSORS_IT87 is not set | ||
847 | # CONFIG_SENSORS_LM63 is not set | ||
848 | # CONFIG_SENSORS_LM70 is not set | ||
849 | # CONFIG_SENSORS_LM75 is not set | ||
850 | # CONFIG_SENSORS_LM77 is not set | ||
851 | # CONFIG_SENSORS_LM78 is not set | ||
852 | # CONFIG_SENSORS_LM80 is not set | ||
853 | # CONFIG_SENSORS_LM83 is not set | ||
854 | # CONFIG_SENSORS_LM85 is not set | ||
855 | # CONFIG_SENSORS_LM87 is not set | ||
856 | # CONFIG_SENSORS_LM90 is not set | ||
857 | # CONFIG_SENSORS_LM92 is not set | ||
858 | # CONFIG_SENSORS_MAX1619 is not set | ||
859 | # CONFIG_SENSORS_PC87360 is not set | ||
860 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
861 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
862 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
863 | # CONFIG_SENSORS_VT1211 is not set | ||
864 | # CONFIG_SENSORS_W83781D is not set | ||
865 | # CONFIG_SENSORS_W83791D is not set | ||
866 | # CONFIG_SENSORS_W83792D is not set | ||
867 | # CONFIG_SENSORS_W83L785TS is not set | ||
868 | # CONFIG_SENSORS_W83627HF is not set | ||
869 | # CONFIG_SENSORS_W83627EHF is not set | ||
870 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
871 | |||
872 | # | ||
873 | # Multimedia devices | ||
874 | # | ||
875 | # CONFIG_VIDEO_DEV is not set | ||
876 | |||
877 | # | ||
878 | # Digital Video Broadcasting Devices | ||
879 | # | ||
880 | # CONFIG_DVB is not set | ||
881 | |||
882 | # | ||
883 | # Graphics support | ||
884 | # | ||
885 | CONFIG_FIRMWARE_EDID=y | ||
886 | CONFIG_FB=y | ||
887 | CONFIG_FB_CFB_FILLRECT=y | ||
888 | CONFIG_FB_CFB_COPYAREA=y | ||
889 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
890 | # CONFIG_FB_MACMODES is not set | ||
891 | # CONFIG_FB_BACKLIGHT is not set | ||
892 | # CONFIG_FB_MODE_HELPERS is not set | ||
893 | # CONFIG_FB_TILEBLITTING is not set | ||
894 | # CONFIG_FB_BFIN_7171 is not set | ||
895 | # CONFIG_FB_BFIN_7393 is not set | ||
896 | CONFIG_FB_BF537_LQ035=y | ||
897 | CONFIG_LQ035_SLAVE_ADDR=0x58 | ||
898 | CONFIG_FB_BFIN_LANDSCAPE=y | ||
899 | # CONFIG_FB_BFIN_BGR is not set | ||
900 | # CONFIG_FB_S1D13XXX is not set | ||
901 | # CONFIG_FB_VIRTUAL is not set | ||
902 | |||
903 | # | ||
904 | # Logo configuration | ||
905 | # | ||
906 | # CONFIG_LOGO is not set | ||
907 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
908 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
909 | CONFIG_BACKLIGHT_DEVICE=y | ||
910 | CONFIG_LCD_CLASS_DEVICE=y | ||
911 | CONFIG_LCD_DEVICE=y | ||
912 | |||
913 | # | ||
914 | # Sound | ||
915 | # | ||
916 | CONFIG_SOUND=y | ||
917 | |||
918 | # | ||
919 | # Advanced Linux Sound Architecture | ||
920 | # | ||
921 | CONFIG_SND=m | ||
922 | CONFIG_SND_TIMER=m | ||
923 | CONFIG_SND_PCM=m | ||
924 | # CONFIG_SND_SEQUENCER is not set | ||
925 | # CONFIG_SND_MIXER_OSS is not set | ||
926 | # CONFIG_SND_PCM_OSS is not set | ||
927 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
928 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
929 | # CONFIG_SND_VERBOSE_PROCFS is not set | ||
930 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
931 | # CONFIG_SND_DEBUG is not set | ||
932 | |||
933 | # | ||
934 | # Generic devices | ||
935 | # | ||
936 | # CONFIG_SND_DUMMY is not set | ||
937 | # CONFIG_SND_MTPAV is not set | ||
938 | # CONFIG_SND_SERIAL_U16550 is not set | ||
939 | # CONFIG_SND_MPU401 is not set | ||
940 | |||
941 | # | ||
942 | # ALSA Blackfin devices | ||
943 | # | ||
944 | # CONFIG_SND_BLACKFIN_AD1836 is not set | ||
945 | CONFIG_SND_BLACKFIN_AD1981B=m | ||
946 | # CONFIG_SND_BFIN_AD73311 is not set | ||
947 | |||
948 | # | ||
949 | # Open Sound System | ||
950 | # | ||
951 | CONFIG_SOUND_PRIME=y | ||
952 | CONFIG_OSS_OBSOLETE_DRIVER=y | ||
953 | # CONFIG_SOUND_MSNDCLAS is not set | ||
954 | # CONFIG_SOUND_MSNDPIN is not set | ||
955 | |||
956 | # | ||
957 | # USB support | ||
958 | # | ||
959 | CONFIG_USB_ARCH_HAS_HCD=y | ||
960 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
961 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
962 | # CONFIG_USB is not set | ||
963 | |||
964 | # | ||
965 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
966 | # | ||
967 | |||
968 | # | ||
969 | # USB Gadget Support | ||
970 | # | ||
971 | # CONFIG_USB_GADGET is not set | ||
972 | |||
973 | # | ||
974 | # MMC/SD Card support | ||
975 | # | ||
976 | # CONFIG_SPI_MMC is not set | ||
977 | # CONFIG_MMC is not set | ||
978 | |||
979 | # | ||
980 | # LED devices | ||
981 | # | ||
982 | # CONFIG_NEW_LEDS is not set | ||
983 | |||
984 | # | ||
985 | # LED drivers | ||
986 | # | ||
987 | |||
988 | # | ||
989 | # LED Triggers | ||
990 | # | ||
991 | |||
992 | # | ||
993 | # InfiniBand support | ||
994 | # | ||
995 | |||
996 | # | ||
997 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
998 | # | ||
999 | |||
1000 | # | ||
1001 | # Real Time Clock | ||
1002 | # | ||
1003 | CONFIG_RTC_LIB=y | ||
1004 | CONFIG_RTC_CLASS=y | ||
1005 | CONFIG_RTC_HCTOSYS=y | ||
1006 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1007 | # CONFIG_RTC_DEBUG is not set | ||
1008 | |||
1009 | # | ||
1010 | # RTC interfaces | ||
1011 | # | ||
1012 | CONFIG_RTC_INTF_SYSFS=y | ||
1013 | CONFIG_RTC_INTF_PROC=y | ||
1014 | CONFIG_RTC_INTF_DEV=y | ||
1015 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1016 | |||
1017 | # | ||
1018 | # RTC drivers | ||
1019 | # | ||
1020 | # CONFIG_RTC_DRV_X1205 is not set | ||
1021 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1022 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1023 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1024 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1025 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1026 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1027 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1028 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1029 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1030 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1031 | # CONFIG_RTC_DRV_TEST is not set | ||
1032 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1033 | # CONFIG_RTC_DRV_V3020 is not set | ||
1034 | CONFIG_RTC_DRV_BFIN=y | ||
1035 | |||
1036 | # | ||
1037 | # DMA Engine support | ||
1038 | # | ||
1039 | # CONFIG_DMA_ENGINE is not set | ||
1040 | |||
1041 | # | ||
1042 | # DMA Clients | ||
1043 | # | ||
1044 | |||
1045 | # | ||
1046 | # DMA Devices | ||
1047 | # | ||
1048 | |||
1049 | # | ||
1050 | # PBX support | ||
1051 | # | ||
1052 | # CONFIG_PBX is not set | ||
1053 | |||
1054 | # | ||
1055 | # File systems | ||
1056 | # | ||
1057 | CONFIG_EXT2_FS=y | ||
1058 | CONFIG_EXT2_FS_XATTR=y | ||
1059 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
1060 | # CONFIG_EXT2_FS_SECURITY is not set | ||
1061 | # CONFIG_EXT3_FS is not set | ||
1062 | # CONFIG_EXT4DEV_FS is not set | ||
1063 | CONFIG_FS_MBCACHE=y | ||
1064 | # CONFIG_REISERFS_FS is not set | ||
1065 | # CONFIG_JFS_FS is not set | ||
1066 | # CONFIG_FS_POSIX_ACL is not set | ||
1067 | # CONFIG_XFS_FS is not set | ||
1068 | # CONFIG_GFS2_FS is not set | ||
1069 | # CONFIG_OCFS2_FS is not set | ||
1070 | # CONFIG_MINIX_FS is not set | ||
1071 | # CONFIG_ROMFS_FS is not set | ||
1072 | CONFIG_INOTIFY=y | ||
1073 | CONFIG_INOTIFY_USER=y | ||
1074 | # CONFIG_QUOTA is not set | ||
1075 | CONFIG_DNOTIFY=y | ||
1076 | # CONFIG_AUTOFS_FS is not set | ||
1077 | # CONFIG_AUTOFS4_FS is not set | ||
1078 | # CONFIG_FUSE_FS is not set | ||
1079 | |||
1080 | # | ||
1081 | # CD-ROM/DVD Filesystems | ||
1082 | # | ||
1083 | # CONFIG_ISO9660_FS is not set | ||
1084 | # CONFIG_UDF_FS is not set | ||
1085 | |||
1086 | # | ||
1087 | # DOS/FAT/NT Filesystems | ||
1088 | # | ||
1089 | # CONFIG_MSDOS_FS is not set | ||
1090 | # CONFIG_VFAT_FS is not set | ||
1091 | # CONFIG_NTFS_FS is not set | ||
1092 | |||
1093 | # | ||
1094 | # Pseudo filesystems | ||
1095 | # | ||
1096 | CONFIG_PROC_FS=y | ||
1097 | CONFIG_PROC_SYSCTL=y | ||
1098 | CONFIG_SYSFS=y | ||
1099 | # CONFIG_TMPFS is not set | ||
1100 | # CONFIG_HUGETLB_PAGE is not set | ||
1101 | CONFIG_RAMFS=y | ||
1102 | # CONFIG_CONFIGFS_FS is not set | ||
1103 | |||
1104 | # | ||
1105 | # Miscellaneous filesystems | ||
1106 | # | ||
1107 | # CONFIG_ADFS_FS is not set | ||
1108 | # CONFIG_AFFS_FS is not set | ||
1109 | # CONFIG_HFS_FS is not set | ||
1110 | # CONFIG_HFSPLUS_FS is not set | ||
1111 | # CONFIG_BEFS_FS is not set | ||
1112 | # CONFIG_BFS_FS is not set | ||
1113 | # CONFIG_EFS_FS is not set | ||
1114 | CONFIG_YAFFS_FS=y | ||
1115 | CONFIG_YAFFS_YAFFS1=y | ||
1116 | # CONFIG_YAFFS_DOES_ECC is not set | ||
1117 | CONFIG_YAFFS_YAFFS2=y | ||
1118 | CONFIG_YAFFS_AUTO_YAFFS2=y | ||
1119 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set | ||
1120 | CONFIG_YAFFS_CHECKPOINT_RESERVED_BLOCKS=10 | ||
1121 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set | ||
1122 | # CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED is not set | ||
1123 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y | ||
1124 | # CONFIG_JFFS_FS is not set | ||
1125 | # CONFIG_JFFS2_FS is not set | ||
1126 | # CONFIG_CRAMFS is not set | ||
1127 | # CONFIG_VXFS_FS is not set | ||
1128 | # CONFIG_HPFS_FS is not set | ||
1129 | # CONFIG_QNX4FS_FS is not set | ||
1130 | # CONFIG_SYSV_FS is not set | ||
1131 | # CONFIG_UFS_FS is not set | ||
1132 | |||
1133 | # | ||
1134 | # Network File Systems | ||
1135 | # | ||
1136 | CONFIG_NFS_FS=m | ||
1137 | CONFIG_NFS_V3=y | ||
1138 | # CONFIG_NFS_V3_ACL is not set | ||
1139 | # CONFIG_NFS_V4 is not set | ||
1140 | # CONFIG_NFS_DIRECTIO is not set | ||
1141 | # CONFIG_NFSD is not set | ||
1142 | CONFIG_LOCKD=m | ||
1143 | CONFIG_LOCKD_V4=y | ||
1144 | CONFIG_NFS_COMMON=y | ||
1145 | CONFIG_SUNRPC=m | ||
1146 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1147 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1148 | CONFIG_SMB_FS=m | ||
1149 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
1150 | # CONFIG_CIFS is not set | ||
1151 | # CONFIG_NCP_FS is not set | ||
1152 | # CONFIG_CODA_FS is not set | ||
1153 | # CONFIG_AFS_FS is not set | ||
1154 | # CONFIG_9P_FS is not set | ||
1155 | |||
1156 | # | ||
1157 | # Partition Types | ||
1158 | # | ||
1159 | # CONFIG_PARTITION_ADVANCED is not set | ||
1160 | CONFIG_MSDOS_PARTITION=y | ||
1161 | |||
1162 | # | ||
1163 | # Native Language Support | ||
1164 | # | ||
1165 | CONFIG_NLS=m | ||
1166 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1167 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1168 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1169 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1170 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1171 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1172 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1173 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1174 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1175 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1176 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1177 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1178 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1179 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1180 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1181 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1182 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1183 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1184 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1185 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1186 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1187 | # CONFIG_NLS_ISO8859_8 is not set | ||
1188 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1189 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1190 | # CONFIG_NLS_ASCII is not set | ||
1191 | # CONFIG_NLS_ISO8859_1 is not set | ||
1192 | # CONFIG_NLS_ISO8859_2 is not set | ||
1193 | # CONFIG_NLS_ISO8859_3 is not set | ||
1194 | # CONFIG_NLS_ISO8859_4 is not set | ||
1195 | # CONFIG_NLS_ISO8859_5 is not set | ||
1196 | # CONFIG_NLS_ISO8859_6 is not set | ||
1197 | # CONFIG_NLS_ISO8859_7 is not set | ||
1198 | # CONFIG_NLS_ISO8859_9 is not set | ||
1199 | # CONFIG_NLS_ISO8859_13 is not set | ||
1200 | # CONFIG_NLS_ISO8859_14 is not set | ||
1201 | # CONFIG_NLS_ISO8859_15 is not set | ||
1202 | # CONFIG_NLS_KOI8_R is not set | ||
1203 | # CONFIG_NLS_KOI8_U is not set | ||
1204 | # CONFIG_NLS_UTF8 is not set | ||
1205 | |||
1206 | # | ||
1207 | # Profiling support | ||
1208 | # | ||
1209 | # CONFIG_PROFILING is not set | ||
1210 | |||
1211 | # | ||
1212 | # Kernel hacking | ||
1213 | # | ||
1214 | # CONFIG_PRINTK_TIME is not set | ||
1215 | CONFIG_ENABLE_MUST_CHECK=y | ||
1216 | # CONFIG_MAGIC_SYSRQ is not set | ||
1217 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1218 | # CONFIG_DEBUG_KERNEL is not set | ||
1219 | CONFIG_LOG_BUF_SHIFT=14 | ||
1220 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1221 | # CONFIG_DEBUG_FS is not set | ||
1222 | # CONFIG_UNWIND_INFO is not set | ||
1223 | # CONFIG_HEADERS_CHECK is not set | ||
1224 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
1225 | # CONFIG_DEBUG_HUNT_FOR_ZERO is not set | ||
1226 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
1227 | # CONFIG_BOOTPARAM is not set | ||
1228 | # CONFIG_NO_KERNEL_MSG is not set | ||
1229 | # CONFIG_CPLB_INFO is not set | ||
1230 | # CONFIG_NO_ACCESS_CHECK is not set | ||
1231 | |||
1232 | # | ||
1233 | # Security options | ||
1234 | # | ||
1235 | # CONFIG_KEYS is not set | ||
1236 | CONFIG_SECURITY=y | ||
1237 | # CONFIG_SECURITY_NETWORK is not set | ||
1238 | CONFIG_SECURITY_CAPABILITIES=y | ||
1239 | |||
1240 | # | ||
1241 | # Cryptographic options | ||
1242 | # | ||
1243 | # CONFIG_CRYPTO is not set | ||
1244 | |||
1245 | # | ||
1246 | # Library routines | ||
1247 | # | ||
1248 | CONFIG_CRC_CCITT=m | ||
1249 | # CONFIG_CRC16 is not set | ||
1250 | CONFIG_CRC32=y | ||
1251 | # CONFIG_LIBCRC32C is not set | ||
1252 | CONFIG_ZLIB_INFLATE=y | ||
1253 | CONFIG_PLIST=y | ||
diff --git a/arch/blackfin/defconfig b/arch/blackfin/defconfig index d5904ca994cf..a513fbe39567 100644 --- a/arch/blackfin/defconfig +++ b/arch/blackfin/defconfig | |||
@@ -1,19 +1,20 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20 | 3 | # Linux kernel version: 2.6.20.4 |
4 | # | 4 | # |
5 | # CONFIG_MMU is not set | 5 | # CONFIG_MMU is not set |
6 | # CONFIG_FPU is not set | 6 | # CONFIG_FPU is not set |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | 8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set |
9 | CONFIG_BLACKFIN=y | ||
9 | CONFIG_BFIN=y | 10 | CONFIG_BFIN=y |
10 | CONFIG_SEMAPHORE_SLEEPERS=y | 11 | CONFIG_SEMAPHORE_SLEEPERS=y |
11 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 12 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
12 | CONFIG_GENERIC_HWEIGHT=y | 13 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_HARDIRQS=y | 14 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_GENERIC_IRQ_PROBE=y | 15 | CONFIG_GENERIC_IRQ_PROBE=y |
16 | # CONFIG_GENERIC_TIME is not set | ||
15 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
16 | CONFIG_UCLINUX=y | ||
17 | CONFIG_FORCE_MAX_ZONEORDER=14 | 18 | CONFIG_FORCE_MAX_ZONEORDER=14 |
18 | CONFIG_IRQCHIP_DEMUX_GPIO=y | 19 | CONFIG_IRQCHIP_DEMUX_GPIO=y |
19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
@@ -55,6 +56,7 @@ CONFIG_ELF_CORE=y | |||
55 | CONFIG_BASE_FULL=y | 56 | CONFIG_BASE_FULL=y |
56 | CONFIG_FUTEX=y | 57 | CONFIG_FUTEX=y |
57 | CONFIG_EPOLL=y | 58 | CONFIG_EPOLL=y |
59 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
58 | # CONFIG_LIMIT_PAGECACHE is not set | 60 | # CONFIG_LIMIT_PAGECACHE is not set |
59 | CONFIG_BUDDY=y | 61 | CONFIG_BUDDY=y |
60 | # CONFIG_NP2 is not set | 62 | # CONFIG_NP2 is not set |
@@ -95,6 +97,9 @@ CONFIG_DEFAULT_AS=y | |||
95 | # CONFIG_DEFAULT_CFQ is not set | 97 | # CONFIG_DEFAULT_CFQ is not set |
96 | # CONFIG_DEFAULT_NOOP is not set | 98 | # CONFIG_DEFAULT_NOOP is not set |
97 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 99 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
100 | # CONFIG_PREEMPT_NONE is not set | ||
101 | CONFIG_PREEMPT_VOLUNTARY=y | ||
102 | # CONFIG_PREEMPT is not set | ||
98 | 103 | ||
99 | # | 104 | # |
100 | # Blackfin Processor Options | 105 | # Blackfin Processor Options |
@@ -107,7 +112,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
107 | # CONFIG_BF532 is not set | 112 | # CONFIG_BF532 is not set |
108 | # CONFIG_BF533 is not set | 113 | # CONFIG_BF533 is not set |
109 | # CONFIG_BF534 is not set | 114 | # CONFIG_BF534 is not set |
110 | # CONFIG_BF535 is not set | ||
111 | # CONFIG_BF536 is not set | 115 | # CONFIG_BF536 is not set |
112 | CONFIG_BF537=y | 116 | CONFIG_BF537=y |
113 | # CONFIG_BF561 is not set | 117 | # CONFIG_BF561 is not set |
@@ -115,7 +119,6 @@ CONFIG_BF_REV_0_2=y | |||
115 | # CONFIG_BF_REV_0_3 is not set | 119 | # CONFIG_BF_REV_0_3 is not set |
116 | # CONFIG_BF_REV_0_4 is not set | 120 | # CONFIG_BF_REV_0_4 is not set |
117 | # CONFIG_BF_REV_0_5 is not set | 121 | # CONFIG_BF_REV_0_5 is not set |
118 | CONFIG_BLACKFIN=y | ||
119 | CONFIG_BFIN_SINGLE_CORE=y | 122 | CONFIG_BFIN_SINGLE_CORE=y |
120 | # CONFIG_BFIN533_EZKIT is not set | 123 | # CONFIG_BFIN533_EZKIT is not set |
121 | # CONFIG_BFIN533_STAMP is not set | 124 | # CONFIG_BFIN533_STAMP is not set |
@@ -182,6 +185,7 @@ CONFIG_IRQ_WATCH=13 | |||
182 | # | 185 | # |
183 | # Board customizations | 186 | # Board customizations |
184 | # | 187 | # |
188 | # CONFIG_CMDLINE_BOOL is not set | ||
185 | 189 | ||
186 | # | 190 | # |
187 | # Board Setup | 191 | # Board Setup |
@@ -221,6 +225,19 @@ CONFIG_HZ=250 | |||
221 | # Memory Optimizations | 225 | # Memory Optimizations |
222 | # | 226 | # |
223 | CONFIG_I_ENTRY_L1=y | 227 | CONFIG_I_ENTRY_L1=y |
228 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
229 | CONFIG_DO_IRQ_L1=y | ||
230 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
231 | CONFIG_IDLE_L1=y | ||
232 | CONFIG_SCHEDULE_L1=y | ||
233 | CONFIG_ARITHMETIC_OPS_L1=y | ||
234 | CONFIG_ACCESS_OK_L1=y | ||
235 | CONFIG_MEMSET_L1=y | ||
236 | CONFIG_MEMCPY_L1=y | ||
237 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
238 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
239 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
240 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
224 | CONFIG_RAMKERNEL=y | 241 | CONFIG_RAMKERNEL=y |
225 | # CONFIG_ROMKERNEL is not set | 242 | # CONFIG_ROMKERNEL is not set |
226 | CONFIG_SELECT_MEMORY_MODEL=y | 243 | CONFIG_SELECT_MEMORY_MODEL=y |
@@ -243,6 +260,7 @@ CONFIG_DMA_UNCACHED_1M=y | |||
243 | # | 260 | # |
244 | CONFIG_BLKFIN_CACHE=y | 261 | CONFIG_BLKFIN_CACHE=y |
245 | CONFIG_BLKFIN_DCACHE=y | 262 | CONFIG_BLKFIN_DCACHE=y |
263 | # CONFIG_BLKFIN_DCACHE_BANKA is not set | ||
246 | # CONFIG_BLKFIN_CACHE_LOCK is not set | 264 | # CONFIG_BLKFIN_CACHE_LOCK is not set |
247 | # CONFIG_BLKFIN_WB is not set | 265 | # CONFIG_BLKFIN_WB is not set |
248 | CONFIG_BLKFIN_WT=y | 266 | CONFIG_BLKFIN_WT=y |
@@ -815,9 +833,8 @@ CONFIG_I2C_CHARDEV=m | |||
815 | # | 833 | # |
816 | # I2C Hardware Bus support | 834 | # I2C Hardware Bus support |
817 | # | 835 | # |
818 | # CONFIG_I2C_BFIN_GPIO is not set | 836 | # CONFIG_I2C_BLACKFIN_GPIO is not set |
819 | CONFIG_I2C_BFIN_TWI=m | 837 | # CONFIG_I2C_BLACKFIN_TWI is not set |
820 | CONFIG_TWICLK_KHZ=50 | ||
821 | # CONFIG_I2C_OCORES is not set | 838 | # CONFIG_I2C_OCORES is not set |
822 | # CONFIG_I2C_PARPORT_LIGHT is not set | 839 | # CONFIG_I2C_PARPORT_LIGHT is not set |
823 | # CONFIG_I2C_STUB is not set | 840 | # CONFIG_I2C_STUB is not set |
@@ -832,6 +849,7 @@ CONFIG_SENSORS_AD5252=m | |||
832 | # CONFIG_SENSORS_EEPROM is not set | 849 | # CONFIG_SENSORS_EEPROM is not set |
833 | # CONFIG_SENSORS_PCF8574 is not set | 850 | # CONFIG_SENSORS_PCF8574 is not set |
834 | # CONFIG_SENSORS_PCF8575 is not set | 851 | # CONFIG_SENSORS_PCF8575 is not set |
852 | # CONFIG_SENSORS_PCA9543 is not set | ||
835 | # CONFIG_SENSORS_PCA9539 is not set | 853 | # CONFIG_SENSORS_PCA9539 is not set |
836 | # CONFIG_SENSORS_PCF8591 is not set | 854 | # CONFIG_SENSORS_PCF8591 is not set |
837 | # CONFIG_SENSORS_MAX6875 is not set | 855 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -850,11 +868,11 @@ CONFIG_SPI_MASTER=y | |||
850 | # SPI Master Controller Drivers | 868 | # SPI Master Controller Drivers |
851 | # | 869 | # |
852 | # CONFIG_SPI_BITBANG is not set | 870 | # CONFIG_SPI_BITBANG is not set |
853 | CONFIG_SPI_BFIN=y | ||
854 | 871 | ||
855 | # | 872 | # |
856 | # SPI Protocol Masters | 873 | # SPI Protocol Masters |
857 | # | 874 | # |
875 | CONFIG_SPI_BFIN=y | ||
858 | 876 | ||
859 | # | 877 | # |
860 | # Dallas's 1-wire bus | 878 | # Dallas's 1-wire bus |
@@ -940,10 +958,6 @@ CONFIG_NTSC=y | |||
940 | # CONFIG_PAL_YCBCR is not set | 958 | # CONFIG_PAL_YCBCR is not set |
941 | CONFIG_ADV7393_1XMEM=y | 959 | CONFIG_ADV7393_1XMEM=y |
942 | # CONFIG_ADV7393_2XMEM is not set | 960 | # CONFIG_ADV7393_2XMEM is not set |
943 | CONFIG_FB_BF537_LQ035=m | ||
944 | CONFIG_LQ035_SLAVE_ADDR=0x58 | ||
945 | # CONFIG_FB_BFIN_LANDSCAPE is not set | ||
946 | # CONFIG_FB_BFIN_BGR is not set | ||
947 | # CONFIG_FB_S1D13XXX is not set | 961 | # CONFIG_FB_S1D13XXX is not set |
948 | # CONFIG_FB_VIRTUAL is not set | 962 | # CONFIG_FB_VIRTUAL is not set |
949 | 963 | ||
@@ -1280,12 +1294,11 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1280 | # CONFIG_DEBUG_KERNEL is not set | 1294 | # CONFIG_DEBUG_KERNEL is not set |
1281 | CONFIG_LOG_BUF_SHIFT=14 | 1295 | CONFIG_LOG_BUF_SHIFT=14 |
1282 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1296 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1297 | # CONFIG_DEBUG_SERIAL_EARLY_INIT is not set | ||
1283 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | 1298 | CONFIG_DEBUG_HUNT_FOR_ZERO=y |
1284 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | 1299 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set |
1285 | # CONFIG_BOOTPARAM is not set | ||
1286 | # CONFIG_NO_KERNEL_MSG is not set | ||
1287 | CONFIG_CPLB_INFO=y | 1300 | CONFIG_CPLB_INFO=y |
1288 | # CONFIG_NO_ACCESS_CHECK is not set | 1301 | CONFIG_ACCESS_CHECK=y |
1289 | 1302 | ||
1290 | # | 1303 | # |
1291 | # Security options | 1304 | # Security options |
diff --git a/arch/blackfin/kernel/bfin_dma_5xx.c b/arch/blackfin/kernel/bfin_dma_5xx.c index 8ea079ebecb5..0ccb0dc3f833 100644 --- a/arch/blackfin/kernel/bfin_dma_5xx.c +++ b/arch/blackfin/kernel/bfin_dma_5xx.c | |||
@@ -119,7 +119,7 @@ static void clear_dma_buffer(unsigned int channel) | |||
119 | SSYNC(); | 119 | SSYNC(); |
120 | } | 120 | } |
121 | 121 | ||
122 | int __init blackfin_dma_init(void) | 122 | static int __init blackfin_dma_init(void) |
123 | { | 123 | { |
124 | int i; | 124 | int i; |
125 | 125 | ||
@@ -130,7 +130,9 @@ int __init blackfin_dma_init(void) | |||
130 | dma_ch[i].regs = base_addr[i]; | 130 | dma_ch[i].regs = base_addr[i]; |
131 | mutex_init(&(dma_ch[i].dmalock)); | 131 | mutex_init(&(dma_ch[i].dmalock)); |
132 | } | 132 | } |
133 | 133 | /* Mark MEMDMA Channel 0 as requested since we're using it internally */ | |
134 | dma_ch[CH_MEM_STREAM0_DEST].chan_status = DMA_CHANNEL_REQUESTED; | ||
135 | dma_ch[CH_MEM_STREAM0_SRC].chan_status = DMA_CHANNEL_REQUESTED; | ||
134 | return 0; | 136 | return 0; |
135 | } | 137 | } |
136 | 138 | ||
@@ -593,14 +595,17 @@ unsigned short get_dma_curr_ycount(unsigned int channel) | |||
593 | } | 595 | } |
594 | EXPORT_SYMBOL(get_dma_curr_ycount); | 596 | EXPORT_SYMBOL(get_dma_curr_ycount); |
595 | 597 | ||
596 | void *dma_memcpy(void *dest, const void *src, size_t size) | 598 | void *_dma_memcpy(void *dest, const void *src, size_t size) |
597 | { | 599 | { |
598 | int direction; /* 1 - address decrease, 0 - address increase */ | 600 | int direction; /* 1 - address decrease, 0 - address increase */ |
599 | int flag_align; /* 1 - address aligned, 0 - address unaligned */ | 601 | int flag_align; /* 1 - address aligned, 0 - address unaligned */ |
600 | int flag_2D; /* 1 - 2D DMA needed, 0 - 1D DMA needed */ | 602 | int flag_2D; /* 1 - 2D DMA needed, 0 - 1D DMA needed */ |
603 | unsigned long flags; | ||
601 | 604 | ||
602 | if (size <= 0) | 605 | if (size <= 0) |
603 | return NULL; | 606 | return NULL; |
607 | |||
608 | local_irq_save(flags); | ||
604 | 609 | ||
605 | if ((unsigned long)src < memory_end) | 610 | if ((unsigned long)src < memory_end) |
606 | blackfin_dcache_flush_range((unsigned int)src, | 611 | blackfin_dcache_flush_range((unsigned int)src, |
@@ -725,18 +730,224 @@ void *dma_memcpy(void *dest, const void *src, size_t size) | |||
725 | if ((unsigned long)dest < memory_end) | 730 | if ((unsigned long)dest < memory_end) |
726 | blackfin_dcache_invalidate_range((unsigned int)dest, | 731 | blackfin_dcache_invalidate_range((unsigned int)dest, |
727 | (unsigned int)(dest + size)); | 732 | (unsigned int)(dest + size)); |
733 | local_irq_restore(flags); | ||
728 | 734 | ||
729 | return dest; | 735 | return dest; |
730 | } | 736 | } |
737 | |||
738 | void *dma_memcpy(void *dest, const void *src, size_t size) | ||
739 | { | ||
740 | size_t bulk; | ||
741 | size_t rest; | ||
742 | void * addr; | ||
743 | |||
744 | bulk = (size >> 16) << 16; | ||
745 | rest = size - bulk; | ||
746 | if (bulk) | ||
747 | _dma_memcpy(dest, src, bulk); | ||
748 | addr = _dma_memcpy(dest+bulk, src+bulk, rest); | ||
749 | return addr; | ||
750 | } | ||
751 | |||
731 | EXPORT_SYMBOL(dma_memcpy); | 752 | EXPORT_SYMBOL(dma_memcpy); |
732 | 753 | ||
733 | void *safe_dma_memcpy(void *dest, const void *src, size_t size) | 754 | void *safe_dma_memcpy(void *dest, const void *src, size_t size) |
734 | { | 755 | { |
735 | int flags = 0; | ||
736 | void *addr; | 756 | void *addr; |
737 | local_irq_save(flags); | ||
738 | addr = dma_memcpy(dest, src, size); | 757 | addr = dma_memcpy(dest, src, size); |
739 | local_irq_restore(flags); | ||
740 | return addr; | 758 | return addr; |
741 | } | 759 | } |
742 | EXPORT_SYMBOL(safe_dma_memcpy); | 760 | EXPORT_SYMBOL(safe_dma_memcpy); |
761 | |||
762 | void dma_outsb(void __iomem *addr, const void *buf, unsigned short len) | ||
763 | { | ||
764 | |||
765 | unsigned long flags; | ||
766 | |||
767 | local_irq_save(flags); | ||
768 | |||
769 | blackfin_dcache_flush_range((unsigned int)buf,(unsigned int)(buf) + len); | ||
770 | |||
771 | bfin_write_MDMA_D0_START_ADDR(addr); | ||
772 | bfin_write_MDMA_D0_X_COUNT(len); | ||
773 | bfin_write_MDMA_D0_X_MODIFY(0); | ||
774 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
775 | |||
776 | bfin_write_MDMA_S0_START_ADDR(buf); | ||
777 | bfin_write_MDMA_S0_X_COUNT(len); | ||
778 | bfin_write_MDMA_S0_X_MODIFY(1); | ||
779 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
780 | |||
781 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_8); | ||
782 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_8); | ||
783 | |||
784 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
785 | |||
786 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
787 | |||
788 | bfin_write_MDMA_S0_CONFIG(0); | ||
789 | bfin_write_MDMA_D0_CONFIG(0); | ||
790 | local_irq_restore(flags); | ||
791 | |||
792 | } | ||
793 | EXPORT_SYMBOL(dma_outsb); | ||
794 | |||
795 | |||
796 | void dma_insb(const void __iomem *addr, void *buf, unsigned short len) | ||
797 | { | ||
798 | unsigned long flags; | ||
799 | |||
800 | local_irq_save(flags); | ||
801 | bfin_write_MDMA_D0_START_ADDR(buf); | ||
802 | bfin_write_MDMA_D0_X_COUNT(len); | ||
803 | bfin_write_MDMA_D0_X_MODIFY(1); | ||
804 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
805 | |||
806 | bfin_write_MDMA_S0_START_ADDR(addr); | ||
807 | bfin_write_MDMA_S0_X_COUNT(len); | ||
808 | bfin_write_MDMA_S0_X_MODIFY(0); | ||
809 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
810 | |||
811 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_8); | ||
812 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_8); | ||
813 | |||
814 | blackfin_dcache_invalidate_range((unsigned int)buf, (unsigned int)(buf) + len); | ||
815 | |||
816 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
817 | |||
818 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
819 | |||
820 | bfin_write_MDMA_S0_CONFIG(0); | ||
821 | bfin_write_MDMA_D0_CONFIG(0); | ||
822 | local_irq_restore(flags); | ||
823 | |||
824 | } | ||
825 | EXPORT_SYMBOL(dma_insb); | ||
826 | |||
827 | void dma_outsw(void __iomem *addr, const void *buf, unsigned short len) | ||
828 | { | ||
829 | unsigned long flags; | ||
830 | |||
831 | local_irq_save(flags); | ||
832 | |||
833 | blackfin_dcache_flush_range((unsigned int)buf,(unsigned int)(buf) + len); | ||
834 | |||
835 | bfin_write_MDMA_D0_START_ADDR(addr); | ||
836 | bfin_write_MDMA_D0_X_COUNT(len); | ||
837 | bfin_write_MDMA_D0_X_MODIFY(0); | ||
838 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
839 | |||
840 | bfin_write_MDMA_S0_START_ADDR(buf); | ||
841 | bfin_write_MDMA_S0_X_COUNT(len); | ||
842 | bfin_write_MDMA_S0_X_MODIFY(2); | ||
843 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
844 | |||
845 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_16); | ||
846 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_16); | ||
847 | |||
848 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
849 | |||
850 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
851 | |||
852 | bfin_write_MDMA_S0_CONFIG(0); | ||
853 | bfin_write_MDMA_D0_CONFIG(0); | ||
854 | local_irq_restore(flags); | ||
855 | |||
856 | } | ||
857 | EXPORT_SYMBOL(dma_outsw); | ||
858 | |||
859 | void dma_insw(const void __iomem *addr, void *buf, unsigned short len) | ||
860 | { | ||
861 | unsigned long flags; | ||
862 | |||
863 | local_irq_save(flags); | ||
864 | |||
865 | bfin_write_MDMA_D0_START_ADDR(buf); | ||
866 | bfin_write_MDMA_D0_X_COUNT(len); | ||
867 | bfin_write_MDMA_D0_X_MODIFY(2); | ||
868 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
869 | |||
870 | bfin_write_MDMA_S0_START_ADDR(addr); | ||
871 | bfin_write_MDMA_S0_X_COUNT(len); | ||
872 | bfin_write_MDMA_S0_X_MODIFY(0); | ||
873 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
874 | |||
875 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_16); | ||
876 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_16); | ||
877 | |||
878 | blackfin_dcache_invalidate_range((unsigned int)buf, (unsigned int)(buf) + len); | ||
879 | |||
880 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
881 | |||
882 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
883 | |||
884 | bfin_write_MDMA_S0_CONFIG(0); | ||
885 | bfin_write_MDMA_D0_CONFIG(0); | ||
886 | local_irq_restore(flags); | ||
887 | |||
888 | } | ||
889 | EXPORT_SYMBOL(dma_insw); | ||
890 | |||
891 | void dma_outsl(void __iomem *addr, const void *buf, unsigned short len) | ||
892 | { | ||
893 | unsigned long flags; | ||
894 | |||
895 | local_irq_save(flags); | ||
896 | |||
897 | blackfin_dcache_flush_range((unsigned int)buf,(unsigned int)(buf) + len); | ||
898 | |||
899 | bfin_write_MDMA_D0_START_ADDR(addr); | ||
900 | bfin_write_MDMA_D0_X_COUNT(len); | ||
901 | bfin_write_MDMA_D0_X_MODIFY(0); | ||
902 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
903 | |||
904 | bfin_write_MDMA_S0_START_ADDR(buf); | ||
905 | bfin_write_MDMA_S0_X_COUNT(len); | ||
906 | bfin_write_MDMA_S0_X_MODIFY(4); | ||
907 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
908 | |||
909 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_32); | ||
910 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_32); | ||
911 | |||
912 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
913 | |||
914 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
915 | |||
916 | bfin_write_MDMA_S0_CONFIG(0); | ||
917 | bfin_write_MDMA_D0_CONFIG(0); | ||
918 | local_irq_restore(flags); | ||
919 | |||
920 | } | ||
921 | EXPORT_SYMBOL(dma_outsl); | ||
922 | |||
923 | void dma_insl(const void __iomem *addr, void *buf, unsigned short len) | ||
924 | { | ||
925 | unsigned long flags; | ||
926 | |||
927 | local_irq_save(flags); | ||
928 | |||
929 | bfin_write_MDMA_D0_START_ADDR(buf); | ||
930 | bfin_write_MDMA_D0_X_COUNT(len); | ||
931 | bfin_write_MDMA_D0_X_MODIFY(4); | ||
932 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
933 | |||
934 | bfin_write_MDMA_S0_START_ADDR(addr); | ||
935 | bfin_write_MDMA_S0_X_COUNT(len); | ||
936 | bfin_write_MDMA_S0_X_MODIFY(0); | ||
937 | bfin_write_MDMA_S0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
938 | |||
939 | bfin_write_MDMA_S0_CONFIG(DMAEN | WDSIZE_32); | ||
940 | bfin_write_MDMA_D0_CONFIG(WNR | DI_EN | DMAEN | WDSIZE_32); | ||
941 | |||
942 | blackfin_dcache_invalidate_range((unsigned int)buf, (unsigned int)(buf) + len); | ||
943 | |||
944 | while (!(bfin_read_MDMA_D0_IRQ_STATUS() & DMA_DONE)); | ||
945 | |||
946 | bfin_write_MDMA_D0_IRQ_STATUS(DMA_DONE | DMA_ERR); | ||
947 | |||
948 | bfin_write_MDMA_S0_CONFIG(0); | ||
949 | bfin_write_MDMA_D0_CONFIG(0); | ||
950 | local_irq_restore(flags); | ||
951 | |||
952 | } | ||
953 | EXPORT_SYMBOL(dma_insl); | ||
diff --git a/arch/blackfin/kernel/bfin_gpio.c b/arch/blackfin/kernel/bfin_gpio.c index e9f24a9a46ba..3f49fae1cb1f 100644 --- a/arch/blackfin/kernel/bfin_gpio.c +++ b/arch/blackfin/kernel/bfin_gpio.c | |||
@@ -144,7 +144,7 @@ inline int check_gpio(unsigned short gpio) | |||
144 | } | 144 | } |
145 | 145 | ||
146 | #ifdef BF537_FAMILY | 146 | #ifdef BF537_FAMILY |
147 | void port_setup(unsigned short gpio, unsigned short usage) | 147 | static void port_setup(unsigned short gpio, unsigned short usage) |
148 | { | 148 | { |
149 | if (usage == GPIO_USAGE) { | 149 | if (usage == GPIO_USAGE) { |
150 | if (*port_fer[gpio_bank(gpio)] & gpio_bit(gpio)) | 150 | if (*port_fer[gpio_bank(gpio)] & gpio_bit(gpio)) |
@@ -160,7 +160,7 @@ void port_setup(unsigned short gpio, unsigned short usage) | |||
160 | #endif | 160 | #endif |
161 | 161 | ||
162 | 162 | ||
163 | void default_gpio(unsigned short gpio) | 163 | static void default_gpio(unsigned short gpio) |
164 | { | 164 | { |
165 | unsigned short bank,bitmask; | 165 | unsigned short bank,bitmask; |
166 | 166 | ||
@@ -177,8 +177,7 @@ void default_gpio(unsigned short gpio) | |||
177 | gpio_bankb[bank]->edge &= ~bitmask; | 177 | gpio_bankb[bank]->edge &= ~bitmask; |
178 | } | 178 | } |
179 | 179 | ||
180 | 180 | static int __init bfin_gpio_init(void) | |
181 | int __init bfin_gpio_init(void) | ||
182 | { | 181 | { |
183 | int i; | 182 | int i; |
184 | 183 | ||
@@ -189,9 +188,9 @@ int __init bfin_gpio_init(void) | |||
189 | 188 | ||
190 | #if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)) | 189 | #if defined(BF537_FAMILY) && (defined(CONFIG_BFIN_MAC) || defined(CONFIG_BFIN_MAC_MODULE)) |
191 | # if defined(CONFIG_BFIN_MAC_RMII) | 190 | # if defined(CONFIG_BFIN_MAC_RMII) |
192 | reserved_map[PORT_H] = 0xC373; | 191 | reserved_map[gpio_bank(PORT_H)] = 0xC373; |
193 | # else | 192 | # else |
194 | reserved_map[PORT_H] = 0xFFFF; | 193 | reserved_map[gpio_bank(PORT_H)] = 0xFFFF; |
195 | # endif | 194 | # endif |
196 | #endif | 195 | #endif |
197 | 196 | ||
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 342bb8dd56ac..02dc74301920 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/seq_file.h> | 33 | #include <linux/seq_file.h> |
34 | #include <linux/cpu.h> | 34 | #include <linux/cpu.h> |
35 | #include <linux/module.h> | 35 | #include <linux/module.h> |
36 | #include <linux/console.h> | ||
37 | #include <linux/tty.h> | 36 | #include <linux/tty.h> |
38 | 37 | ||
39 | #include <linux/ext2_fs.h> | 38 | #include <linux/ext2_fs.h> |
@@ -44,6 +43,8 @@ | |||
44 | #include <asm/blackfin.h> | 43 | #include <asm/blackfin.h> |
45 | #include <asm/cplbinit.h> | 44 | #include <asm/cplbinit.h> |
46 | 45 | ||
46 | u16 _bfin_swrst; | ||
47 | |||
47 | unsigned long memory_start, memory_end, physical_mem_end; | 48 | unsigned long memory_start, memory_end, physical_mem_end; |
48 | unsigned long reserved_mem_dcache_on; | 49 | unsigned long reserved_mem_dcache_on; |
49 | unsigned long reserved_mem_icache_on; | 50 | unsigned long reserved_mem_icache_on; |
@@ -175,6 +176,9 @@ void __init setup_arch(char **cmdline_p) | |||
175 | unsigned long mtd_phys = 0; | 176 | unsigned long mtd_phys = 0; |
176 | #endif | 177 | #endif |
177 | 178 | ||
179 | #ifdef CONFIG_DUMMY_CONSOLE | ||
180 | conswitchp = &dummy_con; | ||
181 | #endif | ||
178 | cclk = get_cclk(); | 182 | cclk = get_cclk(); |
179 | sclk = get_sclk(); | 183 | sclk = get_sclk(); |
180 | 184 | ||
@@ -379,37 +383,27 @@ void __init setup_arch(char **cmdline_p) | |||
379 | if (l1_length > L1_DATA_A_LENGTH) | 383 | if (l1_length > L1_DATA_A_LENGTH) |
380 | panic("L1 memory overflow\n"); | 384 | panic("L1 memory overflow\n"); |
381 | 385 | ||
382 | bf53x_cache_init(); | 386 | #ifdef BF561_FAMILY |
383 | 387 | _bfin_swrst = bfin_read_SICA_SWRST(); | |
384 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | 388 | #else |
385 | # if defined(CONFIG_BFIN_SHARED_FLASH_ENET) && defined(CONFIG_BFIN533_STAMP) | 389 | _bfin_swrst = bfin_read_SWRST(); |
386 | /* setup BF533_STAMP CPLD to route AMS3 to Ethernet MAC */ | ||
387 | bfin_write_FIO_DIR(bfin_read_FIO_DIR() | (1 << CONFIG_ENET_FLASH_PIN)); | ||
388 | bfin_write_FIO_FLAG_S(1 << CONFIG_ENET_FLASH_PIN); | ||
389 | SSYNC(); | ||
390 | # endif | ||
391 | # if defined (CONFIG_BFIN561_EZKIT) | ||
392 | bfin_write_FIO0_DIR(bfin_read_FIO0_DIR() | (1 << 12)); | ||
393 | SSYNC(); | ||
394 | # endif /* defined (CONFIG_BFIN561_EZKIT) */ | ||
395 | #endif | 390 | #endif |
396 | 391 | ||
392 | bf53x_cache_init(); | ||
393 | |||
397 | printk(KERN_INFO "Hardware Trace Enabled\n"); | 394 | printk(KERN_INFO "Hardware Trace Enabled\n"); |
398 | bfin_write_TBUFCTL(0x03); | 395 | bfin_write_TBUFCTL(0x03); |
399 | } | 396 | } |
400 | 397 | ||
401 | #if defined(CONFIG_BF561) | ||
402 | static struct cpu cpu[2]; | ||
403 | #else | ||
404 | static struct cpu cpu[1]; | ||
405 | #endif | ||
406 | static int __init topology_init(void) | 398 | static int __init topology_init(void) |
407 | { | 399 | { |
408 | #if defined (CONFIG_BF561) | 400 | #if defined (CONFIG_BF561) |
401 | static struct cpu cpu[2]; | ||
409 | register_cpu(&cpu[0], 0); | 402 | register_cpu(&cpu[0], 0); |
410 | register_cpu(&cpu[1], 1); | 403 | register_cpu(&cpu[1], 1); |
411 | return 0; | 404 | return 0; |
412 | #else | 405 | #else |
406 | static struct cpu cpu[1]; | ||
413 | return register_cpu(cpu, 0); | 407 | return register_cpu(cpu, 0); |
414 | #endif | 408 | #endif |
415 | } | 409 | } |
diff --git a/arch/blackfin/kernel/traps.c b/arch/blackfin/kernel/traps.c index 9556b73de808..9932edee8cb4 100644 --- a/arch/blackfin/kernel/traps.c +++ b/arch/blackfin/kernel/traps.c | |||
@@ -59,9 +59,10 @@ static int printk_address(unsigned long address) | |||
59 | struct vm_list_struct *vml; | 59 | struct vm_list_struct *vml; |
60 | struct task_struct *p; | 60 | struct task_struct *p; |
61 | struct mm_struct *mm; | 61 | struct mm_struct *mm; |
62 | unsigned long offset; | ||
62 | 63 | ||
63 | #ifdef CONFIG_KALLSYMS | 64 | #ifdef CONFIG_KALLSYMS |
64 | unsigned long offset = 0, symsize; | 65 | unsigned long symsize; |
65 | const char *symname; | 66 | const char *symname; |
66 | char *modname; | 67 | char *modname; |
67 | char *delim = ":"; | 68 | char *delim = ":"; |
@@ -106,12 +107,19 @@ static int printk_address(unsigned long address) | |||
106 | sizeof(_tmpbuf)); | 107 | sizeof(_tmpbuf)); |
107 | } | 108 | } |
108 | 109 | ||
110 | /* FLAT does not have its text aligned to the start of | ||
111 | * the map while FDPIC ELF does ... | ||
112 | */ | ||
113 | if (current->mm && | ||
114 | (address > current->mm->start_code) && | ||
115 | (address < current->mm->end_code)) | ||
116 | offset = address - current->mm->start_code; | ||
117 | else | ||
118 | offset = (address - vma->vm_start) + (vma->vm_pgoff << PAGE_SHIFT); | ||
119 | |||
109 | write_unlock_irq(&tasklist_lock); | 120 | write_unlock_irq(&tasklist_lock); |
110 | return printk("<0x%p> [ %s + 0x%lx ]", | 121 | return printk("<0x%p> [ %s + 0x%lx ]", |
111 | (void*)address, name, | 122 | (void*)address, name, offset); |
112 | (unsigned long) | ||
113 | ((address - vma->vm_start) + | ||
114 | (vma->vm_pgoff << PAGE_SHIFT))); | ||
115 | } | 123 | } |
116 | 124 | ||
117 | vml = vml->next; | 125 | vml = vml->next; |
diff --git a/arch/blackfin/lib/ins.S b/arch/blackfin/lib/ins.S index 730d2b427538..7d5e9846311d 100644 --- a/arch/blackfin/lib/ins.S +++ b/arch/blackfin/lib/ins.S | |||
@@ -29,6 +29,7 @@ | |||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <linux/linkage.h> | 31 | #include <linux/linkage.h> |
32 | #include <asm/blackfin.h> | ||
32 | 33 | ||
33 | .align 2 | 34 | .align 2 |
34 | 35 | ||
@@ -39,11 +40,14 @@ ENTRY(_insl) | |||
39 | P2 = R2; /* P2 = count */ | 40 | P2 = R2; /* P2 = count */ |
40 | SSYNC; | 41 | SSYNC; |
41 | LSETUP( .Llong_loop_s, .Llong_loop_e) LC0 = P2; | 42 | LSETUP( .Llong_loop_s, .Llong_loop_e) LC0 = P2; |
42 | .Llong_loop_s: R0 = [P0]; | 43 | .Llong_loop_s: R0 = [P0]; |
43 | .Llong_loop_e: [P1++] = R0; | 44 | [P1++] = R0; |
45 | NOP; | ||
46 | .Llong_loop_e: NOP; | ||
44 | sti R3; | 47 | sti R3; |
45 | RTS; | 48 | RTS; |
46 | 49 | ||
50 | |||
47 | ENTRY(_insw) | 51 | ENTRY(_insw) |
48 | P0 = R0; /* P0 = port */ | 52 | P0 = R0; /* P0 = port */ |
49 | cli R3; | 53 | cli R3; |
@@ -51,8 +55,10 @@ ENTRY(_insw) | |||
51 | P2 = R2; /* P2 = count */ | 55 | P2 = R2; /* P2 = count */ |
52 | SSYNC; | 56 | SSYNC; |
53 | LSETUP( .Lword_loop_s, .Lword_loop_e) LC0 = P2; | 57 | LSETUP( .Lword_loop_s, .Lword_loop_e) LC0 = P2; |
54 | .Lword_loop_s: R0 = W[P0]; | 58 | .Lword_loop_s: R0 = W[P0]; |
55 | .Lword_loop_e: W[P1++] = R0; | 59 | W[P1++] = R0; |
60 | NOP; | ||
61 | .Lword_loop_e: NOP; | ||
56 | sti R3; | 62 | sti R3; |
57 | RTS; | 63 | RTS; |
58 | 64 | ||
@@ -63,7 +69,9 @@ ENTRY(_insb) | |||
63 | P2 = R2; /* P2 = count */ | 69 | P2 = R2; /* P2 = count */ |
64 | SSYNC; | 70 | SSYNC; |
65 | LSETUP( .Lbyte_loop_s, .Lbyte_loop_e) LC0 = P2; | 71 | LSETUP( .Lbyte_loop_s, .Lbyte_loop_e) LC0 = P2; |
66 | .Lbyte_loop_s: R0 = B[P0]; | 72 | .Lbyte_loop_s: R0 = B[P0]; |
67 | .Lbyte_loop_e: B[P1++] = R0; | 73 | B[P1++] = R0; |
74 | NOP; | ||
75 | .Lbyte_loop_e: NOP; | ||
68 | sti R3; | 76 | sti R3; |
69 | RTS; | 77 | RTS; |
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index d7b3a5d74e8c..9a472fe15833 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
@@ -164,6 +164,13 @@ static struct bfin5xx_spi_chip ad5304_chip_info = { | |||
164 | }; | 164 | }; |
165 | #endif | 165 | #endif |
166 | 166 | ||
167 | #if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE) | ||
168 | static struct bfin5xx_spi_chip spi_mmc_chip_info = { | ||
169 | .enable_dma = 1, | ||
170 | .bits_per_word = 8, | ||
171 | }; | ||
172 | #endif | ||
173 | |||
167 | static struct spi_board_info bfin_spi_board_info[] __initdata = { | 174 | static struct spi_board_info bfin_spi_board_info[] __initdata = { |
168 | #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) | 175 | #if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE) |
169 | { | 176 | { |
@@ -199,6 +206,27 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
199 | }, | 206 | }, |
200 | #endif | 207 | #endif |
201 | 208 | ||
209 | #if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE) | ||
210 | { | ||
211 | .modalias = "spi_mmc_dummy", | ||
212 | .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */ | ||
213 | .bus_num = 1, | ||
214 | .chip_select = 0, | ||
215 | .platform_data = NULL, | ||
216 | .controller_data = &spi_mmc_chip_info, | ||
217 | .mode = SPI_MODE_3, | ||
218 | }, | ||
219 | { | ||
220 | .modalias = "spi_mmc", | ||
221 | .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */ | ||
222 | .bus_num = 1, | ||
223 | .chip_select = CONFIG_SPI_MMC_CS_CHAN, | ||
224 | .platform_data = NULL, | ||
225 | .controller_data = &spi_mmc_chip_info, | ||
226 | .mode = SPI_MODE_3, | ||
227 | }, | ||
228 | #endif | ||
229 | |||
202 | #if defined(CONFIG_PBX) | 230 | #if defined(CONFIG_PBX) |
203 | { | 231 | { |
204 | .modalias = "fxs-spi", | 232 | .modalias = "fxs-spi", |
@@ -310,12 +338,25 @@ static struct platform_device *stamp_devices[] __initdata = { | |||
310 | 338 | ||
311 | static int __init stamp_init(void) | 339 | static int __init stamp_init(void) |
312 | { | 340 | { |
341 | int ret; | ||
342 | |||
313 | printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__); | 343 | printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__); |
314 | platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices)); | 344 | ret = platform_add_devices(stamp_devices, ARRAY_SIZE(stamp_devices)); |
345 | if (ret < 0) | ||
346 | return ret; | ||
347 | |||
348 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) | ||
349 | # if defined(CONFIG_BFIN_SHARED_FLASH_ENET) | ||
350 | /* setup BF533_STAMP CPLD to route AMS3 to Ethernet MAC */ | ||
351 | bfin_write_FIO_DIR(bfin_read_FIO_DIR() | (1 << CONFIG_ENET_FLASH_PIN)); | ||
352 | bfin_write_FIO_FLAG_S(1 << CONFIG_ENET_FLASH_PIN); | ||
353 | SSYNC(); | ||
354 | # endif | ||
355 | #endif | ||
356 | |||
315 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 357 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) |
316 | spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info)); | 358 | return spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info)); |
317 | #endif | 359 | #endif |
318 | return 0; | ||
319 | } | 360 | } |
320 | 361 | ||
321 | arch_initcall(stamp_init); | 362 | arch_initcall(stamp_init); |
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S index 4808edb0680f..4db9e6240906 100644 --- a/arch/blackfin/mach-bf533/head.S +++ b/arch/blackfin/mach-bf533/head.S | |||
@@ -173,7 +173,8 @@ ENTRY(__stext) | |||
173 | STI R2; | 173 | STI R2; |
174 | #endif | 174 | #endif |
175 | 175 | ||
176 | /* Initialise UART */ | 176 | /* Initialise UART - when booting from u-boot, the UART is not disabled |
177 | * so if we dont initalize here, our serial console gets hosed */ | ||
177 | p0.h = hi(UART_LCR); | 178 | p0.h = hi(UART_LCR); |
178 | p0.l = lo(UART_LCR); | 179 | p0.l = lo(UART_LCR); |
179 | r0 = 0x0(Z); | 180 | r0 = 0x0(Z); |
@@ -468,12 +469,6 @@ ENTRY(_bfin_reset) | |||
468 | w[p0] = r0.l; | 469 | w[p0] = r0.l; |
469 | #endif | 470 | #endif |
470 | 471 | ||
471 | /* Clear the bits 13-15 in SWRST if they werent cleared */ | ||
472 | p0.h = hi(SWRST); | ||
473 | p0.l = lo(SWRST); | ||
474 | csync; | ||
475 | r0.l = w[p0]; | ||
476 | |||
477 | /* Clear the IMASK register */ | 472 | /* Clear the IMASK register */ |
478 | p0.h = hi(IMASK); | 473 | p0.h = hi(IMASK); |
479 | p0.l = lo(IMASK); | 474 | p0.l = lo(IMASK); |
@@ -487,66 +482,30 @@ ENTRY(_bfin_reset) | |||
487 | [p0] = r0; | 482 | [p0] = r0; |
488 | SSYNC; | 483 | SSYNC; |
489 | 484 | ||
490 | /* Disable the WDOG TIMER */ | 485 | /* make sure SYSCR is set to use BMODE */ |
491 | p0.h = hi(WDOG_CTL); | 486 | P0.h = hi(SYSCR); |
492 | p0.l = lo(WDOG_CTL); | 487 | P0.l = lo(SYSCR); |
493 | r0.l = 0xAD6; | 488 | R0.l = 0x0; |
494 | w[p0] = r0.l; | 489 | W[P0] = R0.l; |
495 | SSYNC; | ||
496 | |||
497 | /* Clear the sticky bit incase it is already set */ | ||
498 | p0.h = hi(WDOG_CTL); | ||
499 | p0.l = lo(WDOG_CTL); | ||
500 | r0.l = 0x8AD6; | ||
501 | w[p0] = r0.l; | ||
502 | SSYNC; | ||
503 | |||
504 | /* Program the count value */ | ||
505 | R0.l = 0x100; | ||
506 | R0.h = 0x0; | ||
507 | P0.h = hi(WDOG_CNT); | ||
508 | P0.l = lo(WDOG_CNT); | ||
509 | [P0] = R0; | ||
510 | SSYNC; | 490 | SSYNC; |
511 | 491 | ||
512 | /* Program WDOG_STAT if necessary */ | 492 | /* issue a system soft reset */ |
513 | P0.h = hi(WDOG_CTL); | 493 | P1.h = hi(SWRST); |
514 | P0.l = lo(WDOG_CTL); | 494 | P1.l = lo(SWRST); |
515 | R0 = W[P0](Z); | 495 | R1.l = 0x0007; |
516 | CC = BITTST(R0,1); | 496 | W[P1] = R1; |
517 | if !CC JUMP .LWRITESTAT; | ||
518 | CC = BITTST(R0,2); | ||
519 | if !CC JUMP .LWRITESTAT; | ||
520 | JUMP .LSKIP_WRITE; | ||
521 | |||
522 | .LWRITESTAT: | ||
523 | /* When watch dog timer is enabled, a write to STAT will load the contents of CNT to STAT */ | ||
524 | R0 = 0x0000(z); | ||
525 | P0.h = hi(WDOG_STAT); | ||
526 | P0.l = lo(WDOG_STAT) | ||
527 | [P0] = R0; | ||
528 | SSYNC; | 497 | SSYNC; |
529 | 498 | ||
530 | .LSKIP_WRITE: | 499 | /* clear system soft reset */ |
531 | /* Enable the reset event */ | 500 | R0.l = 0x0000; |
532 | P0.h = hi(WDOG_CTL); | 501 | W[P0] = R0; |
533 | P0.l = lo(WDOG_CTL); | ||
534 | R0 = W[P0](Z); | ||
535 | BITCLR(R0,1); | ||
536 | BITCLR(R0,2); | ||
537 | W[P0] = R0.L; | ||
538 | SSYNC; | ||
539 | NOP; | ||
540 | |||
541 | /* Enable the wdog counter */ | ||
542 | R0 = W[P0](Z); | ||
543 | BITCLR(R0,4); | ||
544 | W[P0] = R0.L; | ||
545 | SSYNC; | 502 | SSYNC; |
546 | 503 | ||
547 | IDLE; | 504 | /* issue core reset */ |
505 | raise 1; | ||
548 | 506 | ||
549 | RTS; | 507 | RTS; |
508 | ENDPROC(_bfin_reset) | ||
550 | 509 | ||
551 | #if CONFIG_DEBUG_KERNEL_START | 510 | #if CONFIG_DEBUG_KERNEL_START |
552 | debug_kernel_start_trap: | 511 | debug_kernel_start_trap: |
diff --git a/arch/blackfin/mach-bf537/cpu.c b/arch/blackfin/mach-bf537/cpu.c index 2d83b7e35469..0442c4c7f723 100644 --- a/arch/blackfin/mach-bf537/cpu.c +++ b/arch/blackfin/mach-bf537/cpu.c | |||
@@ -43,13 +43,13 @@ | |||
43 | #define VCO1 (CONFIG_CLKIN_HZ*9) /*99532800 */ | 43 | #define VCO1 (CONFIG_CLKIN_HZ*9) /*99532800 */ |
44 | #define VCO(x) VCO##x | 44 | #define VCO(x) VCO##x |
45 | 45 | ||
46 | #define FREQ(x) {VCO(x),VCO(x)/4},{VCO(x),VCO(x)/2},{VCO(x),VCO(x)} | 46 | #define MFREQ(x) {VCO(x),VCO(x)/4},{VCO(x),VCO(x)/2},{VCO(x),VCO(x)} |
47 | /* frequency */ | 47 | /* frequency */ |
48 | static struct cpufreq_frequency_table bf537_freq_table[] = { | 48 | static struct cpufreq_frequency_table bf537_freq_table[] = { |
49 | FREQ(1), | 49 | MFREQ(1), |
50 | FREQ(3), | 50 | MFREQ(3), |
51 | {VCO4, VCO4 / 2}, {VCO4, VCO4}, | 51 | {VCO4, VCO4 / 2}, {VCO4, VCO4}, |
52 | FREQ(5), | 52 | MFREQ(5), |
53 | {0, CPUFREQ_TABLE_END}, | 53 | {0, CPUFREQ_TABLE_END}, |
54 | }; | 54 | }; |
55 | 55 | ||
@@ -59,13 +59,14 @@ static struct cpufreq_frequency_table bf537_freq_table[] = { | |||
59 | */ | 59 | */ |
60 | static int bf537_getfreq(unsigned int cpu) | 60 | static int bf537_getfreq(unsigned int cpu) |
61 | { | 61 | { |
62 | unsigned long cclk_mhz, vco_mhz; | 62 | unsigned long cclk_mhz; |
63 | 63 | ||
64 | /* The driver only support single cpu */ | 64 | /* The driver only support single cpu */ |
65 | if (cpu == 0) | 65 | if (cpu == 0) |
66 | dpmc_fops.ioctl(NULL, NULL, IOCTL_GET_CORECLOCK, &cclk_mhz); | 66 | dpmc_fops.ioctl(NULL, NULL, IOCTL_GET_CORECLOCK, &cclk_mhz); |
67 | else | 67 | else |
68 | cclk_mhz = -1; | 68 | cclk_mhz = -1; |
69 | |||
69 | return cclk_mhz; | 70 | return cclk_mhz; |
70 | } | 71 | } |
71 | 72 | ||
@@ -75,13 +76,12 @@ static int bf537_target(struct cpufreq_policy *policy, | |||
75 | unsigned long cclk_mhz; | 76 | unsigned long cclk_mhz; |
76 | unsigned long vco_mhz; | 77 | unsigned long vco_mhz; |
77 | unsigned long flags; | 78 | unsigned long flags; |
78 | unsigned int index, vco_index; | 79 | unsigned int index; |
79 | int i; | ||
80 | |||
81 | struct cpufreq_freqs freqs; | 80 | struct cpufreq_freqs freqs; |
82 | if (cpufreq_frequency_table_target | 81 | |
83 | (policy, bf537_freq_table, target_freq, relation, &index)) | 82 | if (cpufreq_frequency_table_target(policy, bf537_freq_table, target_freq, relation, &index)) |
84 | return -EINVAL; | 83 | return -EINVAL; |
84 | |||
85 | cclk_mhz = bf537_freq_table[index].frequency; | 85 | cclk_mhz = bf537_freq_table[index].frequency; |
86 | vco_mhz = bf537_freq_table[index].index; | 86 | vco_mhz = bf537_freq_table[index].index; |
87 | 87 | ||
@@ -114,8 +114,6 @@ static int bf537_verify_speed(struct cpufreq_policy *policy) | |||
114 | 114 | ||
115 | static int __init __bf537_cpu_init(struct cpufreq_policy *policy) | 115 | static int __init __bf537_cpu_init(struct cpufreq_policy *policy) |
116 | { | 116 | { |
117 | int result; | ||
118 | |||
119 | if (policy->cpu != 0) | 117 | if (policy->cpu != 0) |
120 | return -EINVAL; | 118 | return -EINVAL; |
121 | 119 | ||
diff --git a/arch/blackfin/mach-bf537/head.S b/arch/blackfin/mach-bf537/head.S index d104e1d8e07a..2c2652bee7e5 100644 --- a/arch/blackfin/mach-bf537/head.S +++ b/arch/blackfin/mach-bf537/head.S | |||
@@ -181,7 +181,8 @@ ENTRY(__stext) | |||
181 | SSYNC; | 181 | SSYNC; |
182 | #endif | 182 | #endif |
183 | 183 | ||
184 | /*Initialise UART*/ | 184 | /* Initialise UART - when booting from u-boot, the UART is not disabled |
185 | * so if we dont initalize here, our serial console gets hosed */ | ||
185 | p0.h = hi(UART_LCR); | 186 | p0.h = hi(UART_LCR); |
186 | p0.l = lo(UART_LCR); | 187 | p0.l = lo(UART_LCR); |
187 | r0 = 0x0(Z); | 188 | r0 = 0x0(Z); |
@@ -469,47 +470,41 @@ ENTRY(_bfin_reset) | |||
469 | SSYNC; | 470 | SSYNC; |
470 | 471 | ||
471 | #if defined(CONFIG_MTD_M25P80) | 472 | #if defined(CONFIG_MTD_M25P80) |
472 | /* | 473 | /* |
473 | * The following code fix the SPI flash reboot issue, | 474 | * The following code fix the SPI flash reboot issue, |
474 | * /CS signal of the chip which is using PF10 return to GPIO mode | 475 | * /CS signal of the chip which is using PF10 return to GPIO mode |
475 | */ | 476 | */ |
476 | p0.h = hi(PORTF_FER); | 477 | p0.h = hi(PORTF_FER); |
477 | p0.l = lo(PORTF_FER); | 478 | p0.l = lo(PORTF_FER); |
478 | r0.l = 0x0000; | 479 | r0.l = 0x0000; |
479 | w[p0] = r0.l; | 480 | w[p0] = r0.l; |
480 | SSYNC; | 481 | SSYNC; |
481 | 482 | ||
482 | /* /CS return to high */ | 483 | /* /CS return to high */ |
483 | p0.h = hi(PORTFIO); | 484 | p0.h = hi(PORTFIO); |
484 | p0.l = lo(PORTFIO); | 485 | p0.l = lo(PORTFIO); |
485 | r0.l = 0xFFFF; | 486 | r0.l = 0xFFFF; |
486 | w[p0] = r0.l; | 487 | w[p0] = r0.l; |
487 | SSYNC; | 488 | SSYNC; |
488 | 489 | ||
489 | /* Delay some time, This is necessary */ | 490 | /* Delay some time, This is necessary */ |
490 | r1.h = 0; | 491 | r1.h = 0; |
491 | r1.l = 0x400; | 492 | r1.l = 0x400; |
492 | p1 = r1; | 493 | p1 = r1; |
493 | lsetup (_delay_lab1,_delay_lab1_end ) lc1 = p1; | 494 | lsetup (.L_delay_lab1, .L_delay_lab1_end) lc1 = p1; |
494 | _delay_lab1: | 495 | .L_delay_lab1: |
495 | r0.h = 0; | 496 | r0.h = 0; |
496 | r0.l = 0x8000; | 497 | r0.l = 0x8000; |
497 | p0 = r0; | 498 | p0 = r0; |
498 | lsetup (_delay_lab0,_delay_lab0_end ) lc0 = p0; | 499 | lsetup (.L_delay_lab0, .L_delay_lab0_end) lc0 = p0; |
499 | _delay_lab0: | 500 | .L_delay_lab0: |
500 | nop; | 501 | nop; |
501 | _delay_lab0_end: | 502 | .L_delay_lab0_end: |
502 | nop; | 503 | nop; |
503 | _delay_lab1_end: | 504 | .L_delay_lab1_end: |
504 | nop; | 505 | nop; |
505 | #endif | 506 | #endif |
506 | 507 | ||
507 | /* Clear the bits 13-15 in SWRST if they werent cleared */ | ||
508 | p0.h = hi(SWRST); | ||
509 | p0.l = lo(SWRST); | ||
510 | csync; | ||
511 | r0.l = w[p0]; | ||
512 | |||
513 | /* Clear the IMASK register */ | 508 | /* Clear the IMASK register */ |
514 | p0.h = hi(IMASK); | 509 | p0.h = hi(IMASK); |
515 | p0.l = lo(IMASK); | 510 | p0.l = lo(IMASK); |
@@ -523,68 +518,30 @@ _delay_lab1_end: | |||
523 | [p0] = r0; | 518 | [p0] = r0; |
524 | SSYNC; | 519 | SSYNC; |
525 | 520 | ||
526 | /* Disable the WDOG TIMER */ | 521 | /* make sure SYSCR is set to use BMODE */ |
527 | p0.h = hi(WDOG_CTL); | 522 | P0.h = hi(SYSCR); |
528 | p0.l = lo(WDOG_CTL); | 523 | P0.l = lo(SYSCR); |
529 | r0.l = 0xAD6; | 524 | R0.l = 0x0; |
530 | w[p0] = r0.l; | 525 | W[P0] = R0.l; |
531 | SSYNC; | ||
532 | |||
533 | /* Clear the sticky bit incase it is already set */ | ||
534 | p0.h = hi(WDOG_CTL); | ||
535 | p0.l = lo(WDOG_CTL); | ||
536 | r0.l = 0x8AD6; | ||
537 | w[p0] = r0.l; | ||
538 | SSYNC; | ||
539 | |||
540 | /* Program the count value */ | ||
541 | R0.l = 0x100; | ||
542 | R0.h = 0x0; | ||
543 | P0.h = hi(WDOG_CNT); | ||
544 | P0.l = lo(WDOG_CNT); | ||
545 | [P0] = R0; | ||
546 | SSYNC; | ||
547 | |||
548 | /* Program WDOG_STAT if necessary */ | ||
549 | P0.h = hi(WDOG_CTL); | ||
550 | P0.l = lo(WDOG_CTL); | ||
551 | R0 = W[P0](Z); | ||
552 | CC = BITTST(R0,1); | ||
553 | if !CC JUMP .LWRITESTAT; | ||
554 | CC = BITTST(R0,2); | ||
555 | if !CC JUMP .LWRITESTAT; | ||
556 | JUMP .LSKIP_WRITE; | ||
557 | |||
558 | .LWRITESTAT: | ||
559 | /* When watch dog timer is enabled, | ||
560 | * a write to STAT will load the contents of CNT to STAT | ||
561 | */ | ||
562 | R0 = 0x0000(z); | ||
563 | P0.h = hi(WDOG_STAT); | ||
564 | P0.l = lo(WDOG_STAT) | ||
565 | [P0] = R0; | ||
566 | SSYNC; | 526 | SSYNC; |
567 | 527 | ||
568 | .LSKIP_WRITE: | 528 | /* issue a system soft reset */ |
569 | /* Enable the reset event */ | 529 | P1.h = hi(SWRST); |
570 | P0.h = hi(WDOG_CTL); | 530 | P1.l = lo(SWRST); |
571 | P0.l = lo(WDOG_CTL); | 531 | R1.l = 0x0007; |
572 | R0 = W[P0](Z); | 532 | W[P1] = R1; |
573 | BITCLR(R0,1); | ||
574 | BITCLR(R0,2); | ||
575 | W[P0] = R0.L; | ||
576 | SSYNC; | 533 | SSYNC; |
577 | NOP; | ||
578 | 534 | ||
579 | /* Enable the wdog counter */ | 535 | /* clear system soft reset */ |
580 | R0 = W[P0](Z); | 536 | R0.l = 0x0000; |
581 | BITCLR(R0,4); | 537 | W[P0] = R0; |
582 | W[P0] = R0.L; | ||
583 | SSYNC; | 538 | SSYNC; |
584 | 539 | ||
585 | IDLE; | 540 | /* issue core reset */ |
541 | raise 1; | ||
586 | 542 | ||
587 | RTS; | 543 | RTS; |
544 | ENDPROC(_bfin_reset) | ||
588 | 545 | ||
589 | .data | 546 | .data |
590 | 547 | ||
diff --git a/arch/blackfin/mach-bf561/boards/Makefile b/arch/blackfin/mach-bf561/boards/Makefile index 886edc739ab4..495a1cf9d452 100644 --- a/arch/blackfin/mach-bf561/boards/Makefile +++ b/arch/blackfin/mach-bf561/boards/Makefile | |||
@@ -3,5 +3,6 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_GENERIC_BOARD) += generic_board.o | 5 | obj-$(CONFIG_GENERIC_BOARD) += generic_board.o |
6 | obj-$(CONFIG_BFIN561_EZKIT) += ezkit.o | ||
7 | obj-$(CONFIG_BFIN561_BLUETECHNIX_CM) += cm_bf561.o | 6 | obj-$(CONFIG_BFIN561_BLUETECHNIX_CM) += cm_bf561.o |
7 | obj-$(CONFIG_BFIN561_EZKIT) += ezkit.o | ||
8 | obj-$(CONFIG_BFIN561_TEPLA) += tepla.o | ||
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 14eb4f9a68ea..9720b5c307ab 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -32,12 +32,61 @@ | |||
32 | #include <linux/spi/spi.h> | 32 | #include <linux/spi/spi.h> |
33 | #include <asm/irq.h> | 33 | #include <asm/irq.h> |
34 | #include <asm/bfin5xx_spi.h> | 34 | #include <asm/bfin5xx_spi.h> |
35 | #include <linux/interrupt.h> | ||
36 | #include <linux/irq.h> | ||
35 | 37 | ||
36 | /* | 38 | /* |
37 | * Name the Board for the /proc/cpuinfo | 39 | * Name the Board for the /proc/cpuinfo |
38 | */ | 40 | */ |
39 | char *bfin_board_name = "ADDS-BF561-EZKIT"; | 41 | char *bfin_board_name = "ADDS-BF561-EZKIT"; |
40 | 42 | ||
43 | #define ISP1761_BASE 0x2C0F0000 | ||
44 | #define ISP1761_IRQ IRQ_PF10 | ||
45 | |||
46 | #if defined(CONFIG_USB_ISP1760_HCD) || defined(CONFIG_USB_ISP1760_HCD_MODULE) | ||
47 | static struct resource bfin_isp1761_resources[] = { | ||
48 | [0] = { | ||
49 | .name = "isp1761-regs", | ||
50 | .start = ISP1761_BASE + 0x00000000, | ||
51 | .end = ISP1761_BASE + 0x000fffff, | ||
52 | .flags = IORESOURCE_MEM, | ||
53 | }, | ||
54 | [1] = { | ||
55 | .start = ISP1761_IRQ, | ||
56 | .end = ISP1761_IRQ, | ||
57 | .flags = IORESOURCE_IRQ, | ||
58 | }, | ||
59 | }; | ||
60 | |||
61 | static struct platform_device bfin_isp1761_device = { | ||
62 | .name = "isp1761", | ||
63 | .id = 0, | ||
64 | .num_resources = ARRAY_SIZE(bfin_isp1761_resources), | ||
65 | .resource = bfin_isp1761_resources, | ||
66 | }; | ||
67 | |||
68 | static struct platform_device *bfin_isp1761_devices[] = { | ||
69 | &bfin_isp1761_device, | ||
70 | }; | ||
71 | |||
72 | int __init bfin_isp1761_init(void) | ||
73 | { | ||
74 | unsigned int num_devices=ARRAY_SIZE(bfin_isp1761_devices); | ||
75 | |||
76 | printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__); | ||
77 | set_irq_type(ISP1761_IRQ, IRQF_TRIGGER_FALLING); | ||
78 | |||
79 | return platform_add_devices(bfin_isp1761_devices, num_devices); | ||
80 | } | ||
81 | |||
82 | void __exit bfin_isp1761_exit(void) | ||
83 | { | ||
84 | platform_device_unregister(&bfin_isp1761_device); | ||
85 | } | ||
86 | |||
87 | arch_initcall(bfin_isp1761_init); | ||
88 | #endif | ||
89 | |||
41 | /* | 90 | /* |
42 | * USB-LAN EzExtender board | 91 | * USB-LAN EzExtender board |
43 | * Driver needs to know address, irq and flag pin. | 92 | * Driver needs to know address, irq and flag pin. |
@@ -135,13 +184,18 @@ static int __init ezkit_init(void) | |||
135 | { | 184 | { |
136 | int ret; | 185 | int ret; |
137 | 186 | ||
138 | printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__); | 187 | printk(KERN_INFO "%s(): registering device resources\n", __func__); |
139 | ret = platform_add_devices(ezkit_devices, | 188 | |
140 | ARRAY_SIZE(ezkit_devices)); | 189 | ret = platform_add_devices(ezkit_devices, ARRAY_SIZE(ezkit_devices)); |
141 | if (ret < 0) | 190 | if (ret < 0) |
142 | return ret; | 191 | return ret; |
143 | return spi_register_board_info(bfin_spi_board_info, | 192 | |
144 | ARRAY_SIZE(bfin_spi_board_info)); | 193 | #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91X_MODULE) |
194 | bfin_write_FIO0_DIR(bfin_read_FIO0_DIR() | (1 << 12)); | ||
195 | SSYNC(); | ||
196 | #endif | ||
197 | |||
198 | return spi_register_board_info(bfin_spi_board_info, ARRAY_SIZE(bfin_spi_board_info)); | ||
145 | } | 199 | } |
146 | 200 | ||
147 | arch_initcall(ezkit_init); | 201 | arch_initcall(ezkit_init); |
diff --git a/arch/blackfin/mach-bf561/boards/tepla.c b/arch/blackfin/mach-bf561/boards/tepla.c new file mode 100644 index 000000000000..db308c7ccabb --- /dev/null +++ b/arch/blackfin/mach-bf561/boards/tepla.c | |||
@@ -0,0 +1,61 @@ | |||
1 | /* | ||
2 | * File: arch/blackfin/mach-bf561/tepla.c | ||
3 | * | ||
4 | * Copyright 2004-2007 Analog Devices Inc. | ||
5 | * Only SMSC91C1111 was registered, may do more later. | ||
6 | * | ||
7 | * Copyright 2005 National ICT Australia (NICTA), Aidan Williams <aidan@nicta.com.au> | ||
8 | * Thanks to Jamey Hicks. | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | ||
14 | |||
15 | #include <linux/device.h> | ||
16 | #include <linux/platform_device.h> | ||
17 | #include <asm/irq.h> | ||
18 | |||
19 | char *bfin_board_name = "Tepla-BF561"; | ||
20 | |||
21 | /* | ||
22 | * Driver needs to know address, irq and flag pin. | ||
23 | */ | ||
24 | static struct resource smc91x_resources[] = { | ||
25 | { | ||
26 | .start = 0x2C000300, | ||
27 | .end = 0x2C000320, | ||
28 | .flags = IORESOURCE_MEM, | ||
29 | },{ | ||
30 | .start = IRQ_PROG_INTB, | ||
31 | .end = IRQ_PROG_INTB, | ||
32 | .flags = IORESOURCE_IRQ|IORESOURCE_IRQ_HIGHLEVEL, | ||
33 | },{ | ||
34 | /* | ||
35 | * denotes the flag pin and is used directly if | ||
36 | * CONFIG_IRQCHIP_DEMUX_GPIO is defined. | ||
37 | */ | ||
38 | .start = IRQ_PF7, | ||
39 | .end = IRQ_PF7, | ||
40 | .flags = IORESOURCE_IRQ|IORESOURCE_IRQ_HIGHLEVEL, | ||
41 | }, | ||
42 | }; | ||
43 | |||
44 | static struct platform_device smc91x_device = { | ||
45 | .name = "smc91x", | ||
46 | .id = 0, | ||
47 | .num_resources = ARRAY_SIZE(smc91x_resources), | ||
48 | .resource = smc91x_resources, | ||
49 | }; | ||
50 | |||
51 | static struct platform_device *tepla_devices[] __initdata = { | ||
52 | &smc91x_device, | ||
53 | }; | ||
54 | |||
55 | static int __init tepla_init(void) | ||
56 | { | ||
57 | printk(KERN_INFO "%s(): registering device resources\n", __FUNCTION__); | ||
58 | return platform_add_devices(tepla_devices, ARRAY_SIZE(tepla_devices)); | ||
59 | } | ||
60 | |||
61 | arch_initcall(tepla_init); | ||
diff --git a/arch/blackfin/mach-bf561/head.S b/arch/blackfin/mach-bf561/head.S index 7bca478526b9..ad9187a866a5 100644 --- a/arch/blackfin/mach-bf561/head.S +++ b/arch/blackfin/mach-bf561/head.S | |||
@@ -127,7 +127,8 @@ ENTRY(__stext) | |||
127 | STI R2; | 127 | STI R2; |
128 | #endif | 128 | #endif |
129 | 129 | ||
130 | /* Initialise UART*/ | 130 | /* Initialise UART - when booting from u-boot, the UART is not disabled |
131 | * so if we dont initalize here, our serial console gets hosed */ | ||
131 | p0.h = hi(UART_LCR); | 132 | p0.h = hi(UART_LCR); |
132 | p0.l = lo(UART_LCR); | 133 | p0.l = lo(UART_LCR); |
133 | r0 = 0x0(Z); | 134 | r0 = 0x0(Z); |
@@ -414,12 +415,6 @@ ENTRY(_bfin_reset) | |||
414 | w[p0] = r0.l; | 415 | w[p0] = r0.l; |
415 | #endif | 416 | #endif |
416 | 417 | ||
417 | /* Clear the bits 13-15 in SWRST if they werent cleared */ | ||
418 | p0.h = hi(SICA_SWRST); | ||
419 | p0.l = lo(SICA_SWRST); | ||
420 | csync; | ||
421 | r0.l = w[p0]; | ||
422 | |||
423 | /* Clear the IMASK register */ | 418 | /* Clear the IMASK register */ |
424 | p0.h = hi(IMASK); | 419 | p0.h = hi(IMASK); |
425 | p0.l = lo(IMASK); | 420 | p0.l = lo(IMASK); |
@@ -433,68 +428,30 @@ ENTRY(_bfin_reset) | |||
433 | [p0] = r0; | 428 | [p0] = r0; |
434 | SSYNC; | 429 | SSYNC; |
435 | 430 | ||
436 | /* Disable the WDOG TIMER */ | 431 | /* make sure SYSCR is set to use BMODE */ |
437 | p0.h = hi(WDOGA_CTL); | 432 | P0.h = hi(SICA_SYSCR); |
438 | p0.l = lo(WDOGA_CTL); | 433 | P0.l = lo(SICA_SYSCR); |
439 | r0.l = 0xAD6; | 434 | R0.l = 0x20; |
440 | w[p0] = r0.l; | 435 | W[P0] = R0.l; |
441 | SSYNC; | ||
442 | |||
443 | /* Clear the sticky bit incase it is already set */ | ||
444 | p0.h = hi(WDOGA_CTL); | ||
445 | p0.l = lo(WDOGA_CTL); | ||
446 | r0.l = 0x8AD6; | ||
447 | w[p0] = r0.l; | ||
448 | SSYNC; | 436 | SSYNC; |
449 | 437 | ||
450 | /* Program the count value */ | 438 | /* issue a system soft reset */ |
451 | R0.l = 0x100; | 439 | P1.h = hi(SICA_SWRST); |
452 | R0.h = 0x0; | 440 | P1.l = lo(SICA_SWRST); |
453 | P0.h = hi(WDOGA_CNT); | 441 | R1.l = 0x0007; |
454 | P0.l = lo(WDOGA_CNT); | 442 | W[P1] = R1; |
455 | [P0] = R0; | ||
456 | SSYNC; | 443 | SSYNC; |
457 | 444 | ||
458 | /* Program WDOG_STAT if necessary */ | 445 | /* clear system soft reset */ |
459 | P0.h = hi(WDOGA_CTL); | 446 | R0.l = 0x0000; |
460 | P0.l = lo(WDOGA_CTL); | 447 | W[P0] = R0; |
461 | R0 = W[P0](Z); | ||
462 | CC = BITTST(R0,1); | ||
463 | if !CC JUMP .LWRITESTAT; | ||
464 | CC = BITTST(R0,2); | ||
465 | if !CC JUMP .LWRITESTAT; | ||
466 | JUMP .LSKIP_WRITE; | ||
467 | |||
468 | .LWRITESTAT: | ||
469 | /* When watch dog timer is enabled, | ||
470 | * a write to STAT will load the contents of CNT to STAT | ||
471 | */ | ||
472 | R0 = 0x0000(z); | ||
473 | P0.h = hi(WDOGA_STAT); | ||
474 | P0.l = lo(WDOGA_STAT) | ||
475 | [P0] = R0; | ||
476 | SSYNC; | ||
477 | |||
478 | .LSKIP_WRITE: | ||
479 | /* Enable the reset event */ | ||
480 | P0.h = hi(WDOGA_CTL); | ||
481 | P0.l = lo(WDOGA_CTL); | ||
482 | R0 = W[P0](Z); | ||
483 | BITCLR(R0,1); | ||
484 | BITCLR(R0,2); | ||
485 | W[P0] = R0.L; | ||
486 | SSYNC; | ||
487 | NOP; | ||
488 | |||
489 | /* Enable the wdog counter */ | ||
490 | R0 = W[P0](Z); | ||
491 | BITCLR(R0,4); | ||
492 | W[P0] = R0.L; | ||
493 | SSYNC; | 448 | SSYNC; |
494 | 449 | ||
495 | IDLE; | 450 | /* issue core reset */ |
451 | raise 1; | ||
496 | 452 | ||
497 | RTS; | 453 | RTS; |
454 | ENDPROC(_bfin_reset) | ||
498 | 455 | ||
499 | .data | 456 | .data |
500 | 457 | ||
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S index 8eb0a9023482..7d0368772cda 100644 --- a/arch/blackfin/mach-common/entry.S +++ b/arch/blackfin/mach-common/entry.S | |||
@@ -181,6 +181,12 @@ ENTRY(_ex_single_step) | |||
181 | 181 | ||
182 | _return_from_exception: | 182 | _return_from_exception: |
183 | DEBUG_START_HWTRACE | 183 | DEBUG_START_HWTRACE |
184 | #ifdef ANOMALY_05000257 | ||
185 | R7=LC0; | ||
186 | LC0=R7; | ||
187 | R7=LC1; | ||
188 | LC1=R7; | ||
189 | #endif | ||
184 | (R7:6,P5:4) = [sp++]; | 190 | (R7:6,P5:4) = [sp++]; |
185 | ASTAT = [sp++]; | 191 | ASTAT = [sp++]; |
186 | sp = retn; | 192 | sp = retn; |
@@ -706,6 +712,11 @@ _schedule_and_signal_from_int: | |||
706 | p1.h = _evt_system_call; | 712 | p1.h = _evt_system_call; |
707 | [p0] = p1; | 713 | [p0] = p1; |
708 | csync; | 714 | csync; |
715 | |||
716 | /* Set orig_p0 to -1 to indicate this isn't the end of a syscall. */ | ||
717 | r0 = -1 (x); | ||
718 | [sp + PT_ORIG_P0] = r0; | ||
719 | |||
709 | p1 = rets; | 720 | p1 = rets; |
710 | [sp + PT_RESERVED] = p1; | 721 | [sp + PT_RESERVED] = p1; |
711 | 722 | ||
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index deb27272c658..afed5246dd9e 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
@@ -102,10 +102,8 @@ static int bfin_pm_prepare(suspend_state_t state) | |||
102 | switch (state) { | 102 | switch (state) { |
103 | case PM_SUSPEND_STANDBY: | 103 | case PM_SUSPEND_STANDBY: |
104 | break; | 104 | break; |
105 | case PM_SUSPEND_MEM: | ||
106 | return -ENOTSUPP; | ||
107 | 105 | ||
108 | case PM_SUSPEND_DISK: | 106 | case PM_SUSPEND_MEM: |
109 | return -ENOTSUPP; | 107 | return -ENOTSUPP; |
110 | 108 | ||
111 | default: | 109 | default: |
@@ -126,10 +124,8 @@ static int bfin_pm_enter(suspend_state_t state) | |||
126 | case PM_SUSPEND_STANDBY: | 124 | case PM_SUSPEND_STANDBY: |
127 | bfin_pm_suspend_standby_enter(); | 125 | bfin_pm_suspend_standby_enter(); |
128 | break; | 126 | break; |
129 | case PM_SUSPEND_MEM: | ||
130 | return -ENOTSUPP; | ||
131 | 127 | ||
132 | case PM_SUSPEND_DISK: | 128 | case PM_SUSPEND_MEM: |
133 | return -ENOTSUPP; | 129 | return -ENOTSUPP; |
134 | 130 | ||
135 | default: | 131 | default: |
@@ -155,9 +151,6 @@ static int bfin_pm_finish(suspend_state_t state) | |||
155 | case PM_SUSPEND_MEM: | 151 | case PM_SUSPEND_MEM: |
156 | return -ENOTSUPP; | 152 | return -ENOTSUPP; |
157 | 153 | ||
158 | case PM_SUSPEND_DISK: | ||
159 | return -ENOTSUPP; | ||
160 | |||
161 | default: | 154 | default: |
162 | return -EINVAL; | 155 | return -EINVAL; |
163 | } | 156 | } |
@@ -166,7 +159,6 @@ static int bfin_pm_finish(suspend_state_t state) | |||
166 | } | 159 | } |
167 | 160 | ||
168 | struct pm_ops bfin_pm_ops = { | 161 | struct pm_ops bfin_pm_ops = { |
169 | .pm_disk_mode = PM_DISK_PLATFORM, | ||
170 | .prepare = bfin_pm_prepare, | 162 | .prepare = bfin_pm_prepare, |
171 | .enter = bfin_pm_enter, | 163 | .enter = bfin_pm_enter, |
172 | .finish = bfin_pm_finish, | 164 | .finish = bfin_pm_finish, |
diff --git a/arch/blackfin/mm/init.c b/arch/blackfin/mm/init.c index 73f72abed432..d6cf1059560d 100644 --- a/arch/blackfin/mm/init.c +++ b/arch/blackfin/mm/init.c | |||
@@ -116,7 +116,8 @@ void paging_init(void) | |||
116 | { | 116 | { |
117 | unsigned long zones_size[MAX_NR_ZONES] = { 0, }; | 117 | unsigned long zones_size[MAX_NR_ZONES] = { 0, }; |
118 | 118 | ||
119 | zones_size[ZONE_NORMAL] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT; | 119 | zones_size[ZONE_DMA] = (end_mem - PAGE_OFFSET) >> PAGE_SHIFT; |
120 | zones_size[ZONE_NORMAL] = 0; | ||
120 | #ifdef CONFIG_HIGHMEM | 121 | #ifdef CONFIG_HIGHMEM |
121 | zones_size[ZONE_HIGHMEM] = 0; | 122 | zones_size[ZONE_HIGHMEM] = 0; |
122 | #endif | 123 | #endif |
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 114738a45582..74eef7111f2b 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -102,14 +102,6 @@ config HIGHPTE | |||
102 | with a lot of RAM, this can be wasteful of precious low memory. | 102 | with a lot of RAM, this can be wasteful of precious low memory. |
103 | Setting this option will put user-space page tables in high memory. | 103 | Setting this option will put user-space page tables in high memory. |
104 | 104 | ||
105 | config LARGE_ALLOCS | ||
106 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
107 | help | ||
108 | Allow the slab memory allocator to keep chains for very large memory | ||
109 | sizes - up to 32MB. You may need this if your system has a lot of | ||
110 | RAM, and you need to able to allocate very large contiguous chunks. | ||
111 | If unsure, say N. | ||
112 | |||
113 | source "mm/Kconfig" | 105 | source "mm/Kconfig" |
114 | 106 | ||
115 | choice | 107 | choice |
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 6dc5e5d90fec..bd28f9f9b4b7 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -34,7 +34,7 @@ CHECKFLAGS += -D__i386__ | |||
34 | CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return | 34 | CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return |
35 | 35 | ||
36 | # prevent gcc from keeping the stack 16 byte aligned | 36 | # prevent gcc from keeping the stack 16 byte aligned |
37 | CFLAGS += -mpreferred-stack-boundary=4 | 37 | CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2) |
38 | 38 | ||
39 | # CPU-specific tuning. Anything which can be shared with UML should go here. | 39 | # CPU-specific tuning. Anything which can be shared with UML should go here. |
40 | include $(srctree)/arch/i386/Makefile.cpu | 40 | include $(srctree)/arch/i386/Makefile.cpu |
diff --git a/arch/i386/boot/setup.S b/arch/i386/boot/setup.S index f8b3b9cda2b1..6dbcc95b2120 100644 --- a/arch/i386/boot/setup.S +++ b/arch/i386/boot/setup.S | |||
@@ -310,6 +310,8 @@ loader_ok: | |||
310 | call verify_cpu | 310 | call verify_cpu |
311 | testl %eax,%eax | 311 | testl %eax,%eax |
312 | jz cpu_ok | 312 | jz cpu_ok |
313 | movw %cs,%ax # aka SETUPSEG | ||
314 | movw %ax,%ds | ||
313 | lea cpu_panic_mess,%si | 315 | lea cpu_panic_mess,%si |
314 | call prtstr | 316 | call prtstr |
315 | 1: jmp 1b | 317 | 1: jmp 1b |
diff --git a/arch/i386/defconfig b/arch/i386/defconfig index 9da84412a831..1a3a2217b7c2 100644 --- a/arch/i386/defconfig +++ b/arch/i386/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.21-git3 | 3 | # Linux kernel version: 2.6.22-rc2 |
4 | # Tue May 1 07:30:51 2007 | 4 | # Mon May 21 13:23:44 2007 |
5 | # | 5 | # |
6 | CONFIG_X86_32=y | 6 | CONFIG_X86_32=y |
7 | CONFIG_GENERIC_TIME=y | 7 | CONFIG_GENERIC_TIME=y |
@@ -14,6 +14,7 @@ CONFIG_SEMAPHORE_SLEEPERS=y | |||
14 | CONFIG_X86=y | 14 | CONFIG_X86=y |
15 | CONFIG_MMU=y | 15 | CONFIG_MMU=y |
16 | CONFIG_ZONE_DMA=y | 16 | CONFIG_ZONE_DMA=y |
17 | CONFIG_QUICKLIST=y | ||
17 | CONFIG_GENERIC_ISA_DMA=y | 18 | CONFIG_GENERIC_ISA_DMA=y |
18 | CONFIG_GENERIC_IOMAP=y | 19 | CONFIG_GENERIC_IOMAP=y |
19 | CONFIG_GENERIC_BUG=y | 20 | CONFIG_GENERIC_BUG=y |
@@ -45,6 +46,7 @@ CONFIG_POSIX_MQUEUE=y | |||
45 | # CONFIG_AUDIT is not set | 46 | # CONFIG_AUDIT is not set |
46 | CONFIG_IKCONFIG=y | 47 | CONFIG_IKCONFIG=y |
47 | CONFIG_IKCONFIG_PROC=y | 48 | CONFIG_IKCONFIG_PROC=y |
49 | CONFIG_LOG_BUF_SHIFT=18 | ||
48 | # CONFIG_CPUSETS is not set | 50 | # CONFIG_CPUSETS is not set |
49 | CONFIG_SYSFS_DEPRECATED=y | 51 | CONFIG_SYSFS_DEPRECATED=y |
50 | # CONFIG_RELAY is not set | 52 | # CONFIG_RELAY is not set |
@@ -64,14 +66,19 @@ CONFIG_BUG=y | |||
64 | CONFIG_ELF_CORE=y | 66 | CONFIG_ELF_CORE=y |
65 | CONFIG_BASE_FULL=y | 67 | CONFIG_BASE_FULL=y |
66 | CONFIG_FUTEX=y | 68 | CONFIG_FUTEX=y |
69 | CONFIG_ANON_INODES=y | ||
67 | CONFIG_EPOLL=y | 70 | CONFIG_EPOLL=y |
71 | CONFIG_SIGNALFD=y | ||
72 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | ||
68 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
69 | CONFIG_SLAB=y | ||
70 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | ||
77 | # CONFIG_SLUB is not set | ||
78 | # CONFIG_SLOB is not set | ||
71 | CONFIG_RT_MUTEXES=y | 79 | CONFIG_RT_MUTEXES=y |
72 | # CONFIG_TINY_SHMEM is not set | 80 | # CONFIG_TINY_SHMEM is not set |
73 | CONFIG_BASE_SMALL=0 | 81 | CONFIG_BASE_SMALL=0 |
74 | # CONFIG_SLOB is not set | ||
75 | 82 | ||
76 | # | 83 | # |
77 | # Loadable module support | 84 | # Loadable module support |
@@ -165,7 +172,7 @@ CONFIG_X86_INTEL_USERCOPY=y | |||
165 | CONFIG_X86_USE_PPRO_CHECKSUM=y | 172 | CONFIG_X86_USE_PPRO_CHECKSUM=y |
166 | CONFIG_X86_TSC=y | 173 | CONFIG_X86_TSC=y |
167 | CONFIG_X86_CMOV=y | 174 | CONFIG_X86_CMOV=y |
168 | CONFIG_X86_MINIMUM_CPU_MODEL=4 | 175 | CONFIG_X86_MINIMUM_CPU_FAMILY=4 |
169 | CONFIG_HPET_TIMER=y | 176 | CONFIG_HPET_TIMER=y |
170 | CONFIG_HPET_EMULATE_RTC=y | 177 | CONFIG_HPET_EMULATE_RTC=y |
171 | CONFIG_NR_CPUS=32 | 178 | CONFIG_NR_CPUS=32 |
@@ -211,6 +218,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
211 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 218 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
212 | CONFIG_RESOURCES_64BIT=y | 219 | CONFIG_RESOURCES_64BIT=y |
213 | CONFIG_ZONE_DMA_FLAG=1 | 220 | CONFIG_ZONE_DMA_FLAG=1 |
221 | CONFIG_NR_QUICK=1 | ||
214 | # CONFIG_HIGHPTE is not set | 222 | # CONFIG_HIGHPTE is not set |
215 | # CONFIG_MATH_EMULATION is not set | 223 | # CONFIG_MATH_EMULATION is not set |
216 | CONFIG_MTRR=y | 224 | CONFIG_MTRR=y |
@@ -237,7 +245,7 @@ CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | |||
237 | CONFIG_PM=y | 245 | CONFIG_PM=y |
238 | CONFIG_PM_LEGACY=y | 246 | CONFIG_PM_LEGACY=y |
239 | # CONFIG_PM_DEBUG is not set | 247 | # CONFIG_PM_DEBUG is not set |
240 | CONFIG_PM_SYSFS_DEPRECATED=y | 248 | # CONFIG_PM_SYSFS_DEPRECATED is not set |
241 | 249 | ||
242 | # | 250 | # |
243 | # ACPI (Advanced Configuration and Power Interface) Support | 251 | # ACPI (Advanced Configuration and Power Interface) Support |
@@ -277,7 +285,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | |||
277 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | 285 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set |
278 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | 286 | CONFIG_CPU_FREQ_GOV_USERSPACE=y |
279 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 287 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
280 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 288 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set |
281 | 289 | ||
282 | # | 290 | # |
283 | # CPUFreq processor drivers | 291 | # CPUFreq processor drivers |
@@ -315,9 +323,10 @@ CONFIG_PCI_BIOS=y | |||
315 | CONFIG_PCI_DIRECT=y | 323 | CONFIG_PCI_DIRECT=y |
316 | CONFIG_PCI_MMCONFIG=y | 324 | CONFIG_PCI_MMCONFIG=y |
317 | # CONFIG_PCIEPORTBUS is not set | 325 | # CONFIG_PCIEPORTBUS is not set |
326 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
318 | CONFIG_PCI_MSI=y | 327 | CONFIG_PCI_MSI=y |
319 | # CONFIG_PCI_DEBUG is not set | 328 | # CONFIG_PCI_DEBUG is not set |
320 | # CONFIG_HT_IRQ is not set | 329 | CONFIG_HT_IRQ=y |
321 | CONFIG_ISA_DMA_API=y | 330 | CONFIG_ISA_DMA_API=y |
322 | # CONFIG_ISA is not set | 331 | # CONFIG_ISA is not set |
323 | # CONFIG_MCA is not set | 332 | # CONFIG_MCA is not set |
@@ -328,10 +337,6 @@ CONFIG_K8_NB=y | |||
328 | # PCCARD (PCMCIA/CardBus) support | 337 | # PCCARD (PCMCIA/CardBus) support |
329 | # | 338 | # |
330 | # CONFIG_PCCARD is not set | 339 | # CONFIG_PCCARD is not set |
331 | |||
332 | # | ||
333 | # PCI Hotplug Support | ||
334 | # | ||
335 | # CONFIG_HOTPLUG_PCI is not set | 340 | # CONFIG_HOTPLUG_PCI is not set |
336 | 341 | ||
337 | # | 342 | # |
@@ -377,7 +382,7 @@ CONFIG_IP_PNP_DHCP=y | |||
377 | CONFIG_INET_TUNNEL=y | 382 | CONFIG_INET_TUNNEL=y |
378 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 383 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
379 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 384 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
380 | # CONFIG_INET_XFRM_MODE_BEET is not set | 385 | CONFIG_INET_XFRM_MODE_BEET=y |
381 | CONFIG_INET_DIAG=y | 386 | CONFIG_INET_DIAG=y |
382 | CONFIG_INET_TCP_DIAG=y | 387 | CONFIG_INET_TCP_DIAG=y |
383 | # CONFIG_TCP_CONG_ADVANCED is not set | 388 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -396,7 +401,7 @@ CONFIG_IPV6=y | |||
396 | # CONFIG_INET6_TUNNEL is not set | 401 | # CONFIG_INET6_TUNNEL is not set |
397 | CONFIG_INET6_XFRM_MODE_TRANSPORT=y | 402 | CONFIG_INET6_XFRM_MODE_TRANSPORT=y |
398 | CONFIG_INET6_XFRM_MODE_TUNNEL=y | 403 | CONFIG_INET6_XFRM_MODE_TUNNEL=y |
399 | # CONFIG_INET6_XFRM_MODE_BEET is not set | 404 | CONFIG_INET6_XFRM_MODE_BEET=y |
400 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | 405 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set |
401 | CONFIG_IPV6_SIT=y | 406 | CONFIG_IPV6_SIT=y |
402 | # CONFIG_IPV6_TUNNEL is not set | 407 | # CONFIG_IPV6_TUNNEL is not set |
@@ -450,7 +455,9 @@ CONFIG_IPV6_SIT=y | |||
450 | # | 455 | # |
451 | # CONFIG_CFG80211 is not set | 456 | # CONFIG_CFG80211 is not set |
452 | # CONFIG_WIRELESS_EXT is not set | 457 | # CONFIG_WIRELESS_EXT is not set |
458 | # CONFIG_MAC80211 is not set | ||
453 | # CONFIG_IEEE80211 is not set | 459 | # CONFIG_IEEE80211 is not set |
460 | # CONFIG_RFKILL is not set | ||
454 | 461 | ||
455 | # | 462 | # |
456 | # Device Drivers | 463 | # Device Drivers |
@@ -513,14 +520,12 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
513 | # Misc devices | 520 | # Misc devices |
514 | # | 521 | # |
515 | # CONFIG_IBM_ASM is not set | 522 | # CONFIG_IBM_ASM is not set |
523 | # CONFIG_PHANTOM is not set | ||
516 | # CONFIG_SGI_IOC4 is not set | 524 | # CONFIG_SGI_IOC4 is not set |
517 | # CONFIG_TIFM_CORE is not set | 525 | # CONFIG_TIFM_CORE is not set |
518 | # CONFIG_SONY_LAPTOP is not set | 526 | # CONFIG_SONY_LAPTOP is not set |
519 | # CONFIG_THINKPAD_ACPI is not set | 527 | # CONFIG_THINKPAD_ACPI is not set |
520 | 528 | # CONFIG_BLINK is not set | |
521 | # | ||
522 | # ATA/ATAPI/MFM/RLL support | ||
523 | # | ||
524 | CONFIG_IDE=y | 529 | CONFIG_IDE=y |
525 | CONFIG_BLK_DEV_IDE=y | 530 | CONFIG_BLK_DEV_IDE=y |
526 | 531 | ||
@@ -537,6 +542,7 @@ CONFIG_BLK_DEV_IDECD=y | |||
537 | # CONFIG_BLK_DEV_IDESCSI is not set | 542 | # CONFIG_BLK_DEV_IDESCSI is not set |
538 | CONFIG_BLK_DEV_IDEACPI=y | 543 | CONFIG_BLK_DEV_IDEACPI=y |
539 | # CONFIG_IDE_TASK_IOCTL is not set | 544 | # CONFIG_IDE_TASK_IOCTL is not set |
545 | CONFIG_IDE_PROC_FS=y | ||
540 | 546 | ||
541 | # | 547 | # |
542 | # IDE chipset support/bugfixes | 548 | # IDE chipset support/bugfixes |
@@ -546,6 +552,7 @@ CONFIG_IDE_GENERIC=y | |||
546 | # CONFIG_BLK_DEV_IDEPNP is not set | 552 | # CONFIG_BLK_DEV_IDEPNP is not set |
547 | CONFIG_BLK_DEV_IDEPCI=y | 553 | CONFIG_BLK_DEV_IDEPCI=y |
548 | # CONFIG_IDEPCI_SHARE_IRQ is not set | 554 | # CONFIG_IDEPCI_SHARE_IRQ is not set |
555 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
549 | # CONFIG_BLK_DEV_OFFBOARD is not set | 556 | # CONFIG_BLK_DEV_OFFBOARD is not set |
550 | # CONFIG_BLK_DEV_GENERIC is not set | 557 | # CONFIG_BLK_DEV_GENERIC is not set |
551 | # CONFIG_BLK_DEV_OPTI621 is not set | 558 | # CONFIG_BLK_DEV_OPTI621 is not set |
@@ -600,9 +607,8 @@ CONFIG_SCSI_NETLINK=y | |||
600 | CONFIG_BLK_DEV_SD=y | 607 | CONFIG_BLK_DEV_SD=y |
601 | # CONFIG_CHR_DEV_ST is not set | 608 | # CONFIG_CHR_DEV_ST is not set |
602 | # CONFIG_CHR_DEV_OSST is not set | 609 | # CONFIG_CHR_DEV_OSST is not set |
603 | CONFIG_BLK_DEV_SR=y | 610 | # CONFIG_BLK_DEV_SR is not set |
604 | # CONFIG_BLK_DEV_SR_VENDOR is not set | 611 | # CONFIG_CHR_DEV_SG is not set |
605 | CONFIG_CHR_DEV_SG=y | ||
606 | # CONFIG_CHR_DEV_SCH is not set | 612 | # CONFIG_CHR_DEV_SCH is not set |
607 | 613 | ||
608 | # | 614 | # |
@@ -612,6 +618,7 @@ CONFIG_CHR_DEV_SG=y | |||
612 | # CONFIG_SCSI_CONSTANTS is not set | 618 | # CONFIG_SCSI_CONSTANTS is not set |
613 | # CONFIG_SCSI_LOGGING is not set | 619 | # CONFIG_SCSI_LOGGING is not set |
614 | # CONFIG_SCSI_SCAN_ASYNC is not set | 620 | # CONFIG_SCSI_SCAN_ASYNC is not set |
621 | CONFIG_SCSI_WAIT_SCAN=m | ||
615 | 622 | ||
616 | # | 623 | # |
617 | # SCSI Transports | 624 | # SCSI Transports |
@@ -640,7 +647,6 @@ CONFIG_AIC7XXX_REG_PRETTY_PRINT=y | |||
640 | CONFIG_SCSI_AIC79XX=y | 647 | CONFIG_SCSI_AIC79XX=y |
641 | CONFIG_AIC79XX_CMDS_PER_DEVICE=32 | 648 | CONFIG_AIC79XX_CMDS_PER_DEVICE=32 |
642 | CONFIG_AIC79XX_RESET_DELAY_MS=4000 | 649 | CONFIG_AIC79XX_RESET_DELAY_MS=4000 |
643 | # CONFIG_AIC79XX_ENABLE_RD_STRM is not set | ||
644 | # CONFIG_AIC79XX_DEBUG_ENABLE is not set | 650 | # CONFIG_AIC79XX_DEBUG_ENABLE is not set |
645 | CONFIG_AIC79XX_DEBUG_MASK=0 | 651 | CONFIG_AIC79XX_DEBUG_MASK=0 |
646 | # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set | 652 | # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set |
@@ -662,7 +668,6 @@ CONFIG_AIC79XX_DEBUG_MASK=0 | |||
662 | # CONFIG_SCSI_INIA100 is not set | 668 | # CONFIG_SCSI_INIA100 is not set |
663 | # CONFIG_SCSI_STEX is not set | 669 | # CONFIG_SCSI_STEX is not set |
664 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 670 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
665 | # CONFIG_SCSI_IPR is not set | ||
666 | # CONFIG_SCSI_QLOGIC_1280 is not set | 671 | # CONFIG_SCSI_QLOGIC_1280 is not set |
667 | # CONFIG_SCSI_QLA_FC is not set | 672 | # CONFIG_SCSI_QLA_FC is not set |
668 | # CONFIG_SCSI_QLA_ISCSI is not set | 673 | # CONFIG_SCSI_QLA_ISCSI is not set |
@@ -673,79 +678,12 @@ CONFIG_AIC79XX_DEBUG_MASK=0 | |||
673 | # CONFIG_SCSI_DEBUG is not set | 678 | # CONFIG_SCSI_DEBUG is not set |
674 | # CONFIG_SCSI_ESP_CORE is not set | 679 | # CONFIG_SCSI_ESP_CORE is not set |
675 | # CONFIG_SCSI_SRP is not set | 680 | # CONFIG_SCSI_SRP is not set |
676 | 681 | # CONFIG_ATA is not set | |
677 | # | ||
678 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
679 | # | ||
680 | CONFIG_ATA=y | ||
681 | # CONFIG_ATA_NONSTANDARD is not set | ||
682 | CONFIG_SATA_AHCI=y | ||
683 | CONFIG_SATA_SVW=y | ||
684 | CONFIG_ATA_PIIX=y | ||
685 | # CONFIG_SATA_MV is not set | ||
686 | CONFIG_SATA_NV=y | ||
687 | # CONFIG_PDC_ADMA is not set | ||
688 | # CONFIG_SATA_QSTOR is not set | ||
689 | # CONFIG_SATA_PROMISE is not set | ||
690 | # CONFIG_SATA_SX4 is not set | ||
691 | CONFIG_SATA_SIL=y | ||
692 | # CONFIG_SATA_SIL24 is not set | ||
693 | # CONFIG_SATA_SIS is not set | ||
694 | # CONFIG_SATA_ULI is not set | ||
695 | CONFIG_SATA_VIA=y | ||
696 | # CONFIG_SATA_VITESSE is not set | ||
697 | # CONFIG_SATA_INIC162X is not set | ||
698 | CONFIG_SATA_ACPI=y | ||
699 | # CONFIG_PATA_ALI is not set | ||
700 | # CONFIG_PATA_AMD is not set | ||
701 | # CONFIG_PATA_ARTOP is not set | ||
702 | # CONFIG_PATA_ATIIXP is not set | ||
703 | # CONFIG_PATA_CMD640_PCI is not set | ||
704 | # CONFIG_PATA_CMD64X is not set | ||
705 | # CONFIG_PATA_CS5520 is not set | ||
706 | # CONFIG_PATA_CS5530 is not set | ||
707 | # CONFIG_PATA_CS5535 is not set | ||
708 | # CONFIG_PATA_CYPRESS is not set | ||
709 | # CONFIG_PATA_EFAR is not set | ||
710 | # CONFIG_ATA_GENERIC is not set | ||
711 | # CONFIG_PATA_HPT366 is not set | ||
712 | # CONFIG_PATA_HPT37X is not set | ||
713 | # CONFIG_PATA_HPT3X2N is not set | ||
714 | # CONFIG_PATA_HPT3X3 is not set | ||
715 | # CONFIG_PATA_IT821X is not set | ||
716 | # CONFIG_PATA_IT8213 is not set | ||
717 | # CONFIG_PATA_JMICRON is not set | ||
718 | # CONFIG_PATA_TRIFLEX is not set | ||
719 | # CONFIG_PATA_MARVELL is not set | ||
720 | # CONFIG_PATA_MPIIX is not set | ||
721 | # CONFIG_PATA_OLDPIIX is not set | ||
722 | # CONFIG_PATA_NETCELL is not set | ||
723 | # CONFIG_PATA_NS87410 is not set | ||
724 | # CONFIG_PATA_OPTI is not set | ||
725 | # CONFIG_PATA_OPTIDMA is not set | ||
726 | # CONFIG_PATA_PDC_OLD is not set | ||
727 | # CONFIG_PATA_RADISYS is not set | ||
728 | # CONFIG_PATA_RZ1000 is not set | ||
729 | # CONFIG_PATA_SC1200 is not set | ||
730 | # CONFIG_PATA_SERVERWORKS is not set | ||
731 | # CONFIG_PATA_PDC2027X is not set | ||
732 | # CONFIG_PATA_SIL680 is not set | ||
733 | # CONFIG_PATA_SIS is not set | ||
734 | # CONFIG_PATA_VIA is not set | ||
735 | # CONFIG_PATA_WINBOND is not set | ||
736 | 682 | ||
737 | # | 683 | # |
738 | # Multi-device support (RAID and LVM) | 684 | # Multi-device support (RAID and LVM) |
739 | # | 685 | # |
740 | CONFIG_MD=y | 686 | # CONFIG_MD is not set |
741 | # CONFIG_BLK_DEV_MD is not set | ||
742 | CONFIG_BLK_DEV_DM=y | ||
743 | # CONFIG_DM_DEBUG is not set | ||
744 | # CONFIG_DM_CRYPT is not set | ||
745 | # CONFIG_DM_SNAPSHOT is not set | ||
746 | # CONFIG_DM_MIRROR is not set | ||
747 | # CONFIG_DM_ZERO is not set | ||
748 | # CONFIG_DM_MULTIPATH is not set | ||
749 | 687 | ||
750 | # | 688 | # |
751 | # Fusion MPT device support | 689 | # Fusion MPT device support |
@@ -760,6 +698,7 @@ CONFIG_FUSION_MAX_SGE=128 | |||
760 | # | 698 | # |
761 | # IEEE 1394 (FireWire) support | 699 | # IEEE 1394 (FireWire) support |
762 | # | 700 | # |
701 | # CONFIG_FIREWIRE is not set | ||
763 | CONFIG_IEEE1394=y | 702 | CONFIG_IEEE1394=y |
764 | 703 | ||
765 | # | 704 | # |
@@ -790,11 +729,7 @@ CONFIG_IEEE1394_RAWIO=y | |||
790 | # I2O device support | 729 | # I2O device support |
791 | # | 730 | # |
792 | # CONFIG_I2O is not set | 731 | # CONFIG_I2O is not set |
793 | 732 | # CONFIG_MACINTOSH_DRIVERS is not set | |
794 | # | ||
795 | # Macintosh device drivers | ||
796 | # | ||
797 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
798 | 733 | ||
799 | # | 734 | # |
800 | # Network device support | 735 | # Network device support |
@@ -810,10 +745,6 @@ CONFIG_NETDEVICES=y | |||
810 | # ARCnet devices | 745 | # ARCnet devices |
811 | # | 746 | # |
812 | # CONFIG_ARCNET is not set | 747 | # CONFIG_ARCNET is not set |
813 | |||
814 | # | ||
815 | # PHY device support | ||
816 | # | ||
817 | # CONFIG_PHYLIB is not set | 748 | # CONFIG_PHYLIB is not set |
818 | 749 | ||
819 | # | 750 | # |
@@ -824,9 +755,7 @@ CONFIG_MII=y | |||
824 | # CONFIG_HAPPYMEAL is not set | 755 | # CONFIG_HAPPYMEAL is not set |
825 | # CONFIG_SUNGEM is not set | 756 | # CONFIG_SUNGEM is not set |
826 | # CONFIG_CASSINI is not set | 757 | # CONFIG_CASSINI is not set |
827 | CONFIG_NET_VENDOR_3COM=y | 758 | # CONFIG_NET_VENDOR_3COM is not set |
828 | CONFIG_VORTEX=y | ||
829 | # CONFIG_TYPHOON is not set | ||
830 | 759 | ||
831 | # | 760 | # |
832 | # Tulip family network device support | 761 | # Tulip family network device support |
@@ -867,10 +796,7 @@ CONFIG_8139TOO=y | |||
867 | # CONFIG_TLAN is not set | 796 | # CONFIG_TLAN is not set |
868 | # CONFIG_VIA_RHINE is not set | 797 | # CONFIG_VIA_RHINE is not set |
869 | # CONFIG_SC92031 is not set | 798 | # CONFIG_SC92031 is not set |
870 | 799 | CONFIG_NETDEV_1000=y | |
871 | # | ||
872 | # Ethernet (1000 Mbit) | ||
873 | # | ||
874 | # CONFIG_ACENIC is not set | 800 | # CONFIG_ACENIC is not set |
875 | # CONFIG_DL2K is not set | 801 | # CONFIG_DL2K is not set |
876 | CONFIG_E1000=y | 802 | CONFIG_E1000=y |
@@ -890,16 +816,14 @@ CONFIG_TIGON3=y | |||
890 | CONFIG_BNX2=y | 816 | CONFIG_BNX2=y |
891 | # CONFIG_QLA3XXX is not set | 817 | # CONFIG_QLA3XXX is not set |
892 | # CONFIG_ATL1 is not set | 818 | # CONFIG_ATL1 is not set |
893 | 819 | CONFIG_NETDEV_10000=y | |
894 | # | ||
895 | # Ethernet (10000 Mbit) | ||
896 | # | ||
897 | # CONFIG_CHELSIO_T1 is not set | 820 | # CONFIG_CHELSIO_T1 is not set |
898 | # CONFIG_CHELSIO_T3 is not set | 821 | # CONFIG_CHELSIO_T3 is not set |
899 | # CONFIG_IXGB is not set | 822 | # CONFIG_IXGB is not set |
900 | # CONFIG_S2IO is not set | 823 | # CONFIG_S2IO is not set |
901 | # CONFIG_MYRI10GE is not set | 824 | # CONFIG_MYRI10GE is not set |
902 | # CONFIG_NETXEN_NIC is not set | 825 | # CONFIG_NETXEN_NIC is not set |
826 | # CONFIG_MLX4_CORE is not set | ||
903 | 827 | ||
904 | # | 828 | # |
905 | # Token Ring devices | 829 | # Token Ring devices |
@@ -913,8 +837,14 @@ CONFIG_BNX2=y | |||
913 | # CONFIG_WLAN_80211 is not set | 837 | # CONFIG_WLAN_80211 is not set |
914 | 838 | ||
915 | # | 839 | # |
916 | # Wan interfaces | 840 | # USB Network Adapters |
917 | # | 841 | # |
842 | # CONFIG_USB_CATC is not set | ||
843 | # CONFIG_USB_KAWETH is not set | ||
844 | # CONFIG_USB_PEGASUS is not set | ||
845 | # CONFIG_USB_RTL8150 is not set | ||
846 | # CONFIG_USB_USBNET_MII is not set | ||
847 | # CONFIG_USB_USBNET is not set | ||
918 | # CONFIG_WAN is not set | 848 | # CONFIG_WAN is not set |
919 | # CONFIG_FDDI is not set | 849 | # CONFIG_FDDI is not set |
920 | # CONFIG_HIPPI is not set | 850 | # CONFIG_HIPPI is not set |
@@ -967,9 +897,17 @@ CONFIG_KEYBOARD_ATKBD=y | |||
967 | # CONFIG_KEYBOARD_STOWAWAY is not set | 897 | # CONFIG_KEYBOARD_STOWAWAY is not set |
968 | CONFIG_INPUT_MOUSE=y | 898 | CONFIG_INPUT_MOUSE=y |
969 | CONFIG_MOUSE_PS2=y | 899 | CONFIG_MOUSE_PS2=y |
900 | CONFIG_MOUSE_PS2_ALPS=y | ||
901 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
902 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
903 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
904 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
905 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
970 | # CONFIG_MOUSE_SERIAL is not set | 906 | # CONFIG_MOUSE_SERIAL is not set |
907 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
971 | # CONFIG_MOUSE_VSXXXAA is not set | 908 | # CONFIG_MOUSE_VSXXXAA is not set |
972 | # CONFIG_INPUT_JOYSTICK is not set | 909 | # CONFIG_INPUT_JOYSTICK is not set |
910 | # CONFIG_INPUT_TABLET is not set | ||
973 | # CONFIG_INPUT_TOUCHSCREEN is not set | 911 | # CONFIG_INPUT_TOUCHSCREEN is not set |
974 | # CONFIG_INPUT_MISC is not set | 912 | # CONFIG_INPUT_MISC is not set |
975 | 913 | ||
@@ -1019,10 +957,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
1019 | # IPMI | 957 | # IPMI |
1020 | # | 958 | # |
1021 | # CONFIG_IPMI_HANDLER is not set | 959 | # CONFIG_IPMI_HANDLER is not set |
1022 | |||
1023 | # | ||
1024 | # Watchdog Cards | ||
1025 | # | ||
1026 | # CONFIG_WATCHDOG is not set | 960 | # CONFIG_WATCHDOG is not set |
1027 | CONFIG_HW_RANDOM=y | 961 | CONFIG_HW_RANDOM=y |
1028 | CONFIG_HW_RANDOM_INTEL=y | 962 | CONFIG_HW_RANDOM_INTEL=y |
@@ -1031,7 +965,6 @@ CONFIG_HW_RANDOM_GEODE=y | |||
1031 | CONFIG_HW_RANDOM_VIA=y | 965 | CONFIG_HW_RANDOM_VIA=y |
1032 | # CONFIG_NVRAM is not set | 966 | # CONFIG_NVRAM is not set |
1033 | CONFIG_RTC=y | 967 | CONFIG_RTC=y |
1034 | # CONFIG_DTLK is not set | ||
1035 | # CONFIG_R3964 is not set | 968 | # CONFIG_R3964 is not set |
1036 | # CONFIG_APPLICOM is not set | 969 | # CONFIG_APPLICOM is not set |
1037 | # CONFIG_SONYPI is not set | 970 | # CONFIG_SONYPI is not set |
@@ -1056,17 +989,14 @@ CONFIG_MAX_RAW_DEVS=256 | |||
1056 | CONFIG_HPET=y | 989 | CONFIG_HPET=y |
1057 | # CONFIG_HPET_RTC_IRQ is not set | 990 | # CONFIG_HPET_RTC_IRQ is not set |
1058 | CONFIG_HPET_MMAP=y | 991 | CONFIG_HPET_MMAP=y |
1059 | # CONFIG_HANGCHECK_TIMER is not set | 992 | CONFIG_HANGCHECK_TIMER=y |
1060 | 993 | ||
1061 | # | 994 | # |
1062 | # TPM devices | 995 | # TPM devices |
1063 | # | 996 | # |
1064 | # CONFIG_TCG_TPM is not set | 997 | # CONFIG_TCG_TPM is not set |
1065 | # CONFIG_TELCLOCK is not set | 998 | # CONFIG_TELCLOCK is not set |
1066 | 999 | CONFIG_DEVPORT=y | |
1067 | # | ||
1068 | # I2C support | ||
1069 | # | ||
1070 | # CONFIG_I2C is not set | 1000 | # CONFIG_I2C is not set |
1071 | 1001 | ||
1072 | # | 1002 | # |
@@ -1079,12 +1009,7 @@ CONFIG_HPET_MMAP=y | |||
1079 | # Dallas's 1-wire bus | 1009 | # Dallas's 1-wire bus |
1080 | # | 1010 | # |
1081 | # CONFIG_W1 is not set | 1011 | # CONFIG_W1 is not set |
1082 | |||
1083 | # | ||
1084 | # Hardware Monitoring support | ||
1085 | # | ||
1086 | # CONFIG_HWMON is not set | 1012 | # CONFIG_HWMON is not set |
1087 | # CONFIG_HWMON_VID is not set | ||
1088 | 1013 | ||
1089 | # | 1014 | # |
1090 | # Multifunction device drivers | 1015 | # Multifunction device drivers |
@@ -1095,17 +1020,20 @@ CONFIG_HPET_MMAP=y | |||
1095 | # Multimedia devices | 1020 | # Multimedia devices |
1096 | # | 1021 | # |
1097 | # CONFIG_VIDEO_DEV is not set | 1022 | # CONFIG_VIDEO_DEV is not set |
1098 | 1023 | # CONFIG_DVB_CORE is not set | |
1099 | # | 1024 | CONFIG_DAB=y |
1100 | # Digital Video Broadcasting Devices | ||
1101 | # | ||
1102 | # CONFIG_DVB is not set | ||
1103 | # CONFIG_USB_DABUSB is not set | 1025 | # CONFIG_USB_DABUSB is not set |
1104 | 1026 | ||
1105 | # | 1027 | # |
1106 | # Graphics support | 1028 | # Graphics support |
1107 | # | 1029 | # |
1108 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 1030 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
1031 | |||
1032 | # | ||
1033 | # Display device support | ||
1034 | # | ||
1035 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1036 | # CONFIG_VGASTATE is not set | ||
1109 | # CONFIG_FB is not set | 1037 | # CONFIG_FB is not set |
1110 | 1038 | ||
1111 | # | 1039 | # |
@@ -1114,7 +1042,7 @@ CONFIG_HPET_MMAP=y | |||
1114 | CONFIG_VGA_CONSOLE=y | 1042 | CONFIG_VGA_CONSOLE=y |
1115 | CONFIG_VGACON_SOFT_SCROLLBACK=y | 1043 | CONFIG_VGACON_SOFT_SCROLLBACK=y |
1116 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128 | 1044 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128 |
1117 | CONFIG_VIDEO_SELECT=y | 1045 | # CONFIG_VIDEO_SELECT is not set |
1118 | CONFIG_DUMMY_CONSOLE=y | 1046 | CONFIG_DUMMY_CONSOLE=y |
1119 | 1047 | ||
1120 | # | 1048 | # |
@@ -1131,14 +1059,10 @@ CONFIG_SOUND=y | |||
1131 | # Open Sound System | 1059 | # Open Sound System |
1132 | # | 1060 | # |
1133 | CONFIG_SOUND_PRIME=y | 1061 | CONFIG_SOUND_PRIME=y |
1134 | CONFIG_OBSOLETE_OSS=y | 1062 | # CONFIG_OSS_OBSOLETE is not set |
1135 | # CONFIG_SOUND_BT878 is not set | ||
1136 | # CONFIG_SOUND_ES1371 is not set | ||
1137 | CONFIG_SOUND_ICH=y | ||
1138 | # CONFIG_SOUND_TRIDENT is not set | 1063 | # CONFIG_SOUND_TRIDENT is not set |
1139 | # CONFIG_SOUND_MSNDCLAS is not set | 1064 | # CONFIG_SOUND_MSNDCLAS is not set |
1140 | # CONFIG_SOUND_MSNDPIN is not set | 1065 | # CONFIG_SOUND_MSNDPIN is not set |
1141 | # CONFIG_SOUND_VIA82CXXX is not set | ||
1142 | # CONFIG_SOUND_OSS is not set | 1066 | # CONFIG_SOUND_OSS is not set |
1143 | 1067 | ||
1144 | # | 1068 | # |
@@ -1217,37 +1141,10 @@ CONFIG_USB_STORAGE=y | |||
1217 | # CONFIG_USB_LIBUSUAL is not set | 1141 | # CONFIG_USB_LIBUSUAL is not set |
1218 | 1142 | ||
1219 | # | 1143 | # |
1220 | # USB Input Devices | ||
1221 | # | ||
1222 | # CONFIG_USB_AIPTEK is not set | ||
1223 | # CONFIG_USB_WACOM is not set | ||
1224 | # CONFIG_USB_ACECAD is not set | ||
1225 | # CONFIG_USB_KBTAB is not set | ||
1226 | # CONFIG_USB_POWERMATE is not set | ||
1227 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1228 | # CONFIG_USB_YEALINK is not set | ||
1229 | # CONFIG_USB_XPAD is not set | ||
1230 | # CONFIG_USB_ATI_REMOTE is not set | ||
1231 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1232 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1233 | # CONFIG_USB_APPLETOUCH is not set | ||
1234 | # CONFIG_USB_GTCO is not set | ||
1235 | |||
1236 | # | ||
1237 | # USB Imaging devices | 1144 | # USB Imaging devices |
1238 | # | 1145 | # |
1239 | # CONFIG_USB_MDC800 is not set | 1146 | # CONFIG_USB_MDC800 is not set |
1240 | # CONFIG_USB_MICROTEK is not set | 1147 | # CONFIG_USB_MICROTEK is not set |
1241 | |||
1242 | # | ||
1243 | # USB Network Adapters | ||
1244 | # | ||
1245 | # CONFIG_USB_CATC is not set | ||
1246 | # CONFIG_USB_KAWETH is not set | ||
1247 | # CONFIG_USB_PEGASUS is not set | ||
1248 | # CONFIG_USB_RTL8150 is not set | ||
1249 | # CONFIG_USB_USBNET_MII is not set | ||
1250 | # CONFIG_USB_USBNET is not set | ||
1251 | CONFIG_USB_MON=y | 1148 | CONFIG_USB_MON=y |
1252 | 1149 | ||
1253 | # | 1150 | # |
@@ -1291,10 +1188,6 @@ CONFIG_USB_MON=y | |||
1291 | # USB Gadget Support | 1188 | # USB Gadget Support |
1292 | # | 1189 | # |
1293 | # CONFIG_USB_GADGET is not set | 1190 | # CONFIG_USB_GADGET is not set |
1294 | |||
1295 | # | ||
1296 | # MMC/SD Card support | ||
1297 | # | ||
1298 | # CONFIG_MMC is not set | 1191 | # CONFIG_MMC is not set |
1299 | 1192 | ||
1300 | # | 1193 | # |
@@ -1339,10 +1232,6 @@ CONFIG_USB_MON=y | |||
1339 | # | 1232 | # |
1340 | 1233 | ||
1341 | # | 1234 | # |
1342 | # Auxiliary Display support | ||
1343 | # | ||
1344 | |||
1345 | # | ||
1346 | # Virtualization | 1235 | # Virtualization |
1347 | # | 1236 | # |
1348 | # CONFIG_KVM is not set | 1237 | # CONFIG_KVM is not set |
@@ -1383,7 +1272,6 @@ CONFIG_DNOTIFY=y | |||
1383 | # CONFIG_AUTOFS_FS is not set | 1272 | # CONFIG_AUTOFS_FS is not set |
1384 | CONFIG_AUTOFS4_FS=y | 1273 | CONFIG_AUTOFS4_FS=y |
1385 | # CONFIG_FUSE_FS is not set | 1274 | # CONFIG_FUSE_FS is not set |
1386 | CONFIG_GENERIC_ACL=y | ||
1387 | 1275 | ||
1388 | # | 1276 | # |
1389 | # CD-ROM/DVD Filesystems | 1277 | # CD-ROM/DVD Filesystems |
@@ -1411,7 +1299,7 @@ CONFIG_PROC_KCORE=y | |||
1411 | CONFIG_PROC_SYSCTL=y | 1299 | CONFIG_PROC_SYSCTL=y |
1412 | CONFIG_SYSFS=y | 1300 | CONFIG_SYSFS=y |
1413 | CONFIG_TMPFS=y | 1301 | CONFIG_TMPFS=y |
1414 | CONFIG_TMPFS_POSIX_ACL=y | 1302 | # CONFIG_TMPFS_POSIX_ACL is not set |
1415 | CONFIG_HUGETLBFS=y | 1303 | CONFIG_HUGETLBFS=y |
1416 | CONFIG_HUGETLB_PAGE=y | 1304 | CONFIG_HUGETLB_PAGE=y |
1417 | CONFIG_RAMFS=y | 1305 | CONFIG_RAMFS=y |
@@ -1453,6 +1341,7 @@ CONFIG_LOCKD_V4=y | |||
1453 | CONFIG_EXPORTFS=y | 1341 | CONFIG_EXPORTFS=y |
1454 | CONFIG_NFS_COMMON=y | 1342 | CONFIG_NFS_COMMON=y |
1455 | CONFIG_SUNRPC=y | 1343 | CONFIG_SUNRPC=y |
1344 | # CONFIG_SUNRPC_BIND34 is not set | ||
1456 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1345 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1457 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1346 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1458 | # CONFIG_SMB_FS is not set | 1347 | # CONFIG_SMB_FS is not set |
@@ -1529,17 +1418,16 @@ CONFIG_KPROBES=y | |||
1529 | # | 1418 | # |
1530 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 1419 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
1531 | # CONFIG_PRINTK_TIME is not set | 1420 | # CONFIG_PRINTK_TIME is not set |
1532 | # CONFIG_ENABLE_MUST_CHECK is not set | 1421 | CONFIG_ENABLE_MUST_CHECK=y |
1533 | CONFIG_MAGIC_SYSRQ=y | 1422 | CONFIG_MAGIC_SYSRQ=y |
1534 | CONFIG_UNUSED_SYMBOLS=y | 1423 | CONFIG_UNUSED_SYMBOLS=y |
1535 | # CONFIG_DEBUG_FS is not set | 1424 | # CONFIG_DEBUG_FS is not set |
1536 | # CONFIG_HEADERS_CHECK is not set | 1425 | # CONFIG_HEADERS_CHECK is not set |
1537 | CONFIG_DEBUG_KERNEL=y | 1426 | CONFIG_DEBUG_KERNEL=y |
1538 | # CONFIG_DEBUG_SHIRQ is not set | 1427 | # CONFIG_DEBUG_SHIRQ is not set |
1539 | CONFIG_LOG_BUF_SHIFT=18 | ||
1540 | CONFIG_DETECT_SOFTLOCKUP=y | 1428 | CONFIG_DETECT_SOFTLOCKUP=y |
1541 | # CONFIG_SCHEDSTATS is not set | 1429 | # CONFIG_SCHEDSTATS is not set |
1542 | CONFIG_TIMER_STATS=y | 1430 | # CONFIG_TIMER_STATS is not set |
1543 | # CONFIG_DEBUG_SLAB is not set | 1431 | # CONFIG_DEBUG_SLAB is not set |
1544 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1432 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1545 | # CONFIG_RT_MUTEX_TESTER is not set | 1433 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -1556,6 +1444,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1556 | # CONFIG_DEBUG_VM is not set | 1444 | # CONFIG_DEBUG_VM is not set |
1557 | # CONFIG_DEBUG_LIST is not set | 1445 | # CONFIG_DEBUG_LIST is not set |
1558 | # CONFIG_FRAME_POINTER is not set | 1446 | # CONFIG_FRAME_POINTER is not set |
1447 | # CONFIG_UNWIND_INFO is not set | ||
1559 | # CONFIG_FORCED_INLINING is not set | 1448 | # CONFIG_FORCED_INLINING is not set |
1560 | # CONFIG_RCU_TORTURE_TEST is not set | 1449 | # CONFIG_RCU_TORTURE_TEST is not set |
1561 | # CONFIG_LKDTM is not set | 1450 | # CONFIG_LKDTM is not set |
@@ -1586,12 +1475,14 @@ CONFIG_DOUBLEFAULT=y | |||
1586 | CONFIG_BITREVERSE=y | 1475 | CONFIG_BITREVERSE=y |
1587 | # CONFIG_CRC_CCITT is not set | 1476 | # CONFIG_CRC_CCITT is not set |
1588 | # CONFIG_CRC16 is not set | 1477 | # CONFIG_CRC16 is not set |
1478 | # CONFIG_CRC_ITU_T is not set | ||
1589 | CONFIG_CRC32=y | 1479 | CONFIG_CRC32=y |
1590 | # CONFIG_LIBCRC32C is not set | 1480 | # CONFIG_LIBCRC32C is not set |
1591 | CONFIG_ZLIB_INFLATE=y | 1481 | CONFIG_ZLIB_INFLATE=y |
1592 | CONFIG_PLIST=y | 1482 | CONFIG_PLIST=y |
1593 | CONFIG_HAS_IOMEM=y | 1483 | CONFIG_HAS_IOMEM=y |
1594 | CONFIG_HAS_IOPORT=y | 1484 | CONFIG_HAS_IOPORT=y |
1485 | CONFIG_HAS_DMA=y | ||
1595 | CONFIG_GENERIC_HARDIRQS=y | 1486 | CONFIG_GENERIC_HARDIRQS=y |
1596 | CONFIG_GENERIC_IRQ_PROBE=y | 1487 | CONFIG_GENERIC_IRQ_PROBE=y |
1597 | CONFIG_GENERIC_PENDING_IRQ=y | 1488 | CONFIG_GENERIC_PENDING_IRQ=y |
diff --git a/arch/i386/kernel/cpu/amd.c b/arch/i386/kernel/cpu/amd.c index 4fec702afd7e..6f47eeeb93ea 100644 --- a/arch/i386/kernel/cpu/amd.c +++ b/arch/i386/kernel/cpu/amd.c | |||
@@ -280,6 +280,10 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
280 | 280 | ||
281 | if (c->x86 == 0x10 && !force_mwait) | 281 | if (c->x86 == 0x10 && !force_mwait) |
282 | clear_bit(X86_FEATURE_MWAIT, c->x86_capability); | 282 | clear_bit(X86_FEATURE_MWAIT, c->x86_capability); |
283 | |||
284 | /* K6s reports MCEs but don't actually have all the MSRs */ | ||
285 | if (c->x86 < 6) | ||
286 | clear_bit(X86_FEATURE_MCE, c->x86_capability); | ||
283 | } | 287 | } |
284 | 288 | ||
285 | static unsigned int __cpuinit amd_size_cache(struct cpuinfo_x86 * c, unsigned int size) | 289 | static unsigned int __cpuinit amd_size_cache(struct cpuinfo_x86 * c, unsigned int size) |
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-ich.c b/arch/i386/kernel/cpu/cpufreq/speedstep-ich.c index b425cd3d1838..698f980eb443 100644 --- a/arch/i386/kernel/cpu/cpufreq/speedstep-ich.c +++ b/arch/i386/kernel/cpu/cpufreq/speedstep-ich.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/cpufreq.h> | 24 | #include <linux/cpufreq.h> |
25 | #include <linux/pci.h> | 25 | #include <linux/pci.h> |
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/sched.h> | ||
27 | 28 | ||
28 | #include "speedstep-lib.h" | 29 | #include "speedstep-lib.h" |
29 | 30 | ||
diff --git a/arch/i386/kernel/cpu/cyrix.c b/arch/i386/kernel/cpu/cyrix.c index 0b8411a864fb..e88d2fba156b 100644 --- a/arch/i386/kernel/cpu/cyrix.c +++ b/arch/i386/kernel/cpu/cyrix.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <asm/processor.h> | 7 | #include <asm/processor.h> |
8 | #include <asm/timer.h> | 8 | #include <asm/timer.h> |
9 | #include <asm/pci-direct.h> | 9 | #include <asm/pci-direct.h> |
10 | #include <asm/tsc.h> | ||
10 | 11 | ||
11 | #include "cpu.h" | 12 | #include "cpu.h" |
12 | 13 | ||
diff --git a/arch/i386/kernel/cpu/mcheck/k7.c b/arch/i386/kernel/cpu/mcheck/k7.c index f9fa4142551e..eef63e3630c2 100644 --- a/arch/i386/kernel/cpu/mcheck/k7.c +++ b/arch/i386/kernel/cpu/mcheck/k7.c | |||
@@ -72,12 +72,12 @@ void amd_mcheck_init(struct cpuinfo_x86 *c) | |||
72 | u32 l, h; | 72 | u32 l, h; |
73 | int i; | 73 | int i; |
74 | 74 | ||
75 | machine_check_vector = k7_machine_check; | ||
76 | wmb(); | ||
77 | |||
78 | if (!cpu_has(c, X86_FEATURE_MCE)) | 75 | if (!cpu_has(c, X86_FEATURE_MCE)) |
79 | return; | 76 | return; |
80 | 77 | ||
78 | machine_check_vector = k7_machine_check; | ||
79 | wmb(); | ||
80 | |||
81 | printk (KERN_INFO "Intel machine check architecture supported.\n"); | 81 | printk (KERN_INFO "Intel machine check architecture supported.\n"); |
82 | rdmsr (MSR_IA32_MCG_CAP, l, h); | 82 | rdmsr (MSR_IA32_MCG_CAP, l, h); |
83 | if (l & (1<<8)) /* Control register present ? */ | 83 | if (l & (1<<8)) /* Control register present ? */ |
diff --git a/arch/i386/kernel/cpu/mtrr/cyrix.c b/arch/i386/kernel/cpu/mtrr/cyrix.c index 0737a596db43..9edf5625584f 100644 --- a/arch/i386/kernel/cpu/mtrr/cyrix.c +++ b/arch/i386/kernel/cpu/mtrr/cyrix.c | |||
@@ -136,7 +136,7 @@ static void prepare_set(void) | |||
136 | /* Save value of CR4 and clear Page Global Enable (bit 7) */ | 136 | /* Save value of CR4 and clear Page Global Enable (bit 7) */ |
137 | if ( cpu_has_pge ) { | 137 | if ( cpu_has_pge ) { |
138 | cr4 = read_cr4(); | 138 | cr4 = read_cr4(); |
139 | write_cr4(cr4 & (unsigned char) ~(1 << 7)); | 139 | write_cr4(cr4 & ~X86_CR4_PGE); |
140 | } | 140 | } |
141 | 141 | ||
142 | /* Disable and flush caches. Note that wbinvd flushes the TLBs as | 142 | /* Disable and flush caches. Note that wbinvd flushes the TLBs as |
diff --git a/arch/i386/kernel/cpu/mtrr/generic.c b/arch/i386/kernel/cpu/mtrr/generic.c index 5367e32e0403..c4ebb5126ef7 100644 --- a/arch/i386/kernel/cpu/mtrr/generic.c +++ b/arch/i386/kernel/cpu/mtrr/generic.c | |||
@@ -78,7 +78,7 @@ static void __cpuinit print_fixed(unsigned base, unsigned step, const mtrr_type* | |||
78 | } | 78 | } |
79 | 79 | ||
80 | /* Grab all of the MTRR state for this CPU into *state */ | 80 | /* Grab all of the MTRR state for this CPU into *state */ |
81 | void __init get_mtrr_state(void) | 81 | void get_mtrr_state(void) |
82 | { | 82 | { |
83 | unsigned int i; | 83 | unsigned int i; |
84 | struct mtrr_var_range *vrs; | 84 | struct mtrr_var_range *vrs; |
diff --git a/arch/i386/kernel/cpu/mtrr/main.c b/arch/i386/kernel/cpu/mtrr/main.c index 02a2f39e5e0a..1cf466df330a 100644 --- a/arch/i386/kernel/cpu/mtrr/main.c +++ b/arch/i386/kernel/cpu/mtrr/main.c | |||
@@ -639,7 +639,7 @@ static struct sysdev_driver mtrr_sysdev_driver = { | |||
639 | * initialized (i.e. before smp_init()). | 639 | * initialized (i.e. before smp_init()). |
640 | * | 640 | * |
641 | */ | 641 | */ |
642 | void __init mtrr_bp_init(void) | 642 | void mtrr_bp_init(void) |
643 | { | 643 | { |
644 | init_ifs(); | 644 | init_ifs(); |
645 | 645 | ||
diff --git a/arch/i386/kernel/cpu/mtrr/state.c b/arch/i386/kernel/cpu/mtrr/state.c index f62ecd15811a..7b39a2f954d9 100644 --- a/arch/i386/kernel/cpu/mtrr/state.c +++ b/arch/i386/kernel/cpu/mtrr/state.c | |||
@@ -19,7 +19,7 @@ void set_mtrr_prepare_save(struct set_mtrr_context *ctxt) | |||
19 | /* Save value of CR4 and clear Page Global Enable (bit 7) */ | 19 | /* Save value of CR4 and clear Page Global Enable (bit 7) */ |
20 | if ( cpu_has_pge ) { | 20 | if ( cpu_has_pge ) { |
21 | ctxt->cr4val = read_cr4(); | 21 | ctxt->cr4val = read_cr4(); |
22 | write_cr4(ctxt->cr4val & (unsigned char) ~(1 << 7)); | 22 | write_cr4(ctxt->cr4val & ~X86_CR4_PGE); |
23 | } | 23 | } |
24 | 24 | ||
25 | /* Disable and flush caches. Note that wbinvd flushes the TLBs as | 25 | /* Disable and flush caches. Note that wbinvd flushes the TLBs as |
diff --git a/arch/i386/kernel/smp.c b/arch/i386/kernel/smp.c index c9a7c9835aba..6299c080f6e2 100644 --- a/arch/i386/kernel/smp.c +++ b/arch/i386/kernel/smp.c | |||
@@ -421,7 +421,7 @@ void flush_tlb_mm (struct mm_struct * mm) | |||
421 | } | 421 | } |
422 | if (!cpus_empty(cpu_mask)) | 422 | if (!cpus_empty(cpu_mask)) |
423 | flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL); | 423 | flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL); |
424 | check_pgt_cache(); | 424 | |
425 | preempt_enable(); | 425 | preempt_enable(); |
426 | } | 426 | } |
427 | 427 | ||
diff --git a/arch/i386/kernel/verify_cpu.S b/arch/i386/kernel/verify_cpu.S index b2a9d80b6421..f1d1eacf4ab0 100644 --- a/arch/i386/kernel/verify_cpu.S +++ b/arch/i386/kernel/verify_cpu.S | |||
@@ -2,6 +2,7 @@ | |||
2 | This runs in 16bit mode so that the caller can still use the BIOS | 2 | This runs in 16bit mode so that the caller can still use the BIOS |
3 | to output errors on the screen */ | 3 | to output errors on the screen */ |
4 | #include <asm/cpufeature.h> | 4 | #include <asm/cpufeature.h> |
5 | #include <asm/msr.h> | ||
5 | 6 | ||
6 | verify_cpu: | 7 | verify_cpu: |
7 | pushfl # Save caller passed flags | 8 | pushfl # Save caller passed flags |
@@ -45,6 +46,32 @@ verify_cpu: | |||
45 | cmpl $0x1,%eax | 46 | cmpl $0x1,%eax |
46 | jb bad # no cpuid 1 | 47 | jb bad # no cpuid 1 |
47 | 48 | ||
49 | #if REQUIRED_MASK1 & NEED_CMPXCHG64 | ||
50 | /* Some VIA C3s need magic MSRs to enable CX64. Do this here */ | ||
51 | cmpl $0x746e6543,%ebx # Cent | ||
52 | jne 1f | ||
53 | cmpl $0x48727561,%edx # aurH | ||
54 | jne 1f | ||
55 | cmpl $0x736c7561,%ecx # auls | ||
56 | jne 1f | ||
57 | movl $1,%eax # check model | ||
58 | cpuid | ||
59 | movl %eax,%ebx | ||
60 | shr $8,%ebx | ||
61 | andl $0xf,%ebx | ||
62 | cmp $6,%ebx # check family == 6 | ||
63 | jne 1f | ||
64 | shr $4,%eax | ||
65 | andl $0xf,%eax | ||
66 | cmpl $6,%eax # check model >= 6 | ||
67 | jb 1f | ||
68 | # assume models >= 6 all support this MSR | ||
69 | movl $MSR_VIA_FCR,%ecx | ||
70 | rdmsr | ||
71 | orl $((1<<1)|(1<<7)),%eax # enable CMPXCHG64 and PGE | ||
72 | wrmsr | ||
73 | 1: | ||
74 | #endif | ||
48 | movl $0x1,%eax # Does the cpu have what it takes | 75 | movl $0x1,%eax # Does the cpu have what it takes |
49 | cpuid | 76 | cpuid |
50 | 77 | ||
diff --git a/arch/i386/mm/mmap.c b/arch/i386/mm/mmap.c index e4730a1a43dd..552e08473755 100644 --- a/arch/i386/mm/mmap.c +++ b/arch/i386/mm/mmap.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/personality.h> | 27 | #include <linux/personality.h> |
28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
29 | #include <linux/random.h> | 29 | #include <linux/random.h> |
30 | #include <linux/sched.h> | ||
30 | 31 | ||
31 | /* | 32 | /* |
32 | * Top of mmap area (just below the process stack). | 33 | * Top of mmap area (just below the process stack). |
diff --git a/arch/i386/oprofile/nmi_int.c b/arch/i386/oprofile/nmi_int.c index 8e185208dfd4..a7c0783b269a 100644 --- a/arch/i386/oprofile/nmi_int.c +++ b/arch/i386/oprofile/nmi_int.c | |||
@@ -131,7 +131,6 @@ static void nmi_save_registers(void * dummy) | |||
131 | { | 131 | { |
132 | int cpu = smp_processor_id(); | 132 | int cpu = smp_processor_id(); |
133 | struct op_msrs * msrs = &cpu_msrs[cpu]; | 133 | struct op_msrs * msrs = &cpu_msrs[cpu]; |
134 | model->fill_in_addresses(msrs); | ||
135 | nmi_cpu_save_registers(msrs); | 134 | nmi_cpu_save_registers(msrs); |
136 | } | 135 | } |
137 | 136 | ||
@@ -195,6 +194,7 @@ static struct notifier_block profile_exceptions_nb = { | |||
195 | static int nmi_setup(void) | 194 | static int nmi_setup(void) |
196 | { | 195 | { |
197 | int err=0; | 196 | int err=0; |
197 | int cpu; | ||
198 | 198 | ||
199 | if (!allocate_msrs()) | 199 | if (!allocate_msrs()) |
200 | return -ENOMEM; | 200 | return -ENOMEM; |
@@ -207,6 +207,13 @@ static int nmi_setup(void) | |||
207 | /* We need to serialize save and setup for HT because the subset | 207 | /* We need to serialize save and setup for HT because the subset |
208 | * of msrs are distinct for save and setup operations | 208 | * of msrs are distinct for save and setup operations |
209 | */ | 209 | */ |
210 | |||
211 | /* Assume saved/restored counters are the same on all CPUs */ | ||
212 | model->fill_in_addresses(&cpu_msrs[0]); | ||
213 | for_each_possible_cpu (cpu) { | ||
214 | if (cpu != 0) | ||
215 | cpu_msrs[cpu] = cpu_msrs[0]; | ||
216 | } | ||
210 | on_each_cpu(nmi_save_registers, NULL, 0, 1); | 217 | on_each_cpu(nmi_save_registers, NULL, 0, 1); |
211 | on_each_cpu(nmi_cpu_setup, NULL, 0, 1); | 218 | on_each_cpu(nmi_cpu_setup, NULL, 0, 1); |
212 | nmi_enabled = 1; | 219 | nmi_enabled = 1; |
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 3549c94467b8..c4784494970e 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -791,7 +791,7 @@ static __init int setup_additional_cpus(char *s) | |||
791 | early_param("additional_cpus", setup_additional_cpus); | 791 | early_param("additional_cpus", setup_additional_cpus); |
792 | 792 | ||
793 | /* | 793 | /* |
794 | * cpu_possible_map should be static, it cannot change as cpu's | 794 | * cpu_possible_map should be static, it cannot change as CPUs |
795 | * are onlined, or offlined. The reason is per-cpu data-structures | 795 | * are onlined, or offlined. The reason is per-cpu data-structures |
796 | * are allocated by some modules at init time, and dont expect to | 796 | * are allocated by some modules at init time, and dont expect to |
797 | * do this dynamically on cpu arrival/departure. | 797 | * do this dynamically on cpu arrival/departure. |
diff --git a/arch/ia64/kernel/crash.c b/arch/ia64/kernel/crash.c index aeb79fb28f0b..1d64ef478dde 100644 --- a/arch/ia64/kernel/crash.c +++ b/arch/ia64/kernel/crash.c | |||
@@ -156,24 +156,30 @@ kdump_init_notifier(struct notifier_block *self, unsigned long val, void *data) | |||
156 | if (!kdump_on_init) | 156 | if (!kdump_on_init) |
157 | return NOTIFY_DONE; | 157 | return NOTIFY_DONE; |
158 | 158 | ||
159 | if (val != DIE_INIT_MONARCH_ENTER && | 159 | if (val != DIE_INIT_MONARCH_LEAVE && |
160 | val != DIE_INIT_SLAVE_ENTER && | 160 | val != DIE_INIT_SLAVE_LEAVE && |
161 | val != DIE_INIT_MONARCH_PROCESS && | ||
161 | val != DIE_MCA_RENDZVOUS_LEAVE && | 162 | val != DIE_MCA_RENDZVOUS_LEAVE && |
162 | val != DIE_MCA_MONARCH_LEAVE) | 163 | val != DIE_MCA_MONARCH_LEAVE) |
163 | return NOTIFY_DONE; | 164 | return NOTIFY_DONE; |
164 | 165 | ||
165 | nd = (struct ia64_mca_notify_die *)args->err; | 166 | nd = (struct ia64_mca_notify_die *)args->err; |
166 | /* Reason code 1 means machine check rendezous*/ | 167 | /* Reason code 1 means machine check rendezvous*/ |
167 | if ((val == DIE_INIT_MONARCH_ENTER || val == DIE_INIT_SLAVE_ENTER) && | 168 | if ((val == DIE_INIT_MONARCH_LEAVE || val == DIE_INIT_SLAVE_LEAVE |
168 | nd->sos->rv_rc == 1) | 169 | || val == DIE_INIT_MONARCH_PROCESS) && nd->sos->rv_rc == 1) |
169 | return NOTIFY_DONE; | 170 | return NOTIFY_DONE; |
170 | 171 | ||
171 | switch (val) { | 172 | switch (val) { |
172 | case DIE_INIT_MONARCH_ENTER: | 173 | case DIE_INIT_MONARCH_PROCESS: |
174 | atomic_set(&kdump_in_progress, 1); | ||
175 | *(nd->monarch_cpu) = -1; | ||
176 | break; | ||
177 | case DIE_INIT_MONARCH_LEAVE: | ||
173 | machine_kdump_on_init(); | 178 | machine_kdump_on_init(); |
174 | break; | 179 | break; |
175 | case DIE_INIT_SLAVE_ENTER: | 180 | case DIE_INIT_SLAVE_LEAVE: |
176 | unw_init_running(kdump_cpu_freeze, NULL); | 181 | if (atomic_read(&kdump_in_progress)) |
182 | unw_init_running(kdump_cpu_freeze, NULL); | ||
177 | break; | 183 | break; |
178 | case DIE_MCA_RENDZVOUS_LEAVE: | 184 | case DIE_MCA_RENDZVOUS_LEAVE: |
179 | if (atomic_read(&kdump_in_progress)) | 185 | if (atomic_read(&kdump_in_progress)) |
@@ -215,8 +221,10 @@ static ctl_table sys_table[] = { | |||
215 | static int | 221 | static int |
216 | machine_crash_setup(void) | 222 | machine_crash_setup(void) |
217 | { | 223 | { |
224 | /* be notified before default_monarch_init_process */ | ||
218 | static struct notifier_block kdump_init_notifier_nb = { | 225 | static struct notifier_block kdump_init_notifier_nb = { |
219 | .notifier_call = kdump_init_notifier, | 226 | .notifier_call = kdump_init_notifier, |
227 | .priority = 1, | ||
220 | }; | 228 | }; |
221 | int ret; | 229 | int ret; |
222 | if((ret = register_die_notifier(&kdump_init_notifier_nb)) != 0) | 230 | if((ret = register_die_notifier(&kdump_init_notifier_nb)) != 0) |
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index 144b056282af..95f517515235 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S | |||
@@ -1585,5 +1585,8 @@ sys_call_table: | |||
1585 | data8 sys_getcpu | 1585 | data8 sys_getcpu |
1586 | data8 sys_epoll_pwait // 1305 | 1586 | data8 sys_epoll_pwait // 1305 |
1587 | data8 sys_utimensat | 1587 | data8 sys_utimensat |
1588 | data8 sys_signalfd | ||
1589 | data8 sys_timerfd | ||
1590 | data8 sys_eventfd | ||
1588 | 1591 | ||
1589 | .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls | 1592 | .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls |
diff --git a/arch/ia64/kernel/irq.c b/arch/ia64/kernel/irq.c index b4c239685d2e..407b45870489 100644 --- a/arch/ia64/kernel/irq.c +++ b/arch/ia64/kernel/irq.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar | 4 | * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar |
5 | * | 5 | * |
6 | * This file contains the code used by various IRQ handling routines: | 6 | * This file contains the code used by various IRQ handling routines: |
7 | * asking for different IRQ's should be done through these routines | 7 | * asking for different IRQs should be done through these routines |
8 | * instead of just grabbing them. Thus setups with different IRQ numbers | 8 | * instead of just grabbing them. Thus setups with different IRQ numbers |
9 | * shouldn't result in any weird surprises, and installing new handlers | 9 | * shouldn't result in any weird surprises, and installing new handlers |
10 | * should be easier. | 10 | * should be easier. |
@@ -12,7 +12,7 @@ | |||
12 | * Copyright (C) Ashok Raj<ashok.raj@intel.com>, Intel Corporation 2004 | 12 | * Copyright (C) Ashok Raj<ashok.raj@intel.com>, Intel Corporation 2004 |
13 | * | 13 | * |
14 | * 4/14/2004: Added code to handle cpu migration and do safe irq | 14 | * 4/14/2004: Added code to handle cpu migration and do safe irq |
15 | * migration without lossing interrupts for iosapic | 15 | * migration without losing interrupts for iosapic |
16 | * architecture. | 16 | * architecture. |
17 | */ | 17 | */ |
18 | 18 | ||
@@ -190,7 +190,7 @@ void fixup_irqs(void) | |||
190 | } | 190 | } |
191 | 191 | ||
192 | /* | 192 | /* |
193 | * Phase 1: Locate irq's bound to this cpu and | 193 | * Phase 1: Locate IRQs bound to this cpu and |
194 | * relocate them for cpu removal. | 194 | * relocate them for cpu removal. |
195 | */ | 195 | */ |
196 | migrate_irqs(); | 196 | migrate_irqs(); |
diff --git a/arch/ia64/kernel/irq_lsapic.c b/arch/ia64/kernel/irq_lsapic.c index c2f07beb1759..e56a7a36aca3 100644 --- a/arch/ia64/kernel/irq_lsapic.c +++ b/arch/ia64/kernel/irq_lsapic.c | |||
@@ -23,7 +23,7 @@ lsapic_noop_startup (unsigned int irq) | |||
23 | static void | 23 | static void |
24 | lsapic_noop (unsigned int irq) | 24 | lsapic_noop (unsigned int irq) |
25 | { | 25 | { |
26 | /* nuthing to do... */ | 26 | /* nothing to do... */ |
27 | } | 27 | } |
28 | 28 | ||
29 | static int lsapic_retrigger(unsigned int irq) | 29 | static int lsapic_retrigger(unsigned int irq) |
diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index 72e593e94053..5bc46f151344 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c | |||
@@ -151,12 +151,12 @@ static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, | |||
151 | 151 | ||
152 | cmp_inst.l = kprobe_inst; | 152 | cmp_inst.l = kprobe_inst; |
153 | if ((cmp_inst.f.x2 == 0) || (cmp_inst.f.x2 == 1)) { | 153 | if ((cmp_inst.f.x2 == 0) || (cmp_inst.f.x2 == 1)) { |
154 | /* Integere compare - Register Register (A6 type)*/ | 154 | /* Integer compare - Register Register (A6 type)*/ |
155 | if ((cmp_inst.f.tb == 0) && (cmp_inst.f.ta == 0) | 155 | if ((cmp_inst.f.tb == 0) && (cmp_inst.f.ta == 0) |
156 | &&(cmp_inst.f.c == 1)) | 156 | &&(cmp_inst.f.c == 1)) |
157 | ctype_unc = 1; | 157 | ctype_unc = 1; |
158 | } else if ((cmp_inst.f.x2 == 2)||(cmp_inst.f.x2 == 3)) { | 158 | } else if ((cmp_inst.f.x2 == 2)||(cmp_inst.f.x2 == 3)) { |
159 | /* Integere compare - Immediate Register (A8 type)*/ | 159 | /* Integer compare - Immediate Register (A8 type)*/ |
160 | if ((cmp_inst.f.ta == 0) &&(cmp_inst.f.c == 1)) | 160 | if ((cmp_inst.f.ta == 0) &&(cmp_inst.f.c == 1)) |
161 | ctype_unc = 1; | 161 | ctype_unc = 1; |
162 | } | 162 | } |
@@ -820,7 +820,7 @@ out: | |||
820 | return 1; | 820 | return 1; |
821 | } | 821 | } |
822 | 822 | ||
823 | static int __kprobes kprobes_fault_handler(struct pt_regs *regs, int trapnr) | 823 | int __kprobes kprobes_fault_handler(struct pt_regs *regs, int trapnr) |
824 | { | 824 | { |
825 | struct kprobe *cur = kprobe_running(); | 825 | struct kprobe *cur = kprobe_running(); |
826 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | 826 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); |
@@ -904,13 +904,6 @@ int __kprobes kprobe_exceptions_notify(struct notifier_block *self, | |||
904 | if (post_kprobes_handler(args->regs)) | 904 | if (post_kprobes_handler(args->regs)) |
905 | ret = NOTIFY_STOP; | 905 | ret = NOTIFY_STOP; |
906 | break; | 906 | break; |
907 | case DIE_PAGE_FAULT: | ||
908 | /* kprobe_running() needs smp_processor_id() */ | ||
909 | preempt_disable(); | ||
910 | if (kprobe_running() && | ||
911 | kprobes_fault_handler(args->regs, args->trapnr)) | ||
912 | ret = NOTIFY_STOP; | ||
913 | preempt_enable(); | ||
914 | default: | 907 | default: |
915 | break; | 908 | break; |
916 | } | 909 | } |
@@ -954,7 +947,7 @@ int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) | |||
954 | /* | 947 | /* |
955 | * Callee owns the argument space and could overwrite it, eg | 948 | * Callee owns the argument space and could overwrite it, eg |
956 | * tail call optimization. So to be absolutely safe | 949 | * tail call optimization. So to be absolutely safe |
957 | * we save the argument space before transfering the control | 950 | * we save the argument space before transferring the control |
958 | * to instrumented jprobe function which runs in | 951 | * to instrumented jprobe function which runs in |
959 | * the process context | 952 | * the process context |
960 | */ | 953 | */ |
diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c index 26814de6c29a..1ead5ea6c5ce 100644 --- a/arch/ia64/kernel/mca.c +++ b/arch/ia64/kernel/mca.c | |||
@@ -273,7 +273,6 @@ static void ia64_mlogbuf_finish(int wait) | |||
273 | 273 | ||
274 | mlogbuf_finished = 1; | 274 | mlogbuf_finished = 1; |
275 | } | 275 | } |
276 | EXPORT_SYMBOL(ia64_mlogbuf_finish); | ||
277 | 276 | ||
278 | /* | 277 | /* |
279 | * Print buffered messages from INIT context. | 278 | * Print buffered messages from INIT context. |
@@ -1477,6 +1476,10 @@ default_monarch_init_process(struct notifier_block *self, unsigned long val, voi | |||
1477 | struct task_struct *g, *t; | 1476 | struct task_struct *g, *t; |
1478 | if (val != DIE_INIT_MONARCH_PROCESS) | 1477 | if (val != DIE_INIT_MONARCH_PROCESS) |
1479 | return NOTIFY_DONE; | 1478 | return NOTIFY_DONE; |
1479 | #ifdef CONFIG_KEXEC | ||
1480 | if (atomic_read(&kdump_in_progress)) | ||
1481 | return NOTIFY_DONE; | ||
1482 | #endif | ||
1480 | 1483 | ||
1481 | /* | 1484 | /* |
1482 | * FIXME: mlogbuf will brim over with INIT stack dumps. | 1485 | * FIXME: mlogbuf will brim over with INIT stack dumps. |
diff --git a/arch/ia64/kernel/mca_drv.c b/arch/ia64/kernel/mca_drv.c index 70b8bdbb7e6f..aba813c2c150 100644 --- a/arch/ia64/kernel/mca_drv.c +++ b/arch/ia64/kernel/mca_drv.c | |||
@@ -438,7 +438,7 @@ is_mca_global(peidx_table_t *peidx, pal_bus_check_info_t *pbci, | |||
438 | * @peidx: pointer of index of processor error section | 438 | * @peidx: pointer of index of processor error section |
439 | * | 439 | * |
440 | * Return value: | 440 | * Return value: |
441 | * target address on Success / 0 on Failue | 441 | * target address on Success / 0 on Failure |
442 | */ | 442 | */ |
443 | static u64 | 443 | static u64 |
444 | get_target_identifier(peidx_table_t *peidx) | 444 | get_target_identifier(peidx_table_t *peidx) |
@@ -701,7 +701,7 @@ recover_from_processor_error(int platform, slidx_table_t *slidx, | |||
701 | return fatal_mca("External bus check fatal status"); | 701 | return fatal_mca("External bus check fatal status"); |
702 | 702 | ||
703 | /* | 703 | /* |
704 | * This is a local MCA and estimated as a recoverble error. | 704 | * This is a local MCA and estimated as a recoverable error. |
705 | */ | 705 | */ |
706 | if (platform) | 706 | if (platform) |
707 | return recover_from_platform_error(slidx, peidx, pbci, sos); | 707 | return recover_from_platform_error(slidx, peidx, pbci, sos); |
diff --git a/arch/ia64/kernel/module.c b/arch/ia64/kernel/module.c index 158e3c51bb77..196287928bae 100644 --- a/arch/ia64/kernel/module.c +++ b/arch/ia64/kernel/module.c | |||
@@ -861,7 +861,7 @@ apply_relocate (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, | |||
861 | /* | 861 | /* |
862 | * Modules contain a single unwind table which covers both the core and the init text | 862 | * Modules contain a single unwind table which covers both the core and the init text |
863 | * sections but since the two are not contiguous, we need to split this table up such that | 863 | * sections but since the two are not contiguous, we need to split this table up such that |
864 | * we can register (and unregister) each "segment" seperately. Fortunately, this sounds | 864 | * we can register (and unregister) each "segment" separately. Fortunately, this sounds |
865 | * more complicated than it really is. | 865 | * more complicated than it really is. |
866 | */ | 866 | */ |
867 | static void | 867 | static void |
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index e7191ca30b16..b7133cabdbea 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -1318,7 +1318,7 @@ pfm_reserve_session(struct task_struct *task, int is_syswide, unsigned int cpu) | |||
1318 | { | 1318 | { |
1319 | unsigned long flags; | 1319 | unsigned long flags; |
1320 | /* | 1320 | /* |
1321 | * validy checks on cpu_mask have been done upstream | 1321 | * validity checks on cpu_mask have been done upstream |
1322 | */ | 1322 | */ |
1323 | LOCK_PFS(flags); | 1323 | LOCK_PFS(flags); |
1324 | 1324 | ||
@@ -1384,7 +1384,7 @@ pfm_unreserve_session(pfm_context_t *ctx, int is_syswide, unsigned int cpu) | |||
1384 | { | 1384 | { |
1385 | unsigned long flags; | 1385 | unsigned long flags; |
1386 | /* | 1386 | /* |
1387 | * validy checks on cpu_mask have been done upstream | 1387 | * validity checks on cpu_mask have been done upstream |
1388 | */ | 1388 | */ |
1389 | LOCK_PFS(flags); | 1389 | LOCK_PFS(flags); |
1390 | 1390 | ||
@@ -1835,7 +1835,7 @@ pfm_flush(struct file *filp, fl_owner_t id) | |||
1835 | /* | 1835 | /* |
1836 | * remove our file from the async queue, if we use this mode. | 1836 | * remove our file from the async queue, if we use this mode. |
1837 | * This can be done without the context being protected. We come | 1837 | * This can be done without the context being protected. We come |
1838 | * here when the context has become unreacheable by other tasks. | 1838 | * here when the context has become unreachable by other tasks. |
1839 | * | 1839 | * |
1840 | * We may still have active monitoring at this point and we may | 1840 | * We may still have active monitoring at this point and we may |
1841 | * end up in pfm_overflow_handler(). However, fasync_helper() | 1841 | * end up in pfm_overflow_handler(). However, fasync_helper() |
@@ -2132,7 +2132,7 @@ doit: | |||
2132 | filp->private_data = NULL; | 2132 | filp->private_data = NULL; |
2133 | 2133 | ||
2134 | /* | 2134 | /* |
2135 | * if we free on the spot, the context is now completely unreacheable | 2135 | * if we free on the spot, the context is now completely unreachable |
2136 | * from the callers side. The monitored task side is also cut, so we | 2136 | * from the callers side. The monitored task side is also cut, so we |
2137 | * can freely cut. | 2137 | * can freely cut. |
2138 | * | 2138 | * |
@@ -2562,7 +2562,7 @@ pfm_reset_pmu_state(pfm_context_t *ctx) | |||
2562 | ctx->ctx_all_pmcs[0] = pmu_conf->impl_pmcs[0] & ~0x1; | 2562 | ctx->ctx_all_pmcs[0] = pmu_conf->impl_pmcs[0] & ~0x1; |
2563 | 2563 | ||
2564 | /* | 2564 | /* |
2565 | * bitmask of all PMDs that are accesible to this context | 2565 | * bitmask of all PMDs that are accessible to this context |
2566 | */ | 2566 | */ |
2567 | ctx->ctx_all_pmds[0] = pmu_conf->impl_pmds[0]; | 2567 | ctx->ctx_all_pmds[0] = pmu_conf->impl_pmds[0]; |
2568 | 2568 | ||
@@ -3395,7 +3395,7 @@ pfm_read_pmds(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) | |||
3395 | if (unlikely(!PMD_IS_IMPL(cnum))) goto error; | 3395 | if (unlikely(!PMD_IS_IMPL(cnum))) goto error; |
3396 | /* | 3396 | /* |
3397 | * we can only read the register that we use. That includes | 3397 | * we can only read the register that we use. That includes |
3398 | * the one we explicitely initialize AND the one we want included | 3398 | * the one we explicitly initialize AND the one we want included |
3399 | * in the sampling buffer (smpl_regs). | 3399 | * in the sampling buffer (smpl_regs). |
3400 | * | 3400 | * |
3401 | * Having this restriction allows optimization in the ctxsw routine | 3401 | * Having this restriction allows optimization in the ctxsw routine |
@@ -3715,7 +3715,7 @@ pfm_restart(pfm_context_t *ctx, void *arg, int count, struct pt_regs *regs) | |||
3715 | * if non-blocking, then we ensure that the task will go into | 3715 | * if non-blocking, then we ensure that the task will go into |
3716 | * pfm_handle_work() before returning to user mode. | 3716 | * pfm_handle_work() before returning to user mode. |
3717 | * | 3717 | * |
3718 | * We cannot explicitely reset another task, it MUST always | 3718 | * We cannot explicitly reset another task, it MUST always |
3719 | * be done by the task itself. This works for system wide because | 3719 | * be done by the task itself. This works for system wide because |
3720 | * the tool that is controlling the session is logically doing | 3720 | * the tool that is controlling the session is logically doing |
3721 | * "self-monitoring". | 3721 | * "self-monitoring". |
@@ -4644,7 +4644,7 @@ pfm_exit_thread(struct task_struct *task) | |||
4644 | switch(state) { | 4644 | switch(state) { |
4645 | case PFM_CTX_UNLOADED: | 4645 | case PFM_CTX_UNLOADED: |
4646 | /* | 4646 | /* |
4647 | * only comes to thios function if pfm_context is not NULL, i.e., cannot | 4647 | * only comes to this function if pfm_context is not NULL, i.e., cannot |
4648 | * be in unloaded state | 4648 | * be in unloaded state |
4649 | */ | 4649 | */ |
4650 | printk(KERN_ERR "perfmon: pfm_exit_thread [%d] ctx unloaded\n", task->pid); | 4650 | printk(KERN_ERR "perfmon: pfm_exit_thread [%d] ctx unloaded\n", task->pid); |
@@ -5247,7 +5247,7 @@ pfm_end_notify_user(pfm_context_t *ctx) | |||
5247 | 5247 | ||
5248 | /* | 5248 | /* |
5249 | * main overflow processing routine. | 5249 | * main overflow processing routine. |
5250 | * it can be called from the interrupt path or explicitely during the context switch code | 5250 | * it can be called from the interrupt path or explicitly during the context switch code |
5251 | */ | 5251 | */ |
5252 | static void | 5252 | static void |
5253 | pfm_overflow_handler(struct task_struct *task, pfm_context_t *ctx, u64 pmc0, struct pt_regs *regs) | 5253 | pfm_overflow_handler(struct task_struct *task, pfm_context_t *ctx, u64 pmc0, struct pt_regs *regs) |
diff --git a/arch/ia64/kernel/perfmon_mckinley.h b/arch/ia64/kernel/perfmon_mckinley.h index 9becccda2897..c4bec7a9d18f 100644 --- a/arch/ia64/kernel/perfmon_mckinley.h +++ b/arch/ia64/kernel/perfmon_mckinley.h | |||
@@ -181,7 +181,7 @@ static pmu_config_t pmu_conf_mck={ | |||
181 | .pmc_desc = pfm_mck_pmc_desc, | 181 | .pmc_desc = pfm_mck_pmc_desc, |
182 | .num_ibrs = 8, | 182 | .num_ibrs = 8, |
183 | .num_dbrs = 8, | 183 | .num_dbrs = 8, |
184 | .use_rr_dbregs = 1 /* debug register are use for range retrictions */ | 184 | .use_rr_dbregs = 1 /* debug register are use for range restrictions */ |
185 | }; | 185 | }; |
186 | 186 | ||
187 | 187 | ||
diff --git a/arch/ia64/kernel/sal.c b/arch/ia64/kernel/sal.c index 37c876f95dba..27c2ef445a56 100644 --- a/arch/ia64/kernel/sal.c +++ b/arch/ia64/kernel/sal.c | |||
@@ -134,7 +134,7 @@ set_smp_redirect (int flag) | |||
134 | * interrupt redirection. The reason is this would require that | 134 | * interrupt redirection. The reason is this would require that |
135 | * All interrupts be stopped and hard bind the irq to a cpu. | 135 | * All interrupts be stopped and hard bind the irq to a cpu. |
136 | * Later when the interrupt is fired we need to set the redir hint | 136 | * Later when the interrupt is fired we need to set the redir hint |
137 | * on again in the vector. This is combersome for something that the | 137 | * on again in the vector. This is cumbersome for something that the |
138 | * user mode irq balancer will solve anyways. | 138 | * user mode irq balancer will solve anyways. |
139 | */ | 139 | */ |
140 | no_int_routing=1; | 140 | no_int_routing=1; |
diff --git a/arch/ia64/kernel/salinfo.c b/arch/ia64/kernel/salinfo.c index 89f6b138a62c..25cd75f50ab1 100644 --- a/arch/ia64/kernel/salinfo.c +++ b/arch/ia64/kernel/salinfo.c | |||
@@ -162,7 +162,7 @@ static DEFINE_SPINLOCK(data_saved_lock); | |||
162 | /** salinfo_platform_oemdata - optional callback to decode oemdata from an error | 162 | /** salinfo_platform_oemdata - optional callback to decode oemdata from an error |
163 | * record. | 163 | * record. |
164 | * @sect_header: pointer to the start of the section to decode. | 164 | * @sect_header: pointer to the start of the section to decode. |
165 | * @oemdata: returns vmalloc area containing the decded output. | 165 | * @oemdata: returns vmalloc area containing the decoded output. |
166 | * @oemdata_size: returns length of decoded output (strlen). | 166 | * @oemdata_size: returns length of decoded output (strlen). |
167 | * | 167 | * |
168 | * Description: If user space asks for oem data to be decoded by the kernel | 168 | * Description: If user space asks for oem data to be decoded by the kernel |
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 9df1efe7487d..eaa6a24bc0b6 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -576,7 +576,7 @@ setup_arch (char **cmdline_p) | |||
576 | } | 576 | } |
577 | 577 | ||
578 | /* | 578 | /* |
579 | * Display cpu info for all cpu's. | 579 | * Display cpu info for all CPUs. |
580 | */ | 580 | */ |
581 | static int | 581 | static int |
582 | show_cpuinfo (struct seq_file *m, void *v) | 582 | show_cpuinfo (struct seq_file *m, void *v) |
@@ -761,7 +761,7 @@ identify_cpu (struct cpuinfo_ia64 *c) | |||
761 | c->cpu = smp_processor_id(); | 761 | c->cpu = smp_processor_id(); |
762 | 762 | ||
763 | /* below default values will be overwritten by identify_siblings() | 763 | /* below default values will be overwritten by identify_siblings() |
764 | * for Multi-Threading/Multi-Core capable cpu's | 764 | * for Multi-Threading/Multi-Core capable CPUs |
765 | */ | 765 | */ |
766 | c->threads_per_core = c->cores_per_socket = c->num_log = 1; | 766 | c->threads_per_core = c->cores_per_socket = c->num_log = 1; |
767 | c->socket_id = -1; | 767 | c->socket_id = -1; |
@@ -947,7 +947,7 @@ cpu_init (void) | |||
947 | ia32_cpu_init(); | 947 | ia32_cpu_init(); |
948 | #endif | 948 | #endif |
949 | 949 | ||
950 | /* Clear ITC to eliminiate sched_clock() overflows in human time. */ | 950 | /* Clear ITC to eliminate sched_clock() overflows in human time. */ |
951 | ia64_set_itc(0); | 951 | ia64_set_itc(0); |
952 | 952 | ||
953 | /* disable all local interrupt sources: */ | 953 | /* disable all local interrupt sources: */ |
diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c index 221de3804560..b3a47f986e1e 100644 --- a/arch/ia64/kernel/smp.c +++ b/arch/ia64/kernel/smp.c | |||
@@ -186,7 +186,7 @@ handle_IPI (int irq, void *dev_id) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | /* | 188 | /* |
189 | * Called with preeemption disabled. | 189 | * Called with preemption disabled. |
190 | */ | 190 | */ |
191 | static inline void | 191 | static inline void |
192 | send_IPI_single (int dest_cpu, int op) | 192 | send_IPI_single (int dest_cpu, int op) |
@@ -196,7 +196,7 @@ send_IPI_single (int dest_cpu, int op) | |||
196 | } | 196 | } |
197 | 197 | ||
198 | /* | 198 | /* |
199 | * Called with preeemption disabled. | 199 | * Called with preemption disabled. |
200 | */ | 200 | */ |
201 | static inline void | 201 | static inline void |
202 | send_IPI_allbutself (int op) | 202 | send_IPI_allbutself (int op) |
@@ -210,7 +210,7 @@ send_IPI_allbutself (int op) | |||
210 | } | 210 | } |
211 | 211 | ||
212 | /* | 212 | /* |
213 | * Called with preeemption disabled. | 213 | * Called with preemption disabled. |
214 | */ | 214 | */ |
215 | static inline void | 215 | static inline void |
216 | send_IPI_all (int op) | 216 | send_IPI_all (int op) |
@@ -223,7 +223,7 @@ send_IPI_all (int op) | |||
223 | } | 223 | } |
224 | 224 | ||
225 | /* | 225 | /* |
226 | * Called with preeemption disabled. | 226 | * Called with preemption disabled. |
227 | */ | 227 | */ |
228 | static inline void | 228 | static inline void |
229 | send_IPI_self (int op) | 229 | send_IPI_self (int op) |
@@ -252,7 +252,7 @@ kdump_smp_send_init(void) | |||
252 | } | 252 | } |
253 | #endif | 253 | #endif |
254 | /* | 254 | /* |
255 | * Called with preeemption disabled. | 255 | * Called with preemption disabled. |
256 | */ | 256 | */ |
257 | void | 257 | void |
258 | smp_send_reschedule (int cpu) | 258 | smp_send_reschedule (int cpu) |
@@ -261,7 +261,7 @@ smp_send_reschedule (int cpu) | |||
261 | } | 261 | } |
262 | 262 | ||
263 | /* | 263 | /* |
264 | * Called with preeemption disabled. | 264 | * Called with preemption disabled. |
265 | */ | 265 | */ |
266 | static void | 266 | static void |
267 | smp_send_local_flush_tlb (int cpu) | 267 | smp_send_local_flush_tlb (int cpu) |
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index a44792d0f3a9..542958079f1b 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c | |||
@@ -694,7 +694,7 @@ int migrate_platform_irqs(unsigned int cpu) | |||
694 | set_cpei_target_cpu(new_cpei_cpu); | 694 | set_cpei_target_cpu(new_cpei_cpu); |
695 | desc = irq_desc + ia64_cpe_irq; | 695 | desc = irq_desc + ia64_cpe_irq; |
696 | /* | 696 | /* |
697 | * Switch for now, immediatly, we need to do fake intr | 697 | * Switch for now, immediately, we need to do fake intr |
698 | * as other interrupts, but need to study CPEI behaviour with | 698 | * as other interrupts, but need to study CPEI behaviour with |
699 | * polling before making changes. | 699 | * polling before making changes. |
700 | */ | 700 | */ |
@@ -840,7 +840,7 @@ __cpu_up (unsigned int cpu) | |||
840 | } | 840 | } |
841 | 841 | ||
842 | /* | 842 | /* |
843 | * Assume that CPU's have been discovered by some platform-dependent interface. For | 843 | * Assume that CPUs have been discovered by some platform-dependent interface. For |
844 | * SoftSDV/Lion, that would be ACPI. | 844 | * SoftSDV/Lion, that would be ACPI. |
845 | * | 845 | * |
846 | * Setup of the IPI irq handler is done in irq.c:init_IRQ_SMP(). | 846 | * Setup of the IPI irq handler is done in irq.c:init_IRQ_SMP(). |
@@ -854,7 +854,7 @@ init_smp_config(void) | |||
854 | } *ap_startup; | 854 | } *ap_startup; |
855 | long sal_ret; | 855 | long sal_ret; |
856 | 856 | ||
857 | /* Tell SAL where to drop the AP's. */ | 857 | /* Tell SAL where to drop the APs. */ |
858 | ap_startup = (struct fptr *) start_ap; | 858 | ap_startup = (struct fptr *) start_ap; |
859 | sal_ret = ia64_sal_set_vectors(SAL_VECTOR_OS_BOOT_RENDEZ, | 859 | sal_ret = ia64_sal_set_vectors(SAL_VECTOR_OS_BOOT_RENDEZ, |
860 | ia64_tpa(ap_startup->fp), ia64_tpa(ap_startup->gp), 0, 0, 0, 0); | 860 | ia64_tpa(ap_startup->fp), ia64_tpa(ap_startup->gp), 0, 0, 0, 0); |
diff --git a/arch/ia64/kernel/traps.c b/arch/ia64/kernel/traps.c index b8e0d70bf989..15ad85da15a9 100644 --- a/arch/ia64/kernel/traps.c +++ b/arch/ia64/kernel/traps.c | |||
@@ -304,7 +304,7 @@ handle_fpu_swa (int fp_fault, struct pt_regs *regs, unsigned long isr) | |||
304 | * Lower 4 bits are used as a count. Upper bits are a sequence | 304 | * Lower 4 bits are used as a count. Upper bits are a sequence |
305 | * number that is updated when count is reset. The cmpxchg will | 305 | * number that is updated when count is reset. The cmpxchg will |
306 | * fail is seqno has changed. This minimizes mutiple cpus | 306 | * fail is seqno has changed. This minimizes mutiple cpus |
307 | * reseting the count. | 307 | * resetting the count. |
308 | */ | 308 | */ |
309 | if (current_jiffies > last.time) | 309 | if (current_jiffies > last.time) |
310 | (void) cmpxchg_acq(&last.count, count, 16 + (count & ~15)); | 310 | (void) cmpxchg_acq(&last.count, count, 16 + (count & ~15)); |
diff --git a/arch/ia64/kernel/unwind.c b/arch/ia64/kernel/unwind.c index fe1426266b9b..7d3dd6cdafa4 100644 --- a/arch/ia64/kernel/unwind.c +++ b/arch/ia64/kernel/unwind.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright (C) 1999-2004 Hewlett-Packard Co | 2 | * Copyright (C) 1999-2004 Hewlett-Packard Co |
3 | * David Mosberger-Tang <davidm@hpl.hp.com> | 3 | * David Mosberger-Tang <davidm@hpl.hp.com> |
4 | * Copyright (C) 2003 Fenghua Yu <fenghua.yu@intel.com> | 4 | * Copyright (C) 2003 Fenghua Yu <fenghua.yu@intel.com> |
5 | * - Change pt_regs_off() to make it less dependant on pt_regs structure. | 5 | * - Change pt_regs_off() to make it less dependent on pt_regs structure. |
6 | */ | 6 | */ |
7 | /* | 7 | /* |
8 | * This file implements call frame unwind support for the Linux | 8 | * This file implements call frame unwind support for the Linux |
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index 38085ac18338..0dbf0e81f8c0 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
@@ -317,7 +317,7 @@ static void __meminit scatter_node_data(void) | |||
317 | * node_online_map is not set for hot-added nodes at this time, | 317 | * node_online_map is not set for hot-added nodes at this time, |
318 | * because we are halfway through initialization of the new node's | 318 | * because we are halfway through initialization of the new node's |
319 | * structures. If for_each_online_node() is used, a new node's | 319 | * structures. If for_each_online_node() is used, a new node's |
320 | * pg_data_ptrs will be not initialized. Insted of using it, | 320 | * pg_data_ptrs will be not initialized. Instead of using it, |
321 | * pgdat_list[] is checked. | 321 | * pgdat_list[] is checked. |
322 | */ | 322 | */ |
323 | for_each_node(node) { | 323 | for_each_node(node) { |
diff --git a/arch/ia64/mm/fault.c b/arch/ia64/mm/fault.c index 21658e02116c..b87f785c2416 100644 --- a/arch/ia64/mm/fault.c +++ b/arch/ia64/mm/fault.c | |||
@@ -19,36 +19,24 @@ | |||
19 | extern void die (char *, struct pt_regs *, long); | 19 | extern void die (char *, struct pt_regs *, long); |
20 | 20 | ||
21 | #ifdef CONFIG_KPROBES | 21 | #ifdef CONFIG_KPROBES |
22 | ATOMIC_NOTIFIER_HEAD(notify_page_fault_chain); | 22 | static inline int notify_page_fault(struct pt_regs *regs, int trap) |
23 | |||
24 | /* Hook to register for page fault notifications */ | ||
25 | int register_page_fault_notifier(struct notifier_block *nb) | ||
26 | { | ||
27 | return atomic_notifier_chain_register(¬ify_page_fault_chain, nb); | ||
28 | } | ||
29 | |||
30 | int unregister_page_fault_notifier(struct notifier_block *nb) | ||
31 | { | 23 | { |
32 | return atomic_notifier_chain_unregister(¬ify_page_fault_chain, nb); | 24 | int ret = 0; |
33 | } | 25 | |
26 | if (!user_mode(regs)) { | ||
27 | /* kprobe_running() needs smp_processor_id() */ | ||
28 | preempt_disable(); | ||
29 | if (kprobe_running() && kprobes_fault_handler(regs, trap)) | ||
30 | ret = 1; | ||
31 | preempt_enable(); | ||
32 | } | ||
34 | 33 | ||
35 | static inline int notify_page_fault(enum die_val val, const char *str, | 34 | return ret; |
36 | struct pt_regs *regs, long err, int trap, int sig) | ||
37 | { | ||
38 | struct die_args args = { | ||
39 | .regs = regs, | ||
40 | .str = str, | ||
41 | .err = err, | ||
42 | .trapnr = trap, | ||
43 | .signr = sig | ||
44 | }; | ||
45 | return atomic_notifier_call_chain(¬ify_page_fault_chain, val, &args); | ||
46 | } | 35 | } |
47 | #else | 36 | #else |
48 | static inline int notify_page_fault(enum die_val val, const char *str, | 37 | static inline int notify_page_fault(struct pt_regs *regs, int trap) |
49 | struct pt_regs *regs, long err, int trap, int sig) | ||
50 | { | 38 | { |
51 | return NOTIFY_DONE; | 39 | return 0; |
52 | } | 40 | } |
53 | #endif | 41 | #endif |
54 | 42 | ||
@@ -117,8 +105,7 @@ ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *re | |||
117 | /* | 105 | /* |
118 | * This is to handle the kprobes on user space access instructions | 106 | * This is to handle the kprobes on user space access instructions |
119 | */ | 107 | */ |
120 | if (notify_page_fault(DIE_PAGE_FAULT, "page fault", regs, code, TRAP_BRKPT, | 108 | if (notify_page_fault(regs, TRAP_BRKPT)) |
121 | SIGSEGV) == NOTIFY_STOP) | ||
122 | return; | 109 | return; |
123 | 110 | ||
124 | down_read(&mm->mmap_sem); | 111 | down_read(&mm->mmap_sem); |
diff --git a/arch/ia64/sn/kernel/bte.c b/arch/ia64/sn/kernel/bte.c index ff1c55601178..b362d6d6a8c8 100644 --- a/arch/ia64/sn/kernel/bte.c +++ b/arch/ia64/sn/kernel/bte.c | |||
@@ -63,7 +63,7 @@ static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) | |||
63 | * Use the block transfer engine to move kernel memory from src to dest | 63 | * Use the block transfer engine to move kernel memory from src to dest |
64 | * using the assigned mode. | 64 | * using the assigned mode. |
65 | * | 65 | * |
66 | * Paramaters: | 66 | * Parameters: |
67 | * src - physical address of the transfer source. | 67 | * src - physical address of the transfer source. |
68 | * dest - physical address of the transfer destination. | 68 | * dest - physical address of the transfer destination. |
69 | * len - number of bytes to transfer from source to dest. | 69 | * len - number of bytes to transfer from source to dest. |
@@ -247,7 +247,7 @@ EXPORT_SYMBOL(bte_copy); | |||
247 | * use the block transfer engine to move kernel | 247 | * use the block transfer engine to move kernel |
248 | * memory from src to dest using the assigned mode. | 248 | * memory from src to dest using the assigned mode. |
249 | * | 249 | * |
250 | * Paramaters: | 250 | * Parameters: |
251 | * src - physical address of the transfer source. | 251 | * src - physical address of the transfer source. |
252 | * dest - physical address of the transfer destination. | 252 | * dest - physical address of the transfer destination. |
253 | * len - number of bytes to transfer from source to dest. | 253 | * len - number of bytes to transfer from source to dest. |
@@ -255,7 +255,7 @@ EXPORT_SYMBOL(bte_copy); | |||
255 | * for IBCT0/1 in the SGI documentation. | 255 | * for IBCT0/1 in the SGI documentation. |
256 | * | 256 | * |
257 | * NOTE: If the source, dest, and len are all cache line aligned, | 257 | * NOTE: If the source, dest, and len are all cache line aligned, |
258 | * then it would be _FAR_ preferrable to use bte_copy instead. | 258 | * then it would be _FAR_ preferable to use bte_copy instead. |
259 | */ | 259 | */ |
260 | bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) | 260 | bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) |
261 | { | 261 | { |
@@ -300,7 +300,7 @@ bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) | |||
300 | * a standard bte copy. | 300 | * a standard bte copy. |
301 | * | 301 | * |
302 | * One nasty exception to the above rule is when the | 302 | * One nasty exception to the above rule is when the |
303 | * source and destination are not symetrically | 303 | * source and destination are not symmetrically |
304 | * mis-aligned. If the source offset from the first | 304 | * mis-aligned. If the source offset from the first |
305 | * cache line is different from the destination offset, | 305 | * cache line is different from the destination offset, |
306 | * we make the first section be the entire transfer | 306 | * we make the first section be the entire transfer |
@@ -337,7 +337,7 @@ bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) | |||
337 | 337 | ||
338 | if (footBcopyDest == (headBcopyDest + headBcopyLen)) { | 338 | if (footBcopyDest == (headBcopyDest + headBcopyLen)) { |
339 | /* | 339 | /* |
340 | * We have two contigous bcopy | 340 | * We have two contiguous bcopy |
341 | * blocks. Merge them. | 341 | * blocks. Merge them. |
342 | */ | 342 | */ |
343 | headBcopyLen += footBcopyLen; | 343 | headBcopyLen += footBcopyLen; |
@@ -375,7 +375,7 @@ bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) | |||
375 | } else { | 375 | } else { |
376 | 376 | ||
377 | /* | 377 | /* |
378 | * The transfer is not symetric, we will | 378 | * The transfer is not symmetric, we will |
379 | * allocate a buffer large enough for all the | 379 | * allocate a buffer large enough for all the |
380 | * data, bte_copy into that buffer and then | 380 | * data, bte_copy into that buffer and then |
381 | * bcopy to the destination. | 381 | * bcopy to the destination. |
diff --git a/arch/ia64/sn/kernel/bte_error.c b/arch/ia64/sn/kernel/bte_error.c index b6fcf8164f2b..27c5936ccfe9 100644 --- a/arch/ia64/sn/kernel/bte_error.c +++ b/arch/ia64/sn/kernel/bte_error.c | |||
@@ -105,7 +105,7 @@ int shub1_bte_error_handler(unsigned long _nodepda) | |||
105 | } | 105 | } |
106 | 106 | ||
107 | BTE_PRINTK(("eh:%p:%d Cleaning up\n", err_nodepda, smp_processor_id())); | 107 | BTE_PRINTK(("eh:%p:%d Cleaning up\n", err_nodepda, smp_processor_id())); |
108 | /* Reenable both bte interfaces */ | 108 | /* Re-enable both bte interfaces */ |
109 | imem.ii_imem_regval = REMOTE_HUB_L(nasid, IIO_IMEM); | 109 | imem.ii_imem_regval = REMOTE_HUB_L(nasid, IIO_IMEM); |
110 | imem.ii_imem_fld_s.i_b0_esd = imem.ii_imem_fld_s.i_b1_esd = 1; | 110 | imem.ii_imem_fld_s.i_b0_esd = imem.ii_imem_fld_s.i_b1_esd = 1; |
111 | REMOTE_HUB_S(nasid, IIO_IMEM, imem.ii_imem_regval); | 111 | REMOTE_HUB_S(nasid, IIO_IMEM, imem.ii_imem_regval); |
@@ -243,7 +243,7 @@ bte_crb_error_handler(cnodeid_t cnode, int btenum, | |||
243 | 243 | ||
244 | /* | 244 | /* |
245 | * The caller has already figured out the error type, we save that | 245 | * The caller has already figured out the error type, we save that |
246 | * in the bte handle structure for the thread excercising the | 246 | * in the bte handle structure for the thread exercising the |
247 | * interface to consume. | 247 | * interface to consume. |
248 | */ | 248 | */ |
249 | bte->bh_error = ioe->ie_errortype + BTEFAIL_OFFSET; | 249 | bte->bh_error = ioe->ie_errortype + BTEFAIL_OFFSET; |
diff --git a/arch/ia64/sn/kernel/io_common.c b/arch/ia64/sn/kernel/io_common.c index 7ed72d3faf73..787ed642dd49 100644 --- a/arch/ia64/sn/kernel/io_common.c +++ b/arch/ia64/sn/kernel/io_common.c | |||
@@ -479,7 +479,7 @@ sn_io_early_init(void) | |||
479 | } | 479 | } |
480 | 480 | ||
481 | /* | 481 | /* |
482 | * prime sn_pci_provider[]. Individial provider init routines will | 482 | * prime sn_pci_provider[]. Individual provider init routines will |
483 | * override their respective default entries. | 483 | * override their respective default entries. |
484 | */ | 484 | */ |
485 | 485 | ||
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index a9bed5ca2ed8..a574fcd163dd 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c | |||
@@ -167,7 +167,7 @@ void __init early_sn_setup(void) | |||
167 | * IO on SN2 is done via SAL calls, early_printk won't work without this. | 167 | * IO on SN2 is done via SAL calls, early_printk won't work without this. |
168 | * | 168 | * |
169 | * This code duplicates some of the ACPI table parsing that is in efi.c & sal.c. | 169 | * This code duplicates some of the ACPI table parsing that is in efi.c & sal.c. |
170 | * Any changes to those file may have to be made hereas well. | 170 | * Any changes to those file may have to be made here as well. |
171 | */ | 171 | */ |
172 | efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab); | 172 | efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab); |
173 | config_tables = __va(efi_systab->tables); | 173 | config_tables = __va(efi_systab->tables); |
diff --git a/arch/ia64/sn/kernel/sn2/sn2_smp.c b/arch/ia64/sn/kernel/sn2/sn2_smp.c index 5d318b579fb1..033c8a9f000e 100644 --- a/arch/ia64/sn/kernel/sn2/sn2_smp.c +++ b/arch/ia64/sn/kernel/sn2/sn2_smp.c | |||
@@ -104,7 +104,7 @@ static inline unsigned long wait_piowc(void) | |||
104 | * | 104 | * |
105 | * SN2 PIO writes from separate CPUs are not guaranteed to arrive in order. | 105 | * SN2 PIO writes from separate CPUs are not guaranteed to arrive in order. |
106 | * Context switching user threads which have memory-mapped MMIO may cause | 106 | * Context switching user threads which have memory-mapped MMIO may cause |
107 | * PIOs to issue from seperate CPUs, thus the PIO writes must be drained | 107 | * PIOs to issue from separate CPUs, thus the PIO writes must be drained |
108 | * from the previous CPU's Shub before execution resumes on the new CPU. | 108 | * from the previous CPU's Shub before execution resumes on the new CPU. |
109 | */ | 109 | */ |
110 | void sn_migrate(struct task_struct *task) | 110 | void sn_migrate(struct task_struct *task) |
diff --git a/arch/ia64/sn/kernel/xpc_channel.c b/arch/ia64/sn/kernel/xpc_channel.c index c08db9c2375d..44ccc0d789c9 100644 --- a/arch/ia64/sn/kernel/xpc_channel.c +++ b/arch/ia64/sn/kernel/xpc_channel.c | |||
@@ -293,7 +293,7 @@ xpc_pull_remote_cachelines(struct xpc_partition *part, void *dst, | |||
293 | 293 | ||
294 | 294 | ||
295 | /* | 295 | /* |
296 | * Pull the remote per partititon specific variables from the specified | 296 | * Pull the remote per partition specific variables from the specified |
297 | * partition. | 297 | * partition. |
298 | */ | 298 | */ |
299 | enum xpc_retval | 299 | enum xpc_retval |
@@ -461,7 +461,7 @@ xpc_allocate_local_msgqueue(struct xpc_channel *ch) | |||
461 | // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between | 461 | // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between |
462 | // >>> iterations of the for-loop, bail if set? | 462 | // >>> iterations of the for-loop, bail if set? |
463 | 463 | ||
464 | // >>> should we impose a minumum #of entries? like 4 or 8? | 464 | // >>> should we impose a minimum #of entries? like 4 or 8? |
465 | for (nentries = ch->local_nentries; nentries > 0; nentries--) { | 465 | for (nentries = ch->local_nentries; nentries > 0; nentries--) { |
466 | 466 | ||
467 | nbytes = nentries * ch->msg_size; | 467 | nbytes = nentries * ch->msg_size; |
@@ -514,7 +514,7 @@ xpc_allocate_remote_msgqueue(struct xpc_channel *ch) | |||
514 | // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between | 514 | // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between |
515 | // >>> iterations of the for-loop, bail if set? | 515 | // >>> iterations of the for-loop, bail if set? |
516 | 516 | ||
517 | // >>> should we impose a minumum #of entries? like 4 or 8? | 517 | // >>> should we impose a minimum #of entries? like 4 or 8? |
518 | for (nentries = ch->remote_nentries; nentries > 0; nentries--) { | 518 | for (nentries = ch->remote_nentries; nentries > 0; nentries--) { |
519 | 519 | ||
520 | nbytes = nentries * ch->msg_size; | 520 | nbytes = nentries * ch->msg_size; |
@@ -1478,7 +1478,7 @@ xpc_teardown_infrastructure(struct xpc_partition *part) | |||
1478 | 1478 | ||
1479 | 1479 | ||
1480 | /* | 1480 | /* |
1481 | * Before proceding with the teardown we have to wait until all | 1481 | * Before proceeding with the teardown we have to wait until all |
1482 | * existing references cease. | 1482 | * existing references cease. |
1483 | */ | 1483 | */ |
1484 | wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); | 1484 | wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); |
diff --git a/arch/ia64/sn/kernel/xpnet.c b/arch/ia64/sn/kernel/xpnet.c index da7213530972..e58fcadff2e9 100644 --- a/arch/ia64/sn/kernel/xpnet.c +++ b/arch/ia64/sn/kernel/xpnet.c | |||
@@ -531,7 +531,7 @@ xpnet_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
531 | dev_dbg(xpnet, "destination Partitions mask (dp) = 0x%lx\n", dp); | 531 | dev_dbg(xpnet, "destination Partitions mask (dp) = 0x%lx\n", dp); |
532 | 532 | ||
533 | /* | 533 | /* |
534 | * If we wanted to allow promiscous mode to work like an | 534 | * If we wanted to allow promiscuous mode to work like an |
535 | * unswitched network, this would be a good point to OR in a | 535 | * unswitched network, this would be a good point to OR in a |
536 | * mask of partitions which should be receiving all packets. | 536 | * mask of partitions which should be receiving all packets. |
537 | */ | 537 | */ |
diff --git a/arch/ia64/sn/pci/pci_dma.c b/arch/ia64/sn/pci/pci_dma.c index 7a291a271511..d79ddacfba2d 100644 --- a/arch/ia64/sn/pci/pci_dma.c +++ b/arch/ia64/sn/pci/pci_dma.c | |||
@@ -333,7 +333,7 @@ int sn_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size) | |||
333 | /* | 333 | /* |
334 | * First, try the SN_SAL_IOIF_PCI_SAFE SAL call which can work | 334 | * First, try the SN_SAL_IOIF_PCI_SAFE SAL call which can work |
335 | * around hw issues at the pci bus level. SGI proms older than | 335 | * around hw issues at the pci bus level. SGI proms older than |
336 | * 4.10 don't implment this. | 336 | * 4.10 don't implement this. |
337 | */ | 337 | */ |
338 | 338 | ||
339 | SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, | 339 | SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, |
@@ -348,7 +348,7 @@ int sn_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size) | |||
348 | /* | 348 | /* |
349 | * If the above failed, retry using the SAL_PROBE call which should | 349 | * If the above failed, retry using the SAL_PROBE call which should |
350 | * be present in all proms (but which cannot work round PCI chipset | 350 | * be present in all proms (but which cannot work round PCI chipset |
351 | * bugs). This code is retained for compatability with old | 351 | * bugs). This code is retained for compatibility with old |
352 | * pre-4.10 proms, and should be removed at some point in the future. | 352 | * pre-4.10 proms, and should be removed at some point in the future. |
353 | */ | 353 | */ |
354 | 354 | ||
@@ -379,7 +379,7 @@ int sn_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size) | |||
379 | /* | 379 | /* |
380 | * First, try the SN_SAL_IOIF_PCI_SAFE SAL call which can work | 380 | * First, try the SN_SAL_IOIF_PCI_SAFE SAL call which can work |
381 | * around hw issues at the pci bus level. SGI proms older than | 381 | * around hw issues at the pci bus level. SGI proms older than |
382 | * 4.10 don't implment this. | 382 | * 4.10 don't implement this. |
383 | */ | 383 | */ |
384 | 384 | ||
385 | SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, | 385 | SAL_CALL(isrv, SN_SAL_IOIF_PCI_SAFE, |
@@ -394,7 +394,7 @@ int sn_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size) | |||
394 | /* | 394 | /* |
395 | * If the above failed, retry using the SAL_PROBE call which should | 395 | * If the above failed, retry using the SAL_PROBE call which should |
396 | * be present in all proms (but which cannot work round PCI chipset | 396 | * be present in all proms (but which cannot work round PCI chipset |
397 | * bugs). This code is retained for compatability with old | 397 | * bugs). This code is retained for compatibility with old |
398 | * pre-4.10 proms, and should be removed at some point in the future. | 398 | * pre-4.10 proms, and should be removed at some point in the future. |
399 | */ | 399 | */ |
400 | 400 | ||
diff --git a/arch/ia64/sn/pci/pcibr/pcibr_ate.c b/arch/ia64/sn/pci/pcibr/pcibr_ate.c index 935029fc400d..239b3cedcf2b 100644 --- a/arch/ia64/sn/pci/pcibr/pcibr_ate.c +++ b/arch/ia64/sn/pci/pcibr/pcibr_ate.c | |||
@@ -30,7 +30,7 @@ static void mark_ate(struct ate_resource *ate_resource, int start, int number, | |||
30 | 30 | ||
31 | /* | 31 | /* |
32 | * find_free_ate: Find the first free ate index starting from the given | 32 | * find_free_ate: Find the first free ate index starting from the given |
33 | * index for the desired consequtive count. | 33 | * index for the desired consecutive count. |
34 | */ | 34 | */ |
35 | static int find_free_ate(struct ate_resource *ate_resource, int start, | 35 | static int find_free_ate(struct ate_resource *ate_resource, int start, |
36 | int count) | 36 | int count) |
@@ -88,7 +88,7 @@ static inline int alloc_ate_resource(struct ate_resource *ate_resource, | |||
88 | return -1; | 88 | return -1; |
89 | 89 | ||
90 | /* | 90 | /* |
91 | * Find the required number of free consequtive ates. | 91 | * Find the required number of free consecutive ates. |
92 | */ | 92 | */ |
93 | start_index = | 93 | start_index = |
94 | find_free_ate(ate_resource, ate_resource->lowest_free_index, | 94 | find_free_ate(ate_resource, ate_resource->lowest_free_index, |
@@ -105,7 +105,7 @@ static inline int alloc_ate_resource(struct ate_resource *ate_resource, | |||
105 | /* | 105 | /* |
106 | * Allocate "count" contiguous Bridge Address Translation Entries | 106 | * Allocate "count" contiguous Bridge Address Translation Entries |
107 | * on the specified bridge to be used for PCI to XTALK mappings. | 107 | * on the specified bridge to be used for PCI to XTALK mappings. |
108 | * Indices in rm map range from 1..num_entries. Indicies returned | 108 | * Indices in rm map range from 1..num_entries. Indices returned |
109 | * to caller range from 0..num_entries-1. | 109 | * to caller range from 0..num_entries-1. |
110 | * | 110 | * |
111 | * Return the start index on success, -1 on failure. | 111 | * Return the start index on success, -1 on failure. |
diff --git a/arch/ia64/sn/pci/pcibr/pcibr_dma.c b/arch/ia64/sn/pci/pcibr/pcibr_dma.c index 95af40cb22f2..e626e50a938a 100644 --- a/arch/ia64/sn/pci/pcibr/pcibr_dma.c +++ b/arch/ia64/sn/pci/pcibr/pcibr_dma.c | |||
@@ -201,7 +201,7 @@ pcibr_dmatrans_direct32(struct pcidev_info * info, | |||
201 | } | 201 | } |
202 | 202 | ||
203 | /* | 203 | /* |
204 | * Wrapper routine for free'ing DMA maps | 204 | * Wrapper routine for freeing DMA maps |
205 | * DMA mappings for Direct 64 and 32 do not have any DMA maps. | 205 | * DMA mappings for Direct 64 and 32 do not have any DMA maps. |
206 | */ | 206 | */ |
207 | void | 207 | void |
diff --git a/arch/ia64/sn/pci/tioca_provider.c b/arch/ia64/sn/pci/tioca_provider.c index 8a2cb4e691fd..b9bedbd6e1d6 100644 --- a/arch/ia64/sn/pci/tioca_provider.c +++ b/arch/ia64/sn/pci/tioca_provider.c | |||
@@ -223,7 +223,7 @@ tioca_fastwrite_enable(struct tioca_kernel *tioca_kern) | |||
223 | 223 | ||
224 | /* | 224 | /* |
225 | * Scan all vga controllers on this bus making sure they all | 225 | * Scan all vga controllers on this bus making sure they all |
226 | * suport FW. If not, return. | 226 | * support FW. If not, return. |
227 | */ | 227 | */ |
228 | 228 | ||
229 | list_for_each_entry(pdev, tioca_kern->ca_devices, bus_list) { | 229 | list_for_each_entry(pdev, tioca_kern->ca_devices, bus_list) { |
@@ -364,7 +364,7 @@ tioca_dma_d48(struct pci_dev *pdev, u64 paddr) | |||
364 | * @req_size: len (bytes) to map | 364 | * @req_size: len (bytes) to map |
365 | * | 365 | * |
366 | * Map @paddr into CA address space using the GART mechanism. The mapped | 366 | * Map @paddr into CA address space using the GART mechanism. The mapped |
367 | * dma_addr_t is guarenteed to be contiguous in CA bus space. | 367 | * dma_addr_t is guaranteed to be contiguous in CA bus space. |
368 | */ | 368 | */ |
369 | static dma_addr_t | 369 | static dma_addr_t |
370 | tioca_dma_mapped(struct pci_dev *pdev, u64 paddr, size_t req_size) | 370 | tioca_dma_mapped(struct pci_dev *pdev, u64 paddr, size_t req_size) |
@@ -526,7 +526,7 @@ tioca_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags) | |||
526 | return 0; | 526 | return 0; |
527 | 527 | ||
528 | /* | 528 | /* |
529 | * If card is 64 or 48 bit addresable, use a direct mapping. 32 | 529 | * If card is 64 or 48 bit addressable, use a direct mapping. 32 |
530 | * bit direct is so restrictive w.r.t. where the memory resides that | 530 | * bit direct is so restrictive w.r.t. where the memory resides that |
531 | * we don't use it even though CA has some support. | 531 | * we don't use it even though CA has some support. |
532 | */ | 532 | */ |
diff --git a/arch/ia64/sn/pci/tioce_provider.c b/arch/ia64/sn/pci/tioce_provider.c index 35f854fb6120..f4c0b961a939 100644 --- a/arch/ia64/sn/pci/tioce_provider.c +++ b/arch/ia64/sn/pci/tioce_provider.c | |||
@@ -256,9 +256,9 @@ pcidev_to_tioce(struct pci_dev *pdev, struct tioce __iomem **base, | |||
256 | * @ct_addr: the coretalk address to map | 256 | * @ct_addr: the coretalk address to map |
257 | * @len: number of bytes to map | 257 | * @len: number of bytes to map |
258 | * | 258 | * |
259 | * Given the addressing type, set up various paramaters that define the | 259 | * Given the addressing type, set up various parameters that define the |
260 | * ATE pool to use. Search for a contiguous block of entries to cover the | 260 | * ATE pool to use. Search for a contiguous block of entries to cover the |
261 | * length, and if enough resources exist, fill in the ATE's and construct a | 261 | * length, and if enough resources exist, fill in the ATEs and construct a |
262 | * tioce_dmamap struct to track the mapping. | 262 | * tioce_dmamap struct to track the mapping. |
263 | */ | 263 | */ |
264 | static u64 | 264 | static u64 |
@@ -581,8 +581,8 @@ tioce_do_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, | |||
581 | */ | 581 | */ |
582 | if (!mapaddr && !barrier && dma_mask >= 0xffffffffffUL) { | 582 | if (!mapaddr && !barrier && dma_mask >= 0xffffffffffUL) { |
583 | /* | 583 | /* |
584 | * We have two options for 40-bit mappings: 16GB "super" ATE's | 584 | * We have two options for 40-bit mappings: 16GB "super" ATEs |
585 | * and 64MB "regular" ATE's. We'll try both if needed for a | 585 | * and 64MB "regular" ATEs. We'll try both if needed for a |
586 | * given mapping but which one we try first depends on the | 586 | * given mapping but which one we try first depends on the |
587 | * size. For requests >64MB, prefer to use a super page with | 587 | * size. For requests >64MB, prefer to use a super page with |
588 | * regular as the fallback. Otherwise, try in the reverse order. | 588 | * regular as the fallback. Otherwise, try in the reverse order. |
@@ -687,8 +687,8 @@ tioce_error_intr_handler(int irq, void *arg) | |||
687 | } | 687 | } |
688 | 688 | ||
689 | /** | 689 | /** |
690 | * tioce_reserve_m32 - reserve M32 ate's for the indicated address range | 690 | * tioce_reserve_m32 - reserve M32 ATEs for the indicated address range |
691 | * @tioce_kernel: TIOCE context to reserve ate's for | 691 | * @tioce_kernel: TIOCE context to reserve ATEs for |
692 | * @base: starting bus address to reserve | 692 | * @base: starting bus address to reserve |
693 | * @limit: last bus address to reserve | 693 | * @limit: last bus address to reserve |
694 | * | 694 | * |
@@ -763,7 +763,7 @@ tioce_kern_init(struct tioce_common *tioce_common) | |||
763 | 763 | ||
764 | /* | 764 | /* |
765 | * Set PMU pagesize to the largest size available, and zero out | 765 | * Set PMU pagesize to the largest size available, and zero out |
766 | * the ate's. | 766 | * the ATEs. |
767 | */ | 767 | */ |
768 | 768 | ||
769 | tioce_mmr = (struct tioce __iomem *)tioce_common->ce_pcibus.bs_base; | 769 | tioce_mmr = (struct tioce __iomem *)tioce_common->ce_pcibus.bs_base; |
@@ -784,7 +784,7 @@ tioce_kern_init(struct tioce_common *tioce_common) | |||
784 | } | 784 | } |
785 | 785 | ||
786 | /* | 786 | /* |
787 | * Reserve ATE's corresponding to reserved address ranges. These | 787 | * Reserve ATEs corresponding to reserved address ranges. These |
788 | * include: | 788 | * include: |
789 | * | 789 | * |
790 | * Memory space covered by each PPB mem base/limit register | 790 | * Memory space covered by each PPB mem base/limit register |
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 823f73736bb5..adc64a2bafbb 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -470,14 +470,6 @@ config AVNET | |||
470 | default y | 470 | default y |
471 | depends on (AVNET5282) | 471 | depends on (AVNET5282) |
472 | 472 | ||
473 | config LARGE_ALLOCS | ||
474 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
475 | help | ||
476 | Allow the slab memory allocator to keep chains for very large | ||
477 | memory sizes - upto 32MB. You may need this if your system has | ||
478 | a lot of RAM, and you need to able to allocate very large | ||
479 | contiguous chunks. If unsure, say N. | ||
480 | |||
481 | config 4KSTACKS | 473 | config 4KSTACKS |
482 | bool "Use 4Kb for kernel stacks instead of 8Kb" | 474 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
483 | default y | 475 | default y |
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index a7d49ae805b4..18c4a3c45a31 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c | |||
@@ -76,7 +76,7 @@ | |||
76 | #include <linux/module.h> | 76 | #include <linux/module.h> |
77 | #include <linux/signal.h> | 77 | #include <linux/signal.h> |
78 | #include <linux/smp.h> | 78 | #include <linux/smp.h> |
79 | 79 | #include <linux/sched.h> | |
80 | #include <asm/asm.h> | 80 | #include <asm/asm.h> |
81 | #include <asm/branch.h> | 81 | #include <asm/branch.h> |
82 | #include <asm/byteorder.h> | 82 | #include <asm/byteorder.h> |
diff --git a/arch/mips/mm/ioremap.c b/arch/mips/mm/ioremap.c index cea7d0ea36e4..59945b9ee23c 100644 --- a/arch/mips/mm/ioremap.c +++ b/arch/mips/mm/ioremap.c | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <linux/module.h> | 9 | #include <linux/module.h> |
10 | #include <asm/addrspace.h> | 10 | #include <asm/addrspace.h> |
11 | #include <asm/byteorder.h> | 11 | #include <asm/byteorder.h> |
12 | 12 | #include <linux/sched.h> | |
13 | #include <linux/vmalloc.h> | 13 | #include <linux/vmalloc.h> |
14 | #include <asm/cacheflush.h> | 14 | #include <asm/cacheflush.h> |
15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 0dc924ccceb5..395bbce64993 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
19 | #include <linux/seq_file.h> | 19 | #include <linux/seq_file.h> |
20 | #include <linux/pagemap.h> | 20 | #include <linux/pagemap.h> |
21 | 21 | #include <linux/sched.h> | |
22 | #include <asm/pdc.h> | 22 | #include <asm/pdc.h> |
23 | #include <asm/cache.h> | 23 | #include <asm/cache.h> |
24 | #include <asm/cacheflush.h> | 24 | #include <asm/cacheflush.h> |
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index dd5d0cb6b347..566226d78bc9 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <linux/seq_file.h> | 33 | #include <linux/seq_file.h> |
34 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
35 | #include <linux/cpu.h> | 35 | #include <linux/cpu.h> |
36 | 36 | #include <asm/param.h> | |
37 | #include <asm/cache.h> | 37 | #include <asm/cache.h> |
38 | #include <asm/hardware.h> /* for register_parisc_driver() stuff */ | 38 | #include <asm/hardware.h> /* for register_parisc_driver() stuff */ |
39 | #include <asm/processor.h> | 39 | #include <asm/processor.h> |
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index d6014a67694b..6238b5875fd1 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -29,7 +29,7 @@ CROSS32CC := $(CC) -m32 | |||
29 | CROSS32AS := $(AS) -a32 | 29 | CROSS32AS := $(AS) -a32 |
30 | CROSS32LD := $(LD) -m elf32ppc | 30 | CROSS32LD := $(LD) -m elf32ppc |
31 | CROSS32OBJCOPY := $(OBJCOPY) | 31 | CROSS32OBJCOPY := $(OBJCOPY) |
32 | CROSS32AR := $(AR) | 32 | CROSS32AR := GNUTARGET=elf32-powerpc $(AR) |
33 | endif | 33 | endif |
34 | endif | 34 | endif |
35 | 35 | ||
@@ -58,6 +58,7 @@ ifeq ($(HAS_BIARCH),y) | |||
58 | override AS += -a$(SZ) | 58 | override AS += -a$(SZ) |
59 | override LD += -m elf$(SZ)ppc | 59 | override LD += -m elf$(SZ)ppc |
60 | override CC += -m$(SZ) | 60 | override CC += -m$(SZ) |
61 | override AR := GNUTARGET=elf$(SZ)-powerpc $(AR) | ||
61 | endif | 62 | endif |
62 | 63 | ||
63 | LDFLAGS_vmlinux := -Bstatic | 64 | LDFLAGS_vmlinux := -Bstatic |
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index d4f9fef7f9e9..83788986b93b 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -33,6 +33,9 @@ endif | |||
33 | 33 | ||
34 | BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) | 34 | BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) |
35 | 35 | ||
36 | $(obj)/44x.o: BOOTCFLAGS += -Wa,-mbooke | ||
37 | $(obj)/ebony.o: BOOTCFLAGS += -Wa,-mbooke | ||
38 | |||
36 | zlib := inffast.c inflate.c inftrees.c | 39 | zlib := inffast.c inflate.c inftrees.c |
37 | zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h | 40 | zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h |
38 | zliblinuxheader := zlib.h zconf.h zutil.h | 41 | zliblinuxheader := zlib.h zconf.h zutil.h |
@@ -54,13 +57,13 @@ obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib)))) | |||
54 | obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat)))) | 57 | obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat)))) |
55 | 58 | ||
56 | quiet_cmd_copy_zlib = COPY $@ | 59 | quiet_cmd_copy_zlib = COPY $@ |
57 | cmd_copy_zlib = sed "s@__attribute_used__@@;s@<linux/\([^>]\+\).*@\"\1\"@" $< > $@ | 60 | cmd_copy_zlib = sed "s@__attribute_used__@@;s@<linux/\([^>]*\).*@\"\1\"@" $< > $@ |
58 | 61 | ||
59 | quiet_cmd_copy_zlibheader = COPY $@ | 62 | quiet_cmd_copy_zlibheader = COPY $@ |
60 | cmd_copy_zlibheader = sed "s@<linux/\([^>]\+\).*@\"\1\"@" $< > $@ | 63 | cmd_copy_zlibheader = sed "s@<linux/\([^>]*\).*@\"\1\"@" $< > $@ |
61 | # stddef.h for NULL | 64 | # stddef.h for NULL |
62 | quiet_cmd_copy_zliblinuxheader = COPY $@ | 65 | quiet_cmd_copy_zliblinuxheader = COPY $@ |
63 | cmd_copy_zliblinuxheader = sed "s@<linux/string.h>@\"string.h\"@;s@<linux/kernel.h>@<stddef.h>@;s@<linux/\([^>]\+\).*@\"\1\"@" $< > $@ | 66 | cmd_copy_zliblinuxheader = sed "s@<linux/string.h>@\"string.h\"@;s@<linux/kernel.h>@<stddef.h>@;s@<linux/\([^>]*\).*@\"\1\"@" $< > $@ |
64 | 67 | ||
65 | $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/% | 68 | $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/% |
66 | $(call cmd,copy_zlib) | 69 | $(call cmd,copy_zlib) |
@@ -204,12 +207,12 @@ dts = $(if $(shell echo $(CONFIG_DEVICE_TREE) | grep '^/'),\ | |||
204 | $(obj)/cuImage.%: vmlinux $(dts) $(wrapperbits) | 207 | $(obj)/cuImage.%: vmlinux $(dts) $(wrapperbits) |
205 | $(call if_changed,wrap,cuboot-$*,$(dts)) | 208 | $(call if_changed,wrap,cuboot-$*,$(dts)) |
206 | 209 | ||
207 | $(obj)/treeImage.%: vmlinux $(dts) $(wrapperbits) | ||
208 | $(call if_changed,wrap,treeboot-$*,$(dts)) | ||
209 | |||
210 | $(obj)/treeImage.initrd.%: vmlinux $(dts) $(wrapperbits) | 210 | $(obj)/treeImage.initrd.%: vmlinux $(dts) $(wrapperbits) |
211 | $(call if_changed,wrap,treeboot-$*,$(dts),,$(obj)/ramdisk.image.gz) | 211 | $(call if_changed,wrap,treeboot-$*,$(dts),,$(obj)/ramdisk.image.gz) |
212 | 212 | ||
213 | $(obj)/treeImage.%: vmlinux $(dts) $(wrapperbits) | ||
214 | $(call if_changed,wrap,treeboot-$*,$(dts)) | ||
215 | |||
213 | $(obj)/zImage: $(addprefix $(obj)/, $(image-y)) | 216 | $(obj)/zImage: $(addprefix $(obj)/, $(image-y)) |
214 | @rm -f $@; ln $< $@ | 217 | @rm -f $@; ln $< $@ |
215 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) | 218 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) |
diff --git a/arch/powerpc/boot/dts/ebony.dts b/arch/powerpc/boot/dts/ebony.dts index b67918651c48..0ec02f4726b5 100644 --- a/arch/powerpc/boot/dts/ebony.dts +++ b/arch/powerpc/boot/dts/ebony.dts | |||
@@ -33,8 +33,8 @@ | |||
33 | timebase-frequency = <0>; // Filled in by zImage | 33 | timebase-frequency = <0>; // Filled in by zImage |
34 | i-cache-line-size = <32>; | 34 | i-cache-line-size = <32>; |
35 | d-cache-line-size = <32>; | 35 | d-cache-line-size = <32>; |
36 | i-cache-size = <0>; | 36 | i-cache-size = <8000>; /* 32 kB */ |
37 | d-cache-size = <0>; | 37 | d-cache-size = <8000>; /* 32 kB */ |
38 | dcr-controller; | 38 | dcr-controller; |
39 | dcr-access-method = "native"; | 39 | dcr-access-method = "native"; |
40 | }; | 40 | }; |
@@ -46,7 +46,6 @@ | |||
46 | }; | 46 | }; |
47 | 47 | ||
48 | UIC0: interrupt-controller0 { | 48 | UIC0: interrupt-controller0 { |
49 | device_type = "ibm,uic"; | ||
50 | compatible = "ibm,uic-440gp", "ibm,uic"; | 49 | compatible = "ibm,uic-440gp", "ibm,uic"; |
51 | interrupt-controller; | 50 | interrupt-controller; |
52 | cell-index = <0>; | 51 | cell-index = <0>; |
@@ -58,7 +57,6 @@ | |||
58 | }; | 57 | }; |
59 | 58 | ||
60 | UIC1: interrupt-controller1 { | 59 | UIC1: interrupt-controller1 { |
61 | device_type = "ibm,uic"; | ||
62 | compatible = "ibm,uic-440gp", "ibm,uic"; | 60 | compatible = "ibm,uic-440gp", "ibm,uic"; |
63 | interrupt-controller; | 61 | interrupt-controller; |
64 | cell-index = <1>; | 62 | cell-index = <1>; |
@@ -71,36 +69,36 @@ | |||
71 | }; | 69 | }; |
72 | 70 | ||
73 | CPC0: cpc { | 71 | CPC0: cpc { |
74 | device_type = "ibm,cpc"; | ||
75 | compatible = "ibm,cpc-440gp"; | 72 | compatible = "ibm,cpc-440gp"; |
76 | dcr-reg = <0b0 003 0e0 010>; | 73 | dcr-reg = <0b0 003 0e0 010>; |
77 | // FIXME: anything else? | 74 | // FIXME: anything else? |
78 | }; | 75 | }; |
79 | 76 | ||
80 | plb { | 77 | plb { |
81 | device_type = "ibm,plb"; | ||
82 | compatible = "ibm,plb-440gp", "ibm,plb4"; | 78 | compatible = "ibm,plb-440gp", "ibm,plb4"; |
83 | #address-cells = <2>; | 79 | #address-cells = <2>; |
84 | #size-cells = <1>; | 80 | #size-cells = <1>; |
85 | ranges; | 81 | ranges; |
86 | clock-frequency = <0>; // Filled in by zImage | 82 | clock-frequency = <0>; // Filled in by zImage |
87 | 83 | ||
88 | SDRAM0: sdram { | 84 | SDRAM0: memory-controller { |
89 | device_type = "memory-controller"; | 85 | compatible = "ibm,sdram-440gp"; |
90 | compatible = "ibm,sdram-440gp", "ibm,sdram"; | ||
91 | dcr-reg = <010 2>; | 86 | dcr-reg = <010 2>; |
92 | // FIXME: anything else? | 87 | // FIXME: anything else? |
93 | }; | 88 | }; |
94 | 89 | ||
90 | SRAM0: sram { | ||
91 | compatible = "ibm,sram-440gp"; | ||
92 | dcr-reg = <020 8 00a 1>; | ||
93 | }; | ||
94 | |||
95 | DMA0: dma { | 95 | DMA0: dma { |
96 | // FIXME: ??? | 96 | // FIXME: ??? |
97 | device_type = "ibm,dma-4xx"; | 97 | compatible = "ibm,dma-440gp"; |
98 | compatible = "ibm,dma-440gp", "ibm,dma-4xx"; | ||
99 | dcr-reg = <100 027>; | 98 | dcr-reg = <100 027>; |
100 | }; | 99 | }; |
101 | 100 | ||
102 | MAL0: mcmal { | 101 | MAL0: mcmal { |
103 | device_type = "mcmal-dma"; | ||
104 | compatible = "ibm,mcmal-440gp", "ibm,mcmal"; | 102 | compatible = "ibm,mcmal-440gp", "ibm,mcmal"; |
105 | dcr-reg = <180 62>; | 103 | dcr-reg = <180 62>; |
106 | num-tx-chans = <4>; | 104 | num-tx-chans = <4>; |
@@ -119,7 +117,6 @@ | |||
119 | }; | 117 | }; |
120 | 118 | ||
121 | POB0: opb { | 119 | POB0: opb { |
122 | device_type = "ibm,opb"; | ||
123 | compatible = "ibm,opb-440gp", "ibm,opb"; | 120 | compatible = "ibm,opb-440gp", "ibm,opb"; |
124 | #address-cells = <1>; | 121 | #address-cells = <1>; |
125 | #size-cells = <1>; | 122 | #size-cells = <1>; |
@@ -133,8 +130,7 @@ | |||
133 | clock-frequency = <0>; // Filled in by zImage | 130 | clock-frequency = <0>; // Filled in by zImage |
134 | 131 | ||
135 | EBC0: ebc { | 132 | EBC0: ebc { |
136 | device_type = "ibm,ebc"; | 133 | compatible = "ibm,ebc-440gp", "ibm,ebc"; |
137 | compatible = "ibm,ebc-440gp"; | ||
138 | dcr-reg = <012 2>; | 134 | dcr-reg = <012 2>; |
139 | #address-cells = <2>; | 135 | #address-cells = <2>; |
140 | #size-cells = <1>; | 136 | #size-cells = <1>; |
@@ -147,7 +143,7 @@ | |||
147 | interrupts = <5 4>; | 143 | interrupts = <5 4>; |
148 | interrupt-parent = <&UIC1>; | 144 | interrupt-parent = <&UIC1>; |
149 | 145 | ||
150 | small-flash@0,0 { | 146 | small-flash@0,80000 { |
151 | device_type = "rom"; | 147 | device_type = "rom"; |
152 | compatible = "direct-mapped"; | 148 | compatible = "direct-mapped"; |
153 | probe-type = "JEDEC"; | 149 | probe-type = "JEDEC"; |
@@ -159,7 +155,6 @@ | |||
159 | 155 | ||
160 | ds1743@1,0 { | 156 | ds1743@1,0 { |
161 | /* NVRAM & RTC */ | 157 | /* NVRAM & RTC */ |
162 | device_type = "nvram"; | ||
163 | compatible = "ds1743"; | 158 | compatible = "ds1743"; |
164 | reg = <1 0 2000>; | 159 | reg = <1 0 2000>; |
165 | }; | 160 | }; |
@@ -170,7 +165,7 @@ | |||
170 | probe-type = "JEDEC"; | 165 | probe-type = "JEDEC"; |
171 | bank-width = <1>; | 166 | bank-width = <1>; |
172 | partitions = <0 380000 | 167 | partitions = <0 380000 |
173 | 280000 80000>; | 168 | 380000 80000>; |
174 | partition-names = "fs", "firmware"; | 169 | partition-names = "fs", "firmware"; |
175 | reg = <2 0 400000>; | 170 | reg = <2 0 400000>; |
176 | }; | 171 | }; |
@@ -226,13 +221,11 @@ | |||
226 | 221 | ||
227 | GPIO0: gpio@40000700 { | 222 | GPIO0: gpio@40000700 { |
228 | /* FIXME */ | 223 | /* FIXME */ |
229 | device_type = "gpio"; | ||
230 | compatible = "ibm,gpio-440gp"; | 224 | compatible = "ibm,gpio-440gp"; |
231 | reg = <40000700 20>; | 225 | reg = <40000700 20>; |
232 | }; | 226 | }; |
233 | 227 | ||
234 | ZMII0: emac-zmii@40000780 { | 228 | ZMII0: emac-zmii@40000780 { |
235 | device_type = "emac-zmii"; | ||
236 | compatible = "ibm,zmii-440gp", "ibm,zmii"; | 229 | compatible = "ibm,zmii-440gp", "ibm,zmii"; |
237 | reg = <40000780 c>; | 230 | reg = <40000780 c>; |
238 | }; | 231 | }; |
@@ -299,9 +292,5 @@ | |||
299 | 292 | ||
300 | chosen { | 293 | chosen { |
301 | linux,stdout-path = "/plb/opb/serial@40000200"; | 294 | linux,stdout-path = "/plb/opb/serial@40000200"; |
302 | // linux,initrd-start = <0>; /* FIXME */ | ||
303 | // linux,initrd-end = <0>; | ||
304 | // bootargs = ""; | ||
305 | }; | 295 | }; |
306 | }; | 296 | }; |
307 | |||
diff --git a/arch/powerpc/boot/dts/kuroboxHD.dts b/arch/powerpc/boot/dts/kuroboxHD.dts index 157dc98d3988..a983680c3263 100644 --- a/arch/powerpc/boot/dts/kuroboxHD.dts +++ b/arch/powerpc/boot/dts/kuroboxHD.dts | |||
@@ -21,19 +21,16 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts" | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | / { | 23 | / { |
24 | linux,phandle = <1000>; | ||
25 | model = "KuroboxHD"; | 24 | model = "KuroboxHD"; |
26 | compatible = "linkstation"; | 25 | compatible = "linkstation"; |
27 | #address-cells = <1>; | 26 | #address-cells = <1>; |
28 | #size-cells = <1>; | 27 | #size-cells = <1>; |
29 | 28 | ||
30 | cpus { | 29 | cpus { |
31 | linux,phandle = <2000>; | ||
32 | #address-cells = <1>; | 30 | #address-cells = <1>; |
33 | #size-cells = <0>; | 31 | #size-cells = <0>; |
34 | 32 | ||
35 | PowerPC,603e { /* Really 8241 */ | 33 | PowerPC,603e { /* Really 8241 */ |
36 | linux,phandle = <2100>; | ||
37 | device_type = "cpu"; | 34 | device_type = "cpu"; |
38 | reg = <0>; | 35 | reg = <0>; |
39 | clock-frequency = <bebc200>; /* Fixed by bootwrapper */ | 36 | clock-frequency = <bebc200>; /* Fixed by bootwrapper */ |
@@ -48,13 +45,11 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts" | |||
48 | }; | 45 | }; |
49 | 46 | ||
50 | memory { | 47 | memory { |
51 | linux,phandle = <3000>; | ||
52 | device_type = "memory"; | 48 | device_type = "memory"; |
53 | reg = <00000000 04000000>; | 49 | reg = <00000000 04000000>; |
54 | }; | 50 | }; |
55 | 51 | ||
56 | soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */ | 52 | soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */ |
57 | linux,phandle = <4000>; | ||
58 | #address-cells = <1>; | 53 | #address-cells = <1>; |
59 | #size-cells = <1>; | 54 | #size-cells = <1>; |
60 | #interrupt-cells = <2>; | 55 | #interrupt-cells = <2>; |
@@ -69,38 +64,34 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts" | |||
69 | fef00000 fef00000 00100000>; /* pci iack */ | 64 | fef00000 fef00000 00100000>; /* pci iack */ |
70 | 65 | ||
71 | i2c@80003000 { | 66 | i2c@80003000 { |
72 | linux,phandle = <4300>; | ||
73 | device_type = "i2c"; | 67 | device_type = "i2c"; |
74 | compatible = "fsl-i2c"; | 68 | compatible = "fsl-i2c"; |
75 | reg = <80003000 1000>; | 69 | reg = <80003000 1000>; |
76 | interrupts = <5 2>; | 70 | interrupts = <5 2>; |
77 | interrupt-parent = <4400>; | 71 | interrupt-parent = <&mpic>; |
78 | }; | 72 | }; |
79 | 73 | ||
80 | serial@80004500 { | 74 | serial@80004500 { |
81 | linux,phandle = <4511>; | ||
82 | device_type = "serial"; | 75 | device_type = "serial"; |
83 | compatible = "ns16550"; | 76 | compatible = "ns16550"; |
84 | reg = <80004500 8>; | 77 | reg = <80004500 8>; |
85 | clock-frequency = <5d08d88>; | 78 | clock-frequency = <5d08d88>; |
86 | current-speed = <2580>; | 79 | current-speed = <2580>; |
87 | interrupts = <9 2>; | 80 | interrupts = <9 2>; |
88 | interrupt-parent = <4400>; | 81 | interrupt-parent = <&mpic>; |
89 | }; | 82 | }; |
90 | 83 | ||
91 | serial@80004600 { | 84 | serial@80004600 { |
92 | linux,phandle = <4512>; | ||
93 | device_type = "serial"; | 85 | device_type = "serial"; |
94 | compatible = "ns16550"; | 86 | compatible = "ns16550"; |
95 | reg = <80004600 8>; | 87 | reg = <80004600 8>; |
96 | clock-frequency = <5d08d88>; | 88 | clock-frequency = <5d08d88>; |
97 | current-speed = <e100>; | 89 | current-speed = <e100>; |
98 | interrupts = <a 0>; | 90 | interrupts = <a 0>; |
99 | interrupt-parent = <4400>; | 91 | interrupt-parent = <&mpic>; |
100 | }; | 92 | }; |
101 | 93 | ||
102 | pic@80040000 { | 94 | mpic: pic@80040000 { |
103 | linux,phandle = <4400>; | ||
104 | #interrupt-cells = <2>; | 95 | #interrupt-cells = <2>; |
105 | #address-cells = <0>; | 96 | #address-cells = <0>; |
106 | device_type = "open-pic"; | 97 | device_type = "open-pic"; |
@@ -111,7 +102,6 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts" | |||
111 | }; | 102 | }; |
112 | 103 | ||
113 | pci@fec00000 { | 104 | pci@fec00000 { |
114 | linux,phandle = <4500>; | ||
115 | #address-cells = <3>; | 105 | #address-cells = <3>; |
116 | #size-cells = <2>; | 106 | #size-cells = <2>; |
117 | #interrupt-cells = <1>; | 107 | #interrupt-cells = <1>; |
@@ -122,24 +112,24 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts" | |||
122 | 02000000 0 80000000 80000000 0 70000000>; | 112 | 02000000 0 80000000 80000000 0 70000000>; |
123 | bus-range = <0 ff>; | 113 | bus-range = <0 ff>; |
124 | clock-frequency = <7f28155>; | 114 | clock-frequency = <7f28155>; |
125 | interrupt-parent = <4400>; | 115 | interrupt-parent = <&mpic>; |
126 | interrupt-map-mask = <f800 0 0 7>; | 116 | interrupt-map-mask = <f800 0 0 7>; |
127 | interrupt-map = < | 117 | interrupt-map = < |
128 | /* IDSEL 11 - IRQ0 ETH */ | 118 | /* IDSEL 11 - IRQ0 ETH */ |
129 | 5800 0 0 1 4400 0 1 | 119 | 5800 0 0 1 &mpic 0 1 |
130 | 5800 0 0 2 4400 1 1 | 120 | 5800 0 0 2 &mpic 1 1 |
131 | 5800 0 0 3 4400 2 1 | 121 | 5800 0 0 3 &mpic 2 1 |
132 | 5800 0 0 4 4400 3 1 | 122 | 5800 0 0 4 &mpic 3 1 |
133 | /* IDSEL 12 - IRQ1 IDE0 */ | 123 | /* IDSEL 12 - IRQ1 IDE0 */ |
134 | 6000 0 0 1 4400 1 1 | 124 | 6000 0 0 1 &mpic 1 1 |
135 | 6000 0 0 2 4400 2 1 | 125 | 6000 0 0 2 &mpic 2 1 |
136 | 6000 0 0 3 4400 3 1 | 126 | 6000 0 0 3 &mpic 3 1 |
137 | 6000 0 0 4 4400 0 1 | 127 | 6000 0 0 4 &mpic 0 1 |
138 | /* IDSEL 14 - IRQ3 USB2.0 */ | 128 | /* IDSEL 14 - IRQ3 USB2.0 */ |
139 | 7000 0 0 1 4400 3 1 | 129 | 7000 0 0 1 &mpic 3 1 |
140 | 7000 0 0 2 4400 3 1 | 130 | 7000 0 0 2 &mpic 3 1 |
141 | 7000 0 0 3 4400 3 1 | 131 | 7000 0 0 3 &mpic 3 1 |
142 | 7000 0 0 4 4400 3 1 | 132 | 7000 0 0 4 &mpic 3 1 |
143 | >; | 133 | >; |
144 | }; | 134 | }; |
145 | }; | 135 | }; |
diff --git a/arch/powerpc/boot/dts/kuroboxHG.dts b/arch/powerpc/boot/dts/kuroboxHG.dts index 919eb29097db..5cf42dc022df 100644 --- a/arch/powerpc/boot/dts/kuroboxHG.dts +++ b/arch/powerpc/boot/dts/kuroboxHG.dts | |||
@@ -21,19 +21,16 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | / { | 23 | / { |
24 | linux,phandle = <1000>; | ||
25 | model = "KuroboxHG"; | 24 | model = "KuroboxHG"; |
26 | compatible = "linkstation"; | 25 | compatible = "linkstation"; |
27 | #address-cells = <1>; | 26 | #address-cells = <1>; |
28 | #size-cells = <1>; | 27 | #size-cells = <1>; |
29 | 28 | ||
30 | cpus { | 29 | cpus { |
31 | linux,phandle = <2000>; | ||
32 | #address-cells = <1>; | 30 | #address-cells = <1>; |
33 | #size-cells = <0>; | 31 | #size-cells = <0>; |
34 | 32 | ||
35 | PowerPC,603e { /* Really 8241 */ | 33 | PowerPC,603e { /* Really 8241 */ |
36 | linux,phandle = <2100>; | ||
37 | device_type = "cpu"; | 34 | device_type = "cpu"; |
38 | reg = <0>; | 35 | reg = <0>; |
39 | clock-frequency = <fdad680>; /* Fixed by bootwrapper */ | 36 | clock-frequency = <fdad680>; /* Fixed by bootwrapper */ |
@@ -48,13 +45,11 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
48 | }; | 45 | }; |
49 | 46 | ||
50 | memory { | 47 | memory { |
51 | linux,phandle = <3000>; | ||
52 | device_type = "memory"; | 48 | device_type = "memory"; |
53 | reg = <00000000 08000000>; | 49 | reg = <00000000 08000000>; |
54 | }; | 50 | }; |
55 | 51 | ||
56 | soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */ | 52 | soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */ |
57 | linux,phandle = <4000>; | ||
58 | #address-cells = <1>; | 53 | #address-cells = <1>; |
59 | #size-cells = <1>; | 54 | #size-cells = <1>; |
60 | #interrupt-cells = <2>; | 55 | #interrupt-cells = <2>; |
@@ -69,38 +64,35 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
69 | fef00000 fef00000 00100000>; /* pci iack */ | 64 | fef00000 fef00000 00100000>; /* pci iack */ |
70 | 65 | ||
71 | i2c@80003000 { | 66 | i2c@80003000 { |
72 | linux,phandle = <4300>; | ||
73 | device_type = "i2c"; | 67 | device_type = "i2c"; |
74 | compatible = "fsl-i2c"; | 68 | compatible = "fsl-i2c"; |
75 | reg = <80003000 1000>; | 69 | reg = <80003000 1000>; |
76 | interrupts = <5 2>; | 70 | interrupts = <5 2>; |
77 | interrupt-parent = <4400>; | 71 | interrupt-parent = <&mpic>; |
78 | }; | 72 | }; |
79 | 73 | ||
80 | serial@80004500 { | 74 | serial@80004500 { |
81 | linux,phandle = <4511>; | ||
82 | device_type = "serial"; | 75 | device_type = "serial"; |
83 | compatible = "ns16550"; | 76 | compatible = "ns16550"; |
84 | reg = <80004500 8>; | 77 | reg = <80004500 8>; |
85 | clock-frequency = <7c044a8>; | 78 | clock-frequency = <7c044a8>; |
86 | current-speed = <2580>; | 79 | current-speed = <2580>; |
87 | interrupts = <9 2>; | 80 | interrupts = <9 2>; |
88 | interrupt-parent = <4400>; | 81 | interrupt-parent = <&mpic>; |
89 | }; | 82 | }; |
90 | 83 | ||
91 | serial@80004600 { | 84 | serial@80004600 { |
92 | linux,phandle = <4512>; | ||
93 | device_type = "serial"; | 85 | device_type = "serial"; |
94 | compatible = "ns16550"; | 86 | compatible = "ns16550"; |
95 | reg = <80004600 8>; | 87 | reg = <80004600 8>; |
96 | clock-frequency = <7c044a8>; | 88 | clock-frequency = <7c044a8>; |
97 | current-speed = <e100>; | 89 | current-speed = <e100>; |
98 | interrupts = <a 0>; | 90 | interrupts = <a 0>; |
99 | interrupt-parent = <4400>; | 91 | interrupt-parent = <&mpic>; |
100 | }; | 92 | }; |
101 | 93 | ||
102 | pic@80040000 { | 94 | mpic: pic@80040000 { |
103 | linux,phandle = <4400>; | 95 | interrupt-parent = <&mpic>; |
104 | #interrupt-cells = <2>; | 96 | #interrupt-cells = <2>; |
105 | #address-cells = <0>; | 97 | #address-cells = <0>; |
106 | device_type = "open-pic"; | 98 | device_type = "open-pic"; |
@@ -111,7 +103,6 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
111 | }; | 103 | }; |
112 | 104 | ||
113 | pci@fec00000 { | 105 | pci@fec00000 { |
114 | linux,phandle = <4500>; | ||
115 | #address-cells = <3>; | 106 | #address-cells = <3>; |
116 | #size-cells = <2>; | 107 | #size-cells = <2>; |
117 | #interrupt-cells = <1>; | 108 | #interrupt-cells = <1>; |
@@ -122,24 +113,24 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | |||
122 | 02000000 0 80000000 80000000 0 70000000>; | 113 | 02000000 0 80000000 80000000 0 70000000>; |
123 | bus-range = <0 ff>; | 114 | bus-range = <0 ff>; |
124 | clock-frequency = <7f28155>; | 115 | clock-frequency = <7f28155>; |
125 | interrupt-parent = <4400>; | 116 | interrupt-parent = <&mpic>; |
126 | interrupt-map-mask = <f800 0 0 7>; | 117 | interrupt-map-mask = <f800 0 0 7>; |
127 | interrupt-map = < | 118 | interrupt-map = < |
128 | /* IDSEL 11 - IRQ0 ETH */ | 119 | /* IDSEL 11 - IRQ0 ETH */ |
129 | 5800 0 0 1 4400 0 1 | 120 | 5800 0 0 1 &mpic 0 1 |
130 | 5800 0 0 2 4400 1 1 | 121 | 5800 0 0 2 &mpic 1 1 |
131 | 5800 0 0 3 4400 2 1 | 122 | 5800 0 0 3 &mpic 2 1 |
132 | 5800 0 0 4 4400 3 1 | 123 | 5800 0 0 4 &mpic 3 1 |
133 | /* IDSEL 12 - IRQ1 IDE0 */ | 124 | /* IDSEL 12 - IRQ1 IDE0 */ |
134 | 6000 0 0 1 4400 1 1 | 125 | 6000 0 0 1 &mpic 1 1 |
135 | 6000 0 0 2 4400 2 1 | 126 | 6000 0 0 2 &mpic 2 1 |
136 | 6000 0 0 3 4400 3 1 | 127 | 6000 0 0 3 &mpic 3 1 |
137 | 6000 0 0 4 4400 0 1 | 128 | 6000 0 0 4 &mpic 0 1 |
138 | /* IDSEL 14 - IRQ3 USB2.0 */ | 129 | /* IDSEL 14 - IRQ3 USB2.0 */ |
139 | 7000 0 0 1 4400 3 1 | 130 | 7000 0 0 1 &mpic 3 1 |
140 | 7000 0 0 2 4400 3 1 | 131 | 7000 0 0 2 &mpic 3 1 |
141 | 7000 0 0 3 4400 3 1 | 132 | 7000 0 0 3 &mpic 3 1 |
142 | 7000 0 0 4 4400 3 1 | 133 | 7000 0 0 4 &mpic 3 1 |
143 | >; | 134 | >; |
144 | }; | 135 | }; |
145 | }; | 136 | }; |
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index e13ac6ef05a9..eae68ab1177f 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts | |||
@@ -49,7 +49,7 @@ | |||
49 | soc5200@f0000000 { | 49 | soc5200@f0000000 { |
50 | model = "fsl,mpc5200"; | 50 | model = "fsl,mpc5200"; |
51 | compatible = "mpc5200"; | 51 | compatible = "mpc5200"; |
52 | revision = "" // from bootloader | 52 | revision = ""; // from bootloader |
53 | #interrupt-cells = <3>; | 53 | #interrupt-cells = <3>; |
54 | device_type = "soc"; | 54 | device_type = "soc"; |
55 | ranges = <0 f0000000 f0010000>; | 55 | ranges = <0 f0000000 f0010000>; |
@@ -62,13 +62,12 @@ | |||
62 | reg = <200 38>; | 62 | reg = <200 38>; |
63 | }; | 63 | }; |
64 | 64 | ||
65 | pic@500 { | 65 | mpc5200_pic: pic@500 { |
66 | // 5200 interrupts are encoded into two levels; | 66 | // 5200 interrupts are encoded into two levels; |
67 | linux,phandle = <500>; | ||
68 | interrupt-controller; | 67 | interrupt-controller; |
69 | #interrupt-cells = <3>; | 68 | #interrupt-cells = <3>; |
70 | device_type = "interrupt-controller"; | 69 | device_type = "interrupt-controller"; |
71 | compatible = "mpc5200-pic"; | 70 | compatible = "mpc5200_pic"; |
72 | reg = <500 80>; | 71 | reg = <500 80>; |
73 | built-in; | 72 | built-in; |
74 | }; | 73 | }; |
@@ -79,7 +78,7 @@ | |||
79 | cell-index = <0>; | 78 | cell-index = <0>; |
80 | reg = <600 10>; | 79 | reg = <600 10>; |
81 | interrupts = <1 9 0>; | 80 | interrupts = <1 9 0>; |
82 | interrupt-parent = <500>; | 81 | interrupt-parent = <&mpc5200_pic>; |
83 | has-wdt; | 82 | has-wdt; |
84 | }; | 83 | }; |
85 | 84 | ||
@@ -89,7 +88,7 @@ | |||
89 | cell-index = <1>; | 88 | cell-index = <1>; |
90 | reg = <610 10>; | 89 | reg = <610 10>; |
91 | interrupts = <1 a 0>; | 90 | interrupts = <1 a 0>; |
92 | interrupt-parent = <500>; | 91 | interrupt-parent = <&mpc5200_pic>; |
93 | }; | 92 | }; |
94 | 93 | ||
95 | gpt@620 { // General Purpose Timer | 94 | gpt@620 { // General Purpose Timer |
@@ -98,7 +97,7 @@ | |||
98 | cell-index = <2>; | 97 | cell-index = <2>; |
99 | reg = <620 10>; | 98 | reg = <620 10>; |
100 | interrupts = <1 b 0>; | 99 | interrupts = <1 b 0>; |
101 | interrupt-parent = <500>; | 100 | interrupt-parent = <&mpc5200_pic>; |
102 | }; | 101 | }; |
103 | 102 | ||
104 | gpt@630 { // General Purpose Timer | 103 | gpt@630 { // General Purpose Timer |
@@ -107,7 +106,7 @@ | |||
107 | cell-index = <3>; | 106 | cell-index = <3>; |
108 | reg = <630 10>; | 107 | reg = <630 10>; |
109 | interrupts = <1 c 0>; | 108 | interrupts = <1 c 0>; |
110 | interrupt-parent = <500>; | 109 | interrupt-parent = <&mpc5200_pic>; |
111 | }; | 110 | }; |
112 | 111 | ||
113 | gpt@640 { // General Purpose Timer | 112 | gpt@640 { // General Purpose Timer |
@@ -116,7 +115,7 @@ | |||
116 | cell-index = <4>; | 115 | cell-index = <4>; |
117 | reg = <640 10>; | 116 | reg = <640 10>; |
118 | interrupts = <1 d 0>; | 117 | interrupts = <1 d 0>; |
119 | interrupt-parent = <500>; | 118 | interrupt-parent = <&mpc5200_pic>; |
120 | }; | 119 | }; |
121 | 120 | ||
122 | gpt@650 { // General Purpose Timer | 121 | gpt@650 { // General Purpose Timer |
@@ -125,7 +124,7 @@ | |||
125 | cell-index = <5>; | 124 | cell-index = <5>; |
126 | reg = <650 10>; | 125 | reg = <650 10>; |
127 | interrupts = <1 e 0>; | 126 | interrupts = <1 e 0>; |
128 | interrupt-parent = <500>; | 127 | interrupt-parent = <&mpc5200_pic>; |
129 | }; | 128 | }; |
130 | 129 | ||
131 | gpt@660 { // General Purpose Timer | 130 | gpt@660 { // General Purpose Timer |
@@ -134,7 +133,7 @@ | |||
134 | cell-index = <6>; | 133 | cell-index = <6>; |
135 | reg = <660 10>; | 134 | reg = <660 10>; |
136 | interrupts = <1 f 0>; | 135 | interrupts = <1 f 0>; |
137 | interrupt-parent = <500>; | 136 | interrupt-parent = <&mpc5200_pic>; |
138 | }; | 137 | }; |
139 | 138 | ||
140 | gpt@670 { // General Purpose Timer | 139 | gpt@670 { // General Purpose Timer |
@@ -143,7 +142,7 @@ | |||
143 | cell-index = <7>; | 142 | cell-index = <7>; |
144 | reg = <670 10>; | 143 | reg = <670 10>; |
145 | interrupts = <1 10 0>; | 144 | interrupts = <1 10 0>; |
146 | interrupt-parent = <500>; | 145 | interrupt-parent = <&mpc5200_pic>; |
147 | }; | 146 | }; |
148 | 147 | ||
149 | rtc@800 { // Real time clock | 148 | rtc@800 { // Real time clock |
@@ -151,7 +150,7 @@ | |||
151 | device_type = "rtc"; | 150 | device_type = "rtc"; |
152 | reg = <800 100>; | 151 | reg = <800 100>; |
153 | interrupts = <1 5 0 1 6 0>; | 152 | interrupts = <1 5 0 1 6 0>; |
154 | interrupt-parent = <500>; | 153 | interrupt-parent = <&mpc5200_pic>; |
155 | }; | 154 | }; |
156 | 155 | ||
157 | mscan@900 { | 156 | mscan@900 { |
@@ -159,7 +158,7 @@ | |||
159 | compatible = "mpc5200-mscan"; | 158 | compatible = "mpc5200-mscan"; |
160 | cell-index = <0>; | 159 | cell-index = <0>; |
161 | interrupts = <2 11 0>; | 160 | interrupts = <2 11 0>; |
162 | interrupt-parent = <500>; | 161 | interrupt-parent = <&mpc5200_pic>; |
163 | reg = <900 80>; | 162 | reg = <900 80>; |
164 | }; | 163 | }; |
165 | 164 | ||
@@ -168,7 +167,7 @@ | |||
168 | compatible = "mpc5200-mscan"; | 167 | compatible = "mpc5200-mscan"; |
169 | cell-index = <1>; | 168 | cell-index = <1>; |
170 | interrupts = <2 12 0>; | 169 | interrupts = <2 12 0>; |
171 | interrupt-parent = <500>; | 170 | interrupt-parent = <&mpc5200_pic>; |
172 | reg = <980 80>; | 171 | reg = <980 80>; |
173 | }; | 172 | }; |
174 | 173 | ||
@@ -176,14 +175,14 @@ | |||
176 | compatible = "mpc5200-gpio"; | 175 | compatible = "mpc5200-gpio"; |
177 | reg = <b00 40>; | 176 | reg = <b00 40>; |
178 | interrupts = <1 7 0>; | 177 | interrupts = <1 7 0>; |
179 | interrupt-parent = <500>; | 178 | interrupt-parent = <&mpc5200_pic>; |
180 | }; | 179 | }; |
181 | 180 | ||
182 | gpio-wkup@c00 { | 181 | gpio-wkup@c00 { |
183 | compatible = "mpc5200-gpio-wkup"; | 182 | compatible = "mpc5200-gpio-wkup"; |
184 | reg = <c00 40>; | 183 | reg = <c00 40>; |
185 | interrupts = <1 8 0 0 3 0>; | 184 | interrupts = <1 8 0 0 3 0>; |
186 | interrupt-parent = <500>; | 185 | interrupt-parent = <&mpc5200_pic>; |
187 | }; | 186 | }; |
188 | 187 | ||
189 | pci@0d00 { | 188 | pci@0d00 { |
@@ -194,13 +193,13 @@ | |||
194 | compatible = "mpc5200-pci"; | 193 | compatible = "mpc5200-pci"; |
195 | reg = <d00 100>; | 194 | reg = <d00 100>; |
196 | interrupt-map-mask = <f800 0 0 7>; | 195 | interrupt-map-mask = <f800 0 0 7>; |
197 | interrupt-map = <c000 0 0 1 500 0 0 3 | 196 | interrupt-map = <c000 0 0 1 &mpc5200_pic 0 0 3 |
198 | c000 0 0 2 500 0 0 3 | 197 | c000 0 0 2 &mpc5200_pic 0 0 3 |
199 | c000 0 0 3 500 0 0 3 | 198 | c000 0 0 3 &mpc5200_pic 0 0 3 |
200 | c000 0 0 4 500 0 0 3>; | 199 | c000 0 0 4 &mpc5200_pic 0 0 3>; |
201 | clock-frequency = <0>; // From boot loader | 200 | clock-frequency = <0>; // From boot loader |
202 | interrupts = <2 8 0 2 9 0 2 a 0>; | 201 | interrupts = <2 8 0 2 9 0 2 a 0>; |
203 | interrupt-parent = <500>; | 202 | interrupt-parent = <&mpc5200_pic>; |
204 | bus-range = <0 0>; | 203 | bus-range = <0 0>; |
205 | ranges = <42000000 0 80000000 80000000 0 20000000 | 204 | ranges = <42000000 0 80000000 80000000 0 20000000 |
206 | 02000000 0 a0000000 a0000000 0 10000000 | 205 | 02000000 0 a0000000 a0000000 0 10000000 |
@@ -212,7 +211,7 @@ | |||
212 | compatible = "mpc5200-spi"; | 211 | compatible = "mpc5200-spi"; |
213 | reg = <f00 20>; | 212 | reg = <f00 20>; |
214 | interrupts = <2 d 0 2 e 0>; | 213 | interrupts = <2 d 0 2 e 0>; |
215 | interrupt-parent = <500>; | 214 | interrupt-parent = <&mpc5200_pic>; |
216 | }; | 215 | }; |
217 | 216 | ||
218 | usb@1000 { | 217 | usb@1000 { |
@@ -220,7 +219,7 @@ | |||
220 | compatible = "mpc5200-ohci\0ohci-be"; | 219 | compatible = "mpc5200-ohci\0ohci-be"; |
221 | reg = <1000 ff>; | 220 | reg = <1000 ff>; |
222 | interrupts = <2 6 0>; | 221 | interrupts = <2 6 0>; |
223 | interrupt-parent = <500>; | 222 | interrupt-parent = <&mpc5200_pic>; |
224 | }; | 223 | }; |
225 | 224 | ||
226 | bestcomm@1200 { | 225 | bestcomm@1200 { |
@@ -231,7 +230,7 @@ | |||
231 | 3 4 0 3 5 0 3 6 0 3 7 0 | 230 | 3 4 0 3 5 0 3 6 0 3 7 0 |
232 | 3 8 0 3 9 0 3 a 0 3 b 0 | 231 | 3 8 0 3 9 0 3 a 0 3 b 0 |
233 | 3 c 0 3 d 0 3 e 0 3 f 0>; | 232 | 3 c 0 3 d 0 3 e 0 3 f 0>; |
234 | interrupt-parent = <500>; | 233 | interrupt-parent = <&mpc5200_pic>; |
235 | }; | 234 | }; |
236 | 235 | ||
237 | xlb@1f00 { | 236 | xlb@1f00 { |
@@ -246,7 +245,7 @@ | |||
246 | cell-index = <0>; | 245 | cell-index = <0>; |
247 | reg = <2000 100>; | 246 | reg = <2000 100>; |
248 | interrupts = <2 1 0>; | 247 | interrupts = <2 1 0>; |
249 | interrupt-parent = <500>; | 248 | interrupt-parent = <&mpc5200_pic>; |
250 | }; | 249 | }; |
251 | 250 | ||
252 | // PSC2 in ac97 mode example | 251 | // PSC2 in ac97 mode example |
@@ -256,7 +255,7 @@ | |||
256 | // cell-index = <1>; | 255 | // cell-index = <1>; |
257 | // reg = <2200 100>; | 256 | // reg = <2200 100>; |
258 | // interrupts = <2 2 0>; | 257 | // interrupts = <2 2 0>; |
259 | // interrupt-parent = <500>; | 258 | // interrupt-parent = <&mpc5200_pic>; |
260 | //}; | 259 | //}; |
261 | 260 | ||
262 | // PSC3 in CODEC mode example | 261 | // PSC3 in CODEC mode example |
@@ -266,7 +265,7 @@ | |||
266 | // cell-index = <2>; | 265 | // cell-index = <2>; |
267 | // reg = <2400 100>; | 266 | // reg = <2400 100>; |
268 | // interrupts = <2 3 0>; | 267 | // interrupts = <2 3 0>; |
269 | // interrupt-parent = <500>; | 268 | // interrupt-parent = <&mpc5200_pic>; |
270 | //}; | 269 | //}; |
271 | 270 | ||
272 | // PSC4 in uart mode example | 271 | // PSC4 in uart mode example |
@@ -276,7 +275,7 @@ | |||
276 | // cell-index = <3>; | 275 | // cell-index = <3>; |
277 | // reg = <2600 100>; | 276 | // reg = <2600 100>; |
278 | // interrupts = <2 b 0>; | 277 | // interrupts = <2 b 0>; |
279 | // interrupt-parent = <500>; | 278 | // interrupt-parent = <&mpc5200_pic>; |
280 | //}; | 279 | //}; |
281 | 280 | ||
282 | // PSC5 in uart mode example | 281 | // PSC5 in uart mode example |
@@ -286,7 +285,7 @@ | |||
286 | // cell-index = <4>; | 285 | // cell-index = <4>; |
287 | // reg = <2800 100>; | 286 | // reg = <2800 100>; |
288 | // interrupts = <2 c 0>; | 287 | // interrupts = <2 c 0>; |
289 | // interrupt-parent = <500>; | 288 | // interrupt-parent = <&mpc5200_pic>; |
290 | //}; | 289 | //}; |
291 | 290 | ||
292 | // PSC6 in spi mode example | 291 | // PSC6 in spi mode example |
@@ -296,7 +295,7 @@ | |||
296 | // cell-index = <5>; | 295 | // cell-index = <5>; |
297 | // reg = <2c00 100>; | 296 | // reg = <2c00 100>; |
298 | // interrupts = <2 4 0>; | 297 | // interrupts = <2 4 0>; |
299 | // interrupt-parent = <500>; | 298 | // interrupt-parent = <&mpc5200_pic>; |
300 | //}; | 299 | //}; |
301 | 300 | ||
302 | ethernet@3000 { | 301 | ethernet@3000 { |
@@ -305,7 +304,7 @@ | |||
305 | reg = <3000 800>; | 304 | reg = <3000 800>; |
306 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! | 305 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! |
307 | interrupts = <2 5 0>; | 306 | interrupts = <2 5 0>; |
308 | interrupt-parent = <500>; | 307 | interrupt-parent = <&mpc5200_pic>; |
309 | }; | 308 | }; |
310 | 309 | ||
311 | ata@3a00 { | 310 | ata@3a00 { |
@@ -313,7 +312,7 @@ | |||
313 | compatible = "mpc5200-ata"; | 312 | compatible = "mpc5200-ata"; |
314 | reg = <3a00 100>; | 313 | reg = <3a00 100>; |
315 | interrupts = <2 7 0>; | 314 | interrupts = <2 7 0>; |
316 | interrupt-parent = <500>; | 315 | interrupt-parent = <&mpc5200_pic>; |
317 | }; | 316 | }; |
318 | 317 | ||
319 | i2c@3d00 { | 318 | i2c@3d00 { |
@@ -322,7 +321,7 @@ | |||
322 | cell-index = <0>; | 321 | cell-index = <0>; |
323 | reg = <3d00 40>; | 322 | reg = <3d00 40>; |
324 | interrupts = <2 f 0>; | 323 | interrupts = <2 f 0>; |
325 | interrupt-parent = <500>; | 324 | interrupt-parent = <&mpc5200_pic>; |
326 | fsl5200-clocking; | 325 | fsl5200-clocking; |
327 | }; | 326 | }; |
328 | 327 | ||
@@ -332,7 +331,7 @@ | |||
332 | cell-index = <1>; | 331 | cell-index = <1>; |
333 | reg = <3d40 40>; | 332 | reg = <3d40 40>; |
334 | interrupts = <2 10 0>; | 333 | interrupts = <2 10 0>; |
335 | interrupt-parent = <500>; | 334 | interrupt-parent = <&mpc5200_pic>; |
336 | fsl5200-clocking; | 335 | fsl5200-clocking; |
337 | }; | 336 | }; |
338 | sram@8000 { | 337 | sram@8000 { |
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index 00211b39a342..5185625a9419 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -62,13 +62,12 @@ | |||
62 | reg = <200 38>; | 62 | reg = <200 38>; |
63 | }; | 63 | }; |
64 | 64 | ||
65 | pic@500 { | 65 | mpc5200_pic: pic@500 { |
66 | // 5200 interrupts are encoded into two levels; | 66 | // 5200 interrupts are encoded into two levels; |
67 | linux,phandle = <500>; | ||
68 | interrupt-controller; | 67 | interrupt-controller; |
69 | #interrupt-cells = <3>; | 68 | #interrupt-cells = <3>; |
70 | device_type = "interrupt-controller"; | 69 | device_type = "interrupt-controller"; |
71 | compatible = "mpc5200b-pic\0mpc5200-pic"; | 70 | compatible = "mpc5200b-pic\0mpc5200_pic"; |
72 | reg = <500 80>; | 71 | reg = <500 80>; |
73 | built-in; | 72 | built-in; |
74 | }; | 73 | }; |
@@ -79,7 +78,7 @@ | |||
79 | cell-index = <0>; | 78 | cell-index = <0>; |
80 | reg = <600 10>; | 79 | reg = <600 10>; |
81 | interrupts = <1 9 0>; | 80 | interrupts = <1 9 0>; |
82 | interrupt-parent = <500>; | 81 | interrupt-parent = <&mpc5200_pic>; |
83 | has-wdt; | 82 | has-wdt; |
84 | }; | 83 | }; |
85 | 84 | ||
@@ -89,7 +88,7 @@ | |||
89 | cell-index = <1>; | 88 | cell-index = <1>; |
90 | reg = <610 10>; | 89 | reg = <610 10>; |
91 | interrupts = <1 a 0>; | 90 | interrupts = <1 a 0>; |
92 | interrupt-parent = <500>; | 91 | interrupt-parent = <&mpc5200_pic>; |
93 | }; | 92 | }; |
94 | 93 | ||
95 | gpt@620 { // General Purpose Timer | 94 | gpt@620 { // General Purpose Timer |
@@ -98,7 +97,7 @@ | |||
98 | cell-index = <2>; | 97 | cell-index = <2>; |
99 | reg = <620 10>; | 98 | reg = <620 10>; |
100 | interrupts = <1 b 0>; | 99 | interrupts = <1 b 0>; |
101 | interrupt-parent = <500>; | 100 | interrupt-parent = <&mpc5200_pic>; |
102 | }; | 101 | }; |
103 | 102 | ||
104 | gpt@630 { // General Purpose Timer | 103 | gpt@630 { // General Purpose Timer |
@@ -107,7 +106,7 @@ | |||
107 | cell-index = <3>; | 106 | cell-index = <3>; |
108 | reg = <630 10>; | 107 | reg = <630 10>; |
109 | interrupts = <1 c 0>; | 108 | interrupts = <1 c 0>; |
110 | interrupt-parent = <500>; | 109 | interrupt-parent = <&mpc5200_pic>; |
111 | }; | 110 | }; |
112 | 111 | ||
113 | gpt@640 { // General Purpose Timer | 112 | gpt@640 { // General Purpose Timer |
@@ -116,7 +115,7 @@ | |||
116 | cell-index = <4>; | 115 | cell-index = <4>; |
117 | reg = <640 10>; | 116 | reg = <640 10>; |
118 | interrupts = <1 d 0>; | 117 | interrupts = <1 d 0>; |
119 | interrupt-parent = <500>; | 118 | interrupt-parent = <&mpc5200_pic>; |
120 | }; | 119 | }; |
121 | 120 | ||
122 | gpt@650 { // General Purpose Timer | 121 | gpt@650 { // General Purpose Timer |
@@ -125,7 +124,7 @@ | |||
125 | cell-index = <5>; | 124 | cell-index = <5>; |
126 | reg = <650 10>; | 125 | reg = <650 10>; |
127 | interrupts = <1 e 0>; | 126 | interrupts = <1 e 0>; |
128 | interrupt-parent = <500>; | 127 | interrupt-parent = <&mpc5200_pic>; |
129 | }; | 128 | }; |
130 | 129 | ||
131 | gpt@660 { // General Purpose Timer | 130 | gpt@660 { // General Purpose Timer |
@@ -134,7 +133,7 @@ | |||
134 | cell-index = <6>; | 133 | cell-index = <6>; |
135 | reg = <660 10>; | 134 | reg = <660 10>; |
136 | interrupts = <1 f 0>; | 135 | interrupts = <1 f 0>; |
137 | interrupt-parent = <500>; | 136 | interrupt-parent = <&mpc5200_pic>; |
138 | }; | 137 | }; |
139 | 138 | ||
140 | gpt@670 { // General Purpose Timer | 139 | gpt@670 { // General Purpose Timer |
@@ -143,7 +142,7 @@ | |||
143 | cell-index = <7>; | 142 | cell-index = <7>; |
144 | reg = <670 10>; | 143 | reg = <670 10>; |
145 | interrupts = <1 10 0>; | 144 | interrupts = <1 10 0>; |
146 | interrupt-parent = <500>; | 145 | interrupt-parent = <&mpc5200_pic>; |
147 | }; | 146 | }; |
148 | 147 | ||
149 | rtc@800 { // Real time clock | 148 | rtc@800 { // Real time clock |
@@ -151,7 +150,7 @@ | |||
151 | device_type = "rtc"; | 150 | device_type = "rtc"; |
152 | reg = <800 100>; | 151 | reg = <800 100>; |
153 | interrupts = <1 5 0 1 6 0>; | 152 | interrupts = <1 5 0 1 6 0>; |
154 | interrupt-parent = <500>; | 153 | interrupt-parent = <&mpc5200_pic>; |
155 | }; | 154 | }; |
156 | 155 | ||
157 | mscan@900 { | 156 | mscan@900 { |
@@ -159,7 +158,7 @@ | |||
159 | compatible = "mpc5200b-mscan\0mpc5200-mscan"; | 158 | compatible = "mpc5200b-mscan\0mpc5200-mscan"; |
160 | cell-index = <0>; | 159 | cell-index = <0>; |
161 | interrupts = <2 11 0>; | 160 | interrupts = <2 11 0>; |
162 | interrupt-parent = <500>; | 161 | interrupt-parent = <&mpc5200_pic>; |
163 | reg = <900 80>; | 162 | reg = <900 80>; |
164 | }; | 163 | }; |
165 | 164 | ||
@@ -168,7 +167,7 @@ | |||
168 | compatible = "mpc5200b-mscan\0mpc5200-mscan"; | 167 | compatible = "mpc5200b-mscan\0mpc5200-mscan"; |
169 | cell-index = <1>; | 168 | cell-index = <1>; |
170 | interrupts = <2 12 0>; | 169 | interrupts = <2 12 0>; |
171 | interrupt-parent = <500>; | 170 | interrupt-parent = <&mpc5200_pic>; |
172 | reg = <980 80>; | 171 | reg = <980 80>; |
173 | }; | 172 | }; |
174 | 173 | ||
@@ -176,14 +175,14 @@ | |||
176 | compatible = "mpc5200b-gpio\0mpc5200-gpio"; | 175 | compatible = "mpc5200b-gpio\0mpc5200-gpio"; |
177 | reg = <b00 40>; | 176 | reg = <b00 40>; |
178 | interrupts = <1 7 0>; | 177 | interrupts = <1 7 0>; |
179 | interrupt-parent = <500>; | 178 | interrupt-parent = <&mpc5200_pic>; |
180 | }; | 179 | }; |
181 | 180 | ||
182 | gpio-wkup@c00 { | 181 | gpio-wkup@c00 { |
183 | compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup"; | 182 | compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup"; |
184 | reg = <c00 40>; | 183 | reg = <c00 40>; |
185 | interrupts = <1 8 0 0 3 0>; | 184 | interrupts = <1 8 0 0 3 0>; |
186 | interrupt-parent = <500>; | 185 | interrupt-parent = <&mpc5200_pic>; |
187 | }; | 186 | }; |
188 | 187 | ||
189 | pci@0d00 { | 188 | pci@0d00 { |
@@ -194,18 +193,18 @@ | |||
194 | compatible = "mpc5200b-pci\0mpc5200-pci"; | 193 | compatible = "mpc5200b-pci\0mpc5200-pci"; |
195 | reg = <d00 100>; | 194 | reg = <d00 100>; |
196 | interrupt-map-mask = <f800 0 0 7>; | 195 | interrupt-map-mask = <f800 0 0 7>; |
197 | interrupt-map = <c000 0 0 1 500 0 0 3 // 1st slot | 196 | interrupt-map = <c000 0 0 1 &mpc5200_pic 0 0 3 // 1st slot |
198 | c000 0 0 2 500 1 1 3 | 197 | c000 0 0 2 &mpc5200_pic 1 1 3 |
199 | c000 0 0 3 500 1 2 3 | 198 | c000 0 0 3 &mpc5200_pic 1 2 3 |
200 | c000 0 0 4 500 1 3 3 | 199 | c000 0 0 4 &mpc5200_pic 1 3 3 |
201 | 200 | ||
202 | c800 0 0 1 500 1 1 3 // 2nd slot | 201 | c800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot |
203 | c800 0 0 2 500 1 2 3 | 202 | c800 0 0 2 &mpc5200_pic 1 2 3 |
204 | c800 0 0 3 500 1 3 3 | 203 | c800 0 0 3 &mpc5200_pic 1 3 3 |
205 | c800 0 0 4 500 0 0 3>; | 204 | c800 0 0 4 &mpc5200_pic 0 0 3>; |
206 | clock-frequency = <0>; // From boot loader | 205 | clock-frequency = <0>; // From boot loader |
207 | interrupts = <2 8 0 2 9 0 2 a 0>; | 206 | interrupts = <2 8 0 2 9 0 2 a 0>; |
208 | interrupt-parent = <500>; | 207 | interrupt-parent = <&mpc5200_pic>; |
209 | bus-range = <0 0>; | 208 | bus-range = <0 0>; |
210 | ranges = <42000000 0 80000000 80000000 0 20000000 | 209 | ranges = <42000000 0 80000000 80000000 0 20000000 |
211 | 02000000 0 a0000000 a0000000 0 10000000 | 210 | 02000000 0 a0000000 a0000000 0 10000000 |
@@ -217,7 +216,7 @@ | |||
217 | compatible = "mpc5200b-spi\0mpc5200-spi"; | 216 | compatible = "mpc5200b-spi\0mpc5200-spi"; |
218 | reg = <f00 20>; | 217 | reg = <f00 20>; |
219 | interrupts = <2 d 0 2 e 0>; | 218 | interrupts = <2 d 0 2 e 0>; |
220 | interrupt-parent = <500>; | 219 | interrupt-parent = <&mpc5200_pic>; |
221 | }; | 220 | }; |
222 | 221 | ||
223 | usb@1000 { | 222 | usb@1000 { |
@@ -225,7 +224,7 @@ | |||
225 | compatible = "mpc5200b-ohci\0mpc5200-ohci\0ohci-be"; | 224 | compatible = "mpc5200b-ohci\0mpc5200-ohci\0ohci-be"; |
226 | reg = <1000 ff>; | 225 | reg = <1000 ff>; |
227 | interrupts = <2 6 0>; | 226 | interrupts = <2 6 0>; |
228 | interrupt-parent = <500>; | 227 | interrupt-parent = <&mpc5200_pic>; |
229 | }; | 228 | }; |
230 | 229 | ||
231 | bestcomm@1200 { | 230 | bestcomm@1200 { |
@@ -236,7 +235,7 @@ | |||
236 | 3 4 0 3 5 0 3 6 0 3 7 0 | 235 | 3 4 0 3 5 0 3 6 0 3 7 0 |
237 | 3 8 0 3 9 0 3 a 0 3 b 0 | 236 | 3 8 0 3 9 0 3 a 0 3 b 0 |
238 | 3 c 0 3 d 0 3 e 0 3 f 0>; | 237 | 3 c 0 3 d 0 3 e 0 3 f 0>; |
239 | interrupt-parent = <500>; | 238 | interrupt-parent = <&mpc5200_pic>; |
240 | }; | 239 | }; |
241 | 240 | ||
242 | xlb@1f00 { | 241 | xlb@1f00 { |
@@ -251,7 +250,7 @@ | |||
251 | cell-index = <0>; | 250 | cell-index = <0>; |
252 | reg = <2000 100>; | 251 | reg = <2000 100>; |
253 | interrupts = <2 1 0>; | 252 | interrupts = <2 1 0>; |
254 | interrupt-parent = <500>; | 253 | interrupt-parent = <&mpc5200_pic>; |
255 | }; | 254 | }; |
256 | 255 | ||
257 | // PSC2 in ac97 mode example | 256 | // PSC2 in ac97 mode example |
@@ -261,7 +260,7 @@ | |||
261 | // cell-index = <1>; | 260 | // cell-index = <1>; |
262 | // reg = <2200 100>; | 261 | // reg = <2200 100>; |
263 | // interrupts = <2 2 0>; | 262 | // interrupts = <2 2 0>; |
264 | // interrupt-parent = <500>; | 263 | // interrupt-parent = <&mpc5200_pic>; |
265 | //}; | 264 | //}; |
266 | 265 | ||
267 | // PSC3 in CODEC mode example | 266 | // PSC3 in CODEC mode example |
@@ -271,7 +270,7 @@ | |||
271 | // cell-index = <2>; | 270 | // cell-index = <2>; |
272 | // reg = <2400 100>; | 271 | // reg = <2400 100>; |
273 | // interrupts = <2 3 0>; | 272 | // interrupts = <2 3 0>; |
274 | // interrupt-parent = <500>; | 273 | // interrupt-parent = <&mpc5200_pic>; |
275 | //}; | 274 | //}; |
276 | 275 | ||
277 | // PSC4 in uart mode example | 276 | // PSC4 in uart mode example |
@@ -281,7 +280,7 @@ | |||
281 | // cell-index = <3>; | 280 | // cell-index = <3>; |
282 | // reg = <2600 100>; | 281 | // reg = <2600 100>; |
283 | // interrupts = <2 b 0>; | 282 | // interrupts = <2 b 0>; |
284 | // interrupt-parent = <500>; | 283 | // interrupt-parent = <&mpc5200_pic>; |
285 | //}; | 284 | //}; |
286 | 285 | ||
287 | // PSC5 in uart mode example | 286 | // PSC5 in uart mode example |
@@ -291,7 +290,7 @@ | |||
291 | // cell-index = <4>; | 290 | // cell-index = <4>; |
292 | // reg = <2800 100>; | 291 | // reg = <2800 100>; |
293 | // interrupts = <2 c 0>; | 292 | // interrupts = <2 c 0>; |
294 | // interrupt-parent = <500>; | 293 | // interrupt-parent = <&mpc5200_pic>; |
295 | //}; | 294 | //}; |
296 | 295 | ||
297 | // PSC6 in spi mode example | 296 | // PSC6 in spi mode example |
@@ -301,7 +300,7 @@ | |||
301 | // cell-index = <5>; | 300 | // cell-index = <5>; |
302 | // reg = <2c00 100>; | 301 | // reg = <2c00 100>; |
303 | // interrupts = <2 4 0>; | 302 | // interrupts = <2 4 0>; |
304 | // interrupt-parent = <500>; | 303 | // interrupt-parent = <&mpc5200_pic>; |
305 | //}; | 304 | //}; |
306 | 305 | ||
307 | ethernet@3000 { | 306 | ethernet@3000 { |
@@ -310,7 +309,7 @@ | |||
310 | reg = <3000 800>; | 309 | reg = <3000 800>; |
311 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! | 310 | mac-address = [ 02 03 04 05 06 07 ]; // Bad! |
312 | interrupts = <2 5 0>; | 311 | interrupts = <2 5 0>; |
313 | interrupt-parent = <500>; | 312 | interrupt-parent = <&mpc5200_pic>; |
314 | }; | 313 | }; |
315 | 314 | ||
316 | ata@3a00 { | 315 | ata@3a00 { |
@@ -318,7 +317,7 @@ | |||
318 | compatible = "mpc5200b-ata\0mpc5200-ata"; | 317 | compatible = "mpc5200b-ata\0mpc5200-ata"; |
319 | reg = <3a00 100>; | 318 | reg = <3a00 100>; |
320 | interrupts = <2 7 0>; | 319 | interrupts = <2 7 0>; |
321 | interrupt-parent = <500>; | 320 | interrupt-parent = <&mpc5200_pic>; |
322 | }; | 321 | }; |
323 | 322 | ||
324 | i2c@3d00 { | 323 | i2c@3d00 { |
@@ -327,7 +326,7 @@ | |||
327 | cell-index = <0>; | 326 | cell-index = <0>; |
328 | reg = <3d00 40>; | 327 | reg = <3d00 40>; |
329 | interrupts = <2 f 0>; | 328 | interrupts = <2 f 0>; |
330 | interrupt-parent = <500>; | 329 | interrupt-parent = <&mpc5200_pic>; |
331 | fsl5200-clocking; | 330 | fsl5200-clocking; |
332 | }; | 331 | }; |
333 | 332 | ||
@@ -337,7 +336,7 @@ | |||
337 | cell-index = <1>; | 336 | cell-index = <1>; |
338 | reg = <3d40 40>; | 337 | reg = <3d40 40>; |
339 | interrupts = <2 10 0>; | 338 | interrupts = <2 10 0>; |
340 | interrupt-parent = <500>; | 339 | interrupt-parent = <&mpc5200_pic>; |
341 | fsl5200-clocking; | 340 | fsl5200-clocking; |
342 | }; | 341 | }; |
343 | sram@8000 { | 342 | sram@8000 { |
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts index 6fa3754f293a..765c306ecf80 100644 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts | |||
@@ -16,12 +16,10 @@ | |||
16 | compatible = "mpc74xx"; | 16 | compatible = "mpc74xx"; |
17 | #address-cells = <1>; | 17 | #address-cells = <1>; |
18 | #size-cells = <1>; | 18 | #size-cells = <1>; |
19 | linux,phandle = <100>; | ||
20 | 19 | ||
21 | cpus { | 20 | cpus { |
22 | #address-cells = <1>; | 21 | #address-cells = <1>; |
23 | #size-cells =<0>; | 22 | #size-cells =<0>; |
24 | linux,phandle = <200>; | ||
25 | 23 | ||
26 | PowerPC,7448@0 { | 24 | PowerPC,7448@0 { |
27 | device_type = "cpu"; | 25 | device_type = "cpu"; |
@@ -34,13 +32,11 @@ | |||
34 | clock-frequency = <0>; // From U-Boot | 32 | clock-frequency = <0>; // From U-Boot |
35 | bus-frequency = <0>; // From U-Boot | 33 | bus-frequency = <0>; // From U-Boot |
36 | 32-bit; | 34 | 32-bit; |
37 | linux,phandle = <201>; | ||
38 | }; | 35 | }; |
39 | }; | 36 | }; |
40 | 37 | ||
41 | memory { | 38 | memory { |
42 | device_type = "memory"; | 39 | device_type = "memory"; |
43 | linux,phandle = <300>; | ||
44 | reg = <00000000 20000000 // DDR2 512M at 0 | 40 | reg = <00000000 20000000 // DDR2 512M at 0 |
45 | >; | 41 | >; |
46 | }; | 42 | }; |
@@ -55,7 +51,7 @@ | |||
55 | bus-frequency = <0>; | 51 | bus-frequency = <0>; |
56 | 52 | ||
57 | i2c@7000 { | 53 | i2c@7000 { |
58 | interrupt-parent = <7400>; | 54 | interrupt-parent = <&mpic>; |
59 | interrupts = <E 0>; | 55 | interrupts = <E 0>; |
60 | reg = <7000 400>; | 56 | reg = <7000 400>; |
61 | device_type = "i2c"; | 57 | device_type = "i2c"; |
@@ -66,18 +62,16 @@ | |||
66 | device_type = "mdio"; | 62 | device_type = "mdio"; |
67 | compatible = "tsi-ethernet"; | 63 | compatible = "tsi-ethernet"; |
68 | 64 | ||
69 | ethernet-phy@6000 { | 65 | phy8: ethernet-phy@6000 { |
70 | linux,phandle = <6000>; | 66 | interrupt-parent = <&mpic>; |
71 | interrupt-parent = <7400>; | ||
72 | interrupts = <2 1>; | 67 | interrupts = <2 1>; |
73 | reg = <6000 50>; | 68 | reg = <6000 50>; |
74 | phy-id = <8>; | 69 | phy-id = <8>; |
75 | device_type = "ethernet-phy"; | 70 | device_type = "ethernet-phy"; |
76 | }; | 71 | }; |
77 | 72 | ||
78 | ethernet-phy@6400 { | 73 | phy9: ethernet-phy@6400 { |
79 | linux,phandle = <6400>; | 74 | interrupt-parent = <&mpic>; |
80 | interrupt-parent = <7400>; | ||
81 | interrupts = <2 1>; | 75 | interrupts = <2 1>; |
82 | reg = <6000 50>; | 76 | reg = <6000 50>; |
83 | phy-id = <9>; | 77 | phy-id = <9>; |
@@ -94,8 +88,8 @@ | |||
94 | reg = <6000 200>; | 88 | reg = <6000 200>; |
95 | address = [ 00 06 D2 00 00 01 ]; | 89 | address = [ 00 06 D2 00 00 01 ]; |
96 | interrupts = <10 2>; | 90 | interrupts = <10 2>; |
97 | interrupt-parent = <7400>; | 91 | interrupt-parent = <&mpic>; |
98 | phy-handle = <6000>; | 92 | phy-handle = <&phy8>; |
99 | }; | 93 | }; |
100 | 94 | ||
101 | ethernet@6600 { | 95 | ethernet@6600 { |
@@ -107,8 +101,8 @@ | |||
107 | reg = <6400 200>; | 101 | reg = <6400 200>; |
108 | address = [ 00 06 D2 00 00 02 ]; | 102 | address = [ 00 06 D2 00 00 02 ]; |
109 | interrupts = <11 2>; | 103 | interrupts = <11 2>; |
110 | interrupt-parent = <7400>; | 104 | interrupt-parent = <&mpic>; |
111 | phy-handle = <6400>; | 105 | phy-handle = <&phy9>; |
112 | }; | 106 | }; |
113 | 107 | ||
114 | serial@7808 { | 108 | serial@7808 { |
@@ -117,7 +111,7 @@ | |||
117 | reg = <7808 200>; | 111 | reg = <7808 200>; |
118 | clock-frequency = <3f6b5a00>; | 112 | clock-frequency = <3f6b5a00>; |
119 | interrupts = <c 0>; | 113 | interrupts = <c 0>; |
120 | interrupt-parent = <7400>; | 114 | interrupt-parent = <&mpic>; |
121 | }; | 115 | }; |
122 | 116 | ||
123 | serial@7c08 { | 117 | serial@7c08 { |
@@ -126,11 +120,10 @@ | |||
126 | reg = <7c08 200>; | 120 | reg = <7c08 200>; |
127 | clock-frequency = <3f6b5a00>; | 121 | clock-frequency = <3f6b5a00>; |
128 | interrupts = <d 0>; | 122 | interrupts = <d 0>; |
129 | interrupt-parent = <7400>; | 123 | interrupt-parent = <&mpic>; |
130 | }; | 124 | }; |
131 | 125 | ||
132 | pic@7400 { | 126 | mpic: pic@7400 { |
133 | linux,phandle = <7400>; | ||
134 | clock-frequency = <0>; | 127 | clock-frequency = <0>; |
135 | interrupt-controller; | 128 | interrupt-controller; |
136 | #address-cells = <0>; | 129 | #address-cells = <0>; |
@@ -144,7 +137,6 @@ | |||
144 | pci@1000 { | 137 | pci@1000 { |
145 | compatible = "tsi10x"; | 138 | compatible = "tsi10x"; |
146 | device_type = "pci"; | 139 | device_type = "pci"; |
147 | linux,phandle = <1000>; | ||
148 | #interrupt-cells = <1>; | 140 | #interrupt-cells = <1>; |
149 | #size-cells = <2>; | 141 | #size-cells = <2>; |
150 | #address-cells = <3>; | 142 | #address-cells = <3>; |
@@ -153,37 +145,37 @@ | |||
153 | ranges = <02000000 0 e0000000 e0000000 0 1A000000 | 145 | ranges = <02000000 0 e0000000 e0000000 0 1A000000 |
154 | 01000000 0 00000000 fa000000 0 00010000>; | 146 | 01000000 0 00000000 fa000000 0 00010000>; |
155 | clock-frequency = <7f28154>; | 147 | clock-frequency = <7f28154>; |
156 | interrupt-parent = <7400>; | 148 | interrupt-parent = <&mpic>; |
157 | interrupts = <17 2>; | 149 | interrupts = <17 2>; |
158 | interrupt-map-mask = <f800 0 0 7>; | 150 | interrupt-map-mask = <f800 0 0 7>; |
159 | interrupt-map = < | 151 | interrupt-map = < |
160 | 152 | ||
161 | /* IDSEL 0x11 */ | 153 | /* IDSEL 0x11 */ |
162 | 0800 0 0 1 1180 24 0 | 154 | 0800 0 0 1 &RT0 24 0 |
163 | 0800 0 0 2 1180 25 0 | 155 | 0800 0 0 2 &RT0 25 0 |
164 | 0800 0 0 3 1180 26 0 | 156 | 0800 0 0 3 &RT0 26 0 |
165 | 0800 0 0 4 1180 27 0 | 157 | 0800 0 0 4 &RT0 27 0 |
166 | 158 | ||
167 | /* IDSEL 0x12 */ | 159 | /* IDSEL 0x12 */ |
168 | 1000 0 0 1 1180 25 0 | 160 | 1000 0 0 1 &RT0 25 0 |
169 | 1000 0 0 2 1180 26 0 | 161 | 1000 0 0 2 &RT0 26 0 |
170 | 1000 0 0 3 1180 27 0 | 162 | 1000 0 0 3 &RT0 27 0 |
171 | 1000 0 0 4 1180 24 0 | 163 | 1000 0 0 4 &RT0 24 0 |
172 | 164 | ||
173 | /* IDSEL 0x13 */ | 165 | /* IDSEL 0x13 */ |
174 | 1800 0 0 1 1180 26 0 | 166 | 1800 0 0 1 &RT0 26 0 |
175 | 1800 0 0 2 1180 27 0 | 167 | 1800 0 0 2 &RT0 27 0 |
176 | 1800 0 0 3 1180 24 0 | 168 | 1800 0 0 3 &RT0 24 0 |
177 | 1800 0 0 4 1180 25 0 | 169 | 1800 0 0 4 &RT0 25 0 |
178 | 170 | ||
179 | /* IDSEL 0x14 */ | 171 | /* IDSEL 0x14 */ |
180 | 2000 0 0 1 1180 27 0 | 172 | 2000 0 0 1 &RT0 27 0 |
181 | 2000 0 0 2 1180 24 0 | 173 | 2000 0 0 2 &RT0 24 0 |
182 | 2000 0 0 3 1180 25 0 | 174 | 2000 0 0 3 &RT0 25 0 |
183 | 2000 0 0 4 1180 26 0 | 175 | 2000 0 0 4 &RT0 26 0 |
184 | >; | 176 | >; |
185 | router@1180 { | 177 | |
186 | linux,phandle = <1180>; | 178 | RT0: router@1180 { |
187 | clock-frequency = <0>; | 179 | clock-frequency = <0>; |
188 | interrupt-controller; | 180 | interrupt-controller; |
189 | device_type = "pic-router"; | 181 | device_type = "pic-router"; |
@@ -192,7 +184,7 @@ | |||
192 | built-in; | 184 | built-in; |
193 | big-endian; | 185 | big-endian; |
194 | interrupts = <17 2>; | 186 | interrupts = <17 2>; |
195 | interrupt-parent = <7400>; | 187 | interrupt-parent = <&mpic>; |
196 | }; | 188 | }; |
197 | }; | 189 | }; |
198 | }; | 190 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts index f261d647ac85..d91e81c009f5 100644 --- a/arch/powerpc/boot/dts/mpc8540ads.dts +++ b/arch/powerpc/boot/dts/mpc8540ads.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00100000>; // CCSRBAR 1M | 48 | reg = <e0000000 00100000>; // CCSRBAR 1M |
49 | bus-frequency = <0>; | 49 | bus-frequency = <0>; |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8540-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8540-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <40000>; // L2, 256K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | i2c@3000 { | 67 | i2c@3000 { |
52 | device_type = "i2c"; | 68 | device_type = "i2c"; |
53 | compatible = "fsl-i2c"; | 69 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts b/arch/powerpc/boot/dts/mpc8541cds.dts index 5fdcb69554f2..4f2c3af2e052 100644 --- a/arch/powerpc/boot/dts/mpc8541cds.dts +++ b/arch/powerpc/boot/dts/mpc8541cds.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00100000>; // CCSRBAR 1M | 48 | reg = <e0000000 00100000>; // CCSRBAR 1M |
49 | bus-frequency = <0>; | 49 | bus-frequency = <0>; |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8541-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8541-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <40000>; // L2, 256K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | i2c@3000 { | 67 | i2c@3000 { |
52 | device_type = "i2c"; | 68 | device_type = "i2c"; |
53 | compatible = "fsl-i2c"; | 69 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index 6b084605bb4b..3033599e74e8 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00100000>; // CCSRBAR 1M | 48 | reg = <e0000000 00100000>; // CCSRBAR 1M |
49 | bus-frequency = <0>; // Filled out by uboot. | 49 | bus-frequency = <0>; // Filled out by uboot. |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8544-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8544-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <40000>; // L2, 256K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | i2c@3000 { | 67 | i2c@3000 { |
52 | device_type = "i2c"; | 68 | device_type = "i2c"; |
53 | compatible = "fsl-i2c"; | 69 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts index b2b2200d0425..ad96381033c0 100644 --- a/arch/powerpc/boot/dts/mpc8548cds.dts +++ b/arch/powerpc/boot/dts/mpc8548cds.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00100000>; // CCSRBAR 1M | 48 | reg = <e0000000 00100000>; // CCSRBAR 1M |
49 | bus-frequency = <0>; | 49 | bus-frequency = <0>; |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8548-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8548-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <80000>; // L2, 512K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | i2c@3000 { | 67 | i2c@3000 { |
52 | device_type = "i2c"; | 68 | device_type = "i2c"; |
53 | compatible = "fsl-i2c"; | 69 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/dts/mpc8555cds.dts b/arch/powerpc/boot/dts/mpc8555cds.dts index 68a4795720dc..951ed92f1154 100644 --- a/arch/powerpc/boot/dts/mpc8555cds.dts +++ b/arch/powerpc/boot/dts/mpc8555cds.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00100000>; // CCSRBAR 1M | 48 | reg = <e0000000 00100000>; // CCSRBAR 1M |
49 | bus-frequency = <0>; | 49 | bus-frequency = <0>; |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8555-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8555-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <40000>; // L2, 256K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | i2c@3000 { | 67 | i2c@3000 { |
52 | device_type = "i2c"; | 68 | device_type = "i2c"; |
53 | compatible = "fsl-i2c"; | 69 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts index 1f2afe9291d2..80682152b0cf 100644 --- a/arch/powerpc/boot/dts/mpc8560ads.dts +++ b/arch/powerpc/boot/dts/mpc8560ads.dts | |||
@@ -48,6 +48,22 @@ | |||
48 | reg = <e0000000 00000200>; | 48 | reg = <e0000000 00000200>; |
49 | bus-frequency = <13ab6680>; | 49 | bus-frequency = <13ab6680>; |
50 | 50 | ||
51 | memory-controller@2000 { | ||
52 | compatible = "fsl,8540-memory-controller"; | ||
53 | reg = <2000 1000>; | ||
54 | interrupt-parent = <&mpic>; | ||
55 | interrupts = <2 2>; | ||
56 | }; | ||
57 | |||
58 | l2-cache-controller@20000 { | ||
59 | compatible = "fsl,8540-l2-cache-controller"; | ||
60 | reg = <20000 1000>; | ||
61 | cache-line-size = <20>; // 32 bytes | ||
62 | cache-size = <40000>; // L2, 256K | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <0 2>; | ||
65 | }; | ||
66 | |||
51 | mdio@24520 { | 67 | mdio@24520 { |
52 | device_type = "mdio"; | 68 | device_type = "mdio"; |
53 | compatible = "gianfar"; | 69 | compatible = "gianfar"; |
@@ -110,7 +126,7 @@ | |||
110 | #address-cells = <3>; | 126 | #address-cells = <3>; |
111 | compatible = "85xx"; | 127 | compatible = "85xx"; |
112 | device_type = "pci"; | 128 | device_type = "pci"; |
113 | reg = <8000 400>; | 129 | reg = <8000 1000>; |
114 | clock-frequency = <3f940aa>; | 130 | clock-frequency = <3f940aa>; |
115 | interrupt-map-mask = <f800 0 0 7>; | 131 | interrupt-map-mask = <f800 0 0 7>; |
116 | interrupt-map = < | 132 | interrupt-map = < |
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts index 948a3b61bd4a..a123ec9456bc 100644 --- a/arch/powerpc/boot/dts/mpc8568mds.dts +++ b/arch/powerpc/boot/dts/mpc8568mds.dts | |||
@@ -57,6 +57,22 @@ | |||
57 | reg = <e0000000 00100000>; | 57 | reg = <e0000000 00100000>; |
58 | bus-frequency = <0>; | 58 | bus-frequency = <0>; |
59 | 59 | ||
60 | memory-controller@2000 { | ||
61 | compatible = "fsl,8568-memory-controller"; | ||
62 | reg = <2000 1000>; | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <2 2>; | ||
65 | }; | ||
66 | |||
67 | l2-cache-controller@20000 { | ||
68 | compatible = "fsl,8568-l2-cache-controller"; | ||
69 | reg = <20000 1000>; | ||
70 | cache-line-size = <20>; // 32 bytes | ||
71 | cache-size = <80000>; // L2, 512K | ||
72 | interrupt-parent = <&mpic>; | ||
73 | interrupts = <0 2>; | ||
74 | }; | ||
75 | |||
60 | i2c@3000 { | 76 | i2c@3000 { |
61 | device_type = "i2c"; | 77 | device_type = "i2c"; |
62 | compatible = "fsl-i2c"; | 78 | compatible = "fsl-i2c"; |
diff --git a/arch/powerpc/boot/flatdevtree.c b/arch/powerpc/boot/flatdevtree.c index d00fbd92a458..b732644788db 100644 --- a/arch/powerpc/boot/flatdevtree.c +++ b/arch/powerpc/boot/flatdevtree.c | |||
@@ -891,28 +891,27 @@ int ft_set_prop(struct ft_cxt *cxt, const void *phandle, const char *propname, | |||
891 | struct ft_atom atom; | 891 | struct ft_atom atom; |
892 | void *node; | 892 | void *node; |
893 | char *p, *next; | 893 | char *p, *next; |
894 | int nextra, depth; | 894 | int nextra; |
895 | 895 | ||
896 | node = ft_node_ph2node(cxt, phandle); | 896 | node = ft_node_ph2node(cxt, phandle); |
897 | if (node == NULL) | 897 | if (node == NULL) |
898 | return -1; | 898 | return -1; |
899 | 899 | ||
900 | depth = 0; | 900 | next = ft_next(cxt, node, &atom); |
901 | p = node; | 901 | if (atom.tag != OF_DT_BEGIN_NODE) |
902 | /* phandle didn't point to a node */ | ||
903 | return -1; | ||
904 | p = next; | ||
902 | 905 | ||
903 | while ((next = ft_next(cxt, p, &atom)) != NULL) { | 906 | while ((next = ft_next(cxt, p, &atom)) != NULL) { |
904 | switch (atom.tag) { | 907 | switch (atom.tag) { |
905 | case OF_DT_BEGIN_NODE: | 908 | case OF_DT_BEGIN_NODE: /* properties must go before subnodes */ |
906 | ++depth; | ||
907 | break; | ||
908 | case OF_DT_END_NODE: | 909 | case OF_DT_END_NODE: |
909 | if (--depth > 0) | ||
910 | break; | ||
911 | /* haven't found the property, insert here */ | 910 | /* haven't found the property, insert here */ |
912 | cxt->p = p; | 911 | cxt->p = p; |
913 | return ft_prop(cxt, propname, buf, buflen); | 912 | return ft_prop(cxt, propname, buf, buflen); |
914 | case OF_DT_PROP: | 913 | case OF_DT_PROP: |
915 | if ((depth != 1) || strcmp(atom.name, propname)) | 914 | if (strcmp(atom.name, propname)) |
916 | break; | 915 | break; |
917 | /* found an existing property, overwrite it */ | 916 | /* found an existing property, overwrite it */ |
918 | nextra = _ALIGN(buflen, 4) - _ALIGN(atom.size, 4); | 917 | nextra = _ALIGN(buflen, 4) - _ALIGN(atom.size, 4); |
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 6061e5f7696e..02c428affc8f 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
@@ -163,7 +163,6 @@ CONFIG_SPU_FS=m | |||
163 | CONFIG_SPU_BASE=y | 163 | CONFIG_SPU_BASE=y |
164 | CONFIG_CBE_RAS=y | 164 | CONFIG_CBE_RAS=y |
165 | CONFIG_CBE_THERM=m | 165 | CONFIG_CBE_THERM=m |
166 | CONFIG_CBE_CPUFREQ=m | ||
167 | CONFIG_PPC_NATIVE=y | 166 | CONFIG_PPC_NATIVE=y |
168 | CONFIG_UDBG_RTAS_CONSOLE=y | 167 | CONFIG_UDBG_RTAS_CONSOLE=y |
169 | CONFIG_PPC_UDBG_BEAT=y | 168 | CONFIG_PPC_UDBG_BEAT=y |
@@ -172,24 +171,12 @@ CONFIG_PPC_RTAS=y | |||
172 | # CONFIG_RTAS_ERROR_LOGGING is not set | 171 | # CONFIG_RTAS_ERROR_LOGGING is not set |
173 | CONFIG_RTAS_PROC=y | 172 | CONFIG_RTAS_PROC=y |
174 | CONFIG_RTAS_FLASH=y | 173 | CONFIG_RTAS_FLASH=y |
175 | CONFIG_PPC_PMI=m | 174 | # CONFIG_PPC_PMI is not set |
176 | CONFIG_MMIO_NVRAM=y | 175 | CONFIG_MMIO_NVRAM=y |
177 | # CONFIG_PPC_MPC106 is not set | 176 | # CONFIG_PPC_MPC106 is not set |
178 | # CONFIG_PPC_970_NAP is not set | 177 | # CONFIG_PPC_970_NAP is not set |
179 | CONFIG_PPC_INDIRECT_IO=y | 178 | CONFIG_PPC_INDIRECT_IO=y |
180 | CONFIG_GENERIC_IOMAP=y | 179 | CONFIG_GENERIC_IOMAP=y |
181 | CONFIG_CPU_FREQ=y | ||
182 | CONFIG_CPU_FREQ_TABLE=y | ||
183 | CONFIG_CPU_FREQ_DEBUG=y | ||
184 | CONFIG_CPU_FREQ_STAT=y | ||
185 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
186 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
187 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
188 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
189 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
190 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
191 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
192 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
193 | # CONFIG_CPU_FREQ_PMAC64 is not set | 180 | # CONFIG_CPU_FREQ_PMAC64 is not set |
194 | # CONFIG_WANT_EARLY_SERIAL is not set | 181 | # CONFIG_WANT_EARLY_SERIAL is not set |
195 | CONFIG_MPIC=y | 182 | CONFIG_MPIC=y |
diff --git a/arch/powerpc/configs/iseries_defconfig b/arch/powerpc/configs/iseries_defconfig index 5fc87448704c..af25118c8f24 100644 --- a/arch/powerpc/configs/iseries_defconfig +++ b/arch/powerpc/configs/iseries_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20-rc5 | 3 | # Linux kernel version: 2.6.22-rc1 |
4 | # Mon Jan 22 22:16:44 2007 | 4 | # Mon May 14 14:27:46 2007 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -40,6 +40,7 @@ CONFIG_PPC_FPU=y | |||
40 | # CONFIG_PPC_OF_PLATFORM_PCI is not set | 40 | # CONFIG_PPC_OF_PLATFORM_PCI is not set |
41 | # CONFIG_ALTIVEC is not set | 41 | # CONFIG_ALTIVEC is not set |
42 | CONFIG_PPC_STD_MMU=y | 42 | CONFIG_PPC_STD_MMU=y |
43 | # CONFIG_PPC_MM_SLICES is not set | ||
43 | CONFIG_VIRT_CPU_ACCOUNTING=y | 44 | CONFIG_VIRT_CPU_ACCOUNTING=y |
44 | CONFIG_SMP=y | 45 | CONFIG_SMP=y |
45 | CONFIG_NR_CPUS=32 | 46 | CONFIG_NR_CPUS=32 |
@@ -60,6 +61,7 @@ CONFIG_LOCALVERSION_AUTO=y | |||
60 | CONFIG_SWAP=y | 61 | CONFIG_SWAP=y |
61 | CONFIG_SYSVIPC=y | 62 | CONFIG_SYSVIPC=y |
62 | # CONFIG_IPC_NS is not set | 63 | # CONFIG_IPC_NS is not set |
64 | CONFIG_SYSVIPC_SYSCTL=y | ||
63 | CONFIG_POSIX_MQUEUE=y | 65 | CONFIG_POSIX_MQUEUE=y |
64 | # CONFIG_BSD_PROCESS_ACCT is not set | 66 | # CONFIG_BSD_PROCESS_ACCT is not set |
65 | # CONFIG_TASKSTATS is not set | 67 | # CONFIG_TASKSTATS is not set |
@@ -68,9 +70,11 @@ CONFIG_AUDIT=y | |||
68 | CONFIG_AUDITSYSCALL=y | 70 | CONFIG_AUDITSYSCALL=y |
69 | CONFIG_IKCONFIG=y | 71 | CONFIG_IKCONFIG=y |
70 | CONFIG_IKCONFIG_PROC=y | 72 | CONFIG_IKCONFIG_PROC=y |
73 | CONFIG_LOG_BUF_SHIFT=17 | ||
71 | # CONFIG_CPUSETS is not set | 74 | # CONFIG_CPUSETS is not set |
72 | CONFIG_SYSFS_DEPRECATED=y | 75 | CONFIG_SYSFS_DEPRECATED=y |
73 | # CONFIG_RELAY is not set | 76 | # CONFIG_RELAY is not set |
77 | CONFIG_BLK_DEV_INITRD=y | ||
74 | CONFIG_INITRAMFS_SOURCE="" | 78 | CONFIG_INITRAMFS_SOURCE="" |
75 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 79 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
76 | CONFIG_SYSCTL=y | 80 | CONFIG_SYSCTL=y |
@@ -85,14 +89,19 @@ CONFIG_BUG=y | |||
85 | CONFIG_ELF_CORE=y | 89 | CONFIG_ELF_CORE=y |
86 | CONFIG_BASE_FULL=y | 90 | CONFIG_BASE_FULL=y |
87 | CONFIG_FUTEX=y | 91 | CONFIG_FUTEX=y |
92 | CONFIG_ANON_INODES=y | ||
88 | CONFIG_EPOLL=y | 93 | CONFIG_EPOLL=y |
94 | CONFIG_SIGNALFD=y | ||
95 | CONFIG_TIMERFD=y | ||
96 | CONFIG_EVENTFD=y | ||
89 | CONFIG_SHMEM=y | 97 | CONFIG_SHMEM=y |
90 | CONFIG_SLAB=y | ||
91 | CONFIG_VM_EVENT_COUNTERS=y | 98 | CONFIG_VM_EVENT_COUNTERS=y |
99 | CONFIG_SLAB=y | ||
100 | # CONFIG_SLUB is not set | ||
101 | # CONFIG_SLOB is not set | ||
92 | CONFIG_RT_MUTEXES=y | 102 | CONFIG_RT_MUTEXES=y |
93 | # CONFIG_TINY_SHMEM is not set | 103 | # CONFIG_TINY_SHMEM is not set |
94 | CONFIG_BASE_SMALL=0 | 104 | CONFIG_BASE_SMALL=0 |
95 | # CONFIG_SLOB is not set | ||
96 | 105 | ||
97 | # | 106 | # |
98 | # Loadable module support | 107 | # Loadable module support |
@@ -131,15 +140,30 @@ CONFIG_PPC_MULTIPLATFORM=y | |||
131 | # CONFIG_EMBEDDED6xx is not set | 140 | # CONFIG_EMBEDDED6xx is not set |
132 | # CONFIG_APUS is not set | 141 | # CONFIG_APUS is not set |
133 | # CONFIG_PPC_PSERIES is not set | 142 | # CONFIG_PPC_PSERIES is not set |
143 | CONFIG_LPARCFG=y | ||
134 | CONFIG_PPC_ISERIES=y | 144 | CONFIG_PPC_ISERIES=y |
145 | |||
146 | # | ||
147 | # iSeries device drivers | ||
148 | # | ||
149 | CONFIG_VIODASD=y | ||
150 | CONFIG_VIOCD=m | ||
151 | CONFIG_VIOTAPE=m | ||
152 | CONFIG_VIOPATH=y | ||
135 | # CONFIG_PPC_MPC52xx is not set | 153 | # CONFIG_PPC_MPC52xx is not set |
154 | # CONFIG_PPC_MPC5200 is not set | ||
136 | # CONFIG_PPC_PMAC is not set | 155 | # CONFIG_PPC_PMAC is not set |
137 | # CONFIG_PPC_MAPLE is not set | 156 | # CONFIG_PPC_MAPLE is not set |
138 | # CONFIG_PPC_PASEMI is not set | 157 | # CONFIG_PPC_PASEMI is not set |
158 | # CONFIG_PPC_CELLEB is not set | ||
159 | # CONFIG_PPC_PS3 is not set | ||
139 | # CONFIG_PPC_CELL is not set | 160 | # CONFIG_PPC_CELL is not set |
140 | # CONFIG_PPC_CELL_NATIVE is not set | 161 | # CONFIG_PPC_CELL_NATIVE is not set |
141 | # CONFIG_PPC_IBM_CELL_BLADE is not set | 162 | # CONFIG_PPC_IBM_CELL_BLADE is not set |
142 | # CONFIG_PPC_PS3 is not set | 163 | # CONFIG_PQ2ADS is not set |
164 | # CONFIG_MPIC is not set | ||
165 | # CONFIG_MPIC_WEIRD is not set | ||
166 | # CONFIG_PPC_I8259 is not set | ||
143 | # CONFIG_U3_DART is not set | 167 | # CONFIG_U3_DART is not set |
144 | # CONFIG_PPC_RTAS is not set | 168 | # CONFIG_PPC_RTAS is not set |
145 | # CONFIG_MMIO_NVRAM is not set | 169 | # CONFIG_MMIO_NVRAM is not set |
@@ -149,8 +173,7 @@ CONFIG_IBMVIO=y | |||
149 | CONFIG_PPC_INDIRECT_IO=y | 173 | CONFIG_PPC_INDIRECT_IO=y |
150 | CONFIG_GENERIC_IOMAP=y | 174 | CONFIG_GENERIC_IOMAP=y |
151 | # CONFIG_CPU_FREQ is not set | 175 | # CONFIG_CPU_FREQ is not set |
152 | # CONFIG_WANT_EARLY_SERIAL is not set | 176 | # CONFIG_CPM2 is not set |
153 | # CONFIG_MPIC is not set | ||
154 | 177 | ||
155 | # | 178 | # |
156 | # Kernel options | 179 | # Kernel options |
@@ -172,7 +195,6 @@ CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | |||
172 | # CONFIG_KEXEC is not set | 195 | # CONFIG_KEXEC is not set |
173 | # CONFIG_CRASH_DUMP is not set | 196 | # CONFIG_CRASH_DUMP is not set |
174 | CONFIG_IRQ_ALL_CPUS=y | 197 | CONFIG_IRQ_ALL_CPUS=y |
175 | CONFIG_LPARCFG=y | ||
176 | # CONFIG_NUMA is not set | 198 | # CONFIG_NUMA is not set |
177 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 199 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
178 | CONFIG_ARCH_FLATMEM_ENABLE=y | 200 | CONFIG_ARCH_FLATMEM_ENABLE=y |
@@ -187,34 +209,34 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
187 | # CONFIG_SPARSEMEM_STATIC is not set | 209 | # CONFIG_SPARSEMEM_STATIC is not set |
188 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 210 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
189 | CONFIG_RESOURCES_64BIT=y | 211 | CONFIG_RESOURCES_64BIT=y |
212 | CONFIG_ZONE_DMA_FLAG=1 | ||
213 | # CONFIG_PPC_HAS_HASH_64K is not set | ||
190 | # CONFIG_PPC_64K_PAGES is not set | 214 | # CONFIG_PPC_64K_PAGES is not set |
191 | # CONFIG_SCHED_SMT is not set | 215 | # CONFIG_SCHED_SMT is not set |
192 | CONFIG_PROC_DEVICETREE=y | 216 | CONFIG_PROC_DEVICETREE=y |
193 | # CONFIG_CMDLINE_BOOL is not set | 217 | # CONFIG_CMDLINE_BOOL is not set |
194 | # CONFIG_PM is not set | 218 | # CONFIG_PM is not set |
195 | CONFIG_SECCOMP=y | 219 | CONFIG_SECCOMP=y |
220 | # CONFIG_WANT_DEVICE_TREE is not set | ||
196 | CONFIG_ISA_DMA_API=y | 221 | CONFIG_ISA_DMA_API=y |
197 | 222 | ||
198 | # | 223 | # |
199 | # Bus options | 224 | # Bus options |
200 | # | 225 | # |
226 | CONFIG_ZONE_DMA=y | ||
201 | CONFIG_GENERIC_ISA_DMA=y | 227 | CONFIG_GENERIC_ISA_DMA=y |
202 | # CONFIG_MPIC_WEIRD is not set | ||
203 | # CONFIG_PPC_I8259 is not set | ||
204 | # CONFIG_PPC_INDIRECT_PCI is not set | 228 | # CONFIG_PPC_INDIRECT_PCI is not set |
205 | CONFIG_PCI=y | 229 | CONFIG_PCI=y |
206 | CONFIG_PCI_DOMAINS=y | 230 | CONFIG_PCI_DOMAINS=y |
207 | # CONFIG_PCIEPORTBUS is not set | 231 | # CONFIG_PCIEPORTBUS is not set |
232 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
233 | # CONFIG_PCI_MSI is not set | ||
208 | # CONFIG_PCI_DEBUG is not set | 234 | # CONFIG_PCI_DEBUG is not set |
209 | 235 | ||
210 | # | 236 | # |
211 | # PCCARD (PCMCIA/CardBus) support | 237 | # PCCARD (PCMCIA/CardBus) support |
212 | # | 238 | # |
213 | # CONFIG_PCCARD is not set | 239 | # CONFIG_PCCARD is not set |
214 | |||
215 | # | ||
216 | # PCI Hotplug Support | ||
217 | # | ||
218 | # CONFIG_HOTPLUG_PCI is not set | 240 | # CONFIG_HOTPLUG_PCI is not set |
219 | CONFIG_KERNEL_START=0xc000000000000000 | 241 | CONFIG_KERNEL_START=0xc000000000000000 |
220 | 242 | ||
@@ -226,14 +248,15 @@ CONFIG_NET=y | |||
226 | # | 248 | # |
227 | # Networking options | 249 | # Networking options |
228 | # | 250 | # |
229 | # CONFIG_NETDEBUG is not set | ||
230 | CONFIG_PACKET=y | 251 | CONFIG_PACKET=y |
231 | # CONFIG_PACKET_MMAP is not set | 252 | # CONFIG_PACKET_MMAP is not set |
232 | CONFIG_UNIX=y | 253 | CONFIG_UNIX=y |
233 | CONFIG_XFRM=y | 254 | CONFIG_XFRM=y |
234 | CONFIG_XFRM_USER=m | 255 | CONFIG_XFRM_USER=m |
235 | CONFIG_XFRM_SUB_POLICY=y | 256 | CONFIG_XFRM_SUB_POLICY=y |
257 | # CONFIG_XFRM_MIGRATE is not set | ||
236 | CONFIG_NET_KEY=m | 258 | CONFIG_NET_KEY=m |
259 | # CONFIG_NET_KEY_MIGRATE is not set | ||
237 | CONFIG_INET=y | 260 | CONFIG_INET=y |
238 | CONFIG_IP_MULTICAST=y | 261 | CONFIG_IP_MULTICAST=y |
239 | # CONFIG_IP_ADVANCED_ROUTER is not set | 262 | # CONFIG_IP_ADVANCED_ROUTER is not set |
@@ -275,8 +298,6 @@ CONFIG_NETFILTER=y | |||
275 | # | 298 | # |
276 | # CONFIG_NETFILTER_NETLINK is not set | 299 | # CONFIG_NETFILTER_NETLINK is not set |
277 | CONFIG_NF_CONNTRACK_ENABLED=m | 300 | CONFIG_NF_CONNTRACK_ENABLED=m |
278 | CONFIG_NF_CONNTRACK_SUPPORT=y | ||
279 | # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set | ||
280 | CONFIG_NF_CONNTRACK=m | 301 | CONFIG_NF_CONNTRACK=m |
281 | # CONFIG_NF_CT_ACCT is not set | 302 | # CONFIG_NF_CT_ACCT is not set |
282 | CONFIG_NF_CONNTRACK_MARK=y | 303 | CONFIG_NF_CONNTRACK_MARK=y |
@@ -288,6 +309,7 @@ CONFIG_NF_CONNTRACK_FTP=m | |||
288 | CONFIG_NF_CONNTRACK_IRC=m | 309 | CONFIG_NF_CONNTRACK_IRC=m |
289 | # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set | 310 | # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set |
290 | # CONFIG_NF_CONNTRACK_PPTP is not set | 311 | # CONFIG_NF_CONNTRACK_PPTP is not set |
312 | # CONFIG_NF_CONNTRACK_SANE is not set | ||
291 | # CONFIG_NF_CONNTRACK_SIP is not set | 313 | # CONFIG_NF_CONNTRACK_SIP is not set |
292 | CONFIG_NF_CONNTRACK_TFTP=m | 314 | CONFIG_NF_CONNTRACK_TFTP=m |
293 | CONFIG_NETFILTER_XTABLES=m | 315 | CONFIG_NETFILTER_XTABLES=m |
@@ -298,7 +320,9 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m | |||
298 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | 320 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m |
299 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | 321 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set |
300 | # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set | 322 | # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set |
323 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set | ||
301 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | 324 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m |
325 | # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set | ||
302 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | 326 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m |
303 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | 327 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m |
304 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | 328 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set |
@@ -340,7 +364,6 @@ CONFIG_IP_NF_FILTER=m | |||
340 | CONFIG_IP_NF_TARGET_REJECT=m | 364 | CONFIG_IP_NF_TARGET_REJECT=m |
341 | CONFIG_IP_NF_TARGET_LOG=m | 365 | CONFIG_IP_NF_TARGET_LOG=m |
342 | CONFIG_IP_NF_TARGET_ULOG=m | 366 | CONFIG_IP_NF_TARGET_ULOG=m |
343 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
344 | CONFIG_NF_NAT=m | 367 | CONFIG_NF_NAT=m |
345 | CONFIG_NF_NAT_NEEDED=y | 368 | CONFIG_NF_NAT_NEEDED=y |
346 | CONFIG_IP_NF_TARGET_MASQUERADE=m | 369 | CONFIG_IP_NF_TARGET_MASQUERADE=m |
@@ -373,7 +396,12 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
373 | # | 396 | # |
374 | # SCTP Configuration (EXPERIMENTAL) | 397 | # SCTP Configuration (EXPERIMENTAL) |
375 | # | 398 | # |
376 | # CONFIG_IP_SCTP is not set | 399 | CONFIG_IP_SCTP=m |
400 | # CONFIG_SCTP_DBG_MSG is not set | ||
401 | # CONFIG_SCTP_DBG_OBJCNT is not set | ||
402 | # CONFIG_SCTP_HMAC_NONE is not set | ||
403 | # CONFIG_SCTP_HMAC_SHA1 is not set | ||
404 | CONFIG_SCTP_HMAC_MD5=y | ||
377 | 405 | ||
378 | # | 406 | # |
379 | # TIPC Configuration (EXPERIMENTAL) | 407 | # TIPC Configuration (EXPERIMENTAL) |
@@ -405,7 +433,16 @@ CONFIG_NET_CLS_ROUTE=y | |||
405 | # CONFIG_HAMRADIO is not set | 433 | # CONFIG_HAMRADIO is not set |
406 | # CONFIG_IRDA is not set | 434 | # CONFIG_IRDA is not set |
407 | # CONFIG_BT is not set | 435 | # CONFIG_BT is not set |
436 | # CONFIG_AF_RXRPC is not set | ||
437 | |||
438 | # | ||
439 | # Wireless | ||
440 | # | ||
441 | # CONFIG_CFG80211 is not set | ||
442 | # CONFIG_WIRELESS_EXT is not set | ||
443 | # CONFIG_MAC80211 is not set | ||
408 | # CONFIG_IEEE80211 is not set | 444 | # CONFIG_IEEE80211 is not set |
445 | # CONFIG_RFKILL is not set | ||
409 | 446 | ||
410 | # | 447 | # |
411 | # Device Drivers | 448 | # Device Drivers |
@@ -418,16 +455,13 @@ CONFIG_STANDALONE=y | |||
418 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 455 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
419 | CONFIG_FW_LOADER=m | 456 | CONFIG_FW_LOADER=m |
420 | # CONFIG_DEBUG_DRIVER is not set | 457 | # CONFIG_DEBUG_DRIVER is not set |
458 | # CONFIG_DEBUG_DEVRES is not set | ||
421 | # CONFIG_SYS_HYPERVISOR is not set | 459 | # CONFIG_SYS_HYPERVISOR is not set |
422 | 460 | ||
423 | # | 461 | # |
424 | # Connector - unified userspace <-> kernelspace linker | 462 | # Connector - unified userspace <-> kernelspace linker |
425 | # | 463 | # |
426 | # CONFIG_CONNECTOR is not set | 464 | # CONFIG_CONNECTOR is not set |
427 | |||
428 | # | ||
429 | # Memory Technology Devices (MTD) | ||
430 | # | ||
431 | # CONFIG_MTD is not set | 465 | # CONFIG_MTD is not set |
432 | 466 | ||
433 | # | 467 | # |
@@ -438,6 +472,7 @@ CONFIG_FW_LOADER=m | |||
438 | # | 472 | # |
439 | # Plug and Play support | 473 | # Plug and Play support |
440 | # | 474 | # |
475 | # CONFIG_PNPACPI is not set | ||
441 | 476 | ||
442 | # | 477 | # |
443 | # Block devices | 478 | # Block devices |
@@ -456,15 +491,16 @@ CONFIG_BLK_DEV_RAM=y | |||
456 | CONFIG_BLK_DEV_RAM_COUNT=16 | 491 | CONFIG_BLK_DEV_RAM_COUNT=16 |
457 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 492 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
458 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 493 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
459 | CONFIG_BLK_DEV_INITRD=y | ||
460 | # CONFIG_CDROM_PKTCDVD is not set | 494 | # CONFIG_CDROM_PKTCDVD is not set |
461 | # CONFIG_ATA_OVER_ETH is not set | 495 | # CONFIG_ATA_OVER_ETH is not set |
462 | 496 | ||
463 | # | 497 | # |
464 | # Misc devices | 498 | # Misc devices |
465 | # | 499 | # |
500 | # CONFIG_PHANTOM is not set | ||
466 | # CONFIG_SGI_IOC4 is not set | 501 | # CONFIG_SGI_IOC4 is not set |
467 | # CONFIG_TIFM_CORE is not set | 502 | # CONFIG_TIFM_CORE is not set |
503 | # CONFIG_BLINK is not set | ||
468 | 504 | ||
469 | # | 505 | # |
470 | # ATA/ATAPI/MFM/RLL support | 506 | # ATA/ATAPI/MFM/RLL support |
@@ -498,6 +534,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
498 | CONFIG_SCSI_CONSTANTS=y | 534 | CONFIG_SCSI_CONSTANTS=y |
499 | # CONFIG_SCSI_LOGGING is not set | 535 | # CONFIG_SCSI_LOGGING is not set |
500 | # CONFIG_SCSI_SCAN_ASYNC is not set | 536 | # CONFIG_SCSI_SCAN_ASYNC is not set |
537 | CONFIG_SCSI_WAIT_SCAN=m | ||
501 | 538 | ||
502 | # | 539 | # |
503 | # SCSI Transports | 540 | # SCSI Transports |
@@ -544,11 +581,8 @@ CONFIG_SCSI_IBMVSCSI=m | |||
544 | # CONFIG_SCSI_DC395x is not set | 581 | # CONFIG_SCSI_DC395x is not set |
545 | # CONFIG_SCSI_DC390T is not set | 582 | # CONFIG_SCSI_DC390T is not set |
546 | # CONFIG_SCSI_DEBUG is not set | 583 | # CONFIG_SCSI_DEBUG is not set |
584 | # CONFIG_SCSI_ESP_CORE is not set | ||
547 | # CONFIG_SCSI_SRP is not set | 585 | # CONFIG_SCSI_SRP is not set |
548 | |||
549 | # | ||
550 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
551 | # | ||
552 | # CONFIG_ATA is not set | 586 | # CONFIG_ATA is not set |
553 | 587 | ||
554 | # | 588 | # |
@@ -570,6 +604,7 @@ CONFIG_DM_SNAPSHOT=m | |||
570 | CONFIG_DM_MIRROR=m | 604 | CONFIG_DM_MIRROR=m |
571 | CONFIG_DM_ZERO=m | 605 | CONFIG_DM_ZERO=m |
572 | # CONFIG_DM_MULTIPATH is not set | 606 | # CONFIG_DM_MULTIPATH is not set |
607 | # CONFIG_DM_DELAY is not set | ||
573 | 608 | ||
574 | # | 609 | # |
575 | # Fusion MPT device support | 610 | # Fusion MPT device support |
@@ -582,18 +617,14 @@ CONFIG_DM_ZERO=m | |||
582 | # | 617 | # |
583 | # IEEE 1394 (FireWire) support | 618 | # IEEE 1394 (FireWire) support |
584 | # | 619 | # |
620 | # CONFIG_FIREWIRE is not set | ||
585 | # CONFIG_IEEE1394 is not set | 621 | # CONFIG_IEEE1394 is not set |
586 | 622 | ||
587 | # | 623 | # |
588 | # I2O device support | 624 | # I2O device support |
589 | # | 625 | # |
590 | # CONFIG_I2O is not set | 626 | # CONFIG_I2O is not set |
591 | 627 | # CONFIG_MACINTOSH_DRIVERS is not set | |
592 | # | ||
593 | # Macintosh device drivers | ||
594 | # | ||
595 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
596 | # CONFIG_WINDFARM is not set | ||
597 | 628 | ||
598 | # | 629 | # |
599 | # Network device support | 630 | # Network device support |
@@ -608,10 +639,6 @@ CONFIG_TUN=m | |||
608 | # ARCnet devices | 639 | # ARCnet devices |
609 | # | 640 | # |
610 | # CONFIG_ARCNET is not set | 641 | # CONFIG_ARCNET is not set |
611 | |||
612 | # | ||
613 | # PHY device support | ||
614 | # | ||
615 | # CONFIG_PHYLIB is not set | 642 | # CONFIG_PHYLIB is not set |
616 | 643 | ||
617 | # | 644 | # |
@@ -648,10 +675,8 @@ CONFIG_E100=y | |||
648 | # CONFIG_EPIC100 is not set | 675 | # CONFIG_EPIC100 is not set |
649 | # CONFIG_SUNDANCE is not set | 676 | # CONFIG_SUNDANCE is not set |
650 | # CONFIG_VIA_RHINE is not set | 677 | # CONFIG_VIA_RHINE is not set |
651 | 678 | # CONFIG_SC92031 is not set | |
652 | # | 679 | CONFIG_NETDEV_1000=y |
653 | # Ethernet (1000 Mbit) | ||
654 | # | ||
655 | CONFIG_ACENIC=m | 680 | CONFIG_ACENIC=m |
656 | # CONFIG_ACENIC_OMIT_TIGON_I is not set | 681 | # CONFIG_ACENIC_OMIT_TIGON_I is not set |
657 | # CONFIG_DL2K is not set | 682 | # CONFIG_DL2K is not set |
@@ -670,15 +695,17 @@ CONFIG_E1000=m | |||
670 | # CONFIG_TIGON3 is not set | 695 | # CONFIG_TIGON3 is not set |
671 | # CONFIG_BNX2 is not set | 696 | # CONFIG_BNX2 is not set |
672 | # CONFIG_QLA3XXX is not set | 697 | # CONFIG_QLA3XXX is not set |
673 | 698 | # CONFIG_ATL1 is not set | |
674 | # | 699 | CONFIG_NETDEV_10000=y |
675 | # Ethernet (10000 Mbit) | ||
676 | # | ||
677 | # CONFIG_CHELSIO_T1 is not set | 700 | # CONFIG_CHELSIO_T1 is not set |
701 | # CONFIG_CHELSIO_T3 is not set | ||
678 | # CONFIG_IXGB is not set | 702 | # CONFIG_IXGB is not set |
679 | # CONFIG_S2IO is not set | 703 | # CONFIG_S2IO is not set |
680 | # CONFIG_MYRI10GE is not set | 704 | # CONFIG_MYRI10GE is not set |
681 | # CONFIG_NETXEN_NIC is not set | 705 | # CONFIG_NETXEN_NIC is not set |
706 | # CONFIG_PASEMI_MAC is not set | ||
707 | # CONFIG_MLX4_CORE is not set | ||
708 | CONFIG_MLX4_DEBUG=y | ||
682 | 709 | ||
683 | # | 710 | # |
684 | # Token Ring devices | 711 | # Token Ring devices |
@@ -689,13 +716,10 @@ CONFIG_IBMOL=y | |||
689 | # CONFIG_TMS380TR is not set | 716 | # CONFIG_TMS380TR is not set |
690 | 717 | ||
691 | # | 718 | # |
692 | # Wireless LAN (non-hamradio) | 719 | # Wireless LAN |
693 | # | ||
694 | # CONFIG_NET_RADIO is not set | ||
695 | |||
696 | # | ||
697 | # Wan interfaces | ||
698 | # | 720 | # |
721 | # CONFIG_WLAN_PRE80211 is not set | ||
722 | # CONFIG_WLAN_80211 is not set | ||
699 | # CONFIG_WAN is not set | 723 | # CONFIG_WAN is not set |
700 | CONFIG_ISERIES_VETH=y | 724 | CONFIG_ISERIES_VETH=y |
701 | # CONFIG_FDDI is not set | 725 | # CONFIG_FDDI is not set |
@@ -715,7 +739,6 @@ CONFIG_SLHC=m | |||
715 | # CONFIG_SHAPER is not set | 739 | # CONFIG_SHAPER is not set |
716 | CONFIG_NETCONSOLE=y | 740 | CONFIG_NETCONSOLE=y |
717 | CONFIG_NETPOLL=y | 741 | CONFIG_NETPOLL=y |
718 | CONFIG_NETPOLL_RX=y | ||
719 | CONFIG_NETPOLL_TRAP=y | 742 | CONFIG_NETPOLL_TRAP=y |
720 | CONFIG_NET_POLL_CONTROLLER=y | 743 | CONFIG_NET_POLL_CONTROLLER=y |
721 | 744 | ||
@@ -753,6 +776,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
753 | # CONFIG_INPUT_KEYBOARD is not set | 776 | # CONFIG_INPUT_KEYBOARD is not set |
754 | # CONFIG_INPUT_MOUSE is not set | 777 | # CONFIG_INPUT_MOUSE is not set |
755 | # CONFIG_INPUT_JOYSTICK is not set | 778 | # CONFIG_INPUT_JOYSTICK is not set |
779 | # CONFIG_INPUT_TABLET is not set | ||
756 | # CONFIG_INPUT_TOUCHSCREEN is not set | 780 | # CONFIG_INPUT_TOUCHSCREEN is not set |
757 | # CONFIG_INPUT_MISC is not set | 781 | # CONFIG_INPUT_MISC is not set |
758 | 782 | ||
@@ -765,6 +789,10 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
765 | # | 789 | # |
766 | # Character devices | 790 | # Character devices |
767 | # | 791 | # |
792 | CONFIG_VT=y | ||
793 | CONFIG_VT_CONSOLE=y | ||
794 | CONFIG_HW_CONSOLE=y | ||
795 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
768 | # CONFIG_SERIAL_NONSTANDARD is not set | 796 | # CONFIG_SERIAL_NONSTANDARD is not set |
769 | 797 | ||
770 | # | 798 | # |
@@ -781,20 +809,17 @@ CONFIG_SERIAL_ICOM=m | |||
781 | CONFIG_UNIX98_PTYS=y | 809 | CONFIG_UNIX98_PTYS=y |
782 | CONFIG_LEGACY_PTYS=y | 810 | CONFIG_LEGACY_PTYS=y |
783 | CONFIG_LEGACY_PTY_COUNT=256 | 811 | CONFIG_LEGACY_PTY_COUNT=256 |
812 | CONFIG_HVC_DRIVER=y | ||
813 | CONFIG_HVC_ISERIES=y | ||
784 | 814 | ||
785 | # | 815 | # |
786 | # IPMI | 816 | # IPMI |
787 | # | 817 | # |
788 | # CONFIG_IPMI_HANDLER is not set | 818 | # CONFIG_IPMI_HANDLER is not set |
789 | |||
790 | # | ||
791 | # Watchdog Cards | ||
792 | # | ||
793 | # CONFIG_WATCHDOG is not set | 819 | # CONFIG_WATCHDOG is not set |
794 | # CONFIG_HW_RANDOM is not set | 820 | # CONFIG_HW_RANDOM is not set |
795 | CONFIG_GEN_RTC=y | 821 | CONFIG_GEN_RTC=y |
796 | # CONFIG_GEN_RTC_X is not set | 822 | # CONFIG_GEN_RTC_X is not set |
797 | # CONFIG_DTLK is not set | ||
798 | # CONFIG_R3964 is not set | 823 | # CONFIG_R3964 is not set |
799 | # CONFIG_APPLICOM is not set | 824 | # CONFIG_APPLICOM is not set |
800 | # CONFIG_AGP is not set | 825 | # CONFIG_AGP is not set |
@@ -807,10 +832,7 @@ CONFIG_MAX_RAW_DEVS=256 | |||
807 | # TPM devices | 832 | # TPM devices |
808 | # | 833 | # |
809 | # CONFIG_TCG_TPM is not set | 834 | # CONFIG_TCG_TPM is not set |
810 | 835 | CONFIG_DEVPORT=y | |
811 | # | ||
812 | # I2C support | ||
813 | # | ||
814 | # CONFIG_I2C is not set | 836 | # CONFIG_I2C is not set |
815 | 837 | ||
816 | # | 838 | # |
@@ -823,30 +845,39 @@ CONFIG_MAX_RAW_DEVS=256 | |||
823 | # Dallas's 1-wire bus | 845 | # Dallas's 1-wire bus |
824 | # | 846 | # |
825 | # CONFIG_W1 is not set | 847 | # CONFIG_W1 is not set |
848 | # CONFIG_HWMON is not set | ||
826 | 849 | ||
827 | # | 850 | # |
828 | # Hardware Monitoring support | 851 | # Multifunction device drivers |
829 | # | 852 | # |
830 | # CONFIG_HWMON is not set | 853 | # CONFIG_MFD_SM501 is not set |
831 | # CONFIG_HWMON_VID is not set | ||
832 | 854 | ||
833 | # | 855 | # |
834 | # Multimedia devices | 856 | # Multimedia devices |
835 | # | 857 | # |
836 | # CONFIG_VIDEO_DEV is not set | 858 | # CONFIG_VIDEO_DEV is not set |
859 | # CONFIG_DVB_CORE is not set | ||
860 | # CONFIG_DAB is not set | ||
837 | 861 | ||
838 | # | 862 | # |
839 | # Digital Video Broadcasting Devices | 863 | # Graphics support |
840 | # | 864 | # |
841 | # CONFIG_DVB is not set | 865 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
842 | 866 | ||
843 | # | 867 | # |
844 | # Graphics support | 868 | # Display device support |
845 | # | 869 | # |
846 | CONFIG_FIRMWARE_EDID=y | 870 | # CONFIG_DISPLAY_SUPPORT is not set |
871 | # CONFIG_VGASTATE is not set | ||
847 | # CONFIG_FB is not set | 872 | # CONFIG_FB is not set |
848 | # CONFIG_FB_IBM_GXT4500 is not set | 873 | # CONFIG_FB_IBM_GXT4500 is not set |
849 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 874 | |
875 | # | ||
876 | # Console display driver support | ||
877 | # | ||
878 | CONFIG_VGA_CONSOLE=y | ||
879 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
880 | CONFIG_DUMMY_CONSOLE=y | ||
850 | 881 | ||
851 | # | 882 | # |
852 | # Sound | 883 | # Sound |
@@ -874,10 +905,6 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
874 | # USB Gadget Support | 905 | # USB Gadget Support |
875 | # | 906 | # |
876 | # CONFIG_USB_GADGET is not set | 907 | # CONFIG_USB_GADGET is not set |
877 | |||
878 | # | ||
879 | # MMC/SD Card support | ||
880 | # | ||
881 | # CONFIG_MMC is not set | 908 | # CONFIG_MMC is not set |
882 | 909 | ||
883 | # | 910 | # |
@@ -921,10 +948,6 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
921 | # | 948 | # |
922 | 949 | ||
923 | # | 950 | # |
924 | # Virtualization | ||
925 | # | ||
926 | |||
927 | # | ||
928 | # File systems | 951 | # File systems |
929 | # | 952 | # |
930 | CONFIG_EXT2_FS=y | 953 | CONFIG_EXT2_FS=y |
@@ -979,7 +1002,6 @@ CONFIG_GENERIC_ACL=y | |||
979 | CONFIG_ISO9660_FS=y | 1002 | CONFIG_ISO9660_FS=y |
980 | CONFIG_JOLIET=y | 1003 | CONFIG_JOLIET=y |
981 | CONFIG_ZISOFS=y | 1004 | CONFIG_ZISOFS=y |
982 | CONFIG_ZISOFS_FS=y | ||
983 | CONFIG_UDF_FS=m | 1005 | CONFIG_UDF_FS=m |
984 | CONFIG_UDF_NLS=y | 1006 | CONFIG_UDF_NLS=y |
985 | 1007 | ||
@@ -1045,6 +1067,7 @@ CONFIG_NFS_ACL_SUPPORT=y | |||
1045 | CONFIG_NFS_COMMON=y | 1067 | CONFIG_NFS_COMMON=y |
1046 | CONFIG_SUNRPC=y | 1068 | CONFIG_SUNRPC=y |
1047 | CONFIG_SUNRPC_GSS=y | 1069 | CONFIG_SUNRPC_GSS=y |
1070 | # CONFIG_SUNRPC_BIND34 is not set | ||
1048 | CONFIG_RPCSEC_GSS_KRB5=y | 1071 | CONFIG_RPCSEC_GSS_KRB5=y |
1049 | CONFIG_RPCSEC_GSS_SPKM3=m | 1072 | CONFIG_RPCSEC_GSS_SPKM3=m |
1050 | # CONFIG_SMB_FS is not set | 1073 | # CONFIG_SMB_FS is not set |
@@ -1114,18 +1137,9 @@ CONFIG_NLS_ISO8859_1=y | |||
1114 | # Distributed Lock Manager | 1137 | # Distributed Lock Manager |
1115 | # | 1138 | # |
1116 | CONFIG_DLM=m | 1139 | CONFIG_DLM=m |
1117 | CONFIG_DLM_TCP=y | ||
1118 | # CONFIG_DLM_SCTP is not set | ||
1119 | # CONFIG_DLM_DEBUG is not set | 1140 | # CONFIG_DLM_DEBUG is not set |
1120 | 1141 | # CONFIG_UCC_SLOW is not set | |
1121 | # | 1142 | # CONFIG_UCC_FAST is not set |
1122 | # iSeries device drivers | ||
1123 | # | ||
1124 | CONFIG_VIOCONS=y | ||
1125 | CONFIG_VIODASD=y | ||
1126 | CONFIG_VIOCD=m | ||
1127 | CONFIG_VIOTAPE=m | ||
1128 | CONFIG_VIOPATH=y | ||
1129 | 1143 | ||
1130 | # | 1144 | # |
1131 | # Library routines | 1145 | # Library routines |
@@ -1133,6 +1147,7 @@ CONFIG_VIOPATH=y | |||
1133 | CONFIG_BITREVERSE=y | 1147 | CONFIG_BITREVERSE=y |
1134 | CONFIG_CRC_CCITT=m | 1148 | CONFIG_CRC_CCITT=m |
1135 | # CONFIG_CRC16 is not set | 1149 | # CONFIG_CRC16 is not set |
1150 | # CONFIG_CRC_ITU_T is not set | ||
1136 | CONFIG_CRC32=y | 1151 | CONFIG_CRC32=y |
1137 | CONFIG_LIBCRC32C=m | 1152 | CONFIG_LIBCRC32C=m |
1138 | CONFIG_ZLIB_INFLATE=y | 1153 | CONFIG_ZLIB_INFLATE=y |
@@ -1142,7 +1157,9 @@ CONFIG_TEXTSEARCH_KMP=m | |||
1142 | CONFIG_TEXTSEARCH_BM=m | 1157 | CONFIG_TEXTSEARCH_BM=m |
1143 | CONFIG_TEXTSEARCH_FSM=m | 1158 | CONFIG_TEXTSEARCH_FSM=m |
1144 | CONFIG_PLIST=y | 1159 | CONFIG_PLIST=y |
1145 | CONFIG_IOMAP_COPY=y | 1160 | CONFIG_HAS_IOMEM=y |
1161 | CONFIG_HAS_IOPORT=y | ||
1162 | CONFIG_HAS_DMA=y | ||
1146 | 1163 | ||
1147 | # | 1164 | # |
1148 | # Instrumentation Support | 1165 | # Instrumentation Support |
@@ -1160,15 +1177,15 @@ CONFIG_MAGIC_SYSRQ=y | |||
1160 | CONFIG_DEBUG_FS=y | 1177 | CONFIG_DEBUG_FS=y |
1161 | # CONFIG_HEADERS_CHECK is not set | 1178 | # CONFIG_HEADERS_CHECK is not set |
1162 | CONFIG_DEBUG_KERNEL=y | 1179 | CONFIG_DEBUG_KERNEL=y |
1163 | CONFIG_LOG_BUF_SHIFT=17 | 1180 | # CONFIG_DEBUG_SHIRQ is not set |
1164 | CONFIG_DETECT_SOFTLOCKUP=y | 1181 | CONFIG_DETECT_SOFTLOCKUP=y |
1165 | # CONFIG_SCHEDSTATS is not set | 1182 | # CONFIG_SCHEDSTATS is not set |
1183 | # CONFIG_TIMER_STATS is not set | ||
1166 | # CONFIG_DEBUG_SLAB is not set | 1184 | # CONFIG_DEBUG_SLAB is not set |
1167 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1185 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1168 | # CONFIG_RT_MUTEX_TESTER is not set | 1186 | # CONFIG_RT_MUTEX_TESTER is not set |
1169 | # CONFIG_DEBUG_SPINLOCK is not set | 1187 | # CONFIG_DEBUG_SPINLOCK is not set |
1170 | # CONFIG_DEBUG_MUTEXES is not set | 1188 | # CONFIG_DEBUG_MUTEXES is not set |
1171 | # CONFIG_DEBUG_RWSEMS is not set | ||
1172 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1189 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1173 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1190 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1174 | # CONFIG_DEBUG_KOBJECT is not set | 1191 | # CONFIG_DEBUG_KOBJECT is not set |
@@ -1178,8 +1195,10 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1178 | # CONFIG_DEBUG_LIST is not set | 1195 | # CONFIG_DEBUG_LIST is not set |
1179 | # CONFIG_FORCED_INLINING is not set | 1196 | # CONFIG_FORCED_INLINING is not set |
1180 | # CONFIG_RCU_TORTURE_TEST is not set | 1197 | # CONFIG_RCU_TORTURE_TEST is not set |
1198 | # CONFIG_FAULT_INJECTION is not set | ||
1181 | CONFIG_DEBUG_STACKOVERFLOW=y | 1199 | CONFIG_DEBUG_STACKOVERFLOW=y |
1182 | CONFIG_DEBUG_STACK_USAGE=y | 1200 | CONFIG_DEBUG_STACK_USAGE=y |
1201 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1183 | # CONFIG_DEBUGGER is not set | 1202 | # CONFIG_DEBUGGER is not set |
1184 | CONFIG_IRQSTACKS=y | 1203 | CONFIG_IRQSTACKS=y |
1185 | # CONFIG_BOOTX_TEXT is not set | 1204 | # CONFIG_BOOTX_TEXT is not set |
@@ -1212,8 +1231,11 @@ CONFIG_CRYPTO_TGR192=m | |||
1212 | # CONFIG_CRYPTO_GF128MUL is not set | 1231 | # CONFIG_CRYPTO_GF128MUL is not set |
1213 | CONFIG_CRYPTO_ECB=m | 1232 | CONFIG_CRYPTO_ECB=m |
1214 | CONFIG_CRYPTO_CBC=y | 1233 | CONFIG_CRYPTO_CBC=y |
1234 | CONFIG_CRYPTO_PCBC=m | ||
1215 | # CONFIG_CRYPTO_LRW is not set | 1235 | # CONFIG_CRYPTO_LRW is not set |
1236 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1216 | CONFIG_CRYPTO_DES=y | 1237 | CONFIG_CRYPTO_DES=y |
1238 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1217 | CONFIG_CRYPTO_BLOWFISH=m | 1239 | CONFIG_CRYPTO_BLOWFISH=m |
1218 | CONFIG_CRYPTO_TWOFISH=m | 1240 | CONFIG_CRYPTO_TWOFISH=m |
1219 | CONFIG_CRYPTO_TWOFISH_COMMON=m | 1241 | CONFIG_CRYPTO_TWOFISH_COMMON=m |
@@ -1228,6 +1250,7 @@ CONFIG_CRYPTO_ANUBIS=m | |||
1228 | CONFIG_CRYPTO_DEFLATE=m | 1250 | CONFIG_CRYPTO_DEFLATE=m |
1229 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1251 | CONFIG_CRYPTO_MICHAEL_MIC=m |
1230 | CONFIG_CRYPTO_CRC32C=m | 1252 | CONFIG_CRYPTO_CRC32C=m |
1253 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1231 | CONFIG_CRYPTO_TEST=m | 1254 | CONFIG_CRYPTO_TEST=m |
1232 | 1255 | ||
1233 | # | 1256 | # |
diff --git a/arch/powerpc/configs/pasemi_defconfig b/arch/powerpc/configs/pasemi_defconfig index 97a57e996663..0507c8f7bfbc 100644 --- a/arch/powerpc/configs/pasemi_defconfig +++ b/arch/powerpc/configs/pasemi_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20-rc6 | 3 | # Linux kernel version: 2.6.21 |
4 | # Thu Feb 1 22:54:15 2007 | 4 | # Mon May 14 12:55:04 2007 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -23,7 +23,7 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | |||
23 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 23 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
24 | CONFIG_PPC_OF=y | 24 | CONFIG_PPC_OF=y |
25 | CONFIG_PPC_UDBG_16550=y | 25 | CONFIG_PPC_UDBG_16550=y |
26 | CONFIG_GENERIC_TBSYNC=y | 26 | # CONFIG_GENERIC_TBSYNC is not set |
27 | CONFIG_AUDIT_ARCH=y | 27 | CONFIG_AUDIT_ARCH=y |
28 | CONFIG_GENERIC_BUG=y | 28 | CONFIG_GENERIC_BUG=y |
29 | # CONFIG_DEFAULT_UIMAGE is not set | 29 | # CONFIG_DEFAULT_UIMAGE is not set |
@@ -39,6 +39,7 @@ CONFIG_PPC_FPU=y | |||
39 | # CONFIG_PPC_OF_PLATFORM_PCI is not set | 39 | # CONFIG_PPC_OF_PLATFORM_PCI is not set |
40 | CONFIG_ALTIVEC=y | 40 | CONFIG_ALTIVEC=y |
41 | CONFIG_PPC_STD_MMU=y | 41 | CONFIG_PPC_STD_MMU=y |
42 | CONFIG_PPC_MM_SLICES=y | ||
42 | # CONFIG_VIRT_CPU_ACCOUNTING is not set | 43 | # CONFIG_VIRT_CPU_ACCOUNTING is not set |
43 | CONFIG_SMP=y | 44 | CONFIG_SMP=y |
44 | CONFIG_NR_CPUS=2 | 45 | CONFIG_NR_CPUS=2 |
@@ -59,15 +60,18 @@ CONFIG_LOCALVERSION_AUTO=y | |||
59 | CONFIG_SWAP=y | 60 | CONFIG_SWAP=y |
60 | CONFIG_SYSVIPC=y | 61 | CONFIG_SYSVIPC=y |
61 | # CONFIG_IPC_NS is not set | 62 | # CONFIG_IPC_NS is not set |
63 | CONFIG_SYSVIPC_SYSCTL=y | ||
62 | # CONFIG_POSIX_MQUEUE is not set | 64 | # CONFIG_POSIX_MQUEUE is not set |
63 | # CONFIG_BSD_PROCESS_ACCT is not set | 65 | # CONFIG_BSD_PROCESS_ACCT is not set |
64 | # CONFIG_TASKSTATS is not set | 66 | # CONFIG_TASKSTATS is not set |
65 | # CONFIG_UTS_NS is not set | 67 | # CONFIG_UTS_NS is not set |
66 | # CONFIG_AUDIT is not set | 68 | # CONFIG_AUDIT is not set |
67 | # CONFIG_IKCONFIG is not set | 69 | # CONFIG_IKCONFIG is not set |
70 | CONFIG_LOG_BUF_SHIFT=17 | ||
68 | # CONFIG_CPUSETS is not set | 71 | # CONFIG_CPUSETS is not set |
69 | CONFIG_SYSFS_DEPRECATED=y | 72 | CONFIG_SYSFS_DEPRECATED=y |
70 | # CONFIG_RELAY is not set | 73 | # CONFIG_RELAY is not set |
74 | CONFIG_BLK_DEV_INITRD=y | ||
71 | CONFIG_INITRAMFS_SOURCE="" | 75 | CONFIG_INITRAMFS_SOURCE="" |
72 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 76 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
73 | CONFIG_SYSCTL=y | 77 | CONFIG_SYSCTL=y |
@@ -82,14 +86,19 @@ CONFIG_BUG=y | |||
82 | CONFIG_ELF_CORE=y | 86 | CONFIG_ELF_CORE=y |
83 | CONFIG_BASE_FULL=y | 87 | CONFIG_BASE_FULL=y |
84 | CONFIG_FUTEX=y | 88 | CONFIG_FUTEX=y |
89 | CONFIG_ANON_INODES=y | ||
85 | CONFIG_EPOLL=y | 90 | CONFIG_EPOLL=y |
91 | CONFIG_SIGNALFD=y | ||
92 | CONFIG_TIMERFD=y | ||
93 | CONFIG_EVENTFD=y | ||
86 | CONFIG_SHMEM=y | 94 | CONFIG_SHMEM=y |
87 | CONFIG_SLAB=y | ||
88 | CONFIG_VM_EVENT_COUNTERS=y | 95 | CONFIG_VM_EVENT_COUNTERS=y |
96 | CONFIG_SLAB=y | ||
97 | # CONFIG_SLUB is not set | ||
98 | # CONFIG_SLOB is not set | ||
89 | CONFIG_RT_MUTEXES=y | 99 | CONFIG_RT_MUTEXES=y |
90 | # CONFIG_TINY_SHMEM is not set | 100 | # CONFIG_TINY_SHMEM is not set |
91 | CONFIG_BASE_SMALL=0 | 101 | CONFIG_BASE_SMALL=0 |
92 | # CONFIG_SLOB is not set | ||
93 | 102 | ||
94 | # | 103 | # |
95 | # Loadable module support | 104 | # Loadable module support |
@@ -127,39 +136,38 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
127 | CONFIG_PPC_MULTIPLATFORM=y | 136 | CONFIG_PPC_MULTIPLATFORM=y |
128 | # CONFIG_EMBEDDED6xx is not set | 137 | # CONFIG_EMBEDDED6xx is not set |
129 | # CONFIG_APUS is not set | 138 | # CONFIG_APUS is not set |
130 | CONFIG_PPC_PSERIES=y | 139 | # CONFIG_PPC_PSERIES is not set |
131 | # CONFIG_PPC_ISERIES is not set | 140 | # CONFIG_PPC_ISERIES is not set |
132 | # CONFIG_PPC_MPC52xx is not set | 141 | # CONFIG_PPC_MPC52xx is not set |
142 | # CONFIG_PPC_MPC5200 is not set | ||
133 | # CONFIG_PPC_PMAC is not set | 143 | # CONFIG_PPC_PMAC is not set |
134 | # CONFIG_PPC_MAPLE is not set | 144 | # CONFIG_PPC_MAPLE is not set |
135 | CONFIG_PPC_PASEMI=y | 145 | CONFIG_PPC_PASEMI=y |
146 | |||
147 | # | ||
148 | # PA Semi PWRficient options | ||
149 | # | ||
150 | CONFIG_PPC_PASEMI_IOMMU=y | ||
151 | CONFIG_PPC_PASEMI_MDIO=y | ||
152 | # CONFIG_PPC_CELLEB is not set | ||
153 | # CONFIG_PPC_PS3 is not set | ||
136 | # CONFIG_PPC_CELL is not set | 154 | # CONFIG_PPC_CELL is not set |
137 | # CONFIG_PPC_CELL_NATIVE is not set | 155 | # CONFIG_PPC_CELL_NATIVE is not set |
138 | # CONFIG_PPC_IBM_CELL_BLADE is not set | 156 | # CONFIG_PPC_IBM_CELL_BLADE is not set |
139 | # CONFIG_PPC_PS3 is not set | 157 | # CONFIG_PQ2ADS is not set |
140 | CONFIG_PPC_NATIVE=y | 158 | CONFIG_PPC_NATIVE=y |
141 | # CONFIG_UDBG_RTAS_CONSOLE is not set | 159 | CONFIG_MPIC=y |
142 | CONFIG_XICS=y | 160 | # CONFIG_MPIC_WEIRD is not set |
161 | # CONFIG_PPC_I8259 is not set | ||
143 | # CONFIG_U3_DART is not set | 162 | # CONFIG_U3_DART is not set |
144 | CONFIG_PPC_RTAS=y | 163 | # CONFIG_PPC_RTAS is not set |
145 | CONFIG_RTAS_ERROR_LOGGING=y | ||
146 | CONFIG_RTAS_PROC=y | ||
147 | # CONFIG_RTAS_FLASH is not set | ||
148 | # CONFIG_MMIO_NVRAM is not set | 164 | # CONFIG_MMIO_NVRAM is not set |
149 | CONFIG_IBMVIO=y | ||
150 | # CONFIG_IBMEBUS is not set | ||
151 | # CONFIG_PPC_MPC106 is not set | 165 | # CONFIG_PPC_MPC106 is not set |
152 | # CONFIG_PPC_970_NAP is not set | 166 | # CONFIG_PPC_970_NAP is not set |
153 | # CONFIG_PPC_INDIRECT_IO is not set | 167 | # CONFIG_PPC_INDIRECT_IO is not set |
154 | # CONFIG_GENERIC_IOMAP is not set | 168 | # CONFIG_GENERIC_IOMAP is not set |
155 | # CONFIG_CPU_FREQ is not set | 169 | # CONFIG_CPU_FREQ is not set |
156 | # CONFIG_WANT_EARLY_SERIAL is not set | 170 | # CONFIG_CPM2 is not set |
157 | CONFIG_MPIC=y | ||
158 | |||
159 | # | ||
160 | # PA Semi PWRficient options | ||
161 | # | ||
162 | CONFIG_PPC_PASEMI_IOMMU=y | ||
163 | 171 | ||
164 | # | 172 | # |
165 | # Kernel options | 173 | # Kernel options |
@@ -177,20 +185,14 @@ CONFIG_BINFMT_ELF=y | |||
177 | # CONFIG_BINFMT_MISC is not set | 185 | # CONFIG_BINFMT_MISC is not set |
178 | CONFIG_FORCE_MAX_ZONEORDER=13 | 186 | CONFIG_FORCE_MAX_ZONEORDER=13 |
179 | CONFIG_IOMMU_VMERGE=y | 187 | CONFIG_IOMMU_VMERGE=y |
180 | # CONFIG_HOTPLUG_CPU is not set | ||
181 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 188 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
182 | # CONFIG_KEXEC is not set | 189 | # CONFIG_KEXEC is not set |
183 | # CONFIG_CRASH_DUMP is not set | 190 | # CONFIG_CRASH_DUMP is not set |
184 | # CONFIG_IRQ_ALL_CPUS is not set | 191 | # CONFIG_IRQ_ALL_CPUS is not set |
185 | # CONFIG_PPC_SPLPAR is not set | ||
186 | CONFIG_EEH=y | ||
187 | # CONFIG_SCANLOG is not set | ||
188 | # CONFIG_LPARCFG is not set | ||
189 | # CONFIG_NUMA is not set | 192 | # CONFIG_NUMA is not set |
190 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 193 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
191 | CONFIG_ARCH_FLATMEM_ENABLE=y | 194 | CONFIG_ARCH_FLATMEM_ENABLE=y |
192 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 195 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
193 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
194 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 196 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
195 | CONFIG_SELECT_MEMORY_MODEL=y | 197 | CONFIG_SELECT_MEMORY_MODEL=y |
196 | CONFIG_FLATMEM_MANUAL=y | 198 | CONFIG_FLATMEM_MANUAL=y |
@@ -201,24 +203,28 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
201 | # CONFIG_SPARSEMEM_STATIC is not set | 203 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 204 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
203 | CONFIG_RESOURCES_64BIT=y | 205 | CONFIG_RESOURCES_64BIT=y |
206 | CONFIG_ZONE_DMA_FLAG=1 | ||
207 | # CONFIG_PPC_HAS_HASH_64K is not set | ||
204 | # CONFIG_PPC_64K_PAGES is not set | 208 | # CONFIG_PPC_64K_PAGES is not set |
205 | # CONFIG_SCHED_SMT is not set | 209 | # CONFIG_SCHED_SMT is not set |
206 | CONFIG_PROC_DEVICETREE=y | 210 | CONFIG_PROC_DEVICETREE=y |
207 | # CONFIG_CMDLINE_BOOL is not set | 211 | # CONFIG_CMDLINE_BOOL is not set |
208 | # CONFIG_PM is not set | 212 | # CONFIG_PM is not set |
209 | # CONFIG_SECCOMP is not set | 213 | # CONFIG_SECCOMP is not set |
214 | # CONFIG_WANT_DEVICE_TREE is not set | ||
210 | CONFIG_ISA_DMA_API=y | 215 | CONFIG_ISA_DMA_API=y |
211 | 216 | ||
212 | # | 217 | # |
213 | # Bus options | 218 | # Bus options |
214 | # | 219 | # |
220 | CONFIG_ZONE_DMA=y | ||
215 | CONFIG_GENERIC_ISA_DMA=y | 221 | CONFIG_GENERIC_ISA_DMA=y |
216 | # CONFIG_MPIC_WEIRD is not set | ||
217 | CONFIG_PPC_I8259=y | ||
218 | # CONFIG_PPC_INDIRECT_PCI is not set | 222 | # CONFIG_PPC_INDIRECT_PCI is not set |
219 | CONFIG_PCI=y | 223 | CONFIG_PCI=y |
220 | CONFIG_PCI_DOMAINS=y | 224 | CONFIG_PCI_DOMAINS=y |
221 | # CONFIG_PCIEPORTBUS is not set | 225 | # CONFIG_PCIEPORTBUS is not set |
226 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
227 | # CONFIG_PCI_MSI is not set | ||
222 | # CONFIG_PCI_DEBUG is not set | 228 | # CONFIG_PCI_DEBUG is not set |
223 | 229 | ||
224 | # | 230 | # |
@@ -237,10 +243,6 @@ CONFIG_CARDBUS=y | |||
237 | # CONFIG_YENTA is not set | 243 | # CONFIG_YENTA is not set |
238 | # CONFIG_PD6729 is not set | 244 | # CONFIG_PD6729 is not set |
239 | # CONFIG_I82092 is not set | 245 | # CONFIG_I82092 is not set |
240 | |||
241 | # | ||
242 | # PCI Hotplug Support | ||
243 | # | ||
244 | # CONFIG_HOTPLUG_PCI is not set | 246 | # CONFIG_HOTPLUG_PCI is not set |
245 | CONFIG_KERNEL_START=0xc000000000000000 | 247 | CONFIG_KERNEL_START=0xc000000000000000 |
246 | 248 | ||
@@ -252,14 +254,15 @@ CONFIG_NET=y | |||
252 | # | 254 | # |
253 | # Networking options | 255 | # Networking options |
254 | # | 256 | # |
255 | # CONFIG_NETDEBUG is not set | ||
256 | CONFIG_PACKET=y | 257 | CONFIG_PACKET=y |
257 | # CONFIG_PACKET_MMAP is not set | 258 | # CONFIG_PACKET_MMAP is not set |
258 | CONFIG_UNIX=y | 259 | CONFIG_UNIX=y |
259 | CONFIG_XFRM=y | 260 | CONFIG_XFRM=y |
260 | # CONFIG_XFRM_USER is not set | 261 | # CONFIG_XFRM_USER is not set |
261 | # CONFIG_XFRM_SUB_POLICY is not set | 262 | # CONFIG_XFRM_SUB_POLICY is not set |
263 | # CONFIG_XFRM_MIGRATE is not set | ||
262 | CONFIG_NET_KEY=y | 264 | CONFIG_NET_KEY=y |
265 | # CONFIG_NET_KEY_MIGRATE is not set | ||
263 | CONFIG_INET=y | 266 | CONFIG_INET=y |
264 | CONFIG_IP_MULTICAST=y | 267 | CONFIG_IP_MULTICAST=y |
265 | # CONFIG_IP_ADVANCED_ROUTER is not set | 268 | # CONFIG_IP_ADVANCED_ROUTER is not set |
@@ -331,7 +334,16 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
331 | # CONFIG_HAMRADIO is not set | 334 | # CONFIG_HAMRADIO is not set |
332 | # CONFIG_IRDA is not set | 335 | # CONFIG_IRDA is not set |
333 | # CONFIG_BT is not set | 336 | # CONFIG_BT is not set |
337 | # CONFIG_AF_RXRPC is not set | ||
338 | |||
339 | # | ||
340 | # Wireless | ||
341 | # | ||
342 | # CONFIG_CFG80211 is not set | ||
343 | # CONFIG_WIRELESS_EXT is not set | ||
344 | # CONFIG_MAC80211 is not set | ||
334 | # CONFIG_IEEE80211 is not set | 345 | # CONFIG_IEEE80211 is not set |
346 | # CONFIG_RFKILL is not set | ||
335 | 347 | ||
336 | # | 348 | # |
337 | # Device Drivers | 349 | # Device Drivers |
@@ -344,16 +356,13 @@ CONFIG_STANDALONE=y | |||
344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 356 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
345 | CONFIG_FW_LOADER=y | 357 | CONFIG_FW_LOADER=y |
346 | # CONFIG_DEBUG_DRIVER is not set | 358 | # CONFIG_DEBUG_DRIVER is not set |
359 | # CONFIG_DEBUG_DEVRES is not set | ||
347 | # CONFIG_SYS_HYPERVISOR is not set | 360 | # CONFIG_SYS_HYPERVISOR is not set |
348 | 361 | ||
349 | # | 362 | # |
350 | # Connector - unified userspace <-> kernelspace linker | 363 | # Connector - unified userspace <-> kernelspace linker |
351 | # | 364 | # |
352 | # CONFIG_CONNECTOR is not set | 365 | # CONFIG_CONNECTOR is not set |
353 | |||
354 | # | ||
355 | # Memory Technology Devices (MTD) | ||
356 | # | ||
357 | CONFIG_MTD=y | 366 | CONFIG_MTD=y |
358 | # CONFIG_MTD_DEBUG is not set | 367 | # CONFIG_MTD_DEBUG is not set |
359 | CONFIG_MTD_CONCAT=y | 368 | CONFIG_MTD_CONCAT=y |
@@ -389,7 +398,6 @@ CONFIG_MTD_CFI_I2=y | |||
389 | # CONFIG_MTD_RAM is not set | 398 | # CONFIG_MTD_RAM is not set |
390 | # CONFIG_MTD_ROM is not set | 399 | # CONFIG_MTD_ROM is not set |
391 | # CONFIG_MTD_ABSENT is not set | 400 | # CONFIG_MTD_ABSENT is not set |
392 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
393 | 401 | ||
394 | # | 402 | # |
395 | # Mapping drivers for chip access | 403 | # Mapping drivers for chip access |
@@ -412,17 +420,13 @@ CONFIG_MTD_PHRAM=y | |||
412 | # CONFIG_MTD_DOC2000 is not set | 420 | # CONFIG_MTD_DOC2000 is not set |
413 | # CONFIG_MTD_DOC2001 is not set | 421 | # CONFIG_MTD_DOC2001 is not set |
414 | # CONFIG_MTD_DOC2001PLUS is not set | 422 | # CONFIG_MTD_DOC2001PLUS is not set |
415 | |||
416 | # | ||
417 | # NAND Flash Device Drivers | ||
418 | # | ||
419 | # CONFIG_MTD_NAND is not set | 423 | # CONFIG_MTD_NAND is not set |
420 | # CONFIG_MTD_NAND_CAFE is not set | 424 | # CONFIG_MTD_ONENAND is not set |
421 | 425 | ||
422 | # | 426 | # |
423 | # OneNAND Flash Device Drivers | 427 | # UBI - Unsorted block images |
424 | # | 428 | # |
425 | # CONFIG_MTD_ONENAND is not set | 429 | # CONFIG_MTD_UBI is not set |
426 | 430 | ||
427 | # | 431 | # |
428 | # Parallel port support | 432 | # Parallel port support |
@@ -432,6 +436,7 @@ CONFIG_MTD_PHRAM=y | |||
432 | # | 436 | # |
433 | # Plug and Play support | 437 | # Plug and Play support |
434 | # | 438 | # |
439 | # CONFIG_PNPACPI is not set | ||
435 | 440 | ||
436 | # | 441 | # |
437 | # Block devices | 442 | # Block devices |
@@ -451,15 +456,16 @@ CONFIG_BLK_DEV_RAM=y | |||
451 | CONFIG_BLK_DEV_RAM_COUNT=16 | 456 | CONFIG_BLK_DEV_RAM_COUNT=16 |
452 | CONFIG_BLK_DEV_RAM_SIZE=16384 | 457 | CONFIG_BLK_DEV_RAM_SIZE=16384 |
453 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 458 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
454 | CONFIG_BLK_DEV_INITRD=y | ||
455 | # CONFIG_CDROM_PKTCDVD is not set | 459 | # CONFIG_CDROM_PKTCDVD is not set |
456 | # CONFIG_ATA_OVER_ETH is not set | 460 | # CONFIG_ATA_OVER_ETH is not set |
457 | 461 | ||
458 | # | 462 | # |
459 | # Misc devices | 463 | # Misc devices |
460 | # | 464 | # |
465 | # CONFIG_PHANTOM is not set | ||
461 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
462 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
468 | # CONFIG_BLINK is not set | ||
463 | 469 | ||
464 | # | 470 | # |
465 | # ATA/ATAPI/MFM/RLL support | 471 | # ATA/ATAPI/MFM/RLL support |
@@ -474,20 +480,22 @@ CONFIG_BLK_DEV_IDE=y | |||
474 | CONFIG_BLK_DEV_IDEDISK=y | 480 | CONFIG_BLK_DEV_IDEDISK=y |
475 | CONFIG_IDEDISK_MULTI_MODE=y | 481 | CONFIG_IDEDISK_MULTI_MODE=y |
476 | # CONFIG_BLK_DEV_IDECS is not set | 482 | # CONFIG_BLK_DEV_IDECS is not set |
483 | # CONFIG_BLK_DEV_DELKIN is not set | ||
477 | CONFIG_BLK_DEV_IDECD=y | 484 | CONFIG_BLK_DEV_IDECD=y |
478 | # CONFIG_BLK_DEV_IDETAPE is not set | 485 | # CONFIG_BLK_DEV_IDETAPE is not set |
479 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | 486 | # CONFIG_BLK_DEV_IDEFLOPPY is not set |
480 | CONFIG_BLK_DEV_IDESCSI=y | 487 | CONFIG_BLK_DEV_IDESCSI=y |
481 | CONFIG_IDE_TASK_IOCTL=y | 488 | CONFIG_IDE_TASK_IOCTL=y |
489 | CONFIG_IDE_PROC_FS=y | ||
482 | 490 | ||
483 | # | 491 | # |
484 | # IDE chipset support/bugfixes | 492 | # IDE chipset support/bugfixes |
485 | # | 493 | # |
486 | # CONFIG_IDE_GENERIC is not set | 494 | # CONFIG_IDE_GENERIC is not set |
487 | # CONFIG_BLK_DEV_IDEPCI is not set | 495 | # CONFIG_BLK_DEV_IDEPCI is not set |
496 | # CONFIG_IDEPCI_PCIBUS_ORDER is not set | ||
488 | # CONFIG_IDE_ARM is not set | 497 | # CONFIG_IDE_ARM is not set |
489 | # CONFIG_BLK_DEV_IDEDMA is not set | 498 | # CONFIG_BLK_DEV_IDEDMA is not set |
490 | # CONFIG_IDEDMA_AUTO is not set | ||
491 | # CONFIG_BLK_DEV_HD is not set | 499 | # CONFIG_BLK_DEV_HD is not set |
492 | 500 | ||
493 | # | 501 | # |
@@ -517,6 +525,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
517 | CONFIG_SCSI_CONSTANTS=y | 525 | CONFIG_SCSI_CONSTANTS=y |
518 | CONFIG_SCSI_LOGGING=y | 526 | CONFIG_SCSI_LOGGING=y |
519 | # CONFIG_SCSI_SCAN_ASYNC is not set | 527 | # CONFIG_SCSI_SCAN_ASYNC is not set |
528 | CONFIG_SCSI_WAIT_SCAN=m | ||
520 | 529 | ||
521 | # | 530 | # |
522 | # SCSI Transports | 531 | # SCSI Transports |
@@ -550,7 +559,6 @@ CONFIG_SCSI_3W_9XXX=y | |||
550 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 559 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
551 | # CONFIG_SCSI_GDTH is not set | 560 | # CONFIG_SCSI_GDTH is not set |
552 | # CONFIG_SCSI_IPS is not set | 561 | # CONFIG_SCSI_IPS is not set |
553 | # CONFIG_SCSI_IBMVSCSI is not set | ||
554 | # CONFIG_SCSI_INITIO is not set | 562 | # CONFIG_SCSI_INITIO is not set |
555 | # CONFIG_SCSI_INIA100 is not set | 563 | # CONFIG_SCSI_INIA100 is not set |
556 | # CONFIG_SCSI_STEX is not set | 564 | # CONFIG_SCSI_STEX is not set |
@@ -563,6 +571,7 @@ CONFIG_SCSI_3W_9XXX=y | |||
563 | # CONFIG_SCSI_DC395x is not set | 571 | # CONFIG_SCSI_DC395x is not set |
564 | # CONFIG_SCSI_DC390T is not set | 572 | # CONFIG_SCSI_DC390T is not set |
565 | # CONFIG_SCSI_DEBUG is not set | 573 | # CONFIG_SCSI_DEBUG is not set |
574 | # CONFIG_SCSI_ESP_CORE is not set | ||
566 | # CONFIG_SCSI_SRP is not set | 575 | # CONFIG_SCSI_SRP is not set |
567 | 576 | ||
568 | # | 577 | # |
@@ -578,7 +587,7 @@ CONFIG_SCSI_3W_9XXX=y | |||
578 | CONFIG_ATA=y | 587 | CONFIG_ATA=y |
579 | # CONFIG_ATA_NONSTANDARD is not set | 588 | # CONFIG_ATA_NONSTANDARD is not set |
580 | # CONFIG_SATA_AHCI is not set | 589 | # CONFIG_SATA_AHCI is not set |
581 | CONFIG_SATA_SVW=y | 590 | # CONFIG_SATA_SVW is not set |
582 | # CONFIG_ATA_PIIX is not set | 591 | # CONFIG_ATA_PIIX is not set |
583 | CONFIG_SATA_MV=y | 592 | CONFIG_SATA_MV=y |
584 | # CONFIG_SATA_NV is not set | 593 | # CONFIG_SATA_NV is not set |
@@ -586,16 +595,18 @@ CONFIG_SATA_MV=y | |||
586 | # CONFIG_SATA_QSTOR is not set | 595 | # CONFIG_SATA_QSTOR is not set |
587 | # CONFIG_SATA_PROMISE is not set | 596 | # CONFIG_SATA_PROMISE is not set |
588 | # CONFIG_SATA_SX4 is not set | 597 | # CONFIG_SATA_SX4 is not set |
589 | CONFIG_SATA_SIL=y | 598 | # CONFIG_SATA_SIL is not set |
590 | CONFIG_SATA_SIL24=y | 599 | CONFIG_SATA_SIL24=y |
591 | # CONFIG_SATA_SIS is not set | 600 | # CONFIG_SATA_SIS is not set |
592 | # CONFIG_SATA_ULI is not set | 601 | # CONFIG_SATA_ULI is not set |
593 | # CONFIG_SATA_VIA is not set | 602 | # CONFIG_SATA_VIA is not set |
594 | # CONFIG_SATA_VITESSE is not set | 603 | # CONFIG_SATA_VITESSE is not set |
604 | # CONFIG_SATA_INIC162X is not set | ||
595 | # CONFIG_PATA_ALI is not set | 605 | # CONFIG_PATA_ALI is not set |
596 | # CONFIG_PATA_AMD is not set | 606 | # CONFIG_PATA_AMD is not set |
597 | # CONFIG_PATA_ARTOP is not set | 607 | # CONFIG_PATA_ARTOP is not set |
598 | # CONFIG_PATA_ATIIXP is not set | 608 | # CONFIG_PATA_ATIIXP is not set |
609 | # CONFIG_PATA_CMD640_PCI is not set | ||
599 | # CONFIG_PATA_CMD64X is not set | 610 | # CONFIG_PATA_CMD64X is not set |
600 | # CONFIG_PATA_CS5520 is not set | 611 | # CONFIG_PATA_CS5520 is not set |
601 | # CONFIG_PATA_CS5530 is not set | 612 | # CONFIG_PATA_CS5530 is not set |
@@ -607,6 +618,7 @@ CONFIG_ATA_GENERIC=y | |||
607 | # CONFIG_PATA_HPT3X2N is not set | 618 | # CONFIG_PATA_HPT3X2N is not set |
608 | # CONFIG_PATA_HPT3X3 is not set | 619 | # CONFIG_PATA_HPT3X3 is not set |
609 | # CONFIG_PATA_IT821X is not set | 620 | # CONFIG_PATA_IT821X is not set |
621 | # CONFIG_PATA_IT8213 is not set | ||
610 | # CONFIG_PATA_JMICRON is not set | 622 | # CONFIG_PATA_JMICRON is not set |
611 | # CONFIG_PATA_TRIFLEX is not set | 623 | # CONFIG_PATA_TRIFLEX is not set |
612 | # CONFIG_PATA_MARVELL is not set | 624 | # CONFIG_PATA_MARVELL is not set |
@@ -644,27 +656,26 @@ CONFIG_ATA_GENERIC=y | |||
644 | # | 656 | # |
645 | # IEEE 1394 (FireWire) support | 657 | # IEEE 1394 (FireWire) support |
646 | # | 658 | # |
659 | # CONFIG_FIREWIRE is not set | ||
647 | CONFIG_IEEE1394=y | 660 | CONFIG_IEEE1394=y |
648 | 661 | ||
649 | # | 662 | # |
650 | # Subsystem Options | 663 | # Subsystem Options |
651 | # | 664 | # |
652 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set | 665 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set |
653 | # CONFIG_IEEE1394_OUI_DB is not set | ||
654 | # CONFIG_IEEE1394_EXTRA_CONFIG_ROMS is not set | ||
655 | # CONFIG_IEEE1394_EXPORT_FULL_API is not set | ||
656 | 666 | ||
657 | # | 667 | # |
658 | # Device Drivers | 668 | # Controllers |
659 | # | 669 | # |
660 | CONFIG_IEEE1394_PCILYNX=y | 670 | CONFIG_IEEE1394_PCILYNX=y |
661 | CONFIG_IEEE1394_OHCI1394=y | 671 | CONFIG_IEEE1394_OHCI1394=y |
662 | 672 | ||
663 | # | 673 | # |
664 | # Protocol Drivers | 674 | # Protocols |
665 | # | 675 | # |
666 | # CONFIG_IEEE1394_VIDEO1394 is not set | 676 | # CONFIG_IEEE1394_VIDEO1394 is not set |
667 | CONFIG_IEEE1394_SBP2=y | 677 | CONFIG_IEEE1394_SBP2=y |
678 | # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set | ||
668 | # CONFIG_IEEE1394_ETH1394 is not set | 679 | # CONFIG_IEEE1394_ETH1394 is not set |
669 | # CONFIG_IEEE1394_DV1394 is not set | 680 | # CONFIG_IEEE1394_DV1394 is not set |
670 | CONFIG_IEEE1394_RAWIO=y | 681 | CONFIG_IEEE1394_RAWIO=y |
@@ -673,12 +684,7 @@ CONFIG_IEEE1394_RAWIO=y | |||
673 | # I2O device support | 684 | # I2O device support |
674 | # | 685 | # |
675 | # CONFIG_I2O is not set | 686 | # CONFIG_I2O is not set |
676 | 687 | # CONFIG_MACINTOSH_DRIVERS is not set | |
677 | # | ||
678 | # Macintosh device drivers | ||
679 | # | ||
680 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
681 | # CONFIG_WINDFARM is not set | ||
682 | 688 | ||
683 | # | 689 | # |
684 | # Network device support | 690 | # Network device support |
@@ -697,7 +703,20 @@ CONFIG_DUMMY=y | |||
697 | # | 703 | # |
698 | # PHY device support | 704 | # PHY device support |
699 | # | 705 | # |
700 | # CONFIG_PHYLIB is not set | 706 | CONFIG_PHYLIB=y |
707 | |||
708 | # | ||
709 | # MII PHY device drivers | ||
710 | # | ||
711 | CONFIG_MARVELL_PHY=y | ||
712 | # CONFIG_DAVICOM_PHY is not set | ||
713 | # CONFIG_QSEMI_PHY is not set | ||
714 | # CONFIG_LXT_PHY is not set | ||
715 | # CONFIG_CICADA_PHY is not set | ||
716 | # CONFIG_VITESSE_PHY is not set | ||
717 | # CONFIG_SMSC_PHY is not set | ||
718 | # CONFIG_BROADCOM_PHY is not set | ||
719 | # CONFIG_FIXED_PHY is not set | ||
701 | 720 | ||
702 | # | 721 | # |
703 | # Ethernet (10 or 100Mbit) | 722 | # Ethernet (10 or 100Mbit) |
@@ -714,7 +733,6 @@ CONFIG_MII=y | |||
714 | # | 733 | # |
715 | # CONFIG_NET_TULIP is not set | 734 | # CONFIG_NET_TULIP is not set |
716 | # CONFIG_HP100 is not set | 735 | # CONFIG_HP100 is not set |
717 | CONFIG_IBMVETH=y | ||
718 | CONFIG_NET_PCI=y | 736 | CONFIG_NET_PCI=y |
719 | # CONFIG_PCNET32 is not set | 737 | # CONFIG_PCNET32 is not set |
720 | # CONFIG_AMD8111_ETH is not set | 738 | # CONFIG_AMD8111_ETH is not set |
@@ -722,7 +740,7 @@ CONFIG_NET_PCI=y | |||
722 | # CONFIG_B44 is not set | 740 | # CONFIG_B44 is not set |
723 | # CONFIG_FORCEDETH is not set | 741 | # CONFIG_FORCEDETH is not set |
724 | # CONFIG_DGRS is not set | 742 | # CONFIG_DGRS is not set |
725 | CONFIG_EEPRO100=y | 743 | # CONFIG_EEPRO100 is not set |
726 | # CONFIG_E100 is not set | 744 | # CONFIG_E100 is not set |
727 | # CONFIG_FEALNX is not set | 745 | # CONFIG_FEALNX is not set |
728 | # CONFIG_NATSEMI is not set | 746 | # CONFIG_NATSEMI is not set |
@@ -733,6 +751,7 @@ CONFIG_EEPRO100=y | |||
733 | # CONFIG_EPIC100 is not set | 751 | # CONFIG_EPIC100 is not set |
734 | # CONFIG_SUNDANCE is not set | 752 | # CONFIG_SUNDANCE is not set |
735 | # CONFIG_VIA_RHINE is not set | 753 | # CONFIG_VIA_RHINE is not set |
754 | # CONFIG_SC92031 is not set | ||
736 | 755 | ||
737 | # | 756 | # |
738 | # Ethernet (1000 Mbit) | 757 | # Ethernet (1000 Mbit) |
@@ -754,15 +773,20 @@ CONFIG_E1000_NAPI=y | |||
754 | CONFIG_TIGON3=y | 773 | CONFIG_TIGON3=y |
755 | # CONFIG_BNX2 is not set | 774 | # CONFIG_BNX2 is not set |
756 | # CONFIG_QLA3XXX is not set | 775 | # CONFIG_QLA3XXX is not set |
776 | # CONFIG_ATL1 is not set | ||
757 | 777 | ||
758 | # | 778 | # |
759 | # Ethernet (10000 Mbit) | 779 | # Ethernet (10000 Mbit) |
760 | # | 780 | # |
761 | # CONFIG_CHELSIO_T1 is not set | 781 | # CONFIG_CHELSIO_T1 is not set |
782 | # CONFIG_CHELSIO_T3 is not set | ||
762 | # CONFIG_IXGB is not set | 783 | # CONFIG_IXGB is not set |
763 | # CONFIG_S2IO is not set | 784 | # CONFIG_S2IO is not set |
764 | # CONFIG_MYRI10GE is not set | 785 | # CONFIG_MYRI10GE is not set |
765 | # CONFIG_NETXEN_NIC is not set | 786 | # CONFIG_NETXEN_NIC is not set |
787 | CONFIG_PASEMI_MAC=y | ||
788 | # CONFIG_MLX4_CORE is not set | ||
789 | CONFIG_MLX4_DEBUG=y | ||
766 | 790 | ||
767 | # | 791 | # |
768 | # Token Ring devices | 792 | # Token Ring devices |
@@ -770,9 +794,20 @@ CONFIG_TIGON3=y | |||
770 | # CONFIG_TR is not set | 794 | # CONFIG_TR is not set |
771 | 795 | ||
772 | # | 796 | # |
773 | # Wireless LAN (non-hamradio) | 797 | # Wireless LAN |
798 | # | ||
799 | # CONFIG_WLAN_PRE80211 is not set | ||
800 | # CONFIG_WLAN_80211 is not set | ||
801 | |||
802 | # | ||
803 | # USB Network Adapters | ||
774 | # | 804 | # |
775 | # CONFIG_NET_RADIO is not set | 805 | # CONFIG_USB_CATC is not set |
806 | # CONFIG_USB_KAWETH is not set | ||
807 | # CONFIG_USB_PEGASUS is not set | ||
808 | # CONFIG_USB_RTL8150 is not set | ||
809 | # CONFIG_USB_USBNET_MII is not set | ||
810 | # CONFIG_USB_USBNET is not set | ||
776 | 811 | ||
777 | # | 812 | # |
778 | # PCMCIA network device support | 813 | # PCMCIA network device support |
@@ -834,8 +869,10 @@ CONFIG_INPUT_KEYBOARD=y | |||
834 | CONFIG_INPUT_MOUSE=y | 869 | CONFIG_INPUT_MOUSE=y |
835 | # CONFIG_MOUSE_PS2 is not set | 870 | # CONFIG_MOUSE_PS2 is not set |
836 | # CONFIG_MOUSE_SERIAL is not set | 871 | # CONFIG_MOUSE_SERIAL is not set |
872 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
837 | # CONFIG_MOUSE_VSXXXAA is not set | 873 | # CONFIG_MOUSE_VSXXXAA is not set |
838 | # CONFIG_INPUT_JOYSTICK is not set | 874 | # CONFIG_INPUT_JOYSTICK is not set |
875 | # CONFIG_INPUT_TABLET is not set | ||
839 | # CONFIG_INPUT_TOUCHSCREEN is not set | 876 | # CONFIG_INPUT_TOUCHSCREEN is not set |
840 | # CONFIG_INPUT_MISC is not set | 877 | # CONFIG_INPUT_MISC is not set |
841 | 878 | ||
@@ -870,29 +907,21 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
870 | # | 907 | # |
871 | CONFIG_SERIAL_CORE=y | 908 | CONFIG_SERIAL_CORE=y |
872 | CONFIG_SERIAL_CORE_CONSOLE=y | 909 | CONFIG_SERIAL_CORE_CONSOLE=y |
873 | # CONFIG_SERIAL_ICOM is not set | ||
874 | # CONFIG_SERIAL_JSM is not set | 910 | # CONFIG_SERIAL_JSM is not set |
911 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
875 | CONFIG_UNIX98_PTYS=y | 912 | CONFIG_UNIX98_PTYS=y |
876 | CONFIG_LEGACY_PTYS=y | 913 | CONFIG_LEGACY_PTYS=y |
877 | CONFIG_LEGACY_PTY_COUNT=4 | 914 | CONFIG_LEGACY_PTY_COUNT=4 |
878 | CONFIG_HVC_DRIVER=y | ||
879 | CONFIG_HVC_CONSOLE=y | ||
880 | CONFIG_HVC_RTAS=y | ||
881 | # CONFIG_HVCS is not set | ||
882 | 915 | ||
883 | # | 916 | # |
884 | # IPMI | 917 | # IPMI |
885 | # | 918 | # |
886 | # CONFIG_IPMI_HANDLER is not set | 919 | # CONFIG_IPMI_HANDLER is not set |
887 | |||
888 | # | ||
889 | # Watchdog Cards | ||
890 | # | ||
891 | # CONFIG_WATCHDOG is not set | 920 | # CONFIG_WATCHDOG is not set |
892 | CONFIG_HW_RANDOM=y | 921 | CONFIG_HW_RANDOM=y |
922 | CONFIG_HW_RANDOM_PASEMI=y | ||
893 | CONFIG_GEN_RTC=y | 923 | CONFIG_GEN_RTC=y |
894 | CONFIG_GEN_RTC_X=y | 924 | CONFIG_GEN_RTC_X=y |
895 | # CONFIG_DTLK is not set | ||
896 | # CONFIG_R3964 is not set | 925 | # CONFIG_R3964 is not set |
897 | # CONFIG_APPLICOM is not set | 926 | # CONFIG_APPLICOM is not set |
898 | # CONFIG_AGP is not set | 927 | # CONFIG_AGP is not set |
@@ -912,11 +941,9 @@ CONFIG_MAX_RAW_DEVS=256 | |||
912 | # TPM devices | 941 | # TPM devices |
913 | # | 942 | # |
914 | # CONFIG_TCG_TPM is not set | 943 | # CONFIG_TCG_TPM is not set |
915 | 944 | CONFIG_DEVPORT=y | |
916 | # | ||
917 | # I2C support | ||
918 | # | ||
919 | CONFIG_I2C=y | 945 | CONFIG_I2C=y |
946 | CONFIG_I2C_BOARDINFO=y | ||
920 | CONFIG_I2C_CHARDEV=y | 947 | CONFIG_I2C_CHARDEV=y |
921 | 948 | ||
922 | # | 949 | # |
@@ -940,16 +967,18 @@ CONFIG_I2C_ALGOPCA=y | |||
940 | # CONFIG_I2C_NFORCE2 is not set | 967 | # CONFIG_I2C_NFORCE2 is not set |
941 | # CONFIG_I2C_OCORES is not set | 968 | # CONFIG_I2C_OCORES is not set |
942 | # CONFIG_I2C_PARPORT_LIGHT is not set | 969 | # CONFIG_I2C_PARPORT_LIGHT is not set |
970 | CONFIG_I2C_PASEMI=y | ||
943 | # CONFIG_I2C_PROSAVAGE is not set | 971 | # CONFIG_I2C_PROSAVAGE is not set |
944 | # CONFIG_I2C_SAVAGE4 is not set | 972 | # CONFIG_I2C_SAVAGE4 is not set |
973 | # CONFIG_I2C_SIMTEC is not set | ||
945 | # CONFIG_I2C_SIS5595 is not set | 974 | # CONFIG_I2C_SIS5595 is not set |
946 | # CONFIG_I2C_SIS630 is not set | 975 | # CONFIG_I2C_SIS630 is not set |
947 | # CONFIG_I2C_SIS96X is not set | 976 | # CONFIG_I2C_SIS96X is not set |
948 | # CONFIG_I2C_STUB is not set | 977 | # CONFIG_I2C_STUB is not set |
978 | # CONFIG_I2C_TINY_USB is not set | ||
949 | # CONFIG_I2C_VIA is not set | 979 | # CONFIG_I2C_VIA is not set |
950 | # CONFIG_I2C_VIAPRO is not set | 980 | # CONFIG_I2C_VIAPRO is not set |
951 | # CONFIG_I2C_VOODOO3 is not set | 981 | # CONFIG_I2C_VOODOO3 is not set |
952 | # CONFIG_I2C_PCA_ISA is not set | ||
953 | 982 | ||
954 | # | 983 | # |
955 | # Miscellaneous I2C Chip support | 984 | # Miscellaneous I2C Chip support |
@@ -963,7 +992,7 @@ CONFIG_SENSORS_EEPROM=y | |||
963 | # CONFIG_SENSORS_MAX6875 is not set | 992 | # CONFIG_SENSORS_MAX6875 is not set |
964 | # CONFIG_I2C_DEBUG_CORE is not set | 993 | # CONFIG_I2C_DEBUG_CORE is not set |
965 | # CONFIG_I2C_DEBUG_ALGO is not set | 994 | # CONFIG_I2C_DEBUG_ALGO is not set |
966 | CONFIG_I2C_DEBUG_BUS=y | 995 | # CONFIG_I2C_DEBUG_BUS is not set |
967 | # CONFIG_I2C_DEBUG_CHIP is not set | 996 | # CONFIG_I2C_DEBUG_CHIP is not set |
968 | 997 | ||
969 | # | 998 | # |
@@ -976,16 +1005,14 @@ CONFIG_I2C_DEBUG_BUS=y | |||
976 | # Dallas's 1-wire bus | 1005 | # Dallas's 1-wire bus |
977 | # | 1006 | # |
978 | # CONFIG_W1 is not set | 1007 | # CONFIG_W1 is not set |
979 | |||
980 | # | ||
981 | # Hardware Monitoring support | ||
982 | # | ||
983 | CONFIG_HWMON=y | 1008 | CONFIG_HWMON=y |
984 | CONFIG_HWMON_VID=y | 1009 | CONFIG_HWMON_VID=y |
985 | # CONFIG_SENSORS_ABITUGURU is not set | 1010 | # CONFIG_SENSORS_ABITUGURU is not set |
1011 | # CONFIG_SENSORS_AD7418 is not set | ||
986 | # CONFIG_SENSORS_ADM1021 is not set | 1012 | # CONFIG_SENSORS_ADM1021 is not set |
987 | # CONFIG_SENSORS_ADM1025 is not set | 1013 | # CONFIG_SENSORS_ADM1025 is not set |
988 | # CONFIG_SENSORS_ADM1026 is not set | 1014 | # CONFIG_SENSORS_ADM1026 is not set |
1015 | # CONFIG_SENSORS_ADM1029 is not set | ||
989 | # CONFIG_SENSORS_ADM1031 is not set | 1016 | # CONFIG_SENSORS_ADM1031 is not set |
990 | # CONFIG_SENSORS_ADM9240 is not set | 1017 | # CONFIG_SENSORS_ADM9240 is not set |
991 | # CONFIG_SENSORS_ASB100 is not set | 1018 | # CONFIG_SENSORS_ASB100 is not set |
@@ -1008,6 +1035,7 @@ CONFIG_SENSORS_LM85=y | |||
1008 | CONFIG_SENSORS_LM90=y | 1035 | CONFIG_SENSORS_LM90=y |
1009 | # CONFIG_SENSORS_LM92 is not set | 1036 | # CONFIG_SENSORS_LM92 is not set |
1010 | # CONFIG_SENSORS_MAX1619 is not set | 1037 | # CONFIG_SENSORS_MAX1619 is not set |
1038 | # CONFIG_SENSORS_MAX6650 is not set | ||
1011 | # CONFIG_SENSORS_PC87360 is not set | 1039 | # CONFIG_SENSORS_PC87360 is not set |
1012 | # CONFIG_SENSORS_PC87427 is not set | 1040 | # CONFIG_SENSORS_PC87427 is not set |
1013 | # CONFIG_SENSORS_SIS5595 is not set | 1041 | # CONFIG_SENSORS_SIS5595 is not set |
@@ -1027,29 +1055,50 @@ CONFIG_SENSORS_LM90=y | |||
1027 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1055 | # CONFIG_HWMON_DEBUG_CHIP is not set |
1028 | 1056 | ||
1029 | # | 1057 | # |
1030 | # Multimedia devices | 1058 | # Multifunction device drivers |
1031 | # | 1059 | # |
1032 | # CONFIG_VIDEO_DEV is not set | 1060 | # CONFIG_MFD_SM501 is not set |
1033 | 1061 | ||
1034 | # | 1062 | # |
1035 | # Digital Video Broadcasting Devices | 1063 | # Multimedia devices |
1036 | # | 1064 | # |
1037 | # CONFIG_DVB is not set | 1065 | # CONFIG_VIDEO_DEV is not set |
1066 | # CONFIG_DVB_CORE is not set | ||
1067 | CONFIG_DAB=y | ||
1038 | # CONFIG_USB_DABUSB is not set | 1068 | # CONFIG_USB_DABUSB is not set |
1039 | 1069 | ||
1040 | # | 1070 | # |
1041 | # Graphics support | 1071 | # Graphics support |
1042 | # | 1072 | # |
1043 | CONFIG_FIRMWARE_EDID=y | 1073 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
1074 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
1075 | CONFIG_LCD_CLASS_DEVICE=m | ||
1076 | |||
1077 | # | ||
1078 | # Display device support | ||
1079 | # | ||
1080 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1081 | CONFIG_VGASTATE=y | ||
1044 | CONFIG_FB=y | 1082 | CONFIG_FB=y |
1083 | CONFIG_FIRMWARE_EDID=y | ||
1045 | CONFIG_FB_DDC=y | 1084 | CONFIG_FB_DDC=y |
1046 | CONFIG_FB_CFB_FILLRECT=y | 1085 | CONFIG_FB_CFB_FILLRECT=y |
1047 | CONFIG_FB_CFB_COPYAREA=y | 1086 | CONFIG_FB_CFB_COPYAREA=y |
1048 | CONFIG_FB_CFB_IMAGEBLIT=y | 1087 | CONFIG_FB_CFB_IMAGEBLIT=y |
1088 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1089 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1090 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1091 | # CONFIG_FB_SYS_FOPS is not set | ||
1092 | CONFIG_FB_DEFERRED_IO=y | ||
1093 | # CONFIG_FB_SVGALIB is not set | ||
1049 | CONFIG_FB_MACMODES=y | 1094 | CONFIG_FB_MACMODES=y |
1050 | # CONFIG_FB_BACKLIGHT is not set | 1095 | CONFIG_FB_BACKLIGHT=y |
1051 | CONFIG_FB_MODE_HELPERS=y | 1096 | CONFIG_FB_MODE_HELPERS=y |
1052 | CONFIG_FB_TILEBLITTING=y | 1097 | CONFIG_FB_TILEBLITTING=y |
1098 | |||
1099 | # | ||
1100 | # Frame buffer hardware drivers | ||
1101 | # | ||
1053 | # CONFIG_FB_CIRRUS is not set | 1102 | # CONFIG_FB_CIRRUS is not set |
1054 | # CONFIG_FB_PM2 is not set | 1103 | # CONFIG_FB_PM2 is not set |
1055 | # CONFIG_FB_CYBER2000 is not set | 1104 | # CONFIG_FB_CYBER2000 is not set |
@@ -1060,28 +1109,27 @@ CONFIG_FB_VGA16=y | |||
1060 | # CONFIG_FB_S1D13XXX is not set | 1109 | # CONFIG_FB_S1D13XXX is not set |
1061 | CONFIG_FB_NVIDIA=y | 1110 | CONFIG_FB_NVIDIA=y |
1062 | CONFIG_FB_NVIDIA_I2C=y | 1111 | CONFIG_FB_NVIDIA_I2C=y |
1063 | CONFIG_FB_RIVA=y | 1112 | # CONFIG_FB_NVIDIA_DEBUG is not set |
1064 | CONFIG_FB_RIVA_I2C=y | 1113 | CONFIG_FB_NVIDIA_BACKLIGHT=y |
1065 | # CONFIG_FB_RIVA_DEBUG is not set | 1114 | # CONFIG_FB_RIVA is not set |
1066 | CONFIG_FB_MATROX=y | 1115 | # CONFIG_FB_MATROX is not set |
1067 | CONFIG_FB_MATROX_MILLENIUM=y | ||
1068 | CONFIG_FB_MATROX_MYSTIQUE=y | ||
1069 | CONFIG_FB_MATROX_G=y | ||
1070 | CONFIG_FB_MATROX_I2C=y | ||
1071 | CONFIG_FB_MATROX_MAVEN=y | ||
1072 | CONFIG_FB_MATROX_MULTIHEAD=y | ||
1073 | CONFIG_FB_RADEON=y | 1116 | CONFIG_FB_RADEON=y |
1074 | CONFIG_FB_RADEON_I2C=y | 1117 | CONFIG_FB_RADEON_I2C=y |
1118 | CONFIG_FB_RADEON_BACKLIGHT=y | ||
1075 | # CONFIG_FB_RADEON_DEBUG is not set | 1119 | # CONFIG_FB_RADEON_DEBUG is not set |
1076 | # CONFIG_FB_ATY128 is not set | 1120 | # CONFIG_FB_ATY128 is not set |
1077 | # CONFIG_FB_ATY is not set | 1121 | # CONFIG_FB_ATY is not set |
1122 | # CONFIG_FB_S3 is not set | ||
1078 | # CONFIG_FB_SAVAGE is not set | 1123 | # CONFIG_FB_SAVAGE is not set |
1079 | # CONFIG_FB_SIS is not set | 1124 | # CONFIG_FB_SIS is not set |
1080 | # CONFIG_FB_NEOMAGIC is not set | 1125 | # CONFIG_FB_NEOMAGIC is not set |
1081 | # CONFIG_FB_KYRO is not set | 1126 | # CONFIG_FB_KYRO is not set |
1082 | # CONFIG_FB_3DFX is not set | 1127 | # CONFIG_FB_3DFX is not set |
1083 | # CONFIG_FB_VOODOO1 is not set | 1128 | # CONFIG_FB_VOODOO1 is not set |
1129 | # CONFIG_FB_VT8623 is not set | ||
1084 | # CONFIG_FB_TRIDENT is not set | 1130 | # CONFIG_FB_TRIDENT is not set |
1131 | # CONFIG_FB_ARK is not set | ||
1132 | # CONFIG_FB_PM3 is not set | ||
1085 | # CONFIG_FB_IBM_GXT4500 is not set | 1133 | # CONFIG_FB_IBM_GXT4500 is not set |
1086 | # CONFIG_FB_VIRTUAL is not set | 1134 | # CONFIG_FB_VIRTUAL is not set |
1087 | 1135 | ||
@@ -1097,15 +1145,10 @@ CONFIG_FRAMEBUFFER_CONSOLE=y | |||
1097 | # CONFIG_FONTS is not set | 1145 | # CONFIG_FONTS is not set |
1098 | CONFIG_FONT_8x8=y | 1146 | CONFIG_FONT_8x8=y |
1099 | CONFIG_FONT_8x16=y | 1147 | CONFIG_FONT_8x16=y |
1100 | |||
1101 | # | ||
1102 | # Logo configuration | ||
1103 | # | ||
1104 | CONFIG_LOGO=y | 1148 | CONFIG_LOGO=y |
1105 | CONFIG_LOGO_LINUX_MONO=y | 1149 | CONFIG_LOGO_LINUX_MONO=y |
1106 | CONFIG_LOGO_LINUX_VGA16=y | 1150 | CONFIG_LOGO_LINUX_VGA16=y |
1107 | CONFIG_LOGO_LINUX_CLUT224=y | 1151 | CONFIG_LOGO_LINUX_CLUT224=y |
1108 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1109 | 1152 | ||
1110 | # | 1153 | # |
1111 | # Sound | 1154 | # Sound |
@@ -1211,6 +1254,7 @@ CONFIG_SND_VERBOSE_PROCFS=y | |||
1211 | # | 1254 | # |
1212 | CONFIG_SND_USB_AUDIO=y | 1255 | CONFIG_SND_USB_AUDIO=y |
1213 | CONFIG_SND_USB_USX2Y=y | 1256 | CONFIG_SND_USB_USX2Y=y |
1257 | # CONFIG_SND_USB_CAIAQ is not set | ||
1214 | 1258 | ||
1215 | # | 1259 | # |
1216 | # PCMCIA devices | 1260 | # PCMCIA devices |
@@ -1219,6 +1263,11 @@ CONFIG_SND_USB_USX2Y=y | |||
1219 | # CONFIG_SND_PDAUDIOCF is not set | 1263 | # CONFIG_SND_PDAUDIOCF is not set |
1220 | 1264 | ||
1221 | # | 1265 | # |
1266 | # System on Chip audio support | ||
1267 | # | ||
1268 | # CONFIG_SND_SOC is not set | ||
1269 | |||
1270 | # | ||
1222 | # Open Sound System | 1271 | # Open Sound System |
1223 | # | 1272 | # |
1224 | # CONFIG_SOUND_PRIME is not set | 1273 | # CONFIG_SOUND_PRIME is not set |
@@ -1227,6 +1276,15 @@ CONFIG_SND_USB_USX2Y=y | |||
1227 | # HID Devices | 1276 | # HID Devices |
1228 | # | 1277 | # |
1229 | CONFIG_HID=y | 1278 | CONFIG_HID=y |
1279 | # CONFIG_HID_DEBUG is not set | ||
1280 | |||
1281 | # | ||
1282 | # USB Input Devices | ||
1283 | # | ||
1284 | CONFIG_USB_HID=y | ||
1285 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1286 | # CONFIG_HID_FF is not set | ||
1287 | # CONFIG_USB_HIDDEV is not set | ||
1230 | 1288 | ||
1231 | # | 1289 | # |
1232 | # USB support | 1290 | # USB support |
@@ -1241,7 +1299,7 @@ CONFIG_USB=y | |||
1241 | # Miscellaneous USB options | 1299 | # Miscellaneous USB options |
1242 | # | 1300 | # |
1243 | CONFIG_USB_DEVICEFS=y | 1301 | CONFIG_USB_DEVICEFS=y |
1244 | # CONFIG_USB_BANDWIDTH is not set | 1302 | # CONFIG_USB_DEVICE_CLASS is not set |
1245 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1303 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1246 | # CONFIG_USB_OTG is not set | 1304 | # CONFIG_USB_OTG is not set |
1247 | 1305 | ||
@@ -1252,9 +1310,15 @@ CONFIG_USB_EHCI_HCD=y | |||
1252 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | 1310 | # CONFIG_USB_EHCI_SPLIT_ISO is not set |
1253 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 1311 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
1254 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 1312 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
1313 | # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set | ||
1255 | # CONFIG_USB_ISP116X_HCD is not set | 1314 | # CONFIG_USB_ISP116X_HCD is not set |
1256 | CONFIG_USB_OHCI_HCD=y | 1315 | CONFIG_USB_OHCI_HCD=y |
1257 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | 1316 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
1317 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | ||
1318 | # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set | ||
1319 | CONFIG_USB_OHCI_HCD_PCI=y | ||
1320 | CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y | ||
1321 | CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y | ||
1258 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | 1322 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y |
1259 | CONFIG_USB_UHCI_HCD=y | 1323 | CONFIG_USB_UHCI_HCD=y |
1260 | CONFIG_USB_SL811_HCD=y | 1324 | CONFIG_USB_SL811_HCD=y |
@@ -1289,41 +1353,11 @@ CONFIG_USB_STORAGE=y | |||
1289 | CONFIG_USB_LIBUSUAL=y | 1353 | CONFIG_USB_LIBUSUAL=y |
1290 | 1354 | ||
1291 | # | 1355 | # |
1292 | # USB Input Devices | ||
1293 | # | ||
1294 | CONFIG_USB_HID=y | ||
1295 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1296 | # CONFIG_HID_FF is not set | ||
1297 | # CONFIG_USB_HIDDEV is not set | ||
1298 | # CONFIG_USB_AIPTEK is not set | ||
1299 | # CONFIG_USB_WACOM is not set | ||
1300 | # CONFIG_USB_ACECAD is not set | ||
1301 | # CONFIG_USB_KBTAB is not set | ||
1302 | # CONFIG_USB_POWERMATE is not set | ||
1303 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1304 | # CONFIG_USB_YEALINK is not set | ||
1305 | # CONFIG_USB_XPAD is not set | ||
1306 | # CONFIG_USB_ATI_REMOTE is not set | ||
1307 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1308 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1309 | # CONFIG_USB_APPLETOUCH is not set | ||
1310 | |||
1311 | # | ||
1312 | # USB Imaging devices | 1356 | # USB Imaging devices |
1313 | # | 1357 | # |
1314 | # CONFIG_USB_MDC800 is not set | 1358 | # CONFIG_USB_MDC800 is not set |
1315 | # CONFIG_USB_MICROTEK is not set | 1359 | # CONFIG_USB_MICROTEK is not set |
1316 | 1360 | # CONFIG_USB_MON is not set | |
1317 | # | ||
1318 | # USB Network Adapters | ||
1319 | # | ||
1320 | # CONFIG_USB_CATC is not set | ||
1321 | # CONFIG_USB_KAWETH is not set | ||
1322 | # CONFIG_USB_PEGASUS is not set | ||
1323 | # CONFIG_USB_RTL8150 is not set | ||
1324 | # CONFIG_USB_USBNET_MII is not set | ||
1325 | # CONFIG_USB_USBNET is not set | ||
1326 | CONFIG_USB_MON=y | ||
1327 | 1361 | ||
1328 | # | 1362 | # |
1329 | # USB port drivers | 1363 | # USB port drivers |
@@ -1344,6 +1378,7 @@ CONFIG_USB_MON=y | |||
1344 | # CONFIG_USB_RIO500 is not set | 1378 | # CONFIG_USB_RIO500 is not set |
1345 | # CONFIG_USB_LEGOTOWER is not set | 1379 | # CONFIG_USB_LEGOTOWER is not set |
1346 | # CONFIG_USB_LCD is not set | 1380 | # CONFIG_USB_LCD is not set |
1381 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1347 | # CONFIG_USB_LED is not set | 1382 | # CONFIG_USB_LED is not set |
1348 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1383 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1349 | # CONFIG_USB_CYTHERM is not set | 1384 | # CONFIG_USB_CYTHERM is not set |
@@ -1354,6 +1389,7 @@ CONFIG_USB_MON=y | |||
1354 | # CONFIG_USB_SISUSBVGA is not set | 1389 | # CONFIG_USB_SISUSBVGA is not set |
1355 | # CONFIG_USB_LD is not set | 1390 | # CONFIG_USB_LD is not set |
1356 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1391 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1392 | # CONFIG_USB_IOWARRIOR is not set | ||
1357 | # CONFIG_USB_TEST is not set | 1393 | # CONFIG_USB_TEST is not set |
1358 | 1394 | ||
1359 | # | 1395 | # |
@@ -1364,10 +1400,6 @@ CONFIG_USB_MON=y | |||
1364 | # USB Gadget Support | 1400 | # USB Gadget Support |
1365 | # | 1401 | # |
1366 | # CONFIG_USB_GADGET is not set | 1402 | # CONFIG_USB_GADGET is not set |
1367 | |||
1368 | # | ||
1369 | # MMC/SD Card support | ||
1370 | # | ||
1371 | # CONFIG_MMC is not set | 1403 | # CONFIG_MMC is not set |
1372 | 1404 | ||
1373 | # | 1405 | # |
@@ -1408,24 +1440,37 @@ CONFIG_RTC_INTF_SYSFS=y | |||
1408 | CONFIG_RTC_INTF_PROC=y | 1440 | CONFIG_RTC_INTF_PROC=y |
1409 | CONFIG_RTC_INTF_DEV=y | 1441 | CONFIG_RTC_INTF_DEV=y |
1410 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | 1442 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set |
1443 | # CONFIG_RTC_DRV_TEST is not set | ||
1411 | 1444 | ||
1412 | # | 1445 | # |
1413 | # RTC drivers | 1446 | # I2C RTC drivers |
1414 | # | 1447 | # |
1415 | # CONFIG_RTC_DRV_X1205 is not set | ||
1416 | CONFIG_RTC_DRV_DS1307=y | 1448 | CONFIG_RTC_DRV_DS1307=y |
1417 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1418 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1419 | # CONFIG_RTC_DRV_DS1672 is not set | 1449 | # CONFIG_RTC_DRV_DS1672 is not set |
1420 | # CONFIG_RTC_DRV_DS1742 is not set | 1450 | # CONFIG_RTC_DRV_MAX6900 is not set |
1451 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1452 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1453 | # CONFIG_RTC_DRV_X1205 is not set | ||
1421 | # CONFIG_RTC_DRV_PCF8563 is not set | 1454 | # CONFIG_RTC_DRV_PCF8563 is not set |
1422 | # CONFIG_RTC_DRV_PCF8583 is not set | 1455 | # CONFIG_RTC_DRV_PCF8583 is not set |
1423 | # CONFIG_RTC_DRV_RS5C372 is not set | 1456 | |
1457 | # | ||
1458 | # SPI RTC drivers | ||
1459 | # | ||
1460 | |||
1461 | # | ||
1462 | # Platform RTC drivers | ||
1463 | # | ||
1464 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1465 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1424 | # CONFIG_RTC_DRV_M48T86 is not set | 1466 | # CONFIG_RTC_DRV_M48T86 is not set |
1425 | # CONFIG_RTC_DRV_TEST is not set | ||
1426 | # CONFIG_RTC_DRV_V3020 is not set | 1467 | # CONFIG_RTC_DRV_V3020 is not set |
1427 | 1468 | ||
1428 | # | 1469 | # |
1470 | # on-CPU RTC drivers | ||
1471 | # | ||
1472 | |||
1473 | # | ||
1429 | # DMA Engine support | 1474 | # DMA Engine support |
1430 | # | 1475 | # |
1431 | # CONFIG_DMA_ENGINE is not set | 1476 | # CONFIG_DMA_ENGINE is not set |
@@ -1439,10 +1484,6 @@ CONFIG_RTC_DRV_DS1307=y | |||
1439 | # | 1484 | # |
1440 | 1485 | ||
1441 | # | 1486 | # |
1442 | # Virtualization | ||
1443 | # | ||
1444 | |||
1445 | # | ||
1446 | # File systems | 1487 | # File systems |
1447 | # | 1488 | # |
1448 | CONFIG_EXT2_FS=y | 1489 | CONFIG_EXT2_FS=y |
@@ -1466,7 +1507,8 @@ CONFIG_FS_POSIX_ACL=y | |||
1466 | # CONFIG_OCFS2_FS is not set | 1507 | # CONFIG_OCFS2_FS is not set |
1467 | # CONFIG_MINIX_FS is not set | 1508 | # CONFIG_MINIX_FS is not set |
1468 | # CONFIG_ROMFS_FS is not set | 1509 | # CONFIG_ROMFS_FS is not set |
1469 | # CONFIG_INOTIFY is not set | 1510 | CONFIG_INOTIFY=y |
1511 | CONFIG_INOTIFY_USER=y | ||
1470 | # CONFIG_QUOTA is not set | 1512 | # CONFIG_QUOTA is not set |
1471 | CONFIG_DNOTIFY=y | 1513 | CONFIG_DNOTIFY=y |
1472 | CONFIG_AUTOFS_FS=y | 1514 | CONFIG_AUTOFS_FS=y |
@@ -1538,6 +1580,7 @@ CONFIG_LOCKD=y | |||
1538 | CONFIG_LOCKD_V4=y | 1580 | CONFIG_LOCKD_V4=y |
1539 | CONFIG_NFS_COMMON=y | 1581 | CONFIG_NFS_COMMON=y |
1540 | CONFIG_SUNRPC=y | 1582 | CONFIG_SUNRPC=y |
1583 | # CONFIG_SUNRPC_BIND34 is not set | ||
1541 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1584 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1542 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1585 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1543 | # CONFIG_SMB_FS is not set | 1586 | # CONFIG_SMB_FS is not set |
@@ -1567,6 +1610,7 @@ CONFIG_MSDOS_PARTITION=y | |||
1567 | # CONFIG_SUN_PARTITION is not set | 1610 | # CONFIG_SUN_PARTITION is not set |
1568 | # CONFIG_KARMA_PARTITION is not set | 1611 | # CONFIG_KARMA_PARTITION is not set |
1569 | # CONFIG_EFI_PARTITION is not set | 1612 | # CONFIG_EFI_PARTITION is not set |
1613 | # CONFIG_SYSV68_PARTITION is not set | ||
1570 | 1614 | ||
1571 | # | 1615 | # |
1572 | # Native Language Support | 1616 | # Native Language Support |
@@ -1616,6 +1660,8 @@ CONFIG_NLS_ISO8859_1=y | |||
1616 | # Distributed Lock Manager | 1660 | # Distributed Lock Manager |
1617 | # | 1661 | # |
1618 | # CONFIG_DLM is not set | 1662 | # CONFIG_DLM is not set |
1663 | # CONFIG_UCC_SLOW is not set | ||
1664 | # CONFIG_UCC_FAST is not set | ||
1619 | 1665 | ||
1620 | # | 1666 | # |
1621 | # Library routines | 1667 | # Library routines |
@@ -1623,10 +1669,13 @@ CONFIG_NLS_ISO8859_1=y | |||
1623 | CONFIG_BITREVERSE=y | 1669 | CONFIG_BITREVERSE=y |
1624 | CONFIG_CRC_CCITT=y | 1670 | CONFIG_CRC_CCITT=y |
1625 | # CONFIG_CRC16 is not set | 1671 | # CONFIG_CRC16 is not set |
1672 | # CONFIG_CRC_ITU_T is not set | ||
1626 | CONFIG_CRC32=y | 1673 | CONFIG_CRC32=y |
1627 | # CONFIG_LIBCRC32C is not set | 1674 | # CONFIG_LIBCRC32C is not set |
1628 | CONFIG_PLIST=y | 1675 | CONFIG_PLIST=y |
1629 | CONFIG_IOMAP_COPY=y | 1676 | CONFIG_HAS_IOMEM=y |
1677 | CONFIG_HAS_IOPORT=y | ||
1678 | CONFIG_HAS_DMA=y | ||
1630 | 1679 | ||
1631 | # | 1680 | # |
1632 | # Instrumentation Support | 1681 | # Instrumentation Support |
@@ -1645,32 +1694,34 @@ CONFIG_MAGIC_SYSRQ=y | |||
1645 | # CONFIG_DEBUG_FS is not set | 1694 | # CONFIG_DEBUG_FS is not set |
1646 | # CONFIG_HEADERS_CHECK is not set | 1695 | # CONFIG_HEADERS_CHECK is not set |
1647 | CONFIG_DEBUG_KERNEL=y | 1696 | CONFIG_DEBUG_KERNEL=y |
1648 | CONFIG_LOG_BUF_SHIFT=17 | 1697 | # CONFIG_DEBUG_SHIRQ is not set |
1649 | CONFIG_DETECT_SOFTLOCKUP=y | 1698 | CONFIG_DETECT_SOFTLOCKUP=y |
1650 | # CONFIG_SCHEDSTATS is not set | 1699 | # CONFIG_SCHEDSTATS is not set |
1700 | # CONFIG_TIMER_STATS is not set | ||
1651 | # CONFIG_DEBUG_SLAB is not set | 1701 | # CONFIG_DEBUG_SLAB is not set |
1652 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1702 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1653 | # CONFIG_RT_MUTEX_TESTER is not set | 1703 | # CONFIG_RT_MUTEX_TESTER is not set |
1654 | # CONFIG_DEBUG_SPINLOCK is not set | 1704 | # CONFIG_DEBUG_SPINLOCK is not set |
1655 | # CONFIG_DEBUG_MUTEXES is not set | 1705 | # CONFIG_DEBUG_MUTEXES is not set |
1656 | # CONFIG_DEBUG_RWSEMS is not set | ||
1657 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1706 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1658 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1707 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1659 | # CONFIG_DEBUG_KOBJECT is not set | 1708 | # CONFIG_DEBUG_KOBJECT is not set |
1660 | CONFIG_DEBUG_BUGVERBOSE=y | 1709 | CONFIG_DEBUG_BUGVERBOSE=y |
1661 | CONFIG_DEBUG_INFO=y | 1710 | # CONFIG_DEBUG_INFO is not set |
1662 | # CONFIG_DEBUG_VM is not set | 1711 | # CONFIG_DEBUG_VM is not set |
1663 | # CONFIG_DEBUG_LIST is not set | 1712 | # CONFIG_DEBUG_LIST is not set |
1664 | CONFIG_FORCED_INLINING=y | 1713 | # CONFIG_FORCED_INLINING is not set |
1665 | # CONFIG_RCU_TORTURE_TEST is not set | 1714 | # CONFIG_RCU_TORTURE_TEST is not set |
1715 | # CONFIG_FAULT_INJECTION is not set | ||
1666 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1716 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1667 | # CONFIG_DEBUG_STACK_USAGE is not set | 1717 | # CONFIG_DEBUG_STACK_USAGE is not set |
1718 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1668 | CONFIG_DEBUGGER=y | 1719 | CONFIG_DEBUGGER=y |
1669 | CONFIG_XMON=y | 1720 | CONFIG_XMON=y |
1670 | CONFIG_XMON_DEFAULT=y | 1721 | CONFIG_XMON_DEFAULT=y |
1671 | CONFIG_XMON_DISASSEMBLY=y | 1722 | CONFIG_XMON_DISASSEMBLY=y |
1672 | # CONFIG_IRQSTACKS is not set | 1723 | # CONFIG_IRQSTACKS is not set |
1673 | CONFIG_BOOTX_TEXT=y | 1724 | # CONFIG_BOOTX_TEXT is not set |
1674 | # CONFIG_PPC_EARLY_DEBUG is not set | 1725 | # CONFIG_PPC_EARLY_DEBUG is not set |
1675 | 1726 | ||
1676 | # | 1727 | # |
@@ -1700,8 +1751,11 @@ CONFIG_CRYPTO_SHA1=y | |||
1700 | # CONFIG_CRYPTO_GF128MUL is not set | 1751 | # CONFIG_CRYPTO_GF128MUL is not set |
1701 | CONFIG_CRYPTO_ECB=m | 1752 | CONFIG_CRYPTO_ECB=m |
1702 | CONFIG_CRYPTO_CBC=y | 1753 | CONFIG_CRYPTO_CBC=y |
1754 | CONFIG_CRYPTO_PCBC=m | ||
1703 | # CONFIG_CRYPTO_LRW is not set | 1755 | # CONFIG_CRYPTO_LRW is not set |
1756 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1704 | CONFIG_CRYPTO_DES=y | 1757 | CONFIG_CRYPTO_DES=y |
1758 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1705 | # CONFIG_CRYPTO_BLOWFISH is not set | 1759 | # CONFIG_CRYPTO_BLOWFISH is not set |
1706 | # CONFIG_CRYPTO_TWOFISH is not set | 1760 | # CONFIG_CRYPTO_TWOFISH is not set |
1707 | # CONFIG_CRYPTO_SERPENT is not set | 1761 | # CONFIG_CRYPTO_SERPENT is not set |
@@ -1715,6 +1769,7 @@ CONFIG_CRYPTO_DES=y | |||
1715 | # CONFIG_CRYPTO_DEFLATE is not set | 1769 | # CONFIG_CRYPTO_DEFLATE is not set |
1716 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1770 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1717 | # CONFIG_CRYPTO_CRC32C is not set | 1771 | # CONFIG_CRYPTO_CRC32C is not set |
1772 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1718 | # CONFIG_CRYPTO_TEST is not set | 1773 | # CONFIG_CRYPTO_TEST is not set |
1719 | 1774 | ||
1720 | # | 1775 | # |
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 9cb24d20f0f9..6ef87fb90b8e 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -836,7 +836,7 @@ static struct cpu_spec cpu_specs[] = { | |||
836 | .pvr_mask = 0xffff0000, | 836 | .pvr_mask = 0xffff0000, |
837 | .pvr_value = 0x80040000, | 837 | .pvr_value = 0x80040000, |
838 | .cpu_name = "7448", | 838 | .cpu_name = "7448", |
839 | .cpu_features = CPU_FTRS_7447A, | 839 | .cpu_features = CPU_FTRS_7448, |
840 | .cpu_user_features = COMMON_USER | | 840 | .cpu_user_features = COMMON_USER | |
841 | PPC_FEATURE_HAS_ALTIVEC_COMP | PPC_FEATURE_PPC_LE, | 841 | PPC_FEATURE_HAS_ALTIVEC_COMP | PPC_FEATURE_PPC_LE, |
842 | .icache_bsize = 32, | 842 | .icache_bsize = 32, |
diff --git a/arch/powerpc/kernel/entry_32.S b/arch/powerpc/kernel/entry_32.S index c29d1652a421..4074c0b31453 100644 --- a/arch/powerpc/kernel/entry_32.S +++ b/arch/powerpc/kernel/entry_32.S | |||
@@ -596,7 +596,11 @@ fast_exception_return: | |||
596 | mr r12,r4 /* restart at exc_exit_restart */ | 596 | mr r12,r4 /* restart at exc_exit_restart */ |
597 | b 2b | 597 | b 2b |
598 | 598 | ||
599 | .comm fee_restarts,4 | 599 | .section .bss |
600 | .align 2 | ||
601 | fee_restarts: | ||
602 | .space 4 | ||
603 | .previous | ||
600 | 604 | ||
601 | /* aargh, a nonrecoverable interrupt, panic */ | 605 | /* aargh, a nonrecoverable interrupt, panic */ |
602 | /* aargh, we don't know which trap this is */ | 606 | /* aargh, we don't know which trap this is */ |
@@ -851,7 +855,11 @@ load_dbcr0: | |||
851 | mtspr SPRN_DBSR,r11 /* clear all pending debug events */ | 855 | mtspr SPRN_DBSR,r11 /* clear all pending debug events */ |
852 | blr | 856 | blr |
853 | 857 | ||
854 | .comm global_dbcr0,8 | 858 | .section .bss |
859 | .align 4 | ||
860 | global_dbcr0: | ||
861 | .space 8 | ||
862 | .previous | ||
855 | #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */ | 863 | #endif /* !(CONFIG_4xx || CONFIG_BOOKE) */ |
856 | 864 | ||
857 | do_work: /* r10 contains MSR_KERNEL here */ | 865 | do_work: /* r10 contains MSR_KERNEL here */ |
@@ -926,7 +934,11 @@ END_FTR_SECTION_IFSET(CPU_FTR_601) | |||
926 | /* shouldn't return */ | 934 | /* shouldn't return */ |
927 | b 4b | 935 | b 4b |
928 | 936 | ||
929 | .comm ee_restarts,4 | 937 | .section .bss |
938 | .align 2 | ||
939 | ee_restarts: | ||
940 | .space 4 | ||
941 | .previous | ||
930 | 942 | ||
931 | /* | 943 | /* |
932 | * PROM code for specific machines follows. Put it | 944 | * PROM code for specific machines follows. Put it |
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 84c34d979a88..d501c23e5159 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c | |||
@@ -427,11 +427,13 @@ static int __devinit of_pci_phb_probe(struct of_device *dev, | |||
427 | /* Process "ranges" property */ | 427 | /* Process "ranges" property */ |
428 | pci_process_bridge_OF_ranges(phb, dev->node, 0); | 428 | pci_process_bridge_OF_ranges(phb, dev->node, 0); |
429 | 429 | ||
430 | /* Setup IO space. | 430 | /* Setup IO space. We use the non-dynamic version of that code here, |
431 | * This will not work properly for ISA IOs, something needs to be done | 431 | * which doesn't quite support unplugging. Next kernel release will |
432 | * about it if we ever generalize that way of probing PCI brigdes | 432 | * have a better fix for this. |
433 | * Note also that we don't do ISA, this will also be fixed with a | ||
434 | * more massive rework. | ||
433 | */ | 435 | */ |
434 | pci_setup_phb_io_dynamic(phb, 0); | 436 | pci_setup_phb_io(phb, 0); |
435 | 437 | ||
436 | /* Init pci_dn data structures */ | 438 | /* Init pci_dn data structures */ |
437 | pci_devs_phb_init_dynamic(phb); | 439 | pci_devs_phb_init_dynamic(phb); |
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index b0409e19b1c1..249cca27a9b8 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -41,6 +41,7 @@ | |||
41 | 41 | ||
42 | unsigned long pci_probe_only = 1; | 42 | unsigned long pci_probe_only = 1; |
43 | int pci_assign_all_buses = 0; | 43 | int pci_assign_all_buses = 0; |
44 | static int pci_initial_scan_done; | ||
44 | 45 | ||
45 | static void fixup_resource(struct resource *res, struct pci_dev *dev); | 46 | static void fixup_resource(struct resource *res, struct pci_dev *dev); |
46 | static void do_bus_setup(struct pci_bus *bus); | 47 | static void do_bus_setup(struct pci_bus *bus); |
@@ -604,6 +605,8 @@ static int __init pcibios_init(void) | |||
604 | /* map in PCI I/O space */ | 605 | /* map in PCI I/O space */ |
605 | phbs_remap_io(); | 606 | phbs_remap_io(); |
606 | 607 | ||
608 | pci_initial_scan_done = 1; | ||
609 | |||
607 | printk(KERN_DEBUG "PCI: Probing PCI hardware done\n"); | 610 | printk(KERN_DEBUG "PCI: Probing PCI hardware done\n"); |
608 | 611 | ||
609 | return 0; | 612 | return 0; |
@@ -1042,13 +1045,16 @@ void __devinit pci_process_bridge_OF_ranges(struct pci_controller *hose, | |||
1042 | } | 1045 | } |
1043 | } | 1046 | } |
1044 | 1047 | ||
1045 | void __init pci_setup_phb_io(struct pci_controller *hose, int primary) | 1048 | void __devinit pci_setup_phb_io(struct pci_controller *hose, int primary) |
1046 | { | 1049 | { |
1047 | unsigned long size = hose->pci_io_size; | 1050 | unsigned long size = hose->pci_io_size; |
1048 | unsigned long io_virt_offset; | 1051 | unsigned long io_virt_offset; |
1049 | struct resource *res; | 1052 | struct resource *res; |
1050 | struct device_node *isa_dn; | 1053 | struct device_node *isa_dn; |
1051 | 1054 | ||
1055 | if (size == 0) | ||
1056 | return; | ||
1057 | |||
1052 | hose->io_base_virt = reserve_phb_iospace(size); | 1058 | hose->io_base_virt = reserve_phb_iospace(size); |
1053 | DBG("phb%d io_base_phys 0x%lx io_base_virt 0x%lx\n", | 1059 | DBG("phb%d io_base_phys 0x%lx io_base_virt 0x%lx\n", |
1054 | hose->global_number, hose->io_base_phys, | 1060 | hose->global_number, hose->io_base_phys, |
@@ -1069,6 +1075,15 @@ void __init pci_setup_phb_io(struct pci_controller *hose, int primary) | |||
1069 | res = &hose->io_resource; | 1075 | res = &hose->io_resource; |
1070 | res->start += io_virt_offset; | 1076 | res->start += io_virt_offset; |
1071 | res->end += io_virt_offset; | 1077 | res->end += io_virt_offset; |
1078 | |||
1079 | /* If this is called after the initial PCI scan, then we need to | ||
1080 | * proceed to IO mappings now | ||
1081 | */ | ||
1082 | if (pci_initial_scan_done) | ||
1083 | __ioremap_explicit(hose->io_base_phys, | ||
1084 | (unsigned long)hose->io_base_virt, | ||
1085 | hose->pci_io_size, | ||
1086 | _PAGE_NO_CACHE | _PAGE_GUARDED); | ||
1072 | } | 1087 | } |
1073 | 1088 | ||
1074 | void __devinit pci_setup_phb_io_dynamic(struct pci_controller *hose, | 1089 | void __devinit pci_setup_phb_io_dynamic(struct pci_controller *hose, |
@@ -1078,6 +1093,9 @@ void __devinit pci_setup_phb_io_dynamic(struct pci_controller *hose, | |||
1078 | unsigned long io_virt_offset; | 1093 | unsigned long io_virt_offset; |
1079 | struct resource *res; | 1094 | struct resource *res; |
1080 | 1095 | ||
1096 | if (size == 0) | ||
1097 | return; | ||
1098 | |||
1081 | hose->io_base_virt = __ioremap(hose->io_base_phys, size, | 1099 | hose->io_base_virt = __ioremap(hose->io_base_phys, size, |
1082 | _PAGE_NO_CACHE | _PAGE_GUARDED); | 1100 | _PAGE_NO_CACHE | _PAGE_GUARDED); |
1083 | DBG("phb%d io_base_phys 0x%lx io_base_virt 0x%lx\n", | 1101 | DBG("phb%d io_base_phys 0x%lx io_base_virt 0x%lx\n", |
@@ -1106,6 +1124,9 @@ static int get_bus_io_range(struct pci_bus *bus, unsigned long *start_phys, | |||
1106 | /* Root Bus */ | 1124 | /* Root Bus */ |
1107 | res = &hose->io_resource; | 1125 | res = &hose->io_resource; |
1108 | 1126 | ||
1127 | if (res->end == 0 && res->start == 0) | ||
1128 | return 1; | ||
1129 | |||
1109 | *start_virt = pci_io_base + res->start; | 1130 | *start_virt = pci_io_base + res->start; |
1110 | *start_phys = *start_virt + hose->io_base_phys | 1131 | *start_phys = *start_virt + hose->io_base_phys |
1111 | - (unsigned long) hose->io_base_virt; | 1132 | - (unsigned long) hose->io_base_virt; |
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index c065b5550368..066a6a7a25b8 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -1472,6 +1472,11 @@ static int of_finish_dynamic_node(struct device_node *node) | |||
1472 | node->name = of_get_property(node, "name", NULL); | 1472 | node->name = of_get_property(node, "name", NULL); |
1473 | node->type = of_get_property(node, "device_type", NULL); | 1473 | node->type = of_get_property(node, "device_type", NULL); |
1474 | 1474 | ||
1475 | if (!node->name) | ||
1476 | node->name = "<NULL>"; | ||
1477 | if (!node->type) | ||
1478 | node->type = "<NULL>"; | ||
1479 | |||
1475 | if (!parent) { | 1480 | if (!parent) { |
1476 | err = -ENODEV; | 1481 | err = -ENODEV; |
1477 | goto out; | 1482 | goto out; |
diff --git a/arch/powerpc/kernel/rtas-proc.c b/arch/powerpc/kernel/rtas-proc.c index 190b7ed1dbfb..f2e3bc714d76 100644 --- a/arch/powerpc/kernel/rtas-proc.c +++ b/arch/powerpc/kernel/rtas-proc.c | |||
@@ -379,7 +379,7 @@ static ssize_t ppc_rtas_progress_write(struct file *file, | |||
379 | /* ****************************************************************** */ | 379 | /* ****************************************************************** */ |
380 | static int ppc_rtas_progress_show(struct seq_file *m, void *v) | 380 | static int ppc_rtas_progress_show(struct seq_file *m, void *v) |
381 | { | 381 | { |
382 | if (progress_led) | 382 | if (progress_led[0]) |
383 | seq_printf(m, "%s\n", progress_led); | 383 | seq_printf(m, "%s\n", progress_led); |
384 | return 0; | 384 | return 0; |
385 | } | 385 | } |
diff --git a/arch/powerpc/lib/rheap.c b/arch/powerpc/lib/rheap.c index b2f6dcc59600..180ee2933ab9 100644 --- a/arch/powerpc/lib/rheap.c +++ b/arch/powerpc/lib/rheap.c | |||
@@ -468,25 +468,19 @@ unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const ch | |||
468 | if (blk->size == size) { | 468 | if (blk->size == size) { |
469 | /* Move from free list to taken list */ | 469 | /* Move from free list to taken list */ |
470 | list_del(&blk->list); | 470 | list_del(&blk->list); |
471 | blk->owner = owner; | 471 | newblk = blk; |
472 | start = blk->start; | 472 | } else { |
473 | 473 | newblk = get_slot(info); | |
474 | attach_taken_block(info, blk); | 474 | newblk->start = blk->start; |
475 | newblk->size = size; | ||
475 | 476 | ||
476 | return start; | 477 | /* blk still in free list, with updated start, size */ |
478 | blk->start += size; | ||
479 | blk->size -= size; | ||
477 | } | 480 | } |
478 | 481 | ||
479 | newblk = get_slot(info); | ||
480 | newblk->start = blk->start; | ||
481 | newblk->size = size; | ||
482 | newblk->owner = owner; | 482 | newblk->owner = owner; |
483 | |||
484 | /* blk still in free list, with updated start, size */ | ||
485 | blk->start += size; | ||
486 | blk->size -= size; | ||
487 | |||
488 | start = newblk->start; | 483 | start = newblk->start; |
489 | |||
490 | attach_taken_block(info, newblk); | 484 | attach_taken_block(info, newblk); |
491 | 485 | ||
492 | /* for larger alignment return fixed up pointer */ | 486 | /* for larger alignment return fixed up pointer */ |
diff --git a/arch/powerpc/mm/hash_low_32.S b/arch/powerpc/mm/hash_low_32.S index ddceefc06ecc..7f830a4888d6 100644 --- a/arch/powerpc/mm/hash_low_32.S +++ b/arch/powerpc/mm/hash_low_32.S | |||
@@ -30,7 +30,11 @@ | |||
30 | #include <asm/asm-offsets.h> | 30 | #include <asm/asm-offsets.h> |
31 | 31 | ||
32 | #ifdef CONFIG_SMP | 32 | #ifdef CONFIG_SMP |
33 | .comm mmu_hash_lock,4 | 33 | .section .bss |
34 | .align 2 | ||
35 | .globl mmu_hash_lock | ||
36 | mmu_hash_lock: | ||
37 | .space 4 | ||
34 | #endif /* CONFIG_SMP */ | 38 | #endif /* CONFIG_SMP */ |
35 | 39 | ||
36 | /* | 40 | /* |
@@ -455,9 +459,15 @@ found_slot: | |||
455 | sync /* make sure pte updates get to memory */ | 459 | sync /* make sure pte updates get to memory */ |
456 | blr | 460 | blr |
457 | 461 | ||
458 | .comm next_slot,4 | 462 | .section .bss |
459 | .comm primary_pteg_full,4 | 463 | .align 2 |
460 | .comm htab_hash_searches,4 | 464 | next_slot: |
465 | .space 4 | ||
466 | primary_pteg_full: | ||
467 | .space 4 | ||
468 | htab_hash_searches: | ||
469 | .space 4 | ||
470 | .previous | ||
461 | 471 | ||
462 | /* | 472 | /* |
463 | * Flush the entry for a particular page from the hash table. | 473 | * Flush the entry for a particular page from the hash table. |
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index 028ba4ed03d2..4f2f4534a9d8 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -430,7 +430,7 @@ static void __init htab_finish_init(void) | |||
430 | make_bl(ht64_call_hpte_insert2, ppc_md.hpte_insert); | 430 | make_bl(ht64_call_hpte_insert2, ppc_md.hpte_insert); |
431 | make_bl(ht64_call_hpte_remove, ppc_md.hpte_remove); | 431 | make_bl(ht64_call_hpte_remove, ppc_md.hpte_remove); |
432 | make_bl(ht64_call_hpte_updatepp, ppc_md.hpte_updatepp); | 432 | make_bl(ht64_call_hpte_updatepp, ppc_md.hpte_updatepp); |
433 | #endif /* CONFIG_PPC_64K_PAGES */ | 433 | #endif /* CONFIG_PPC_HAS_HASH_64K */ |
434 | 434 | ||
435 | make_bl(htab_call_hpte_insert1, ppc_md.hpte_insert); | 435 | make_bl(htab_call_hpte_insert1, ppc_md.hpte_insert); |
436 | make_bl(htab_call_hpte_insert2, ppc_md.hpte_insert); | 436 | make_bl(htab_call_hpte_insert2, ppc_md.hpte_insert); |
@@ -837,7 +837,7 @@ void hash_preload(struct mm_struct *mm, unsigned long ea, | |||
837 | if (mm->context.user_psize == MMU_PAGE_64K) | 837 | if (mm->context.user_psize == MMU_PAGE_64K) |
838 | __hash_page_64K(ea, access, vsid, ptep, trap, local); | 838 | __hash_page_64K(ea, access, vsid, ptep, trap, local); |
839 | else | 839 | else |
840 | #endif /* CONFIG_PPC_64K_PAGES */ | 840 | #endif /* CONFIG_PPC_HAS_HASH_64K */ |
841 | __hash_page_4K(ea, access, vsid, ptep, trap, local); | 841 | __hash_page_4K(ea, access, vsid, ptep, trap, local); |
842 | 842 | ||
843 | local_irq_restore(flags); | 843 | local_irq_restore(flags); |
diff --git a/arch/powerpc/mm/mmap.c b/arch/powerpc/mm/mmap.c index 972a8e884b9a..86010fc7d3b1 100644 --- a/arch/powerpc/mm/mmap.c +++ b/arch/powerpc/mm/mmap.c | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | #include <linux/personality.h> | 25 | #include <linux/personality.h> |
26 | #include <linux/mm.h> | 26 | #include <linux/mm.h> |
27 | #include <linux/sched.h> | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * Top of mmap area (just below the process stack). | 30 | * Top of mmap area (just below the process stack). |
diff --git a/arch/powerpc/mm/pgtable_64.c b/arch/powerpc/mm/pgtable_64.c index 1d443407423c..ad6e135bf212 100644 --- a/arch/powerpc/mm/pgtable_64.c +++ b/arch/powerpc/mm/pgtable_64.c | |||
@@ -322,6 +322,8 @@ EXPORT_SYMBOL(__ioremap); | |||
322 | EXPORT_SYMBOL(iounmap); | 322 | EXPORT_SYMBOL(iounmap); |
323 | EXPORT_SYMBOL(__iounmap); | 323 | EXPORT_SYMBOL(__iounmap); |
324 | 324 | ||
325 | static DEFINE_SPINLOCK(phb_io_lock); | ||
326 | |||
325 | void __iomem * reserve_phb_iospace(unsigned long size) | 327 | void __iomem * reserve_phb_iospace(unsigned long size) |
326 | { | 328 | { |
327 | void __iomem *virt_addr; | 329 | void __iomem *virt_addr; |
@@ -329,8 +331,10 @@ void __iomem * reserve_phb_iospace(unsigned long size) | |||
329 | if (phbs_io_bot >= IMALLOC_BASE) | 331 | if (phbs_io_bot >= IMALLOC_BASE) |
330 | panic("reserve_phb_iospace(): phb io space overflow\n"); | 332 | panic("reserve_phb_iospace(): phb io space overflow\n"); |
331 | 333 | ||
334 | spin_lock(&phb_io_lock); | ||
332 | virt_addr = (void __iomem *) phbs_io_bot; | 335 | virt_addr = (void __iomem *) phbs_io_bot; |
333 | phbs_io_bot += size; | 336 | phbs_io_bot += size; |
337 | spin_unlock(&phb_io_lock); | ||
334 | 338 | ||
335 | return virt_addr; | 339 | return virt_addr; |
336 | } | 340 | } |
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 8e66949e7c67..1b3e008fd148 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -38,7 +38,8 @@ config 440EP | |||
38 | 38 | ||
39 | config 440GP | 39 | config 440GP |
40 | bool | 40 | bool |
41 | select IBM_NEW_EMAC_ZMII | 41 | # Disabled until the new EMAC Driver is merged. |
42 | # select IBM_NEW_EMAC_ZMII | ||
42 | 43 | ||
43 | config 440GX | 44 | config 440GX |
44 | bool | 45 | bool |
diff --git a/arch/powerpc/platforms/44x/ebony.c b/arch/powerpc/platforms/44x/ebony.c index ad526eafc90b..5a7fec8d10d3 100644 --- a/arch/powerpc/platforms/44x/ebony.c +++ b/arch/powerpc/platforms/44x/ebony.c | |||
@@ -27,9 +27,9 @@ | |||
27 | #include "44x.h" | 27 | #include "44x.h" |
28 | 28 | ||
29 | static struct of_device_id ebony_of_bus[] = { | 29 | static struct of_device_id ebony_of_bus[] = { |
30 | { .type = "ibm,plb", }, | 30 | { .compatible = "ibm,plb4", }, |
31 | { .type = "ibm,opb", }, | 31 | { .compatible = "ibm,opb", }, |
32 | { .type = "ibm,ebc", }, | 32 | { .compatible = "ibm,ebc", }, |
33 | {}, | 33 | {}, |
34 | }; | 34 | }; |
35 | 35 | ||
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index a93f328a7317..7150730e2ff1 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c | |||
@@ -71,9 +71,7 @@ spufs_init_once(void *p, struct kmem_cache * cachep, unsigned long flags) | |||
71 | { | 71 | { |
72 | struct spufs_inode_info *ei = p; | 72 | struct spufs_inode_info *ei = p; |
73 | 73 | ||
74 | if (flags & SLAB_CTOR_CONSTRUCTOR) { | 74 | inode_init_once(&ei->vfs_inode); |
75 | inode_init_once(&ei->vfs_inode); | ||
76 | } | ||
77 | } | 75 | } |
78 | 76 | ||
79 | static struct inode * | 77 | static struct inode * |
diff --git a/arch/powerpc/platforms/iseries/viopath.c b/arch/powerpc/platforms/iseries/viopath.c index 354b8dd2a2c1..6a0060a5f2ec 100644 --- a/arch/powerpc/platforms/iseries/viopath.c +++ b/arch/powerpc/platforms/iseries/viopath.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <linux/wait.h> | 37 | #include <linux/wait.h> |
38 | #include <linux/seq_file.h> | 38 | #include <linux/seq_file.h> |
39 | #include <linux/interrupt.h> | 39 | #include <linux/interrupt.h> |
40 | #include <linux/completion.h> | ||
40 | 41 | ||
41 | #include <asm/system.h> | 42 | #include <asm/system.h> |
42 | #include <asm/uaccess.h> | 43 | #include <asm/uaccess.h> |
@@ -81,7 +82,7 @@ static void handleMonitorEvent(struct HvLpEvent *event); | |||
81 | * if system_state is not SYSTEM_RUNNING, then wait_atomic is used ... | 82 | * if system_state is not SYSTEM_RUNNING, then wait_atomic is used ... |
82 | */ | 83 | */ |
83 | struct alloc_parms { | 84 | struct alloc_parms { |
84 | struct semaphore sem; | 85 | struct completion done; |
85 | int number; | 86 | int number; |
86 | atomic_t wait_atomic; | 87 | atomic_t wait_atomic; |
87 | int used_wait_atomic; | 88 | int used_wait_atomic; |
@@ -115,7 +116,7 @@ static int proc_viopath_show(struct seq_file *m, void *v) | |||
115 | u16 vlanMap; | 116 | u16 vlanMap; |
116 | dma_addr_t handle; | 117 | dma_addr_t handle; |
117 | HvLpEvent_Rc hvrc; | 118 | HvLpEvent_Rc hvrc; |
118 | DECLARE_MUTEX_LOCKED(Semaphore); | 119 | DECLARE_COMPLETION(done); |
119 | struct device_node *node; | 120 | struct device_node *node; |
120 | const char *sysid; | 121 | const char *sysid; |
121 | 122 | ||
@@ -132,13 +133,13 @@ static int proc_viopath_show(struct seq_file *m, void *v) | |||
132 | HvLpEvent_AckInd_DoAck, HvLpEvent_AckType_ImmediateAck, | 133 | HvLpEvent_AckInd_DoAck, HvLpEvent_AckType_ImmediateAck, |
133 | viopath_sourceinst(viopath_hostLp), | 134 | viopath_sourceinst(viopath_hostLp), |
134 | viopath_targetinst(viopath_hostLp), | 135 | viopath_targetinst(viopath_hostLp), |
135 | (u64)(unsigned long)&Semaphore, VIOVERSION << 16, | 136 | (u64)(unsigned long)&done, VIOVERSION << 16, |
136 | ((u64)handle) << 32, HW_PAGE_SIZE, 0, 0); | 137 | ((u64)handle) << 32, HW_PAGE_SIZE, 0, 0); |
137 | 138 | ||
138 | if (hvrc != HvLpEvent_Rc_Good) | 139 | if (hvrc != HvLpEvent_Rc_Good) |
139 | printk(VIOPATH_KERN_WARN "hv error on op %d\n", (int)hvrc); | 140 | printk(VIOPATH_KERN_WARN "hv error on op %d\n", (int)hvrc); |
140 | 141 | ||
141 | down(&Semaphore); | 142 | wait_for_completion(&done); |
142 | 143 | ||
143 | vlanMap = HvLpConfig_getVirtualLanIndexMap(); | 144 | vlanMap = HvLpConfig_getVirtualLanIndexMap(); |
144 | 145 | ||
@@ -353,7 +354,7 @@ static void handleConfig(struct HvLpEvent *event) | |||
353 | return; | 354 | return; |
354 | } | 355 | } |
355 | 356 | ||
356 | up((struct semaphore *)event->xCorrelationToken); | 357 | complete((struct completion *)event->xCorrelationToken); |
357 | } | 358 | } |
358 | 359 | ||
359 | /* | 360 | /* |
@@ -464,7 +465,7 @@ static void viopath_donealloc(void *parm, int number) | |||
464 | if (parmsp->used_wait_atomic) | 465 | if (parmsp->used_wait_atomic) |
465 | atomic_set(&parmsp->wait_atomic, 0); | 466 | atomic_set(&parmsp->wait_atomic, 0); |
466 | else | 467 | else |
467 | up(&parmsp->sem); | 468 | complete(&parmsp->done); |
468 | } | 469 | } |
469 | 470 | ||
470 | static int allocateEvents(HvLpIndex remoteLp, int numEvents) | 471 | static int allocateEvents(HvLpIndex remoteLp, int numEvents) |
@@ -476,7 +477,7 @@ static int allocateEvents(HvLpIndex remoteLp, int numEvents) | |||
476 | atomic_set(&parms.wait_atomic, 1); | 477 | atomic_set(&parms.wait_atomic, 1); |
477 | } else { | 478 | } else { |
478 | parms.used_wait_atomic = 0; | 479 | parms.used_wait_atomic = 0; |
479 | init_MUTEX_LOCKED(&parms.sem); | 480 | init_completion(&parms.done); |
480 | } | 481 | } |
481 | mf_allocate_lp_events(remoteLp, HvLpEvent_Type_VirtualIo, 250, /* It would be nice to put a real number here! */ | 482 | mf_allocate_lp_events(remoteLp, HvLpEvent_Type_VirtualIo, 250, /* It would be nice to put a real number here! */ |
482 | numEvents, &viopath_donealloc, &parms); | 483 | numEvents, &viopath_donealloc, &parms); |
@@ -484,7 +485,7 @@ static int allocateEvents(HvLpIndex remoteLp, int numEvents) | |||
484 | while (atomic_read(&parms.wait_atomic)) | 485 | while (atomic_read(&parms.wait_atomic)) |
485 | mb(); | 486 | mb(); |
486 | } else | 487 | } else |
487 | down(&parms.sem); | 488 | wait_for_completion(&parms.done); |
488 | return parms.number; | 489 | return parms.number; |
489 | } | 490 | } |
490 | 491 | ||
@@ -585,10 +586,10 @@ int viopath_close(HvLpIndex remoteLp, int subtype, int numReq) | |||
585 | spin_unlock_irqrestore(&statuslock, flags); | 586 | spin_unlock_irqrestore(&statuslock, flags); |
586 | 587 | ||
587 | parms.used_wait_atomic = 0; | 588 | parms.used_wait_atomic = 0; |
588 | init_MUTEX_LOCKED(&parms.sem); | 589 | init_completion(&parms.done); |
589 | mf_deallocate_lp_events(remoteLp, HvLpEvent_Type_VirtualIo, | 590 | mf_deallocate_lp_events(remoteLp, HvLpEvent_Type_VirtualIo, |
590 | numReq, &viopath_donealloc, &parms); | 591 | numReq, &viopath_donealloc, &parms); |
591 | down(&parms.sem); | 592 | wait_for_completion(&parms.done); |
592 | 593 | ||
593 | spin_lock_irqsave(&statuslock, flags); | 594 | spin_lock_irqsave(&statuslock, flags); |
594 | for (i = 0, numOpen = 0; i < VIO_MAX_SUBTYPES; i++) | 595 | for (i = 0, numOpen = 0; i < VIO_MAX_SUBTYPES; i++) |
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig index eb4dbc705b06..7c5076e38ea1 100644 --- a/arch/powerpc/platforms/pasemi/Kconfig +++ b/arch/powerpc/platforms/pasemi/Kconfig | |||
@@ -4,7 +4,6 @@ config PPC_PASEMI | |||
4 | default n | 4 | default n |
5 | select MPIC | 5 | select MPIC |
6 | select PPC_UDBG_16550 | 6 | select PPC_UDBG_16550 |
7 | select GENERIC_TBSYNC | ||
8 | select PPC_NATIVE | 7 | select PPC_NATIVE |
9 | help | 8 | help |
10 | This option enables support for PA Semi's PWRficient line | 9 | This option enables support for PA Semi's PWRficient line |
diff --git a/arch/powerpc/platforms/pseries/pseries.h b/arch/powerpc/platforms/pseries/pseries.h index 22bc01989749..2729d559fd91 100644 --- a/arch/powerpc/platforms/pseries/pseries.h +++ b/arch/powerpc/platforms/pseries/pseries.h | |||
@@ -21,8 +21,8 @@ extern int pSeries_machine_check_exception(struct pt_regs *regs); | |||
21 | extern void smp_init_pseries_mpic(void); | 21 | extern void smp_init_pseries_mpic(void); |
22 | extern void smp_init_pseries_xics(void); | 22 | extern void smp_init_pseries_xics(void); |
23 | #else | 23 | #else |
24 | static inline smp_init_pseries_mpic(void) { }; | 24 | static inline void smp_init_pseries_mpic(void) { }; |
25 | static inline smp_init_pseries_xics(void) { }; | 25 | static inline void smp_init_pseries_xics(void) { }; |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | #ifdef CONFIG_KEXEC | 28 | #ifdef CONFIG_KEXEC |
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c index 4fd2bec89916..75aad38179f0 100644 --- a/arch/powerpc/sysdev/mpic.c +++ b/arch/powerpc/sysdev/mpic.c | |||
@@ -1424,7 +1424,7 @@ unsigned int mpic_get_irq(void) | |||
1424 | void mpic_request_ipis(void) | 1424 | void mpic_request_ipis(void) |
1425 | { | 1425 | { |
1426 | struct mpic *mpic = mpic_primary; | 1426 | struct mpic *mpic = mpic_primary; |
1427 | int i; | 1427 | int i, err; |
1428 | static char *ipi_names[] = { | 1428 | static char *ipi_names[] = { |
1429 | "IPI0 (call function)", | 1429 | "IPI0 (call function)", |
1430 | "IPI1 (reschedule)", | 1430 | "IPI1 (reschedule)", |
@@ -1442,8 +1442,14 @@ void mpic_request_ipis(void) | |||
1442 | printk(KERN_ERR "Failed to map IPI %d\n", i); | 1442 | printk(KERN_ERR "Failed to map IPI %d\n", i); |
1443 | break; | 1443 | break; |
1444 | } | 1444 | } |
1445 | request_irq(vipi, mpic_ipi_action, IRQF_DISABLED|IRQF_PERCPU, | 1445 | err = request_irq(vipi, mpic_ipi_action, |
1446 | ipi_names[i], mpic); | 1446 | IRQF_DISABLED|IRQF_PERCPU, |
1447 | ipi_names[i], mpic); | ||
1448 | if (err) { | ||
1449 | printk(KERN_ERR "Request of irq %d for IPI %d failed\n", | ||
1450 | vipi, i); | ||
1451 | break; | ||
1452 | } | ||
1447 | } | 1453 | } |
1448 | } | 1454 | } |
1449 | 1455 | ||
diff --git a/arch/ppc/syslib/pq2_sys.c b/arch/ppc/syslib/pq2_sys.c index f52600c0db20..9c85300846c7 100644 --- a/arch/ppc/syslib/pq2_sys.c +++ b/arch/ppc/syslib/pq2_sys.c | |||
@@ -26,7 +26,7 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
26 | { | 26 | { |
27 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 27 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
28 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 28 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
29 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 29 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC2, MPC82xx_CPM_SMC1, |
30 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 30 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, |
31 | } | 31 | } |
32 | }, | 32 | }, |
@@ -39,7 +39,7 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
39 | { | 39 | { |
40 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_SCC1, | 40 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_SCC1, |
41 | MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, MPC82xx_CPM_SCC4, | 41 | MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, MPC82xx_CPM_SCC4, |
42 | MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, | 42 | MPC82xx_CPM_MCC2, MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, |
43 | MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 43 | MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, |
44 | } | 44 | } |
45 | }, | 45 | }, |
@@ -47,52 +47,56 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
47 | .ppc_sys_name = "8260", | 47 | .ppc_sys_name = "8260", |
48 | .mask = 0x0000ff00, | 48 | .mask = 0x0000ff00, |
49 | .value = 0x00000000, | 49 | .value = 0x00000000, |
50 | .num_devices = 12, | 50 | .num_devices = 13, |
51 | .device_list = (enum ppc_sys_devices[]) | 51 | .device_list = (enum ppc_sys_devices[]) |
52 | { | 52 | { |
53 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 53 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
54 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 54 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
55 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 55 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_MCC2, |
56 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 56 | MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, |
57 | MPC82xx_CPM_I2C, | ||
57 | } | 58 | } |
58 | }, | 59 | }, |
59 | { | 60 | { |
60 | .ppc_sys_name = "8264", | 61 | .ppc_sys_name = "8264", |
61 | .mask = 0x0000ff00, | 62 | .mask = 0x0000ff00, |
62 | .value = 0x00000000, | 63 | .value = 0x00000000, |
63 | .num_devices = 12, | 64 | .num_devices = 13, |
64 | .device_list = (enum ppc_sys_devices[]) | 65 | .device_list = (enum ppc_sys_devices[]) |
65 | { | 66 | { |
66 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 67 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
67 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 68 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
68 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 69 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_MCC2, |
69 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 70 | MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, |
71 | MPC82xx_CPM_I2C, | ||
70 | } | 72 | } |
71 | }, | 73 | }, |
72 | { | 74 | { |
73 | .ppc_sys_name = "8265", | 75 | .ppc_sys_name = "8265", |
74 | .mask = 0x0000ff00, | 76 | .mask = 0x0000ff00, |
75 | .value = 0x00000000, | 77 | .value = 0x00000000, |
76 | .num_devices = 12, | 78 | .num_devices = 13, |
77 | .device_list = (enum ppc_sys_devices[]) | 79 | .device_list = (enum ppc_sys_devices[]) |
78 | { | 80 | { |
79 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 81 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
80 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 82 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
81 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 83 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_MCC2, |
82 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 84 | MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, |
85 | MPC82xx_CPM_I2C, | ||
83 | } | 86 | } |
84 | }, | 87 | }, |
85 | { | 88 | { |
86 | .ppc_sys_name = "8266", | 89 | .ppc_sys_name = "8266", |
87 | .mask = 0x0000ff00, | 90 | .mask = 0x0000ff00, |
88 | .value = 0x00000000, | 91 | .value = 0x00000000, |
89 | .num_devices = 12, | 92 | .num_devices = 13, |
90 | .device_list = (enum ppc_sys_devices[]) | 93 | .device_list = (enum ppc_sys_devices[]) |
91 | { | 94 | { |
92 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 95 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
93 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 96 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
94 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 97 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_MCC2, |
95 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 98 | MPC82xx_CPM_SMC1, MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, |
99 | MPC82xx_CPM_I2C, | ||
96 | } | 100 | } |
97 | }, | 101 | }, |
98 | /* below is a list of the 8272 family of processors */ | 102 | /* below is a list of the 8272 family of processors */ |
@@ -159,7 +163,7 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
159 | { | 163 | { |
160 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 164 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
161 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 165 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
162 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 166 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC2, MPC82xx_CPM_SMC1, |
163 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 167 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, |
164 | }, | 168 | }, |
165 | }, | 169 | }, |
@@ -172,7 +176,7 @@ struct ppc_sys_spec ppc_sys_specs[] = { | |||
172 | { | 176 | { |
173 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, | 177 | MPC82xx_CPM_FCC1, MPC82xx_CPM_FCC2, MPC82xx_CPM_FCC3, |
174 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, | 178 | MPC82xx_CPM_SCC1, MPC82xx_CPM_SCC2, MPC82xx_CPM_SCC3, |
175 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC1, MPC82xx_CPM_SMC1, | 179 | MPC82xx_CPM_SCC4, MPC82xx_CPM_MCC2, MPC82xx_CPM_SMC1, |
176 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, | 180 | MPC82xx_CPM_SMC2, MPC82xx_CPM_SPI, MPC82xx_CPM_I2C, |
177 | }, | 181 | }, |
178 | }, | 182 | }, |
diff --git a/arch/sparc64/kernel/Makefile b/arch/sparc64/kernel/Makefile index 6bf6fb65bc20..c749dccacc32 100644 --- a/arch/sparc64/kernel/Makefile +++ b/arch/sparc64/kernel/Makefile | |||
@@ -12,7 +12,7 @@ obj-y := process.o setup.o cpu.o idprom.o \ | |||
12 | irq.o ptrace.o time.o sys_sparc.o signal.o \ | 12 | irq.o ptrace.o time.o sys_sparc.o signal.o \ |
13 | unaligned.o central.o pci.o starfire.o semaphore.o \ | 13 | unaligned.o central.o pci.o starfire.o semaphore.o \ |
14 | power.o sbus.o iommu_common.o sparc64_ksyms.o chmc.o \ | 14 | power.o sbus.o iommu_common.o sparc64_ksyms.o chmc.o \ |
15 | visemul.o prom.o of_device.o | 15 | visemul.o prom.o of_device.o hvapi.o |
16 | 16 | ||
17 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 17 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |
18 | obj-$(CONFIG_PCI) += ebus.o isa.o pci_common.o pci_iommu.o \ | 18 | obj-$(CONFIG_PCI) += ebus.o isa.o pci_common.o pci_iommu.o \ |
diff --git a/arch/sparc64/kernel/entry.S b/arch/sparc64/kernel/entry.S index c15a3edcb826..732b77cb71f8 100644 --- a/arch/sparc64/kernel/entry.S +++ b/arch/sparc64/kernel/entry.S | |||
@@ -1843,3 +1843,97 @@ sun4v_cpu_state: | |||
1843 | mov %o1, %o0 | 1843 | mov %o1, %o0 |
1844 | 1: retl | 1844 | 1: retl |
1845 | nop | 1845 | nop |
1846 | |||
1847 | /* %o0: API group number | ||
1848 | * %o1: pointer to unsigned long major number storage | ||
1849 | * %o2: pointer to unsigned long minor number storage | ||
1850 | * | ||
1851 | * returns %o0: status | ||
1852 | */ | ||
1853 | .globl sun4v_get_version | ||
1854 | sun4v_get_version: | ||
1855 | mov HV_CORE_GET_VER, %o5 | ||
1856 | mov %o1, %o3 | ||
1857 | mov %o2, %o4 | ||
1858 | ta HV_CORE_TRAP | ||
1859 | stx %o1, [%o3] | ||
1860 | retl | ||
1861 | stx %o2, [%o4] | ||
1862 | |||
1863 | /* %o0: API group number | ||
1864 | * %o1: desired major number | ||
1865 | * %o2: desired minor number | ||
1866 | * %o3: pointer to unsigned long actual minor number storage | ||
1867 | * | ||
1868 | * returns %o0: status | ||
1869 | */ | ||
1870 | .globl sun4v_set_version | ||
1871 | sun4v_set_version: | ||
1872 | mov HV_CORE_SET_VER, %o5 | ||
1873 | mov %o3, %o4 | ||
1874 | ta HV_CORE_TRAP | ||
1875 | retl | ||
1876 | stx %o1, [%o4] | ||
1877 | |||
1878 | /* %o0: pointer to unsigned long status | ||
1879 | * | ||
1880 | * returns %o0: signed character | ||
1881 | */ | ||
1882 | .globl sun4v_con_getchar | ||
1883 | sun4v_con_getchar: | ||
1884 | mov %o0, %o4 | ||
1885 | mov HV_FAST_CONS_GETCHAR, %o5 | ||
1886 | clr %o0 | ||
1887 | clr %o1 | ||
1888 | ta HV_FAST_TRAP | ||
1889 | stx %o0, [%o4] | ||
1890 | retl | ||
1891 | sra %o1, 0, %o0 | ||
1892 | |||
1893 | /* %o0: signed long character | ||
1894 | * | ||
1895 | * returns %o0: status | ||
1896 | */ | ||
1897 | .globl sun4v_con_putchar | ||
1898 | sun4v_con_putchar: | ||
1899 | mov HV_FAST_CONS_PUTCHAR, %o5 | ||
1900 | ta HV_FAST_TRAP | ||
1901 | retl | ||
1902 | sra %o0, 0, %o0 | ||
1903 | |||
1904 | /* %o0: buffer real address | ||
1905 | * %o1: buffer size | ||
1906 | * %o2: pointer to unsigned long bytes_read | ||
1907 | * | ||
1908 | * returns %o0: status | ||
1909 | */ | ||
1910 | .globl sun4v_con_read | ||
1911 | sun4v_con_read: | ||
1912 | mov %o2, %o4 | ||
1913 | mov HV_FAST_CONS_READ, %o5 | ||
1914 | ta HV_FAST_TRAP | ||
1915 | brnz %o0, 1f | ||
1916 | cmp %o1, -1 /* break */ | ||
1917 | be,a,pn %icc, 1f | ||
1918 | mov %o1, %o0 | ||
1919 | cmp %o1, -2 /* hup */ | ||
1920 | be,a,pn %icc, 1f | ||
1921 | mov %o1, %o0 | ||
1922 | stx %o1, [%o4] | ||
1923 | 1: retl | ||
1924 | nop | ||
1925 | |||
1926 | /* %o0: buffer real address | ||
1927 | * %o1: buffer size | ||
1928 | * %o2: pointer to unsigned long bytes_written | ||
1929 | * | ||
1930 | * returns %o0: status | ||
1931 | */ | ||
1932 | .globl sun4v_con_write | ||
1933 | sun4v_con_write: | ||
1934 | mov %o2, %o4 | ||
1935 | mov HV_FAST_CONS_WRITE, %o5 | ||
1936 | ta HV_FAST_TRAP | ||
1937 | stx %o1, [%o4] | ||
1938 | retl | ||
1939 | nop | ||
diff --git a/arch/sparc64/kernel/hvapi.c b/arch/sparc64/kernel/hvapi.c new file mode 100644 index 000000000000..f03ffc829c7a --- /dev/null +++ b/arch/sparc64/kernel/hvapi.c | |||
@@ -0,0 +1,189 @@ | |||
1 | /* hvapi.c: Hypervisor API management. | ||
2 | * | ||
3 | * Copyright (C) 2007 David S. Miller <davem@davemloft.net> | ||
4 | */ | ||
5 | #include <linux/kernel.h> | ||
6 | #include <linux/module.h> | ||
7 | #include <linux/init.h> | ||
8 | #include <linux/slab.h> | ||
9 | |||
10 | #include <asm/hypervisor.h> | ||
11 | #include <asm/oplib.h> | ||
12 | |||
13 | /* If the hypervisor indicates that the API setting | ||
14 | * calls are unsupported, by returning HV_EBADTRAP or | ||
15 | * HV_ENOTSUPPORTED, we assume that API groups with the | ||
16 | * PRE_API flag set are major 1 minor 0. | ||
17 | */ | ||
18 | struct api_info { | ||
19 | unsigned long group; | ||
20 | unsigned long major; | ||
21 | unsigned long minor; | ||
22 | unsigned int refcnt; | ||
23 | unsigned int flags; | ||
24 | #define FLAG_PRE_API 0x00000001 | ||
25 | }; | ||
26 | |||
27 | static struct api_info api_table[] = { | ||
28 | { .group = HV_GRP_SUN4V, .flags = FLAG_PRE_API }, | ||
29 | { .group = HV_GRP_CORE, .flags = FLAG_PRE_API }, | ||
30 | { .group = HV_GRP_INTR, }, | ||
31 | { .group = HV_GRP_SOFT_STATE, }, | ||
32 | { .group = HV_GRP_PCI, .flags = FLAG_PRE_API }, | ||
33 | { .group = HV_GRP_LDOM, }, | ||
34 | { .group = HV_GRP_SVC_CHAN, .flags = FLAG_PRE_API }, | ||
35 | { .group = HV_GRP_NCS, .flags = FLAG_PRE_API }, | ||
36 | { .group = HV_GRP_NIAG_PERF, .flags = FLAG_PRE_API }, | ||
37 | { .group = HV_GRP_FIRE_PERF, }, | ||
38 | { .group = HV_GRP_DIAG, .flags = FLAG_PRE_API }, | ||
39 | }; | ||
40 | |||
41 | static DEFINE_SPINLOCK(hvapi_lock); | ||
42 | |||
43 | static struct api_info *__get_info(unsigned long group) | ||
44 | { | ||
45 | int i; | ||
46 | |||
47 | for (i = 0; i < ARRAY_SIZE(api_table); i++) { | ||
48 | if (api_table[i].group == group) | ||
49 | return &api_table[i]; | ||
50 | } | ||
51 | return NULL; | ||
52 | } | ||
53 | |||
54 | static void __get_ref(struct api_info *p) | ||
55 | { | ||
56 | p->refcnt++; | ||
57 | } | ||
58 | |||
59 | static void __put_ref(struct api_info *p) | ||
60 | { | ||
61 | if (--p->refcnt == 0) { | ||
62 | unsigned long ignore; | ||
63 | |||
64 | sun4v_set_version(p->group, 0, 0, &ignore); | ||
65 | p->major = p->minor = 0; | ||
66 | } | ||
67 | } | ||
68 | |||
69 | /* Register a hypervisor API specification. It indicates the | ||
70 | * API group and desired major+minor. | ||
71 | * | ||
72 | * If an existing API registration exists '0' (success) will | ||
73 | * be returned if it is compatible with the one being registered. | ||
74 | * Otherwise a negative error code will be returned. | ||
75 | * | ||
76 | * Otherwise an attempt will be made to negotiate the requested | ||
77 | * API group/major/minor with the hypervisor, and errors returned | ||
78 | * if that does not succeed. | ||
79 | */ | ||
80 | int sun4v_hvapi_register(unsigned long group, unsigned long major, | ||
81 | unsigned long *minor) | ||
82 | { | ||
83 | struct api_info *p; | ||
84 | unsigned long flags; | ||
85 | int ret; | ||
86 | |||
87 | spin_lock_irqsave(&hvapi_lock, flags); | ||
88 | p = __get_info(group); | ||
89 | ret = -EINVAL; | ||
90 | if (p) { | ||
91 | if (p->refcnt) { | ||
92 | ret = -EINVAL; | ||
93 | if (p->major == major) { | ||
94 | *minor = p->minor; | ||
95 | ret = 0; | ||
96 | } | ||
97 | } else { | ||
98 | unsigned long actual_minor; | ||
99 | unsigned long hv_ret; | ||
100 | |||
101 | hv_ret = sun4v_set_version(group, major, *minor, | ||
102 | &actual_minor); | ||
103 | ret = -EINVAL; | ||
104 | if (hv_ret == HV_EOK) { | ||
105 | *minor = actual_minor; | ||
106 | p->major = major; | ||
107 | p->minor = actual_minor; | ||
108 | ret = 0; | ||
109 | } else if (hv_ret == HV_EBADTRAP || | ||
110 | HV_ENOTSUPPORTED) { | ||
111 | if (p->flags & FLAG_PRE_API) { | ||
112 | if (major == 1) { | ||
113 | p->major = 1; | ||
114 | p->minor = 0; | ||
115 | *minor = 0; | ||
116 | ret = 0; | ||
117 | } | ||
118 | } | ||
119 | } | ||
120 | } | ||
121 | |||
122 | if (ret == 0) | ||
123 | __get_ref(p); | ||
124 | } | ||
125 | spin_unlock_irqrestore(&hvapi_lock, flags); | ||
126 | |||
127 | return ret; | ||
128 | } | ||
129 | EXPORT_SYMBOL(sun4v_hvapi_register); | ||
130 | |||
131 | void sun4v_hvapi_unregister(unsigned long group) | ||
132 | { | ||
133 | struct api_info *p; | ||
134 | unsigned long flags; | ||
135 | |||
136 | spin_lock_irqsave(&hvapi_lock, flags); | ||
137 | p = __get_info(group); | ||
138 | if (p) | ||
139 | __put_ref(p); | ||
140 | spin_unlock_irqrestore(&hvapi_lock, flags); | ||
141 | } | ||
142 | EXPORT_SYMBOL(sun4v_hvapi_unregister); | ||
143 | |||
144 | int sun4v_hvapi_get(unsigned long group, | ||
145 | unsigned long *major, | ||
146 | unsigned long *minor) | ||
147 | { | ||
148 | struct api_info *p; | ||
149 | unsigned long flags; | ||
150 | int ret; | ||
151 | |||
152 | spin_lock_irqsave(&hvapi_lock, flags); | ||
153 | ret = -EINVAL; | ||
154 | p = __get_info(group); | ||
155 | if (p && p->refcnt) { | ||
156 | *major = p->major; | ||
157 | *minor = p->minor; | ||
158 | ret = 0; | ||
159 | } | ||
160 | spin_unlock_irqrestore(&hvapi_lock, flags); | ||
161 | |||
162 | return ret; | ||
163 | } | ||
164 | EXPORT_SYMBOL(sun4v_hvapi_get); | ||
165 | |||
166 | void __init sun4v_hvapi_init(void) | ||
167 | { | ||
168 | unsigned long group, major, minor; | ||
169 | |||
170 | group = HV_GRP_SUN4V; | ||
171 | major = 1; | ||
172 | minor = 0; | ||
173 | if (sun4v_hvapi_register(group, major, &minor)) | ||
174 | goto bad; | ||
175 | |||
176 | group = HV_GRP_CORE; | ||
177 | major = 1; | ||
178 | minor = 1; | ||
179 | if (sun4v_hvapi_register(group, major, &minor)) | ||
180 | goto bad; | ||
181 | |||
182 | return; | ||
183 | |||
184 | bad: | ||
185 | prom_printf("HVAPI: Cannot register API group " | ||
186 | "%lx with major(%u) minor(%u)\n", | ||
187 | group, major, minor); | ||
188 | prom_halt(); | ||
189 | } | ||
diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 451028341c75..dea9c3c9ec5f 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c | |||
@@ -269,6 +269,7 @@ void __init per_cpu_patch(void) | |||
269 | 269 | ||
270 | void __init sun4v_patch(void) | 270 | void __init sun4v_patch(void) |
271 | { | 271 | { |
272 | extern void sun4v_hvapi_init(void); | ||
272 | struct sun4v_1insn_patch_entry *p1; | 273 | struct sun4v_1insn_patch_entry *p1; |
273 | struct sun4v_2insn_patch_entry *p2; | 274 | struct sun4v_2insn_patch_entry *p2; |
274 | 275 | ||
@@ -300,6 +301,8 @@ void __init sun4v_patch(void) | |||
300 | 301 | ||
301 | p2++; | 302 | p2++; |
302 | } | 303 | } |
304 | |||
305 | sun4v_hvapi_init(); | ||
303 | } | 306 | } |
304 | 307 | ||
305 | #ifdef CONFIG_SMP | 308 | #ifdef CONFIG_SMP |
diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c index 6b9a06e42542..2d63d7689962 100644 --- a/arch/sparc64/kernel/time.c +++ b/arch/sparc64/kernel/time.c | |||
@@ -1030,7 +1030,7 @@ void __devinit setup_sparc64_timer(void) | |||
1030 | clockevents_register_device(sevt); | 1030 | clockevents_register_device(sevt); |
1031 | } | 1031 | } |
1032 | 1032 | ||
1033 | #define SPARC64_NSEC_PER_CYC_SHIFT 32UL | 1033 | #define SPARC64_NSEC_PER_CYC_SHIFT 10UL |
1034 | 1034 | ||
1035 | static struct clocksource clocksource_tick = { | 1035 | static struct clocksource clocksource_tick = { |
1036 | .rating = 100, | 1036 | .rating = 100, |
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 5f54c1236c18..ace479ab273f 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig | |||
@@ -240,14 +240,6 @@ menu "Processor type and features" | |||
240 | config RESET_GUARD | 240 | config RESET_GUARD |
241 | bool "Reset Guard" | 241 | bool "Reset Guard" |
242 | 242 | ||
243 | config LARGE_ALLOCS | ||
244 | bool "Allow allocating large blocks (> 1MB) of memory" | ||
245 | help | ||
246 | Allow the slab memory allocator to keep chains for very large | ||
247 | memory sizes - upto 32MB. You may need this if your system has | ||
248 | a lot of RAM, and you need to able to allocate very large | ||
249 | contiguous chunks. If unsure, say N. | ||
250 | |||
251 | source "mm/Kconfig" | 243 | source "mm/Kconfig" |
252 | 244 | ||
253 | endmenu | 245 | endmenu |
diff --git a/arch/x86_64/defconfig b/arch/x86_64/defconfig index 941a7e3aa5fb..40178e5c3104 100644 --- a/arch/x86_64/defconfig +++ b/arch/x86_64/defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.21-git3 | 3 | # Linux kernel version: 2.6.22-rc2 |
4 | # Tue May 1 07:30:48 2007 | 4 | # Mon May 21 13:23:40 2007 |
5 | # | 5 | # |
6 | CONFIG_X86_64=y | 6 | CONFIG_X86_64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -53,6 +53,7 @@ CONFIG_POSIX_MQUEUE=y | |||
53 | # CONFIG_AUDIT is not set | 53 | # CONFIG_AUDIT is not set |
54 | CONFIG_IKCONFIG=y | 54 | CONFIG_IKCONFIG=y |
55 | CONFIG_IKCONFIG_PROC=y | 55 | CONFIG_IKCONFIG_PROC=y |
56 | CONFIG_LOG_BUF_SHIFT=18 | ||
56 | # CONFIG_CPUSETS is not set | 57 | # CONFIG_CPUSETS is not set |
57 | CONFIG_SYSFS_DEPRECATED=y | 58 | CONFIG_SYSFS_DEPRECATED=y |
58 | # CONFIG_RELAY is not set | 59 | # CONFIG_RELAY is not set |
@@ -72,14 +73,19 @@ CONFIG_BUG=y | |||
72 | CONFIG_ELF_CORE=y | 73 | CONFIG_ELF_CORE=y |
73 | CONFIG_BASE_FULL=y | 74 | CONFIG_BASE_FULL=y |
74 | CONFIG_FUTEX=y | 75 | CONFIG_FUTEX=y |
76 | CONFIG_ANON_INODES=y | ||
75 | CONFIG_EPOLL=y | 77 | CONFIG_EPOLL=y |
78 | CONFIG_SIGNALFD=y | ||
79 | CONFIG_TIMERFD=y | ||
80 | CONFIG_EVENTFD=y | ||
76 | CONFIG_SHMEM=y | 81 | CONFIG_SHMEM=y |
77 | CONFIG_SLAB=y | ||
78 | CONFIG_VM_EVENT_COUNTERS=y | 82 | CONFIG_VM_EVENT_COUNTERS=y |
83 | CONFIG_SLAB=y | ||
84 | # CONFIG_SLUB is not set | ||
85 | # CONFIG_SLOB is not set | ||
79 | CONFIG_RT_MUTEXES=y | 86 | CONFIG_RT_MUTEXES=y |
80 | # CONFIG_TINY_SHMEM is not set | 87 | # CONFIG_TINY_SHMEM is not set |
81 | CONFIG_BASE_SMALL=0 | 88 | CONFIG_BASE_SMALL=0 |
82 | # CONFIG_SLOB is not set | ||
83 | 89 | ||
84 | # | 90 | # |
85 | # Loadable module support | 91 | # Loadable module support |
@@ -118,11 +124,11 @@ CONFIG_X86_PC=y | |||
118 | # CONFIG_X86_VSMP is not set | 124 | # CONFIG_X86_VSMP is not set |
119 | # CONFIG_MK8 is not set | 125 | # CONFIG_MK8 is not set |
120 | # CONFIG_MPSC is not set | 126 | # CONFIG_MPSC is not set |
121 | CONFIG_MCORE2=y | 127 | # CONFIG_MCORE2 is not set |
122 | # CONFIG_GENERIC_CPU is not set | 128 | CONFIG_GENERIC_CPU=y |
123 | CONFIG_X86_L1_CACHE_BYTES=64 | 129 | CONFIG_X86_L1_CACHE_BYTES=128 |
124 | CONFIG_X86_L1_CACHE_SHIFT=6 | 130 | CONFIG_X86_L1_CACHE_SHIFT=7 |
125 | CONFIG_X86_INTERNODE_CACHE_BYTES=64 | 131 | CONFIG_X86_INTERNODE_CACHE_BYTES=128 |
126 | CONFIG_X86_TSC=y | 132 | CONFIG_X86_TSC=y |
127 | CONFIG_X86_GOOD_APIC=y | 133 | CONFIG_X86_GOOD_APIC=y |
128 | # CONFIG_MICROCODE is not set | 134 | # CONFIG_MICROCODE is not set |
@@ -174,7 +180,7 @@ CONFIG_X86_MCE_INTEL=y | |||
174 | CONFIG_X86_MCE_AMD=y | 180 | CONFIG_X86_MCE_AMD=y |
175 | # CONFIG_KEXEC is not set | 181 | # CONFIG_KEXEC is not set |
176 | # CONFIG_CRASH_DUMP is not set | 182 | # CONFIG_CRASH_DUMP is not set |
177 | # CONFIG_RELOCATABLE is not set | 183 | CONFIG_RELOCATABLE=y |
178 | CONFIG_PHYSICAL_START=0x200000 | 184 | CONFIG_PHYSICAL_START=0x200000 |
179 | CONFIG_SECCOMP=y | 185 | CONFIG_SECCOMP=y |
180 | # CONFIG_CC_STACKPROTECTOR is not set | 186 | # CONFIG_CC_STACKPROTECTOR is not set |
@@ -242,7 +248,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | |||
242 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | 248 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set |
243 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | 249 | CONFIG_CPU_FREQ_GOV_USERSPACE=y |
244 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 250 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
245 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 251 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set |
246 | 252 | ||
247 | # | 253 | # |
248 | # CPUFreq processor drivers | 254 | # CPUFreq processor drivers |
@@ -266,6 +272,7 @@ CONFIG_PCI_DIRECT=y | |||
266 | CONFIG_PCI_MMCONFIG=y | 272 | CONFIG_PCI_MMCONFIG=y |
267 | CONFIG_PCIEPORTBUS=y | 273 | CONFIG_PCIEPORTBUS=y |
268 | CONFIG_PCIEAER=y | 274 | CONFIG_PCIEAER=y |
275 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
269 | CONFIG_PCI_MSI=y | 276 | CONFIG_PCI_MSI=y |
270 | # CONFIG_PCI_DEBUG is not set | 277 | # CONFIG_PCI_DEBUG is not set |
271 | # CONFIG_HT_IRQ is not set | 278 | # CONFIG_HT_IRQ is not set |
@@ -274,10 +281,6 @@ CONFIG_PCI_MSI=y | |||
274 | # PCCARD (PCMCIA/CardBus) support | 281 | # PCCARD (PCMCIA/CardBus) support |
275 | # | 282 | # |
276 | # CONFIG_PCCARD is not set | 283 | # CONFIG_PCCARD is not set |
277 | |||
278 | # | ||
279 | # PCI Hotplug Support | ||
280 | # | ||
281 | # CONFIG_HOTPLUG_PCI is not set | 284 | # CONFIG_HOTPLUG_PCI is not set |
282 | 285 | ||
283 | # | 286 | # |
@@ -395,7 +398,9 @@ CONFIG_IPV6_SIT=y | |||
395 | # | 398 | # |
396 | # CONFIG_CFG80211 is not set | 399 | # CONFIG_CFG80211 is not set |
397 | # CONFIG_WIRELESS_EXT is not set | 400 | # CONFIG_WIRELESS_EXT is not set |
401 | # CONFIG_MAC80211 is not set | ||
398 | # CONFIG_IEEE80211 is not set | 402 | # CONFIG_IEEE80211 is not set |
403 | # CONFIG_RFKILL is not set | ||
399 | 404 | ||
400 | # | 405 | # |
401 | # Device Drivers | 406 | # Device Drivers |
@@ -458,14 +463,12 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
458 | # Misc devices | 463 | # Misc devices |
459 | # | 464 | # |
460 | # CONFIG_IBM_ASM is not set | 465 | # CONFIG_IBM_ASM is not set |
466 | # CONFIG_PHANTOM is not set | ||
461 | # CONFIG_SGI_IOC4 is not set | 467 | # CONFIG_SGI_IOC4 is not set |
462 | # CONFIG_TIFM_CORE is not set | 468 | # CONFIG_TIFM_CORE is not set |
463 | # CONFIG_SONY_LAPTOP is not set | 469 | # CONFIG_SONY_LAPTOP is not set |
464 | # CONFIG_THINKPAD_ACPI is not set | 470 | # CONFIG_THINKPAD_ACPI is not set |
465 | 471 | # CONFIG_BLINK is not set | |
466 | # | ||
467 | # ATA/ATAPI/MFM/RLL support | ||
468 | # | ||
469 | CONFIG_IDE=y | 472 | CONFIG_IDE=y |
470 | CONFIG_BLK_DEV_IDE=y | 473 | CONFIG_BLK_DEV_IDE=y |
471 | 474 | ||
@@ -482,6 +485,7 @@ CONFIG_BLK_DEV_IDECD=y | |||
482 | # CONFIG_BLK_DEV_IDESCSI is not set | 485 | # CONFIG_BLK_DEV_IDESCSI is not set |
483 | CONFIG_BLK_DEV_IDEACPI=y | 486 | CONFIG_BLK_DEV_IDEACPI=y |
484 | # CONFIG_IDE_TASK_IOCTL is not set | 487 | # CONFIG_IDE_TASK_IOCTL is not set |
488 | CONFIG_IDE_PROC_FS=y | ||
485 | 489 | ||
486 | # | 490 | # |
487 | # IDE chipset support/bugfixes | 491 | # IDE chipset support/bugfixes |
@@ -491,6 +495,7 @@ CONFIG_IDE_GENERIC=y | |||
491 | # CONFIG_BLK_DEV_IDEPNP is not set | 495 | # CONFIG_BLK_DEV_IDEPNP is not set |
492 | CONFIG_BLK_DEV_IDEPCI=y | 496 | CONFIG_BLK_DEV_IDEPCI=y |
493 | # CONFIG_IDEPCI_SHARE_IRQ is not set | 497 | # CONFIG_IDEPCI_SHARE_IRQ is not set |
498 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
494 | # CONFIG_BLK_DEV_OFFBOARD is not set | 499 | # CONFIG_BLK_DEV_OFFBOARD is not set |
495 | # CONFIG_BLK_DEV_GENERIC is not set | 500 | # CONFIG_BLK_DEV_GENERIC is not set |
496 | # CONFIG_BLK_DEV_OPTI621 is not set | 501 | # CONFIG_BLK_DEV_OPTI621 is not set |
@@ -556,6 +561,7 @@ CONFIG_CHR_DEV_SG=y | |||
556 | CONFIG_SCSI_CONSTANTS=y | 561 | CONFIG_SCSI_CONSTANTS=y |
557 | # CONFIG_SCSI_LOGGING is not set | 562 | # CONFIG_SCSI_LOGGING is not set |
558 | # CONFIG_SCSI_SCAN_ASYNC is not set | 563 | # CONFIG_SCSI_SCAN_ASYNC is not set |
564 | CONFIG_SCSI_WAIT_SCAN=m | ||
559 | 565 | ||
560 | # | 566 | # |
561 | # SCSI Transports | 567 | # SCSI Transports |
@@ -579,15 +585,16 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
579 | CONFIG_SCSI_AIC79XX=y | 585 | CONFIG_SCSI_AIC79XX=y |
580 | CONFIG_AIC79XX_CMDS_PER_DEVICE=32 | 586 | CONFIG_AIC79XX_CMDS_PER_DEVICE=32 |
581 | CONFIG_AIC79XX_RESET_DELAY_MS=4000 | 587 | CONFIG_AIC79XX_RESET_DELAY_MS=4000 |
582 | # CONFIG_AIC79XX_ENABLE_RD_STRM is not set | ||
583 | # CONFIG_AIC79XX_DEBUG_ENABLE is not set | 588 | # CONFIG_AIC79XX_DEBUG_ENABLE is not set |
584 | CONFIG_AIC79XX_DEBUG_MASK=0 | 589 | CONFIG_AIC79XX_DEBUG_MASK=0 |
585 | # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set | 590 | # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set |
586 | # CONFIG_SCSI_AIC94XX is not set | 591 | # CONFIG_SCSI_AIC94XX is not set |
587 | # CONFIG_SCSI_ARCMSR is not set | 592 | # CONFIG_SCSI_ARCMSR is not set |
588 | # CONFIG_MEGARAID_NEWGEN is not set | 593 | CONFIG_MEGARAID_NEWGEN=y |
594 | CONFIG_MEGARAID_MM=y | ||
595 | CONFIG_MEGARAID_MAILBOX=y | ||
589 | # CONFIG_MEGARAID_LEGACY is not set | 596 | # CONFIG_MEGARAID_LEGACY is not set |
590 | # CONFIG_MEGARAID_SAS is not set | 597 | CONFIG_MEGARAID_SAS=y |
591 | # CONFIG_SCSI_HPTIOP is not set | 598 | # CONFIG_SCSI_HPTIOP is not set |
592 | # CONFIG_SCSI_BUSLOGIC is not set | 599 | # CONFIG_SCSI_BUSLOGIC is not set |
593 | # CONFIG_SCSI_DMX3191D is not set | 600 | # CONFIG_SCSI_DMX3191D is not set |
@@ -609,12 +616,9 @@ CONFIG_AIC79XX_DEBUG_MASK=0 | |||
609 | # CONFIG_SCSI_DEBUG is not set | 616 | # CONFIG_SCSI_DEBUG is not set |
610 | # CONFIG_SCSI_ESP_CORE is not set | 617 | # CONFIG_SCSI_ESP_CORE is not set |
611 | # CONFIG_SCSI_SRP is not set | 618 | # CONFIG_SCSI_SRP is not set |
612 | |||
613 | # | ||
614 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
615 | # | ||
616 | CONFIG_ATA=y | 619 | CONFIG_ATA=y |
617 | # CONFIG_ATA_NONSTANDARD is not set | 620 | # CONFIG_ATA_NONSTANDARD is not set |
621 | CONFIG_ATA_ACPI=y | ||
618 | CONFIG_SATA_AHCI=y | 622 | CONFIG_SATA_AHCI=y |
619 | CONFIG_SATA_SVW=y | 623 | CONFIG_SATA_SVW=y |
620 | CONFIG_ATA_PIIX=y | 624 | CONFIG_ATA_PIIX=y |
@@ -631,7 +635,6 @@ CONFIG_SATA_SIL=y | |||
631 | CONFIG_SATA_VIA=y | 635 | CONFIG_SATA_VIA=y |
632 | # CONFIG_SATA_VITESSE is not set | 636 | # CONFIG_SATA_VITESSE is not set |
633 | # CONFIG_SATA_INIC162X is not set | 637 | # CONFIG_SATA_INIC162X is not set |
634 | CONFIG_SATA_ACPI=y | ||
635 | # CONFIG_PATA_ALI is not set | 638 | # CONFIG_PATA_ALI is not set |
636 | # CONFIG_PATA_AMD is not set | 639 | # CONFIG_PATA_AMD is not set |
637 | # CONFIG_PATA_ARTOP is not set | 640 | # CONFIG_PATA_ARTOP is not set |
@@ -681,6 +684,7 @@ CONFIG_BLK_DEV_DM=y | |||
681 | # CONFIG_DM_MIRROR is not set | 684 | # CONFIG_DM_MIRROR is not set |
682 | # CONFIG_DM_ZERO is not set | 685 | # CONFIG_DM_ZERO is not set |
683 | # CONFIG_DM_MULTIPATH is not set | 686 | # CONFIG_DM_MULTIPATH is not set |
687 | # CONFIG_DM_DELAY is not set | ||
684 | 688 | ||
685 | # | 689 | # |
686 | # Fusion MPT device support | 690 | # Fusion MPT device support |
@@ -688,13 +692,14 @@ CONFIG_BLK_DEV_DM=y | |||
688 | CONFIG_FUSION=y | 692 | CONFIG_FUSION=y |
689 | CONFIG_FUSION_SPI=y | 693 | CONFIG_FUSION_SPI=y |
690 | # CONFIG_FUSION_FC is not set | 694 | # CONFIG_FUSION_FC is not set |
691 | # CONFIG_FUSION_SAS is not set | 695 | CONFIG_FUSION_SAS=y |
692 | CONFIG_FUSION_MAX_SGE=128 | 696 | CONFIG_FUSION_MAX_SGE=128 |
693 | # CONFIG_FUSION_CTL is not set | 697 | # CONFIG_FUSION_CTL is not set |
694 | 698 | ||
695 | # | 699 | # |
696 | # IEEE 1394 (FireWire) support | 700 | # IEEE 1394 (FireWire) support |
697 | # | 701 | # |
702 | # CONFIG_FIREWIRE is not set | ||
698 | CONFIG_IEEE1394=y | 703 | CONFIG_IEEE1394=y |
699 | 704 | ||
700 | # | 705 | # |
@@ -705,10 +710,7 @@ CONFIG_IEEE1394=y | |||
705 | # | 710 | # |
706 | # Controllers | 711 | # Controllers |
707 | # | 712 | # |
708 | 713 | # CONFIG_IEEE1394_PCILYNX is not set | |
709 | # | ||
710 | # Texas Instruments PCILynx requires I2C | ||
711 | # | ||
712 | CONFIG_IEEE1394_OHCI1394=y | 714 | CONFIG_IEEE1394_OHCI1394=y |
713 | 715 | ||
714 | # | 716 | # |
@@ -725,11 +727,7 @@ CONFIG_IEEE1394_RAWIO=y | |||
725 | # I2O device support | 727 | # I2O device support |
726 | # | 728 | # |
727 | # CONFIG_I2O is not set | 729 | # CONFIG_I2O is not set |
728 | 730 | # CONFIG_MACINTOSH_DRIVERS is not set | |
729 | # | ||
730 | # Macintosh device drivers | ||
731 | # | ||
732 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
733 | 731 | ||
734 | # | 732 | # |
735 | # Network device support | 733 | # Network device support |
@@ -745,10 +743,6 @@ CONFIG_TUN=y | |||
745 | # ARCnet devices | 743 | # ARCnet devices |
746 | # | 744 | # |
747 | # CONFIG_ARCNET is not set | 745 | # CONFIG_ARCNET is not set |
748 | |||
749 | # | ||
750 | # PHY device support | ||
751 | # | ||
752 | # CONFIG_PHYLIB is not set | 746 | # CONFIG_PHYLIB is not set |
753 | 747 | ||
754 | # | 748 | # |
@@ -779,8 +773,7 @@ CONFIG_TULIP=y | |||
779 | # CONFIG_HP100 is not set | 773 | # CONFIG_HP100 is not set |
780 | CONFIG_NET_PCI=y | 774 | CONFIG_NET_PCI=y |
781 | # CONFIG_PCNET32 is not set | 775 | # CONFIG_PCNET32 is not set |
782 | CONFIG_AMD8111_ETH=y | 776 | # CONFIG_AMD8111_ETH is not set |
783 | # CONFIG_AMD8111E_NAPI is not set | ||
784 | # CONFIG_ADAPTEC_STARFIRE is not set | 777 | # CONFIG_ADAPTEC_STARFIRE is not set |
785 | CONFIG_B44=y | 778 | CONFIG_B44=y |
786 | CONFIG_FORCEDETH=y | 779 | CONFIG_FORCEDETH=y |
@@ -802,10 +795,7 @@ CONFIG_8139TOO=y | |||
802 | # CONFIG_SUNDANCE is not set | 795 | # CONFIG_SUNDANCE is not set |
803 | # CONFIG_VIA_RHINE is not set | 796 | # CONFIG_VIA_RHINE is not set |
804 | # CONFIG_SC92031 is not set | 797 | # CONFIG_SC92031 is not set |
805 | 798 | CONFIG_NETDEV_1000=y | |
806 | # | ||
807 | # Ethernet (1000 Mbit) | ||
808 | # | ||
809 | # CONFIG_ACENIC is not set | 799 | # CONFIG_ACENIC is not set |
810 | # CONFIG_DL2K is not set | 800 | # CONFIG_DL2K is not set |
811 | CONFIG_E1000=y | 801 | CONFIG_E1000=y |
@@ -824,10 +814,7 @@ CONFIG_TIGON3=y | |||
824 | CONFIG_BNX2=y | 814 | CONFIG_BNX2=y |
825 | # CONFIG_QLA3XXX is not set | 815 | # CONFIG_QLA3XXX is not set |
826 | # CONFIG_ATL1 is not set | 816 | # CONFIG_ATL1 is not set |
827 | 817 | CONFIG_NETDEV_10000=y | |
828 | # | ||
829 | # Ethernet (10000 Mbit) | ||
830 | # | ||
831 | # CONFIG_CHELSIO_T1 is not set | 818 | # CONFIG_CHELSIO_T1 is not set |
832 | # CONFIG_CHELSIO_T3 is not set | 819 | # CONFIG_CHELSIO_T3 is not set |
833 | # CONFIG_IXGB is not set | 820 | # CONFIG_IXGB is not set |
@@ -835,6 +822,7 @@ CONFIG_S2IO=m | |||
835 | # CONFIG_S2IO_NAPI is not set | 822 | # CONFIG_S2IO_NAPI is not set |
836 | # CONFIG_MYRI10GE is not set | 823 | # CONFIG_MYRI10GE is not set |
837 | # CONFIG_NETXEN_NIC is not set | 824 | # CONFIG_NETXEN_NIC is not set |
825 | # CONFIG_MLX4_CORE is not set | ||
838 | 826 | ||
839 | # | 827 | # |
840 | # Token Ring devices | 828 | # Token Ring devices |
@@ -848,8 +836,14 @@ CONFIG_S2IO=m | |||
848 | # CONFIG_WLAN_80211 is not set | 836 | # CONFIG_WLAN_80211 is not set |
849 | 837 | ||
850 | # | 838 | # |
851 | # Wan interfaces | 839 | # USB Network Adapters |
852 | # | 840 | # |
841 | # CONFIG_USB_CATC is not set | ||
842 | # CONFIG_USB_KAWETH is not set | ||
843 | # CONFIG_USB_PEGASUS is not set | ||
844 | # CONFIG_USB_RTL8150 is not set | ||
845 | # CONFIG_USB_USBNET_MII is not set | ||
846 | # CONFIG_USB_USBNET is not set | ||
853 | # CONFIG_WAN is not set | 847 | # CONFIG_WAN is not set |
854 | # CONFIG_FDDI is not set | 848 | # CONFIG_FDDI is not set |
855 | # CONFIG_HIPPI is not set | 849 | # CONFIG_HIPPI is not set |
@@ -902,9 +896,17 @@ CONFIG_KEYBOARD_ATKBD=y | |||
902 | # CONFIG_KEYBOARD_STOWAWAY is not set | 896 | # CONFIG_KEYBOARD_STOWAWAY is not set |
903 | CONFIG_INPUT_MOUSE=y | 897 | CONFIG_INPUT_MOUSE=y |
904 | CONFIG_MOUSE_PS2=y | 898 | CONFIG_MOUSE_PS2=y |
899 | CONFIG_MOUSE_PS2_ALPS=y | ||
900 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
901 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
902 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
903 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
904 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
905 | # CONFIG_MOUSE_SERIAL is not set | 905 | # CONFIG_MOUSE_SERIAL is not set |
906 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
906 | # CONFIG_MOUSE_VSXXXAA is not set | 907 | # CONFIG_MOUSE_VSXXXAA is not set |
907 | # CONFIG_INPUT_JOYSTICK is not set | 908 | # CONFIG_INPUT_JOYSTICK is not set |
909 | # CONFIG_INPUT_TABLET is not set | ||
908 | # CONFIG_INPUT_TOUCHSCREEN is not set | 910 | # CONFIG_INPUT_TOUCHSCREEN is not set |
909 | # CONFIG_INPUT_MISC is not set | 911 | # CONFIG_INPUT_MISC is not set |
910 | 912 | ||
@@ -954,10 +956,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
954 | # IPMI | 956 | # IPMI |
955 | # | 957 | # |
956 | # CONFIG_IPMI_HANDLER is not set | 958 | # CONFIG_IPMI_HANDLER is not set |
957 | |||
958 | # | ||
959 | # Watchdog Cards | ||
960 | # | ||
961 | # CONFIG_WATCHDOG is not set | 959 | # CONFIG_WATCHDOG is not set |
962 | CONFIG_HW_RANDOM=y | 960 | CONFIG_HW_RANDOM=y |
963 | CONFIG_HW_RANDOM_INTEL=y | 961 | CONFIG_HW_RANDOM_INTEL=y |
@@ -965,7 +963,6 @@ CONFIG_HW_RANDOM_AMD=y | |||
965 | # CONFIG_HW_RANDOM_GEODE is not set | 963 | # CONFIG_HW_RANDOM_GEODE is not set |
966 | # CONFIG_NVRAM is not set | 964 | # CONFIG_NVRAM is not set |
967 | CONFIG_RTC=y | 965 | CONFIG_RTC=y |
968 | # CONFIG_DTLK is not set | ||
969 | # CONFIG_R3964 is not set | 966 | # CONFIG_R3964 is not set |
970 | # CONFIG_APPLICOM is not set | 967 | # CONFIG_APPLICOM is not set |
971 | CONFIG_AGP=y | 968 | CONFIG_AGP=y |
@@ -988,11 +985,58 @@ CONFIG_HPET_MMAP=y | |||
988 | # | 985 | # |
989 | # CONFIG_TCG_TPM is not set | 986 | # CONFIG_TCG_TPM is not set |
990 | # CONFIG_TELCLOCK is not set | 987 | # CONFIG_TELCLOCK is not set |
991 | 988 | CONFIG_DEVPORT=y | |
992 | # | 989 | CONFIG_I2C=m |
993 | # I2C support | 990 | CONFIG_I2C_BOARDINFO=y |
994 | # | 991 | CONFIG_I2C_CHARDEV=m |
995 | # CONFIG_I2C is not set | 992 | |
993 | # | ||
994 | # I2C Algorithms | ||
995 | # | ||
996 | # CONFIG_I2C_ALGOBIT is not set | ||
997 | # CONFIG_I2C_ALGOPCF is not set | ||
998 | # CONFIG_I2C_ALGOPCA is not set | ||
999 | |||
1000 | # | ||
1001 | # I2C Hardware Bus support | ||
1002 | # | ||
1003 | # CONFIG_I2C_ALI1535 is not set | ||
1004 | # CONFIG_I2C_ALI1563 is not set | ||
1005 | # CONFIG_I2C_ALI15X3 is not set | ||
1006 | # CONFIG_I2C_AMD756 is not set | ||
1007 | # CONFIG_I2C_AMD8111 is not set | ||
1008 | # CONFIG_I2C_I801 is not set | ||
1009 | # CONFIG_I2C_I810 is not set | ||
1010 | # CONFIG_I2C_PIIX4 is not set | ||
1011 | # CONFIG_I2C_NFORCE2 is not set | ||
1012 | # CONFIG_I2C_OCORES is not set | ||
1013 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
1014 | # CONFIG_I2C_PROSAVAGE is not set | ||
1015 | # CONFIG_I2C_SAVAGE4 is not set | ||
1016 | # CONFIG_I2C_SIMTEC is not set | ||
1017 | # CONFIG_I2C_SIS5595 is not set | ||
1018 | # CONFIG_I2C_SIS630 is not set | ||
1019 | # CONFIG_I2C_SIS96X is not set | ||
1020 | # CONFIG_I2C_STUB is not set | ||
1021 | # CONFIG_I2C_TINY_USB is not set | ||
1022 | # CONFIG_I2C_VIA is not set | ||
1023 | # CONFIG_I2C_VIAPRO is not set | ||
1024 | # CONFIG_I2C_VOODOO3 is not set | ||
1025 | |||
1026 | # | ||
1027 | # Miscellaneous I2C Chip support | ||
1028 | # | ||
1029 | # CONFIG_SENSORS_DS1337 is not set | ||
1030 | # CONFIG_SENSORS_DS1374 is not set | ||
1031 | # CONFIG_SENSORS_EEPROM is not set | ||
1032 | # CONFIG_SENSORS_PCF8574 is not set | ||
1033 | # CONFIG_SENSORS_PCA9539 is not set | ||
1034 | # CONFIG_SENSORS_PCF8591 is not set | ||
1035 | # CONFIG_SENSORS_MAX6875 is not set | ||
1036 | # CONFIG_I2C_DEBUG_CORE is not set | ||
1037 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
1038 | # CONFIG_I2C_DEBUG_BUS is not set | ||
1039 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
996 | 1040 | ||
997 | # | 1041 | # |
998 | # SPI support | 1042 | # SPI support |
@@ -1004,12 +1048,58 @@ CONFIG_HPET_MMAP=y | |||
1004 | # Dallas's 1-wire bus | 1048 | # Dallas's 1-wire bus |
1005 | # | 1049 | # |
1006 | # CONFIG_W1 is not set | 1050 | # CONFIG_W1 is not set |
1007 | 1051 | CONFIG_HWMON=y | |
1008 | # | ||
1009 | # Hardware Monitoring support | ||
1010 | # | ||
1011 | # CONFIG_HWMON is not set | ||
1012 | # CONFIG_HWMON_VID is not set | 1052 | # CONFIG_HWMON_VID is not set |
1053 | # CONFIG_SENSORS_ABITUGURU is not set | ||
1054 | # CONFIG_SENSORS_AD7418 is not set | ||
1055 | # CONFIG_SENSORS_ADM1021 is not set | ||
1056 | # CONFIG_SENSORS_ADM1025 is not set | ||
1057 | # CONFIG_SENSORS_ADM1026 is not set | ||
1058 | # CONFIG_SENSORS_ADM1029 is not set | ||
1059 | # CONFIG_SENSORS_ADM1031 is not set | ||
1060 | # CONFIG_SENSORS_ADM9240 is not set | ||
1061 | # CONFIG_SENSORS_K8TEMP is not set | ||
1062 | # CONFIG_SENSORS_ASB100 is not set | ||
1063 | # CONFIG_SENSORS_ATXP1 is not set | ||
1064 | # CONFIG_SENSORS_DS1621 is not set | ||
1065 | # CONFIG_SENSORS_F71805F is not set | ||
1066 | # CONFIG_SENSORS_FSCHER is not set | ||
1067 | # CONFIG_SENSORS_FSCPOS is not set | ||
1068 | # CONFIG_SENSORS_GL518SM is not set | ||
1069 | # CONFIG_SENSORS_GL520SM is not set | ||
1070 | CONFIG_SENSORS_CORETEMP=y | ||
1071 | # CONFIG_SENSORS_IT87 is not set | ||
1072 | # CONFIG_SENSORS_LM63 is not set | ||
1073 | # CONFIG_SENSORS_LM75 is not set | ||
1074 | # CONFIG_SENSORS_LM77 is not set | ||
1075 | # CONFIG_SENSORS_LM78 is not set | ||
1076 | # CONFIG_SENSORS_LM80 is not set | ||
1077 | # CONFIG_SENSORS_LM83 is not set | ||
1078 | # CONFIG_SENSORS_LM85 is not set | ||
1079 | # CONFIG_SENSORS_LM87 is not set | ||
1080 | # CONFIG_SENSORS_LM90 is not set | ||
1081 | # CONFIG_SENSORS_LM92 is not set | ||
1082 | # CONFIG_SENSORS_MAX1619 is not set | ||
1083 | # CONFIG_SENSORS_MAX6650 is not set | ||
1084 | # CONFIG_SENSORS_PC87360 is not set | ||
1085 | # CONFIG_SENSORS_PC87427 is not set | ||
1086 | # CONFIG_SENSORS_SIS5595 is not set | ||
1087 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
1088 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
1089 | CONFIG_SENSORS_SMSC47B397=m | ||
1090 | # CONFIG_SENSORS_VIA686A is not set | ||
1091 | # CONFIG_SENSORS_VT1211 is not set | ||
1092 | # CONFIG_SENSORS_VT8231 is not set | ||
1093 | # CONFIG_SENSORS_W83781D is not set | ||
1094 | # CONFIG_SENSORS_W83791D is not set | ||
1095 | # CONFIG_SENSORS_W83792D is not set | ||
1096 | # CONFIG_SENSORS_W83793 is not set | ||
1097 | # CONFIG_SENSORS_W83L785TS is not set | ||
1098 | # CONFIG_SENSORS_W83627HF is not set | ||
1099 | # CONFIG_SENSORS_W83627EHF is not set | ||
1100 | # CONFIG_SENSORS_HDAPS is not set | ||
1101 | # CONFIG_SENSORS_APPLESMC is not set | ||
1102 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
1013 | 1103 | ||
1014 | # | 1104 | # |
1015 | # Multifunction device drivers | 1105 | # Multifunction device drivers |
@@ -1020,17 +1110,20 @@ CONFIG_HPET_MMAP=y | |||
1020 | # Multimedia devices | 1110 | # Multimedia devices |
1021 | # | 1111 | # |
1022 | # CONFIG_VIDEO_DEV is not set | 1112 | # CONFIG_VIDEO_DEV is not set |
1023 | 1113 | # CONFIG_DVB_CORE is not set | |
1024 | # | 1114 | CONFIG_DAB=y |
1025 | # Digital Video Broadcasting Devices | ||
1026 | # | ||
1027 | # CONFIG_DVB is not set | ||
1028 | # CONFIG_USB_DABUSB is not set | 1115 | # CONFIG_USB_DABUSB is not set |
1029 | 1116 | ||
1030 | # | 1117 | # |
1031 | # Graphics support | 1118 | # Graphics support |
1032 | # | 1119 | # |
1033 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 1120 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
1121 | |||
1122 | # | ||
1123 | # Display device support | ||
1124 | # | ||
1125 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1126 | # CONFIG_VGASTATE is not set | ||
1034 | # CONFIG_FB is not set | 1127 | # CONFIG_FB is not set |
1035 | 1128 | ||
1036 | # | 1129 | # |
@@ -1056,14 +1149,10 @@ CONFIG_SOUND=y | |||
1056 | # Open Sound System | 1149 | # Open Sound System |
1057 | # | 1150 | # |
1058 | CONFIG_SOUND_PRIME=y | 1151 | CONFIG_SOUND_PRIME=y |
1059 | CONFIG_OBSOLETE_OSS=y | 1152 | # CONFIG_OSS_OBSOLETE is not set |
1060 | # CONFIG_SOUND_BT878 is not set | ||
1061 | # CONFIG_SOUND_ES1371 is not set | ||
1062 | CONFIG_SOUND_ICH=y | ||
1063 | # CONFIG_SOUND_TRIDENT is not set | 1153 | # CONFIG_SOUND_TRIDENT is not set |
1064 | # CONFIG_SOUND_MSNDCLAS is not set | 1154 | # CONFIG_SOUND_MSNDCLAS is not set |
1065 | # CONFIG_SOUND_MSNDPIN is not set | 1155 | # CONFIG_SOUND_MSNDPIN is not set |
1066 | # CONFIG_SOUND_VIA82CXXX is not set | ||
1067 | # CONFIG_SOUND_OSS is not set | 1156 | # CONFIG_SOUND_OSS is not set |
1068 | 1157 | ||
1069 | # | 1158 | # |
@@ -1142,37 +1231,10 @@ CONFIG_USB_STORAGE=y | |||
1142 | # CONFIG_USB_LIBUSUAL is not set | 1231 | # CONFIG_USB_LIBUSUAL is not set |
1143 | 1232 | ||
1144 | # | 1233 | # |
1145 | # USB Input Devices | ||
1146 | # | ||
1147 | # CONFIG_USB_AIPTEK is not set | ||
1148 | # CONFIG_USB_WACOM is not set | ||
1149 | # CONFIG_USB_ACECAD is not set | ||
1150 | # CONFIG_USB_KBTAB is not set | ||
1151 | # CONFIG_USB_POWERMATE is not set | ||
1152 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1153 | # CONFIG_USB_YEALINK is not set | ||
1154 | # CONFIG_USB_XPAD is not set | ||
1155 | # CONFIG_USB_ATI_REMOTE is not set | ||
1156 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1157 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1158 | # CONFIG_USB_APPLETOUCH is not set | ||
1159 | # CONFIG_USB_GTCO is not set | ||
1160 | |||
1161 | # | ||
1162 | # USB Imaging devices | 1234 | # USB Imaging devices |
1163 | # | 1235 | # |
1164 | # CONFIG_USB_MDC800 is not set | 1236 | # CONFIG_USB_MDC800 is not set |
1165 | # CONFIG_USB_MICROTEK is not set | 1237 | # CONFIG_USB_MICROTEK is not set |
1166 | |||
1167 | # | ||
1168 | # USB Network Adapters | ||
1169 | # | ||
1170 | # CONFIG_USB_CATC is not set | ||
1171 | # CONFIG_USB_KAWETH is not set | ||
1172 | # CONFIG_USB_PEGASUS is not set | ||
1173 | # CONFIG_USB_RTL8150 is not set | ||
1174 | # CONFIG_USB_USBNET_MII is not set | ||
1175 | # CONFIG_USB_USBNET is not set | ||
1176 | CONFIG_USB_MON=y | 1238 | CONFIG_USB_MON=y |
1177 | 1239 | ||
1178 | # | 1240 | # |
@@ -1216,10 +1278,6 @@ CONFIG_USB_MON=y | |||
1216 | # USB Gadget Support | 1278 | # USB Gadget Support |
1217 | # | 1279 | # |
1218 | # CONFIG_USB_GADGET is not set | 1280 | # CONFIG_USB_GADGET is not set |
1219 | |||
1220 | # | ||
1221 | # MMC/SD Card support | ||
1222 | # | ||
1223 | # CONFIG_MMC is not set | 1281 | # CONFIG_MMC is not set |
1224 | 1282 | ||
1225 | # | 1283 | # |
@@ -1264,10 +1322,6 @@ CONFIG_USB_MON=y | |||
1264 | # | 1322 | # |
1265 | 1323 | ||
1266 | # | 1324 | # |
1267 | # Auxiliary Display support | ||
1268 | # | ||
1269 | |||
1270 | # | ||
1271 | # Virtualization | 1325 | # Virtualization |
1272 | # | 1326 | # |
1273 | # CONFIG_KVM is not set | 1327 | # CONFIG_KVM is not set |
@@ -1385,6 +1439,7 @@ CONFIG_LOCKD_V4=y | |||
1385 | CONFIG_EXPORTFS=y | 1439 | CONFIG_EXPORTFS=y |
1386 | CONFIG_NFS_COMMON=y | 1440 | CONFIG_NFS_COMMON=y |
1387 | CONFIG_SUNRPC=y | 1441 | CONFIG_SUNRPC=y |
1442 | # CONFIG_SUNRPC_BIND34 is not set | ||
1388 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1443 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1389 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1444 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1390 | # CONFIG_SMB_FS is not set | 1445 | # CONFIG_SMB_FS is not set |
@@ -1468,10 +1523,9 @@ CONFIG_DEBUG_FS=y | |||
1468 | # CONFIG_HEADERS_CHECK is not set | 1523 | # CONFIG_HEADERS_CHECK is not set |
1469 | CONFIG_DEBUG_KERNEL=y | 1524 | CONFIG_DEBUG_KERNEL=y |
1470 | # CONFIG_DEBUG_SHIRQ is not set | 1525 | # CONFIG_DEBUG_SHIRQ is not set |
1471 | CONFIG_LOG_BUF_SHIFT=18 | ||
1472 | CONFIG_DETECT_SOFTLOCKUP=y | 1526 | CONFIG_DETECT_SOFTLOCKUP=y |
1473 | # CONFIG_SCHEDSTATS is not set | 1527 | # CONFIG_SCHEDSTATS is not set |
1474 | CONFIG_TIMER_STATS=y | 1528 | # CONFIG_TIMER_STATS is not set |
1475 | # CONFIG_DEBUG_SLAB is not set | 1529 | # CONFIG_DEBUG_SLAB is not set |
1476 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1530 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1477 | # CONFIG_RT_MUTEX_TESTER is not set | 1531 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -1487,6 +1541,8 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1487 | # CONFIG_DEBUG_VM is not set | 1541 | # CONFIG_DEBUG_VM is not set |
1488 | # CONFIG_DEBUG_LIST is not set | 1542 | # CONFIG_DEBUG_LIST is not set |
1489 | # CONFIG_FRAME_POINTER is not set | 1543 | # CONFIG_FRAME_POINTER is not set |
1544 | CONFIG_UNWIND_INFO=y | ||
1545 | CONFIG_STACK_UNWIND=y | ||
1490 | # CONFIG_FORCED_INLINING is not set | 1546 | # CONFIG_FORCED_INLINING is not set |
1491 | # CONFIG_RCU_TORTURE_TEST is not set | 1547 | # CONFIG_RCU_TORTURE_TEST is not set |
1492 | # CONFIG_LKDTM is not set | 1548 | # CONFIG_LKDTM is not set |
@@ -1513,9 +1569,11 @@ CONFIG_DEBUG_STACKOVERFLOW=y | |||
1513 | CONFIG_BITREVERSE=y | 1569 | CONFIG_BITREVERSE=y |
1514 | # CONFIG_CRC_CCITT is not set | 1570 | # CONFIG_CRC_CCITT is not set |
1515 | # CONFIG_CRC16 is not set | 1571 | # CONFIG_CRC16 is not set |
1572 | # CONFIG_CRC_ITU_T is not set | ||
1516 | CONFIG_CRC32=y | 1573 | CONFIG_CRC32=y |
1517 | # CONFIG_LIBCRC32C is not set | 1574 | # CONFIG_LIBCRC32C is not set |
1518 | CONFIG_ZLIB_INFLATE=y | 1575 | CONFIG_ZLIB_INFLATE=y |
1519 | CONFIG_PLIST=y | 1576 | CONFIG_PLIST=y |
1520 | CONFIG_HAS_IOMEM=y | 1577 | CONFIG_HAS_IOMEM=y |
1521 | CONFIG_HAS_IOPORT=y | 1578 | CONFIG_HAS_IOPORT=y |
1579 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/x86_64/ia32/mmap32.c b/arch/x86_64/ia32/mmap32.c index 079f4132575c..e4b84b4a417a 100644 --- a/arch/x86_64/ia32/mmap32.c +++ b/arch/x86_64/ia32/mmap32.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/personality.h> | 29 | #include <linux/personality.h> |
30 | #include <linux/mm.h> | 30 | #include <linux/mm.h> |
31 | #include <linux/random.h> | 31 | #include <linux/random.h> |
32 | #include <linux/sched.h> | ||
32 | 33 | ||
33 | /* | 34 | /* |
34 | * Top of mmap area (just below the process stack). | 35 | * Top of mmap area (just below the process stack). |
diff --git a/arch/x86_64/kernel/early_printk.c b/arch/x86_64/kernel/early_printk.c index 56eaa259782b..296d2b0c5d88 100644 --- a/arch/x86_64/kernel/early_printk.c +++ b/arch/x86_64/kernel/early_printk.c | |||
@@ -91,9 +91,9 @@ static int early_serial_putc(unsigned char ch) | |||
91 | static void early_serial_write(struct console *con, const char *s, unsigned n) | 91 | static void early_serial_write(struct console *con, const char *s, unsigned n) |
92 | { | 92 | { |
93 | while (*s && n-- > 0) { | 93 | while (*s && n-- > 0) { |
94 | early_serial_putc(*s); | ||
95 | if (*s == '\n') | 94 | if (*s == '\n') |
96 | early_serial_putc('\r'); | 95 | early_serial_putc('\r'); |
96 | early_serial_putc(*s); | ||
97 | s++; | 97 | s++; |
98 | } | 98 | } |
99 | } | 99 | } |
diff --git a/arch/x86_64/kernel/reboot.c b/arch/x86_64/kernel/reboot.c index c116b54d422e..7503068e788d 100644 --- a/arch/x86_64/kernel/reboot.c +++ b/arch/x86_64/kernel/reboot.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <linux/string.h> | 8 | #include <linux/string.h> |
9 | #include <linux/pm.h> | 9 | #include <linux/pm.h> |
10 | #include <linux/kdebug.h> | 10 | #include <linux/kdebug.h> |
11 | #include <linux/sched.h> | ||
11 | #include <asm/io.h> | 12 | #include <asm/io.h> |
12 | #include <asm/delay.h> | 13 | #include <asm/delay.h> |
13 | #include <asm/hw_irq.h> | 14 | #include <asm/hw_irq.h> |
diff --git a/arch/x86_64/kernel/vsyscall.c b/arch/x86_64/kernel/vsyscall.c index 51d4c6fa88c8..57660d58d500 100644 --- a/arch/x86_64/kernel/vsyscall.c +++ b/arch/x86_64/kernel/vsyscall.c | |||
@@ -175,10 +175,13 @@ int __vsyscall(0) vgettimeofday(struct timeval * tv, struct timezone * tz) | |||
175 | * unlikely */ | 175 | * unlikely */ |
176 | time_t __vsyscall(1) vtime(time_t *t) | 176 | time_t __vsyscall(1) vtime(time_t *t) |
177 | { | 177 | { |
178 | struct timeval tv; | ||
178 | time_t result; | 179 | time_t result; |
179 | if (unlikely(!__vsyscall_gtod_data.sysctl_enabled)) | 180 | if (unlikely(!__vsyscall_gtod_data.sysctl_enabled)) |
180 | return time_syscall(t); | 181 | return time_syscall(t); |
181 | result = __vsyscall_gtod_data.wall_time_sec; | 182 | |
183 | vgettimeofday(&tv, 0); | ||
184 | result = tv.tv_sec; | ||
182 | if (t) | 185 | if (t) |
183 | *t = result; | 186 | *t = result; |
184 | return result; | 187 | return result; |