diff options
Diffstat (limited to 'arch/sh')
458 files changed, 27311 insertions, 4735 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8879938f3356..5131d50f851a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -11,6 +11,7 @@ config SUPERH | |||
11 | select HAVE_CLK | 11 | select HAVE_CLK |
12 | select HAVE_IDE | 12 | select HAVE_IDE |
13 | select HAVE_OPROFILE | 13 | select HAVE_OPROFILE |
14 | select HAVE_GENERIC_DMA_COHERENT | ||
14 | help | 15 | help |
15 | The SuperH is a RISC processor targeted for use in embedded systems | 16 | The SuperH is a RISC processor targeted for use in embedded systems |
16 | and consumer electronics; it was also used in the Sega Dreamcast | 17 | and consumer electronics; it was also used in the Sega Dreamcast |
@@ -23,6 +24,11 @@ config SUPERH32 | |||
23 | config SUPERH64 | 24 | config SUPERH64 |
24 | def_bool y if CPU_SH5 | 25 | def_bool y if CPU_SH5 |
25 | 26 | ||
27 | config ARCH_DEFCONFIG | ||
28 | string | ||
29 | default "arch/sh/configs/shx3_defconfig" if SUPERH32 | ||
30 | default "arch/sh/configs/cayman_defconfig" if SUPERH64 | ||
31 | |||
26 | config RWSEM_GENERIC_SPINLOCK | 32 | config RWSEM_GENERIC_SPINLOCK |
27 | def_bool y | 33 | def_bool y |
28 | 34 | ||
@@ -42,6 +48,9 @@ config GENERIC_HWEIGHT | |||
42 | config GENERIC_HARDIRQS | 48 | config GENERIC_HARDIRQS |
43 | def_bool y | 49 | def_bool y |
44 | 50 | ||
51 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
52 | def_bool y | ||
53 | |||
45 | config GENERIC_IRQ_PROBE | 54 | config GENERIC_IRQ_PROBE |
46 | def_bool y | 55 | def_bool y |
47 | 56 | ||
@@ -57,6 +66,10 @@ config GENERIC_TIME | |||
57 | config GENERIC_CLOCKEVENTS | 66 | config GENERIC_CLOCKEVENTS |
58 | def_bool n | 67 | def_bool n |
59 | 68 | ||
69 | config GENERIC_LOCKBREAK | ||
70 | def_bool y | ||
71 | depends on SMP && PREEMPT | ||
72 | |||
60 | config SYS_SUPPORTS_PM | 73 | config SYS_SUPPORTS_PM |
61 | bool | 74 | bool |
62 | 75 | ||
@@ -88,9 +101,6 @@ config ARCH_HAS_ILOG2_U64 | |||
88 | config ARCH_NO_VIRT_TO_BUS | 101 | config ARCH_NO_VIRT_TO_BUS |
89 | def_bool y | 102 | def_bool y |
90 | 103 | ||
91 | config ARCH_SUPPORTS_AOUT | ||
92 | def_bool y | ||
93 | |||
94 | config IO_TRAPPED | 104 | config IO_TRAPPED |
95 | bool | 105 | bool |
96 | 106 | ||
@@ -347,219 +357,10 @@ config CPU_SUBTYPE_SH5_103 | |||
347 | endchoice | 357 | endchoice |
348 | 358 | ||
349 | source "arch/sh/mm/Kconfig" | 359 | source "arch/sh/mm/Kconfig" |
360 | |||
350 | source "arch/sh/Kconfig.cpu" | 361 | source "arch/sh/Kconfig.cpu" |
351 | 362 | ||
352 | menu "Board support" | 363 | source "arch/sh/boards/Kconfig" |
353 | |||
354 | config SOLUTION_ENGINE | ||
355 | bool | ||
356 | |||
357 | config SH_SOLUTION_ENGINE | ||
358 | bool "SolutionEngine" | ||
359 | select SOLUTION_ENGINE | ||
360 | select CPU_HAS_IPR_IRQ | ||
361 | depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ | ||
362 | CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ | ||
363 | CPU_SUBTYPE_SH7750R | ||
364 | help | ||
365 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, | ||
366 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. | ||
367 | |||
368 | config SH_7206_SOLUTION_ENGINE | ||
369 | bool "SolutionEngine7206" | ||
370 | select SOLUTION_ENGINE | ||
371 | depends on CPU_SUBTYPE_SH7206 | ||
372 | help | ||
373 | Select 7206 SolutionEngine if configuring for a Hitachi SH7206 | ||
374 | evaluation board. | ||
375 | |||
376 | config SH_7619_SOLUTION_ENGINE | ||
377 | bool "SolutionEngine7619" | ||
378 | select SOLUTION_ENGINE | ||
379 | depends on CPU_SUBTYPE_SH7619 | ||
380 | help | ||
381 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 | ||
382 | evaluation board. | ||
383 | |||
384 | config SH_7721_SOLUTION_ENGINE | ||
385 | bool "SolutionEngine7721" | ||
386 | select SOLUTION_ENGINE | ||
387 | depends on CPU_SUBTYPE_SH7721 | ||
388 | help | ||
389 | Select 7721 SolutionEngine if configuring for a Hitachi SH7721 | ||
390 | evaluation board. | ||
391 | |||
392 | config SH_7722_SOLUTION_ENGINE | ||
393 | bool "SolutionEngine7722" | ||
394 | select SOLUTION_ENGINE | ||
395 | depends on CPU_SUBTYPE_SH7722 | ||
396 | help | ||
397 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 | ||
398 | evaluation board. | ||
399 | |||
400 | config SH_7751_SOLUTION_ENGINE | ||
401 | bool "SolutionEngine7751" | ||
402 | select SOLUTION_ENGINE | ||
403 | select CPU_HAS_IPR_IRQ | ||
404 | depends on CPU_SUBTYPE_SH7751 | ||
405 | help | ||
406 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 | ||
407 | evaluation board. | ||
408 | |||
409 | config SH_7780_SOLUTION_ENGINE | ||
410 | bool "SolutionEngine7780" | ||
411 | select SOLUTION_ENGINE | ||
412 | select SYS_SUPPORTS_PCI | ||
413 | depends on CPU_SUBTYPE_SH7780 | ||
414 | help | ||
415 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 | ||
416 | evaluation board. | ||
417 | |||
418 | config SH_7343_SOLUTION_ENGINE | ||
419 | bool "SolutionEngine7343" | ||
420 | select SOLUTION_ENGINE | ||
421 | depends on CPU_SUBTYPE_SH7343 | ||
422 | help | ||
423 | Select 7343 SolutionEngine if configuring for a Hitachi | ||
424 | SH7343 (SH-Mobile 3AS) evaluation board. | ||
425 | |||
426 | config SH_7751_SYSTEMH | ||
427 | bool "SystemH7751R" | ||
428 | depends on CPU_SUBTYPE_SH7751R | ||
429 | help | ||
430 | Select SystemH if you are configuring for a Renesas SystemH | ||
431 | 7751R evaluation board. | ||
432 | |||
433 | config SH_HP6XX | ||
434 | bool "HP6XX" | ||
435 | select SYS_SUPPORTS_APM_EMULATION | ||
436 | select HD6446X_SERIES | ||
437 | depends on CPU_SUBTYPE_SH7709 | ||
438 | help | ||
439 | Select HP6XX if configuring for a HP jornada HP6xx. | ||
440 | More information (hardware only) at | ||
441 | <http://www.hp.com/jornada/>. | ||
442 | |||
443 | config SH_DREAMCAST | ||
444 | bool "Dreamcast" | ||
445 | select SYS_SUPPORTS_PCI | ||
446 | depends on CPU_SUBTYPE_SH7091 | ||
447 | help | ||
448 | Select Dreamcast if configuring for a SEGA Dreamcast. | ||
449 | More information at <http://www.linux-sh.org> | ||
450 | |||
451 | config SH_SH03 | ||
452 | bool "Interface CTP/PCI-SH03" | ||
453 | depends on CPU_SUBTYPE_SH7751 | ||
454 | select CPU_HAS_IPR_IRQ | ||
455 | select SYS_SUPPORTS_PCI | ||
456 | help | ||
457 | CTP/PCI-SH03 is a CPU module computer that is produced | ||
458 | by Interface Corporation. | ||
459 | More information at <http://www.interface.co.jp> | ||
460 | |||
461 | config SH_SECUREEDGE5410 | ||
462 | bool "SecureEdge5410" | ||
463 | depends on CPU_SUBTYPE_SH7751R | ||
464 | select CPU_HAS_IPR_IRQ | ||
465 | select SYS_SUPPORTS_PCI | ||
466 | help | ||
467 | Select SecureEdge5410 if configuring for a SnapGear SH board. | ||
468 | This includes both the OEM SecureEdge products as well as the | ||
469 | SME product line. | ||
470 | |||
471 | config SH_RTS7751R2D | ||
472 | bool "RTS7751R2D" | ||
473 | depends on CPU_SUBTYPE_SH7751R | ||
474 | select SYS_SUPPORTS_PCI | ||
475 | select IO_TRAPPED | ||
476 | help | ||
477 | Select RTS7751R2D if configuring for a Renesas Technology | ||
478 | Sales SH-Graphics board. | ||
479 | |||
480 | config SH_SDK7780 | ||
481 | bool "SDK7780R3" | ||
482 | depends on CPU_SUBTYPE_SH7780 | ||
483 | select SYS_SUPPORTS_PCI | ||
484 | help | ||
485 | Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 | ||
486 | evaluation board. | ||
487 | |||
488 | config SH_HIGHLANDER | ||
489 | bool "Highlander" | ||
490 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | ||
491 | select SYS_SUPPORTS_PCI | ||
492 | select IO_TRAPPED | ||
493 | |||
494 | config SH_MIGOR | ||
495 | bool "Migo-R" | ||
496 | depends on CPU_SUBTYPE_SH7722 | ||
497 | help | ||
498 | Select Migo-R if configuring for the SH7722 Migo-R platform | ||
499 | by Renesas System Solutions Asia Pte. Ltd. | ||
500 | |||
501 | config SH_EDOSK7705 | ||
502 | bool "EDOSK7705" | ||
503 | depends on CPU_SUBTYPE_SH7705 | ||
504 | |||
505 | config SH_SH4202_MICRODEV | ||
506 | bool "SH4-202 MicroDev" | ||
507 | depends on CPU_SUBTYPE_SH4_202 | ||
508 | help | ||
509 | Select SH4-202 MicroDev if configuring for a SuperH MicroDev board | ||
510 | with an SH4-202 CPU. | ||
511 | |||
512 | config SH_LANDISK | ||
513 | bool "LANDISK" | ||
514 | depends on CPU_SUBTYPE_SH7751R | ||
515 | select SYS_SUPPORTS_PCI | ||
516 | help | ||
517 | I-O DATA DEVICE, INC. "LANDISK Series" support. | ||
518 | |||
519 | config SH_TITAN | ||
520 | bool "TITAN" | ||
521 | depends on CPU_SUBTYPE_SH7751R | ||
522 | select CPU_HAS_IPR_IRQ | ||
523 | select SYS_SUPPORTS_PCI | ||
524 | help | ||
525 | Select Titan if you are configuring for a Nimble Microsystems | ||
526 | NetEngine NP51R. | ||
527 | |||
528 | config SH_SHMIN | ||
529 | bool "SHMIN" | ||
530 | depends on CPU_SUBTYPE_SH7706 | ||
531 | select CPU_HAS_IPR_IRQ | ||
532 | help | ||
533 | Select SHMIN if configuring for the SHMIN board. | ||
534 | |||
535 | config SH_LBOX_RE2 | ||
536 | bool "L-BOX RE2" | ||
537 | depends on CPU_SUBTYPE_SH7751R | ||
538 | select SYS_SUPPORTS_PCI | ||
539 | help | ||
540 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | ||
541 | |||
542 | config SH_X3PROTO | ||
543 | bool "SH-X3 Prototype board" | ||
544 | depends on CPU_SUBTYPE_SHX3 | ||
545 | |||
546 | config SH_MAGIC_PANEL_R2 | ||
547 | bool "Magic Panel R2" | ||
548 | depends on CPU_SUBTYPE_SH7720 | ||
549 | help | ||
550 | Select Magic Panel R2 if configuring for Magic Panel R2. | ||
551 | |||
552 | config SH_CAYMAN | ||
553 | bool "Hitachi Cayman" | ||
554 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | ||
555 | select SYS_SUPPORTS_PCI | ||
556 | |||
557 | endmenu | ||
558 | |||
559 | source "arch/sh/boards/renesas/rts7751r2d/Kconfig" | ||
560 | source "arch/sh/boards/renesas/r7780rp/Kconfig" | ||
561 | source "arch/sh/boards/renesas/sdk7780/Kconfig" | ||
562 | source "arch/sh/boards/magicpanelr2/Kconfig" | ||
563 | 364 | ||
564 | menu "Timer and clock configuration" | 365 | menu "Timer and clock configuration" |
565 | 366 | ||
@@ -686,6 +487,23 @@ config CRASH_DUMP | |||
686 | 487 | ||
687 | For more details see Documentation/kdump/kdump.txt | 488 | For more details see Documentation/kdump/kdump.txt |
688 | 489 | ||
490 | config SECCOMP | ||
491 | bool "Enable seccomp to safely compute untrusted bytecode" | ||
492 | depends on PROC_FS | ||
493 | default y | ||
494 | help | ||
495 | This kernel feature is useful for number crunching applications | ||
496 | that may need to compute untrusted bytecode during their | ||
497 | execution. By using pipes or other transports made available to | ||
498 | the process as file descriptors supporting the read/write | ||
499 | syscalls, it's possible to isolate those applications in | ||
500 | their own address space using seccomp. Once seccomp is | ||
501 | enabled via prctl, it cannot be disabled and the task is only | ||
502 | allowed to execute a few safe syscalls defined by each seccomp | ||
503 | mode. | ||
504 | |||
505 | If unsure, say N. | ||
506 | |||
689 | config SMP | 507 | config SMP |
690 | bool "Symmetric multi-processing support" | 508 | bool "Symmetric multi-processing support" |
691 | depends on SYS_SUPPORTS_SMP | 509 | depends on SYS_SUPPORTS_SMP |
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 0f4549860226..4d2d102e00d5 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -36,7 +36,8 @@ config EARLY_SCIF_CONSOLE_PORT | |||
36 | default "0xff804000" if CPU_SUBTYPE_MXG | 36 | default "0xff804000" if CPU_SUBTYPE_MXG |
37 | default "0xffc30000" if CPU_SUBTYPE_SHX3 | 37 | default "0xffc30000" if CPU_SUBTYPE_SHX3 |
38 | default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763 || \ | 38 | default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763 || \ |
39 | CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7366 | 39 | CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7366 || \ |
40 | CPU_SUBTYPE_SH7343 | ||
40 | default "0xffe80000" if CPU_SH4 | 41 | default "0xffe80000" if CPU_SH4 |
41 | default "0xffea0000" if CPU_SUBTYPE_SH7785 | 42 | default "0xffea0000" if CPU_SUBTYPE_SH7785 |
42 | default "0xfffe8000" if CPU_SUBTYPE_SH7203 | 43 | default "0xfffe8000" if CPU_SUBTYPE_SH7203 |
@@ -181,7 +182,7 @@ if SUPERH64 | |||
181 | 182 | ||
182 | config SH64_PROC_ASIDS | 183 | config SH64_PROC_ASIDS |
183 | bool "Debug: report ASIDs through /proc/asids" | 184 | bool "Debug: report ASIDs through /proc/asids" |
184 | depends on PROC_FS | 185 | depends on PROC_FS && MMU |
185 | 186 | ||
186 | config SH64_SR_WATCH | 187 | config SH64_SR_WATCH |
187 | bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" | 188 | bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" |
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index fb7b1b15e392..01d85c74481d 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -68,7 +68,7 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ | |||
68 | defaultimage-$(CONFIG_SUPERH32) := zImage | 68 | defaultimage-$(CONFIG_SUPERH32) := zImage |
69 | 69 | ||
70 | # Set some sensible Kbuild defaults | 70 | # Set some sensible Kbuild defaults |
71 | KBUILD_DEFCONFIG := r7780mp_defconfig | 71 | KBUILD_DEFCONFIG := shx3_defconfig |
72 | KBUILD_IMAGE := $(defaultimage-y) | 72 | KBUILD_IMAGE := $(defaultimage-y) |
73 | 73 | ||
74 | # | 74 | # |
@@ -91,47 +91,32 @@ LDFLAGS_vmlinux += --defsym 'jiffies=jiffies_64+4' | |||
91 | LDFLAGS += -EB | 91 | LDFLAGS += -EB |
92 | endif | 92 | endif |
93 | 93 | ||
94 | KBUILD_CFLAGS += -pipe $(cflags-y) | ||
95 | KBUILD_AFLAGS += $(cflags-y) | ||
96 | |||
97 | head-y := arch/sh/kernel/init_task.o | 94 | head-y := arch/sh/kernel/init_task.o |
98 | head-$(CONFIG_SUPERH32) += arch/sh/kernel/head_32.o | 95 | head-$(CONFIG_SUPERH32) += arch/sh/kernel/head_32.o |
99 | head-$(CONFIG_SUPERH64) += arch/sh/kernel/head_64.o | 96 | head-$(CONFIG_SUPERH64) += arch/sh/kernel/head_64.o |
100 | 97 | ||
101 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) | 98 | core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/ |
102 | |||
103 | core-y += arch/sh/kernel/ arch/sh/mm/ | ||
104 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ | 99 | core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/ |
105 | 100 | ||
106 | # Boards | 101 | # Mach groups |
107 | machdir-$(CONFIG_SH_SOLUTION_ENGINE) += se/770x | 102 | machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se |
108 | machdir-$(CONFIG_SH_7722_SOLUTION_ENGINE) += se/7722 | 103 | machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx |
109 | machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) += se/7751 | 104 | machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast |
110 | machdir-$(CONFIG_SH_7780_SOLUTION_ENGINE) += se/7780 | 105 | machdir-$(CONFIG_SH_SH03) += mach-sh03 |
111 | machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343 | 106 | machdir-$(CONFIG_SH_SECUREEDGE5410) += mach-snapgear |
112 | machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += se/7721 | 107 | machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d |
113 | machdir-$(CONFIG_SH_HP6XX) += hp6xx | 108 | machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh |
114 | machdir-$(CONFIG_SH_DREAMCAST) += dreamcast | 109 | machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 |
115 | machdir-$(CONFIG_SH_SH03) += sh03 | 110 | machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander |
116 | machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear | 111 | machdir-$(CONFIG_SH_MIGOR) += mach-migor |
117 | machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d | 112 | machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 |
118 | machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh | 113 | machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto |
119 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 | 114 | machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp |
120 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp | 115 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev |
121 | machdir-$(CONFIG_SH_MIGOR) += renesas/migor | 116 | machdir-$(CONFIG_SH_LANDISK) += mach-landisk |
122 | machdir-$(CONFIG_SH_SDK7780) += renesas/sdk7780 | 117 | machdir-$(CONFIG_SH_TITAN) += mach-titan |
123 | machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto | 118 | machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2 |
124 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev | 119 | machdir-$(CONFIG_SH_CAYMAN) += mach-cayman |
125 | machdir-$(CONFIG_SH_LANDISK) += landisk | ||
126 | machdir-$(CONFIG_SH_TITAN) += titan | ||
127 | machdir-$(CONFIG_SH_SHMIN) += shmin | ||
128 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 | ||
129 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 | ||
130 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 | ||
131 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 | ||
132 | machdir-$(CONFIG_SH_CAYMAN) += cayman | ||
133 | |||
134 | incdir-y := $(notdir $(machdir-y)) | ||
135 | 120 | ||
136 | ifneq ($(machdir-y),) | 121 | ifneq ($(machdir-y),) |
137 | core-y += $(addprefix arch/sh/boards/, \ | 122 | core-y += $(addprefix arch/sh/boards/, \ |
@@ -141,67 +126,40 @@ endif | |||
141 | # Companion chips | 126 | # Companion chips |
142 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ | 127 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |
143 | 128 | ||
144 | cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 | 129 | # |
145 | cpuincdir-$(CONFIG_CPU_SH2A) := cpu-sh2a | 130 | # CPU header paths |
146 | cpuincdir-$(CONFIG_CPU_SH3) := cpu-sh3 | 131 | # |
147 | cpuincdir-$(CONFIG_CPU_SH4) := cpu-sh4 | 132 | # These are ordered by optimization level. A CPU family that is a subset |
148 | cpuincdir-$(CONFIG_CPU_SH5) := cpu-sh5 | 133 | # of another (ie, SH-2A / SH-2), is picked up first, with increasing |
149 | 134 | # levels of genericness if nothing more suitable is situated in the | |
150 | libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y) | 135 | # hierarchy. |
151 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) | 136 | # |
152 | libs-y += $(LIBGCC) | 137 | # As an example, in order of preference, SH-2A > SH-2 > common definitions. |
138 | # | ||
139 | cpuincdir-$(CONFIG_CPU_SH2A) += cpu-sh2a | ||
140 | cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2 | ||
141 | cpuincdir-$(CONFIG_CPU_SH3) += cpu-sh3 | ||
142 | cpuincdir-$(CONFIG_CPU_SH4) += cpu-sh4 | ||
143 | cpuincdir-$(CONFIG_CPU_SH5) += cpu-sh5 | ||
144 | cpuincdir-y += cpu-common # Must be last | ||
153 | 145 | ||
154 | drivers-y += arch/sh/drivers/ | 146 | drivers-y += arch/sh/drivers/ |
155 | drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/ | 147 | drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/ |
156 | 148 | ||
157 | boot := arch/sh/boot | 149 | boot := arch/sh/boot |
158 | 150 | ||
159 | ifneq ($(KBUILD_SRC),) | 151 | cflags-y += $(foreach d, $(cpuincdir-y), -Iarch/sh/include/$(d)) \ |
160 | incdir-prefix := $(srctree)/include/asm-sh/ | 152 | $(foreach d, $(machdir-y), -Iarch/sh/include/$(d)) |
161 | else | ||
162 | incdir-prefix := | ||
163 | endif | ||
164 | 153 | ||
165 | # Update machine arch and proc symlinks if something which affects | 154 | KBUILD_CFLAGS += -pipe $(cflags-y) |
166 | # them changed. We use .arch and .mach to indicate when they were | 155 | KBUILD_CPPFLAGS += $(cflags-y) |
167 | # updated last, otherwise make uses the target directory mtime. | 156 | KBUILD_AFLAGS += $(cflags-y) |
168 | 157 | ||
169 | include/asm-sh/.cpu: $(wildcard include/config/cpu/*.h) \ | 158 | LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) |
170 | include/config/auto.conf FORCE | ||
171 | @echo ' SYMLINK include/asm-sh/cpu -> include/asm-sh/$(cpuincdir-y)' | ||
172 | $(Q)if [ ! -d include/asm-sh ]; then mkdir -p include/asm-sh; fi | ||
173 | $(Q)ln -fsn $(incdir-prefix)$(cpuincdir-y) include/asm-sh/cpu | ||
174 | @touch $@ | ||
175 | 159 | ||
176 | # Most boards have their own mach directories. For the ones that | 160 | libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y) |
177 | # don't, just reference the parent directory so the semantics are | 161 | libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y) |
178 | # kept roughly the same. | 162 | libs-y += $(LIBGCC) |
179 | # | ||
180 | # When multiple boards are compiled in at the same time, preference | ||
181 | # for the mach link is given to whichever has a directory for its | ||
182 | # headers. However, this is only a workaround until platforms that | ||
183 | # can live in the same kernel image back away from relying on the | ||
184 | # mach link. | ||
185 | |||
186 | include/asm-sh/.mach: $(wildcard include/config/sh/*.h) \ | ||
187 | include/config/auto.conf FORCE | ||
188 | $(Q)if [ ! -d include/asm-sh ]; then mkdir -p include/asm-sh; fi | ||
189 | $(Q)rm -f include/asm-sh/mach | ||
190 | $(Q)for i in $(incdir-y); do \ | ||
191 | if [ -d $(srctree)/include/asm-sh/$$i ]; then \ | ||
192 | echo -n ' SYMLINK include/asm-sh/mach -> '; \ | ||
193 | echo -e "include/asm-sh/$$i"; \ | ||
194 | ln -fsn $(incdir-prefix)$$i \ | ||
195 | include/asm-sh/mach; \ | ||
196 | else \ | ||
197 | if [ ! -d include/asm-sh/mach ]; then \ | ||
198 | echo -n ' SYMLINK include/asm-sh/mach -> '; \ | ||
199 | echo -e 'include/asm-sh'; \ | ||
200 | ln -fsn $(incdir-prefix)../asm-sh include/asm-sh/mach; \ | ||
201 | fi; \ | ||
202 | fi; \ | ||
203 | done | ||
204 | @touch $@ | ||
205 | 163 | ||
206 | PHONY += maketools FORCE | 164 | PHONY += maketools FORCE |
207 | 165 | ||
@@ -215,8 +173,7 @@ zImage uImage uImage.srec vmlinux.srec: vmlinux | |||
215 | 173 | ||
216 | compressed: zImage | 174 | compressed: zImage |
217 | 175 | ||
218 | archprepare: include/asm-sh/.cpu include/asm-sh/.mach maketools \ | 176 | archprepare: maketools arch/sh/lib64/syscalltab.h |
219 | arch/sh/lib64/syscalltab.h | ||
220 | 177 | ||
221 | archclean: | 178 | archclean: |
222 | $(Q)$(MAKE) $(clean)=$(boot) | 179 | $(Q)$(MAKE) $(clean)=$(boot) |
@@ -258,6 +215,4 @@ arch/sh/lib64/syscalltab.h: arch/sh/kernel/syscalls_64.S | |||
258 | $(call filechk,gen-syscalltab) | 215 | $(call filechk,gen-syscalltab) |
259 | 216 | ||
260 | CLEAN_FILES += arch/sh/lib64/syscalltab.h \ | 217 | CLEAN_FILES += arch/sh/lib64/syscalltab.h \ |
261 | include/asm-sh/machtypes.h \ | 218 | include/asm-sh/machtypes.h |
262 | include/asm-sh/cpu include/asm-sh/.cpu \ | ||
263 | include/asm-sh/mach include/asm-sh/.mach | ||
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig new file mode 100644 index 000000000000..ae194869fd60 --- /dev/null +++ b/arch/sh/boards/Kconfig | |||
@@ -0,0 +1,258 @@ | |||
1 | menu "Board support" | ||
2 | |||
3 | config SOLUTION_ENGINE | ||
4 | bool | ||
5 | |||
6 | config SH_SOLUTION_ENGINE | ||
7 | bool "SolutionEngine" | ||
8 | select SOLUTION_ENGINE | ||
9 | select CPU_HAS_IPR_IRQ | ||
10 | depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ | ||
11 | CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ | ||
12 | CPU_SUBTYPE_SH7750R | ||
13 | help | ||
14 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, | ||
15 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. | ||
16 | |||
17 | config SH_7206_SOLUTION_ENGINE | ||
18 | bool "SolutionEngine7206" | ||
19 | select SOLUTION_ENGINE | ||
20 | depends on CPU_SUBTYPE_SH7206 | ||
21 | help | ||
22 | Select 7206 SolutionEngine if configuring for a Hitachi SH7206 | ||
23 | evaluation board. | ||
24 | |||
25 | config SH_7619_SOLUTION_ENGINE | ||
26 | bool "SolutionEngine7619" | ||
27 | select SOLUTION_ENGINE | ||
28 | depends on CPU_SUBTYPE_SH7619 | ||
29 | help | ||
30 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 | ||
31 | evaluation board. | ||
32 | |||
33 | config SH_7721_SOLUTION_ENGINE | ||
34 | bool "SolutionEngine7721" | ||
35 | select SOLUTION_ENGINE | ||
36 | depends on CPU_SUBTYPE_SH7721 | ||
37 | help | ||
38 | Select 7721 SolutionEngine if configuring for a Hitachi SH7721 | ||
39 | evaluation board. | ||
40 | |||
41 | config SH_7722_SOLUTION_ENGINE | ||
42 | bool "SolutionEngine7722" | ||
43 | select SOLUTION_ENGINE | ||
44 | depends on CPU_SUBTYPE_SH7722 | ||
45 | help | ||
46 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 | ||
47 | evaluation board. | ||
48 | |||
49 | config SH_7751_SOLUTION_ENGINE | ||
50 | bool "SolutionEngine7751" | ||
51 | select SOLUTION_ENGINE | ||
52 | select CPU_HAS_IPR_IRQ | ||
53 | depends on CPU_SUBTYPE_SH7751 | ||
54 | help | ||
55 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 | ||
56 | evaluation board. | ||
57 | |||
58 | config SH_7780_SOLUTION_ENGINE | ||
59 | bool "SolutionEngine7780" | ||
60 | select SOLUTION_ENGINE | ||
61 | select SYS_SUPPORTS_PCI | ||
62 | depends on CPU_SUBTYPE_SH7780 | ||
63 | help | ||
64 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 | ||
65 | evaluation board. | ||
66 | |||
67 | config SH_7343_SOLUTION_ENGINE | ||
68 | bool "SolutionEngine7343" | ||
69 | select SOLUTION_ENGINE | ||
70 | depends on CPU_SUBTYPE_SH7343 | ||
71 | help | ||
72 | Select 7343 SolutionEngine if configuring for a Hitachi | ||
73 | SH7343 (SH-Mobile 3AS) evaluation board. | ||
74 | |||
75 | config SH_7751_SYSTEMH | ||
76 | bool "SystemH7751R" | ||
77 | depends on CPU_SUBTYPE_SH7751R | ||
78 | help | ||
79 | Select SystemH if you are configuring for a Renesas SystemH | ||
80 | 7751R evaluation board. | ||
81 | |||
82 | config SH_HP6XX | ||
83 | bool "HP6XX" | ||
84 | select SYS_SUPPORTS_APM_EMULATION | ||
85 | select HD6446X_SERIES | ||
86 | depends on CPU_SUBTYPE_SH7709 | ||
87 | help | ||
88 | Select HP6XX if configuring for a HP jornada HP6xx. | ||
89 | More information (hardware only) at | ||
90 | <http://www.hp.com/jornada/>. | ||
91 | |||
92 | config SH_DREAMCAST | ||
93 | bool "Dreamcast" | ||
94 | select SYS_SUPPORTS_PCI | ||
95 | depends on CPU_SUBTYPE_SH7091 | ||
96 | help | ||
97 | Select Dreamcast if configuring for a SEGA Dreamcast. | ||
98 | More information at <http://www.linux-sh.org> | ||
99 | |||
100 | config SH_SH03 | ||
101 | bool "Interface CTP/PCI-SH03" | ||
102 | depends on CPU_SUBTYPE_SH7751 | ||
103 | select CPU_HAS_IPR_IRQ | ||
104 | select SYS_SUPPORTS_PCI | ||
105 | help | ||
106 | CTP/PCI-SH03 is a CPU module computer that is produced | ||
107 | by Interface Corporation. | ||
108 | More information at <http://www.interface.co.jp> | ||
109 | |||
110 | config SH_SECUREEDGE5410 | ||
111 | bool "SecureEdge5410" | ||
112 | depends on CPU_SUBTYPE_SH7751R | ||
113 | select CPU_HAS_IPR_IRQ | ||
114 | select SYS_SUPPORTS_PCI | ||
115 | help | ||
116 | Select SecureEdge5410 if configuring for a SnapGear SH board. | ||
117 | This includes both the OEM SecureEdge products as well as the | ||
118 | SME product line. | ||
119 | |||
120 | config SH_RTS7751R2D | ||
121 | bool "RTS7751R2D" | ||
122 | depends on CPU_SUBTYPE_SH7751R | ||
123 | select SYS_SUPPORTS_PCI | ||
124 | select IO_TRAPPED | ||
125 | help | ||
126 | Select RTS7751R2D if configuring for a Renesas Technology | ||
127 | Sales SH-Graphics board. | ||
128 | |||
129 | config SH_RSK7203 | ||
130 | bool "RSK7203" | ||
131 | depends on CPU_SUBTYPE_SH7203 | ||
132 | |||
133 | config SH_SDK7780 | ||
134 | bool "SDK7780R3" | ||
135 | depends on CPU_SUBTYPE_SH7780 | ||
136 | select SYS_SUPPORTS_PCI | ||
137 | help | ||
138 | Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 | ||
139 | evaluation board. | ||
140 | |||
141 | config SH_HIGHLANDER | ||
142 | bool "Highlander" | ||
143 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | ||
144 | select SYS_SUPPORTS_PCI | ||
145 | select IO_TRAPPED | ||
146 | |||
147 | config SH_SH7785LCR | ||
148 | bool "SH7785LCR" | ||
149 | depends on CPU_SUBTYPE_SH7785 | ||
150 | select SYS_SUPPORTS_PCI | ||
151 | select IO_TRAPPED | ||
152 | |||
153 | config SH_SH7785LCR_29BIT_PHYSMAPS | ||
154 | bool "SH7785LCR 29bit physmaps" | ||
155 | depends on SH_SH7785LCR | ||
156 | default y | ||
157 | help | ||
158 | This board has 2 physical memory maps. It can be changed with | ||
159 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | ||
160 | you can access all on-board device in 29bit address mode. | ||
161 | |||
162 | config SH_MIGOR | ||
163 | bool "Migo-R" | ||
164 | depends on CPU_SUBTYPE_SH7722 | ||
165 | help | ||
166 | Select Migo-R if configuring for the SH7722 Migo-R platform | ||
167 | by Renesas System Solutions Asia Pte. Ltd. | ||
168 | |||
169 | config SH_AP325RXA | ||
170 | bool "AP-325RXA" | ||
171 | depends on CPU_SUBTYPE_SH7723 | ||
172 | help | ||
173 | Renesas "AP-325RXA" support. | ||
174 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | ||
175 | |||
176 | config SH_SH7763RDP | ||
177 | bool "SH7763RDP" | ||
178 | depends on CPU_SUBTYPE_SH7763 | ||
179 | help | ||
180 | Select SH7763RDP if configuring for a Renesas SH7763 | ||
181 | evaluation board. | ||
182 | |||
183 | config SH_EDOSK7705 | ||
184 | bool "EDOSK7705" | ||
185 | depends on CPU_SUBTYPE_SH7705 | ||
186 | |||
187 | config SH_SH4202_MICRODEV | ||
188 | bool "SH4-202 MicroDev" | ||
189 | depends on CPU_SUBTYPE_SH4_202 | ||
190 | help | ||
191 | Select SH4-202 MicroDev if configuring for a SuperH MicroDev board | ||
192 | with an SH4-202 CPU. | ||
193 | |||
194 | config SH_LANDISK | ||
195 | bool "LANDISK" | ||
196 | depends on CPU_SUBTYPE_SH7751R | ||
197 | select SYS_SUPPORTS_PCI | ||
198 | help | ||
199 | I-O DATA DEVICE, INC. "LANDISK Series" support. | ||
200 | |||
201 | config SH_TITAN | ||
202 | bool "TITAN" | ||
203 | depends on CPU_SUBTYPE_SH7751R | ||
204 | select CPU_HAS_IPR_IRQ | ||
205 | select SYS_SUPPORTS_PCI | ||
206 | help | ||
207 | Select Titan if you are configuring for a Nimble Microsystems | ||
208 | NetEngine NP51R. | ||
209 | |||
210 | config SH_SHMIN | ||
211 | bool "SHMIN" | ||
212 | depends on CPU_SUBTYPE_SH7706 | ||
213 | select CPU_HAS_IPR_IRQ | ||
214 | help | ||
215 | Select SHMIN if configuring for the SHMIN board. | ||
216 | |||
217 | config SH_LBOX_RE2 | ||
218 | bool "L-BOX RE2" | ||
219 | depends on CPU_SUBTYPE_SH7751R | ||
220 | select SYS_SUPPORTS_PCI | ||
221 | help | ||
222 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | ||
223 | |||
224 | config SH_X3PROTO | ||
225 | bool "SH-X3 Prototype board" | ||
226 | depends on CPU_SUBTYPE_SHX3 | ||
227 | |||
228 | config SH_MAGIC_PANEL_R2 | ||
229 | bool "Magic Panel R2" | ||
230 | depends on CPU_SUBTYPE_SH7720 | ||
231 | help | ||
232 | Select Magic Panel R2 if configuring for Magic Panel R2. | ||
233 | |||
234 | config SH_CAYMAN | ||
235 | bool "Hitachi Cayman" | ||
236 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | ||
237 | select SYS_SUPPORTS_PCI | ||
238 | |||
239 | endmenu | ||
240 | |||
241 | source "arch/sh/boards/mach-r2d/Kconfig" | ||
242 | source "arch/sh/boards/mach-highlander/Kconfig" | ||
243 | source "arch/sh/boards/mach-sdk7780/Kconfig" | ||
244 | source "arch/sh/boards/mach-migor/Kconfig" | ||
245 | |||
246 | if SH_MAGIC_PANEL_R2 | ||
247 | |||
248 | menu "Magic Panel R2 options" | ||
249 | |||
250 | config SH_MAGIC_PANEL_R2_VERSION | ||
251 | int SH_MAGIC_PANEL_R2_VERSION | ||
252 | default "3" | ||
253 | help | ||
254 | Set the version of the Magic Panel R2 | ||
255 | |||
256 | endmenu | ||
257 | |||
258 | endif | ||
diff --git a/arch/sh/boards/Makefile b/arch/sh/boards/Makefile new file mode 100644 index 000000000000..463022c7df3c --- /dev/null +++ b/arch/sh/boards/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Specific board support, not covered by a mach group. | ||
3 | # | ||
4 | obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o | ||
5 | obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o | ||
6 | obj-$(CONFIG_SH_RSK7203) += board-rsk7203.o | ||
7 | obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o | ||
8 | obj-$(CONFIG_SH_SHMIN) += board-shmin.o | ||
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c new file mode 100644 index 000000000000..025d4fe55a58 --- /dev/null +++ b/arch/sh/boards/board-ap325rxa.c | |||
@@ -0,0 +1,316 @@ | |||
1 | /* | ||
2 | * Renesas - AP-325RXA | ||
3 | * (Compatible with Algo System ., LTD. - AP-320A) | ||
4 | * | ||
5 | * Copyright (C) 2008 Renesas Solutions Corp. | ||
6 | * Author : Yusuke Goda <goda.yuske@renesas.com> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | |||
13 | #include <linux/init.h> | ||
14 | #include <linux/device.h> | ||
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/platform_device.h> | ||
17 | #include <linux/mtd/physmap.h> | ||
18 | #include <linux/delay.h> | ||
19 | #include <linux/i2c.h> | ||
20 | #include <linux/smc911x.h> | ||
21 | #include <media/soc_camera_platform.h> | ||
22 | #include <media/sh_mobile_ceu.h> | ||
23 | #include <asm/sh_mobile_lcdc.h> | ||
24 | #include <asm/io.h> | ||
25 | #include <asm/clock.h> | ||
26 | |||
27 | static struct smc911x_platdata smc911x_info = { | ||
28 | .flags = SMC911X_USE_32BIT, | ||
29 | .irq_flags = IRQF_TRIGGER_LOW, | ||
30 | }; | ||
31 | |||
32 | static struct resource smc9118_resources[] = { | ||
33 | [0] = { | ||
34 | .start = 0xb6080000, | ||
35 | .end = 0xb60fffff, | ||
36 | .flags = IORESOURCE_MEM, | ||
37 | }, | ||
38 | [1] = { | ||
39 | .start = 35, | ||
40 | .end = 35, | ||
41 | .flags = IORESOURCE_IRQ, | ||
42 | } | ||
43 | }; | ||
44 | |||
45 | static struct platform_device smc9118_device = { | ||
46 | .name = "smc911x", | ||
47 | .id = -1, | ||
48 | .num_resources = ARRAY_SIZE(smc9118_resources), | ||
49 | .resource = smc9118_resources, | ||
50 | .dev = { | ||
51 | .platform_data = &smc911x_info, | ||
52 | }, | ||
53 | }; | ||
54 | |||
55 | static struct mtd_partition ap325rxa_nor_flash_partitions[] = { | ||
56 | { | ||
57 | .name = "uboot", | ||
58 | .offset = 0, | ||
59 | .size = (1 * 1024 * 1024), | ||
60 | .mask_flags = MTD_WRITEABLE, /* Read-only */ | ||
61 | }, { | ||
62 | .name = "kernel", | ||
63 | .offset = MTDPART_OFS_APPEND, | ||
64 | .size = (2 * 1024 * 1024), | ||
65 | }, { | ||
66 | .name = "other", | ||
67 | .offset = MTDPART_OFS_APPEND, | ||
68 | .size = MTDPART_SIZ_FULL, | ||
69 | }, | ||
70 | }; | ||
71 | |||
72 | static struct physmap_flash_data ap325rxa_nor_flash_data = { | ||
73 | .width = 2, | ||
74 | .parts = ap325rxa_nor_flash_partitions, | ||
75 | .nr_parts = ARRAY_SIZE(ap325rxa_nor_flash_partitions), | ||
76 | }; | ||
77 | |||
78 | static struct resource ap325rxa_nor_flash_resources[] = { | ||
79 | [0] = { | ||
80 | .name = "NOR Flash", | ||
81 | .start = 0x00000000, | ||
82 | .end = 0x00ffffff, | ||
83 | .flags = IORESOURCE_MEM, | ||
84 | } | ||
85 | }; | ||
86 | |||
87 | static struct platform_device ap325rxa_nor_flash_device = { | ||
88 | .name = "physmap-flash", | ||
89 | .resource = ap325rxa_nor_flash_resources, | ||
90 | .num_resources = ARRAY_SIZE(ap325rxa_nor_flash_resources), | ||
91 | .dev = { | ||
92 | .platform_data = &ap325rxa_nor_flash_data, | ||
93 | }, | ||
94 | }; | ||
95 | |||
96 | #define FPGA_LCDREG 0xB4100180 | ||
97 | #define FPGA_BKLREG 0xB4100212 | ||
98 | #define FPGA_LCDREG_VAL 0x0018 | ||
99 | #define PORT_PHCR 0xA405010E | ||
100 | #define PORT_PLCR 0xA4050114 | ||
101 | #define PORT_PMCR 0xA4050116 | ||
102 | #define PORT_PRCR 0xA405011C | ||
103 | #define PORT_PSCR 0xA405011E | ||
104 | #define PORT_PZCR 0xA405014C | ||
105 | #define PORT_HIZCRA 0xA4050158 | ||
106 | #define PORT_MSELCRB 0xA4050182 | ||
107 | #define PORT_PSDR 0xA405013E | ||
108 | #define PORT_PZDR 0xA405016C | ||
109 | #define PORT_PSELD 0xA4050154 | ||
110 | |||
111 | static void ap320_wvga_power_on(void *board_data) | ||
112 | { | ||
113 | msleep(100); | ||
114 | |||
115 | /* ASD AP-320/325 LCD ON */ | ||
116 | ctrl_outw(FPGA_LCDREG_VAL, FPGA_LCDREG); | ||
117 | |||
118 | /* backlight */ | ||
119 | ctrl_outw((ctrl_inw(PORT_PSCR) & ~0x00C0) | 0x40, PORT_PSCR); | ||
120 | ctrl_outb(ctrl_inb(PORT_PSDR) & ~0x08, PORT_PSDR); | ||
121 | ctrl_outw(0x100, FPGA_BKLREG); | ||
122 | } | ||
123 | |||
124 | static struct sh_mobile_lcdc_info lcdc_info = { | ||
125 | .clock_source = LCDC_CLK_EXTERNAL, | ||
126 | .ch[0] = { | ||
127 | .chan = LCDC_CHAN_MAINLCD, | ||
128 | .bpp = 16, | ||
129 | .interface_type = RGB18, | ||
130 | .clock_divider = 1, | ||
131 | .lcd_cfg = { | ||
132 | .name = "LB070WV1", | ||
133 | .xres = 800, | ||
134 | .yres = 480, | ||
135 | .left_margin = 40, | ||
136 | .right_margin = 160, | ||
137 | .hsync_len = 8, | ||
138 | .upper_margin = 63, | ||
139 | .lower_margin = 80, | ||
140 | .vsync_len = 1, | ||
141 | .sync = 0, /* hsync and vsync are active low */ | ||
142 | }, | ||
143 | .board_cfg = { | ||
144 | .display_on = ap320_wvga_power_on, | ||
145 | }, | ||
146 | } | ||
147 | }; | ||
148 | |||
149 | static struct resource lcdc_resources[] = { | ||
150 | [0] = { | ||
151 | .name = "LCDC", | ||
152 | .start = 0xfe940000, /* P4-only space */ | ||
153 | .end = 0xfe941fff, | ||
154 | .flags = IORESOURCE_MEM, | ||
155 | }, | ||
156 | }; | ||
157 | |||
158 | static struct platform_device lcdc_device = { | ||
159 | .name = "sh_mobile_lcdc_fb", | ||
160 | .num_resources = ARRAY_SIZE(lcdc_resources), | ||
161 | .resource = lcdc_resources, | ||
162 | .dev = { | ||
163 | .platform_data = &lcdc_info, | ||
164 | }, | ||
165 | }; | ||
166 | |||
167 | #ifdef CONFIG_I2C | ||
168 | static unsigned char camera_ncm03j_magic[] = | ||
169 | { | ||
170 | 0x87, 0x00, 0x88, 0x08, 0x89, 0x01, 0x8A, 0xE8, | ||
171 | 0x1D, 0x00, 0x1E, 0x8A, 0x21, 0x00, 0x33, 0x36, | ||
172 | 0x36, 0x60, 0x37, 0x08, 0x3B, 0x31, 0x44, 0x0F, | ||
173 | 0x46, 0xF0, 0x4B, 0x28, 0x4C, 0x21, 0x4D, 0x55, | ||
174 | 0x4E, 0x1B, 0x4F, 0xC7, 0x50, 0xFC, 0x51, 0x12, | ||
175 | 0x58, 0x02, 0x66, 0xC0, 0x67, 0x46, 0x6B, 0xA0, | ||
176 | 0x6C, 0x34, 0x7E, 0x25, 0x7F, 0x25, 0x8D, 0x0F, | ||
177 | 0x92, 0x40, 0x93, 0x04, 0x94, 0x26, 0x95, 0x0A, | ||
178 | 0x99, 0x03, 0x9A, 0xF0, 0x9B, 0x14, 0x9D, 0x7A, | ||
179 | 0xC5, 0x02, 0xD6, 0x07, 0x59, 0x00, 0x5A, 0x1A, | ||
180 | 0x5B, 0x2A, 0x5C, 0x37, 0x5D, 0x42, 0x5E, 0x56, | ||
181 | 0xC8, 0x00, 0xC9, 0x1A, 0xCA, 0x2A, 0xCB, 0x37, | ||
182 | 0xCC, 0x42, 0xCD, 0x56, 0xCE, 0x00, 0xCF, 0x1A, | ||
183 | 0xD0, 0x2A, 0xD1, 0x37, 0xD2, 0x42, 0xD3, 0x56, | ||
184 | 0x5F, 0x68, 0x60, 0x87, 0x61, 0xA3, 0x62, 0xBC, | ||
185 | 0x63, 0xD4, 0x64, 0xEA, 0xD6, 0x0F, | ||
186 | }; | ||
187 | |||
188 | static int camera_set_capture(struct soc_camera_platform_info *info, | ||
189 | int enable) | ||
190 | { | ||
191 | struct i2c_adapter *a = i2c_get_adapter(0); | ||
192 | struct i2c_msg msg; | ||
193 | int ret = 0; | ||
194 | int i; | ||
195 | |||
196 | if (!enable) | ||
197 | return 0; /* no disable for now */ | ||
198 | |||
199 | for (i = 0; i < ARRAY_SIZE(camera_ncm03j_magic); i += 2) { | ||
200 | u_int8_t buf[8]; | ||
201 | |||
202 | msg.addr = 0x6e; | ||
203 | msg.buf = buf; | ||
204 | msg.len = 2; | ||
205 | msg.flags = 0; | ||
206 | |||
207 | buf[0] = camera_ncm03j_magic[i]; | ||
208 | buf[1] = camera_ncm03j_magic[i + 1]; | ||
209 | |||
210 | ret = (ret < 0) ? ret : i2c_transfer(a, &msg, 1); | ||
211 | } | ||
212 | |||
213 | return ret; | ||
214 | } | ||
215 | |||
216 | static struct soc_camera_platform_info camera_info = { | ||
217 | .iface = 0, | ||
218 | .format_name = "UYVY", | ||
219 | .format_depth = 16, | ||
220 | .format = { | ||
221 | .pixelformat = V4L2_PIX_FMT_UYVY, | ||
222 | .colorspace = V4L2_COLORSPACE_SMPTE170M, | ||
223 | .width = 640, | ||
224 | .height = 480, | ||
225 | }, | ||
226 | .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | | ||
227 | SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8, | ||
228 | .set_capture = camera_set_capture, | ||
229 | }; | ||
230 | |||
231 | static struct platform_device camera_device = { | ||
232 | .name = "soc_camera_platform", | ||
233 | .dev = { | ||
234 | .platform_data = &camera_info, | ||
235 | }, | ||
236 | }; | ||
237 | #endif /* CONFIG_I2C */ | ||
238 | |||
239 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { | ||
240 | .flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | | ||
241 | SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8, | ||
242 | }; | ||
243 | |||
244 | static struct resource ceu_resources[] = { | ||
245 | [0] = { | ||
246 | .name = "CEU", | ||
247 | .start = 0xfe910000, | ||
248 | .end = 0xfe91009f, | ||
249 | .flags = IORESOURCE_MEM, | ||
250 | }, | ||
251 | [1] = { | ||
252 | .start = 52, | ||
253 | .flags = IORESOURCE_IRQ, | ||
254 | }, | ||
255 | [2] = { | ||
256 | /* place holder for contiguous memory */ | ||
257 | }, | ||
258 | }; | ||
259 | |||
260 | static struct platform_device ceu_device = { | ||
261 | .name = "sh_mobile_ceu", | ||
262 | .num_resources = ARRAY_SIZE(ceu_resources), | ||
263 | .resource = ceu_resources, | ||
264 | .dev = { | ||
265 | .platform_data = &sh_mobile_ceu_info, | ||
266 | }, | ||
267 | }; | ||
268 | |||
269 | static struct platform_device *ap325rxa_devices[] __initdata = { | ||
270 | &smc9118_device, | ||
271 | &ap325rxa_nor_flash_device, | ||
272 | &lcdc_device, | ||
273 | &ceu_device, | ||
274 | #ifdef CONFIG_I2C | ||
275 | &camera_device, | ||
276 | #endif | ||
277 | }; | ||
278 | |||
279 | static struct i2c_board_info __initdata ap325rxa_i2c_devices[] = { | ||
280 | }; | ||
281 | |||
282 | static int __init ap325rxa_devices_setup(void) | ||
283 | { | ||
284 | clk_always_enable("mstp200"); /* LCDC */ | ||
285 | clk_always_enable("mstp203"); /* CEU */ | ||
286 | |||
287 | platform_resource_setup_memory(&ceu_device, "ceu", 4 << 20); | ||
288 | |||
289 | i2c_register_board_info(0, ap325rxa_i2c_devices, | ||
290 | ARRAY_SIZE(ap325rxa_i2c_devices)); | ||
291 | |||
292 | return platform_add_devices(ap325rxa_devices, | ||
293 | ARRAY_SIZE(ap325rxa_devices)); | ||
294 | } | ||
295 | device_initcall(ap325rxa_devices_setup); | ||
296 | |||
297 | static void __init ap325rxa_setup(char **cmdline_p) | ||
298 | { | ||
299 | /* LCDC configuration */ | ||
300 | ctrl_outw(ctrl_inw(PORT_PHCR) & ~0xffff, PORT_PHCR); | ||
301 | ctrl_outw(ctrl_inw(PORT_PLCR) & ~0xffff, PORT_PLCR); | ||
302 | ctrl_outw(ctrl_inw(PORT_PMCR) & ~0xffff, PORT_PMCR); | ||
303 | ctrl_outw(ctrl_inw(PORT_PRCR) & ~0x03ff, PORT_PRCR); | ||
304 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x01C0, PORT_HIZCRA); | ||
305 | |||
306 | /* CEU */ | ||
307 | ctrl_outw(ctrl_inw(PORT_MSELCRB) & ~0x0001, PORT_MSELCRB); | ||
308 | ctrl_outw(ctrl_inw(PORT_PSELD) & ~0x0003, PORT_PSELD); | ||
309 | ctrl_outw((ctrl_inw(PORT_PZCR) & ~0xff00) | 0x5500, PORT_PZCR); | ||
310 | ctrl_outb((ctrl_inb(PORT_PZDR) & ~0xf0) | 0x20, PORT_PZDR); | ||
311 | } | ||
312 | |||
313 | static struct sh_machine_vector mv_ap325rxa __initmv = { | ||
314 | .mv_name = "AP-325RXA", | ||
315 | .mv_setup = ap325rxa_setup, | ||
316 | }; | ||
diff --git a/arch/sh/boards/magicpanelr2/setup.c b/arch/sh/boards/board-magicpanelr2.c index f3b8b07ea5d6..f3b8b07ea5d6 100644 --- a/arch/sh/boards/magicpanelr2/setup.c +++ b/arch/sh/boards/board-magicpanelr2.c | |||
diff --git a/arch/sh/boards/board-rsk7203.c b/arch/sh/boards/board-rsk7203.c new file mode 100644 index 000000000000..ffbedc59a973 --- /dev/null +++ b/arch/sh/boards/board-rsk7203.c | |||
@@ -0,0 +1,136 @@ | |||
1 | /* | ||
2 | * Renesas Technology Europe RSK+ 7203 Support. | ||
3 | * | ||
4 | * Copyright (C) 2008 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/types.h> | ||
12 | #include <linux/platform_device.h> | ||
13 | #include <linux/interrupt.h> | ||
14 | #include <linux/mtd/mtd.h> | ||
15 | #include <linux/mtd/partitions.h> | ||
16 | #include <linux/mtd/physmap.h> | ||
17 | #include <linux/mtd/map.h> | ||
18 | #include <linux/smc911x.h> | ||
19 | #include <asm/machvec.h> | ||
20 | #include <asm/io.h> | ||
21 | |||
22 | static struct smc911x_platdata smc911x_info = { | ||
23 | .flags = SMC911X_USE_16BIT, | ||
24 | .irq_flags = IRQF_TRIGGER_LOW, | ||
25 | }; | ||
26 | |||
27 | static struct resource smc911x_resources[] = { | ||
28 | [0] = { | ||
29 | .start = 0x24000000, | ||
30 | .end = 0x24000000 + 0x100, | ||
31 | .flags = IORESOURCE_MEM, | ||
32 | }, | ||
33 | [1] = { | ||
34 | .start = 64, | ||
35 | .end = 64, | ||
36 | .flags = IORESOURCE_IRQ, | ||
37 | }, | ||
38 | }; | ||
39 | |||
40 | static struct platform_device smc911x_device = { | ||
41 | .name = "smc911x", | ||
42 | .id = -1, | ||
43 | .num_resources = ARRAY_SIZE(smc911x_resources), | ||
44 | .resource = smc911x_resources, | ||
45 | .dev = { | ||
46 | .platform_data = &smc911x_info, | ||
47 | }, | ||
48 | }; | ||
49 | |||
50 | static const char *probes[] = { "cmdlinepart", NULL }; | ||
51 | |||
52 | static struct mtd_partition *parsed_partitions; | ||
53 | |||
54 | static struct mtd_partition rsk7203_partitions[] = { | ||
55 | { | ||
56 | .name = "Bootloader", | ||
57 | .offset = 0x00000000, | ||
58 | .size = 0x00040000, | ||
59 | .mask_flags = MTD_WRITEABLE, | ||
60 | }, { | ||
61 | .name = "Kernel", | ||
62 | .offset = MTDPART_OFS_NXTBLK, | ||
63 | .size = 0x001c0000, | ||
64 | }, { | ||
65 | .name = "Flash_FS", | ||
66 | .offset = MTDPART_OFS_NXTBLK, | ||
67 | .size = MTDPART_SIZ_FULL, | ||
68 | } | ||
69 | }; | ||
70 | |||
71 | static struct physmap_flash_data flash_data = { | ||
72 | .width = 2, | ||
73 | }; | ||
74 | |||
75 | static struct resource flash_resource = { | ||
76 | .start = 0x20000000, | ||
77 | .end = 0x20400000, | ||
78 | .flags = IORESOURCE_MEM, | ||
79 | }; | ||
80 | |||
81 | static struct platform_device flash_device = { | ||
82 | .name = "physmap-flash", | ||
83 | .id = -1, | ||
84 | .resource = &flash_resource, | ||
85 | .num_resources = 1, | ||
86 | .dev = { | ||
87 | .platform_data = &flash_data, | ||
88 | }, | ||
89 | }; | ||
90 | |||
91 | static struct mtd_info *flash_mtd; | ||
92 | |||
93 | static struct map_info rsk7203_flash_map = { | ||
94 | .name = "RSK+ Flash", | ||
95 | .size = 0x400000, | ||
96 | .bankwidth = 2, | ||
97 | }; | ||
98 | |||
99 | static void __init set_mtd_partitions(void) | ||
100 | { | ||
101 | int nr_parts = 0; | ||
102 | |||
103 | simple_map_init(&rsk7203_flash_map); | ||
104 | flash_mtd = do_map_probe("cfi_probe", &rsk7203_flash_map); | ||
105 | nr_parts = parse_mtd_partitions(flash_mtd, probes, | ||
106 | &parsed_partitions, 0); | ||
107 | /* If there is no partition table, used the hard coded table */ | ||
108 | if (nr_parts <= 0) { | ||
109 | flash_data.parts = rsk7203_partitions; | ||
110 | flash_data.nr_parts = ARRAY_SIZE(rsk7203_partitions); | ||
111 | } else { | ||
112 | flash_data.nr_parts = nr_parts; | ||
113 | flash_data.parts = parsed_partitions; | ||
114 | } | ||
115 | } | ||
116 | |||
117 | |||
118 | static struct platform_device *rsk7203_devices[] __initdata = { | ||
119 | &smc911x_device, | ||
120 | &flash_device, | ||
121 | }; | ||
122 | |||
123 | static int __init rsk7203_devices_setup(void) | ||
124 | { | ||
125 | set_mtd_partitions(); | ||
126 | return platform_add_devices(rsk7203_devices, | ||
127 | ARRAY_SIZE(rsk7203_devices)); | ||
128 | } | ||
129 | device_initcall(rsk7203_devices_setup); | ||
130 | |||
131 | /* | ||
132 | * The Machine Vector | ||
133 | */ | ||
134 | static struct sh_machine_vector mv_rsk7203 __initmv = { | ||
135 | .mv_name = "RSK+7203", | ||
136 | }; | ||
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c new file mode 100644 index 000000000000..b95d674ee704 --- /dev/null +++ b/arch/sh/boards/board-sh7785lcr.c | |||
@@ -0,0 +1,302 @@ | |||
1 | /* | ||
2 | * Renesas Technology Corp. R0P7785LC0011RL Support. | ||
3 | * | ||
4 | * Copyright (C) 2008 Yoshihiro Shimoda | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | |||
11 | #include <linux/init.h> | ||
12 | #include <linux/platform_device.h> | ||
13 | #include <linux/sm501.h> | ||
14 | #include <linux/sm501-regs.h> | ||
15 | #include <linux/fb.h> | ||
16 | #include <linux/mtd/physmap.h> | ||
17 | #include <linux/delay.h> | ||
18 | #include <linux/i2c.h> | ||
19 | #include <linux/i2c-pca-platform.h> | ||
20 | #include <linux/i2c-algo-pca.h> | ||
21 | #include <asm/heartbeat.h> | ||
22 | #include <asm/sh7785lcr.h> | ||
23 | |||
24 | /* | ||
25 | * NOTE: This board has 2 physical memory maps. | ||
26 | * Please look at include/asm-sh/sh7785lcr.h or hardware manual. | ||
27 | */ | ||
28 | static struct resource heartbeat_resources[] = { | ||
29 | [0] = { | ||
30 | .start = PLD_LEDCR, | ||
31 | .end = PLD_LEDCR, | ||
32 | .flags = IORESOURCE_MEM, | ||
33 | }, | ||
34 | }; | ||
35 | |||
36 | static struct heartbeat_data heartbeat_data = { | ||
37 | .regsize = 8, | ||
38 | }; | ||
39 | |||
40 | static struct platform_device heartbeat_device = { | ||
41 | .name = "heartbeat", | ||
42 | .id = -1, | ||
43 | .dev = { | ||
44 | .platform_data = &heartbeat_data, | ||
45 | }, | ||
46 | .num_resources = ARRAY_SIZE(heartbeat_resources), | ||
47 | .resource = heartbeat_resources, | ||
48 | }; | ||
49 | |||
50 | static struct mtd_partition nor_flash_partitions[] = { | ||
51 | { | ||
52 | .name = "loader", | ||
53 | .offset = 0x00000000, | ||
54 | .size = 512 * 1024, | ||
55 | }, | ||
56 | { | ||
57 | .name = "bootenv", | ||
58 | .offset = MTDPART_OFS_APPEND, | ||
59 | .size = 512 * 1024, | ||
60 | }, | ||
61 | { | ||
62 | .name = "kernel", | ||
63 | .offset = MTDPART_OFS_APPEND, | ||
64 | .size = 4 * 1024 * 1024, | ||
65 | }, | ||
66 | { | ||
67 | .name = "data", | ||
68 | .offset = MTDPART_OFS_APPEND, | ||
69 | .size = MTDPART_SIZ_FULL, | ||
70 | }, | ||
71 | }; | ||
72 | |||
73 | static struct physmap_flash_data nor_flash_data = { | ||
74 | .width = 4, | ||
75 | .parts = nor_flash_partitions, | ||
76 | .nr_parts = ARRAY_SIZE(nor_flash_partitions), | ||
77 | }; | ||
78 | |||
79 | static struct resource nor_flash_resources[] = { | ||
80 | [0] = { | ||
81 | .start = NOR_FLASH_ADDR, | ||
82 | .end = NOR_FLASH_ADDR + NOR_FLASH_SIZE - 1, | ||
83 | .flags = IORESOURCE_MEM, | ||
84 | } | ||
85 | }; | ||
86 | |||
87 | static struct platform_device nor_flash_device = { | ||
88 | .name = "physmap-flash", | ||
89 | .dev = { | ||
90 | .platform_data = &nor_flash_data, | ||
91 | }, | ||
92 | .num_resources = ARRAY_SIZE(nor_flash_resources), | ||
93 | .resource = nor_flash_resources, | ||
94 | }; | ||
95 | |||
96 | static struct resource r8a66597_usb_host_resources[] = { | ||
97 | [0] = { | ||
98 | .name = "r8a66597_hcd", | ||
99 | .start = R8A66597_ADDR, | ||
100 | .end = R8A66597_ADDR + R8A66597_SIZE - 1, | ||
101 | .flags = IORESOURCE_MEM, | ||
102 | }, | ||
103 | [1] = { | ||
104 | .name = "r8a66597_hcd", | ||
105 | .start = 2, | ||
106 | .end = 2, | ||
107 | .flags = IORESOURCE_IRQ, | ||
108 | }, | ||
109 | }; | ||
110 | |||
111 | static struct platform_device r8a66597_usb_host_device = { | ||
112 | .name = "r8a66597_hcd", | ||
113 | .id = -1, | ||
114 | .dev = { | ||
115 | .dma_mask = NULL, | ||
116 | .coherent_dma_mask = 0xffffffff, | ||
117 | }, | ||
118 | .num_resources = ARRAY_SIZE(r8a66597_usb_host_resources), | ||
119 | .resource = r8a66597_usb_host_resources, | ||
120 | }; | ||
121 | |||
122 | static struct resource sm501_resources[] = { | ||
123 | [0] = { | ||
124 | .start = SM107_MEM_ADDR, | ||
125 | .end = SM107_MEM_ADDR + SM107_MEM_SIZE - 1, | ||
126 | .flags = IORESOURCE_MEM, | ||
127 | }, | ||
128 | [1] = { | ||
129 | .start = SM107_REG_ADDR, | ||
130 | .end = SM107_REG_ADDR + SM107_REG_SIZE - 1, | ||
131 | .flags = IORESOURCE_MEM, | ||
132 | }, | ||
133 | [2] = { | ||
134 | .start = 10, | ||
135 | .flags = IORESOURCE_IRQ, | ||
136 | }, | ||
137 | }; | ||
138 | |||
139 | static struct fb_videomode sm501_default_mode_crt = { | ||
140 | .pixclock = 35714, /* 28MHz */ | ||
141 | .xres = 640, | ||
142 | .yres = 480, | ||
143 | .left_margin = 105, | ||
144 | .right_margin = 16, | ||
145 | .upper_margin = 33, | ||
146 | .lower_margin = 10, | ||
147 | .hsync_len = 39, | ||
148 | .vsync_len = 2, | ||
149 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
150 | }; | ||
151 | |||
152 | static struct fb_videomode sm501_default_mode_pnl = { | ||
153 | .pixclock = 40000, /* 25MHz */ | ||
154 | .xres = 640, | ||
155 | .yres = 480, | ||
156 | .left_margin = 2, | ||
157 | .right_margin = 16, | ||
158 | .upper_margin = 33, | ||
159 | .lower_margin = 10, | ||
160 | .hsync_len = 39, | ||
161 | .vsync_len = 2, | ||
162 | .sync = 0, | ||
163 | }; | ||
164 | |||
165 | static struct sm501_platdata_fbsub sm501_pdata_fbsub_pnl = { | ||
166 | .def_bpp = 16, | ||
167 | .def_mode = &sm501_default_mode_pnl, | ||
168 | .flags = SM501FB_FLAG_USE_INIT_MODE | | ||
169 | SM501FB_FLAG_USE_HWCURSOR | | ||
170 | SM501FB_FLAG_USE_HWACCEL | | ||
171 | SM501FB_FLAG_DISABLE_AT_EXIT | | ||
172 | SM501FB_FLAG_PANEL_NO_VBIASEN, | ||
173 | }; | ||
174 | |||
175 | static struct sm501_platdata_fbsub sm501_pdata_fbsub_crt = { | ||
176 | .def_bpp = 16, | ||
177 | .def_mode = &sm501_default_mode_crt, | ||
178 | .flags = SM501FB_FLAG_USE_INIT_MODE | | ||
179 | SM501FB_FLAG_USE_HWCURSOR | | ||
180 | SM501FB_FLAG_USE_HWACCEL | | ||
181 | SM501FB_FLAG_DISABLE_AT_EXIT, | ||
182 | }; | ||
183 | |||
184 | static struct sm501_platdata_fb sm501_fb_pdata = { | ||
185 | .fb_route = SM501_FB_OWN, | ||
186 | .fb_crt = &sm501_pdata_fbsub_crt, | ||
187 | .fb_pnl = &sm501_pdata_fbsub_pnl, | ||
188 | }; | ||
189 | |||
190 | static struct sm501_initdata sm501_initdata = { | ||
191 | .gpio_high = { | ||
192 | .set = 0x00001fe0, | ||
193 | .mask = 0x0, | ||
194 | }, | ||
195 | .devices = 0, | ||
196 | .mclk = 84 * 1000000, | ||
197 | .m1xclk = 112 * 1000000, | ||
198 | }; | ||
199 | |||
200 | static struct sm501_platdata sm501_platform_data = { | ||
201 | .init = &sm501_initdata, | ||
202 | .fb = &sm501_fb_pdata, | ||
203 | }; | ||
204 | |||
205 | static struct platform_device sm501_device = { | ||
206 | .name = "sm501", | ||
207 | .id = -1, | ||
208 | .dev = { | ||
209 | .platform_data = &sm501_platform_data, | ||
210 | }, | ||
211 | .num_resources = ARRAY_SIZE(sm501_resources), | ||
212 | .resource = sm501_resources, | ||
213 | }; | ||
214 | |||
215 | static struct resource i2c_resources[] = { | ||
216 | [0] = { | ||
217 | .start = PCA9564_ADDR, | ||
218 | .end = PCA9564_ADDR + PCA9564_SIZE - 1, | ||
219 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8BIT, | ||
220 | }, | ||
221 | [1] = { | ||
222 | .start = 12, | ||
223 | .end = 12, | ||
224 | .flags = IORESOURCE_IRQ, | ||
225 | }, | ||
226 | }; | ||
227 | |||
228 | static struct i2c_pca9564_pf_platform_data i2c_platform_data = { | ||
229 | .gpio = 0, | ||
230 | .i2c_clock_speed = I2C_PCA_CON_330kHz, | ||
231 | .timeout = 100, | ||
232 | }; | ||
233 | |||
234 | static struct platform_device i2c_device = { | ||
235 | .name = "i2c-pca-platform", | ||
236 | .id = -1, | ||
237 | .dev = { | ||
238 | .platform_data = &i2c_platform_data, | ||
239 | }, | ||
240 | .num_resources = ARRAY_SIZE(i2c_resources), | ||
241 | .resource = i2c_resources, | ||
242 | }; | ||
243 | |||
244 | static struct platform_device *sh7785lcr_devices[] __initdata = { | ||
245 | &heartbeat_device, | ||
246 | &nor_flash_device, | ||
247 | &r8a66597_usb_host_device, | ||
248 | &sm501_device, | ||
249 | &i2c_device, | ||
250 | }; | ||
251 | |||
252 | static struct i2c_board_info __initdata sh7785lcr_i2c_devices[] = { | ||
253 | { | ||
254 | I2C_BOARD_INFO("r2025sd", 0x32), | ||
255 | }, | ||
256 | }; | ||
257 | |||
258 | static int __init sh7785lcr_devices_setup(void) | ||
259 | { | ||
260 | i2c_register_board_info(0, sh7785lcr_i2c_devices, | ||
261 | ARRAY_SIZE(sh7785lcr_i2c_devices)); | ||
262 | |||
263 | return platform_add_devices(sh7785lcr_devices, | ||
264 | ARRAY_SIZE(sh7785lcr_devices)); | ||
265 | } | ||
266 | __initcall(sh7785lcr_devices_setup); | ||
267 | |||
268 | /* Initialize IRQ setting */ | ||
269 | void __init init_sh7785lcr_IRQ(void) | ||
270 | { | ||
271 | plat_irq_setup_pins(IRQ_MODE_IRQ7654); | ||
272 | plat_irq_setup_pins(IRQ_MODE_IRQ3210); | ||
273 | } | ||
274 | |||
275 | static void sh7785lcr_power_off(void) | ||
276 | { | ||
277 | ctrl_outb(0x01, P2SEGADDR(PLD_POFCR)); | ||
278 | } | ||
279 | |||
280 | /* Initialize the board */ | ||
281 | static void __init sh7785lcr_setup(char **cmdline_p) | ||
282 | { | ||
283 | void __iomem *sm501_reg; | ||
284 | |||
285 | printk(KERN_INFO "Renesas Technology Corp. R0P7785LC0011RL support.\n"); | ||
286 | |||
287 | pm_power_off = sh7785lcr_power_off; | ||
288 | |||
289 | /* sm501 DRAM configuration */ | ||
290 | sm501_reg = (void __iomem *)0xb3e00000 + SM501_DRAM_CONTROL; | ||
291 | writel(0x000307c2, sm501_reg); | ||
292 | } | ||
293 | |||
294 | /* | ||
295 | * The Machine Vector | ||
296 | */ | ||
297 | static struct sh_machine_vector mv_sh7785lcr __initmv = { | ||
298 | .mv_name = "SH7785LCR", | ||
299 | .mv_setup = sh7785lcr_setup, | ||
300 | .mv_init_irq = init_sh7785lcr_IRQ, | ||
301 | }; | ||
302 | |||
diff --git a/arch/sh/boards/shmin/setup.c b/arch/sh/boards/board-shmin.c index 16e5dae8ecfb..16e5dae8ecfb 100644 --- a/arch/sh/boards/shmin/setup.c +++ b/arch/sh/boards/board-shmin.c | |||
diff --git a/arch/sh/boards/cayman/Makefile b/arch/sh/boards/mach-cayman/Makefile index 489a8f867368..489a8f867368 100644 --- a/arch/sh/boards/cayman/Makefile +++ b/arch/sh/boards/mach-cayman/Makefile | |||
diff --git a/arch/sh/boards/cayman/irq.c b/arch/sh/boards/mach-cayman/irq.c index 30ec7bebfaf1..ceb37ae92c70 100644 --- a/arch/sh/boards/cayman/irq.c +++ b/arch/sh/boards/mach-cayman/irq.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/irq.h> | 13 | #include <linux/irq.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/signal.h> | 15 | #include <linux/signal.h> |
16 | #include <asm/cpu/irq.h> | 16 | #include <cpu/irq.h> |
17 | #include <asm/page.h> | 17 | #include <asm/page.h> |
18 | 18 | ||
19 | /* Setup for the SMSC FDC37C935 / LAN91C100FD */ | 19 | /* Setup for the SMSC FDC37C935 / LAN91C100FD */ |
diff --git a/arch/sh/boards/cayman/led.c b/arch/sh/boards/mach-cayman/led.c index a808eac4ecd6..a808eac4ecd6 100644 --- a/arch/sh/boards/cayman/led.c +++ b/arch/sh/boards/mach-cayman/led.c | |||
diff --git a/arch/sh/boards/cayman/setup.c b/arch/sh/boards/mach-cayman/setup.c index 8c9fa472d8f5..e7f9cc5f2ff1 100644 --- a/arch/sh/boards/cayman/setup.c +++ b/arch/sh/boards/mach-cayman/setup.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <asm/cpu/irq.h> | 16 | #include <cpu/irq.h> |
17 | 17 | ||
18 | /* | 18 | /* |
19 | * Platform Dependent Interrupt Priorities. | 19 | * Platform Dependent Interrupt Priorities. |
diff --git a/arch/sh/boards/dreamcast/Makefile b/arch/sh/boards/mach-dreamcast/Makefile index 7b97546c7e5f..7b97546c7e5f 100644 --- a/arch/sh/boards/dreamcast/Makefile +++ b/arch/sh/boards/mach-dreamcast/Makefile | |||
diff --git a/arch/sh/boards/dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c index 9d0673a9092a..67bdc33dd411 100644 --- a/arch/sh/boards/dreamcast/irq.c +++ b/arch/sh/boards/mach-dreamcast/irq.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/irq.h> | 12 | #include <linux/irq.h> |
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/irq.h> | 14 | #include <asm/irq.h> |
15 | #include <asm/dreamcast/sysasic.h> | 15 | #include <mach/sysasic.h> |
16 | 16 | ||
17 | /* Dreamcast System ASIC Hardware Events - | 17 | /* Dreamcast System ASIC Hardware Events - |
18 | 18 | ||
diff --git a/arch/sh/boards/dreamcast/rtc.c b/arch/sh/boards/mach-dreamcast/rtc.c index b3a876a3b859..a7433685798d 100644 --- a/arch/sh/boards/dreamcast/rtc.c +++ b/arch/sh/boards/mach-dreamcast/rtc.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * | 30 | * |
31 | * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch. | 31 | * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch. |
32 | */ | 32 | */ |
33 | void aica_rtc_gettimeofday(struct timespec *ts) | 33 | static void aica_rtc_gettimeofday(struct timespec *ts) |
34 | { | 34 | { |
35 | unsigned long val1, val2; | 35 | unsigned long val1, val2; |
36 | 36 | ||
@@ -54,7 +54,7 @@ void aica_rtc_gettimeofday(struct timespec *ts) | |||
54 | * | 54 | * |
55 | * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter. | 55 | * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter. |
56 | */ | 56 | */ |
57 | int aica_rtc_settimeofday(const time_t secs) | 57 | static int aica_rtc_settimeofday(const time_t secs) |
58 | { | 58 | { |
59 | unsigned long val1, val2; | 59 | unsigned long val1, val2; |
60 | unsigned long adj = secs + TWENTY_YEARS; | 60 | unsigned long adj = secs + TWENTY_YEARS; |
diff --git a/arch/sh/boards/dreamcast/setup.c b/arch/sh/boards/mach-dreamcast/setup.c index 2581c8cd5df7..7d944fc75e93 100644 --- a/arch/sh/boards/dreamcast/setup.c +++ b/arch/sh/boards/mach-dreamcast/setup.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <asm/irq.h> | 26 | #include <asm/irq.h> |
27 | #include <asm/rtc.h> | 27 | #include <asm/rtc.h> |
28 | #include <asm/machvec.h> | 28 | #include <asm/machvec.h> |
29 | #include <asm/mach/sysasic.h> | 29 | #include <mach/sysasic.h> |
30 | 30 | ||
31 | extern struct hw_interrupt_type systemasic_int; | 31 | extern struct hw_interrupt_type systemasic_int; |
32 | extern void aica_time_init(void); | 32 | extern void aica_time_init(void); |
diff --git a/arch/sh/boards/renesas/edosk7705/Makefile b/arch/sh/boards/mach-edosk7705/Makefile index 14bdd531f116..14bdd531f116 100644 --- a/arch/sh/boards/renesas/edosk7705/Makefile +++ b/arch/sh/boards/mach-edosk7705/Makefile | |||
diff --git a/arch/sh/boards/renesas/edosk7705/io.c b/arch/sh/boards/mach-edosk7705/io.c index 541cea2a652f..541cea2a652f 100644 --- a/arch/sh/boards/renesas/edosk7705/io.c +++ b/arch/sh/boards/mach-edosk7705/io.c | |||
diff --git a/arch/sh/boards/renesas/edosk7705/setup.c b/arch/sh/boards/mach-edosk7705/setup.c index f076c45308dd..f076c45308dd 100644 --- a/arch/sh/boards/renesas/edosk7705/setup.c +++ b/arch/sh/boards/mach-edosk7705/setup.c | |||
diff --git a/arch/sh/boards/renesas/r7780rp/Kconfig b/arch/sh/boards/mach-highlander/Kconfig index fc8f28e04ba3..fc8f28e04ba3 100644 --- a/arch/sh/boards/renesas/r7780rp/Kconfig +++ b/arch/sh/boards/mach-highlander/Kconfig | |||
diff --git a/arch/sh/boards/renesas/r7780rp/Makefile b/arch/sh/boards/mach-highlander/Makefile index 20a10080b11f..20a10080b11f 100644 --- a/arch/sh/boards/renesas/r7780rp/Makefile +++ b/arch/sh/boards/mach-highlander/Makefile | |||
diff --git a/arch/sh/boards/renesas/r7780rp/irq-r7780mp.c b/arch/sh/boards/mach-highlander/irq-r7780mp.c index ae1cfcb29700..ae1cfcb29700 100644 --- a/arch/sh/boards/renesas/r7780rp/irq-r7780mp.c +++ b/arch/sh/boards/mach-highlander/irq-r7780mp.c | |||
diff --git a/arch/sh/boards/renesas/r7780rp/irq-r7780rp.c b/arch/sh/boards/mach-highlander/irq-r7780rp.c index 9d3921fe27c0..9d3921fe27c0 100644 --- a/arch/sh/boards/renesas/r7780rp/irq-r7780rp.c +++ b/arch/sh/boards/mach-highlander/irq-r7780rp.c | |||
diff --git a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c b/arch/sh/boards/mach-highlander/irq-r7785rp.c index 896c045aa39d..896c045aa39d 100644 --- a/arch/sh/boards/renesas/r7780rp/irq-r7785rp.c +++ b/arch/sh/boards/mach-highlander/irq-r7785rp.c | |||
diff --git a/arch/sh/boards/renesas/r7780rp/psw.c b/arch/sh/boards/mach-highlander/psw.c index c844dfa5d58d..be8d5477fc65 100644 --- a/arch/sh/boards/renesas/r7780rp/psw.c +++ b/arch/sh/boards/mach-highlander/psw.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/platform_device.h> | 15 | #include <linux/platform_device.h> |
16 | #include <asm/mach/r7780rp.h> | 16 | #include <asm/r7780rp.h> |
17 | #include <asm/push-switch.h> | 17 | #include <asm/push-switch.h> |
18 | 18 | ||
19 | static irqreturn_t psw_irq_handler(int irq, void *arg) | 19 | static irqreturn_t psw_irq_handler(int irq, void *arg) |
diff --git a/arch/sh/boards/renesas/r7780rp/setup.c b/arch/sh/boards/mach-highlander/setup.c index bc79afb6fc4c..bc79afb6fc4c 100644 --- a/arch/sh/boards/renesas/r7780rp/setup.c +++ b/arch/sh/boards/mach-highlander/setup.c | |||
diff --git a/arch/sh/boards/hp6xx/Makefile b/arch/sh/boards/mach-hp6xx/Makefile index b3124278247c..b3124278247c 100644 --- a/arch/sh/boards/hp6xx/Makefile +++ b/arch/sh/boards/mach-hp6xx/Makefile | |||
diff --git a/arch/sh/boards/hp6xx/hp6xx_apm.c b/arch/sh/boards/mach-hp6xx/hp6xx_apm.c index 177f4f028e0d..177f4f028e0d 100644 --- a/arch/sh/boards/hp6xx/hp6xx_apm.c +++ b/arch/sh/boards/mach-hp6xx/hp6xx_apm.c | |||
diff --git a/arch/sh/boards/hp6xx/pm.c b/arch/sh/boards/mach-hp6xx/pm.c index d22f6eac9cca..e96684def788 100644 --- a/arch/sh/boards/hp6xx/pm.c +++ b/arch/sh/boards/mach-hp6xx/pm.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/hd64461.h> | 14 | #include <asm/hd64461.h> |
15 | #include <asm/hp6xx.h> | 15 | #include <asm/hp6xx.h> |
16 | #include <asm/cpu/dac.h> | 16 | #include <cpu/dac.h> |
17 | #include <asm/pm.h> | 17 | #include <asm/pm.h> |
18 | 18 | ||
19 | #define STBCR 0xffffff82 | 19 | #define STBCR 0xffffff82 |
diff --git a/arch/sh/boards/hp6xx/pm_wakeup.S b/arch/sh/boards/mach-hp6xx/pm_wakeup.S index 45e9bf0b9115..44b648cf6f23 100644 --- a/arch/sh/boards/hp6xx/pm_wakeup.S +++ b/arch/sh/boards/mach-hp6xx/pm_wakeup.S | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
11 | #include <asm/cpu/mmu_context.h> | 11 | #include <cpu/mmu_context.h> |
12 | 12 | ||
13 | #define k0 r0 | 13 | #define k0 r0 |
14 | #define k1 r1 | 14 | #define k1 r1 |
diff --git a/arch/sh/boards/hp6xx/setup.c b/arch/sh/boards/mach-hp6xx/setup.c index 2f414ac3c690..475b46caec1f 100644 --- a/arch/sh/boards/hp6xx/setup.c +++ b/arch/sh/boards/mach-hp6xx/setup.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | #include <asm/irq.h> | 17 | #include <asm/irq.h> |
18 | #include <asm/hp6xx.h> | 18 | #include <asm/hp6xx.h> |
19 | #include <asm/cpu/dac.h> | 19 | #include <cpu/dac.h> |
20 | 20 | ||
21 | #define SCPCR 0xa4000116 | 21 | #define SCPCR 0xa4000116 |
22 | #define SCPDR 0xa4000136 | 22 | #define SCPDR 0xa4000136 |
diff --git a/arch/sh/boards/landisk/Makefile b/arch/sh/boards/mach-landisk/Makefile index a696b4277fa9..a696b4277fa9 100644 --- a/arch/sh/boards/landisk/Makefile +++ b/arch/sh/boards/mach-landisk/Makefile | |||
diff --git a/arch/sh/boards/landisk/gio.c b/arch/sh/boards/mach-landisk/gio.c index 0c15b0a50b99..25cdf7358000 100644 --- a/arch/sh/boards/landisk/gio.c +++ b/arch/sh/boards/mach-landisk/gio.c | |||
@@ -20,8 +20,8 @@ | |||
20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/uaccess.h> | 22 | #include <asm/uaccess.h> |
23 | #include <asm/landisk/gio.h> | 23 | #include <mach-landisk/mach/gio.h> |
24 | #include <asm/landisk/iodata_landisk.h> | 24 | #include <mach-landisk/mach/iodata_landisk.h> |
25 | 25 | ||
26 | #define DEVCOUNT 4 | 26 | #define DEVCOUNT 4 |
27 | #define GIO_MINOR 2 /* GIO minor no. */ | 27 | #define GIO_MINOR 2 /* GIO minor no. */ |
diff --git a/arch/sh/boards/landisk/irq.c b/arch/sh/boards/mach-landisk/irq.c index 258649491d44..7b284cde1f58 100644 --- a/arch/sh/boards/landisk/irq.c +++ b/arch/sh/boards/mach-landisk/irq.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <linux/irq.h> | 16 | #include <linux/irq.h> |
17 | #include <linux/interrupt.h> | 17 | #include <linux/interrupt.h> |
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | #include <asm/landisk/iodata_landisk.h> | 19 | #include <mach-landisk/mach/iodata_landisk.h> |
20 | 20 | ||
21 | static void disable_landisk_irq(unsigned int irq) | 21 | static void disable_landisk_irq(unsigned int irq) |
22 | { | 22 | { |
diff --git a/arch/sh/boards/landisk/psw.c b/arch/sh/boards/mach-landisk/psw.c index 5a9b70b5decb..e6b0efa098d1 100644 --- a/arch/sh/boards/landisk/psw.c +++ b/arch/sh/boards/mach-landisk/psw.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <asm/landisk/iodata_landisk.h> | 17 | #include <mach-landisk/mach/iodata_landisk.h> |
18 | #include <asm/push-switch.h> | 18 | #include <asm/push-switch.h> |
19 | 19 | ||
20 | static irqreturn_t psw_irq_handler(int irq, void *arg) | 20 | static irqreturn_t psw_irq_handler(int irq, void *arg) |
diff --git a/arch/sh/boards/landisk/setup.c b/arch/sh/boards/mach-landisk/setup.c index 2b708ec72558..db22ea2e6d49 100644 --- a/arch/sh/boards/landisk/setup.c +++ b/arch/sh/boards/mach-landisk/setup.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <linux/pm.h> | 18 | #include <linux/pm.h> |
19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
20 | #include <asm/machvec.h> | 20 | #include <asm/machvec.h> |
21 | #include <asm/landisk/iodata_landisk.h> | 21 | #include <mach-landisk/mach/iodata_landisk.h> |
22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
23 | 23 | ||
24 | void init_landisk_IRQ(void); | 24 | void init_landisk_IRQ(void); |
diff --git a/arch/sh/boards/lboxre2/Makefile b/arch/sh/boards/mach-lboxre2/Makefile index e9ed140c06f6..e9ed140c06f6 100644 --- a/arch/sh/boards/lboxre2/Makefile +++ b/arch/sh/boards/mach-lboxre2/Makefile | |||
diff --git a/arch/sh/boards/lboxre2/irq.c b/arch/sh/boards/mach-lboxre2/irq.c index 5a1c3bbe7b50..5a1c3bbe7b50 100644 --- a/arch/sh/boards/lboxre2/irq.c +++ b/arch/sh/boards/mach-lboxre2/irq.c | |||
diff --git a/arch/sh/boards/lboxre2/setup.c b/arch/sh/boards/mach-lboxre2/setup.c index c74440d38ee9..c74440d38ee9 100644 --- a/arch/sh/boards/lboxre2/setup.c +++ b/arch/sh/boards/mach-lboxre2/setup.c | |||
diff --git a/arch/sh/boards/superh/microdev/Makefile b/arch/sh/boards/mach-microdev/Makefile index 1387dd6c85eb..1387dd6c85eb 100644 --- a/arch/sh/boards/superh/microdev/Makefile +++ b/arch/sh/boards/mach-microdev/Makefile | |||
diff --git a/arch/sh/boards/superh/microdev/io.c b/arch/sh/boards/mach-microdev/io.c index 9f8a540f7e14..9f8a540f7e14 100644 --- a/arch/sh/boards/superh/microdev/io.c +++ b/arch/sh/boards/mach-microdev/io.c | |||
diff --git a/arch/sh/boards/superh/microdev/irq.c b/arch/sh/boards/mach-microdev/irq.c index 4d335077a3ff..4d335077a3ff 100644 --- a/arch/sh/boards/superh/microdev/irq.c +++ b/arch/sh/boards/mach-microdev/irq.c | |||
diff --git a/arch/sh/boards/superh/microdev/led.c b/arch/sh/boards/mach-microdev/led.c index 36e54b47a752..36e54b47a752 100644 --- a/arch/sh/boards/superh/microdev/led.c +++ b/arch/sh/boards/mach-microdev/led.c | |||
diff --git a/arch/sh/boards/superh/microdev/setup.c b/arch/sh/boards/mach-microdev/setup.c index fc8cd06d66cf..fc8cd06d66cf 100644 --- a/arch/sh/boards/superh/microdev/setup.c +++ b/arch/sh/boards/mach-microdev/setup.c | |||
diff --git a/arch/sh/boards/mach-migor/Kconfig b/arch/sh/boards/mach-migor/Kconfig new file mode 100644 index 000000000000..a7b3b728ec3c --- /dev/null +++ b/arch/sh/boards/mach-migor/Kconfig | |||
@@ -0,0 +1,15 @@ | |||
1 | if SH_MIGOR | ||
2 | |||
3 | choice | ||
4 | prompt "Migo-R LCD Panel Board Selection" | ||
5 | default SH_MIGOR_QVGA | ||
6 | |||
7 | config SH_MIGOR_QVGA | ||
8 | bool "QVGA (320x240)" | ||
9 | |||
10 | config SH_MIGOR_RTA_WVGA | ||
11 | bool "RTA WVGA (800x480)" | ||
12 | |||
13 | endchoice | ||
14 | |||
15 | endif | ||
diff --git a/arch/sh/boards/mach-migor/Makefile b/arch/sh/boards/mach-migor/Makefile new file mode 100644 index 000000000000..5f231dd25c0e --- /dev/null +++ b/arch/sh/boards/mach-migor/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | obj-y := setup.o | ||
2 | obj-$(CONFIG_SH_MIGOR_QVGA) += lcd_qvga.o | ||
diff --git a/arch/sh/boards/mach-migor/lcd_qvga.c b/arch/sh/boards/mach-migor/lcd_qvga.c new file mode 100644 index 000000000000..6e9609596448 --- /dev/null +++ b/arch/sh/boards/mach-migor/lcd_qvga.c | |||
@@ -0,0 +1,165 @@ | |||
1 | /* | ||
2 | * Support for SuperH MigoR Quarter VGA LCD Panel | ||
3 | * | ||
4 | * Copyright (C) 2008 Magnus Damm | ||
5 | * | ||
6 | * Based on lcd_powertip.c from Kenati Technologies Pvt Ltd. | ||
7 | * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>, | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | |||
14 | #include <linux/delay.h> | ||
15 | #include <linux/err.h> | ||
16 | #include <linux/fb.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/kernel.h> | ||
19 | #include <linux/module.h> | ||
20 | #include <asm/sh_mobile_lcdc.h> | ||
21 | #include <asm/migor.h> | ||
22 | |||
23 | /* LCD Module is a PH240320T according to board schematics. This module | ||
24 | * is made up of a 240x320 LCD hooked up to a R61505U (or HX8347-A01?) | ||
25 | * Driver IC. This IC is connected to the SH7722 built-in LCDC using a | ||
26 | * SYS-80 interface configured in 16 bit mode. | ||
27 | * | ||
28 | * Index 0: "Device Code Read" returns 0x1505. | ||
29 | */ | ||
30 | |||
31 | static void reset_lcd_module(void) | ||
32 | { | ||
33 | ctrl_outb(ctrl_inb(PORT_PHDR) & ~0x04, PORT_PHDR); | ||
34 | mdelay(2); | ||
35 | ctrl_outb(ctrl_inb(PORT_PHDR) | 0x04, PORT_PHDR); | ||
36 | mdelay(1); | ||
37 | } | ||
38 | |||
39 | /* DB0-DB7 are connected to D1-D8, and DB8-DB15 to D10-D17 */ | ||
40 | |||
41 | static unsigned long adjust_reg18(unsigned short data) | ||
42 | { | ||
43 | unsigned long tmp1, tmp2; | ||
44 | |||
45 | tmp1 = (data<<1 | 0x00000001) & 0x000001FF; | ||
46 | tmp2 = (data<<2 | 0x00000200) & 0x0003FE00; | ||
47 | return tmp1 | tmp2; | ||
48 | } | ||
49 | |||
50 | static void write_reg(void *sys_ops_handle, | ||
51 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops, | ||
52 | unsigned short reg, unsigned short data) | ||
53 | { | ||
54 | sys_ops->write_index(sys_ops_handle, adjust_reg18(reg << 8 | data)); | ||
55 | } | ||
56 | |||
57 | static void write_reg16(void *sys_ops_handle, | ||
58 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops, | ||
59 | unsigned short reg, unsigned short data) | ||
60 | { | ||
61 | sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); | ||
62 | sys_ops->write_data(sys_ops_handle, adjust_reg18(data)); | ||
63 | } | ||
64 | |||
65 | static unsigned long read_reg16(void *sys_ops_handle, | ||
66 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops, | ||
67 | unsigned short reg) | ||
68 | { | ||
69 | unsigned long data; | ||
70 | |||
71 | sys_ops->write_index(sys_ops_handle, adjust_reg18(reg)); | ||
72 | data = sys_ops->read_data(sys_ops_handle); | ||
73 | return ((data >> 1) & 0xff) | ((data >> 2) & 0xff00); | ||
74 | } | ||
75 | |||
76 | static void migor_lcd_qvga_seq(void *sys_ops_handle, | ||
77 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops, | ||
78 | unsigned short const *data, int no_data) | ||
79 | { | ||
80 | int i; | ||
81 | |||
82 | for (i = 0; i < no_data; i += 2) | ||
83 | write_reg16(sys_ops_handle, sys_ops, data[i], data[i + 1]); | ||
84 | } | ||
85 | |||
86 | static const unsigned short sync_data[] = { | ||
87 | 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, | ||
88 | }; | ||
89 | |||
90 | static const unsigned short magic0_data[] = { | ||
91 | 0x0060, 0x2700, 0x0008, 0x0808, 0x0090, 0x001A, 0x0007, 0x0001, | ||
92 | 0x0017, 0x0001, 0x0019, 0x0000, 0x0010, 0x17B0, 0x0011, 0x0116, | ||
93 | 0x0012, 0x0198, 0x0013, 0x1400, 0x0029, 0x000C, 0x0012, 0x01B8, | ||
94 | }; | ||
95 | |||
96 | static const unsigned short magic1_data[] = { | ||
97 | 0x0030, 0x0307, 0x0031, 0x0303, 0x0032, 0x0603, 0x0033, 0x0202, | ||
98 | 0x0034, 0x0202, 0x0035, 0x0202, 0x0036, 0x1F1F, 0x0037, 0x0303, | ||
99 | 0x0038, 0x0303, 0x0039, 0x0603, 0x003A, 0x0202, 0x003B, 0x0102, | ||
100 | 0x003C, 0x0204, 0x003D, 0x0000, 0x0001, 0x0100, 0x0002, 0x0300, | ||
101 | 0x0003, 0x5028, 0x0020, 0x00ef, 0x0021, 0x0000, 0x0004, 0x0000, | ||
102 | 0x0009, 0x0000, 0x000A, 0x0008, 0x000C, 0x0000, 0x000D, 0x0000, | ||
103 | 0x0015, 0x8000, | ||
104 | }; | ||
105 | |||
106 | static const unsigned short magic2_data[] = { | ||
107 | 0x0061, 0x0001, 0x0092, 0x0100, 0x0093, 0x0001, 0x0007, 0x0021, | ||
108 | }; | ||
109 | |||
110 | static const unsigned short magic3_data[] = { | ||
111 | 0x0010, 0x16B0, 0x0011, 0x0111, 0x0007, 0x0061, | ||
112 | }; | ||
113 | |||
114 | int migor_lcd_qvga_setup(void *board_data, void *sohandle, | ||
115 | struct sh_mobile_lcdc_sys_bus_ops *so) | ||
116 | { | ||
117 | unsigned long xres = 320; | ||
118 | unsigned long yres = 240; | ||
119 | int k; | ||
120 | |||
121 | reset_lcd_module(); | ||
122 | migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); | ||
123 | |||
124 | if (read_reg16(sohandle, so, 0) != 0x1505) | ||
125 | return -ENODEV; | ||
126 | |||
127 | pr_info("Migo-R QVGA LCD Module detected.\n"); | ||
128 | |||
129 | migor_lcd_qvga_seq(sohandle, so, sync_data, ARRAY_SIZE(sync_data)); | ||
130 | write_reg16(sohandle, so, 0x00A4, 0x0001); | ||
131 | mdelay(10); | ||
132 | |||
133 | migor_lcd_qvga_seq(sohandle, so, magic0_data, ARRAY_SIZE(magic0_data)); | ||
134 | mdelay(100); | ||
135 | |||
136 | migor_lcd_qvga_seq(sohandle, so, magic1_data, ARRAY_SIZE(magic1_data)); | ||
137 | write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1)); | ||
138 | write_reg16(sohandle, so, 0x0051, 0x00ef); | ||
139 | write_reg16(sohandle, so, 0x0052, 0x0000); | ||
140 | write_reg16(sohandle, so, 0x0053, xres - 1); | ||
141 | |||
142 | migor_lcd_qvga_seq(sohandle, so, magic2_data, ARRAY_SIZE(magic2_data)); | ||
143 | mdelay(10); | ||
144 | |||
145 | migor_lcd_qvga_seq(sohandle, so, magic3_data, ARRAY_SIZE(magic3_data)); | ||
146 | mdelay(40); | ||
147 | |||
148 | /* clear GRAM to avoid displaying garbage */ | ||
149 | |||
150 | write_reg16(sohandle, so, 0x0020, 0x0000); /* horiz addr */ | ||
151 | write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */ | ||
152 | |||
153 | for (k = 0; k < (xres * 256); k++) /* yes, 256 words per line */ | ||
154 | write_reg16(sohandle, so, 0x0022, 0x0000); | ||
155 | |||
156 | write_reg16(sohandle, so, 0x0020, 0x0000); /* reset horiz addr */ | ||
157 | write_reg16(sohandle, so, 0x0021, 0x0000); /* reset vert addr */ | ||
158 | write_reg16(sohandle, so, 0x0007, 0x0173); | ||
159 | mdelay(40); | ||
160 | |||
161 | /* enable display */ | ||
162 | write_reg(sohandle, so, 0x00, 0x22); | ||
163 | mdelay(100); | ||
164 | return 0; | ||
165 | } | ||
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c new file mode 100644 index 000000000000..e499ee384d58 --- /dev/null +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -0,0 +1,527 @@ | |||
1 | /* | ||
2 | * Renesas System Solutions Asia Pte. Ltd - Migo-R | ||
3 | * | ||
4 | * Copyright (C) 2008 Magnus Damm | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/platform_device.h> | ||
12 | #include <linux/interrupt.h> | ||
13 | #include <linux/input.h> | ||
14 | #include <linux/mtd/physmap.h> | ||
15 | #include <linux/mtd/nand.h> | ||
16 | #include <linux/i2c.h> | ||
17 | #include <linux/smc91x.h> | ||
18 | #include <linux/delay.h> | ||
19 | #include <linux/clk.h> | ||
20 | #include <media/soc_camera_platform.h> | ||
21 | #include <media/sh_mobile_ceu.h> | ||
22 | #include <asm/clock.h> | ||
23 | #include <asm/machvec.h> | ||
24 | #include <asm/io.h> | ||
25 | #include <asm/sh_keysc.h> | ||
26 | #include <asm/sh_mobile_lcdc.h> | ||
27 | #include <asm/migor.h> | ||
28 | |||
29 | /* Address IRQ Size Bus Description | ||
30 | * 0x00000000 64MB 16 NOR Flash (SP29PL256N) | ||
31 | * 0x0c000000 64MB 64 SDRAM (2xK4M563233G) | ||
32 | * 0x10000000 IRQ0 16 Ethernet (SMC91C111) | ||
33 | * 0x14000000 IRQ4 16 USB 2.0 Host Controller (M66596) | ||
34 | * 0x18000000 8GB 8 NAND Flash (K9K8G08U0A) | ||
35 | */ | ||
36 | |||
37 | static struct smc91x_platdata smc91x_info = { | ||
38 | .flags = SMC91X_USE_16BIT, | ||
39 | }; | ||
40 | |||
41 | static struct resource smc91x_eth_resources[] = { | ||
42 | [0] = { | ||
43 | .name = "SMC91C111" , | ||
44 | .start = 0x10000300, | ||
45 | .end = 0x1000030f, | ||
46 | .flags = IORESOURCE_MEM, | ||
47 | }, | ||
48 | [1] = { | ||
49 | .start = 32, /* IRQ0 */ | ||
50 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, | ||
51 | }, | ||
52 | }; | ||
53 | |||
54 | static struct platform_device smc91x_eth_device = { | ||
55 | .name = "smc91x", | ||
56 | .num_resources = ARRAY_SIZE(smc91x_eth_resources), | ||
57 | .resource = smc91x_eth_resources, | ||
58 | .dev = { | ||
59 | .platform_data = &smc91x_info, | ||
60 | }, | ||
61 | }; | ||
62 | |||
63 | static struct sh_keysc_info sh_keysc_info = { | ||
64 | .mode = SH_KEYSC_MODE_2, /* KEYOUT0->4, KEYIN1->5 */ | ||
65 | .scan_timing = 3, | ||
66 | .delay = 5, | ||
67 | .keycodes = { | ||
68 | 0, KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ENTER, | ||
69 | 0, KEY_F, KEY_C, KEY_D, KEY_H, KEY_1, | ||
70 | 0, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, | ||
71 | 0, KEY_7, KEY_8, KEY_9, KEY_S, KEY_0, | ||
72 | 0, KEY_P, KEY_STOP, KEY_REWIND, KEY_PLAY, KEY_FASTFORWARD, | ||
73 | }, | ||
74 | }; | ||
75 | |||
76 | static struct resource sh_keysc_resources[] = { | ||
77 | [0] = { | ||
78 | .start = 0x044b0000, | ||
79 | .end = 0x044b000f, | ||
80 | .flags = IORESOURCE_MEM, | ||
81 | }, | ||
82 | [1] = { | ||
83 | .start = 79, | ||
84 | .flags = IORESOURCE_IRQ, | ||
85 | }, | ||
86 | }; | ||
87 | |||
88 | static struct platform_device sh_keysc_device = { | ||
89 | .name = "sh_keysc", | ||
90 | .num_resources = ARRAY_SIZE(sh_keysc_resources), | ||
91 | .resource = sh_keysc_resources, | ||
92 | .dev = { | ||
93 | .platform_data = &sh_keysc_info, | ||
94 | }, | ||
95 | }; | ||
96 | |||
97 | static struct mtd_partition migor_nor_flash_partitions[] = | ||
98 | { | ||
99 | { | ||
100 | .name = "uboot", | ||
101 | .offset = 0, | ||
102 | .size = (1 * 1024 * 1024), | ||
103 | .mask_flags = MTD_WRITEABLE, /* Read-only */ | ||
104 | }, | ||
105 | { | ||
106 | .name = "rootfs", | ||
107 | .offset = MTDPART_OFS_APPEND, | ||
108 | .size = (15 * 1024 * 1024), | ||
109 | }, | ||
110 | { | ||
111 | .name = "other", | ||
112 | .offset = MTDPART_OFS_APPEND, | ||
113 | .size = MTDPART_SIZ_FULL, | ||
114 | }, | ||
115 | }; | ||
116 | |||
117 | static struct physmap_flash_data migor_nor_flash_data = { | ||
118 | .width = 2, | ||
119 | .parts = migor_nor_flash_partitions, | ||
120 | .nr_parts = ARRAY_SIZE(migor_nor_flash_partitions), | ||
121 | }; | ||
122 | |||
123 | static struct resource migor_nor_flash_resources[] = { | ||
124 | [0] = { | ||
125 | .name = "NOR Flash", | ||
126 | .start = 0x00000000, | ||
127 | .end = 0x03ffffff, | ||
128 | .flags = IORESOURCE_MEM, | ||
129 | } | ||
130 | }; | ||
131 | |||
132 | static struct platform_device migor_nor_flash_device = { | ||
133 | .name = "physmap-flash", | ||
134 | .resource = migor_nor_flash_resources, | ||
135 | .num_resources = ARRAY_SIZE(migor_nor_flash_resources), | ||
136 | .dev = { | ||
137 | .platform_data = &migor_nor_flash_data, | ||
138 | }, | ||
139 | }; | ||
140 | |||
141 | static struct mtd_partition migor_nand_flash_partitions[] = { | ||
142 | { | ||
143 | .name = "nanddata1", | ||
144 | .offset = 0x0, | ||
145 | .size = 512 * 1024 * 1024, | ||
146 | }, | ||
147 | { | ||
148 | .name = "nanddata2", | ||
149 | .offset = MTDPART_OFS_APPEND, | ||
150 | .size = 512 * 1024 * 1024, | ||
151 | }, | ||
152 | }; | ||
153 | |||
154 | static void migor_nand_flash_cmd_ctl(struct mtd_info *mtd, int cmd, | ||
155 | unsigned int ctrl) | ||
156 | { | ||
157 | struct nand_chip *chip = mtd->priv; | ||
158 | |||
159 | if (cmd == NAND_CMD_NONE) | ||
160 | return; | ||
161 | |||
162 | if (ctrl & NAND_CLE) | ||
163 | writeb(cmd, chip->IO_ADDR_W + 0x00400000); | ||
164 | else if (ctrl & NAND_ALE) | ||
165 | writeb(cmd, chip->IO_ADDR_W + 0x00800000); | ||
166 | else | ||
167 | writeb(cmd, chip->IO_ADDR_W); | ||
168 | } | ||
169 | |||
170 | static int migor_nand_flash_ready(struct mtd_info *mtd) | ||
171 | { | ||
172 | return ctrl_inb(PORT_PADR) & 0x02; /* PTA1 */ | ||
173 | } | ||
174 | |||
175 | struct platform_nand_data migor_nand_flash_data = { | ||
176 | .chip = { | ||
177 | .nr_chips = 1, | ||
178 | .partitions = migor_nand_flash_partitions, | ||
179 | .nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions), | ||
180 | .chip_delay = 20, | ||
181 | .part_probe_types = (const char *[]) { "cmdlinepart", NULL }, | ||
182 | }, | ||
183 | .ctrl = { | ||
184 | .dev_ready = migor_nand_flash_ready, | ||
185 | .cmd_ctrl = migor_nand_flash_cmd_ctl, | ||
186 | }, | ||
187 | }; | ||
188 | |||
189 | static struct resource migor_nand_flash_resources[] = { | ||
190 | [0] = { | ||
191 | .name = "NAND Flash", | ||
192 | .start = 0x18000000, | ||
193 | .end = 0x18ffffff, | ||
194 | .flags = IORESOURCE_MEM, | ||
195 | }, | ||
196 | }; | ||
197 | |||
198 | static struct platform_device migor_nand_flash_device = { | ||
199 | .name = "gen_nand", | ||
200 | .resource = migor_nand_flash_resources, | ||
201 | .num_resources = ARRAY_SIZE(migor_nand_flash_resources), | ||
202 | .dev = { | ||
203 | .platform_data = &migor_nand_flash_data, | ||
204 | } | ||
205 | }; | ||
206 | |||
207 | static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { | ||
208 | #ifdef CONFIG_SH_MIGOR_RTA_WVGA | ||
209 | .clock_source = LCDC_CLK_BUS, | ||
210 | .ch[0] = { | ||
211 | .chan = LCDC_CHAN_MAINLCD, | ||
212 | .bpp = 16, | ||
213 | .interface_type = RGB16, | ||
214 | .clock_divider = 2, | ||
215 | .lcd_cfg = { | ||
216 | .name = "LB070WV1", | ||
217 | .xres = 800, | ||
218 | .yres = 480, | ||
219 | .left_margin = 64, | ||
220 | .right_margin = 16, | ||
221 | .hsync_len = 120, | ||
222 | .upper_margin = 1, | ||
223 | .lower_margin = 17, | ||
224 | .vsync_len = 2, | ||
225 | .sync = 0, | ||
226 | }, | ||
227 | } | ||
228 | #endif | ||
229 | #ifdef CONFIG_SH_MIGOR_QVGA | ||
230 | .clock_source = LCDC_CLK_PERIPHERAL, | ||
231 | .ch[0] = { | ||
232 | .chan = LCDC_CHAN_MAINLCD, | ||
233 | .bpp = 16, | ||
234 | .interface_type = SYS16A, | ||
235 | .clock_divider = 10, | ||
236 | .lcd_cfg = { | ||
237 | .name = "PH240320T", | ||
238 | .xres = 320, | ||
239 | .yres = 240, | ||
240 | .left_margin = 0, | ||
241 | .right_margin = 16, | ||
242 | .hsync_len = 8, | ||
243 | .upper_margin = 1, | ||
244 | .lower_margin = 17, | ||
245 | .vsync_len = 2, | ||
246 | .sync = FB_SYNC_HOR_HIGH_ACT, | ||
247 | }, | ||
248 | .board_cfg = { | ||
249 | .setup_sys = migor_lcd_qvga_setup, | ||
250 | }, | ||
251 | .sys_bus_cfg = { | ||
252 | .ldmt2r = 0x06000a09, | ||
253 | .ldmt3r = 0x180e3418, | ||
254 | }, | ||
255 | } | ||
256 | #endif | ||
257 | }; | ||
258 | |||
259 | static struct resource migor_lcdc_resources[] = { | ||
260 | [0] = { | ||
261 | .name = "LCDC", | ||
262 | .start = 0xfe940000, /* P4-only space */ | ||
263 | .end = 0xfe941fff, | ||
264 | .flags = IORESOURCE_MEM, | ||
265 | }, | ||
266 | }; | ||
267 | |||
268 | static struct platform_device migor_lcdc_device = { | ||
269 | .name = "sh_mobile_lcdc_fb", | ||
270 | .num_resources = ARRAY_SIZE(migor_lcdc_resources), | ||
271 | .resource = migor_lcdc_resources, | ||
272 | .dev = { | ||
273 | .platform_data = &sh_mobile_lcdc_info, | ||
274 | }, | ||
275 | }; | ||
276 | |||
277 | static struct clk *camera_clk; | ||
278 | |||
279 | static void camera_power_on(void) | ||
280 | { | ||
281 | unsigned char value; | ||
282 | |||
283 | camera_clk = clk_get(NULL, "video_clk"); | ||
284 | clk_set_rate(camera_clk, 24000000); | ||
285 | clk_enable(camera_clk); /* start VIO_CKO */ | ||
286 | |||
287 | mdelay(10); | ||
288 | value = ctrl_inb(PORT_PTDR); | ||
289 | value &= ~0x09; | ||
290 | #ifndef CONFIG_SH_MIGOR_RTA_WVGA | ||
291 | value |= 0x01; | ||
292 | #endif | ||
293 | ctrl_outb(value, PORT_PTDR); | ||
294 | mdelay(10); | ||
295 | |||
296 | ctrl_outb(value | 8, PORT_PTDR); | ||
297 | } | ||
298 | |||
299 | static void camera_power_off(void) | ||
300 | { | ||
301 | clk_disable(camera_clk); /* stop VIO_CKO */ | ||
302 | clk_put(camera_clk); | ||
303 | |||
304 | ctrl_outb(ctrl_inb(PORT_PTDR) & ~0x08, PORT_PTDR); | ||
305 | } | ||
306 | |||
307 | #ifdef CONFIG_I2C | ||
308 | static unsigned char camera_ov772x_magic[] = | ||
309 | { | ||
310 | 0x09, 0x01, 0x0c, 0x10, 0x0d, 0x41, 0x0e, 0x01, | ||
311 | 0x12, 0x00, 0x13, 0x8F, 0x14, 0x4A, 0x15, 0x00, | ||
312 | 0x16, 0x00, 0x17, 0x23, 0x18, 0xa0, 0x19, 0x07, | ||
313 | 0x1a, 0xf0, 0x1b, 0x40, 0x1f, 0x00, 0x20, 0x10, | ||
314 | 0x22, 0xff, 0x23, 0x01, 0x28, 0x00, 0x29, 0xa0, | ||
315 | 0x2a, 0x00, 0x2b, 0x00, 0x2c, 0xf0, 0x2d, 0x00, | ||
316 | 0x2e, 0x00, 0x30, 0x80, 0x31, 0x60, 0x32, 0x00, | ||
317 | 0x33, 0x00, 0x34, 0x00, 0x3d, 0x80, 0x3e, 0xe2, | ||
318 | 0x3f, 0x1f, 0x42, 0x80, 0x43, 0x80, 0x44, 0x80, | ||
319 | 0x45, 0x80, 0x46, 0x00, 0x47, 0x00, 0x48, 0x00, | ||
320 | 0x49, 0x50, 0x4a, 0x30, 0x4b, 0x50, 0x4c, 0x50, | ||
321 | 0x4d, 0x00, 0x4e, 0xef, 0x4f, 0x10, 0x50, 0x60, | ||
322 | 0x51, 0x00, 0x52, 0x00, 0x53, 0x24, 0x54, 0x7a, | ||
323 | 0x55, 0xfc, 0x62, 0xff, 0x63, 0xf0, 0x64, 0x1f, | ||
324 | 0x65, 0x00, 0x66, 0x10, 0x67, 0x00, 0x68, 0x00, | ||
325 | 0x69, 0x5c, 0x6a, 0x11, 0x6b, 0xa2, 0x6c, 0x01, | ||
326 | 0x6d, 0x50, 0x6e, 0x80, 0x6f, 0x80, 0x70, 0x0f, | ||
327 | 0x71, 0x00, 0x72, 0x00, 0x73, 0x0f, 0x74, 0x0f, | ||
328 | 0x75, 0xff, 0x78, 0x10, 0x79, 0x70, 0x7a, 0x70, | ||
329 | 0x7b, 0xf0, 0x7c, 0xf0, 0x7d, 0xf0, 0x7e, 0x0e, | ||
330 | 0x7f, 0x1a, 0x80, 0x31, 0x81, 0x5a, 0x82, 0x69, | ||
331 | 0x83, 0x75, 0x84, 0x7e, 0x85, 0x88, 0x86, 0x8f, | ||
332 | 0x87, 0x96, 0x88, 0xa3, 0x89, 0xaf, 0x8a, 0xc4, | ||
333 | 0x8b, 0xd7, 0x8c, 0xe8, 0x8d, 0x20, 0x8e, 0x00, | ||
334 | 0x8f, 0x00, 0x90, 0x08, 0x91, 0x10, 0x92, 0x1f, | ||
335 | 0x93, 0x01, 0x94, 0x2c, 0x95, 0x24, 0x96, 0x08, | ||
336 | 0x97, 0x14, 0x98, 0x24, 0x99, 0x38, 0x9a, 0x9e, | ||
337 | 0x9b, 0x00, 0x9c, 0x40, 0x9e, 0x11, 0x9f, 0x02, | ||
338 | 0xa0, 0x00, 0xa1, 0x40, 0xa2, 0x40, 0xa3, 0x06, | ||
339 | 0xa4, 0x00, 0xa6, 0x00, 0xa7, 0x40, 0xa8, 0x40, | ||
340 | 0xa9, 0x80, 0xaa, 0x80, 0xab, 0x06, 0xac, 0xff, | ||
341 | 0x12, 0x06, 0x64, 0x3f, 0x12, 0x46, 0x17, 0x3f, | ||
342 | 0x18, 0x50, 0x19, 0x03, 0x1a, 0x78, 0x29, 0x50, | ||
343 | 0x2c, 0x78, | ||
344 | }; | ||
345 | |||
346 | static int ov772x_set_capture(struct soc_camera_platform_info *info, | ||
347 | int enable) | ||
348 | { | ||
349 | struct i2c_adapter *a = i2c_get_adapter(0); | ||
350 | struct i2c_msg msg; | ||
351 | int ret = 0; | ||
352 | int i; | ||
353 | |||
354 | if (!enable) | ||
355 | return 0; /* camera_power_off() is enough */ | ||
356 | |||
357 | for (i = 0; i < ARRAY_SIZE(camera_ov772x_magic); i += 2) { | ||
358 | u_int8_t buf[8]; | ||
359 | |||
360 | msg.addr = 0x21; | ||
361 | msg.buf = buf; | ||
362 | msg.len = 2; | ||
363 | msg.flags = 0; | ||
364 | |||
365 | buf[0] = camera_ov772x_magic[i]; | ||
366 | buf[1] = camera_ov772x_magic[i + 1]; | ||
367 | |||
368 | ret = (ret < 0) ? ret : i2c_transfer(a, &msg, 1); | ||
369 | } | ||
370 | |||
371 | return ret; | ||
372 | } | ||
373 | |||
374 | static struct soc_camera_platform_info ov772x_info = { | ||
375 | .iface = 0, | ||
376 | .format_name = "RGB565", | ||
377 | .format_depth = 16, | ||
378 | .format = { | ||
379 | .pixelformat = V4L2_PIX_FMT_RGB565, | ||
380 | .colorspace = V4L2_COLORSPACE_SRGB, | ||
381 | .width = 320, | ||
382 | .height = 240, | ||
383 | }, | ||
384 | .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | | ||
385 | SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8, | ||
386 | .set_capture = ov772x_set_capture, | ||
387 | }; | ||
388 | |||
389 | static struct platform_device migor_camera_device = { | ||
390 | .name = "soc_camera_platform", | ||
391 | .dev = { | ||
392 | .platform_data = &ov772x_info, | ||
393 | }, | ||
394 | }; | ||
395 | #endif /* CONFIG_I2C */ | ||
396 | |||
397 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { | ||
398 | .flags = SOCAM_MASTER | SOCAM_DATAWIDTH_8 | SOCAM_PCLK_SAMPLE_RISING \ | ||
399 | | SOCAM_HSYNC_ACTIVE_HIGH | SOCAM_VSYNC_ACTIVE_HIGH, | ||
400 | .enable_camera = camera_power_on, | ||
401 | .disable_camera = camera_power_off, | ||
402 | }; | ||
403 | |||
404 | static struct resource migor_ceu_resources[] = { | ||
405 | [0] = { | ||
406 | .name = "CEU", | ||
407 | .start = 0xfe910000, | ||
408 | .end = 0xfe91009f, | ||
409 | .flags = IORESOURCE_MEM, | ||
410 | }, | ||
411 | [1] = { | ||
412 | .start = 52, | ||
413 | .flags = IORESOURCE_IRQ, | ||
414 | }, | ||
415 | [2] = { | ||
416 | /* place holder for contiguous memory */ | ||
417 | }, | ||
418 | }; | ||
419 | |||
420 | static struct platform_device migor_ceu_device = { | ||
421 | .name = "sh_mobile_ceu", | ||
422 | .num_resources = ARRAY_SIZE(migor_ceu_resources), | ||
423 | .resource = migor_ceu_resources, | ||
424 | .dev = { | ||
425 | .platform_data = &sh_mobile_ceu_info, | ||
426 | }, | ||
427 | }; | ||
428 | |||
429 | static struct platform_device *migor_devices[] __initdata = { | ||
430 | &smc91x_eth_device, | ||
431 | &sh_keysc_device, | ||
432 | &migor_lcdc_device, | ||
433 | &migor_ceu_device, | ||
434 | #ifdef CONFIG_I2C | ||
435 | &migor_camera_device, | ||
436 | #endif | ||
437 | &migor_nor_flash_device, | ||
438 | &migor_nand_flash_device, | ||
439 | }; | ||
440 | |||
441 | static struct i2c_board_info migor_i2c_devices[] = { | ||
442 | { | ||
443 | I2C_BOARD_INFO("rs5c372b", 0x32), | ||
444 | }, | ||
445 | { | ||
446 | I2C_BOARD_INFO("migor_ts", 0x51), | ||
447 | .irq = 38, /* IRQ6 */ | ||
448 | }, | ||
449 | }; | ||
450 | |||
451 | static int __init migor_devices_setup(void) | ||
452 | { | ||
453 | clk_always_enable("mstp214"); /* KEYSC */ | ||
454 | clk_always_enable("mstp200"); /* LCDC */ | ||
455 | clk_always_enable("mstp203"); /* CEU */ | ||
456 | |||
457 | platform_resource_setup_memory(&migor_ceu_device, "ceu", 4 << 20); | ||
458 | |||
459 | i2c_register_board_info(0, migor_i2c_devices, | ||
460 | ARRAY_SIZE(migor_i2c_devices)); | ||
461 | |||
462 | return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices)); | ||
463 | } | ||
464 | __initcall(migor_devices_setup); | ||
465 | |||
466 | static void __init migor_setup(char **cmdline_p) | ||
467 | { | ||
468 | /* SMC91C111 - Enable IRQ0 */ | ||
469 | ctrl_outw(ctrl_inw(PORT_PJCR) & ~0x0003, PORT_PJCR); | ||
470 | |||
471 | /* KEYSC */ | ||
472 | ctrl_outw(ctrl_inw(PORT_PYCR) & ~0x0fff, PORT_PYCR); | ||
473 | ctrl_outw(ctrl_inw(PORT_PZCR) & ~0x0ff0, PORT_PZCR); | ||
474 | ctrl_outw(ctrl_inw(PORT_PSELA) & ~0x4100, PORT_PSELA); | ||
475 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x4000, PORT_HIZCRA); | ||
476 | ctrl_outw(ctrl_inw(PORT_HIZCRC) & ~0xc000, PORT_HIZCRC); | ||
477 | |||
478 | /* NAND Flash */ | ||
479 | ctrl_outw(ctrl_inw(PORT_PXCR) & 0x0fff, PORT_PXCR); | ||
480 | ctrl_outl((ctrl_inl(BSC_CS6ABCR) & ~0x00000600) | 0x00000200, | ||
481 | BSC_CS6ABCR); | ||
482 | |||
483 | /* Touch Panel - Enable IRQ6 */ | ||
484 | ctrl_outw(ctrl_inw(PORT_PZCR) & ~0xc, PORT_PZCR); | ||
485 | ctrl_outw((ctrl_inw(PORT_PSELA) | 0x8000), PORT_PSELA); | ||
486 | ctrl_outw((ctrl_inw(PORT_HIZCRC) & ~0x4000), PORT_HIZCRC); | ||
487 | |||
488 | #ifdef CONFIG_SH_MIGOR_RTA_WVGA | ||
489 | /* LCDC - WVGA - Enable RGB Interface signals */ | ||
490 | ctrl_outw(ctrl_inw(PORT_PACR) & ~0x0003, PORT_PACR); | ||
491 | ctrl_outw(0x0000, PORT_PHCR); | ||
492 | ctrl_outw(0x0000, PORT_PLCR); | ||
493 | ctrl_outw(0x0000, PORT_PMCR); | ||
494 | ctrl_outw(ctrl_inw(PORT_PRCR) & ~0x000f, PORT_PRCR); | ||
495 | ctrl_outw((ctrl_inw(PORT_PSELD) & ~0x000d) | 0x0400, PORT_PSELD); | ||
496 | ctrl_outw(ctrl_inw(PORT_MSELCRB) & ~0x0100, PORT_MSELCRB); | ||
497 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x01e0, PORT_HIZCRA); | ||
498 | #endif | ||
499 | #ifdef CONFIG_SH_MIGOR_QVGA | ||
500 | /* LCDC - QVGA - Enable SYS Interface signals */ | ||
501 | ctrl_outw(ctrl_inw(PORT_PACR) & ~0x0003, PORT_PACR); | ||
502 | ctrl_outw((ctrl_inw(PORT_PHCR) & ~0xcfff) | 0x0010, PORT_PHCR); | ||
503 | ctrl_outw(0x0000, PORT_PLCR); | ||
504 | ctrl_outw(0x0000, PORT_PMCR); | ||
505 | ctrl_outw(ctrl_inw(PORT_PRCR) & ~0x030f, PORT_PRCR); | ||
506 | ctrl_outw((ctrl_inw(PORT_PSELD) & ~0x0001) | 0x0420, PORT_PSELD); | ||
507 | ctrl_outw(ctrl_inw(PORT_MSELCRB) | 0x0100, PORT_MSELCRB); | ||
508 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x01e0, PORT_HIZCRA); | ||
509 | #endif | ||
510 | |||
511 | /* CEU */ | ||
512 | ctrl_outw((ctrl_inw(PORT_PTCR) & ~0x03c3) | 0x0051, PORT_PTCR); | ||
513 | ctrl_outw(ctrl_inw(PORT_PUCR) & ~0x03ff, PORT_PUCR); | ||
514 | ctrl_outw(ctrl_inw(PORT_PVCR) & ~0x03ff, PORT_PVCR); | ||
515 | ctrl_outw(ctrl_inw(PORT_PWCR) & ~0x3c00, PORT_PWCR); | ||
516 | ctrl_outw(ctrl_inw(PORT_PSELC) | 0x0001, PORT_PSELC); | ||
517 | ctrl_outw(ctrl_inw(PORT_PSELD) & ~0x2000, PORT_PSELD); | ||
518 | ctrl_outw(ctrl_inw(PORT_PSELE) | 0x000f, PORT_PSELE); | ||
519 | ctrl_outw(ctrl_inw(PORT_MSELCRB) | 0x2200, PORT_MSELCRB); | ||
520 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x0a00, PORT_HIZCRA); | ||
521 | ctrl_outw(ctrl_inw(PORT_HIZCRB) & ~0x0003, PORT_HIZCRB); | ||
522 | } | ||
523 | |||
524 | static struct sh_machine_vector mv_migor __initmv = { | ||
525 | .mv_name = "Migo-R", | ||
526 | .mv_setup = migor_setup, | ||
527 | }; | ||
diff --git a/arch/sh/boards/renesas/rts7751r2d/Kconfig b/arch/sh/boards/mach-r2d/Kconfig index 8122a9667fc9..8122a9667fc9 100644 --- a/arch/sh/boards/renesas/rts7751r2d/Kconfig +++ b/arch/sh/boards/mach-r2d/Kconfig | |||
diff --git a/arch/sh/boards/renesas/rts7751r2d/Makefile b/arch/sh/boards/mach-r2d/Makefile index 0d4c75a72be0..0d4c75a72be0 100644 --- a/arch/sh/boards/renesas/rts7751r2d/Makefile +++ b/arch/sh/boards/mach-r2d/Makefile | |||
diff --git a/arch/sh/boards/renesas/rts7751r2d/irq.c b/arch/sh/boards/mach-r2d/irq.c index 8e49f6e51247..8e49f6e51247 100644 --- a/arch/sh/boards/renesas/rts7751r2d/irq.c +++ b/arch/sh/boards/mach-r2d/irq.c | |||
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/mach-r2d/setup.c index 2308e8753bcd..2308e8753bcd 100644 --- a/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/arch/sh/boards/mach-r2d/setup.c | |||
diff --git a/arch/sh/boards/renesas/sdk7780/Kconfig b/arch/sh/boards/mach-sdk7780/Kconfig index 065f1df09bf1..065f1df09bf1 100644 --- a/arch/sh/boards/renesas/sdk7780/Kconfig +++ b/arch/sh/boards/mach-sdk7780/Kconfig | |||
diff --git a/arch/sh/boards/renesas/sdk7780/Makefile b/arch/sh/boards/mach-sdk7780/Makefile index 3d8f0befc35d..3d8f0befc35d 100644 --- a/arch/sh/boards/renesas/sdk7780/Makefile +++ b/arch/sh/boards/mach-sdk7780/Makefile | |||
diff --git a/arch/sh/boards/renesas/sdk7780/irq.c b/arch/sh/boards/mach-sdk7780/irq.c index 87cdc578f6ff..87cdc578f6ff 100644 --- a/arch/sh/boards/renesas/sdk7780/irq.c +++ b/arch/sh/boards/mach-sdk7780/irq.c | |||
diff --git a/arch/sh/boards/renesas/sdk7780/setup.c b/arch/sh/boards/mach-sdk7780/setup.c index acc5932587f1..acc5932587f1 100644 --- a/arch/sh/boards/renesas/sdk7780/setup.c +++ b/arch/sh/boards/mach-sdk7780/setup.c | |||
diff --git a/arch/sh/boards/se/7206/Makefile b/arch/sh/boards/mach-se/7206/Makefile index 63e7ed699f39..63e7ed699f39 100644 --- a/arch/sh/boards/se/7206/Makefile +++ b/arch/sh/boards/mach-se/7206/Makefile | |||
diff --git a/arch/sh/boards/se/7206/io.c b/arch/sh/boards/mach-se/7206/io.c index 1308e618e044..9c3a33210d61 100644 --- a/arch/sh/boards/se/7206/io.c +++ b/arch/sh/boards/mach-se/7206/io.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/se7206.h> | 14 | #include <mach-se/mach/se7206.h> |
15 | 15 | ||
16 | 16 | ||
17 | static inline void delay(void) | 17 | static inline void delay(void) |
diff --git a/arch/sh/boards/se/7206/irq.c b/arch/sh/boards/mach-se/7206/irq.c index 9d5bfc77d0de..aef7f052851a 100644 --- a/arch/sh/boards/se/7206/irq.c +++ b/arch/sh/boards/mach-se/7206/irq.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/irq.h> | 10 | #include <linux/irq.h> |
11 | #include <linux/io.h> | 11 | #include <linux/io.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <asm/se7206.h> | 13 | #include <mach-se/mach/se7206.h> |
14 | 14 | ||
15 | #define INTSTS0 0x31800000 | 15 | #define INTSTS0 0x31800000 |
16 | #define INTSTS1 0x31800002 | 16 | #define INTSTS1 0x31800002 |
diff --git a/arch/sh/boards/se/7206/setup.c b/arch/sh/boards/mach-se/7206/setup.c index 4fe84cc08406..f5466384972e 100644 --- a/arch/sh/boards/se/7206/setup.c +++ b/arch/sh/boards/mach-se/7206/setup.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
12 | #include <linux/smc91x.h> | 12 | #include <linux/smc91x.h> |
13 | #include <asm/se7206.h> | 13 | #include <mach-se/mach/se7206.h> |
14 | #include <asm/io.h> | 14 | #include <asm/io.h> |
15 | #include <asm/machvec.h> | 15 | #include <asm/machvec.h> |
16 | #include <asm/heartbeat.h> | 16 | #include <asm/heartbeat.h> |
diff --git a/arch/sh/boards/se/7343/Makefile b/arch/sh/boards/mach-se/7343/Makefile index 3024796c6203..3024796c6203 100644 --- a/arch/sh/boards/se/7343/Makefile +++ b/arch/sh/boards/mach-se/7343/Makefile | |||
diff --git a/arch/sh/boards/se/7343/io.c b/arch/sh/boards/mach-se/7343/io.c index 3a6d11424938..8741abc1da7b 100644 --- a/arch/sh/boards/se/7343/io.c +++ b/arch/sh/boards/mach-se/7343/io.c | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
8 | #include <asm/io.h> | 8 | #include <asm/io.h> |
9 | #include <asm/mach/se7343.h> | 9 | #include <mach-se/mach/se7343.h> |
10 | 10 | ||
11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) | 11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) |
12 | 12 | ||
diff --git a/arch/sh/boards/mach-se/7343/irq.c b/arch/sh/boards/mach-se/7343/irq.c new file mode 100644 index 000000000000..051c29d4eae0 --- /dev/null +++ b/arch/sh/boards/mach-se/7343/irq.c | |||
@@ -0,0 +1,79 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/se/7343/irq.c | ||
3 | * | ||
4 | * Copyright (C) 2008 Yoshihiro Shimoda | ||
5 | * | ||
6 | * Based on linux/arch/sh/boards/se/7722/irq.c | ||
7 | * Copyright (C) 2007 Nobuhiro Iwamatsu | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | #include <linux/init.h> | ||
14 | #include <linux/irq.h> | ||
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/io.h> | ||
17 | #include <mach-se/mach/se7343.h> | ||
18 | |||
19 | static void disable_se7343_irq(unsigned int irq) | ||
20 | { | ||
21 | unsigned int bit = irq - SE7343_FPGA_IRQ_BASE; | ||
22 | ctrl_outw(ctrl_inw(PA_CPLD_IMSK) | 1 << bit, PA_CPLD_IMSK); | ||
23 | } | ||
24 | |||
25 | static void enable_se7343_irq(unsigned int irq) | ||
26 | { | ||
27 | unsigned int bit = irq - SE7343_FPGA_IRQ_BASE; | ||
28 | ctrl_outw(ctrl_inw(PA_CPLD_IMSK) & ~(1 << bit), PA_CPLD_IMSK); | ||
29 | } | ||
30 | |||
31 | static struct irq_chip se7343_irq_chip __read_mostly = { | ||
32 | .name = "SE7343-FPGA", | ||
33 | .mask = disable_se7343_irq, | ||
34 | .unmask = enable_se7343_irq, | ||
35 | .mask_ack = disable_se7343_irq, | ||
36 | }; | ||
37 | |||
38 | static void se7343_irq_demux(unsigned int irq, struct irq_desc *desc) | ||
39 | { | ||
40 | unsigned short intv = ctrl_inw(PA_CPLD_ST); | ||
41 | struct irq_desc *ext_desc; | ||
42 | unsigned int ext_irq = SE7343_FPGA_IRQ_BASE; | ||
43 | |||
44 | intv &= (1 << SE7343_FPGA_IRQ_NR) - 1; | ||
45 | |||
46 | while (intv) { | ||
47 | if (intv & 1) { | ||
48 | ext_desc = irq_desc + ext_irq; | ||
49 | handle_level_irq(ext_irq, ext_desc); | ||
50 | } | ||
51 | intv >>= 1; | ||
52 | ext_irq++; | ||
53 | } | ||
54 | } | ||
55 | |||
56 | /* | ||
57 | * Initialize IRQ setting | ||
58 | */ | ||
59 | void __init init_7343se_IRQ(void) | ||
60 | { | ||
61 | int i; | ||
62 | |||
63 | ctrl_outw(0, PA_CPLD_IMSK); /* disable all irqs */ | ||
64 | ctrl_outw(0x2000, 0xb03fffec); /* mrshpc irq enable */ | ||
65 | |||
66 | for (i = 0; i < SE7343_FPGA_IRQ_NR; i++) | ||
67 | set_irq_chip_and_handler_name(SE7343_FPGA_IRQ_BASE + i, | ||
68 | &se7343_irq_chip, | ||
69 | handle_level_irq, "level"); | ||
70 | |||
71 | set_irq_chained_handler(IRQ0_IRQ, se7343_irq_demux); | ||
72 | set_irq_type(IRQ0_IRQ, IRQ_TYPE_LEVEL_LOW); | ||
73 | set_irq_chained_handler(IRQ1_IRQ, se7343_irq_demux); | ||
74 | set_irq_type(IRQ1_IRQ, IRQ_TYPE_LEVEL_LOW); | ||
75 | set_irq_chained_handler(IRQ4_IRQ, se7343_irq_demux); | ||
76 | set_irq_type(IRQ4_IRQ, IRQ_TYPE_LEVEL_LOW); | ||
77 | set_irq_chained_handler(IRQ5_IRQ, se7343_irq_demux); | ||
78 | set_irq_type(IRQ5_IRQ, IRQ_TYPE_LEVEL_LOW); | ||
79 | } | ||
diff --git a/arch/sh/boards/se/7343/setup.c b/arch/sh/boards/mach-se/7343/setup.c index c9431b3a051b..486f40bf9274 100644 --- a/arch/sh/boards/se/7343/setup.c +++ b/arch/sh/boards/mach-se/7343/setup.c | |||
@@ -1,10 +1,11 @@ | |||
1 | #include <linux/init.h> | 1 | #include <linux/init.h> |
2 | #include <linux/platform_device.h> | 2 | #include <linux/platform_device.h> |
3 | #include <linux/mtd/physmap.h> | ||
3 | #include <asm/machvec.h> | 4 | #include <asm/machvec.h> |
4 | #include <asm/mach/se7343.h> | 5 | #include <mach-se/mach/se7343.h> |
6 | #include <asm/heartbeat.h> | ||
5 | #include <asm/irq.h> | 7 | #include <asm/irq.h> |
6 | 8 | #include <asm/io.h> | |
7 | void init_7343se_IRQ(void); | ||
8 | 9 | ||
9 | static struct resource smc91x_resources[] = { | 10 | static struct resource smc91x_resources[] = { |
10 | [0] = { | 11 | [0] = { |
@@ -17,8 +18,8 @@ static struct resource smc91x_resources[] = { | |||
17 | * shared with other devices via externel | 18 | * shared with other devices via externel |
18 | * interrupt controller in FPGA... | 19 | * interrupt controller in FPGA... |
19 | */ | 20 | */ |
20 | .start = EXT_IRQ2, | 21 | .start = SMC_IRQ, |
21 | .end = EXT_IRQ2, | 22 | .end = SMC_IRQ, |
22 | .flags = IORESOURCE_IRQ, | 23 | .flags = IORESOURCE_IRQ, |
23 | }, | 24 | }, |
24 | }; | 25 | }; |
@@ -38,16 +39,65 @@ static struct resource heartbeat_resources[] = { | |||
38 | }, | 39 | }, |
39 | }; | 40 | }; |
40 | 41 | ||
42 | static struct heartbeat_data heartbeat_data = { | ||
43 | .regsize = 16, | ||
44 | }; | ||
45 | |||
41 | static struct platform_device heartbeat_device = { | 46 | static struct platform_device heartbeat_device = { |
42 | .name = "heartbeat", | 47 | .name = "heartbeat", |
43 | .id = -1, | 48 | .id = -1, |
49 | .dev = { | ||
50 | .platform_data = &heartbeat_data, | ||
51 | }, | ||
44 | .num_resources = ARRAY_SIZE(heartbeat_resources), | 52 | .num_resources = ARRAY_SIZE(heartbeat_resources), |
45 | .resource = heartbeat_resources, | 53 | .resource = heartbeat_resources, |
46 | }; | 54 | }; |
47 | 55 | ||
56 | static struct mtd_partition nor_flash_partitions[] = { | ||
57 | { | ||
58 | .name = "loader", | ||
59 | .offset = 0x00000000, | ||
60 | .size = 128 * 1024, | ||
61 | }, | ||
62 | { | ||
63 | .name = "rootfs", | ||
64 | .offset = MTDPART_OFS_APPEND, | ||
65 | .size = 31 * 1024 * 1024, | ||
66 | }, | ||
67 | { | ||
68 | .name = "data", | ||
69 | .offset = MTDPART_OFS_APPEND, | ||
70 | .size = MTDPART_SIZ_FULL, | ||
71 | }, | ||
72 | }; | ||
73 | |||
74 | static struct physmap_flash_data nor_flash_data = { | ||
75 | .width = 2, | ||
76 | .parts = nor_flash_partitions, | ||
77 | .nr_parts = ARRAY_SIZE(nor_flash_partitions), | ||
78 | }; | ||
79 | |||
80 | static struct resource nor_flash_resources[] = { | ||
81 | [0] = { | ||
82 | .start = 0x00000000, | ||
83 | .end = 0x01ffffff, | ||
84 | .flags = IORESOURCE_MEM, | ||
85 | } | ||
86 | }; | ||
87 | |||
88 | static struct platform_device nor_flash_device = { | ||
89 | .name = "physmap-flash", | ||
90 | .dev = { | ||
91 | .platform_data = &nor_flash_data, | ||
92 | }, | ||
93 | .num_resources = ARRAY_SIZE(nor_flash_resources), | ||
94 | .resource = nor_flash_resources, | ||
95 | }; | ||
96 | |||
48 | static struct platform_device *sh7343se_platform_devices[] __initdata = { | 97 | static struct platform_device *sh7343se_platform_devices[] __initdata = { |
49 | &smc91x_device, | 98 | &smc91x_device, |
50 | &heartbeat_device, | 99 | &heartbeat_device, |
100 | &nor_flash_device, | ||
51 | }; | 101 | }; |
52 | 102 | ||
53 | static int __init sh7343se_devices_setup(void) | 103 | static int __init sh7343se_devices_setup(void) |
@@ -55,10 +105,19 @@ static int __init sh7343se_devices_setup(void) | |||
55 | return platform_add_devices(sh7343se_platform_devices, | 105 | return platform_add_devices(sh7343se_platform_devices, |
56 | ARRAY_SIZE(sh7343se_platform_devices)); | 106 | ARRAY_SIZE(sh7343se_platform_devices)); |
57 | } | 107 | } |
108 | device_initcall(sh7343se_devices_setup); | ||
58 | 109 | ||
110 | /* | ||
111 | * Initialize the board | ||
112 | */ | ||
59 | static void __init sh7343se_setup(char **cmdline_p) | 113 | static void __init sh7343se_setup(char **cmdline_p) |
60 | { | 114 | { |
61 | device_initcall(sh7343se_devices_setup); | 115 | ctrl_outw(0xf900, FPGA_OUT); /* FPGA */ |
116 | |||
117 | ctrl_outw(0x0002, PORT_PECR); /* PORT E 1 = IRQ5 */ | ||
118 | ctrl_outw(0x0020, PORT_PSELD); | ||
119 | |||
120 | printk(KERN_INFO "MS7343CP01 Setup...done\n"); | ||
62 | } | 121 | } |
63 | 122 | ||
64 | /* | 123 | /* |
@@ -90,5 +149,4 @@ static struct sh_machine_vector mv_7343se __initmv = { | |||
90 | .mv_outsl = sh7343se_outsl, | 149 | .mv_outsl = sh7343se_outsl, |
91 | 150 | ||
92 | .mv_init_irq = init_7343se_IRQ, | 151 | .mv_init_irq = init_7343se_IRQ, |
93 | .mv_irq_demux = shmse_irq_demux, | ||
94 | }; | 152 | }; |
diff --git a/arch/sh/boards/se/770x/Makefile b/arch/sh/boards/mach-se/770x/Makefile index 8e624b06d5ea..8e624b06d5ea 100644 --- a/arch/sh/boards/se/770x/Makefile +++ b/arch/sh/boards/mach-se/770x/Makefile | |||
diff --git a/arch/sh/boards/se/770x/io.c b/arch/sh/boards/mach-se/770x/io.c index c4550473d4c3..28833c8786ea 100644 --- a/arch/sh/boards/se/770x/io.c +++ b/arch/sh/boards/mach-se/770x/io.c | |||
@@ -1,24 +1,12 @@ | |||
1 | /* $Id: io.c,v 1.7 2006/02/05 21:55:29 lethal Exp $ | 1 | /* |
2 | * | ||
3 | * linux/arch/sh/kernel/io_se.c | ||
4 | * | ||
5 | * Copyright (C) 2000 Kazumoto Kojima | 2 | * Copyright (C) 2000 Kazumoto Kojima |
6 | * | 3 | * |
7 | * I/O routine for Hitachi SolutionEngine. | 4 | * I/O routine for Hitachi SolutionEngine. |
8 | * | ||
9 | */ | 5 | */ |
10 | |||
11 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
12 | #include <linux/types.h> | 7 | #include <linux/types.h> |
13 | #include <asm/io.h> | 8 | #include <asm/io.h> |
14 | #include <asm/se.h> | 9 | #include <mach-se/mach/se.h> |
15 | |||
16 | /* SH pcmcia io window base, start and end. */ | ||
17 | int sh_pcic_io_wbase = 0xb8400000; | ||
18 | int sh_pcic_io_start; | ||
19 | int sh_pcic_io_stop; | ||
20 | int sh_pcic_io_type; | ||
21 | int sh_pcic_io_dummy; | ||
22 | 10 | ||
23 | /* MS7750 requires special versions of in*, out* routines, since | 11 | /* MS7750 requires special versions of in*, out* routines, since |
24 | PC-like io ports are located at upper half byte of 16-bit word which | 12 | PC-like io ports are located at upper half byte of 16-bit word which |
@@ -33,8 +21,6 @@ port2adr(unsigned int port) | |||
33 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); | 21 | return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000)); |
34 | else if (port >= 0x1000) | 22 | else if (port >= 0x1000) |
35 | return (volatile __u16 *) (PA_83902 + (port << 1)); | 23 | return (volatile __u16 *) (PA_83902 + (port << 1)); |
36 | else if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) | ||
37 | return (volatile __u16 *) (sh_pcic_io_wbase + (port &~ 1)); | ||
38 | else | 24 | else |
39 | return (volatile __u16 *) (PA_SUPERIO + (port << 1)); | 25 | return (volatile __u16 *) (PA_SUPERIO + (port << 1)); |
40 | } | 26 | } |
@@ -51,32 +37,27 @@ shifted_port(unsigned long port) | |||
51 | 37 | ||
52 | unsigned char se_inb(unsigned long port) | 38 | unsigned char se_inb(unsigned long port) |
53 | { | 39 | { |
54 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) | 40 | if (shifted_port(port)) |
55 | return *(__u8 *) (sh_pcic_io_wbase + 0x40000 + port); | 41 | return (*port2adr(port) >> 8); |
56 | else if (shifted_port(port)) | ||
57 | return (*port2adr(port) >> 8); | ||
58 | else | 42 | else |
59 | return (*port2adr(port))&0xff; | 43 | return (*port2adr(port))&0xff; |
60 | } | 44 | } |
61 | 45 | ||
62 | unsigned char se_inb_p(unsigned long port) | 46 | unsigned char se_inb_p(unsigned long port) |
63 | { | 47 | { |
64 | unsigned long v; | 48 | unsigned long v; |
65 | 49 | ||
66 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) | 50 | if (shifted_port(port)) |
67 | v = *(__u8 *) (sh_pcic_io_wbase + 0x40000 + port); | 51 | v = (*port2adr(port) >> 8); |
68 | else if (shifted_port(port)) | ||
69 | v = (*port2adr(port) >> 8); | ||
70 | else | 52 | else |
71 | v = (*port2adr(port))&0xff; | 53 | v = (*port2adr(port))&0xff; |
72 | ctrl_delay(); | 54 | ctrl_delay(); |
73 | return v; | 55 | return v; |
74 | } | 56 | } |
75 | 57 | ||
76 | unsigned short se_inw(unsigned long port) | 58 | unsigned short se_inw(unsigned long port) |
77 | { | 59 | { |
78 | if (port >= 0x2000 || | 60 | if (port >= 0x2000) |
79 | (sh_pcic_io_start <= port && port <= sh_pcic_io_stop)) | ||
80 | return *port2adr(port); | 61 | return *port2adr(port); |
81 | else | 62 | else |
82 | maybebadio(port); | 63 | maybebadio(port); |
@@ -91,9 +72,7 @@ unsigned int se_inl(unsigned long port) | |||
91 | 72 | ||
92 | void se_outb(unsigned char value, unsigned long port) | 73 | void se_outb(unsigned char value, unsigned long port) |
93 | { | 74 | { |
94 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) | 75 | if (shifted_port(port)) |
95 | *(__u8 *)(sh_pcic_io_wbase + port) = value; | ||
96 | else if (shifted_port(port)) | ||
97 | *(port2adr(port)) = value << 8; | 76 | *(port2adr(port)) = value << 8; |
98 | else | 77 | else |
99 | *(port2adr(port)) = value; | 78 | *(port2adr(port)) = value; |
@@ -101,9 +80,7 @@ void se_outb(unsigned char value, unsigned long port) | |||
101 | 80 | ||
102 | void se_outb_p(unsigned char value, unsigned long port) | 81 | void se_outb_p(unsigned char value, unsigned long port) |
103 | { | 82 | { |
104 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) | 83 | if (shifted_port(port)) |
105 | *(__u8 *)(sh_pcic_io_wbase + port) = value; | ||
106 | else if (shifted_port(port)) | ||
107 | *(port2adr(port)) = value << 8; | 84 | *(port2adr(port)) = value << 8; |
108 | else | 85 | else |
109 | *(port2adr(port)) = value; | 86 | *(port2adr(port)) = value; |
@@ -112,8 +89,7 @@ void se_outb_p(unsigned char value, unsigned long port) | |||
112 | 89 | ||
113 | void se_outw(unsigned short value, unsigned long port) | 90 | void se_outw(unsigned short value, unsigned long port) |
114 | { | 91 | { |
115 | if (port >= 0x2000 || | 92 | if (port >= 0x2000) |
116 | (sh_pcic_io_start <= port && port <= sh_pcic_io_stop)) | ||
117 | *port2adr(port) = value; | 93 | *port2adr(port) = value; |
118 | else | 94 | else |
119 | maybebadio(port); | 95 | maybebadio(port); |
@@ -129,11 +105,7 @@ void se_insb(unsigned long port, void *addr, unsigned long count) | |||
129 | volatile __u16 *p = port2adr(port); | 105 | volatile __u16 *p = port2adr(port); |
130 | __u8 *ap = addr; | 106 | __u8 *ap = addr; |
131 | 107 | ||
132 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) { | 108 | if (shifted_port(port)) { |
133 | volatile __u8 *bp = (__u8 *) (sh_pcic_io_wbase + 0x40000 + port); | ||
134 | while (count--) | ||
135 | *ap++ = *bp; | ||
136 | } else if (shifted_port(port)) { | ||
137 | while (count--) | 109 | while (count--) |
138 | *ap++ = *p >> 8; | 110 | *ap++ = *p >> 8; |
139 | } else { | 111 | } else { |
@@ -160,11 +132,7 @@ void se_outsb(unsigned long port, const void *addr, unsigned long count) | |||
160 | volatile __u16 *p = port2adr(port); | 132 | volatile __u16 *p = port2adr(port); |
161 | const __u8 *ap = addr; | 133 | const __u8 *ap = addr; |
162 | 134 | ||
163 | if (sh_pcic_io_start <= port && port <= sh_pcic_io_stop) { | 135 | if (shifted_port(port)) { |
164 | volatile __u8 *bp = (__u8 *) (sh_pcic_io_wbase + port); | ||
165 | while (count--) | ||
166 | *bp = *ap++; | ||
167 | } else if (shifted_port(port)) { | ||
168 | while (count--) | 136 | while (count--) |
169 | *p = *ap++ << 8; | 137 | *p = *ap++ << 8; |
170 | } else { | 138 | } else { |
@@ -177,6 +145,7 @@ void se_outsw(unsigned long port, const void *addr, unsigned long count) | |||
177 | { | 145 | { |
178 | volatile __u16 *p = port2adr(port); | 146 | volatile __u16 *p = port2adr(port); |
179 | const __u16 *ap = addr; | 147 | const __u16 *ap = addr; |
148 | |||
180 | while (count--) | 149 | while (count--) |
181 | *p = *ap++; | 150 | *p = *ap++; |
182 | } | 151 | } |
diff --git a/arch/sh/boards/se/770x/irq.c b/arch/sh/boards/mach-se/770x/irq.c index cdb0807928a5..ec1fea571b52 100644 --- a/arch/sh/boards/se/770x/irq.c +++ b/arch/sh/boards/mach-se/770x/irq.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/irq.h> | 13 | #include <linux/irq.h> |
14 | #include <asm/irq.h> | 14 | #include <asm/irq.h> |
15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
16 | #include <asm/se.h> | 16 | #include <mach-se/mach/se.h> |
17 | 17 | ||
18 | static struct ipr_data ipr_irq_table[] = { | 18 | static struct ipr_data ipr_irq_table[] = { |
19 | /* | 19 | /* |
diff --git a/arch/sh/boards/se/770x/setup.c b/arch/sh/boards/mach-se/770x/setup.c index 318bc8a3969c..9123d9687bf7 100644 --- a/arch/sh/boards/se/770x/setup.c +++ b/arch/sh/boards/mach-se/770x/setup.c | |||
@@ -9,13 +9,11 @@ | |||
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <linux/platform_device.h> | 10 | #include <linux/platform_device.h> |
11 | #include <asm/machvec.h> | 11 | #include <asm/machvec.h> |
12 | #include <asm/se.h> | 12 | #include <mach-se/mach/se.h> |
13 | #include <asm/io.h> | 13 | #include <asm/io.h> |
14 | #include <asm/smc37c93x.h> | 14 | #include <asm/smc37c93x.h> |
15 | #include <asm/heartbeat.h> | 15 | #include <asm/heartbeat.h> |
16 | 16 | ||
17 | void init_se_IRQ(void); | ||
18 | |||
19 | /* | 17 | /* |
20 | * Configure the Super I/O chip | 18 | * Configure the Super I/O chip |
21 | */ | 19 | */ |
@@ -73,7 +71,7 @@ static struct resource cf_ide_resources[] = { | |||
73 | }, | 71 | }, |
74 | [1] = { | 72 | [1] = { |
75 | .start = PA_MRSHPC_IO + 0x1f0 + 0x206, | 73 | .start = PA_MRSHPC_IO + 0x1f0 + 0x206, |
76 | .end = PA_MRSHPC_IO + 0x1f0 +8 + 0x206 + 8, | 74 | .end = PA_MRSHPC_IO + 0x1f0 + 8 + 0x206 + 8, |
77 | .flags = IORESOURCE_MEM, | 75 | .flags = IORESOURCE_MEM, |
78 | }, | 76 | }, |
79 | [2] = { | 77 | [2] = { |
@@ -115,9 +113,64 @@ static struct platform_device heartbeat_device = { | |||
115 | .resource = heartbeat_resources, | 113 | .resource = heartbeat_resources, |
116 | }; | 114 | }; |
117 | 115 | ||
116 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) ||\ | ||
117 | defined(CONFIG_CPU_SUBTYPE_SH7712) | ||
118 | /* SH771X Ethernet driver */ | ||
119 | static struct resource sh_eth0_resources[] = { | ||
120 | [0] = { | ||
121 | .start = SH_ETH0_BASE, | ||
122 | .end = SH_ETH0_BASE + 0x1B8, | ||
123 | .flags = IORESOURCE_MEM, | ||
124 | }, | ||
125 | [1] = { | ||
126 | .start = SH_ETH0_IRQ, | ||
127 | .end = SH_ETH0_IRQ, | ||
128 | .flags = IORESOURCE_IRQ, | ||
129 | }, | ||
130 | }; | ||
131 | |||
132 | static struct platform_device sh_eth0_device = { | ||
133 | .name = "sh-eth", | ||
134 | .id = 0, | ||
135 | .dev = { | ||
136 | .platform_data = PHY_ID, | ||
137 | }, | ||
138 | .num_resources = ARRAY_SIZE(sh_eth0_resources), | ||
139 | .resource = sh_eth0_resources, | ||
140 | }; | ||
141 | |||
142 | static struct resource sh_eth1_resources[] = { | ||
143 | [0] = { | ||
144 | .start = SH_ETH1_BASE, | ||
145 | .end = SH_ETH1_BASE + 0x1B8, | ||
146 | .flags = IORESOURCE_MEM, | ||
147 | }, | ||
148 | [1] = { | ||
149 | .start = SH_ETH1_IRQ, | ||
150 | .end = SH_ETH1_IRQ, | ||
151 | .flags = IORESOURCE_IRQ, | ||
152 | }, | ||
153 | }; | ||
154 | |||
155 | static struct platform_device sh_eth1_device = { | ||
156 | .name = "sh-eth", | ||
157 | .id = 1, | ||
158 | .dev = { | ||
159 | .platform_data = PHY_ID, | ||
160 | }, | ||
161 | .num_resources = ARRAY_SIZE(sh_eth1_resources), | ||
162 | .resource = sh_eth1_resources, | ||
163 | }; | ||
164 | #endif | ||
165 | |||
118 | static struct platform_device *se_devices[] __initdata = { | 166 | static struct platform_device *se_devices[] __initdata = { |
119 | &heartbeat_device, | 167 | &heartbeat_device, |
120 | &cf_ide_device, | 168 | &cf_ide_device, |
169 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) ||\ | ||
170 | defined(CONFIG_CPU_SUBTYPE_SH7712) | ||
171 | &sh_eth0_device, | ||
172 | &sh_eth1_device, | ||
173 | #endif | ||
121 | }; | 174 | }; |
122 | 175 | ||
123 | static int __init se_devices_setup(void) | 176 | static int __init se_devices_setup(void) |
diff --git a/arch/sh/boards/se/7721/Makefile b/arch/sh/boards/mach-se/7721/Makefile index 7f09030980b3..7f09030980b3 100644 --- a/arch/sh/boards/se/7721/Makefile +++ b/arch/sh/boards/mach-se/7721/Makefile | |||
diff --git a/arch/sh/boards/se/7721/irq.c b/arch/sh/boards/mach-se/7721/irq.c index c4fdd622bf8b..b417acc4dad0 100644 --- a/arch/sh/boards/se/7721/irq.c +++ b/arch/sh/boards/mach-se/7721/irq.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/irq.h> | 11 | #include <linux/irq.h> |
12 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
13 | #include <linux/io.h> | 13 | #include <linux/io.h> |
14 | #include <asm/se7721.h> | 14 | #include <mach-se/mach/se7721.h> |
15 | 15 | ||
16 | enum { | 16 | enum { |
17 | UNUSED = 0, | 17 | UNUSED = 0, |
diff --git a/arch/sh/boards/se/7721/setup.c b/arch/sh/boards/mach-se/7721/setup.c index 1be3e92752f7..d3fc80ff4d83 100644 --- a/arch/sh/boards/se/7721/setup.c +++ b/arch/sh/boards/mach-se/7721/setup.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <asm/machvec.h> | 15 | #include <asm/machvec.h> |
16 | #include <asm/se7721.h> | 16 | #include <mach-se/mach/se7721.h> |
17 | #include <asm/io.h> | 17 | #include <asm/io.h> |
18 | #include <asm/heartbeat.h> | 18 | #include <asm/heartbeat.h> |
19 | 19 | ||
diff --git a/arch/sh/boards/se/7722/Makefile b/arch/sh/boards/mach-se/7722/Makefile index 8694373389e5..8694373389e5 100644 --- a/arch/sh/boards/se/7722/Makefile +++ b/arch/sh/boards/mach-se/7722/Makefile | |||
diff --git a/arch/sh/boards/se/7722/irq.c b/arch/sh/boards/mach-se/7722/irq.c index 0b03f3f610b8..02d21a3e2a8f 100644 --- a/arch/sh/boards/se/7722/irq.c +++ b/arch/sh/boards/mach-se/7722/irq.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <asm/irq.h> | 15 | #include <asm/irq.h> |
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | #include <asm/se7722.h> | 17 | #include <mach-se/mach/se7722.h> |
18 | 18 | ||
19 | static void disable_se7722_irq(unsigned int irq) | 19 | static void disable_se7722_irq(unsigned int irq) |
20 | { | 20 | { |
diff --git a/arch/sh/boards/se/7722/setup.c b/arch/sh/boards/mach-se/7722/setup.c index ede3957fc14a..fe6f96517e12 100644 --- a/arch/sh/boards/se/7722/setup.c +++ b/arch/sh/boards/mach-se/7722/setup.c | |||
@@ -16,7 +16,8 @@ | |||
16 | #include <linux/input.h> | 16 | #include <linux/input.h> |
17 | #include <linux/smc91x.h> | 17 | #include <linux/smc91x.h> |
18 | #include <asm/machvec.h> | 18 | #include <asm/machvec.h> |
19 | #include <asm/se7722.h> | 19 | #include <asm/clock.h> |
20 | #include <mach-se/mach/se7722.h> | ||
20 | #include <asm/io.h> | 21 | #include <asm/io.h> |
21 | #include <asm/heartbeat.h> | 22 | #include <asm/heartbeat.h> |
22 | #include <asm/sh_keysc.h> | 23 | #include <asm/sh_keysc.h> |
@@ -145,6 +146,8 @@ static struct platform_device *se7722_devices[] __initdata = { | |||
145 | 146 | ||
146 | static int __init se7722_devices_setup(void) | 147 | static int __init se7722_devices_setup(void) |
147 | { | 148 | { |
149 | clk_always_enable("mstp214"); /* KEYSC */ | ||
150 | |||
148 | return platform_add_devices(se7722_devices, | 151 | return platform_add_devices(se7722_devices, |
149 | ARRAY_SIZE(se7722_devices)); | 152 | ARRAY_SIZE(se7722_devices)); |
150 | } | 153 | } |
@@ -154,11 +157,6 @@ static void __init se7722_setup(char **cmdline_p) | |||
154 | { | 157 | { |
155 | ctrl_outw(0x010D, FPGA_OUT); /* FPGA */ | 158 | ctrl_outw(0x010D, FPGA_OUT); /* FPGA */ |
156 | 159 | ||
157 | ctrl_outl(0x00051001, MSTPCR0); | ||
158 | ctrl_outl(0x00000000, MSTPCR1); | ||
159 | /* KEYSC, VOU, BEU, CEU, VEU, VPU, LCDC, USB */ | ||
160 | ctrl_outl(0xffffb7c0, MSTPCR2); | ||
161 | |||
162 | ctrl_outw(0x0000, PORT_PECR); /* PORT E 1 = IRQ5 ,E 0 = BS */ | 160 | ctrl_outw(0x0000, PORT_PECR); /* PORT E 1 = IRQ5 ,E 0 = BS */ |
163 | ctrl_outw(0x1000, PORT_PJCR); /* PORT J 1 = IRQ1,J 0 =IRQ0 */ | 161 | ctrl_outw(0x1000, PORT_PJCR); /* PORT J 1 = IRQ1,J 0 =IRQ0 */ |
164 | 162 | ||
diff --git a/arch/sh/boards/se/7751/Makefile b/arch/sh/boards/mach-se/7751/Makefile index dbc29f3a9de5..dbc29f3a9de5 100644 --- a/arch/sh/boards/se/7751/Makefile +++ b/arch/sh/boards/mach-se/7751/Makefile | |||
diff --git a/arch/sh/boards/se/7751/io.c b/arch/sh/boards/mach-se/7751/io.c index e8d846cec89d..6287ae570319 100644 --- a/arch/sh/boards/se/7751/io.c +++ b/arch/sh/boards/mach-se/7751/io.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <linux/pci.h> | 13 | #include <linux/pci.h> |
14 | #include <asm/io.h> | 14 | #include <asm/io.h> |
15 | #include <asm/se7751.h> | 15 | #include <mach-se/mach/se7751.h> |
16 | #include <asm/addrspace.h> | 16 | #include <asm/addrspace.h> |
17 | 17 | ||
18 | static inline volatile u16 *port2adr(unsigned int port) | 18 | static inline volatile u16 *port2adr(unsigned int port) |
diff --git a/arch/sh/boards/se/7751/irq.c b/arch/sh/boards/mach-se/7751/irq.c index c3d12590e5db..5c9847ea1e7c 100644 --- a/arch/sh/boards/se/7751/irq.c +++ b/arch/sh/boards/mach-se/7751/irq.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/irq.h> | 13 | #include <linux/irq.h> |
14 | #include <asm/irq.h> | 14 | #include <asm/irq.h> |
15 | #include <asm/se7751.h> | 15 | #include <mach-se/mach/se7751.h> |
16 | 16 | ||
17 | static struct ipr_data ipr_irq_table[] = { | 17 | static struct ipr_data ipr_irq_table[] = { |
18 | { 13, 3, 3, 2 }, | 18 | { 13, 3, 3, 2 }, |
diff --git a/arch/sh/boards/se/7751/pci.c b/arch/sh/boards/mach-se/7751/pci.c index 203b2923fe7f..203b2923fe7f 100644 --- a/arch/sh/boards/se/7751/pci.c +++ b/arch/sh/boards/mach-se/7751/pci.c | |||
diff --git a/arch/sh/boards/se/7751/setup.c b/arch/sh/boards/mach-se/7751/setup.c index deefbfd92591..50572512e3e8 100644 --- a/arch/sh/boards/se/7751/setup.c +++ b/arch/sh/boards/mach-se/7751/setup.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
13 | #include <asm/machvec.h> | 13 | #include <asm/machvec.h> |
14 | #include <asm/se7751.h> | 14 | #include <mach-se/mach/se7751.h> |
15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
16 | #include <asm/heartbeat.h> | 16 | #include <asm/heartbeat.h> |
17 | 17 | ||
diff --git a/arch/sh/boards/se/7780/Makefile b/arch/sh/boards/mach-se/7780/Makefile index 6b88adae3ecc..6b88adae3ecc 100644 --- a/arch/sh/boards/se/7780/Makefile +++ b/arch/sh/boards/mach-se/7780/Makefile | |||
diff --git a/arch/sh/boards/se/7780/irq.c b/arch/sh/boards/mach-se/7780/irq.c index 6bd70da6bb47..66ad292c9fc3 100644 --- a/arch/sh/boards/se/7780/irq.c +++ b/arch/sh/boards/mach-se/7780/irq.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <asm/irq.h> | 15 | #include <asm/irq.h> |
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | #include <asm/se7780.h> | 17 | #include <mach-se/mach/se7780.h> |
18 | 18 | ||
19 | /* | 19 | /* |
20 | * Initialize IRQ setting | 20 | * Initialize IRQ setting |
diff --git a/arch/sh/boards/se/7780/setup.c b/arch/sh/boards/mach-se/7780/setup.c index 0f08ab3b2bec..1d3a867e94e3 100644 --- a/arch/sh/boards/se/7780/setup.c +++ b/arch/sh/boards/mach-se/7780/setup.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/platform_device.h> | 13 | #include <linux/platform_device.h> |
14 | #include <asm/machvec.h> | 14 | #include <asm/machvec.h> |
15 | #include <asm/se7780.h> | 15 | #include <mach-se/mach/se7780.h> |
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | #include <asm/heartbeat.h> | 17 | #include <asm/heartbeat.h> |
18 | 18 | ||
diff --git a/arch/sh/boards/mach-se/Makefile b/arch/sh/boards/mach-se/Makefile new file mode 100644 index 000000000000..2de42bae4b4f --- /dev/null +++ b/arch/sh/boards/mach-se/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | obj-$(CONFIG_SH_7619_SOLUTION_ENGINE) += board-se7619.o | ||
2 | |||
3 | obj-$(CONFIG_SH_SOLUTION_ENGINE) += 770x/ | ||
4 | obj-$(CONFIG_SH_7206_SOLUTION_ENGINE) += 7206/ | ||
5 | obj-$(CONFIG_SH_7722_SOLUTION_ENGINE) += 7722/ | ||
6 | obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += 7751/ | ||
7 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += 7780/ | ||
8 | obj-$(CONFIG_SH_7343_SOLUTION_ENGINE) += 7343/ | ||
9 | obj-$(CONFIG_SH_7721_SOLUTION_ENGINE) += 7721/ | ||
diff --git a/arch/sh/boards/se/7619/setup.c b/arch/sh/boards/mach-se/board-se7619.c index 1d0ef7faa10d..1d0ef7faa10d 100644 --- a/arch/sh/boards/se/7619/setup.c +++ b/arch/sh/boards/mach-se/board-se7619.c | |||
diff --git a/arch/sh/boards/sh03/Makefile b/arch/sh/boards/mach-sh03/Makefile index 400306a796ec..400306a796ec 100644 --- a/arch/sh/boards/sh03/Makefile +++ b/arch/sh/boards/mach-sh03/Makefile | |||
diff --git a/arch/sh/boards/sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c index 0a9266bb51c5..0a9266bb51c5 100644 --- a/arch/sh/boards/sh03/rtc.c +++ b/arch/sh/boards/mach-sh03/rtc.c | |||
diff --git a/arch/sh/boards/sh03/setup.c b/arch/sh/boards/mach-sh03/setup.c index 934ac4f1c48f..5771219be3fd 100644 --- a/arch/sh/boards/sh03/setup.c +++ b/arch/sh/boards/mach-sh03/setup.c | |||
@@ -11,8 +11,8 @@ | |||
11 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
12 | #include <asm/io.h> | 12 | #include <asm/io.h> |
13 | #include <asm/rtc.h> | 13 | #include <asm/rtc.h> |
14 | #include <asm/sh03/io.h> | 14 | #include <mach-sh03/mach/io.h> |
15 | #include <asm/sh03/sh03.h> | 15 | #include <mach-sh03/mach/sh03.h> |
16 | #include <asm/addrspace.h> | 16 | #include <asm/addrspace.h> |
17 | 17 | ||
18 | static void __init init_sh03_IRQ(void) | 18 | static void __init init_sh03_IRQ(void) |
diff --git a/arch/sh/boards/mach-sh7763rdp/Makefile b/arch/sh/boards/mach-sh7763rdp/Makefile new file mode 100644 index 000000000000..f6c0b55516d2 --- /dev/null +++ b/arch/sh/boards/mach-sh7763rdp/Makefile | |||
@@ -0,0 +1 @@ | |||
obj-y := setup.o irq.o | |||
diff --git a/arch/sh/boards/mach-sh7763rdp/irq.c b/arch/sh/boards/mach-sh7763rdp/irq.c new file mode 100644 index 000000000000..fd850bad2dec --- /dev/null +++ b/arch/sh/boards/mach-sh7763rdp/irq.c | |||
@@ -0,0 +1,45 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/renesas/sh7763rdp/irq.c | ||
3 | * | ||
4 | * Renesas Solutions SH7763RDP Support. | ||
5 | * | ||
6 | * Copyright (C) 2008 Renesas Solutions Corp. | ||
7 | * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | |||
14 | #include <linux/init.h> | ||
15 | #include <linux/irq.h> | ||
16 | #include <asm/io.h> | ||
17 | #include <asm/irq.h> | ||
18 | #include <asm/sh7763rdp.h> | ||
19 | |||
20 | #define INTC_BASE (0xFFD00000) | ||
21 | #define INTC_INT2PRI7 (INTC_BASE+0x4001C) | ||
22 | #define INTC_INT2MSKCR (INTC_BASE+0x4003C) | ||
23 | #define INTC_INT2MSKCR1 (INTC_BASE+0x400D4) | ||
24 | |||
25 | /* | ||
26 | * Initialize IRQ setting | ||
27 | */ | ||
28 | void __init init_sh7763rdp_IRQ(void) | ||
29 | { | ||
30 | /* GPIO enabled */ | ||
31 | ctrl_outl(1 << 25, INTC_INT2MSKCR); | ||
32 | |||
33 | /* enable GPIO interrupts */ | ||
34 | ctrl_outl((ctrl_inl(INTC_INT2PRI7) & 0xFF00FFFF) | 0x000F0000, | ||
35 | INTC_INT2PRI7); | ||
36 | |||
37 | /* USBH enabled */ | ||
38 | ctrl_outl(1 << 17, INTC_INT2MSKCR1); | ||
39 | |||
40 | /* GETHER enabled */ | ||
41 | ctrl_outl(1 << 16, INTC_INT2MSKCR1); | ||
42 | |||
43 | /* DMAC enabled */ | ||
44 | ctrl_outl(1 << 8, INTC_INT2MSKCR); | ||
45 | } | ||
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c new file mode 100644 index 000000000000..925f16af7121 --- /dev/null +++ b/arch/sh/boards/mach-sh7763rdp/setup.c | |||
@@ -0,0 +1,128 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/boards/renesas/sh7763rdp/setup.c | ||
3 | * | ||
4 | * Renesas Solutions sh7763rdp board | ||
5 | * | ||
6 | * Copyright (C) 2008 Renesas Solutions Corp. | ||
7 | * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | #include <linux/init.h> | ||
14 | #include <linux/platform_device.h> | ||
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/input.h> | ||
17 | #include <linux/mtd/physmap.h> | ||
18 | #include <asm/io.h> | ||
19 | #include <asm/sh7763rdp.h> | ||
20 | |||
21 | /* NOR Flash */ | ||
22 | static struct mtd_partition sh7763rdp_nor_flash_partitions[] = { | ||
23 | { | ||
24 | .name = "U-Boot", | ||
25 | .offset = 0, | ||
26 | .size = (2 * 128 * 1024), | ||
27 | .mask_flags = MTD_WRITEABLE, /* Read-only */ | ||
28 | }, { | ||
29 | .name = "Linux-Kernel", | ||
30 | .offset = MTDPART_OFS_APPEND, | ||
31 | .size = (20 * 128 * 1024), | ||
32 | }, { | ||
33 | .name = "Root Filesystem", | ||
34 | .offset = MTDPART_OFS_APPEND, | ||
35 | .size = MTDPART_SIZ_FULL, | ||
36 | }, | ||
37 | }; | ||
38 | |||
39 | static struct physmap_flash_data sh7763rdp_nor_flash_data = { | ||
40 | .width = 2, | ||
41 | .parts = sh7763rdp_nor_flash_partitions, | ||
42 | .nr_parts = ARRAY_SIZE(sh7763rdp_nor_flash_partitions), | ||
43 | }; | ||
44 | |||
45 | static struct resource sh7763rdp_nor_flash_resources[] = { | ||
46 | [0] = { | ||
47 | .name = "NOR Flash", | ||
48 | .start = 0, | ||
49 | .end = (64 * 1024 * 1024), | ||
50 | .flags = IORESOURCE_MEM, | ||
51 | }, | ||
52 | }; | ||
53 | |||
54 | static struct platform_device sh7763rdp_nor_flash_device = { | ||
55 | .name = "physmap-flash", | ||
56 | .resource = sh7763rdp_nor_flash_resources, | ||
57 | .num_resources = ARRAY_SIZE(sh7763rdp_nor_flash_resources), | ||
58 | .dev = { | ||
59 | .platform_data = &sh7763rdp_nor_flash_data, | ||
60 | }, | ||
61 | }; | ||
62 | |||
63 | static struct platform_device *sh7763rdp_devices[] __initdata = { | ||
64 | &sh7763rdp_nor_flash_device, | ||
65 | }; | ||
66 | |||
67 | static int __init sh7763rdp_devices_setup(void) | ||
68 | { | ||
69 | return platform_add_devices(sh7763rdp_devices, | ||
70 | ARRAY_SIZE(sh7763rdp_devices)); | ||
71 | } | ||
72 | __initcall(sh7763rdp_devices_setup); | ||
73 | |||
74 | static void __init sh7763rdp_setup(char **cmdline_p) | ||
75 | { | ||
76 | /* Board version check */ | ||
77 | if (ctrl_inw(CPLD_BOARD_ID_ERV_REG) == 0xECB1) | ||
78 | printk(KERN_INFO "RTE Standard Configuration\n"); | ||
79 | else | ||
80 | printk(KERN_INFO "RTA Standard Configuration\n"); | ||
81 | |||
82 | /* USB pin select bits (clear bit 5-2 to 0) */ | ||
83 | ctrl_outw((ctrl_inw(PORT_PSEL2) & 0xFFC3), PORT_PSEL2); | ||
84 | /* USBH setup port I controls to other (clear bits 4-9 to 0) */ | ||
85 | ctrl_outw(ctrl_inw(PORT_PICR) & 0xFC0F, PORT_PICR); | ||
86 | |||
87 | /* Select USB Host controller */ | ||
88 | ctrl_outw(0x00, USB_USBHSC); | ||
89 | |||
90 | /* For LCD */ | ||
91 | /* set PTJ7-1, bits 15-2 of PJCR to 0 */ | ||
92 | ctrl_outw(ctrl_inw(PORT_PJCR) & 0x0003, PORT_PJCR); | ||
93 | /* set PTI5, bits 11-10 of PICR to 0 */ | ||
94 | ctrl_outw(ctrl_inw(PORT_PICR) & 0xF3FF, PORT_PICR); | ||
95 | ctrl_outw(0, PORT_PKCR); | ||
96 | ctrl_outw(0, PORT_PLCR); | ||
97 | /* set PSEL2 bits 14-8, 5-4, of PSEL2 to 0 */ | ||
98 | ctrl_outw((ctrl_inw(PORT_PSEL2) & 0x00C0), PORT_PSEL2); | ||
99 | /* set PSEL3 bits 14-12, 6-4, 2-0 of PSEL3 to 0 */ | ||
100 | ctrl_outw((ctrl_inw(PORT_PSEL3) & 0x0700), PORT_PSEL3); | ||
101 | |||
102 | /* For HAC */ | ||
103 | /* bit3-0 0100:HAC & SSI1 enable */ | ||
104 | ctrl_outw((ctrl_inw(PORT_PSEL1) & 0xFFF0) | 0x0004, PORT_PSEL1); | ||
105 | /* bit14 1:SSI_HAC_CLK enable */ | ||
106 | ctrl_outw(ctrl_inw(PORT_PSEL4) | 0x4000, PORT_PSEL4); | ||
107 | |||
108 | /* SH-Ether */ | ||
109 | ctrl_outw((ctrl_inw(PORT_PSEL1) & ~0xff00) | 0x2400, PORT_PSEL1); | ||
110 | ctrl_outw(0x0, PORT_PFCR); | ||
111 | ctrl_outw(0x0, PORT_PFCR); | ||
112 | ctrl_outw(0x0, PORT_PFCR); | ||
113 | |||
114 | /* MMC */ | ||
115 | /*selects SCIF and MMC other functions */ | ||
116 | ctrl_outw(0x0001, PORT_PSEL0); | ||
117 | /* MMC clock operates */ | ||
118 | ctrl_outl(ctrl_inl(MSTPCR1) & ~0x8, MSTPCR1); | ||
119 | ctrl_outw(ctrl_inw(PORT_PACR) & ~0x3000, PORT_PACR); | ||
120 | ctrl_outw(ctrl_inw(PORT_PCCR) & ~0xCFC3, PORT_PCCR); | ||
121 | } | ||
122 | |||
123 | static struct sh_machine_vector mv_sh7763rdp __initmv = { | ||
124 | .mv_name = "sh7763drp", | ||
125 | .mv_setup = sh7763rdp_setup, | ||
126 | .mv_nr_irqs = 112, | ||
127 | .mv_init_irq = init_sh7763rdp_IRQ, | ||
128 | }; | ||
diff --git a/arch/sh/boards/snapgear/Makefile b/arch/sh/boards/mach-snapgear/Makefile index d2d2f4b6a502..d2d2f4b6a502 100644 --- a/arch/sh/boards/snapgear/Makefile +++ b/arch/sh/boards/mach-snapgear/Makefile | |||
diff --git a/arch/sh/boards/snapgear/io.c b/arch/sh/boards/mach-snapgear/io.c index 0f4824264557..0f4824264557 100644 --- a/arch/sh/boards/snapgear/io.c +++ b/arch/sh/boards/mach-snapgear/io.c | |||
diff --git a/arch/sh/boards/snapgear/setup.c b/arch/sh/boards/mach-snapgear/setup.c index 7022483f98e8..a5e349d3dda2 100644 --- a/arch/sh/boards/snapgear/setup.c +++ b/arch/sh/boards/mach-snapgear/setup.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <asm/snapgear.h> | 22 | #include <asm/snapgear.h> |
23 | #include <asm/irq.h> | 23 | #include <asm/irq.h> |
24 | #include <asm/io.h> | 24 | #include <asm/io.h> |
25 | #include <asm/cpu/timer.h> | 25 | #include <cpu/timer.h> |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * EraseConfig handling functions | 28 | * EraseConfig handling functions |
diff --git a/arch/sh/boards/renesas/systemh/Makefile b/arch/sh/boards/mach-systemh/Makefile index 2cc6a23d9d39..2cc6a23d9d39 100644 --- a/arch/sh/boards/renesas/systemh/Makefile +++ b/arch/sh/boards/mach-systemh/Makefile | |||
diff --git a/arch/sh/boards/renesas/systemh/io.c b/arch/sh/boards/mach-systemh/io.c index 1b767e1a1428..1b767e1a1428 100644 --- a/arch/sh/boards/renesas/systemh/io.c +++ b/arch/sh/boards/mach-systemh/io.c | |||
diff --git a/arch/sh/boards/renesas/systemh/irq.c b/arch/sh/boards/mach-systemh/irq.c index 0ba2fe674c47..601c9c8cdbec 100644 --- a/arch/sh/boards/renesas/systemh/irq.c +++ b/arch/sh/boards/mach-systemh/irq.c | |||
@@ -11,9 +11,8 @@ | |||
11 | 11 | ||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/irq.h> | 13 | #include <linux/irq.h> |
14 | #include <linux/interrupt.h> | ||
14 | 15 | ||
15 | #include <linux/hdreg.h> | ||
16 | #include <linux/ide.h> | ||
17 | #include <asm/io.h> | 16 | #include <asm/io.h> |
18 | #include <asm/systemh7751.h> | 17 | #include <asm/systemh7751.h> |
19 | #include <asm/smc37c93x.h> | 18 | #include <asm/smc37c93x.h> |
diff --git a/arch/sh/boards/renesas/systemh/setup.c b/arch/sh/boards/mach-systemh/setup.c index ee78af842778..ee78af842778 100644 --- a/arch/sh/boards/renesas/systemh/setup.c +++ b/arch/sh/boards/mach-systemh/setup.c | |||
diff --git a/arch/sh/boards/titan/Makefile b/arch/sh/boards/mach-titan/Makefile index 08d753700062..08d753700062 100644 --- a/arch/sh/boards/titan/Makefile +++ b/arch/sh/boards/mach-titan/Makefile | |||
diff --git a/arch/sh/boards/titan/io.c b/arch/sh/boards/mach-titan/io.c index 4730c1dd697d..4730c1dd697d 100644 --- a/arch/sh/boards/titan/io.c +++ b/arch/sh/boards/mach-titan/io.c | |||
diff --git a/arch/sh/boards/titan/setup.c b/arch/sh/boards/mach-titan/setup.c index 5de3b2ad71af..5de3b2ad71af 100644 --- a/arch/sh/boards/titan/setup.c +++ b/arch/sh/boards/mach-titan/setup.c | |||
diff --git a/arch/sh/boards/renesas/x3proto/Makefile b/arch/sh/boards/mach-x3proto/Makefile index 983e4551fecf..983e4551fecf 100644 --- a/arch/sh/boards/renesas/x3proto/Makefile +++ b/arch/sh/boards/mach-x3proto/Makefile | |||
diff --git a/arch/sh/boards/renesas/x3proto/ilsel.c b/arch/sh/boards/mach-x3proto/ilsel.c index b5c673c39337..b5c673c39337 100644 --- a/arch/sh/boards/renesas/x3proto/ilsel.c +++ b/arch/sh/boards/mach-x3proto/ilsel.c | |||
diff --git a/arch/sh/boards/renesas/x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c index abc5b6d418fe..abc5b6d418fe 100644 --- a/arch/sh/boards/renesas/x3proto/setup.c +++ b/arch/sh/boards/mach-x3proto/setup.c | |||
diff --git a/arch/sh/boards/magicpanelr2/Kconfig b/arch/sh/boards/magicpanelr2/Kconfig deleted file mode 100644 index b0abddc3e84f..000000000000 --- a/arch/sh/boards/magicpanelr2/Kconfig +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | if SH_MAGIC_PANEL_R2 | ||
2 | |||
3 | menu "Magic Panel R2 options" | ||
4 | |||
5 | config SH_MAGIC_PANEL_R2_VERSION | ||
6 | int SH_MAGIC_PANEL_R2_VERSION | ||
7 | default "3" | ||
8 | help | ||
9 | Set the version of the Magic Panel R2 | ||
10 | |||
11 | endmenu | ||
12 | |||
13 | endif | ||
diff --git a/arch/sh/boards/magicpanelr2/Makefile b/arch/sh/boards/magicpanelr2/Makefile deleted file mode 100644 index 7a6d586b9072..000000000000 --- a/arch/sh/boards/magicpanelr2/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the Magic Panel specific parts | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o \ No newline at end of file | ||
diff --git a/arch/sh/boards/renesas/migor/Makefile b/arch/sh/boards/renesas/migor/Makefile deleted file mode 100644 index 77037567633b..000000000000 --- a/arch/sh/boards/renesas/migor/Makefile +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | obj-y := setup.o | ||
diff --git a/arch/sh/boards/renesas/migor/setup.c b/arch/sh/boards/renesas/migor/setup.c deleted file mode 100644 index 963c99322095..000000000000 --- a/arch/sh/boards/renesas/migor/setup.c +++ /dev/null | |||
@@ -1,257 +0,0 @@ | |||
1 | /* | ||
2 | * Renesas System Solutions Asia Pte. Ltd - Migo-R | ||
3 | * | ||
4 | * Copyright (C) 2008 Magnus Damm | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #include <linux/init.h> | ||
11 | #include <linux/platform_device.h> | ||
12 | #include <linux/interrupt.h> | ||
13 | #include <linux/input.h> | ||
14 | #include <linux/mtd/physmap.h> | ||
15 | #include <linux/mtd/nand.h> | ||
16 | #include <linux/i2c.h> | ||
17 | #include <linux/smc91x.h> | ||
18 | #include <asm/machvec.h> | ||
19 | #include <asm/io.h> | ||
20 | #include <asm/sh_keysc.h> | ||
21 | #include <asm/migor.h> | ||
22 | |||
23 | /* Address IRQ Size Bus Description | ||
24 | * 0x00000000 64MB 16 NOR Flash (SP29PL256N) | ||
25 | * 0x0c000000 64MB 64 SDRAM (2xK4M563233G) | ||
26 | * 0x10000000 IRQ0 16 Ethernet (SMC91C111) | ||
27 | * 0x14000000 IRQ4 16 USB 2.0 Host Controller (M66596) | ||
28 | * 0x18000000 8GB 8 NAND Flash (K9K8G08U0A) | ||
29 | */ | ||
30 | |||
31 | static struct smc91x_platdata smc91x_info = { | ||
32 | .flags = SMC91X_USE_16BIT, | ||
33 | }; | ||
34 | |||
35 | static struct resource smc91x_eth_resources[] = { | ||
36 | [0] = { | ||
37 | .name = "SMC91C111" , | ||
38 | .start = 0x10000300, | ||
39 | .end = 0x1000030f, | ||
40 | .flags = IORESOURCE_MEM, | ||
41 | }, | ||
42 | [1] = { | ||
43 | .start = 32, /* IRQ0 */ | ||
44 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, | ||
45 | }, | ||
46 | }; | ||
47 | |||
48 | static struct platform_device smc91x_eth_device = { | ||
49 | .name = "smc91x", | ||
50 | .num_resources = ARRAY_SIZE(smc91x_eth_resources), | ||
51 | .resource = smc91x_eth_resources, | ||
52 | .dev = { | ||
53 | .platform_data = &smc91x_info, | ||
54 | }, | ||
55 | }; | ||
56 | |||
57 | static struct sh_keysc_info sh_keysc_info = { | ||
58 | .mode = SH_KEYSC_MODE_2, /* KEYOUT0->4, KEYIN1->5 */ | ||
59 | .scan_timing = 3, | ||
60 | .delay = 5, | ||
61 | .keycodes = { | ||
62 | 0, KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ENTER, | ||
63 | 0, KEY_F, KEY_C, KEY_D, KEY_H, KEY_1, | ||
64 | 0, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, | ||
65 | 0, KEY_7, KEY_8, KEY_9, KEY_S, KEY_0, | ||
66 | 0, KEY_P, KEY_STOP, KEY_REWIND, KEY_PLAY, KEY_FASTFORWARD, | ||
67 | }, | ||
68 | }; | ||
69 | |||
70 | static struct resource sh_keysc_resources[] = { | ||
71 | [0] = { | ||
72 | .start = 0x044b0000, | ||
73 | .end = 0x044b000f, | ||
74 | .flags = IORESOURCE_MEM, | ||
75 | }, | ||
76 | [1] = { | ||
77 | .start = 79, | ||
78 | .flags = IORESOURCE_IRQ, | ||
79 | }, | ||
80 | }; | ||
81 | |||
82 | static struct platform_device sh_keysc_device = { | ||
83 | .name = "sh_keysc", | ||
84 | .num_resources = ARRAY_SIZE(sh_keysc_resources), | ||
85 | .resource = sh_keysc_resources, | ||
86 | .dev = { | ||
87 | .platform_data = &sh_keysc_info, | ||
88 | }, | ||
89 | }; | ||
90 | |||
91 | static struct mtd_partition migor_nor_flash_partitions[] = | ||
92 | { | ||
93 | { | ||
94 | .name = "uboot", | ||
95 | .offset = 0, | ||
96 | .size = (1 * 1024 * 1024), | ||
97 | .mask_flags = MTD_WRITEABLE, /* Read-only */ | ||
98 | }, | ||
99 | { | ||
100 | .name = "rootfs", | ||
101 | .offset = MTDPART_OFS_APPEND, | ||
102 | .size = (15 * 1024 * 1024), | ||
103 | }, | ||
104 | { | ||
105 | .name = "other", | ||
106 | .offset = MTDPART_OFS_APPEND, | ||
107 | .size = MTDPART_SIZ_FULL, | ||
108 | }, | ||
109 | }; | ||
110 | |||
111 | static struct physmap_flash_data migor_nor_flash_data = { | ||
112 | .width = 2, | ||
113 | .parts = migor_nor_flash_partitions, | ||
114 | .nr_parts = ARRAY_SIZE(migor_nor_flash_partitions), | ||
115 | }; | ||
116 | |||
117 | static struct resource migor_nor_flash_resources[] = { | ||
118 | [0] = { | ||
119 | .name = "NOR Flash", | ||
120 | .start = 0x00000000, | ||
121 | .end = 0x03ffffff, | ||
122 | .flags = IORESOURCE_MEM, | ||
123 | } | ||
124 | }; | ||
125 | |||
126 | static struct platform_device migor_nor_flash_device = { | ||
127 | .name = "physmap-flash", | ||
128 | .resource = migor_nor_flash_resources, | ||
129 | .num_resources = ARRAY_SIZE(migor_nor_flash_resources), | ||
130 | .dev = { | ||
131 | .platform_data = &migor_nor_flash_data, | ||
132 | }, | ||
133 | }; | ||
134 | |||
135 | static struct mtd_partition migor_nand_flash_partitions[] = { | ||
136 | { | ||
137 | .name = "nanddata1", | ||
138 | .offset = 0x0, | ||
139 | .size = 512 * 1024 * 1024, | ||
140 | }, | ||
141 | { | ||
142 | .name = "nanddata2", | ||
143 | .offset = MTDPART_OFS_APPEND, | ||
144 | .size = 512 * 1024 * 1024, | ||
145 | }, | ||
146 | }; | ||
147 | |||
148 | static void migor_nand_flash_cmd_ctl(struct mtd_info *mtd, int cmd, | ||
149 | unsigned int ctrl) | ||
150 | { | ||
151 | struct nand_chip *chip = mtd->priv; | ||
152 | |||
153 | if (cmd == NAND_CMD_NONE) | ||
154 | return; | ||
155 | |||
156 | if (ctrl & NAND_CLE) | ||
157 | writeb(cmd, chip->IO_ADDR_W + 0x00400000); | ||
158 | else if (ctrl & NAND_ALE) | ||
159 | writeb(cmd, chip->IO_ADDR_W + 0x00800000); | ||
160 | else | ||
161 | writeb(cmd, chip->IO_ADDR_W); | ||
162 | } | ||
163 | |||
164 | static int migor_nand_flash_ready(struct mtd_info *mtd) | ||
165 | { | ||
166 | return ctrl_inb(PORT_PADR) & 0x02; /* PTA1 */ | ||
167 | } | ||
168 | |||
169 | struct platform_nand_data migor_nand_flash_data = { | ||
170 | .chip = { | ||
171 | .nr_chips = 1, | ||
172 | .partitions = migor_nand_flash_partitions, | ||
173 | .nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions), | ||
174 | .chip_delay = 20, | ||
175 | .part_probe_types = (const char *[]) { "cmdlinepart", NULL }, | ||
176 | }, | ||
177 | .ctrl = { | ||
178 | .dev_ready = migor_nand_flash_ready, | ||
179 | .cmd_ctrl = migor_nand_flash_cmd_ctl, | ||
180 | }, | ||
181 | }; | ||
182 | |||
183 | static struct resource migor_nand_flash_resources[] = { | ||
184 | [0] = { | ||
185 | .name = "NAND Flash", | ||
186 | .start = 0x18000000, | ||
187 | .end = 0x18ffffff, | ||
188 | .flags = IORESOURCE_MEM, | ||
189 | }, | ||
190 | }; | ||
191 | |||
192 | static struct platform_device migor_nand_flash_device = { | ||
193 | .name = "gen_nand", | ||
194 | .resource = migor_nand_flash_resources, | ||
195 | .num_resources = ARRAY_SIZE(migor_nand_flash_resources), | ||
196 | .dev = { | ||
197 | .platform_data = &migor_nand_flash_data, | ||
198 | } | ||
199 | }; | ||
200 | |||
201 | static struct platform_device *migor_devices[] __initdata = { | ||
202 | &smc91x_eth_device, | ||
203 | &sh_keysc_device, | ||
204 | &migor_nor_flash_device, | ||
205 | &migor_nand_flash_device, | ||
206 | }; | ||
207 | |||
208 | static struct i2c_board_info __initdata migor_i2c_devices[] = { | ||
209 | { | ||
210 | I2C_BOARD_INFO("rs5c372b", 0x32), | ||
211 | }, | ||
212 | { | ||
213 | I2C_BOARD_INFO("migor_ts", 0x51), | ||
214 | .irq = 38, /* IRQ6 */ | ||
215 | }, | ||
216 | }; | ||
217 | |||
218 | static int __init migor_devices_setup(void) | ||
219 | { | ||
220 | i2c_register_board_info(0, migor_i2c_devices, | ||
221 | ARRAY_SIZE(migor_i2c_devices)); | ||
222 | |||
223 | return platform_add_devices(migor_devices, ARRAY_SIZE(migor_devices)); | ||
224 | } | ||
225 | __initcall(migor_devices_setup); | ||
226 | |||
227 | static void __init migor_setup(char **cmdline_p) | ||
228 | { | ||
229 | /* SMC91C111 - Enable IRQ0 */ | ||
230 | ctrl_outw(ctrl_inw(PORT_PJCR) & ~0x0003, PORT_PJCR); | ||
231 | |||
232 | /* KEYSC */ | ||
233 | ctrl_outw(ctrl_inw(PORT_PYCR) & ~0x0fff, PORT_PYCR); | ||
234 | ctrl_outw(ctrl_inw(PORT_PZCR) & ~0x0ff0, PORT_PZCR); | ||
235 | ctrl_outw(ctrl_inw(PORT_PSELA) & ~0x4100, PORT_PSELA); | ||
236 | ctrl_outw(ctrl_inw(PORT_HIZCRA) & ~0x4000, PORT_HIZCRA); | ||
237 | ctrl_outw(ctrl_inw(PORT_HIZCRC) & ~0xc000, PORT_HIZCRC); | ||
238 | ctrl_outl(ctrl_inl(MSTPCR2) & ~0x00004000, MSTPCR2); | ||
239 | |||
240 | /* NAND Flash */ | ||
241 | ctrl_outw(ctrl_inw(PORT_PXCR) & 0x0fff, PORT_PXCR); | ||
242 | ctrl_outl((ctrl_inl(BSC_CS6ABCR) & ~0x00000600) | 0x00000200, | ||
243 | BSC_CS6ABCR); | ||
244 | |||
245 | /* I2C */ | ||
246 | ctrl_outl(ctrl_inl(MSTPCR1) & ~0x00000200, MSTPCR1); | ||
247 | |||
248 | /* Touch Panel - Enable IRQ6 */ | ||
249 | ctrl_outw(ctrl_inw(PORT_PZCR) & ~0xc, PORT_PZCR); | ||
250 | ctrl_outw((ctrl_inw(PORT_PSELA) | 0x8000), PORT_PSELA); | ||
251 | ctrl_outw((ctrl_inw(PORT_HIZCRC) & ~0x4000), PORT_HIZCRC); | ||
252 | } | ||
253 | |||
254 | static struct sh_machine_vector mv_migor __initmv = { | ||
255 | .mv_name = "Migo-R", | ||
256 | .mv_setup = migor_setup, | ||
257 | }; | ||
diff --git a/arch/sh/boards/se/7343/irq.c b/arch/sh/boards/se/7343/irq.c deleted file mode 100644 index 763f6deba814..000000000000 --- a/arch/sh/boards/se/7343/irq.c +++ /dev/null | |||
@@ -1,202 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/boards/se/7343/irq.c | ||
3 | * | ||
4 | */ | ||
5 | #include <linux/init.h> | ||
6 | #include <linux/interrupt.h> | ||
7 | #include <linux/irq.h> | ||
8 | #include <asm/irq.h> | ||
9 | #include <asm/io.h> | ||
10 | #include <asm/mach/se7343.h> | ||
11 | |||
12 | static void | ||
13 | disable_intreq_irq(unsigned int irq) | ||
14 | { | ||
15 | int bit = irq - OFFCHIP_IRQ_BASE; | ||
16 | u16 val; | ||
17 | |||
18 | val = ctrl_inw(PA_CPLD_IMSK); | ||
19 | val |= 1 << bit; | ||
20 | ctrl_outw(val, PA_CPLD_IMSK); | ||
21 | } | ||
22 | |||
23 | static void | ||
24 | enable_intreq_irq(unsigned int irq) | ||
25 | { | ||
26 | int bit = irq - OFFCHIP_IRQ_BASE; | ||
27 | u16 val; | ||
28 | |||
29 | val = ctrl_inw(PA_CPLD_IMSK); | ||
30 | val &= ~(1 << bit); | ||
31 | ctrl_outw(val, PA_CPLD_IMSK); | ||
32 | } | ||
33 | |||
34 | static void | ||
35 | mask_and_ack_intreq_irq(unsigned int irq) | ||
36 | { | ||
37 | disable_intreq_irq(irq); | ||
38 | } | ||
39 | |||
40 | static unsigned int | ||
41 | startup_intreq_irq(unsigned int irq) | ||
42 | { | ||
43 | enable_intreq_irq(irq); | ||
44 | return 0; | ||
45 | } | ||
46 | |||
47 | static void | ||
48 | shutdown_intreq_irq(unsigned int irq) | ||
49 | { | ||
50 | disable_intreq_irq(irq); | ||
51 | } | ||
52 | |||
53 | static void | ||
54 | end_intreq_irq(unsigned int irq) | ||
55 | { | ||
56 | if (!(irq_desc[irq].status & (IRQ_DISABLED | IRQ_INPROGRESS))) | ||
57 | enable_intreq_irq(irq); | ||
58 | } | ||
59 | |||
60 | static struct hw_interrupt_type intreq_irq_type = { | ||
61 | .typename = "FPGA-IRQ", | ||
62 | .startup = startup_intreq_irq, | ||
63 | .shutdown = shutdown_intreq_irq, | ||
64 | .enable = enable_intreq_irq, | ||
65 | .disable = disable_intreq_irq, | ||
66 | .ack = mask_and_ack_intreq_irq, | ||
67 | .end = end_intreq_irq | ||
68 | }; | ||
69 | |||
70 | static void | ||
71 | make_intreq_irq(unsigned int irq) | ||
72 | { | ||
73 | disable_irq_nosync(irq); | ||
74 | irq_desc[irq].chip = &intreq_irq_type; | ||
75 | disable_intreq_irq(irq); | ||
76 | } | ||
77 | |||
78 | int | ||
79 | shmse_irq_demux(int irq) | ||
80 | { | ||
81 | int bit; | ||
82 | volatile u16 val; | ||
83 | |||
84 | if (irq == IRQ5_IRQ) { | ||
85 | /* Read status Register */ | ||
86 | val = ctrl_inw(PA_CPLD_ST); | ||
87 | bit = ffs(val); | ||
88 | if (bit != 0) | ||
89 | return OFFCHIP_IRQ_BASE + bit - 1; | ||
90 | } | ||
91 | return irq; | ||
92 | } | ||
93 | |||
94 | /* IRQ5 is multiplexed between the following sources: | ||
95 | * 1. PC Card socket | ||
96 | * 2. Extension slot | ||
97 | * 3. USB Controller | ||
98 | * 4. Serial Controller | ||
99 | * | ||
100 | * We configure IRQ5 as a cascade IRQ. | ||
101 | */ | ||
102 | static struct irqaction irq5 = { | ||
103 | .handler = no_action, | ||
104 | .mask = CPU_MASK_NONE, | ||
105 | .name = "IRQ5-cascade", | ||
106 | }; | ||
107 | |||
108 | static struct ipr_data se7343_irq5_ipr_map[] = { | ||
109 | { IRQ5_IRQ, IRQ5_IPR_ADDR+2, IRQ5_IPR_POS, IRQ5_PRIORITY }, | ||
110 | }; | ||
111 | static struct ipr_data se7343_siof0_vpu_ipr_map[] = { | ||
112 | { SIOF0_IRQ, SIOF0_IPR_ADDR, SIOF0_IPR_POS, SIOF0_PRIORITY }, | ||
113 | { VPU_IRQ, VPU_IPR_ADDR, VPU_IPR_POS, 8 }, | ||
114 | }; | ||
115 | static struct ipr_data se7343_other_ipr_map[] = { | ||
116 | { DMTE0_IRQ, DMA1_IPR_ADDR, DMA1_IPR_POS, DMA1_PRIORITY }, | ||
117 | { DMTE1_IRQ, DMA1_IPR_ADDR, DMA1_IPR_POS, DMA1_PRIORITY }, | ||
118 | { DMTE2_IRQ, DMA1_IPR_ADDR, DMA1_IPR_POS, DMA1_PRIORITY }, | ||
119 | { DMTE3_IRQ, DMA1_IPR_ADDR, DMA1_IPR_POS, DMA1_PRIORITY }, | ||
120 | { DMTE4_IRQ, DMA2_IPR_ADDR, DMA2_IPR_POS, DMA2_PRIORITY }, | ||
121 | { DMTE5_IRQ, DMA2_IPR_ADDR, DMA2_IPR_POS, DMA2_PRIORITY }, | ||
122 | |||
123 | /* I2C block */ | ||
124 | { IIC0_ALI_IRQ, IIC0_IPR_ADDR, IIC0_IPR_POS, IIC0_PRIORITY }, | ||
125 | { IIC0_TACKI_IRQ, IIC0_IPR_ADDR, IIC0_IPR_POS, IIC0_PRIORITY }, | ||
126 | { IIC0_WAITI_IRQ, IIC0_IPR_ADDR, IIC0_IPR_POS, IIC0_PRIORITY }, | ||
127 | { IIC0_DTEI_IRQ, IIC0_IPR_ADDR, IIC0_IPR_POS, IIC0_PRIORITY }, | ||
128 | |||
129 | { IIC1_ALI_IRQ, IIC1_IPR_ADDR, IIC1_IPR_POS, IIC1_PRIORITY }, | ||
130 | { IIC1_TACKI_IRQ, IIC1_IPR_ADDR, IIC1_IPR_POS, IIC1_PRIORITY }, | ||
131 | { IIC1_WAITI_IRQ, IIC1_IPR_ADDR, IIC1_IPR_POS, IIC1_PRIORITY }, | ||
132 | { IIC1_DTEI_IRQ, IIC1_IPR_ADDR, IIC1_IPR_POS, IIC1_PRIORITY }, | ||
133 | |||
134 | /* SIOF */ | ||
135 | { SIOF0_IRQ, SIOF0_IPR_ADDR, SIOF0_IPR_POS, SIOF0_PRIORITY }, | ||
136 | |||
137 | /* SIU */ | ||
138 | { SIU_IRQ, SIU_IPR_ADDR, SIU_IPR_POS, SIU_PRIORITY }, | ||
139 | |||
140 | /* VIO interrupt */ | ||
141 | { CEU_IRQ, VIO_IPR_ADDR, VIO_IPR_POS, VIO_PRIORITY }, | ||
142 | { BEU_IRQ, VIO_IPR_ADDR, VIO_IPR_POS, VIO_PRIORITY }, | ||
143 | { VEU_IRQ, VIO_IPR_ADDR, VIO_IPR_POS, VIO_PRIORITY }, | ||
144 | |||
145 | /*MFI interrupt*/ | ||
146 | |||
147 | { MFI_IRQ, MFI_IPR_ADDR, MFI_IPR_POS, MFI_PRIORITY }, | ||
148 | |||
149 | /* LCD controller */ | ||
150 | { LCDC_IRQ, LCDC_IPR_ADDR, LCDC_IPR_POS, LCDC_PRIORITY }, | ||
151 | }; | ||
152 | |||
153 | /* | ||
154 | * Initialize IRQ setting | ||
155 | */ | ||
156 | void __init | ||
157 | init_7343se_IRQ(void) | ||
158 | { | ||
159 | /* Setup Multiplexed interrupts */ | ||
160 | ctrl_outw(8, PA_CPLD_MODESET); /* Set all CPLD interrupts to active | ||
161 | * low. | ||
162 | */ | ||
163 | /* Mask all CPLD controller interrupts */ | ||
164 | ctrl_outw(0x0fff, PA_CPLD_IMSK); | ||
165 | |||
166 | /* PC Card interrupts */ | ||
167 | make_intreq_irq(PC_IRQ0); | ||
168 | make_intreq_irq(PC_IRQ1); | ||
169 | make_intreq_irq(PC_IRQ2); | ||
170 | make_intreq_irq(PC_IRQ3); | ||
171 | |||
172 | /* Extension Slot Interrupts */ | ||
173 | make_intreq_irq(EXT_IRQ0); | ||
174 | make_intreq_irq(EXT_IRQ1); | ||
175 | make_intreq_irq(EXT_IRQ2); | ||
176 | make_intreq_irq(EXT_IRQ3); | ||
177 | |||
178 | /* USB Controller interrupts */ | ||
179 | make_intreq_irq(USB_IRQ0); | ||
180 | make_intreq_irq(USB_IRQ1); | ||
181 | |||
182 | /* Serial Controller interrupts */ | ||
183 | make_intreq_irq(UART_IRQ0); | ||
184 | make_intreq_irq(UART_IRQ1); | ||
185 | |||
186 | /* Setup all external interrupts to be active low */ | ||
187 | ctrl_outw(0xaaaa, INTC_ICR1); | ||
188 | |||
189 | make_ipr_irq(se7343_irq5_ipr_map, ARRAY_SIZE(se7343_irq5_ipr_map)); | ||
190 | |||
191 | setup_irq(IRQ5_IRQ, &irq5); | ||
192 | /* Set port control to use IRQ5 */ | ||
193 | *(u16 *)0xA4050108 &= ~0xc; | ||
194 | |||
195 | make_ipr_irq(se7343_siof0_vpu_ipr_map, ARRAY_SIZE(se7343_siof0_vpu_ipr_map)); | ||
196 | |||
197 | ctrl_outb(0x0f, INTC_IMCR5); /* enable SCIF IRQ */ | ||
198 | |||
199 | make_ipr_irq(se7343_other_ipr_map, ARRAY_SIZE(se7343_other_ipr_map)); | ||
200 | |||
201 | ctrl_outw(0x2000, PA_MRSHPC + 0x0c); /* mrshpc irq enable */ | ||
202 | } | ||
diff --git a/arch/sh/boards/se/7619/Makefile b/arch/sh/boards/se/7619/Makefile deleted file mode 100644 index d21775c28cda..000000000000 --- a/arch/sh/boards/se/7619/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the 7619 SolutionEngine specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o | ||
diff --git a/arch/sh/boards/shmin/Makefile b/arch/sh/boards/shmin/Makefile deleted file mode 100644 index 3190cc72430e..000000000000 --- a/arch/sh/boards/shmin/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the SHMIN board. | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o | ||
diff --git a/arch/sh/boot/Makefile b/arch/sh/boot/Makefile index 89b408620dcb..5b54965eef98 100644 --- a/arch/sh/boot/Makefile +++ b/arch/sh/boot/Makefile | |||
@@ -18,9 +18,10 @@ CONFIG_PAGE_OFFSET ?= 0x80000000 | |||
18 | CONFIG_MEMORY_START ?= 0x0c000000 | 18 | CONFIG_MEMORY_START ?= 0x0c000000 |
19 | CONFIG_BOOT_LINK_OFFSET ?= 0x00800000 | 19 | CONFIG_BOOT_LINK_OFFSET ?= 0x00800000 |
20 | CONFIG_ZERO_PAGE_OFFSET ?= 0x00001000 | 20 | CONFIG_ZERO_PAGE_OFFSET ?= 0x00001000 |
21 | CONFIG_ENTRY_OFFSET ?= 0x00001000 | ||
21 | 22 | ||
22 | export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \ | 23 | export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \ |
23 | CONFIG_ZERO_PAGE_OFFSET | 24 | CONFIG_ZERO_PAGE_OFFSET CONFIG_ENTRY_OFFSET |
24 | 25 | ||
25 | targets := zImage vmlinux.srec uImage uImage.srec | 26 | targets := zImage vmlinux.srec uImage uImage.srec |
26 | subdir- := compressed | 27 | subdir- := compressed |
@@ -40,7 +41,7 @@ KERNEL_LOAD := $(shell /bin/bash -c 'printf "0x%08x" \ | |||
40 | KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \ | 41 | KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \ |
41 | $$[$(CONFIG_PAGE_OFFSET) + \ | 42 | $$[$(CONFIG_PAGE_OFFSET) + \ |
42 | $(CONFIG_MEMORY_START) + \ | 43 | $(CONFIG_MEMORY_START) + \ |
43 | $(CONFIG_ZERO_PAGE_OFFSET)+0x1000]') | 44 | $(CONFIG_ZERO_PAGE_OFFSET) + $(CONFIG_ENTRY_OFFSET)]') |
44 | 45 | ||
45 | quiet_cmd_uimage = UIMAGE $@ | 46 | quiet_cmd_uimage = UIMAGE $@ |
46 | cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \ | 47 | cmd_uimage = $(CONFIG_SHELL) $(MKIMAGE) -A sh -O linux -T kernel \ |
diff --git a/arch/sh/boot/compressed/Makefile_32 b/arch/sh/boot/compressed/Makefile_32 index c0d25fb1aa60..47685f618ae7 100644 --- a/arch/sh/boot/compressed/Makefile_32 +++ b/arch/sh/boot/compressed/Makefile_32 | |||
@@ -35,8 +35,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE | |||
35 | $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE | 35 | $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE |
36 | $(call if_changed,gzip) | 36 | $(call if_changed,gzip) |
37 | 37 | ||
38 | LDFLAGS_piggy.o := -r --format binary --oformat elf32-sh-linux -T | ||
39 | OBJCOPYFLAGS += -R .empty_zero_page | 38 | OBJCOPYFLAGS += -R .empty_zero_page |
40 | 39 | ||
41 | $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE | 40 | $(obj)/piggy.o: $(obj)/piggy.S $(obj)/vmlinux.bin.gz FORCE |
42 | $(call if_changed,ld) | 41 | $(call if_changed,as_o_S) |
diff --git a/arch/sh/boot/compressed/Makefile_64 b/arch/sh/boot/compressed/Makefile_64 index 912f3e205a0d..658d4f915556 100644 --- a/arch/sh/boot/compressed/Makefile_64 +++ b/arch/sh/boot/compressed/Makefile_64 | |||
@@ -37,8 +37,7 @@ $(obj)/vmlinux.bin: vmlinux FORCE | |||
37 | $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE | 37 | $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE |
38 | $(call if_changed,gzip) | 38 | $(call if_changed,gzip) |
39 | 39 | ||
40 | LDFLAGS_piggy.o := -r --format binary --oformat elf32-sh64-linux -T | ||
41 | OBJCOPYFLAGS += -R .empty_zero_page | 40 | OBJCOPYFLAGS += -R .empty_zero_page |
42 | 41 | ||
43 | $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE | 42 | $(obj)/piggy.o: $(obj)/piggy.S $(obj)/vmlinux.bin.gz FORCE |
44 | $(call if_changed,ld) | 43 | $(call if_changed,as_o_S) |
diff --git a/arch/sh/boot/compressed/head_64.S b/arch/sh/boot/compressed/head_64.S index f72c1989f5f2..622eac3cf556 100644 --- a/arch/sh/boot/compressed/head_64.S +++ b/arch/sh/boot/compressed/head_64.S | |||
@@ -14,8 +14,8 @@ | |||
14 | * Copyright (C) 2002 Stuart Menefy (stuart.menefy@st.com) | 14 | * Copyright (C) 2002 Stuart Menefy (stuart.menefy@st.com) |
15 | */ | 15 | */ |
16 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
17 | #include <asm/cpu/mmu_context.h> | 17 | #include <cpu/mmu_context.h> |
18 | #include <asm/cpu/registers.h> | 18 | #include <cpu/registers.h> |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * Fixed TLB entries to identity map the beginning of RAM | 21 | * Fixed TLB entries to identity map the beginning of RAM |
diff --git a/arch/sh/boot/compressed/piggy.S b/arch/sh/boot/compressed/piggy.S new file mode 100644 index 000000000000..566071926b13 --- /dev/null +++ b/arch/sh/boot/compressed/piggy.S | |||
@@ -0,0 +1,8 @@ | |||
1 | .global input_len, input_data | ||
2 | .data | ||
3 | input_len: | ||
4 | .long input_data_end - input_data | ||
5 | input_data: | ||
6 | .incbin "arch/sh/boot/compressed/vmlinux.bin.gz" | ||
7 | input_data_end: | ||
8 | .end | ||
diff --git a/arch/sh/boot/compressed/vmlinux.scr b/arch/sh/boot/compressed/vmlinux.scr deleted file mode 100644 index 1ed9d791f863..000000000000 --- a/arch/sh/boot/compressed/vmlinux.scr +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | SECTIONS | ||
2 | { | ||
3 | .data : { | ||
4 | input_len = .; | ||
5 | LONG(input_data_end - input_data) input_data = .; | ||
6 | *(.data) | ||
7 | input_data_end = .; | ||
8 | } | ||
9 | } | ||
diff --git a/arch/sh/configs/ap325rxa_defconfig b/arch/sh/configs/ap325rxa_defconfig new file mode 100644 index 000000000000..29926a9b9ce2 --- /dev/null +++ b/arch/sh/configs/ap325rxa_defconfig | |||
@@ -0,0 +1,964 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26 | ||
4 | # Wed Jul 30 01:18:59 2008 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_BUG=y | ||
11 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
12 | CONFIG_GENERIC_HWEIGHT=y | ||
13 | CONFIG_GENERIC_HARDIRQS=y | ||
14 | CONFIG_GENERIC_IRQ_PROBE=y | ||
15 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
16 | CONFIG_GENERIC_TIME=y | ||
17 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
18 | CONFIG_STACKTRACE_SUPPORT=y | ||
19 | CONFIG_LOCKDEP_SUPPORT=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
23 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
25 | |||
26 | # | ||
27 | # General setup | ||
28 | # | ||
29 | CONFIG_EXPERIMENTAL=y | ||
30 | CONFIG_BROKEN_ON_SMP=y | ||
31 | CONFIG_LOCK_KERNEL=y | ||
32 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
33 | CONFIG_LOCALVERSION="" | ||
34 | # CONFIG_LOCALVERSION_AUTO is not set | ||
35 | CONFIG_SWAP=y | ||
36 | CONFIG_SYSVIPC=y | ||
37 | CONFIG_SYSVIPC_SYSCTL=y | ||
38 | # CONFIG_POSIX_MQUEUE is not set | ||
39 | CONFIG_BSD_PROCESS_ACCT=y | ||
40 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
41 | # CONFIG_TASKSTATS is not set | ||
42 | # CONFIG_AUDIT is not set | ||
43 | # CONFIG_IKCONFIG is not set | ||
44 | CONFIG_LOG_BUF_SHIFT=14 | ||
45 | # CONFIG_CGROUPS is not set | ||
46 | CONFIG_GROUP_SCHED=y | ||
47 | CONFIG_FAIR_GROUP_SCHED=y | ||
48 | # CONFIG_RT_GROUP_SCHED is not set | ||
49 | CONFIG_USER_SCHED=y | ||
50 | # CONFIG_CGROUP_SCHED is not set | ||
51 | CONFIG_SYSFS_DEPRECATED=y | ||
52 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
53 | # CONFIG_RELAY is not set | ||
54 | # CONFIG_NAMESPACES is not set | ||
55 | # CONFIG_BLK_DEV_INITRD is not set | ||
56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
57 | CONFIG_SYSCTL=y | ||
58 | CONFIG_EMBEDDED=y | ||
59 | CONFIG_UID16=y | ||
60 | CONFIG_SYSCTL_SYSCALL=y | ||
61 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
62 | # CONFIG_KALLSYMS is not set | ||
63 | CONFIG_HOTPLUG=y | ||
64 | CONFIG_PRINTK=y | ||
65 | CONFIG_BUG=y | ||
66 | CONFIG_ELF_CORE=y | ||
67 | CONFIG_COMPAT_BRK=y | ||
68 | CONFIG_BASE_FULL=y | ||
69 | CONFIG_FUTEX=y | ||
70 | CONFIG_ANON_INODES=y | ||
71 | CONFIG_EPOLL=y | ||
72 | CONFIG_SIGNALFD=y | ||
73 | CONFIG_TIMERFD=y | ||
74 | CONFIG_EVENTFD=y | ||
75 | CONFIG_SHMEM=y | ||
76 | CONFIG_VM_EVENT_COUNTERS=y | ||
77 | CONFIG_SLAB=y | ||
78 | # CONFIG_SLUB is not set | ||
79 | # CONFIG_SLOB is not set | ||
80 | # CONFIG_PROFILING is not set | ||
81 | # CONFIG_MARKERS is not set | ||
82 | CONFIG_HAVE_OPROFILE=y | ||
83 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
84 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
85 | # CONFIG_HAVE_KPROBES is not set | ||
86 | # CONFIG_HAVE_KRETPROBES is not set | ||
87 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
88 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
89 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
90 | CONFIG_HAVE_CLK=y | ||
91 | CONFIG_PROC_PAGE_MONITOR=y | ||
92 | CONFIG_SLABINFO=y | ||
93 | CONFIG_RT_MUTEXES=y | ||
94 | # CONFIG_TINY_SHMEM is not set | ||
95 | CONFIG_BASE_SMALL=0 | ||
96 | CONFIG_MODULES=y | ||
97 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
98 | CONFIG_MODULE_UNLOAD=y | ||
99 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
100 | # CONFIG_MODVERSIONS is not set | ||
101 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
102 | CONFIG_KMOD=y | ||
103 | CONFIG_BLOCK=y | ||
104 | # CONFIG_LBD is not set | ||
105 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
106 | # CONFIG_LSF is not set | ||
107 | # CONFIG_BLK_DEV_BSG is not set | ||
108 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
109 | |||
110 | # | ||
111 | # IO Schedulers | ||
112 | # | ||
113 | CONFIG_IOSCHED_NOOP=y | ||
114 | CONFIG_IOSCHED_AS=y | ||
115 | CONFIG_IOSCHED_DEADLINE=y | ||
116 | CONFIG_IOSCHED_CFQ=y | ||
117 | # CONFIG_DEFAULT_AS is not set | ||
118 | # CONFIG_DEFAULT_DEADLINE is not set | ||
119 | CONFIG_DEFAULT_CFQ=y | ||
120 | # CONFIG_DEFAULT_NOOP is not set | ||
121 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
122 | CONFIG_CLASSIC_RCU=y | ||
123 | |||
124 | # | ||
125 | # System type | ||
126 | # | ||
127 | CONFIG_CPU_SH4=y | ||
128 | CONFIG_CPU_SH4A=y | ||
129 | CONFIG_CPU_SHX2=y | ||
130 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
131 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
132 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
133 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
134 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
137 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
138 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
139 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
140 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
141 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
142 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
143 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
144 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
145 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
146 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
147 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
149 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | ||
150 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
151 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
152 | CONFIG_CPU_SUBTYPE_SH7723=y | ||
153 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
155 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
156 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | ||
157 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
160 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
161 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
162 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
163 | |||
164 | # | ||
165 | # Memory management options | ||
166 | # | ||
167 | CONFIG_QUICKLIST=y | ||
168 | CONFIG_MMU=y | ||
169 | CONFIG_PAGE_OFFSET=0x80000000 | ||
170 | CONFIG_MEMORY_START=0x08000000 | ||
171 | CONFIG_MEMORY_SIZE=0x08000000 | ||
172 | CONFIG_29BIT=y | ||
173 | # CONFIG_X2TLB is not set | ||
174 | CONFIG_VSYSCALL=y | ||
175 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
176 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
177 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
178 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
179 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
180 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
181 | CONFIG_PAGE_SIZE_4KB=y | ||
182 | # CONFIG_PAGE_SIZE_8KB is not set | ||
183 | # CONFIG_PAGE_SIZE_16KB is not set | ||
184 | # CONFIG_PAGE_SIZE_64KB is not set | ||
185 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
186 | CONFIG_SELECT_MEMORY_MODEL=y | ||
187 | CONFIG_FLATMEM_MANUAL=y | ||
188 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
189 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
190 | CONFIG_FLATMEM=y | ||
191 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
192 | CONFIG_SPARSEMEM_STATIC=y | ||
193 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
194 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
195 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
196 | # CONFIG_RESOURCES_64BIT is not set | ||
197 | CONFIG_ZONE_DMA_FLAG=0 | ||
198 | CONFIG_NR_QUICK=2 | ||
199 | |||
200 | # | ||
201 | # Cache configuration | ||
202 | # | ||
203 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
204 | CONFIG_CACHE_WRITEBACK=y | ||
205 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
206 | # CONFIG_CACHE_OFF is not set | ||
207 | |||
208 | # | ||
209 | # Processor features | ||
210 | # | ||
211 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
212 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
213 | CONFIG_SH_FPU=y | ||
214 | # CONFIG_SH_STORE_QUEUES is not set | ||
215 | CONFIG_CPU_HAS_INTEVT=y | ||
216 | CONFIG_CPU_HAS_SR_RB=y | ||
217 | CONFIG_CPU_HAS_PTEA=y | ||
218 | CONFIG_CPU_HAS_FPU=y | ||
219 | |||
220 | # | ||
221 | # Board support | ||
222 | # | ||
223 | CONFIG_SH_AP325RXA=y | ||
224 | |||
225 | # | ||
226 | # Timer and clock configuration | ||
227 | # | ||
228 | CONFIG_SH_TMU=y | ||
229 | CONFIG_SH_TIMER_IRQ=16 | ||
230 | CONFIG_SH_PCLK_FREQ=33333333 | ||
231 | CONFIG_TICK_ONESHOT=y | ||
232 | # CONFIG_NO_HZ is not set | ||
233 | CONFIG_HIGH_RES_TIMERS=y | ||
234 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
235 | |||
236 | # | ||
237 | # CPU Frequency scaling | ||
238 | # | ||
239 | # CONFIG_CPU_FREQ is not set | ||
240 | |||
241 | # | ||
242 | # DMA support | ||
243 | # | ||
244 | # CONFIG_SH_DMA is not set | ||
245 | |||
246 | # | ||
247 | # Companion Chips | ||
248 | # | ||
249 | |||
250 | # | ||
251 | # Additional SuperH Device Drivers | ||
252 | # | ||
253 | # CONFIG_HEARTBEAT is not set | ||
254 | # CONFIG_PUSH_SWITCH is not set | ||
255 | |||
256 | # | ||
257 | # Kernel features | ||
258 | # | ||
259 | # CONFIG_HZ_100 is not set | ||
260 | CONFIG_HZ_250=y | ||
261 | # CONFIG_HZ_300 is not set | ||
262 | # CONFIG_HZ_1000 is not set | ||
263 | CONFIG_HZ=250 | ||
264 | # CONFIG_SCHED_HRTICK is not set | ||
265 | # CONFIG_KEXEC is not set | ||
266 | # CONFIG_CRASH_DUMP is not set | ||
267 | # CONFIG_PREEMPT_NONE is not set | ||
268 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
269 | CONFIG_PREEMPT=y | ||
270 | # CONFIG_PREEMPT_RCU is not set | ||
271 | CONFIG_GUSA=y | ||
272 | |||
273 | # | ||
274 | # Boot options | ||
275 | # | ||
276 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | ||
277 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
278 | CONFIG_CMDLINE_BOOL=y | ||
279 | CONFIG_CMDLINE="console=tty1 console=ttySC5,38400 root=/dev/nfs ip=dhcp" | ||
280 | |||
281 | # | ||
282 | # Bus options | ||
283 | # | ||
284 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
285 | # CONFIG_PCCARD is not set | ||
286 | |||
287 | # | ||
288 | # Executable file formats | ||
289 | # | ||
290 | CONFIG_BINFMT_ELF=y | ||
291 | # CONFIG_BINFMT_MISC is not set | ||
292 | |||
293 | # | ||
294 | # Networking | ||
295 | # | ||
296 | CONFIG_NET=y | ||
297 | |||
298 | # | ||
299 | # Networking options | ||
300 | # | ||
301 | CONFIG_PACKET=y | ||
302 | # CONFIG_PACKET_MMAP is not set | ||
303 | CONFIG_UNIX=y | ||
304 | # CONFIG_NET_KEY is not set | ||
305 | CONFIG_INET=y | ||
306 | # CONFIG_IP_MULTICAST is not set | ||
307 | CONFIG_IP_ADVANCED_ROUTER=y | ||
308 | CONFIG_ASK_IP_FIB_HASH=y | ||
309 | # CONFIG_IP_FIB_TRIE is not set | ||
310 | CONFIG_IP_FIB_HASH=y | ||
311 | # CONFIG_IP_MULTIPLE_TABLES is not set | ||
312 | # CONFIG_IP_ROUTE_MULTIPATH is not set | ||
313 | # CONFIG_IP_ROUTE_VERBOSE is not set | ||
314 | CONFIG_IP_PNP=y | ||
315 | CONFIG_IP_PNP_DHCP=y | ||
316 | # CONFIG_IP_PNP_BOOTP is not set | ||
317 | # CONFIG_IP_PNP_RARP is not set | ||
318 | # CONFIG_NET_IPIP is not set | ||
319 | # CONFIG_NET_IPGRE is not set | ||
320 | # CONFIG_ARPD is not set | ||
321 | # CONFIG_SYN_COOKIES is not set | ||
322 | # CONFIG_INET_AH is not set | ||
323 | # CONFIG_INET_ESP is not set | ||
324 | # CONFIG_INET_IPCOMP is not set | ||
325 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
326 | # CONFIG_INET_TUNNEL is not set | ||
327 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
328 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
329 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
330 | # CONFIG_INET_LRO is not set | ||
331 | CONFIG_INET_DIAG=y | ||
332 | CONFIG_INET_TCP_DIAG=y | ||
333 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
334 | CONFIG_TCP_CONG_CUBIC=y | ||
335 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
336 | # CONFIG_TCP_MD5SIG is not set | ||
337 | # CONFIG_IPV6 is not set | ||
338 | # CONFIG_NETWORK_SECMARK is not set | ||
339 | # CONFIG_NETFILTER is not set | ||
340 | # CONFIG_IP_DCCP is not set | ||
341 | # CONFIG_IP_SCTP is not set | ||
342 | # CONFIG_TIPC is not set | ||
343 | # CONFIG_ATM is not set | ||
344 | # CONFIG_BRIDGE is not set | ||
345 | # CONFIG_VLAN_8021Q is not set | ||
346 | # CONFIG_DECNET is not set | ||
347 | # CONFIG_LLC2 is not set | ||
348 | # CONFIG_IPX is not set | ||
349 | # CONFIG_ATALK is not set | ||
350 | # CONFIG_X25 is not set | ||
351 | # CONFIG_LAPB is not set | ||
352 | # CONFIG_ECONET is not set | ||
353 | # CONFIG_WAN_ROUTER is not set | ||
354 | # CONFIG_NET_SCHED is not set | ||
355 | |||
356 | # | ||
357 | # Network testing | ||
358 | # | ||
359 | # CONFIG_NET_PKTGEN is not set | ||
360 | # CONFIG_HAMRADIO is not set | ||
361 | # CONFIG_CAN is not set | ||
362 | # CONFIG_IRDA is not set | ||
363 | # CONFIG_BT is not set | ||
364 | # CONFIG_AF_RXRPC is not set | ||
365 | |||
366 | # | ||
367 | # Wireless | ||
368 | # | ||
369 | # CONFIG_CFG80211 is not set | ||
370 | # CONFIG_WIRELESS_EXT is not set | ||
371 | # CONFIG_MAC80211 is not set | ||
372 | # CONFIG_IEEE80211 is not set | ||
373 | # CONFIG_RFKILL is not set | ||
374 | # CONFIG_NET_9P is not set | ||
375 | |||
376 | # | ||
377 | # Device Drivers | ||
378 | # | ||
379 | |||
380 | # | ||
381 | # Generic Driver Options | ||
382 | # | ||
383 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
384 | CONFIG_STANDALONE=y | ||
385 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
386 | CONFIG_FW_LOADER=y | ||
387 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
388 | CONFIG_EXTRA_FIRMWARE="" | ||
389 | # CONFIG_SYS_HYPERVISOR is not set | ||
390 | # CONFIG_CONNECTOR is not set | ||
391 | CONFIG_MTD=y | ||
392 | # CONFIG_MTD_DEBUG is not set | ||
393 | CONFIG_MTD_CONCAT=y | ||
394 | CONFIG_MTD_PARTITIONS=y | ||
395 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
396 | CONFIG_MTD_CMDLINE_PARTS=y | ||
397 | # CONFIG_MTD_AR7_PARTS is not set | ||
398 | |||
399 | # | ||
400 | # User Modules And Translation Layers | ||
401 | # | ||
402 | CONFIG_MTD_CHAR=y | ||
403 | CONFIG_MTD_BLKDEVS=y | ||
404 | CONFIG_MTD_BLOCK=y | ||
405 | # CONFIG_FTL is not set | ||
406 | # CONFIG_NFTL is not set | ||
407 | # CONFIG_INFTL is not set | ||
408 | # CONFIG_RFD_FTL is not set | ||
409 | # CONFIG_SSFDC is not set | ||
410 | # CONFIG_MTD_OOPS is not set | ||
411 | |||
412 | # | ||
413 | # RAM/ROM/Flash chip drivers | ||
414 | # | ||
415 | CONFIG_MTD_CFI=y | ||
416 | # CONFIG_MTD_JEDECPROBE is not set | ||
417 | CONFIG_MTD_GEN_PROBE=y | ||
418 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
419 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
420 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
421 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
422 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
423 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
424 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
425 | CONFIG_MTD_CFI_I1=y | ||
426 | CONFIG_MTD_CFI_I2=y | ||
427 | # CONFIG_MTD_CFI_I4 is not set | ||
428 | # CONFIG_MTD_CFI_I8 is not set | ||
429 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
430 | CONFIG_MTD_CFI_AMDSTD=y | ||
431 | # CONFIG_MTD_CFI_STAA is not set | ||
432 | CONFIG_MTD_CFI_UTIL=y | ||
433 | # CONFIG_MTD_RAM is not set | ||
434 | # CONFIG_MTD_ROM is not set | ||
435 | # CONFIG_MTD_ABSENT is not set | ||
436 | |||
437 | # | ||
438 | # Mapping drivers for chip access | ||
439 | # | ||
440 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
441 | CONFIG_MTD_PHYSMAP=y | ||
442 | CONFIG_MTD_PHYSMAP_START=0xffffffff | ||
443 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
444 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
445 | # CONFIG_MTD_PLATRAM is not set | ||
446 | |||
447 | # | ||
448 | # Self-contained MTD device drivers | ||
449 | # | ||
450 | # CONFIG_MTD_SLRAM is not set | ||
451 | # CONFIG_MTD_PHRAM is not set | ||
452 | # CONFIG_MTD_MTDRAM is not set | ||
453 | # CONFIG_MTD_BLOCK2MTD is not set | ||
454 | |||
455 | # | ||
456 | # Disk-On-Chip Device Drivers | ||
457 | # | ||
458 | # CONFIG_MTD_DOC2000 is not set | ||
459 | # CONFIG_MTD_DOC2001 is not set | ||
460 | # CONFIG_MTD_DOC2001PLUS is not set | ||
461 | # CONFIG_MTD_NAND is not set | ||
462 | # CONFIG_MTD_ONENAND is not set | ||
463 | |||
464 | # | ||
465 | # UBI - Unsorted block images | ||
466 | # | ||
467 | # CONFIG_MTD_UBI is not set | ||
468 | # CONFIG_PARPORT is not set | ||
469 | CONFIG_BLK_DEV=y | ||
470 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
471 | # CONFIG_BLK_DEV_LOOP is not set | ||
472 | # CONFIG_BLK_DEV_NBD is not set | ||
473 | CONFIG_BLK_DEV_RAM=y | ||
474 | CONFIG_BLK_DEV_RAM_COUNT=4 | ||
475 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
476 | # CONFIG_BLK_DEV_XIP is not set | ||
477 | # CONFIG_CDROM_PKTCDVD is not set | ||
478 | # CONFIG_ATA_OVER_ETH is not set | ||
479 | # CONFIG_BLK_DEV_HD is not set | ||
480 | CONFIG_MISC_DEVICES=y | ||
481 | # CONFIG_EEPROM_93CX6 is not set | ||
482 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
483 | CONFIG_HAVE_IDE=y | ||
484 | # CONFIG_IDE is not set | ||
485 | |||
486 | # | ||
487 | # SCSI device support | ||
488 | # | ||
489 | # CONFIG_RAID_ATTRS is not set | ||
490 | CONFIG_SCSI=y | ||
491 | CONFIG_SCSI_DMA=y | ||
492 | # CONFIG_SCSI_TGT is not set | ||
493 | # CONFIG_SCSI_NETLINK is not set | ||
494 | CONFIG_SCSI_PROC_FS=y | ||
495 | |||
496 | # | ||
497 | # SCSI support type (disk, tape, CD-ROM) | ||
498 | # | ||
499 | CONFIG_BLK_DEV_SD=y | ||
500 | # CONFIG_CHR_DEV_ST is not set | ||
501 | # CONFIG_CHR_DEV_OSST is not set | ||
502 | # CONFIG_BLK_DEV_SR is not set | ||
503 | # CONFIG_CHR_DEV_SG is not set | ||
504 | # CONFIG_CHR_DEV_SCH is not set | ||
505 | |||
506 | # | ||
507 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
508 | # | ||
509 | # CONFIG_SCSI_MULTI_LUN is not set | ||
510 | # CONFIG_SCSI_CONSTANTS is not set | ||
511 | # CONFIG_SCSI_LOGGING is not set | ||
512 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
513 | CONFIG_SCSI_WAIT_SCAN=m | ||
514 | |||
515 | # | ||
516 | # SCSI Transports | ||
517 | # | ||
518 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
519 | # CONFIG_SCSI_FC_ATTRS is not set | ||
520 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
521 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
522 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
523 | CONFIG_SCSI_LOWLEVEL=y | ||
524 | # CONFIG_ISCSI_TCP is not set | ||
525 | # CONFIG_SCSI_DEBUG is not set | ||
526 | # CONFIG_SCSI_DH is not set | ||
527 | # CONFIG_ATA is not set | ||
528 | # CONFIG_MD is not set | ||
529 | CONFIG_NETDEVICES=y | ||
530 | # CONFIG_DUMMY is not set | ||
531 | # CONFIG_BONDING is not set | ||
532 | # CONFIG_MACVLAN is not set | ||
533 | # CONFIG_EQUALIZER is not set | ||
534 | # CONFIG_TUN is not set | ||
535 | # CONFIG_VETH is not set | ||
536 | # CONFIG_PHYLIB is not set | ||
537 | CONFIG_NET_ETHERNET=y | ||
538 | CONFIG_MII=y | ||
539 | # CONFIG_AX88796 is not set | ||
540 | # CONFIG_STNIC is not set | ||
541 | # CONFIG_SMC91X is not set | ||
542 | CONFIG_SMC911X=y | ||
543 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
544 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
545 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
546 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
547 | # CONFIG_B44 is not set | ||
548 | # CONFIG_NETDEV_1000 is not set | ||
549 | # CONFIG_NETDEV_10000 is not set | ||
550 | |||
551 | # | ||
552 | # Wireless LAN | ||
553 | # | ||
554 | # CONFIG_WLAN_PRE80211 is not set | ||
555 | # CONFIG_WLAN_80211 is not set | ||
556 | # CONFIG_IWLWIFI_LEDS is not set | ||
557 | # CONFIG_WAN is not set | ||
558 | # CONFIG_PPP is not set | ||
559 | # CONFIG_SLIP is not set | ||
560 | # CONFIG_NETCONSOLE is not set | ||
561 | # CONFIG_NETPOLL is not set | ||
562 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
563 | # CONFIG_ISDN is not set | ||
564 | # CONFIG_PHONE is not set | ||
565 | |||
566 | # | ||
567 | # Input device support | ||
568 | # | ||
569 | CONFIG_INPUT=y | ||
570 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
571 | # CONFIG_INPUT_POLLDEV is not set | ||
572 | |||
573 | # | ||
574 | # Userland interfaces | ||
575 | # | ||
576 | # CONFIG_INPUT_MOUSEDEV is not set | ||
577 | # CONFIG_INPUT_JOYDEV is not set | ||
578 | # CONFIG_INPUT_EVDEV is not set | ||
579 | # CONFIG_INPUT_EVBUG is not set | ||
580 | |||
581 | # | ||
582 | # Input Device Drivers | ||
583 | # | ||
584 | # CONFIG_INPUT_KEYBOARD is not set | ||
585 | # CONFIG_INPUT_MOUSE is not set | ||
586 | # CONFIG_INPUT_JOYSTICK is not set | ||
587 | # CONFIG_INPUT_TABLET is not set | ||
588 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
589 | # CONFIG_INPUT_MISC is not set | ||
590 | |||
591 | # | ||
592 | # Hardware I/O ports | ||
593 | # | ||
594 | # CONFIG_SERIO is not set | ||
595 | # CONFIG_GAMEPORT is not set | ||
596 | |||
597 | # | ||
598 | # Character devices | ||
599 | # | ||
600 | CONFIG_VT=y | ||
601 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
602 | CONFIG_VT_CONSOLE=y | ||
603 | CONFIG_HW_CONSOLE=y | ||
604 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
605 | CONFIG_DEVKMEM=y | ||
606 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
607 | |||
608 | # | ||
609 | # Serial drivers | ||
610 | # | ||
611 | # CONFIG_SERIAL_8250 is not set | ||
612 | |||
613 | # | ||
614 | # Non-8250 serial port support | ||
615 | # | ||
616 | CONFIG_SERIAL_SH_SCI=y | ||
617 | CONFIG_SERIAL_SH_SCI_NR_UARTS=6 | ||
618 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
619 | CONFIG_SERIAL_CORE=y | ||
620 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
621 | CONFIG_UNIX98_PTYS=y | ||
622 | CONFIG_LEGACY_PTYS=y | ||
623 | CONFIG_LEGACY_PTY_COUNT=256 | ||
624 | # CONFIG_IPMI_HANDLER is not set | ||
625 | CONFIG_HW_RANDOM=y | ||
626 | # CONFIG_R3964 is not set | ||
627 | # CONFIG_RAW_DRIVER is not set | ||
628 | # CONFIG_TCG_TPM is not set | ||
629 | # CONFIG_I2C is not set | ||
630 | # CONFIG_SPI is not set | ||
631 | # CONFIG_W1 is not set | ||
632 | # CONFIG_POWER_SUPPLY is not set | ||
633 | # CONFIG_HWMON is not set | ||
634 | # CONFIG_THERMAL is not set | ||
635 | # CONFIG_THERMAL_HWMON is not set | ||
636 | # CONFIG_WATCHDOG is not set | ||
637 | |||
638 | # | ||
639 | # Sonics Silicon Backplane | ||
640 | # | ||
641 | CONFIG_SSB_POSSIBLE=y | ||
642 | # CONFIG_SSB is not set | ||
643 | |||
644 | # | ||
645 | # Multifunction device drivers | ||
646 | # | ||
647 | # CONFIG_MFD_CORE is not set | ||
648 | # CONFIG_MFD_SM501 is not set | ||
649 | # CONFIG_HTC_PASIC3 is not set | ||
650 | |||
651 | # | ||
652 | # Multimedia devices | ||
653 | # | ||
654 | |||
655 | # | ||
656 | # Multimedia core support | ||
657 | # | ||
658 | # CONFIG_VIDEO_DEV is not set | ||
659 | # CONFIG_DVB_CORE is not set | ||
660 | # CONFIG_VIDEO_MEDIA is not set | ||
661 | |||
662 | # | ||
663 | # Multimedia drivers | ||
664 | # | ||
665 | # CONFIG_DAB is not set | ||
666 | |||
667 | # | ||
668 | # Graphics support | ||
669 | # | ||
670 | # CONFIG_VGASTATE is not set | ||
671 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
672 | # CONFIG_FB is not set | ||
673 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
674 | |||
675 | # | ||
676 | # Display device support | ||
677 | # | ||
678 | # CONFIG_DISPLAY_SUPPORT is not set | ||
679 | |||
680 | # | ||
681 | # Console display driver support | ||
682 | # | ||
683 | CONFIG_DUMMY_CONSOLE=y | ||
684 | # CONFIG_SOUND is not set | ||
685 | # CONFIG_HID_SUPPORT is not set | ||
686 | # CONFIG_USB_SUPPORT is not set | ||
687 | # CONFIG_MMC is not set | ||
688 | # CONFIG_MEMSTICK is not set | ||
689 | # CONFIG_NEW_LEDS is not set | ||
690 | # CONFIG_ACCESSIBILITY is not set | ||
691 | # CONFIG_RTC_CLASS is not set | ||
692 | # CONFIG_DMADEVICES is not set | ||
693 | # CONFIG_UIO is not set | ||
694 | |||
695 | # | ||
696 | # File systems | ||
697 | # | ||
698 | CONFIG_EXT2_FS=y | ||
699 | CONFIG_EXT2_FS_XATTR=y | ||
700 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
701 | CONFIG_EXT2_FS_SECURITY=y | ||
702 | # CONFIG_EXT2_FS_XIP is not set | ||
703 | CONFIG_EXT3_FS=y | ||
704 | CONFIG_EXT3_FS_XATTR=y | ||
705 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
706 | CONFIG_EXT3_FS_SECURITY=y | ||
707 | # CONFIG_EXT4DEV_FS is not set | ||
708 | CONFIG_JBD=y | ||
709 | CONFIG_FS_MBCACHE=y | ||
710 | # CONFIG_REISERFS_FS is not set | ||
711 | # CONFIG_JFS_FS is not set | ||
712 | CONFIG_FS_POSIX_ACL=y | ||
713 | # CONFIG_XFS_FS is not set | ||
714 | # CONFIG_OCFS2_FS is not set | ||
715 | CONFIG_DNOTIFY=y | ||
716 | CONFIG_INOTIFY=y | ||
717 | CONFIG_INOTIFY_USER=y | ||
718 | # CONFIG_QUOTA is not set | ||
719 | # CONFIG_AUTOFS_FS is not set | ||
720 | # CONFIG_AUTOFS4_FS is not set | ||
721 | # CONFIG_FUSE_FS is not set | ||
722 | |||
723 | # | ||
724 | # CD-ROM/DVD Filesystems | ||
725 | # | ||
726 | # CONFIG_ISO9660_FS is not set | ||
727 | # CONFIG_UDF_FS is not set | ||
728 | |||
729 | # | ||
730 | # DOS/FAT/NT Filesystems | ||
731 | # | ||
732 | CONFIG_FAT_FS=y | ||
733 | # CONFIG_MSDOS_FS is not set | ||
734 | CONFIG_VFAT_FS=y | ||
735 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
736 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
737 | # CONFIG_NTFS_FS is not set | ||
738 | |||
739 | # | ||
740 | # Pseudo filesystems | ||
741 | # | ||
742 | CONFIG_PROC_FS=y | ||
743 | CONFIG_PROC_KCORE=y | ||
744 | CONFIG_PROC_SYSCTL=y | ||
745 | CONFIG_SYSFS=y | ||
746 | CONFIG_TMPFS=y | ||
747 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
748 | # CONFIG_HUGETLBFS is not set | ||
749 | # CONFIG_HUGETLB_PAGE is not set | ||
750 | # CONFIG_CONFIGFS_FS is not set | ||
751 | |||
752 | # | ||
753 | # Miscellaneous filesystems | ||
754 | # | ||
755 | # CONFIG_ADFS_FS is not set | ||
756 | # CONFIG_AFFS_FS is not set | ||
757 | # CONFIG_HFS_FS is not set | ||
758 | # CONFIG_HFSPLUS_FS is not set | ||
759 | # CONFIG_BEFS_FS is not set | ||
760 | # CONFIG_BFS_FS is not set | ||
761 | # CONFIG_EFS_FS is not set | ||
762 | # CONFIG_JFFS2_FS is not set | ||
763 | # CONFIG_CRAMFS is not set | ||
764 | # CONFIG_VXFS_FS is not set | ||
765 | # CONFIG_MINIX_FS is not set | ||
766 | # CONFIG_OMFS_FS is not set | ||
767 | # CONFIG_HPFS_FS is not set | ||
768 | # CONFIG_QNX4FS_FS is not set | ||
769 | # CONFIG_ROMFS_FS is not set | ||
770 | # CONFIG_SYSV_FS is not set | ||
771 | # CONFIG_UFS_FS is not set | ||
772 | CONFIG_NETWORK_FILESYSTEMS=y | ||
773 | CONFIG_NFS_FS=y | ||
774 | CONFIG_NFS_V3=y | ||
775 | # CONFIG_NFS_V3_ACL is not set | ||
776 | # CONFIG_NFS_V4 is not set | ||
777 | CONFIG_ROOT_NFS=y | ||
778 | CONFIG_NFSD=y | ||
779 | CONFIG_NFSD_V3=y | ||
780 | # CONFIG_NFSD_V3_ACL is not set | ||
781 | # CONFIG_NFSD_V4 is not set | ||
782 | CONFIG_LOCKD=y | ||
783 | CONFIG_LOCKD_V4=y | ||
784 | CONFIG_EXPORTFS=y | ||
785 | CONFIG_NFS_COMMON=y | ||
786 | CONFIG_SUNRPC=y | ||
787 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
788 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
789 | # CONFIG_SMB_FS is not set | ||
790 | # CONFIG_CIFS is not set | ||
791 | # CONFIG_NCP_FS is not set | ||
792 | # CONFIG_CODA_FS is not set | ||
793 | # CONFIG_AFS_FS is not set | ||
794 | |||
795 | # | ||
796 | # Partition Types | ||
797 | # | ||
798 | # CONFIG_PARTITION_ADVANCED is not set | ||
799 | CONFIG_MSDOS_PARTITION=y | ||
800 | CONFIG_NLS=y | ||
801 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
802 | CONFIG_NLS_CODEPAGE_437=y | ||
803 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
804 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
805 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
806 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
807 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
808 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
809 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
810 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
811 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
812 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
813 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
814 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
815 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
816 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
817 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
818 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
819 | CONFIG_NLS_CODEPAGE_932=y | ||
820 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
821 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
822 | # CONFIG_NLS_ISO8859_8 is not set | ||
823 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
824 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
825 | # CONFIG_NLS_ASCII is not set | ||
826 | CONFIG_NLS_ISO8859_1=y | ||
827 | # CONFIG_NLS_ISO8859_2 is not set | ||
828 | # CONFIG_NLS_ISO8859_3 is not set | ||
829 | # CONFIG_NLS_ISO8859_4 is not set | ||
830 | # CONFIG_NLS_ISO8859_5 is not set | ||
831 | # CONFIG_NLS_ISO8859_6 is not set | ||
832 | # CONFIG_NLS_ISO8859_7 is not set | ||
833 | # CONFIG_NLS_ISO8859_9 is not set | ||
834 | # CONFIG_NLS_ISO8859_13 is not set | ||
835 | # CONFIG_NLS_ISO8859_14 is not set | ||
836 | # CONFIG_NLS_ISO8859_15 is not set | ||
837 | # CONFIG_NLS_KOI8_R is not set | ||
838 | # CONFIG_NLS_KOI8_U is not set | ||
839 | # CONFIG_NLS_UTF8 is not set | ||
840 | # CONFIG_DLM is not set | ||
841 | |||
842 | # | ||
843 | # Kernel hacking | ||
844 | # | ||
845 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
846 | # CONFIG_PRINTK_TIME is not set | ||
847 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
848 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
849 | CONFIG_FRAME_WARN=1024 | ||
850 | # CONFIG_MAGIC_SYSRQ is not set | ||
851 | # CONFIG_UNUSED_SYMBOLS is not set | ||
852 | # CONFIG_DEBUG_FS is not set | ||
853 | # CONFIG_HEADERS_CHECK is not set | ||
854 | # CONFIG_DEBUG_KERNEL is not set | ||
855 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
856 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
857 | # CONFIG_SAMPLES is not set | ||
858 | # CONFIG_SH_STANDARD_BIOS is not set | ||
859 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
860 | # CONFIG_SH_KGDB is not set | ||
861 | |||
862 | # | ||
863 | # Security options | ||
864 | # | ||
865 | # CONFIG_KEYS is not set | ||
866 | # CONFIG_SECURITY is not set | ||
867 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
868 | CONFIG_CRYPTO=y | ||
869 | |||
870 | # | ||
871 | # Crypto core or helper | ||
872 | # | ||
873 | CONFIG_CRYPTO_ALGAPI=y | ||
874 | CONFIG_CRYPTO_BLKCIPHER=y | ||
875 | CONFIG_CRYPTO_MANAGER=y | ||
876 | # CONFIG_CRYPTO_GF128MUL is not set | ||
877 | # CONFIG_CRYPTO_NULL is not set | ||
878 | # CONFIG_CRYPTO_CRYPTD is not set | ||
879 | # CONFIG_CRYPTO_AUTHENC is not set | ||
880 | # CONFIG_CRYPTO_TEST is not set | ||
881 | |||
882 | # | ||
883 | # Authenticated Encryption with Associated Data | ||
884 | # | ||
885 | # CONFIG_CRYPTO_CCM is not set | ||
886 | # CONFIG_CRYPTO_GCM is not set | ||
887 | # CONFIG_CRYPTO_SEQIV is not set | ||
888 | |||
889 | # | ||
890 | # Block modes | ||
891 | # | ||
892 | CONFIG_CRYPTO_CBC=y | ||
893 | # CONFIG_CRYPTO_CTR is not set | ||
894 | # CONFIG_CRYPTO_CTS is not set | ||
895 | # CONFIG_CRYPTO_ECB is not set | ||
896 | # CONFIG_CRYPTO_LRW is not set | ||
897 | # CONFIG_CRYPTO_PCBC is not set | ||
898 | # CONFIG_CRYPTO_XTS is not set | ||
899 | |||
900 | # | ||
901 | # Hash modes | ||
902 | # | ||
903 | # CONFIG_CRYPTO_HMAC is not set | ||
904 | # CONFIG_CRYPTO_XCBC is not set | ||
905 | |||
906 | # | ||
907 | # Digest | ||
908 | # | ||
909 | # CONFIG_CRYPTO_CRC32C is not set | ||
910 | # CONFIG_CRYPTO_MD4 is not set | ||
911 | # CONFIG_CRYPTO_MD5 is not set | ||
912 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
913 | # CONFIG_CRYPTO_RMD128 is not set | ||
914 | # CONFIG_CRYPTO_RMD160 is not set | ||
915 | # CONFIG_CRYPTO_RMD256 is not set | ||
916 | # CONFIG_CRYPTO_RMD320 is not set | ||
917 | # CONFIG_CRYPTO_SHA1 is not set | ||
918 | # CONFIG_CRYPTO_SHA256 is not set | ||
919 | # CONFIG_CRYPTO_SHA512 is not set | ||
920 | # CONFIG_CRYPTO_TGR192 is not set | ||
921 | # CONFIG_CRYPTO_WP512 is not set | ||
922 | |||
923 | # | ||
924 | # Ciphers | ||
925 | # | ||
926 | # CONFIG_CRYPTO_AES is not set | ||
927 | # CONFIG_CRYPTO_ANUBIS is not set | ||
928 | # CONFIG_CRYPTO_ARC4 is not set | ||
929 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
930 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
931 | # CONFIG_CRYPTO_CAST5 is not set | ||
932 | # CONFIG_CRYPTO_CAST6 is not set | ||
933 | # CONFIG_CRYPTO_DES is not set | ||
934 | # CONFIG_CRYPTO_FCRYPT is not set | ||
935 | # CONFIG_CRYPTO_KHAZAD is not set | ||
936 | # CONFIG_CRYPTO_SALSA20 is not set | ||
937 | # CONFIG_CRYPTO_SEED is not set | ||
938 | # CONFIG_CRYPTO_SERPENT is not set | ||
939 | # CONFIG_CRYPTO_TEA is not set | ||
940 | # CONFIG_CRYPTO_TWOFISH is not set | ||
941 | |||
942 | # | ||
943 | # Compression | ||
944 | # | ||
945 | # CONFIG_CRYPTO_DEFLATE is not set | ||
946 | # CONFIG_CRYPTO_LZO is not set | ||
947 | CONFIG_CRYPTO_HW=y | ||
948 | |||
949 | # | ||
950 | # Library routines | ||
951 | # | ||
952 | CONFIG_BITREVERSE=y | ||
953 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
954 | # CONFIG_CRC_CCITT is not set | ||
955 | # CONFIG_CRC16 is not set | ||
956 | CONFIG_CRC_T10DIF=y | ||
957 | # CONFIG_CRC_ITU_T is not set | ||
958 | CONFIG_CRC32=y | ||
959 | # CONFIG_CRC7 is not set | ||
960 | # CONFIG_LIBCRC32C is not set | ||
961 | CONFIG_PLIST=y | ||
962 | CONFIG_HAS_IOMEM=y | ||
963 | CONFIG_HAS_IOPORT=y | ||
964 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/dreamcast_defconfig b/arch/sh/configs/dreamcast_defconfig index 57728788b753..3dc1cbd8a981 100644 --- a/arch/sh/configs/dreamcast_defconfig +++ b/arch/sh/configs/dreamcast_defconfig | |||
@@ -1,14 +1,17 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.23-rc7 | 3 | # Linux kernel version: 2.6.27-rc1 |
4 | # Fri Sep 21 15:46:27 2007 | 4 | # Mon Aug 4 16:49:13 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
10 | CONFIG_GENERIC_HWEIGHT=y | 12 | CONFIG_GENERIC_HWEIGHT=y |
11 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
12 | CONFIG_GENERIC_IRQ_PROBE=y | 15 | CONFIG_GENERIC_IRQ_PROBE=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 16 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_GENERIC_TIME=y | 17 | CONFIG_GENERIC_TIME=y |
@@ -37,12 +40,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
37 | CONFIG_BSD_PROCESS_ACCT=y | 40 | CONFIG_BSD_PROCESS_ACCT=y |
38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
39 | # CONFIG_TASKSTATS is not set | 42 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_USER_NS is not set | ||
41 | # CONFIG_AUDIT is not set | 43 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 44 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | 45 | CONFIG_LOG_BUF_SHIFT=14 |
46 | # CONFIG_CGROUPS is not set | ||
47 | # CONFIG_GROUP_SCHED is not set | ||
44 | CONFIG_SYSFS_DEPRECATED=y | 48 | CONFIG_SYSFS_DEPRECATED=y |
49 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
45 | # CONFIG_RELAY is not set | 50 | # CONFIG_RELAY is not set |
51 | # CONFIG_NAMESPACES is not set | ||
46 | # CONFIG_BLK_DEV_INITRD is not set | 52 | # CONFIG_BLK_DEV_INITRD is not set |
47 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 53 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
48 | CONFIG_SYSCTL=y | 54 | CONFIG_SYSCTL=y |
@@ -55,21 +61,39 @@ CONFIG_HOTPLUG=y | |||
55 | CONFIG_PRINTK=y | 61 | CONFIG_PRINTK=y |
56 | CONFIG_BUG=y | 62 | CONFIG_BUG=y |
57 | CONFIG_ELF_CORE=y | 63 | CONFIG_ELF_CORE=y |
64 | CONFIG_COMPAT_BRK=y | ||
58 | CONFIG_BASE_FULL=y | 65 | CONFIG_BASE_FULL=y |
59 | CONFIG_FUTEX=y | 66 | CONFIG_FUTEX=y |
60 | CONFIG_ANON_INODES=y | 67 | CONFIG_ANON_INODES=y |
61 | CONFIG_EPOLL=y | 68 | CONFIG_EPOLL=y |
62 | CONFIG_SIGNALFD=y | 69 | CONFIG_SIGNALFD=y |
70 | CONFIG_TIMERFD=y | ||
63 | CONFIG_EVENTFD=y | 71 | CONFIG_EVENTFD=y |
64 | CONFIG_SHMEM=y | 72 | CONFIG_SHMEM=y |
65 | CONFIG_VM_EVENT_COUNTERS=y | 73 | CONFIG_VM_EVENT_COUNTERS=y |
66 | CONFIG_SLAB=y | 74 | CONFIG_SLAB=y |
67 | # CONFIG_SLUB is not set | 75 | # CONFIG_SLUB is not set |
68 | # CONFIG_SLOB is not set | 76 | # CONFIG_SLOB is not set |
77 | CONFIG_PROFILING=y | ||
78 | # CONFIG_MARKERS is not set | ||
79 | # CONFIG_OPROFILE is not set | ||
80 | CONFIG_HAVE_OPROFILE=y | ||
81 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
82 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
83 | # CONFIG_HAVE_KPROBES is not set | ||
84 | # CONFIG_HAVE_KRETPROBES is not set | ||
85 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
86 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
87 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
88 | CONFIG_HAVE_CLK=y | ||
89 | CONFIG_PROC_PAGE_MONITOR=y | ||
90 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
91 | CONFIG_SLABINFO=y | ||
69 | CONFIG_RT_MUTEXES=y | 92 | CONFIG_RT_MUTEXES=y |
70 | # CONFIG_TINY_SHMEM is not set | 93 | # CONFIG_TINY_SHMEM is not set |
71 | CONFIG_BASE_SMALL=0 | 94 | CONFIG_BASE_SMALL=0 |
72 | CONFIG_MODULES=y | 95 | CONFIG_MODULES=y |
96 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
73 | CONFIG_MODULE_UNLOAD=y | 97 | CONFIG_MODULE_UNLOAD=y |
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 98 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
75 | # CONFIG_MODVERSIONS is not set | 99 | # CONFIG_MODVERSIONS is not set |
@@ -80,6 +104,7 @@ CONFIG_BLOCK=y | |||
80 | # CONFIG_BLK_DEV_IO_TRACE is not set | 104 | # CONFIG_BLK_DEV_IO_TRACE is not set |
81 | # CONFIG_LSF is not set | 105 | # CONFIG_LSF is not set |
82 | # CONFIG_BLK_DEV_BSG is not set | 106 | # CONFIG_BLK_DEV_BSG is not set |
107 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
83 | 108 | ||
84 | # | 109 | # |
85 | # IO Schedulers | 110 | # IO Schedulers |
@@ -93,13 +118,17 @@ CONFIG_DEFAULT_AS=y | |||
93 | # CONFIG_DEFAULT_CFQ is not set | 118 | # CONFIG_DEFAULT_CFQ is not set |
94 | # CONFIG_DEFAULT_NOOP is not set | 119 | # CONFIG_DEFAULT_NOOP is not set |
95 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 120 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
121 | CONFIG_CLASSIC_RCU=y | ||
96 | 122 | ||
97 | # | 123 | # |
98 | # System type | 124 | # System type |
99 | # | 125 | # |
100 | CONFIG_CPU_SH4=y | 126 | CONFIG_CPU_SH4=y |
101 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
128 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
102 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
130 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
131 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
103 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
104 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
105 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 134 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -108,6 +137,7 @@ CONFIG_CPU_SH4=y | |||
108 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
109 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
110 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | 139 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
140 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
111 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
112 | CONFIG_CPU_SUBTYPE_SH7091=y | 142 | CONFIG_CPU_SUBTYPE_SH7091=y |
113 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -116,14 +146,17 @@ CONFIG_CPU_SUBTYPE_SH7091=y | |||
116 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 146 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
119 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
120 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 150 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
121 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
124 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 154 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
125 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 155 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
126 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
157 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
127 | 160 | ||
128 | # | 161 | # |
129 | # Memory management options | 162 | # Memory management options |
@@ -133,6 +166,7 @@ CONFIG_MMU=y | |||
133 | CONFIG_PAGE_OFFSET=0x80000000 | 166 | CONFIG_PAGE_OFFSET=0x80000000 |
134 | CONFIG_MEMORY_START=0x0c000000 | 167 | CONFIG_MEMORY_START=0x0c000000 |
135 | CONFIG_MEMORY_SIZE=0x01000000 | 168 | CONFIG_MEMORY_SIZE=0x01000000 |
169 | CONFIG_29BIT=y | ||
136 | CONFIG_VSYSCALL=y | 170 | CONFIG_VSYSCALL=y |
137 | CONFIG_ARCH_FLATMEM_ENABLE=y | 171 | CONFIG_ARCH_FLATMEM_ENABLE=y |
138 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 172 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
@@ -142,12 +176,15 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
142 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 176 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
143 | CONFIG_PAGE_SIZE_4KB=y | 177 | CONFIG_PAGE_SIZE_4KB=y |
144 | # CONFIG_PAGE_SIZE_8KB is not set | 178 | # CONFIG_PAGE_SIZE_8KB is not set |
179 | # CONFIG_PAGE_SIZE_16KB is not set | ||
145 | # CONFIG_PAGE_SIZE_64KB is not set | 180 | # CONFIG_PAGE_SIZE_64KB is not set |
181 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
146 | CONFIG_HUGETLB_PAGE_SIZE_64K=y | 182 | CONFIG_HUGETLB_PAGE_SIZE_64K=y |
147 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | 183 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set |
148 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set | 184 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set |
149 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set | 185 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set |
150 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set | 186 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set |
187 | # CONFIG_HUGETLB_PAGE_SIZE_512MB is not set | ||
151 | CONFIG_SELECT_MEMORY_MODEL=y | 188 | CONFIG_SELECT_MEMORY_MODEL=y |
152 | CONFIG_FLATMEM_MANUAL=y | 189 | CONFIG_FLATMEM_MANUAL=y |
153 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 190 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -155,6 +192,8 @@ CONFIG_FLATMEM_MANUAL=y | |||
155 | CONFIG_FLATMEM=y | 192 | CONFIG_FLATMEM=y |
156 | CONFIG_FLAT_NODE_MEM_MAP=y | 193 | CONFIG_FLAT_NODE_MEM_MAP=y |
157 | CONFIG_SPARSEMEM_STATIC=y | 194 | CONFIG_SPARSEMEM_STATIC=y |
195 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
196 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
158 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 197 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
159 | # CONFIG_RESOURCES_64BIT is not set | 198 | # CONFIG_RESOURCES_64BIT is not set |
160 | CONFIG_ZONE_DMA_FLAG=0 | 199 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -194,6 +233,7 @@ CONFIG_SH_PCLK_FREQ=49876504 | |||
194 | # CONFIG_TICK_ONESHOT is not set | 233 | # CONFIG_TICK_ONESHOT is not set |
195 | # CONFIG_NO_HZ is not set | 234 | # CONFIG_NO_HZ is not set |
196 | # CONFIG_HIGH_RES_TIMERS is not set | 235 | # CONFIG_HIGH_RES_TIMERS is not set |
236 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
197 | 237 | ||
198 | # | 238 | # |
199 | # CPU Frequency scaling | 239 | # CPU Frequency scaling |
@@ -204,7 +244,10 @@ CONFIG_CPU_FREQ_TABLE=y | |||
204 | CONFIG_CPU_FREQ_STAT=y | 244 | CONFIG_CPU_FREQ_STAT=y |
205 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | 245 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set |
206 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | 246 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y |
247 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
207 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | 248 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set |
249 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
250 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
208 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | 251 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y |
209 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | 252 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y |
210 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | 253 | CONFIG_CPU_FREQ_GOV_USERSPACE=y |
@@ -239,12 +282,16 @@ CONFIG_HZ_250=y | |||
239 | # CONFIG_HZ_300 is not set | 282 | # CONFIG_HZ_300 is not set |
240 | # CONFIG_HZ_1000 is not set | 283 | # CONFIG_HZ_1000 is not set |
241 | CONFIG_HZ=250 | 284 | CONFIG_HZ=250 |
285 | # CONFIG_SCHED_HRTICK is not set | ||
242 | # CONFIG_KEXEC is not set | 286 | # CONFIG_KEXEC is not set |
243 | # CONFIG_CRASH_DUMP is not set | 287 | # CONFIG_CRASH_DUMP is not set |
288 | CONFIG_SECCOMP=y | ||
244 | # CONFIG_PREEMPT_NONE is not set | 289 | # CONFIG_PREEMPT_NONE is not set |
245 | # CONFIG_PREEMPT_VOLUNTARY is not set | 290 | # CONFIG_PREEMPT_VOLUNTARY is not set |
246 | CONFIG_PREEMPT=y | 291 | CONFIG_PREEMPT=y |
247 | CONFIG_PREEMPT_BKL=y | 292 | # CONFIG_PREEMPT_RCU is not set |
293 | CONFIG_GUSA=y | ||
294 | # CONFIG_GUSA_RB is not set | ||
248 | 295 | ||
249 | # | 296 | # |
250 | # Boot options | 297 | # Boot options |
@@ -263,10 +310,7 @@ CONFIG_PCI=y | |||
263 | CONFIG_SH_PCIDMA_NONCOHERENT=y | 310 | CONFIG_SH_PCIDMA_NONCOHERENT=y |
264 | CONFIG_PCI_AUTO=y | 311 | CONFIG_PCI_AUTO=y |
265 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 312 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
266 | 313 | CONFIG_PCI_LEGACY=y | |
267 | # | ||
268 | # PCCARD (PCMCIA/CardBus) support | ||
269 | # | ||
270 | # CONFIG_PCCARD is not set | 314 | # CONFIG_PCCARD is not set |
271 | # CONFIG_HOTPLUG_PCI is not set | 315 | # CONFIG_HOTPLUG_PCI is not set |
272 | 316 | ||
@@ -275,10 +319,6 @@ CONFIG_PCI_AUTO=y | |||
275 | # | 319 | # |
276 | CONFIG_BINFMT_ELF=y | 320 | CONFIG_BINFMT_ELF=y |
277 | # CONFIG_BINFMT_MISC is not set | 321 | # CONFIG_BINFMT_MISC is not set |
278 | |||
279 | # | ||
280 | # Networking | ||
281 | # | ||
282 | CONFIG_NET=y | 322 | CONFIG_NET=y |
283 | 323 | ||
284 | # | 324 | # |
@@ -291,6 +331,7 @@ CONFIG_XFRM=y | |||
291 | # CONFIG_XFRM_USER is not set | 331 | # CONFIG_XFRM_USER is not set |
292 | # CONFIG_XFRM_SUB_POLICY is not set | 332 | # CONFIG_XFRM_SUB_POLICY is not set |
293 | # CONFIG_XFRM_MIGRATE is not set | 333 | # CONFIG_XFRM_MIGRATE is not set |
334 | # CONFIG_XFRM_STATISTICS is not set | ||
294 | # CONFIG_NET_KEY is not set | 335 | # CONFIG_NET_KEY is not set |
295 | CONFIG_INET=y | 336 | CONFIG_INET=y |
296 | # CONFIG_IP_MULTICAST is not set | 337 | # CONFIG_IP_MULTICAST is not set |
@@ -309,6 +350,7 @@ CONFIG_IP_FIB_HASH=y | |||
309 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 350 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
310 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 351 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
311 | CONFIG_INET_XFRM_MODE_BEET=y | 352 | CONFIG_INET_XFRM_MODE_BEET=y |
353 | # CONFIG_INET_LRO is not set | ||
312 | CONFIG_INET_DIAG=y | 354 | CONFIG_INET_DIAG=y |
313 | CONFIG_INET_TCP_DIAG=y | 355 | CONFIG_INET_TCP_DIAG=y |
314 | # CONFIG_TCP_CONG_ADVANCED is not set | 356 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -316,8 +358,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
316 | CONFIG_DEFAULT_TCP_CONG="cubic" | 358 | CONFIG_DEFAULT_TCP_CONG="cubic" |
317 | # CONFIG_TCP_MD5SIG is not set | 359 | # CONFIG_TCP_MD5SIG is not set |
318 | # CONFIG_IPV6 is not set | 360 | # CONFIG_IPV6 is not set |
319 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
320 | # CONFIG_INET6_TUNNEL is not set | ||
321 | # CONFIG_NETWORK_SECMARK is not set | 361 | # CONFIG_NETWORK_SECMARK is not set |
322 | # CONFIG_NETFILTER is not set | 362 | # CONFIG_NETFILTER is not set |
323 | # CONFIG_IP_DCCP is not set | 363 | # CONFIG_IP_DCCP is not set |
@@ -334,10 +374,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
334 | # CONFIG_LAPB is not set | 374 | # CONFIG_LAPB is not set |
335 | # CONFIG_ECONET is not set | 375 | # CONFIG_ECONET is not set |
336 | # CONFIG_WAN_ROUTER is not set | 376 | # CONFIG_WAN_ROUTER is not set |
337 | |||
338 | # | ||
339 | # QoS and/or fair queueing | ||
340 | # | ||
341 | # CONFIG_NET_SCHED is not set | 377 | # CONFIG_NET_SCHED is not set |
342 | 378 | ||
343 | # | 379 | # |
@@ -345,6 +381,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
345 | # | 381 | # |
346 | # CONFIG_NET_PKTGEN is not set | 382 | # CONFIG_NET_PKTGEN is not set |
347 | # CONFIG_HAMRADIO is not set | 383 | # CONFIG_HAMRADIO is not set |
384 | # CONFIG_CAN is not set | ||
348 | # CONFIG_IRDA is not set | 385 | # CONFIG_IRDA is not set |
349 | # CONFIG_BT is not set | 386 | # CONFIG_BT is not set |
350 | # CONFIG_AF_RXRPC is not set | 387 | # CONFIG_AF_RXRPC is not set |
@@ -366,6 +403,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
366 | # | 403 | # |
367 | # Generic Driver Options | 404 | # Generic Driver Options |
368 | # | 405 | # |
406 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
369 | # CONFIG_STANDALONE is not set | 407 | # CONFIG_STANDALONE is not set |
370 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 408 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
371 | # CONFIG_FW_LOADER is not set | 409 | # CONFIG_FW_LOADER is not set |
@@ -374,6 +412,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
374 | # CONFIG_MTD is not set | 412 | # CONFIG_MTD is not set |
375 | # CONFIG_PARPORT is not set | 413 | # CONFIG_PARPORT is not set |
376 | CONFIG_BLK_DEV=y | 414 | CONFIG_BLK_DEV=y |
415 | CONFIG_GDROM=y | ||
377 | # CONFIG_BLK_CPQ_CISS_DA is not set | 416 | # CONFIG_BLK_CPQ_CISS_DA is not set |
378 | # CONFIG_BLK_DEV_DAC960 is not set | 417 | # CONFIG_BLK_DEV_DAC960 is not set |
379 | # CONFIG_BLK_DEV_UMEM is not set | 418 | # CONFIG_BLK_DEV_UMEM is not set |
@@ -384,11 +423,15 @@ CONFIG_BLK_DEV=y | |||
384 | # CONFIG_BLK_DEV_RAM is not set | 423 | # CONFIG_BLK_DEV_RAM is not set |
385 | # CONFIG_CDROM_PKTCDVD is not set | 424 | # CONFIG_CDROM_PKTCDVD is not set |
386 | # CONFIG_ATA_OVER_ETH is not set | 425 | # CONFIG_ATA_OVER_ETH is not set |
426 | # CONFIG_BLK_DEV_HD is not set | ||
387 | CONFIG_MISC_DEVICES=y | 427 | CONFIG_MISC_DEVICES=y |
388 | # CONFIG_PHANTOM is not set | 428 | # CONFIG_PHANTOM is not set |
389 | # CONFIG_EEPROM_93CX6 is not set | 429 | # CONFIG_EEPROM_93CX6 is not set |
390 | # CONFIG_SGI_IOC4 is not set | 430 | # CONFIG_SGI_IOC4 is not set |
391 | # CONFIG_TIFM_CORE is not set | 431 | # CONFIG_TIFM_CORE is not set |
432 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
433 | # CONFIG_HP_ILO is not set | ||
434 | CONFIG_HAVE_IDE=y | ||
392 | # CONFIG_IDE is not set | 435 | # CONFIG_IDE is not set |
393 | 436 | ||
394 | # | 437 | # |
@@ -400,44 +443,49 @@ CONFIG_MISC_DEVICES=y | |||
400 | # CONFIG_SCSI_NETLINK is not set | 443 | # CONFIG_SCSI_NETLINK is not set |
401 | # CONFIG_ATA is not set | 444 | # CONFIG_ATA is not set |
402 | # CONFIG_MD is not set | 445 | # CONFIG_MD is not set |
446 | # CONFIG_FUSION is not set | ||
403 | 447 | ||
404 | # | 448 | # |
405 | # Fusion MPT device support | 449 | # IEEE 1394 (FireWire) support |
406 | # | 450 | # |
407 | # CONFIG_FUSION is not set | ||
408 | 451 | ||
409 | # | 452 | # |
410 | # IEEE 1394 (FireWire) support | 453 | # Enable only one of the two stacks, unless you know what you are doing |
411 | # | 454 | # |
412 | # CONFIG_FIREWIRE is not set | 455 | # CONFIG_FIREWIRE is not set |
413 | # CONFIG_IEEE1394 is not set | 456 | # CONFIG_IEEE1394 is not set |
414 | # CONFIG_I2O is not set | 457 | # CONFIG_I2O is not set |
415 | CONFIG_NETDEVICES=y | 458 | CONFIG_NETDEVICES=y |
416 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
417 | # CONFIG_DUMMY is not set | 459 | # CONFIG_DUMMY is not set |
418 | # CONFIG_BONDING is not set | 460 | # CONFIG_BONDING is not set |
419 | # CONFIG_MACVLAN is not set | 461 | # CONFIG_MACVLAN is not set |
420 | # CONFIG_EQUALIZER is not set | 462 | # CONFIG_EQUALIZER is not set |
421 | # CONFIG_TUN is not set | 463 | # CONFIG_TUN is not set |
464 | # CONFIG_VETH is not set | ||
422 | # CONFIG_ARCNET is not set | 465 | # CONFIG_ARCNET is not set |
423 | # CONFIG_PHYLIB is not set | 466 | # CONFIG_PHYLIB is not set |
424 | CONFIG_NET_ETHERNET=y | 467 | CONFIG_NET_ETHERNET=y |
425 | CONFIG_MII=y | 468 | CONFIG_MII=y |
469 | # CONFIG_AX88796 is not set | ||
426 | # CONFIG_STNIC is not set | 470 | # CONFIG_STNIC is not set |
427 | # CONFIG_HAPPYMEAL is not set | 471 | # CONFIG_HAPPYMEAL is not set |
428 | # CONFIG_SUNGEM is not set | 472 | # CONFIG_SUNGEM is not set |
429 | # CONFIG_CASSINI is not set | 473 | # CONFIG_CASSINI is not set |
430 | # CONFIG_NET_VENDOR_3COM is not set | 474 | # CONFIG_NET_VENDOR_3COM is not set |
431 | # CONFIG_SMC91X is not set | 475 | # CONFIG_SMC91X is not set |
476 | # CONFIG_SMC911X is not set | ||
432 | # CONFIG_NET_TULIP is not set | 477 | # CONFIG_NET_TULIP is not set |
433 | # CONFIG_HP100 is not set | 478 | # CONFIG_HP100 is not set |
479 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
480 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
481 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
482 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
434 | CONFIG_NET_PCI=y | 483 | CONFIG_NET_PCI=y |
435 | # CONFIG_PCNET32 is not set | 484 | # CONFIG_PCNET32 is not set |
436 | # CONFIG_AMD8111_ETH is not set | 485 | # CONFIG_AMD8111_ETH is not set |
437 | # CONFIG_ADAPTEC_STARFIRE is not set | 486 | # CONFIG_ADAPTEC_STARFIRE is not set |
438 | # CONFIG_B44 is not set | 487 | # CONFIG_B44 is not set |
439 | # CONFIG_FORCEDETH is not set | 488 | # CONFIG_FORCEDETH is not set |
440 | # CONFIG_DGRS is not set | ||
441 | # CONFIG_EEPRO100 is not set | 489 | # CONFIG_EEPRO100 is not set |
442 | # CONFIG_E100 is not set | 490 | # CONFIG_E100 is not set |
443 | # CONFIG_FEALNX is not set | 491 | # CONFIG_FEALNX is not set |
@@ -449,6 +497,7 @@ CONFIG_8139TOO=y | |||
449 | # CONFIG_8139TOO_TUNE_TWISTER is not set | 497 | # CONFIG_8139TOO_TUNE_TWISTER is not set |
450 | # CONFIG_8139TOO_8129 is not set | 498 | # CONFIG_8139TOO_8129 is not set |
451 | # CONFIG_8139_OLD_RX_RESET is not set | 499 | # CONFIG_8139_OLD_RX_RESET is not set |
500 | # CONFIG_R6040 is not set | ||
452 | # CONFIG_SIS900 is not set | 501 | # CONFIG_SIS900 is not set |
453 | # CONFIG_EPIC100 is not set | 502 | # CONFIG_EPIC100 is not set |
454 | # CONFIG_SUNDANCE is not set | 503 | # CONFIG_SUNDANCE is not set |
@@ -464,12 +513,12 @@ CONFIG_8139TOO=y | |||
464 | # | 513 | # |
465 | # CONFIG_WLAN_PRE80211 is not set | 514 | # CONFIG_WLAN_PRE80211 is not set |
466 | # CONFIG_WLAN_80211 is not set | 515 | # CONFIG_WLAN_80211 is not set |
516 | # CONFIG_IWLWIFI_LEDS is not set | ||
467 | # CONFIG_WAN is not set | 517 | # CONFIG_WAN is not set |
468 | # CONFIG_FDDI is not set | 518 | # CONFIG_FDDI is not set |
469 | # CONFIG_HIPPI is not set | 519 | # CONFIG_HIPPI is not set |
470 | # CONFIG_PPP is not set | 520 | # CONFIG_PPP is not set |
471 | # CONFIG_SLIP is not set | 521 | # CONFIG_SLIP is not set |
472 | # CONFIG_SHAPER is not set | ||
473 | # CONFIG_NETCONSOLE is not set | 522 | # CONFIG_NETCONSOLE is not set |
474 | # CONFIG_NETPOLL is not set | 523 | # CONFIG_NETPOLL is not set |
475 | # CONFIG_NET_POLL_CONTROLLER is not set | 524 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -491,7 +540,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
491 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 540 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
492 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 541 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
493 | # CONFIG_INPUT_JOYDEV is not set | 542 | # CONFIG_INPUT_JOYDEV is not set |
494 | # CONFIG_INPUT_TSDEV is not set | ||
495 | # CONFIG_INPUT_EVDEV is not set | 543 | # CONFIG_INPUT_EVDEV is not set |
496 | # CONFIG_INPUT_EVBUG is not set | 544 | # CONFIG_INPUT_EVBUG is not set |
497 | 545 | ||
@@ -505,6 +553,8 @@ CONFIG_INPUT_KEYBOARD=y | |||
505 | # CONFIG_KEYBOARD_XTKBD is not set | 553 | # CONFIG_KEYBOARD_XTKBD is not set |
506 | # CONFIG_KEYBOARD_NEWTON is not set | 554 | # CONFIG_KEYBOARD_NEWTON is not set |
507 | # CONFIG_KEYBOARD_STOWAWAY is not set | 555 | # CONFIG_KEYBOARD_STOWAWAY is not set |
556 | CONFIG_KEYBOARD_MAPLE=y | ||
557 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
508 | CONFIG_INPUT_MOUSE=y | 558 | CONFIG_INPUT_MOUSE=y |
509 | # CONFIG_MOUSE_PS2 is not set | 559 | # CONFIG_MOUSE_PS2 is not set |
510 | # CONFIG_MOUSE_SERIAL is not set | 560 | # CONFIG_MOUSE_SERIAL is not set |
@@ -530,10 +580,13 @@ CONFIG_SERIO_LIBPS2=y | |||
530 | # Character devices | 580 | # Character devices |
531 | # | 581 | # |
532 | CONFIG_VT=y | 582 | CONFIG_VT=y |
583 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
533 | CONFIG_VT_CONSOLE=y | 584 | CONFIG_VT_CONSOLE=y |
534 | CONFIG_HW_CONSOLE=y | 585 | CONFIG_HW_CONSOLE=y |
535 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 586 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
587 | CONFIG_DEVKMEM=y | ||
536 | # CONFIG_SERIAL_NONSTANDARD is not set | 588 | # CONFIG_SERIAL_NONSTANDARD is not set |
589 | # CONFIG_NOZOMI is not set | ||
537 | 590 | ||
538 | # | 591 | # |
539 | # Serial drivers | 592 | # Serial drivers |
@@ -553,6 +606,19 @@ CONFIG_UNIX98_PTYS=y | |||
553 | CONFIG_LEGACY_PTYS=y | 606 | CONFIG_LEGACY_PTYS=y |
554 | CONFIG_LEGACY_PTY_COUNT=256 | 607 | CONFIG_LEGACY_PTY_COUNT=256 |
555 | # CONFIG_IPMI_HANDLER is not set | 608 | # CONFIG_IPMI_HANDLER is not set |
609 | CONFIG_HW_RANDOM=y | ||
610 | # CONFIG_R3964 is not set | ||
611 | # CONFIG_APPLICOM is not set | ||
612 | # CONFIG_RAW_DRIVER is not set | ||
613 | # CONFIG_TCG_TPM is not set | ||
614 | CONFIG_DEVPORT=y | ||
615 | # CONFIG_I2C is not set | ||
616 | # CONFIG_SPI is not set | ||
617 | # CONFIG_W1 is not set | ||
618 | # CONFIG_POWER_SUPPLY is not set | ||
619 | # CONFIG_HWMON is not set | ||
620 | # CONFIG_THERMAL is not set | ||
621 | # CONFIG_THERMAL_HWMON is not set | ||
556 | CONFIG_WATCHDOG=y | 622 | CONFIG_WATCHDOG=y |
557 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 623 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
558 | 624 | ||
@@ -568,45 +634,40 @@ CONFIG_SH_WDT=y | |||
568 | # | 634 | # |
569 | # CONFIG_PCIPCWATCHDOG is not set | 635 | # CONFIG_PCIPCWATCHDOG is not set |
570 | # CONFIG_WDTPCI is not set | 636 | # CONFIG_WDTPCI is not set |
571 | CONFIG_HW_RANDOM=y | ||
572 | # CONFIG_R3964 is not set | ||
573 | # CONFIG_APPLICOM is not set | ||
574 | # CONFIG_DRM is not set | ||
575 | # CONFIG_RAW_DRIVER is not set | ||
576 | # CONFIG_TCG_TPM is not set | ||
577 | CONFIG_DEVPORT=y | ||
578 | # CONFIG_I2C is not set | ||
579 | 637 | ||
580 | # | 638 | # |
581 | # SPI support | 639 | # Sonics Silicon Backplane |
582 | # | 640 | # |
583 | # CONFIG_SPI is not set | 641 | CONFIG_SSB_POSSIBLE=y |
584 | # CONFIG_SPI_MASTER is not set | 642 | # CONFIG_SSB is not set |
585 | # CONFIG_W1 is not set | ||
586 | # CONFIG_POWER_SUPPLY is not set | ||
587 | # CONFIG_HWMON is not set | ||
588 | 643 | ||
589 | # | 644 | # |
590 | # Multifunction device drivers | 645 | # Multifunction device drivers |
591 | # | 646 | # |
647 | # CONFIG_MFD_CORE is not set | ||
592 | # CONFIG_MFD_SM501 is not set | 648 | # CONFIG_MFD_SM501 is not set |
649 | # CONFIG_HTC_PASIC3 is not set | ||
593 | 650 | ||
594 | # | 651 | # |
595 | # Multimedia devices | 652 | # Multimedia devices |
596 | # | 653 | # |
654 | |||
655 | # | ||
656 | # Multimedia core support | ||
657 | # | ||
597 | # CONFIG_VIDEO_DEV is not set | 658 | # CONFIG_VIDEO_DEV is not set |
598 | # CONFIG_DVB_CORE is not set | 659 | # CONFIG_DVB_CORE is not set |
599 | # CONFIG_DAB is not set | 660 | # CONFIG_VIDEO_MEDIA is not set |
600 | 661 | ||
601 | # | 662 | # |
602 | # Graphics support | 663 | # Multimedia drivers |
603 | # | 664 | # |
604 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 665 | # CONFIG_DAB is not set |
605 | 666 | ||
606 | # | 667 | # |
607 | # Display device support | 668 | # Graphics support |
608 | # | 669 | # |
609 | # CONFIG_DISPLAY_SUPPORT is not set | 670 | # CONFIG_DRM is not set |
610 | # CONFIG_VGASTATE is not set | 671 | # CONFIG_VGASTATE is not set |
611 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 672 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
612 | CONFIG_FB=y | 673 | CONFIG_FB=y |
@@ -615,11 +676,12 @@ CONFIG_FIRMWARE_EDID=y | |||
615 | CONFIG_FB_CFB_FILLRECT=y | 676 | CONFIG_FB_CFB_FILLRECT=y |
616 | CONFIG_FB_CFB_COPYAREA=y | 677 | CONFIG_FB_CFB_COPYAREA=y |
617 | CONFIG_FB_CFB_IMAGEBLIT=y | 678 | CONFIG_FB_CFB_IMAGEBLIT=y |
679 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
618 | # CONFIG_FB_SYS_FILLRECT is not set | 680 | # CONFIG_FB_SYS_FILLRECT is not set |
619 | # CONFIG_FB_SYS_COPYAREA is not set | 681 | # CONFIG_FB_SYS_COPYAREA is not set |
620 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 682 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
683 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
621 | # CONFIG_FB_SYS_FOPS is not set | 684 | # CONFIG_FB_SYS_FOPS is not set |
622 | CONFIG_FB_DEFERRED_IO=y | ||
623 | # CONFIG_FB_SVGALIB is not set | 685 | # CONFIG_FB_SVGALIB is not set |
624 | # CONFIG_FB_MACMODES is not set | 686 | # CONFIG_FB_MACMODES is not set |
625 | # CONFIG_FB_BACKLIGHT is not set | 687 | # CONFIG_FB_BACKLIGHT is not set |
@@ -653,7 +715,15 @@ CONFIG_FB_PVR2=y | |||
653 | # CONFIG_FB_TRIDENT is not set | 715 | # CONFIG_FB_TRIDENT is not set |
654 | # CONFIG_FB_ARK is not set | 716 | # CONFIG_FB_ARK is not set |
655 | # CONFIG_FB_PM3 is not set | 717 | # CONFIG_FB_PM3 is not set |
718 | # CONFIG_FB_CARMINE is not set | ||
719 | # CONFIG_FB_SH_MOBILE_LCDC is not set | ||
656 | # CONFIG_FB_VIRTUAL is not set | 720 | # CONFIG_FB_VIRTUAL is not set |
721 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
722 | |||
723 | # | ||
724 | # Display device support | ||
725 | # | ||
726 | # CONFIG_DISPLAY_SUPPORT is not set | ||
657 | 727 | ||
658 | # | 728 | # |
659 | # Console display driver support | 729 | # Console display driver support |
@@ -680,49 +750,30 @@ CONFIG_LOGO=y | |||
680 | # CONFIG_LOGO_SUPERH_MONO is not set | 750 | # CONFIG_LOGO_SUPERH_MONO is not set |
681 | # CONFIG_LOGO_SUPERH_VGA16 is not set | 751 | # CONFIG_LOGO_SUPERH_VGA16 is not set |
682 | CONFIG_LOGO_SUPERH_CLUT224=y | 752 | CONFIG_LOGO_SUPERH_CLUT224=y |
683 | |||
684 | # | ||
685 | # Sound | ||
686 | # | ||
687 | # CONFIG_SOUND is not set | 753 | # CONFIG_SOUND is not set |
688 | CONFIG_HID_SUPPORT=y | 754 | CONFIG_HID_SUPPORT=y |
689 | CONFIG_HID=y | 755 | CONFIG_HID=y |
690 | # CONFIG_HID_DEBUG is not set | 756 | # CONFIG_HID_DEBUG is not set |
757 | # CONFIG_HIDRAW is not set | ||
691 | CONFIG_USB_SUPPORT=y | 758 | CONFIG_USB_SUPPORT=y |
692 | CONFIG_USB_ARCH_HAS_HCD=y | 759 | CONFIG_USB_ARCH_HAS_HCD=y |
693 | CONFIG_USB_ARCH_HAS_OHCI=y | 760 | CONFIG_USB_ARCH_HAS_OHCI=y |
694 | CONFIG_USB_ARCH_HAS_EHCI=y | 761 | CONFIG_USB_ARCH_HAS_EHCI=y |
695 | # CONFIG_USB is not set | 762 | # CONFIG_USB is not set |
763 | # CONFIG_USB_OTG_WHITELIST is not set | ||
764 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
696 | 765 | ||
697 | # | 766 | # |
698 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 767 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
699 | # | 768 | # |
700 | |||
701 | # | ||
702 | # USB Gadget Support | ||
703 | # | ||
704 | # CONFIG_USB_GADGET is not set | 769 | # CONFIG_USB_GADGET is not set |
705 | # CONFIG_MMC is not set | 770 | # CONFIG_MMC is not set |
771 | # CONFIG_MEMSTICK is not set | ||
706 | # CONFIG_NEW_LEDS is not set | 772 | # CONFIG_NEW_LEDS is not set |
773 | # CONFIG_ACCESSIBILITY is not set | ||
707 | # CONFIG_INFINIBAND is not set | 774 | # CONFIG_INFINIBAND is not set |
708 | # CONFIG_RTC_CLASS is not set | 775 | # CONFIG_RTC_CLASS is not set |
709 | 776 | # CONFIG_DMADEVICES is not set | |
710 | # | ||
711 | # DMA Engine support | ||
712 | # | ||
713 | # CONFIG_DMA_ENGINE is not set | ||
714 | |||
715 | # | ||
716 | # DMA Clients | ||
717 | # | ||
718 | |||
719 | # | ||
720 | # DMA Devices | ||
721 | # | ||
722 | |||
723 | # | ||
724 | # Userspace I/O | ||
725 | # | ||
726 | # CONFIG_UIO is not set | 777 | # CONFIG_UIO is not set |
727 | 778 | ||
728 | # | 779 | # |
@@ -735,14 +786,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
735 | # CONFIG_JFS_FS is not set | 786 | # CONFIG_JFS_FS is not set |
736 | # CONFIG_FS_POSIX_ACL is not set | 787 | # CONFIG_FS_POSIX_ACL is not set |
737 | # CONFIG_XFS_FS is not set | 788 | # CONFIG_XFS_FS is not set |
738 | # CONFIG_GFS2_FS is not set | ||
739 | # CONFIG_OCFS2_FS is not set | 789 | # CONFIG_OCFS2_FS is not set |
740 | # CONFIG_MINIX_FS is not set | 790 | # CONFIG_DNOTIFY is not set |
741 | # CONFIG_ROMFS_FS is not set | ||
742 | CONFIG_INOTIFY=y | 791 | CONFIG_INOTIFY=y |
743 | CONFIG_INOTIFY_USER=y | 792 | CONFIG_INOTIFY_USER=y |
744 | # CONFIG_QUOTA is not set | 793 | # CONFIG_QUOTA is not set |
745 | # CONFIG_DNOTIFY is not set | ||
746 | # CONFIG_AUTOFS_FS is not set | 794 | # CONFIG_AUTOFS_FS is not set |
747 | # CONFIG_AUTOFS4_FS is not set | 795 | # CONFIG_AUTOFS4_FS is not set |
748 | # CONFIG_FUSE_FS is not set | 796 | # CONFIG_FUSE_FS is not set |
@@ -771,7 +819,6 @@ CONFIG_TMPFS=y | |||
771 | # CONFIG_TMPFS_POSIX_ACL is not set | 819 | # CONFIG_TMPFS_POSIX_ACL is not set |
772 | CONFIG_HUGETLBFS=y | 820 | CONFIG_HUGETLBFS=y |
773 | CONFIG_HUGETLB_PAGE=y | 821 | CONFIG_HUGETLB_PAGE=y |
774 | CONFIG_RAMFS=y | ||
775 | # CONFIG_CONFIGFS_FS is not set | 822 | # CONFIG_CONFIGFS_FS is not set |
776 | 823 | ||
777 | # | 824 | # |
@@ -786,14 +833,14 @@ CONFIG_RAMFS=y | |||
786 | # CONFIG_EFS_FS is not set | 833 | # CONFIG_EFS_FS is not set |
787 | # CONFIG_CRAMFS is not set | 834 | # CONFIG_CRAMFS is not set |
788 | # CONFIG_VXFS_FS is not set | 835 | # CONFIG_VXFS_FS is not set |
836 | # CONFIG_MINIX_FS is not set | ||
837 | # CONFIG_OMFS_FS is not set | ||
789 | # CONFIG_HPFS_FS is not set | 838 | # CONFIG_HPFS_FS is not set |
790 | # CONFIG_QNX4FS_FS is not set | 839 | # CONFIG_QNX4FS_FS is not set |
840 | # CONFIG_ROMFS_FS is not set | ||
791 | # CONFIG_SYSV_FS is not set | 841 | # CONFIG_SYSV_FS is not set |
792 | # CONFIG_UFS_FS is not set | 842 | # CONFIG_UFS_FS is not set |
793 | 843 | CONFIG_NETWORK_FILESYSTEMS=y | |
794 | # | ||
795 | # Network File Systems | ||
796 | # | ||
797 | # CONFIG_NFS_FS is not set | 844 | # CONFIG_NFS_FS is not set |
798 | # CONFIG_NFSD is not set | 845 | # CONFIG_NFSD is not set |
799 | # CONFIG_SMB_FS is not set | 846 | # CONFIG_SMB_FS is not set |
@@ -807,35 +854,25 @@ CONFIG_RAMFS=y | |||
807 | # | 854 | # |
808 | # CONFIG_PARTITION_ADVANCED is not set | 855 | # CONFIG_PARTITION_ADVANCED is not set |
809 | CONFIG_MSDOS_PARTITION=y | 856 | CONFIG_MSDOS_PARTITION=y |
810 | |||
811 | # | ||
812 | # Native Language Support | ||
813 | # | ||
814 | # CONFIG_NLS is not set | 857 | # CONFIG_NLS is not set |
815 | |||
816 | # | ||
817 | # Distributed Lock Manager | ||
818 | # | ||
819 | # CONFIG_DLM is not set | 858 | # CONFIG_DLM is not set |
820 | 859 | ||
821 | # | 860 | # |
822 | # Profiling support | ||
823 | # | ||
824 | CONFIG_PROFILING=y | ||
825 | # CONFIG_OPROFILE is not set | ||
826 | |||
827 | # | ||
828 | # Kernel hacking | 861 | # Kernel hacking |
829 | # | 862 | # |
830 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 863 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
831 | # CONFIG_PRINTK_TIME is not set | 864 | # CONFIG_PRINTK_TIME is not set |
865 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
832 | CONFIG_ENABLE_MUST_CHECK=y | 866 | CONFIG_ENABLE_MUST_CHECK=y |
867 | CONFIG_FRAME_WARN=1024 | ||
833 | # CONFIG_MAGIC_SYSRQ is not set | 868 | # CONFIG_MAGIC_SYSRQ is not set |
834 | # CONFIG_UNUSED_SYMBOLS is not set | 869 | # CONFIG_UNUSED_SYMBOLS is not set |
835 | # CONFIG_DEBUG_FS is not set | 870 | # CONFIG_DEBUG_FS is not set |
836 | # CONFIG_HEADERS_CHECK is not set | 871 | # CONFIG_HEADERS_CHECK is not set |
837 | # CONFIG_DEBUG_KERNEL is not set | 872 | # CONFIG_DEBUG_KERNEL is not set |
838 | # CONFIG_DEBUG_BUGVERBOSE is not set | 873 | # CONFIG_DEBUG_BUGVERBOSE is not set |
874 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
875 | # CONFIG_SAMPLES is not set | ||
839 | # CONFIG_SH_STANDARD_BIOS is not set | 876 | # CONFIG_SH_STANDARD_BIOS is not set |
840 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 877 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
841 | # CONFIG_SH_KGDB is not set | 878 | # CONFIG_SH_KGDB is not set |
@@ -845,14 +882,95 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
845 | # | 882 | # |
846 | # CONFIG_KEYS is not set | 883 | # CONFIG_KEYS is not set |
847 | # CONFIG_SECURITY is not set | 884 | # CONFIG_SECURITY is not set |
848 | # CONFIG_CRYPTO is not set | 885 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
886 | CONFIG_CRYPTO=y | ||
887 | |||
888 | # | ||
889 | # Crypto core or helper | ||
890 | # | ||
891 | # CONFIG_CRYPTO_MANAGER is not set | ||
892 | # CONFIG_CRYPTO_GF128MUL is not set | ||
893 | # CONFIG_CRYPTO_NULL is not set | ||
894 | # CONFIG_CRYPTO_CRYPTD is not set | ||
895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
896 | # CONFIG_CRYPTO_TEST is not set | ||
897 | |||
898 | # | ||
899 | # Authenticated Encryption with Associated Data | ||
900 | # | ||
901 | # CONFIG_CRYPTO_CCM is not set | ||
902 | # CONFIG_CRYPTO_GCM is not set | ||
903 | # CONFIG_CRYPTO_SEQIV is not set | ||
904 | |||
905 | # | ||
906 | # Block modes | ||
907 | # | ||
908 | # CONFIG_CRYPTO_CBC is not set | ||
909 | # CONFIG_CRYPTO_CTR is not set | ||
910 | # CONFIG_CRYPTO_CTS is not set | ||
911 | # CONFIG_CRYPTO_ECB is not set | ||
912 | # CONFIG_CRYPTO_LRW is not set | ||
913 | # CONFIG_CRYPTO_PCBC is not set | ||
914 | # CONFIG_CRYPTO_XTS is not set | ||
915 | |||
916 | # | ||
917 | # Hash modes | ||
918 | # | ||
919 | # CONFIG_CRYPTO_HMAC is not set | ||
920 | # CONFIG_CRYPTO_XCBC is not set | ||
921 | |||
922 | # | ||
923 | # Digest | ||
924 | # | ||
925 | # CONFIG_CRYPTO_CRC32C is not set | ||
926 | # CONFIG_CRYPTO_MD4 is not set | ||
927 | # CONFIG_CRYPTO_MD5 is not set | ||
928 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
929 | # CONFIG_CRYPTO_RMD128 is not set | ||
930 | # CONFIG_CRYPTO_RMD160 is not set | ||
931 | # CONFIG_CRYPTO_RMD256 is not set | ||
932 | # CONFIG_CRYPTO_RMD320 is not set | ||
933 | # CONFIG_CRYPTO_SHA1 is not set | ||
934 | # CONFIG_CRYPTO_SHA256 is not set | ||
935 | # CONFIG_CRYPTO_SHA512 is not set | ||
936 | # CONFIG_CRYPTO_TGR192 is not set | ||
937 | # CONFIG_CRYPTO_WP512 is not set | ||
938 | |||
939 | # | ||
940 | # Ciphers | ||
941 | # | ||
942 | # CONFIG_CRYPTO_AES is not set | ||
943 | # CONFIG_CRYPTO_ANUBIS is not set | ||
944 | # CONFIG_CRYPTO_ARC4 is not set | ||
945 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
946 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
947 | # CONFIG_CRYPTO_CAST5 is not set | ||
948 | # CONFIG_CRYPTO_CAST6 is not set | ||
949 | # CONFIG_CRYPTO_DES is not set | ||
950 | # CONFIG_CRYPTO_FCRYPT is not set | ||
951 | # CONFIG_CRYPTO_KHAZAD is not set | ||
952 | # CONFIG_CRYPTO_SALSA20 is not set | ||
953 | # CONFIG_CRYPTO_SEED is not set | ||
954 | # CONFIG_CRYPTO_SERPENT is not set | ||
955 | # CONFIG_CRYPTO_TEA is not set | ||
956 | # CONFIG_CRYPTO_TWOFISH is not set | ||
957 | |||
958 | # | ||
959 | # Compression | ||
960 | # | ||
961 | # CONFIG_CRYPTO_DEFLATE is not set | ||
962 | # CONFIG_CRYPTO_LZO is not set | ||
963 | CONFIG_CRYPTO_HW=y | ||
964 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
849 | 965 | ||
850 | # | 966 | # |
851 | # Library routines | 967 | # Library routines |
852 | # | 968 | # |
853 | CONFIG_BITREVERSE=y | 969 | CONFIG_BITREVERSE=y |
970 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
854 | # CONFIG_CRC_CCITT is not set | 971 | # CONFIG_CRC_CCITT is not set |
855 | # CONFIG_CRC16 is not set | 972 | # CONFIG_CRC16 is not set |
973 | # CONFIG_CRC_T10DIF is not set | ||
856 | # CONFIG_CRC_ITU_T is not set | 974 | # CONFIG_CRC_ITU_T is not set |
857 | CONFIG_CRC32=y | 975 | CONFIG_CRC32=y |
858 | # CONFIG_CRC7 is not set | 976 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/hp6xx_defconfig b/arch/sh/configs/hp6xx_defconfig index 756d38dc2f71..41e25b3a5b01 100644 --- a/arch/sh/configs/hp6xx_defconfig +++ b/arch/sh/configs/hp6xx_defconfig | |||
@@ -1,9 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.23-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Sep 11 19:42:44 2007 | 4 | # Wed Jul 30 01:24:57 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -20,6 +22,7 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 24 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
25 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
24 | 27 | ||
25 | # | 28 | # |
@@ -34,12 +37,15 @@ CONFIG_SWAP=y | |||
34 | # CONFIG_SYSVIPC is not set | 37 | # CONFIG_SYSVIPC is not set |
35 | CONFIG_BSD_PROCESS_ACCT=y | 38 | CONFIG_BSD_PROCESS_ACCT=y |
36 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 39 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
37 | # CONFIG_USER_NS is not set | ||
38 | CONFIG_IKCONFIG=y | 40 | CONFIG_IKCONFIG=y |
39 | CONFIG_IKCONFIG_PROC=y | 41 | CONFIG_IKCONFIG_PROC=y |
40 | CONFIG_LOG_BUF_SHIFT=14 | 42 | CONFIG_LOG_BUF_SHIFT=14 |
43 | # CONFIG_CGROUPS is not set | ||
44 | # CONFIG_GROUP_SCHED is not set | ||
41 | CONFIG_SYSFS_DEPRECATED=y | 45 | CONFIG_SYSFS_DEPRECATED=y |
46 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
42 | # CONFIG_RELAY is not set | 47 | # CONFIG_RELAY is not set |
48 | # CONFIG_NAMESPACES is not set | ||
43 | # CONFIG_BLK_DEV_INITRD is not set | 49 | # CONFIG_BLK_DEV_INITRD is not set |
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 50 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
45 | CONFIG_SYSCTL=y | 51 | CONFIG_SYSCTL=y |
@@ -52,6 +58,7 @@ CONFIG_HOTPLUG=y | |||
52 | CONFIG_PRINTK=y | 58 | CONFIG_PRINTK=y |
53 | CONFIG_BUG=y | 59 | CONFIG_BUG=y |
54 | CONFIG_ELF_CORE=y | 60 | CONFIG_ELF_CORE=y |
61 | CONFIG_COMPAT_BRK=y | ||
55 | CONFIG_BASE_FULL=y | 62 | CONFIG_BASE_FULL=y |
56 | CONFIG_FUTEX=y | 63 | CONFIG_FUTEX=y |
57 | CONFIG_ANON_INODES=y | 64 | CONFIG_ANON_INODES=y |
@@ -64,6 +71,19 @@ CONFIG_VM_EVENT_COUNTERS=y | |||
64 | CONFIG_SLAB=y | 71 | CONFIG_SLAB=y |
65 | # CONFIG_SLUB is not set | 72 | # CONFIG_SLUB is not set |
66 | # CONFIG_SLOB is not set | 73 | # CONFIG_SLOB is not set |
74 | # CONFIG_PROFILING is not set | ||
75 | # CONFIG_MARKERS is not set | ||
76 | CONFIG_HAVE_OPROFILE=y | ||
77 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
78 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
79 | # CONFIG_HAVE_KPROBES is not set | ||
80 | # CONFIG_HAVE_KRETPROBES is not set | ||
81 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
82 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
83 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
84 | CONFIG_HAVE_CLK=y | ||
85 | CONFIG_PROC_PAGE_MONITOR=y | ||
86 | CONFIG_SLABINFO=y | ||
67 | CONFIG_RT_MUTEXES=y | 87 | CONFIG_RT_MUTEXES=y |
68 | # CONFIG_TINY_SHMEM is not set | 88 | # CONFIG_TINY_SHMEM is not set |
69 | CONFIG_BASE_SMALL=0 | 89 | CONFIG_BASE_SMALL=0 |
@@ -73,6 +93,7 @@ CONFIG_BLOCK=y | |||
73 | # CONFIG_BLK_DEV_IO_TRACE is not set | 93 | # CONFIG_BLK_DEV_IO_TRACE is not set |
74 | # CONFIG_LSF is not set | 94 | # CONFIG_LSF is not set |
75 | # CONFIG_BLK_DEV_BSG is not set | 95 | # CONFIG_BLK_DEV_BSG is not set |
96 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
76 | 97 | ||
77 | # | 98 | # |
78 | # IO Schedulers | 99 | # IO Schedulers |
@@ -86,13 +107,17 @@ CONFIG_DEFAULT_AS=y | |||
86 | # CONFIG_DEFAULT_CFQ is not set | 107 | # CONFIG_DEFAULT_CFQ is not set |
87 | # CONFIG_DEFAULT_NOOP is not set | 108 | # CONFIG_DEFAULT_NOOP is not set |
88 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 109 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
110 | CONFIG_CLASSIC_RCU=y | ||
89 | 111 | ||
90 | # | 112 | # |
91 | # System type | 113 | # System type |
92 | # | 114 | # |
93 | CONFIG_CPU_SH3=y | 115 | CONFIG_CPU_SH3=y |
94 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 116 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
95 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
120 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
96 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 121 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
97 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 122 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
98 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -101,6 +126,7 @@ CONFIG_CPU_SUBTYPE_SH7709=y | |||
101 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
102 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
103 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
129 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
104 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
105 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
106 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -109,14 +135,17 @@ CONFIG_CPU_SUBTYPE_SH7709=y | |||
109 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 135 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
110 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
111 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
112 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
113 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 139 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
114 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 140 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
116 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
117 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 143 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 145 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
147 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
120 | 149 | ||
121 | # | 150 | # |
122 | # Memory management options | 151 | # Memory management options |
@@ -126,6 +155,7 @@ CONFIG_MMU=y | |||
126 | CONFIG_PAGE_OFFSET=0x80000000 | 155 | CONFIG_PAGE_OFFSET=0x80000000 |
127 | CONFIG_MEMORY_START=0x0d000000 | 156 | CONFIG_MEMORY_START=0x0d000000 |
128 | CONFIG_MEMORY_SIZE=0x00400000 | 157 | CONFIG_MEMORY_SIZE=0x00400000 |
158 | CONFIG_29BIT=y | ||
129 | CONFIG_VSYSCALL=y | 159 | CONFIG_VSYSCALL=y |
130 | CONFIG_ARCH_FLATMEM_ENABLE=y | 160 | CONFIG_ARCH_FLATMEM_ENABLE=y |
131 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 161 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
@@ -135,7 +165,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
135 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 165 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
136 | CONFIG_PAGE_SIZE_4KB=y | 166 | CONFIG_PAGE_SIZE_4KB=y |
137 | # CONFIG_PAGE_SIZE_8KB is not set | 167 | # CONFIG_PAGE_SIZE_8KB is not set |
168 | # CONFIG_PAGE_SIZE_16KB is not set | ||
138 | # CONFIG_PAGE_SIZE_64KB is not set | 169 | # CONFIG_PAGE_SIZE_64KB is not set |
170 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
139 | CONFIG_SELECT_MEMORY_MODEL=y | 171 | CONFIG_SELECT_MEMORY_MODEL=y |
140 | CONFIG_FLATMEM_MANUAL=y | 172 | CONFIG_FLATMEM_MANUAL=y |
141 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 173 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -143,6 +175,8 @@ CONFIG_FLATMEM_MANUAL=y | |||
143 | CONFIG_FLATMEM=y | 175 | CONFIG_FLATMEM=y |
144 | CONFIG_FLAT_NODE_MEM_MAP=y | 176 | CONFIG_FLAT_NODE_MEM_MAP=y |
145 | CONFIG_SPARSEMEM_STATIC=y | 177 | CONFIG_SPARSEMEM_STATIC=y |
178 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
179 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
146 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 180 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
147 | # CONFIG_RESOURCES_64BIT is not set | 181 | # CONFIG_RESOURCES_64BIT is not set |
148 | CONFIG_ZONE_DMA_FLAG=0 | 182 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -181,6 +215,7 @@ CONFIG_SH_PCLK_FREQ=22110000 | |||
181 | # CONFIG_TICK_ONESHOT is not set | 215 | # CONFIG_TICK_ONESHOT is not set |
182 | # CONFIG_NO_HZ is not set | 216 | # CONFIG_NO_HZ is not set |
183 | # CONFIG_HIGH_RES_TIMERS is not set | 217 | # CONFIG_HIGH_RES_TIMERS is not set |
218 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
184 | 219 | ||
185 | # | 220 | # |
186 | # CPU Frequency scaling | 221 | # CPU Frequency scaling |
@@ -219,11 +254,14 @@ CONFIG_HZ_250=y | |||
219 | # CONFIG_HZ_300 is not set | 254 | # CONFIG_HZ_300 is not set |
220 | # CONFIG_HZ_1000 is not set | 255 | # CONFIG_HZ_1000 is not set |
221 | CONFIG_HZ=250 | 256 | CONFIG_HZ=250 |
257 | # CONFIG_SCHED_HRTICK is not set | ||
222 | # CONFIG_KEXEC is not set | 258 | # CONFIG_KEXEC is not set |
223 | # CONFIG_CRASH_DUMP is not set | 259 | # CONFIG_CRASH_DUMP is not set |
224 | CONFIG_PREEMPT_NONE=y | 260 | CONFIG_PREEMPT_NONE=y |
225 | # CONFIG_PREEMPT_VOLUNTARY is not set | 261 | # CONFIG_PREEMPT_VOLUNTARY is not set |
226 | # CONFIG_PREEMPT is not set | 262 | # CONFIG_PREEMPT is not set |
263 | CONFIG_GUSA=y | ||
264 | # CONFIG_GUSA_RB is not set | ||
227 | 265 | ||
228 | # | 266 | # |
229 | # Boot options | 267 | # Boot options |
@@ -237,10 +275,6 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000 | |||
237 | # | 275 | # |
238 | CONFIG_ISA=y | 276 | CONFIG_ISA=y |
239 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 277 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
240 | |||
241 | # | ||
242 | # PCCARD (PCMCIA/CardBus) support | ||
243 | # | ||
244 | CONFIG_PCCARD=y | 278 | CONFIG_PCCARD=y |
245 | # CONFIG_PCMCIA_DEBUG is not set | 279 | # CONFIG_PCMCIA_DEBUG is not set |
246 | CONFIG_PCMCIA=y | 280 | CONFIG_PCMCIA=y |
@@ -263,11 +297,12 @@ CONFIG_BINFMT_ELF=y | |||
263 | # | 297 | # |
264 | # Power management options (EXPERIMENTAL) | 298 | # Power management options (EXPERIMENTAL) |
265 | # | 299 | # |
300 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
266 | CONFIG_PM=y | 301 | CONFIG_PM=y |
267 | CONFIG_PM_LEGACY=y | ||
268 | # CONFIG_PM_DEBUG is not set | 302 | # CONFIG_PM_DEBUG is not set |
269 | CONFIG_PM_SLEEP=y | 303 | CONFIG_PM_SLEEP=y |
270 | CONFIG_SUSPEND=y | 304 | CONFIG_SUSPEND=y |
305 | CONFIG_SUSPEND_FREEZER=y | ||
271 | CONFIG_APM_EMULATION=y | 306 | CONFIG_APM_EMULATION=y |
272 | 307 | ||
273 | # | 308 | # |
@@ -282,9 +317,12 @@ CONFIG_APM_EMULATION=y | |||
282 | # | 317 | # |
283 | # Generic Driver Options | 318 | # Generic Driver Options |
284 | # | 319 | # |
320 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
285 | # CONFIG_STANDALONE is not set | 321 | # CONFIG_STANDALONE is not set |
286 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 322 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
287 | CONFIG_FW_LOADER=y | 323 | CONFIG_FW_LOADER=y |
324 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
325 | CONFIG_EXTRA_FIRMWARE="" | ||
288 | # CONFIG_SYS_HYPERVISOR is not set | 326 | # CONFIG_SYS_HYPERVISOR is not set |
289 | # CONFIG_MTD is not set | 327 | # CONFIG_MTD is not set |
290 | # CONFIG_PARPORT is not set | 328 | # CONFIG_PARPORT is not set |
@@ -294,8 +332,11 @@ CONFIG_BLK_DEV=y | |||
294 | # CONFIG_BLK_DEV_LOOP is not set | 332 | # CONFIG_BLK_DEV_LOOP is not set |
295 | # CONFIG_BLK_DEV_RAM is not set | 333 | # CONFIG_BLK_DEV_RAM is not set |
296 | # CONFIG_CDROM_PKTCDVD is not set | 334 | # CONFIG_CDROM_PKTCDVD is not set |
335 | # CONFIG_BLK_DEV_HD is not set | ||
297 | CONFIG_MISC_DEVICES=y | 336 | CONFIG_MISC_DEVICES=y |
298 | # CONFIG_EEPROM_93CX6 is not set | 337 | # CONFIG_EEPROM_93CX6 is not set |
338 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
339 | CONFIG_HAVE_IDE=y | ||
299 | # CONFIG_IDE is not set | 340 | # CONFIG_IDE is not set |
300 | 341 | ||
301 | # | 342 | # |
@@ -332,6 +373,7 @@ CONFIG_BLK_DEV_SD=y | |||
332 | # CONFIG_SCSI_SPI_ATTRS is not set | 373 | # CONFIG_SCSI_SPI_ATTRS is not set |
333 | # CONFIG_SCSI_FC_ATTRS is not set | 374 | # CONFIG_SCSI_FC_ATTRS is not set |
334 | # CONFIG_SCSI_SAS_LIBSAS is not set | 375 | # CONFIG_SCSI_SAS_LIBSAS is not set |
376 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
335 | CONFIG_SCSI_LOWLEVEL=y | 377 | CONFIG_SCSI_LOWLEVEL=y |
336 | # CONFIG_SCSI_AHA152X is not set | 378 | # CONFIG_SCSI_AHA152X is not set |
337 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 379 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
@@ -342,14 +384,17 @@ CONFIG_SCSI_LOWLEVEL=y | |||
342 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | 384 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set |
343 | # CONFIG_SCSI_NCR53C406A is not set | 385 | # CONFIG_SCSI_NCR53C406A is not set |
344 | # CONFIG_SCSI_PAS16 is not set | 386 | # CONFIG_SCSI_PAS16 is not set |
345 | # CONFIG_SCSI_PSI240I is not set | ||
346 | # CONFIG_SCSI_QLOGIC_FAS is not set | 387 | # CONFIG_SCSI_QLOGIC_FAS is not set |
347 | # CONFIG_SCSI_SYM53C416 is not set | 388 | # CONFIG_SCSI_SYM53C416 is not set |
348 | # CONFIG_SCSI_T128 is not set | 389 | # CONFIG_SCSI_T128 is not set |
349 | # CONFIG_SCSI_DEBUG is not set | 390 | # CONFIG_SCSI_DEBUG is not set |
350 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | 391 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set |
392 | # CONFIG_SCSI_DH is not set | ||
351 | CONFIG_ATA=y | 393 | CONFIG_ATA=y |
352 | # CONFIG_ATA_NONSTANDARD is not set | 394 | # CONFIG_ATA_NONSTANDARD is not set |
395 | CONFIG_SATA_PMP=y | ||
396 | CONFIG_ATA_SFF=y | ||
397 | # CONFIG_SATA_MV is not set | ||
353 | # CONFIG_PATA_LEGACY is not set | 398 | # CONFIG_PATA_LEGACY is not set |
354 | # CONFIG_PATA_PCMCIA is not set | 399 | # CONFIG_PATA_PCMCIA is not set |
355 | # CONFIG_PATA_QDI is not set | 400 | # CONFIG_PATA_QDI is not set |
@@ -370,11 +415,9 @@ CONFIG_INPUT_POLLDEV=y | |||
370 | # | 415 | # |
371 | # CONFIG_INPUT_MOUSEDEV is not set | 416 | # CONFIG_INPUT_MOUSEDEV is not set |
372 | # CONFIG_INPUT_JOYDEV is not set | 417 | # CONFIG_INPUT_JOYDEV is not set |
373 | CONFIG_INPUT_TSDEV=y | ||
374 | CONFIG_INPUT_TSDEV_SCREEN_X=240 | ||
375 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
376 | CONFIG_INPUT_EVDEV=y | 418 | CONFIG_INPUT_EVDEV=y |
377 | # CONFIG_INPUT_EVBUG is not set | 419 | # CONFIG_INPUT_EVBUG is not set |
420 | # CONFIG_INPUT_APMPOWER is not set | ||
378 | 421 | ||
379 | # | 422 | # |
380 | # Input Device Drivers | 423 | # Input Device Drivers |
@@ -387,6 +430,7 @@ CONFIG_INPUT_KEYBOARD=y | |||
387 | # CONFIG_KEYBOARD_NEWTON is not set | 430 | # CONFIG_KEYBOARD_NEWTON is not set |
388 | # CONFIG_KEYBOARD_STOWAWAY is not set | 431 | # CONFIG_KEYBOARD_STOWAWAY is not set |
389 | CONFIG_KEYBOARD_HP6XX=y | 432 | CONFIG_KEYBOARD_HP6XX=y |
433 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
390 | # CONFIG_INPUT_MOUSE is not set | 434 | # CONFIG_INPUT_MOUSE is not set |
391 | # CONFIG_INPUT_JOYSTICK is not set | 435 | # CONFIG_INPUT_JOYSTICK is not set |
392 | # CONFIG_INPUT_TABLET is not set | 436 | # CONFIG_INPUT_TABLET is not set |
@@ -395,12 +439,15 @@ CONFIG_INPUT_TOUCHSCREEN=y | |||
395 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 439 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
396 | # CONFIG_TOUCHSCREEN_ELO is not set | 440 | # CONFIG_TOUCHSCREEN_ELO is not set |
397 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | 441 | # CONFIG_TOUCHSCREEN_MTOUCH is not set |
442 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
398 | # CONFIG_TOUCHSCREEN_MK712 is not set | 443 | # CONFIG_TOUCHSCREEN_MK712 is not set |
399 | CONFIG_TOUCHSCREEN_HP600=y | 444 | CONFIG_TOUCHSCREEN_HP600=y |
445 | # CONFIG_TOUCHSCREEN_HTCPEN is not set | ||
400 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | 446 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set |
401 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | 447 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set |
402 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | 448 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set |
403 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | 449 | # CONFIG_TOUCHSCREEN_UCB1400 is not set |
450 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
404 | # CONFIG_INPUT_MISC is not set | 451 | # CONFIG_INPUT_MISC is not set |
405 | 452 | ||
406 | # | 453 | # |
@@ -417,9 +464,11 @@ CONFIG_SERIO=y | |||
417 | # Character devices | 464 | # Character devices |
418 | # | 465 | # |
419 | CONFIG_VT=y | 466 | CONFIG_VT=y |
467 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
420 | CONFIG_VT_CONSOLE=y | 468 | CONFIG_VT_CONSOLE=y |
421 | CONFIG_HW_CONSOLE=y | 469 | CONFIG_HW_CONSOLE=y |
422 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 470 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
471 | CONFIG_DEVKMEM=y | ||
423 | # CONFIG_SERIAL_NONSTANDARD is not set | 472 | # CONFIG_SERIAL_NONSTANDARD is not set |
424 | 473 | ||
425 | # | 474 | # |
@@ -439,7 +488,6 @@ CONFIG_UNIX98_PTYS=y | |||
439 | CONFIG_LEGACY_PTYS=y | 488 | CONFIG_LEGACY_PTYS=y |
440 | CONFIG_LEGACY_PTY_COUNT=64 | 489 | CONFIG_LEGACY_PTY_COUNT=64 |
441 | # CONFIG_IPMI_HANDLER is not set | 490 | # CONFIG_IPMI_HANDLER is not set |
442 | # CONFIG_WATCHDOG is not set | ||
443 | CONFIG_HW_RANDOM=y | 491 | CONFIG_HW_RANDOM=y |
444 | # CONFIG_DTLK is not set | 492 | # CONFIG_DTLK is not set |
445 | # CONFIG_R3964 is not set | 493 | # CONFIG_R3964 is not set |
@@ -454,39 +502,45 @@ CONFIG_HW_RANDOM=y | |||
454 | # CONFIG_TCG_TPM is not set | 502 | # CONFIG_TCG_TPM is not set |
455 | CONFIG_DEVPORT=y | 503 | CONFIG_DEVPORT=y |
456 | # CONFIG_I2C is not set | 504 | # CONFIG_I2C is not set |
457 | |||
458 | # | ||
459 | # SPI support | ||
460 | # | ||
461 | # CONFIG_SPI is not set | 505 | # CONFIG_SPI is not set |
462 | # CONFIG_SPI_MASTER is not set | ||
463 | # CONFIG_W1 is not set | 506 | # CONFIG_W1 is not set |
464 | # CONFIG_POWER_SUPPLY is not set | 507 | # CONFIG_POWER_SUPPLY is not set |
465 | # CONFIG_HWMON is not set | 508 | # CONFIG_HWMON is not set |
509 | # CONFIG_THERMAL is not set | ||
510 | # CONFIG_THERMAL_HWMON is not set | ||
511 | # CONFIG_WATCHDOG is not set | ||
512 | |||
513 | # | ||
514 | # Sonics Silicon Backplane | ||
515 | # | ||
516 | CONFIG_SSB_POSSIBLE=y | ||
517 | # CONFIG_SSB is not set | ||
466 | 518 | ||
467 | # | 519 | # |
468 | # Multifunction device drivers | 520 | # Multifunction device drivers |
469 | # | 521 | # |
522 | # CONFIG_MFD_CORE is not set | ||
470 | # CONFIG_MFD_SM501 is not set | 523 | # CONFIG_MFD_SM501 is not set |
524 | # CONFIG_HTC_PASIC3 is not set | ||
471 | 525 | ||
472 | # | 526 | # |
473 | # Multimedia devices | 527 | # Multimedia devices |
474 | # | 528 | # |
529 | |||
530 | # | ||
531 | # Multimedia core support | ||
532 | # | ||
475 | # CONFIG_VIDEO_DEV is not set | 533 | # CONFIG_VIDEO_DEV is not set |
476 | # CONFIG_DAB is not set | 534 | # CONFIG_VIDEO_MEDIA is not set |
477 | 535 | ||
478 | # | 536 | # |
479 | # Graphics support | 537 | # Multimedia drivers |
480 | # | 538 | # |
481 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 539 | # CONFIG_DAB is not set |
482 | CONFIG_LCD_CLASS_DEVICE=y | ||
483 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
484 | CONFIG_BACKLIGHT_HP680=y | ||
485 | 540 | ||
486 | # | 541 | # |
487 | # Display device support | 542 | # Graphics support |
488 | # | 543 | # |
489 | # CONFIG_DISPLAY_SUPPORT is not set | ||
490 | # CONFIG_VGASTATE is not set | 544 | # CONFIG_VGASTATE is not set |
491 | CONFIG_VIDEO_OUTPUT_CONTROL=y | 545 | CONFIG_VIDEO_OUTPUT_CONTROL=y |
492 | CONFIG_FB=y | 546 | CONFIG_FB=y |
@@ -495,11 +549,12 @@ CONFIG_FIRMWARE_EDID=y | |||
495 | CONFIG_FB_CFB_FILLRECT=y | 549 | CONFIG_FB_CFB_FILLRECT=y |
496 | CONFIG_FB_CFB_COPYAREA=y | 550 | CONFIG_FB_CFB_COPYAREA=y |
497 | CONFIG_FB_CFB_IMAGEBLIT=y | 551 | CONFIG_FB_CFB_IMAGEBLIT=y |
552 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
498 | # CONFIG_FB_SYS_FILLRECT is not set | 553 | # CONFIG_FB_SYS_FILLRECT is not set |
499 | # CONFIG_FB_SYS_COPYAREA is not set | 554 | # CONFIG_FB_SYS_COPYAREA is not set |
500 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 555 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
556 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
501 | # CONFIG_FB_SYS_FOPS is not set | 557 | # CONFIG_FB_SYS_FOPS is not set |
502 | CONFIG_FB_DEFERRED_IO=y | ||
503 | # CONFIG_FB_SVGALIB is not set | 558 | # CONFIG_FB_SVGALIB is not set |
504 | # CONFIG_FB_MACMODES is not set | 559 | # CONFIG_FB_MACMODES is not set |
505 | # CONFIG_FB_BACKLIGHT is not set | 560 | # CONFIG_FB_BACKLIGHT is not set |
@@ -511,7 +566,20 @@ CONFIG_FB_DEFERRED_IO=y | |||
511 | # | 566 | # |
512 | # CONFIG_FB_S1D13XXX is not set | 567 | # CONFIG_FB_S1D13XXX is not set |
513 | CONFIG_FB_HIT=y | 568 | CONFIG_FB_HIT=y |
569 | CONFIG_FB_SH_MOBILE_LCDC=y | ||
514 | # CONFIG_FB_VIRTUAL is not set | 570 | # CONFIG_FB_VIRTUAL is not set |
571 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
572 | CONFIG_LCD_CLASS_DEVICE=y | ||
573 | # CONFIG_LCD_ILI9320 is not set | ||
574 | # CONFIG_LCD_PLATFORM is not set | ||
575 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
576 | # CONFIG_BACKLIGHT_CORGI is not set | ||
577 | CONFIG_BACKLIGHT_HP680=y | ||
578 | |||
579 | # | ||
580 | # Display device support | ||
581 | # | ||
582 | # CONFIG_DISPLAY_SUPPORT is not set | ||
515 | 583 | ||
516 | # | 584 | # |
517 | # Console display driver support | 585 | # Console display driver support |
@@ -533,15 +601,13 @@ CONFIG_FONT_PEARL_8x8=y | |||
533 | # CONFIG_FONT_SUN12x22 is not set | 601 | # CONFIG_FONT_SUN12x22 is not set |
534 | # CONFIG_FONT_10x18 is not set | 602 | # CONFIG_FONT_10x18 is not set |
535 | # CONFIG_LOGO is not set | 603 | # CONFIG_LOGO is not set |
536 | |||
537 | # | ||
538 | # Sound | ||
539 | # | ||
540 | # CONFIG_SOUND is not set | 604 | # CONFIG_SOUND is not set |
541 | # CONFIG_HID_SUPPORT is not set | 605 | # CONFIG_HID_SUPPORT is not set |
542 | # CONFIG_USB_SUPPORT is not set | 606 | # CONFIG_USB_SUPPORT is not set |
543 | # CONFIG_MMC is not set | 607 | # CONFIG_MMC is not set |
608 | # CONFIG_MEMSTICK is not set | ||
544 | # CONFIG_NEW_LEDS is not set | 609 | # CONFIG_NEW_LEDS is not set |
610 | # CONFIG_ACCESSIBILITY is not set | ||
545 | CONFIG_RTC_LIB=y | 611 | CONFIG_RTC_LIB=y |
546 | CONFIG_RTC_CLASS=y | 612 | CONFIG_RTC_CLASS=y |
547 | CONFIG_RTC_HCTOSYS=y | 613 | CONFIG_RTC_HCTOSYS=y |
@@ -564,9 +630,10 @@ CONFIG_RTC_INTF_DEV=y | |||
564 | # | 630 | # |
565 | # Platform RTC drivers | 631 | # Platform RTC drivers |
566 | # | 632 | # |
633 | # CONFIG_RTC_DRV_DS1511 is not set | ||
567 | # CONFIG_RTC_DRV_DS1553 is not set | 634 | # CONFIG_RTC_DRV_DS1553 is not set |
568 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
569 | # CONFIG_RTC_DRV_DS1742 is not set | 635 | # CONFIG_RTC_DRV_DS1742 is not set |
636 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
570 | # CONFIG_RTC_DRV_M48T86 is not set | 637 | # CONFIG_RTC_DRV_M48T86 is not set |
571 | # CONFIG_RTC_DRV_M48T59 is not set | 638 | # CONFIG_RTC_DRV_M48T59 is not set |
572 | # CONFIG_RTC_DRV_V3020 is not set | 639 | # CONFIG_RTC_DRV_V3020 is not set |
@@ -575,23 +642,7 @@ CONFIG_RTC_INTF_DEV=y | |||
575 | # on-CPU RTC drivers | 642 | # on-CPU RTC drivers |
576 | # | 643 | # |
577 | CONFIG_RTC_DRV_SH=y | 644 | CONFIG_RTC_DRV_SH=y |
578 | 645 | # CONFIG_DMADEVICES is not set | |
579 | # | ||
580 | # DMA Engine support | ||
581 | # | ||
582 | # CONFIG_DMA_ENGINE is not set | ||
583 | |||
584 | # | ||
585 | # DMA Clients | ||
586 | # | ||
587 | |||
588 | # | ||
589 | # DMA Devices | ||
590 | # | ||
591 | |||
592 | # | ||
593 | # Userspace I/O | ||
594 | # | ||
595 | # CONFIG_UIO is not set | 646 | # CONFIG_UIO is not set |
596 | 647 | ||
597 | # | 648 | # |
@@ -606,13 +657,10 @@ CONFIG_EXT2_FS=y | |||
606 | # CONFIG_JFS_FS is not set | 657 | # CONFIG_JFS_FS is not set |
607 | # CONFIG_FS_POSIX_ACL is not set | 658 | # CONFIG_FS_POSIX_ACL is not set |
608 | # CONFIG_XFS_FS is not set | 659 | # CONFIG_XFS_FS is not set |
609 | # CONFIG_GFS2_FS is not set | 660 | CONFIG_DNOTIFY=y |
610 | # CONFIG_MINIX_FS is not set | ||
611 | # CONFIG_ROMFS_FS is not set | ||
612 | CONFIG_INOTIFY=y | 661 | CONFIG_INOTIFY=y |
613 | CONFIG_INOTIFY_USER=y | 662 | CONFIG_INOTIFY_USER=y |
614 | # CONFIG_QUOTA is not set | 663 | # CONFIG_QUOTA is not set |
615 | CONFIG_DNOTIFY=y | ||
616 | # CONFIG_AUTOFS_FS is not set | 664 | # CONFIG_AUTOFS_FS is not set |
617 | # CONFIG_AUTOFS4_FS is not set | 665 | # CONFIG_AUTOFS4_FS is not set |
618 | # CONFIG_FUSE_FS is not set | 666 | # CONFIG_FUSE_FS is not set |
@@ -643,7 +691,6 @@ CONFIG_SYSFS=y | |||
643 | # CONFIG_TMPFS is not set | 691 | # CONFIG_TMPFS is not set |
644 | # CONFIG_HUGETLBFS is not set | 692 | # CONFIG_HUGETLBFS is not set |
645 | # CONFIG_HUGETLB_PAGE is not set | 693 | # CONFIG_HUGETLB_PAGE is not set |
646 | CONFIG_RAMFS=y | ||
647 | # CONFIG_CONFIGFS_FS is not set | 694 | # CONFIG_CONFIGFS_FS is not set |
648 | 695 | ||
649 | # | 696 | # |
@@ -658,8 +705,11 @@ CONFIG_RAMFS=y | |||
658 | # CONFIG_EFS_FS is not set | 705 | # CONFIG_EFS_FS is not set |
659 | # CONFIG_CRAMFS is not set | 706 | # CONFIG_CRAMFS is not set |
660 | # CONFIG_VXFS_FS is not set | 707 | # CONFIG_VXFS_FS is not set |
708 | # CONFIG_MINIX_FS is not set | ||
709 | # CONFIG_OMFS_FS is not set | ||
661 | # CONFIG_HPFS_FS is not set | 710 | # CONFIG_HPFS_FS is not set |
662 | # CONFIG_QNX4FS_FS is not set | 711 | # CONFIG_QNX4FS_FS is not set |
712 | # CONFIG_ROMFS_FS is not set | ||
663 | # CONFIG_SYSV_FS is not set | 713 | # CONFIG_SYSV_FS is not set |
664 | # CONFIG_UFS_FS is not set | 714 | # CONFIG_UFS_FS is not set |
665 | 715 | ||
@@ -668,10 +718,6 @@ CONFIG_RAMFS=y | |||
668 | # | 718 | # |
669 | # CONFIG_PARTITION_ADVANCED is not set | 719 | # CONFIG_PARTITION_ADVANCED is not set |
670 | CONFIG_MSDOS_PARTITION=y | 720 | CONFIG_MSDOS_PARTITION=y |
671 | |||
672 | # | ||
673 | # Native Language Support | ||
674 | # | ||
675 | CONFIG_NLS=y | 721 | CONFIG_NLS=y |
676 | CONFIG_NLS_DEFAULT="iso8859-1" | 722 | CONFIG_NLS_DEFAULT="iso8859-1" |
677 | # CONFIG_NLS_CODEPAGE_437 is not set | 723 | # CONFIG_NLS_CODEPAGE_437 is not set |
@@ -714,22 +760,21 @@ CONFIG_NLS_CODEPAGE_850=y | |||
714 | # CONFIG_NLS_UTF8 is not set | 760 | # CONFIG_NLS_UTF8 is not set |
715 | 761 | ||
716 | # | 762 | # |
717 | # Profiling support | ||
718 | # | ||
719 | # CONFIG_PROFILING is not set | ||
720 | |||
721 | # | ||
722 | # Kernel hacking | 763 | # Kernel hacking |
723 | # | 764 | # |
724 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 765 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
725 | # CONFIG_PRINTK_TIME is not set | 766 | # CONFIG_PRINTK_TIME is not set |
767 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
726 | CONFIG_ENABLE_MUST_CHECK=y | 768 | CONFIG_ENABLE_MUST_CHECK=y |
769 | CONFIG_FRAME_WARN=1024 | ||
727 | # CONFIG_MAGIC_SYSRQ is not set | 770 | # CONFIG_MAGIC_SYSRQ is not set |
728 | # CONFIG_UNUSED_SYMBOLS is not set | 771 | # CONFIG_UNUSED_SYMBOLS is not set |
729 | # CONFIG_DEBUG_FS is not set | 772 | # CONFIG_DEBUG_FS is not set |
730 | # CONFIG_HEADERS_CHECK is not set | 773 | # CONFIG_HEADERS_CHECK is not set |
731 | # CONFIG_DEBUG_KERNEL is not set | 774 | # CONFIG_DEBUG_KERNEL is not set |
732 | # CONFIG_DEBUG_BUGVERBOSE is not set | 775 | # CONFIG_DEBUG_BUGVERBOSE is not set |
776 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
777 | # CONFIG_SAMPLES is not set | ||
733 | # CONFIG_SH_STANDARD_BIOS is not set | 778 | # CONFIG_SH_STANDARD_BIOS is not set |
734 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 779 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
735 | # CONFIG_SH_KGDB is not set | 780 | # CONFIG_SH_KGDB is not set |
@@ -739,50 +784,95 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
739 | # | 784 | # |
740 | # CONFIG_KEYS is not set | 785 | # CONFIG_KEYS is not set |
741 | # CONFIG_SECURITY is not set | 786 | # CONFIG_SECURITY is not set |
787 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
742 | CONFIG_CRYPTO=y | 788 | CONFIG_CRYPTO=y |
789 | |||
790 | # | ||
791 | # Crypto core or helper | ||
792 | # | ||
743 | CONFIG_CRYPTO_ALGAPI=y | 793 | CONFIG_CRYPTO_ALGAPI=y |
744 | CONFIG_CRYPTO_BLKCIPHER=y | 794 | CONFIG_CRYPTO_BLKCIPHER=y |
745 | CONFIG_CRYPTO_MANAGER=y | 795 | CONFIG_CRYPTO_MANAGER=y |
796 | # CONFIG_CRYPTO_GF128MUL is not set | ||
797 | # CONFIG_CRYPTO_NULL is not set | ||
798 | # CONFIG_CRYPTO_CRYPTD is not set | ||
799 | # CONFIG_CRYPTO_AUTHENC is not set | ||
800 | |||
801 | # | ||
802 | # Authenticated Encryption with Associated Data | ||
803 | # | ||
804 | # CONFIG_CRYPTO_CCM is not set | ||
805 | # CONFIG_CRYPTO_GCM is not set | ||
806 | # CONFIG_CRYPTO_SEQIV is not set | ||
807 | |||
808 | # | ||
809 | # Block modes | ||
810 | # | ||
811 | CONFIG_CRYPTO_CBC=y | ||
812 | # CONFIG_CRYPTO_CTR is not set | ||
813 | # CONFIG_CRYPTO_CTS is not set | ||
814 | CONFIG_CRYPTO_ECB=y | ||
815 | # CONFIG_CRYPTO_LRW is not set | ||
816 | CONFIG_CRYPTO_PCBC=y | ||
817 | # CONFIG_CRYPTO_XTS is not set | ||
818 | |||
819 | # | ||
820 | # Hash modes | ||
821 | # | ||
746 | # CONFIG_CRYPTO_HMAC is not set | 822 | # CONFIG_CRYPTO_HMAC is not set |
747 | # CONFIG_CRYPTO_XCBC is not set | 823 | # CONFIG_CRYPTO_XCBC is not set |
748 | # CONFIG_CRYPTO_NULL is not set | 824 | |
825 | # | ||
826 | # Digest | ||
827 | # | ||
828 | # CONFIG_CRYPTO_CRC32C is not set | ||
749 | # CONFIG_CRYPTO_MD4 is not set | 829 | # CONFIG_CRYPTO_MD4 is not set |
750 | CONFIG_CRYPTO_MD5=y | 830 | CONFIG_CRYPTO_MD5=y |
831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
832 | # CONFIG_CRYPTO_RMD128 is not set | ||
833 | # CONFIG_CRYPTO_RMD160 is not set | ||
834 | # CONFIG_CRYPTO_RMD256 is not set | ||
835 | # CONFIG_CRYPTO_RMD320 is not set | ||
751 | # CONFIG_CRYPTO_SHA1 is not set | 836 | # CONFIG_CRYPTO_SHA1 is not set |
752 | # CONFIG_CRYPTO_SHA256 is not set | 837 | # CONFIG_CRYPTO_SHA256 is not set |
753 | # CONFIG_CRYPTO_SHA512 is not set | 838 | # CONFIG_CRYPTO_SHA512 is not set |
754 | # CONFIG_CRYPTO_WP512 is not set | ||
755 | # CONFIG_CRYPTO_TGR192 is not set | 839 | # CONFIG_CRYPTO_TGR192 is not set |
756 | # CONFIG_CRYPTO_GF128MUL is not set | 840 | # CONFIG_CRYPTO_WP512 is not set |
757 | CONFIG_CRYPTO_ECB=y | 841 | |
758 | CONFIG_CRYPTO_CBC=y | 842 | # |
759 | CONFIG_CRYPTO_PCBC=y | 843 | # Ciphers |
760 | # CONFIG_CRYPTO_LRW is not set | 844 | # |
761 | # CONFIG_CRYPTO_CRYPTD is not set | ||
762 | # CONFIG_CRYPTO_DES is not set | ||
763 | # CONFIG_CRYPTO_FCRYPT is not set | ||
764 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
765 | # CONFIG_CRYPTO_TWOFISH is not set | ||
766 | # CONFIG_CRYPTO_SERPENT is not set | ||
767 | # CONFIG_CRYPTO_AES is not set | 845 | # CONFIG_CRYPTO_AES is not set |
846 | # CONFIG_CRYPTO_ANUBIS is not set | ||
847 | # CONFIG_CRYPTO_ARC4 is not set | ||
848 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
849 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
768 | # CONFIG_CRYPTO_CAST5 is not set | 850 | # CONFIG_CRYPTO_CAST5 is not set |
769 | # CONFIG_CRYPTO_CAST6 is not set | 851 | # CONFIG_CRYPTO_CAST6 is not set |
770 | # CONFIG_CRYPTO_TEA is not set | 852 | # CONFIG_CRYPTO_DES is not set |
771 | # CONFIG_CRYPTO_ARC4 is not set | 853 | # CONFIG_CRYPTO_FCRYPT is not set |
772 | # CONFIG_CRYPTO_KHAZAD is not set | 854 | # CONFIG_CRYPTO_KHAZAD is not set |
773 | # CONFIG_CRYPTO_ANUBIS is not set | 855 | # CONFIG_CRYPTO_SALSA20 is not set |
856 | # CONFIG_CRYPTO_SEED is not set | ||
857 | # CONFIG_CRYPTO_SERPENT is not set | ||
858 | # CONFIG_CRYPTO_TEA is not set | ||
859 | # CONFIG_CRYPTO_TWOFISH is not set | ||
860 | |||
861 | # | ||
862 | # Compression | ||
863 | # | ||
774 | # CONFIG_CRYPTO_DEFLATE is not set | 864 | # CONFIG_CRYPTO_DEFLATE is not set |
775 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 865 | # CONFIG_CRYPTO_LZO is not set |
776 | # CONFIG_CRYPTO_CRC32C is not set | ||
777 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
778 | # CONFIG_CRYPTO_HW is not set | 866 | # CONFIG_CRYPTO_HW is not set |
779 | 867 | ||
780 | # | 868 | # |
781 | # Library routines | 869 | # Library routines |
782 | # | 870 | # |
783 | CONFIG_BITREVERSE=y | 871 | CONFIG_BITREVERSE=y |
872 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
784 | # CONFIG_CRC_CCITT is not set | 873 | # CONFIG_CRC_CCITT is not set |
785 | CONFIG_CRC16=y | 874 | CONFIG_CRC16=y |
875 | CONFIG_CRC_T10DIF=y | ||
786 | # CONFIG_CRC_ITU_T is not set | 876 | # CONFIG_CRC_ITU_T is not set |
787 | CONFIG_CRC32=y | 877 | CONFIG_CRC32=y |
788 | # CONFIG_CRC7 is not set | 878 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/landisk_defconfig b/arch/sh/configs/landisk_defconfig index 38f934ab50c7..99cc39c5c6ca 100644 --- a/arch/sh/configs/landisk_defconfig +++ b/arch/sh/configs/landisk_defconfig | |||
@@ -1,44 +1,53 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.19 | 3 | # Linux kernel version: 2.6.26 |
4 | # Thu Dec 7 17:13:04 2006 | 4 | # Wed Jul 30 01:35:07 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
10 | CONFIG_GENERIC_BUG=y | ||
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 12 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 14 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 15 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
13 | # CONFIG_GENERIC_TIME is not set | 16 | CONFIG_GENERIC_TIME=y |
17 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
18 | CONFIG_SYS_SUPPORTS_PCI=y | ||
14 | CONFIG_STACKTRACE_SUPPORT=y | 19 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_LOCKDEP_SUPPORT=y | 20 | CONFIG_LOCKDEP_SUPPORT=y |
21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
17 | 26 | ||
18 | # | 27 | # |
19 | # Code maturity level options | 28 | # General setup |
20 | # | 29 | # |
21 | CONFIG_EXPERIMENTAL=y | 30 | CONFIG_EXPERIMENTAL=y |
22 | CONFIG_BROKEN_ON_SMP=y | 31 | CONFIG_BROKEN_ON_SMP=y |
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 32 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_LOCALVERSION="" | 33 | CONFIG_LOCALVERSION="" |
29 | CONFIG_LOCALVERSION_AUTO=y | 34 | CONFIG_LOCALVERSION_AUTO=y |
30 | CONFIG_SWAP=y | 35 | CONFIG_SWAP=y |
31 | CONFIG_SYSVIPC=y | 36 | CONFIG_SYSVIPC=y |
32 | # CONFIG_IPC_NS is not set | 37 | CONFIG_SYSVIPC_SYSCTL=y |
33 | # CONFIG_POSIX_MQUEUE is not set | 38 | # CONFIG_POSIX_MQUEUE is not set |
34 | # CONFIG_BSD_PROCESS_ACCT is not set | 39 | # CONFIG_BSD_PROCESS_ACCT is not set |
35 | # CONFIG_TASKSTATS is not set | 40 | # CONFIG_TASKSTATS is not set |
36 | # CONFIG_UTS_NS is not set | ||
37 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
38 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | ||
44 | # CONFIG_CGROUPS is not set | ||
45 | # CONFIG_GROUP_SCHED is not set | ||
39 | CONFIG_SYSFS_DEPRECATED=y | 46 | CONFIG_SYSFS_DEPRECATED=y |
47 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
40 | # CONFIG_RELAY is not set | 48 | # CONFIG_RELAY is not set |
41 | CONFIG_INITRAMFS_SOURCE="" | 49 | # CONFIG_NAMESPACES is not set |
50 | # CONFIG_BLK_DEV_INITRD is not set | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
43 | CONFIG_SYSCTL=y | 52 | CONFIG_SYSCTL=y |
44 | CONFIG_EMBEDDED=y | 53 | CONFIG_EMBEDDED=y |
@@ -50,34 +59,48 @@ CONFIG_HOTPLUG=y | |||
50 | CONFIG_PRINTK=y | 59 | CONFIG_PRINTK=y |
51 | CONFIG_BUG=y | 60 | CONFIG_BUG=y |
52 | CONFIG_ELF_CORE=y | 61 | CONFIG_ELF_CORE=y |
62 | CONFIG_COMPAT_BRK=y | ||
53 | CONFIG_BASE_FULL=y | 63 | CONFIG_BASE_FULL=y |
54 | CONFIG_FUTEX=y | 64 | CONFIG_FUTEX=y |
65 | CONFIG_ANON_INODES=y | ||
55 | CONFIG_EPOLL=y | 66 | CONFIG_EPOLL=y |
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
56 | CONFIG_SHMEM=y | 70 | CONFIG_SHMEM=y |
57 | CONFIG_SLAB=y | ||
58 | CONFIG_VM_EVENT_COUNTERS=y | 71 | CONFIG_VM_EVENT_COUNTERS=y |
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | # CONFIG_PROFILING is not set | ||
76 | # CONFIG_MARKERS is not set | ||
77 | CONFIG_HAVE_OPROFILE=y | ||
78 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
79 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
80 | # CONFIG_HAVE_KPROBES is not set | ||
81 | # CONFIG_HAVE_KRETPROBES is not set | ||
82 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
83 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
84 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
85 | CONFIG_HAVE_CLK=y | ||
86 | CONFIG_PROC_PAGE_MONITOR=y | ||
87 | CONFIG_SLABINFO=y | ||
59 | CONFIG_RT_MUTEXES=y | 88 | CONFIG_RT_MUTEXES=y |
60 | # CONFIG_TINY_SHMEM is not set | 89 | # CONFIG_TINY_SHMEM is not set |
61 | CONFIG_BASE_SMALL=0 | 90 | CONFIG_BASE_SMALL=0 |
62 | # CONFIG_SLOB is not set | ||
63 | |||
64 | # | ||
65 | # Loadable module support | ||
66 | # | ||
67 | CONFIG_MODULES=y | 91 | CONFIG_MODULES=y |
92 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
68 | CONFIG_MODULE_UNLOAD=y | 93 | CONFIG_MODULE_UNLOAD=y |
69 | CONFIG_MODULE_FORCE_UNLOAD=y | 94 | CONFIG_MODULE_FORCE_UNLOAD=y |
70 | # CONFIG_MODVERSIONS is not set | 95 | # CONFIG_MODVERSIONS is not set |
71 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 96 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
72 | CONFIG_KMOD=y | 97 | CONFIG_KMOD=y |
73 | |||
74 | # | ||
75 | # Block layer | ||
76 | # | ||
77 | CONFIG_BLOCK=y | 98 | CONFIG_BLOCK=y |
78 | # CONFIG_LBD is not set | 99 | # CONFIG_LBD is not set |
79 | # CONFIG_BLK_DEV_IO_TRACE is not set | 100 | # CONFIG_BLK_DEV_IO_TRACE is not set |
80 | # CONFIG_LSF is not set | 101 | # CONFIG_LSF is not set |
102 | # CONFIG_BLK_DEV_BSG is not set | ||
103 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
81 | 104 | ||
82 | # | 105 | # |
83 | # IO Schedulers | 106 | # IO Schedulers |
@@ -91,67 +114,26 @@ CONFIG_DEFAULT_AS=y | |||
91 | # CONFIG_DEFAULT_CFQ is not set | 114 | # CONFIG_DEFAULT_CFQ is not set |
92 | # CONFIG_DEFAULT_NOOP is not set | 115 | # CONFIG_DEFAULT_NOOP is not set |
93 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 116 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
117 | CONFIG_CLASSIC_RCU=y | ||
94 | 118 | ||
95 | # | 119 | # |
96 | # System type | 120 | # System type |
97 | # | 121 | # |
98 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
99 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
100 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
101 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
102 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
103 | # CONFIG_SH_7751_SYSTEMH is not set | ||
104 | # CONFIG_SH_HP6XX is not set | ||
105 | # CONFIG_SH_EC3104 is not set | ||
106 | # CONFIG_SH_SATURN is not set | ||
107 | # CONFIG_SH_DREAMCAST is not set | ||
108 | # CONFIG_SH_BIGSUR is not set | ||
109 | # CONFIG_SH_MPC1211 is not set | ||
110 | # CONFIG_SH_SH03 is not set | ||
111 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
112 | # CONFIG_SH_HS7751RVOIP is not set | ||
113 | # CONFIG_SH_7710VOIPGW is not set | ||
114 | # CONFIG_SH_RTS7751R2D is not set | ||
115 | # CONFIG_SH_R7780RP is not set | ||
116 | # CONFIG_SH_EDOSK7705 is not set | ||
117 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
118 | CONFIG_SH_LANDISK=y | ||
119 | # CONFIG_SH_TITAN is not set | ||
120 | # CONFIG_SH_SHMIN is not set | ||
121 | # CONFIG_SH_7206_SOLUTION_ENGINE is not set | ||
122 | # CONFIG_SH_7619_SOLUTION_ENGINE is not set | ||
123 | # CONFIG_SH_UNKNOWN is not set | ||
124 | |||
125 | # | ||
126 | # Processor selection | ||
127 | # | ||
128 | CONFIG_CPU_SH4=y | 122 | CONFIG_CPU_SH4=y |
129 | |||
130 | # | ||
131 | # SH-2 Processor Support | ||
132 | # | ||
133 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
134 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
135 | 124 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | |
136 | # | ||
137 | # SH-2A Processor Support | ||
138 | # | ||
139 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
140 | 126 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | |
141 | # | 127 | # CONFIG_CPU_SUBTYPE_MXG is not set |
142 | # SH-3 Processor Support | ||
143 | # | ||
144 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
145 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
147 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
148 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
149 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
150 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
151 | 134 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
152 | # | 135 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
153 | # SH-4 Processor Support | 136 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
154 | # | ||
155 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
156 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
157 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 139 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -160,53 +142,60 @@ CONFIG_CPU_SH4=y | |||
160 | CONFIG_CPU_SUBTYPE_SH7751R=y | 142 | CONFIG_CPU_SUBTYPE_SH7751R=y |
161 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
162 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
163 | 145 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | |
164 | # | 146 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
165 | # ST40 Processor Support | ||
166 | # | ||
167 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
168 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
169 | |||
170 | # | ||
171 | # SH-4A Processor Support | ||
172 | # | ||
173 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
174 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
175 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
176 | 150 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | |
177 | # | ||
178 | # SH4AL-DSP Processor Support | ||
179 | # | ||
180 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
181 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
152 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
153 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
155 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
182 | 156 | ||
183 | # | 157 | # |
184 | # Memory management options | 158 | # Memory management options |
185 | # | 159 | # |
160 | CONFIG_QUICKLIST=y | ||
186 | CONFIG_MMU=y | 161 | CONFIG_MMU=y |
187 | CONFIG_PAGE_OFFSET=0x80000000 | 162 | CONFIG_PAGE_OFFSET=0x80000000 |
188 | CONFIG_MEMORY_START=0x0c000000 | 163 | CONFIG_MEMORY_START=0x0c000000 |
189 | CONFIG_MEMORY_SIZE=0x04000000 | 164 | CONFIG_MEMORY_SIZE=0x04000000 |
165 | CONFIG_29BIT=y | ||
190 | CONFIG_VSYSCALL=y | 166 | CONFIG_VSYSCALL=y |
167 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
168 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
169 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
170 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
171 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
172 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
191 | CONFIG_PAGE_SIZE_4KB=y | 173 | CONFIG_PAGE_SIZE_4KB=y |
192 | # CONFIG_PAGE_SIZE_8KB is not set | 174 | # CONFIG_PAGE_SIZE_8KB is not set |
175 | # CONFIG_PAGE_SIZE_16KB is not set | ||
193 | # CONFIG_PAGE_SIZE_64KB is not set | 176 | # CONFIG_PAGE_SIZE_64KB is not set |
177 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
194 | CONFIG_SELECT_MEMORY_MODEL=y | 178 | CONFIG_SELECT_MEMORY_MODEL=y |
195 | CONFIG_FLATMEM_MANUAL=y | 179 | CONFIG_FLATMEM_MANUAL=y |
196 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 180 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
197 | # CONFIG_SPARSEMEM_MANUAL is not set | 181 | # CONFIG_SPARSEMEM_MANUAL is not set |
198 | CONFIG_FLATMEM=y | 182 | CONFIG_FLATMEM=y |
199 | CONFIG_FLAT_NODE_MEM_MAP=y | 183 | CONFIG_FLAT_NODE_MEM_MAP=y |
200 | # CONFIG_SPARSEMEM_STATIC is not set | 184 | CONFIG_SPARSEMEM_STATIC=y |
185 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
186 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 187 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
202 | # CONFIG_RESOURCES_64BIT is not set | 188 | # CONFIG_RESOURCES_64BIT is not set |
189 | CONFIG_ZONE_DMA_FLAG=0 | ||
190 | CONFIG_NR_QUICK=2 | ||
203 | 191 | ||
204 | # | 192 | # |
205 | # Cache configuration | 193 | # Cache configuration |
206 | # | 194 | # |
207 | # CONFIG_SH_DIRECT_MAPPED is not set | 195 | # CONFIG_SH_DIRECT_MAPPED is not set |
208 | # CONFIG_SH_WRITETHROUGH is not set | 196 | CONFIG_CACHE_WRITEBACK=y |
209 | # CONFIG_SH_OCRAM is not set | 197 | # CONFIG_CACHE_WRITETHROUGH is not set |
198 | # CONFIG_CACHE_OFF is not set | ||
210 | 199 | ||
211 | # | 200 | # |
212 | # Processor features | 201 | # Processor features |
@@ -214,19 +203,32 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
214 | CONFIG_CPU_LITTLE_ENDIAN=y | 203 | CONFIG_CPU_LITTLE_ENDIAN=y |
215 | # CONFIG_CPU_BIG_ENDIAN is not set | 204 | # CONFIG_CPU_BIG_ENDIAN is not set |
216 | CONFIG_SH_FPU=y | 205 | CONFIG_SH_FPU=y |
217 | # CONFIG_SH_DSP is not set | ||
218 | # CONFIG_SH_STORE_QUEUES is not set | 206 | # CONFIG_SH_STORE_QUEUES is not set |
219 | CONFIG_CPU_HAS_INTEVT=y | 207 | CONFIG_CPU_HAS_INTEVT=y |
220 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
221 | CONFIG_CPU_HAS_SR_RB=y | 208 | CONFIG_CPU_HAS_SR_RB=y |
222 | CONFIG_CPU_HAS_PTEA=y | 209 | CONFIG_CPU_HAS_PTEA=y |
210 | CONFIG_CPU_HAS_FPU=y | ||
223 | 211 | ||
224 | # | 212 | # |
225 | # Timer support | 213 | # Board support |
214 | # | ||
215 | # CONFIG_SH_7751_SYSTEMH is not set | ||
216 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
217 | # CONFIG_SH_RTS7751R2D is not set | ||
218 | CONFIG_SH_LANDISK=y | ||
219 | # CONFIG_SH_TITAN is not set | ||
220 | # CONFIG_SH_LBOX_RE2 is not set | ||
221 | |||
222 | # | ||
223 | # Timer and clock configuration | ||
226 | # | 224 | # |
227 | CONFIG_SH_TMU=y | 225 | CONFIG_SH_TMU=y |
228 | CONFIG_SH_TIMER_IRQ=16 | 226 | CONFIG_SH_TIMER_IRQ=16 |
229 | CONFIG_SH_PCLK_FREQ=33333333 | 227 | CONFIG_SH_PCLK_FREQ=33333333 |
228 | # CONFIG_TICK_ONESHOT is not set | ||
229 | # CONFIG_NO_HZ is not set | ||
230 | # CONFIG_HIGH_RES_TIMERS is not set | ||
231 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
230 | 232 | ||
231 | # | 233 | # |
232 | # CPU Frequency scaling | 234 | # CPU Frequency scaling |
@@ -241,12 +243,11 @@ CONFIG_SH_PCLK_FREQ=33333333 | |||
241 | # | 243 | # |
242 | # Companion Chips | 244 | # Companion Chips |
243 | # | 245 | # |
244 | # CONFIG_HD6446X_SERIES is not set | ||
245 | CONFIG_HEARTBEAT=y | ||
246 | 246 | ||
247 | # | 247 | # |
248 | # Additional SuperH Device Drivers | 248 | # Additional SuperH Device Drivers |
249 | # | 249 | # |
250 | CONFIG_HEARTBEAT=y | ||
250 | # CONFIG_PUSH_SWITCH is not set | 251 | # CONFIG_PUSH_SWITCH is not set |
251 | 252 | ||
252 | # | 253 | # |
@@ -254,13 +255,17 @@ CONFIG_HEARTBEAT=y | |||
254 | # | 255 | # |
255 | # CONFIG_HZ_100 is not set | 256 | # CONFIG_HZ_100 is not set |
256 | CONFIG_HZ_250=y | 257 | CONFIG_HZ_250=y |
258 | # CONFIG_HZ_300 is not set | ||
257 | # CONFIG_HZ_1000 is not set | 259 | # CONFIG_HZ_1000 is not set |
258 | CONFIG_HZ=250 | 260 | CONFIG_HZ=250 |
261 | # CONFIG_SCHED_HRTICK is not set | ||
259 | CONFIG_KEXEC=y | 262 | CONFIG_KEXEC=y |
260 | # CONFIG_SMP is not set | 263 | # CONFIG_CRASH_DUMP is not set |
261 | CONFIG_PREEMPT_NONE=y | 264 | CONFIG_PREEMPT_NONE=y |
262 | # CONFIG_PREEMPT_VOLUNTARY is not set | 265 | # CONFIG_PREEMPT_VOLUNTARY is not set |
263 | # CONFIG_PREEMPT is not set | 266 | # CONFIG_PREEMPT is not set |
267 | CONFIG_GUSA=y | ||
268 | # CONFIG_GUSA_RB is not set | ||
264 | 269 | ||
265 | # | 270 | # |
266 | # Boot options | 271 | # Boot options |
@@ -273,16 +278,12 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000 | |||
273 | # | 278 | # |
274 | # Bus options | 279 | # Bus options |
275 | # | 280 | # |
276 | CONFIG_ISA=y | ||
277 | CONFIG_PCI=y | 281 | CONFIG_PCI=y |
278 | CONFIG_SH_PCIDMA_NONCOHERENT=y | 282 | CONFIG_SH_PCIDMA_NONCOHERENT=y |
279 | CONFIG_PCI_AUTO=y | 283 | CONFIG_PCI_AUTO=y |
280 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | 284 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y |
281 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | 285 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
282 | 286 | CONFIG_PCI_LEGACY=y | |
283 | # | ||
284 | # PCCARD (PCMCIA/CardBus) support | ||
285 | # | ||
286 | CONFIG_PCCARD=y | 287 | CONFIG_PCCARD=y |
287 | # CONFIG_PCMCIA_DEBUG is not set | 288 | # CONFIG_PCMCIA_DEBUG is not set |
288 | CONFIG_PCMCIA=y | 289 | CONFIG_PCMCIA=y |
@@ -301,29 +302,16 @@ CONFIG_YENTA_ENE_TUNE=y | |||
301 | CONFIG_YENTA_TOSHIBA=y | 302 | CONFIG_YENTA_TOSHIBA=y |
302 | # CONFIG_PD6729 is not set | 303 | # CONFIG_PD6729 is not set |
303 | # CONFIG_I82092 is not set | 304 | # CONFIG_I82092 is not set |
304 | # CONFIG_I82365 is not set | ||
305 | # CONFIG_TCIC is not set | ||
306 | CONFIG_PCMCIA_PROBE=y | ||
307 | CONFIG_PCCARD_NONSTATIC=y | 305 | CONFIG_PCCARD_NONSTATIC=y |
308 | |||
309 | # | ||
310 | # PCI Hotplug Support | ||
311 | # | ||
312 | # CONFIG_HOTPLUG_PCI is not set | 306 | # CONFIG_HOTPLUG_PCI is not set |
313 | 307 | ||
314 | # | 308 | # |
315 | # Executable file formats | 309 | # Executable file formats |
316 | # | 310 | # |
317 | CONFIG_BINFMT_ELF=y | 311 | CONFIG_BINFMT_ELF=y |
318 | # CONFIG_BINFMT_FLAT is not set | ||
319 | # CONFIG_BINFMT_MISC is not set | 312 | # CONFIG_BINFMT_MISC is not set |
320 | 313 | ||
321 | # | 314 | # |
322 | # Power management options (EXPERIMENTAL) | ||
323 | # | ||
324 | # CONFIG_PM is not set | ||
325 | |||
326 | # | ||
327 | # Networking | 315 | # Networking |
328 | # | 316 | # |
329 | CONFIG_NET=y | 317 | CONFIG_NET=y |
@@ -331,13 +319,14 @@ CONFIG_NET=y | |||
331 | # | 319 | # |
332 | # Networking options | 320 | # Networking options |
333 | # | 321 | # |
334 | # CONFIG_NETDEBUG is not set | ||
335 | CONFIG_PACKET=y | 322 | CONFIG_PACKET=y |
336 | # CONFIG_PACKET_MMAP is not set | 323 | # CONFIG_PACKET_MMAP is not set |
337 | CONFIG_UNIX=y | 324 | CONFIG_UNIX=y |
338 | CONFIG_XFRM=y | 325 | CONFIG_XFRM=y |
339 | # CONFIG_XFRM_USER is not set | 326 | # CONFIG_XFRM_USER is not set |
340 | # CONFIG_XFRM_SUB_POLICY is not set | 327 | # CONFIG_XFRM_SUB_POLICY is not set |
328 | # CONFIG_XFRM_MIGRATE is not set | ||
329 | # CONFIG_XFRM_STATISTICS is not set | ||
341 | # CONFIG_NET_KEY is not set | 330 | # CONFIG_NET_KEY is not set |
342 | CONFIG_INET=y | 331 | CONFIG_INET=y |
343 | # CONFIG_IP_MULTICAST is not set | 332 | # CONFIG_IP_MULTICAST is not set |
@@ -364,49 +353,36 @@ CONFIG_IP_PNP=y | |||
364 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 353 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
365 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 354 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
366 | CONFIG_INET_XFRM_MODE_BEET=y | 355 | CONFIG_INET_XFRM_MODE_BEET=y |
356 | # CONFIG_INET_LRO is not set | ||
367 | CONFIG_INET_DIAG=y | 357 | CONFIG_INET_DIAG=y |
368 | CONFIG_INET_TCP_DIAG=y | 358 | CONFIG_INET_TCP_DIAG=y |
369 | # CONFIG_TCP_CONG_ADVANCED is not set | 359 | # CONFIG_TCP_CONG_ADVANCED is not set |
370 | CONFIG_TCP_CONG_CUBIC=y | 360 | CONFIG_TCP_CONG_CUBIC=y |
371 | CONFIG_DEFAULT_TCP_CONG="cubic" | 361 | CONFIG_DEFAULT_TCP_CONG="cubic" |
372 | # CONFIG_TCP_MD5SIG is not set | 362 | # CONFIG_TCP_MD5SIG is not set |
373 | |||
374 | # | ||
375 | # IP: Virtual Server Configuration | ||
376 | # | ||
377 | # CONFIG_IP_VS is not set | 363 | # CONFIG_IP_VS is not set |
378 | # CONFIG_IPV6 is not set | 364 | # CONFIG_IPV6 is not set |
379 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
380 | # CONFIG_INET6_TUNNEL is not set | ||
381 | # CONFIG_NETWORK_SECMARK is not set | 365 | # CONFIG_NETWORK_SECMARK is not set |
382 | CONFIG_NETFILTER=y | 366 | CONFIG_NETFILTER=y |
383 | # CONFIG_NETFILTER_DEBUG is not set | 367 | # CONFIG_NETFILTER_DEBUG is not set |
368 | CONFIG_NETFILTER_ADVANCED=y | ||
384 | 369 | ||
385 | # | 370 | # |
386 | # Core Netfilter Configuration | 371 | # Core Netfilter Configuration |
387 | # | 372 | # |
388 | # CONFIG_NETFILTER_NETLINK is not set | 373 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set |
389 | # CONFIG_NF_CONNTRACK_ENABLED is not set | 374 | # CONFIG_NETFILTER_NETLINK_LOG is not set |
375 | # CONFIG_NF_CONNTRACK is not set | ||
390 | # CONFIG_NETFILTER_XTABLES is not set | 376 | # CONFIG_NETFILTER_XTABLES is not set |
391 | 377 | ||
392 | # | 378 | # |
393 | # IP: Netfilter Configuration | 379 | # IP: Netfilter Configuration |
394 | # | 380 | # |
395 | CONFIG_IP_NF_QUEUE=m | 381 | CONFIG_IP_NF_QUEUE=m |
396 | 382 | # CONFIG_IP_NF_IPTABLES is not set | |
397 | # | 383 | # CONFIG_IP_NF_ARPTABLES is not set |
398 | # DCCP Configuration (EXPERIMENTAL) | ||
399 | # | ||
400 | # CONFIG_IP_DCCP is not set | 384 | # CONFIG_IP_DCCP is not set |
401 | |||
402 | # | ||
403 | # SCTP Configuration (EXPERIMENTAL) | ||
404 | # | ||
405 | # CONFIG_IP_SCTP is not set | 385 | # CONFIG_IP_SCTP is not set |
406 | |||
407 | # | ||
408 | # TIPC Configuration (EXPERIMENTAL) | ||
409 | # | ||
410 | # CONFIG_TIPC is not set | 386 | # CONFIG_TIPC is not set |
411 | # CONFIG_ATM is not set | 387 | # CONFIG_ATM is not set |
412 | # CONFIG_BRIDGE is not set | 388 | # CONFIG_BRIDGE is not set |
@@ -421,10 +397,6 @@ CONFIG_ATALK=m | |||
421 | # CONFIG_LAPB is not set | 397 | # CONFIG_LAPB is not set |
422 | # CONFIG_ECONET is not set | 398 | # CONFIG_ECONET is not set |
423 | # CONFIG_WAN_ROUTER is not set | 399 | # CONFIG_WAN_ROUTER is not set |
424 | |||
425 | # | ||
426 | # QoS and/or fair queueing | ||
427 | # | ||
428 | # CONFIG_NET_SCHED is not set | 400 | # CONFIG_NET_SCHED is not set |
429 | 401 | ||
430 | # | 402 | # |
@@ -432,9 +404,20 @@ CONFIG_ATALK=m | |||
432 | # | 404 | # |
433 | # CONFIG_NET_PKTGEN is not set | 405 | # CONFIG_NET_PKTGEN is not set |
434 | # CONFIG_HAMRADIO is not set | 406 | # CONFIG_HAMRADIO is not set |
407 | # CONFIG_CAN is not set | ||
435 | # CONFIG_IRDA is not set | 408 | # CONFIG_IRDA is not set |
436 | # CONFIG_BT is not set | 409 | # CONFIG_BT is not set |
410 | # CONFIG_AF_RXRPC is not set | ||
411 | |||
412 | # | ||
413 | # Wireless | ||
414 | # | ||
415 | # CONFIG_CFG80211 is not set | ||
416 | # CONFIG_WIRELESS_EXT is not set | ||
417 | # CONFIG_MAC80211 is not set | ||
437 | # CONFIG_IEEE80211 is not set | 418 | # CONFIG_IEEE80211 is not set |
419 | # CONFIG_RFKILL is not set | ||
420 | # CONFIG_NET_9P is not set | ||
438 | 421 | ||
439 | # | 422 | # |
440 | # Device Drivers | 423 | # Device Drivers |
@@ -443,35 +426,17 @@ CONFIG_ATALK=m | |||
443 | # | 426 | # |
444 | # Generic Driver Options | 427 | # Generic Driver Options |
445 | # | 428 | # |
429 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
446 | CONFIG_STANDALONE=y | 430 | CONFIG_STANDALONE=y |
447 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 431 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
448 | CONFIG_FW_LOADER=y | 432 | CONFIG_FW_LOADER=y |
433 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
434 | CONFIG_EXTRA_FIRMWARE="" | ||
449 | # CONFIG_SYS_HYPERVISOR is not set | 435 | # CONFIG_SYS_HYPERVISOR is not set |
450 | |||
451 | # | ||
452 | # Connector - unified userspace <-> kernelspace linker | ||
453 | # | ||
454 | # CONFIG_CONNECTOR is not set | 436 | # CONFIG_CONNECTOR is not set |
455 | |||
456 | # | ||
457 | # Memory Technology Devices (MTD) | ||
458 | # | ||
459 | # CONFIG_MTD is not set | 437 | # CONFIG_MTD is not set |
460 | |||
461 | # | ||
462 | # Parallel port support | ||
463 | # | ||
464 | # CONFIG_PARPORT is not set | 438 | # CONFIG_PARPORT is not set |
465 | 439 | CONFIG_BLK_DEV=y | |
466 | # | ||
467 | # Plug and Play support | ||
468 | # | ||
469 | # CONFIG_PNP is not set | ||
470 | |||
471 | # | ||
472 | # Block devices | ||
473 | # | ||
474 | # CONFIG_BLK_CPQ_DA is not set | ||
475 | # CONFIG_BLK_CPQ_CISS_DA is not set | 440 | # CONFIG_BLK_CPQ_CISS_DA is not set |
476 | # CONFIG_BLK_DEV_DAC960 is not set | 441 | # CONFIG_BLK_DEV_DAC960 is not set |
477 | # CONFIG_BLK_DEV_UMEM is not set | 442 | # CONFIG_BLK_DEV_UMEM is not set |
@@ -484,63 +449,66 @@ CONFIG_BLK_DEV_LOOP=y | |||
484 | CONFIG_BLK_DEV_RAM=y | 449 | CONFIG_BLK_DEV_RAM=y |
485 | CONFIG_BLK_DEV_RAM_COUNT=16 | 450 | CONFIG_BLK_DEV_RAM_COUNT=16 |
486 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 451 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
487 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 452 | # CONFIG_BLK_DEV_XIP is not set |
488 | # CONFIG_BLK_DEV_INITRD is not set | ||
489 | # CONFIG_CDROM_PKTCDVD is not set | 453 | # CONFIG_CDROM_PKTCDVD is not set |
490 | # CONFIG_ATA_OVER_ETH is not set | 454 | # CONFIG_ATA_OVER_ETH is not set |
491 | 455 | # CONFIG_BLK_DEV_HD is not set | |
492 | # | 456 | CONFIG_MISC_DEVICES=y |
493 | # Misc devices | 457 | # CONFIG_PHANTOM is not set |
494 | # | 458 | # CONFIG_EEPROM_93CX6 is not set |
495 | # CONFIG_SGI_IOC4 is not set | 459 | # CONFIG_SGI_IOC4 is not set |
496 | # CONFIG_TIFM_CORE is not set | 460 | # CONFIG_TIFM_CORE is not set |
497 | 461 | # CONFIG_ENCLOSURE_SERVICES is not set | |
498 | # | 462 | # CONFIG_HP_ILO is not set |
499 | # ATA/ATAPI/MFM/RLL support | 463 | CONFIG_HAVE_IDE=y |
500 | # | ||
501 | CONFIG_IDE=y | 464 | CONFIG_IDE=y |
502 | CONFIG_IDE_MAX_HWIFS=4 | 465 | CONFIG_IDE_MAX_HWIFS=4 |
503 | CONFIG_BLK_DEV_IDE=y | 466 | CONFIG_BLK_DEV_IDE=y |
504 | 467 | ||
505 | # | 468 | # |
506 | # Please see Documentation/ide.txt for help/info on IDE drives | 469 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
507 | # | 470 | # |
471 | CONFIG_IDE_ATAPI=y | ||
508 | # CONFIG_BLK_DEV_IDE_SATA is not set | 472 | # CONFIG_BLK_DEV_IDE_SATA is not set |
509 | CONFIG_BLK_DEV_IDEDISK=y | 473 | CONFIG_BLK_DEV_IDEDISK=y |
510 | # CONFIG_IDEDISK_MULTI_MODE is not set | 474 | # CONFIG_IDEDISK_MULTI_MODE is not set |
511 | # CONFIG_BLK_DEV_IDECS is not set | 475 | # CONFIG_BLK_DEV_IDECS is not set |
476 | # CONFIG_BLK_DEV_DELKIN is not set | ||
512 | CONFIG_BLK_DEV_IDECD=y | 477 | CONFIG_BLK_DEV_IDECD=y |
478 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
513 | # CONFIG_BLK_DEV_IDETAPE is not set | 479 | # CONFIG_BLK_DEV_IDETAPE is not set |
514 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | 480 | # CONFIG_BLK_DEV_IDEFLOPPY is not set |
515 | CONFIG_BLK_DEV_IDESCSI=y | 481 | CONFIG_BLK_DEV_IDESCSI=y |
516 | # CONFIG_IDE_TASK_IOCTL is not set | 482 | # CONFIG_IDE_TASK_IOCTL is not set |
483 | CONFIG_IDE_PROC_FS=y | ||
517 | 484 | ||
518 | # | 485 | # |
519 | # IDE chipset support/bugfixes | 486 | # IDE chipset support/bugfixes |
520 | # | 487 | # |
521 | CONFIG_IDE_GENERIC=y | 488 | # CONFIG_BLK_DEV_PLATFORM is not set |
489 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
490 | |||
491 | # | ||
492 | # PCI IDE chipsets support | ||
493 | # | ||
522 | CONFIG_BLK_DEV_IDEPCI=y | 494 | CONFIG_BLK_DEV_IDEPCI=y |
523 | CONFIG_IDEPCI_SHARE_IRQ=y | 495 | CONFIG_IDEPCI_PCIBUS_ORDER=y |
524 | CONFIG_BLK_DEV_OFFBOARD=y | 496 | CONFIG_BLK_DEV_OFFBOARD=y |
525 | CONFIG_BLK_DEV_GENERIC=y | 497 | CONFIG_BLK_DEV_GENERIC=y |
526 | # CONFIG_BLK_DEV_OPTI621 is not set | 498 | # CONFIG_BLK_DEV_OPTI621 is not set |
527 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 499 | CONFIG_BLK_DEV_IDEDMA_PCI=y |
528 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
529 | CONFIG_IDEDMA_PCI_AUTO=y | ||
530 | CONFIG_IDEDMA_ONLYDISK=y | ||
531 | CONFIG_BLK_DEV_AEC62XX=y | 500 | CONFIG_BLK_DEV_AEC62XX=y |
532 | # CONFIG_BLK_DEV_ALI15X3 is not set | 501 | # CONFIG_BLK_DEV_ALI15X3 is not set |
533 | # CONFIG_BLK_DEV_AMD74XX is not set | 502 | # CONFIG_BLK_DEV_AMD74XX is not set |
534 | # CONFIG_BLK_DEV_CMD64X is not set | 503 | # CONFIG_BLK_DEV_CMD64X is not set |
535 | # CONFIG_BLK_DEV_TRIFLEX is not set | 504 | # CONFIG_BLK_DEV_TRIFLEX is not set |
536 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
537 | # CONFIG_BLK_DEV_CS5520 is not set | 505 | # CONFIG_BLK_DEV_CS5520 is not set |
538 | # CONFIG_BLK_DEV_CS5530 is not set | 506 | # CONFIG_BLK_DEV_CS5530 is not set |
539 | # CONFIG_BLK_DEV_HPT34X is not set | ||
540 | # CONFIG_BLK_DEV_HPT366 is not set | 507 | # CONFIG_BLK_DEV_HPT366 is not set |
541 | # CONFIG_BLK_DEV_JMICRON is not set | 508 | # CONFIG_BLK_DEV_JMICRON is not set |
542 | # CONFIG_BLK_DEV_SC1200 is not set | 509 | # CONFIG_BLK_DEV_SC1200 is not set |
543 | # CONFIG_BLK_DEV_PIIX is not set | 510 | # CONFIG_BLK_DEV_PIIX is not set |
511 | # CONFIG_BLK_DEV_IT8213 is not set | ||
544 | # CONFIG_BLK_DEV_IT821X is not set | 512 | # CONFIG_BLK_DEV_IT821X is not set |
545 | # CONFIG_BLK_DEV_NS87415 is not set | 513 | # CONFIG_BLK_DEV_NS87415 is not set |
546 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | 514 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set |
@@ -550,18 +518,15 @@ CONFIG_BLK_DEV_AEC62XX=y | |||
550 | # CONFIG_BLK_DEV_SLC90E66 is not set | 518 | # CONFIG_BLK_DEV_SLC90E66 is not set |
551 | # CONFIG_BLK_DEV_TRM290 is not set | 519 | # CONFIG_BLK_DEV_TRM290 is not set |
552 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 520 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
553 | # CONFIG_IDE_ARM is not set | 521 | # CONFIG_BLK_DEV_TC86C001 is not set |
554 | # CONFIG_IDE_CHIPSETS is not set | ||
555 | CONFIG_BLK_DEV_IDEDMA=y | 522 | CONFIG_BLK_DEV_IDEDMA=y |
556 | # CONFIG_IDEDMA_IVB is not set | ||
557 | CONFIG_IDEDMA_AUTO=y | ||
558 | # CONFIG_BLK_DEV_HD is not set | ||
559 | 523 | ||
560 | # | 524 | # |
561 | # SCSI device support | 525 | # SCSI device support |
562 | # | 526 | # |
563 | # CONFIG_RAID_ATTRS is not set | 527 | # CONFIG_RAID_ATTRS is not set |
564 | CONFIG_SCSI=y | 528 | CONFIG_SCSI=y |
529 | CONFIG_SCSI_DMA=y | ||
565 | # CONFIG_SCSI_TGT is not set | 530 | # CONFIG_SCSI_TGT is not set |
566 | # CONFIG_SCSI_NETLINK is not set | 531 | # CONFIG_SCSI_NETLINK is not set |
567 | CONFIG_SCSI_PROC_FS=y | 532 | CONFIG_SCSI_PROC_FS=y |
@@ -583,6 +548,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
583 | # CONFIG_SCSI_CONSTANTS is not set | 548 | # CONFIG_SCSI_CONSTANTS is not set |
584 | # CONFIG_SCSI_LOGGING is not set | 549 | # CONFIG_SCSI_LOGGING is not set |
585 | # CONFIG_SCSI_SCAN_ASYNC is not set | 550 | # CONFIG_SCSI_SCAN_ASYNC is not set |
551 | CONFIG_SCSI_WAIT_SCAN=m | ||
586 | 552 | ||
587 | # | 553 | # |
588 | # SCSI Transports | 554 | # SCSI Transports |
@@ -590,77 +556,43 @@ CONFIG_SCSI_MULTI_LUN=y | |||
590 | # CONFIG_SCSI_SPI_ATTRS is not set | 556 | # CONFIG_SCSI_SPI_ATTRS is not set |
591 | # CONFIG_SCSI_FC_ATTRS is not set | 557 | # CONFIG_SCSI_FC_ATTRS is not set |
592 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 558 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
593 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
594 | # CONFIG_SCSI_SAS_LIBSAS is not set | 559 | # CONFIG_SCSI_SAS_LIBSAS is not set |
595 | 560 | # CONFIG_SCSI_SRP_ATTRS is not set | |
596 | # | 561 | CONFIG_SCSI_LOWLEVEL=y |
597 | # SCSI low-level drivers | ||
598 | # | ||
599 | # CONFIG_ISCSI_TCP is not set | 562 | # CONFIG_ISCSI_TCP is not set |
600 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 563 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
601 | # CONFIG_SCSI_3W_9XXX is not set | 564 | # CONFIG_SCSI_3W_9XXX is not set |
602 | # CONFIG_SCSI_ACARD is not set | 565 | # CONFIG_SCSI_ACARD is not set |
603 | # CONFIG_SCSI_AHA152X is not set | ||
604 | # CONFIG_SCSI_AACRAID is not set | 566 | # CONFIG_SCSI_AACRAID is not set |
605 | # CONFIG_SCSI_AIC7XXX is not set | 567 | # CONFIG_SCSI_AIC7XXX is not set |
606 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 568 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
607 | # CONFIG_SCSI_AIC79XX is not set | 569 | # CONFIG_SCSI_AIC79XX is not set |
608 | # CONFIG_SCSI_AIC94XX is not set | 570 | # CONFIG_SCSI_AIC94XX is not set |
609 | # CONFIG_SCSI_DPT_I2O is not set | ||
610 | # CONFIG_SCSI_IN2000 is not set | ||
611 | # CONFIG_SCSI_ARCMSR is not set | 571 | # CONFIG_SCSI_ARCMSR is not set |
612 | # CONFIG_MEGARAID_NEWGEN is not set | 572 | # CONFIG_MEGARAID_NEWGEN is not set |
613 | # CONFIG_MEGARAID_LEGACY is not set | 573 | # CONFIG_MEGARAID_LEGACY is not set |
614 | # CONFIG_MEGARAID_SAS is not set | 574 | # CONFIG_MEGARAID_SAS is not set |
615 | # CONFIG_SCSI_HPTIOP is not set | 575 | # CONFIG_SCSI_HPTIOP is not set |
616 | # CONFIG_SCSI_DMX3191D is not set | 576 | # CONFIG_SCSI_DMX3191D is not set |
617 | # CONFIG_SCSI_DTC3280 is not set | ||
618 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 577 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
619 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
620 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
621 | # CONFIG_SCSI_IPS is not set | 578 | # CONFIG_SCSI_IPS is not set |
622 | # CONFIG_SCSI_INITIO is not set | 579 | # CONFIG_SCSI_INITIO is not set |
623 | # CONFIG_SCSI_INIA100 is not set | 580 | # CONFIG_SCSI_INIA100 is not set |
624 | # CONFIG_SCSI_NCR53C406A is not set | 581 | # CONFIG_SCSI_MVSAS is not set |
625 | # CONFIG_SCSI_STEX is not set | 582 | # CONFIG_SCSI_STEX is not set |
626 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 583 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
627 | # CONFIG_SCSI_PAS16 is not set | ||
628 | # CONFIG_SCSI_PSI240I is not set | ||
629 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
630 | # CONFIG_SCSI_QLOGIC_1280 is not set | 584 | # CONFIG_SCSI_QLOGIC_1280 is not set |
631 | # CONFIG_SCSI_QLA_FC is not set | 585 | # CONFIG_SCSI_QLA_FC is not set |
632 | # CONFIG_SCSI_QLA_ISCSI is not set | 586 | # CONFIG_SCSI_QLA_ISCSI is not set |
633 | # CONFIG_SCSI_LPFC is not set | 587 | # CONFIG_SCSI_LPFC is not set |
634 | # CONFIG_SCSI_SYM53C416 is not set | ||
635 | # CONFIG_SCSI_DC395x is not set | 588 | # CONFIG_SCSI_DC395x is not set |
636 | # CONFIG_SCSI_DC390T is not set | 589 | # CONFIG_SCSI_DC390T is not set |
637 | # CONFIG_SCSI_T128 is not set | ||
638 | # CONFIG_SCSI_NSP32 is not set | 590 | # CONFIG_SCSI_NSP32 is not set |
639 | # CONFIG_SCSI_DEBUG is not set | 591 | # CONFIG_SCSI_DEBUG is not set |
640 | # CONFIG_SCSI_SRP is not set | 592 | # CONFIG_SCSI_SRP is not set |
641 | 593 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | |
642 | # | 594 | # CONFIG_SCSI_DH is not set |
643 | # PCMCIA SCSI adapter support | ||
644 | # | ||
645 | # CONFIG_PCMCIA_AHA152X is not set | ||
646 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
647 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
648 | # CONFIG_PCMCIA_QLOGIC is not set | ||
649 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
650 | |||
651 | # | ||
652 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
653 | # | ||
654 | # CONFIG_ATA is not set | 595 | # CONFIG_ATA is not set |
655 | |||
656 | # | ||
657 | # Old CD-ROM drivers (not SCSI, not IDE) | ||
658 | # | ||
659 | # CONFIG_CD_NO_IDESCSI is not set | ||
660 | |||
661 | # | ||
662 | # Multi-device support (RAID and LVM) | ||
663 | # | ||
664 | CONFIG_MD=y | 596 | CONFIG_MD=y |
665 | CONFIG_BLK_DEV_MD=m | 597 | CONFIG_BLK_DEV_MD=m |
666 | CONFIG_MD_LINEAR=m | 598 | CONFIG_MD_LINEAR=m |
@@ -671,76 +603,49 @@ CONFIG_MD_RAID1=m | |||
671 | # CONFIG_MD_MULTIPATH is not set | 603 | # CONFIG_MD_MULTIPATH is not set |
672 | # CONFIG_MD_FAULTY is not set | 604 | # CONFIG_MD_FAULTY is not set |
673 | # CONFIG_BLK_DEV_DM is not set | 605 | # CONFIG_BLK_DEV_DM is not set |
674 | |||
675 | # | ||
676 | # Fusion MPT device support | ||
677 | # | ||
678 | # CONFIG_FUSION is not set | 606 | # CONFIG_FUSION is not set |
679 | # CONFIG_FUSION_SPI is not set | ||
680 | # CONFIG_FUSION_FC is not set | ||
681 | # CONFIG_FUSION_SAS is not set | ||
682 | 607 | ||
683 | # | 608 | # |
684 | # IEEE 1394 (FireWire) support | 609 | # IEEE 1394 (FireWire) support |
685 | # | 610 | # |
686 | # CONFIG_IEEE1394 is not set | ||
687 | 611 | ||
688 | # | 612 | # |
689 | # I2O device support | 613 | # Enable only one of the two stacks, unless you know what you are doing |
690 | # | 614 | # |
615 | # CONFIG_FIREWIRE is not set | ||
616 | # CONFIG_IEEE1394 is not set | ||
691 | # CONFIG_I2O is not set | 617 | # CONFIG_I2O is not set |
692 | |||
693 | # | ||
694 | # Network device support | ||
695 | # | ||
696 | CONFIG_NETDEVICES=y | 618 | CONFIG_NETDEVICES=y |
697 | # CONFIG_DUMMY is not set | 619 | # CONFIG_DUMMY is not set |
698 | # CONFIG_BONDING is not set | 620 | # CONFIG_BONDING is not set |
621 | # CONFIG_MACVLAN is not set | ||
699 | # CONFIG_EQUALIZER is not set | 622 | # CONFIG_EQUALIZER is not set |
700 | CONFIG_TUN=m | 623 | CONFIG_TUN=m |
701 | 624 | # CONFIG_VETH is not set | |
702 | # | ||
703 | # ARCnet devices | ||
704 | # | ||
705 | # CONFIG_ARCNET is not set | 625 | # CONFIG_ARCNET is not set |
706 | |||
707 | # | ||
708 | # PHY device support | ||
709 | # | ||
710 | # CONFIG_PHYLIB is not set | 626 | # CONFIG_PHYLIB is not set |
711 | |||
712 | # | ||
713 | # Ethernet (10 or 100Mbit) | ||
714 | # | ||
715 | CONFIG_NET_ETHERNET=y | 627 | CONFIG_NET_ETHERNET=y |
716 | CONFIG_MII=y | 628 | CONFIG_MII=y |
629 | # CONFIG_AX88796 is not set | ||
717 | # CONFIG_STNIC is not set | 630 | # CONFIG_STNIC is not set |
718 | # CONFIG_HAPPYMEAL is not set | 631 | # CONFIG_HAPPYMEAL is not set |
719 | # CONFIG_SUNGEM is not set | 632 | # CONFIG_SUNGEM is not set |
720 | # CONFIG_CASSINI is not set | 633 | # CONFIG_CASSINI is not set |
721 | # CONFIG_NET_VENDOR_3COM is not set | 634 | # CONFIG_NET_VENDOR_3COM is not set |
722 | # CONFIG_NET_VENDOR_SMC is not set | ||
723 | # CONFIG_SMC91X is not set | 635 | # CONFIG_SMC91X is not set |
724 | # CONFIG_NET_VENDOR_RACAL is not set | 636 | # CONFIG_SMC911X is not set |
725 | |||
726 | # | ||
727 | # Tulip family network device support | ||
728 | # | ||
729 | # CONFIG_NET_TULIP is not set | 637 | # CONFIG_NET_TULIP is not set |
730 | # CONFIG_AT1700 is not set | ||
731 | # CONFIG_DEPCA is not set | ||
732 | # CONFIG_HP100 is not set | 638 | # CONFIG_HP100 is not set |
733 | # CONFIG_NET_ISA is not set | 639 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
640 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
641 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
642 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
734 | CONFIG_NET_PCI=y | 643 | CONFIG_NET_PCI=y |
735 | # CONFIG_PCNET32 is not set | 644 | # CONFIG_PCNET32 is not set |
736 | # CONFIG_AMD8111_ETH is not set | 645 | # CONFIG_AMD8111_ETH is not set |
737 | # CONFIG_ADAPTEC_STARFIRE is not set | 646 | # CONFIG_ADAPTEC_STARFIRE is not set |
738 | # CONFIG_AC3200 is not set | ||
739 | # CONFIG_APRICOT is not set | ||
740 | # CONFIG_B44 is not set | 647 | # CONFIG_B44 is not set |
741 | # CONFIG_FORCEDETH is not set | 648 | # CONFIG_FORCEDETH is not set |
742 | # CONFIG_CS89x0 is not set | ||
743 | # CONFIG_DGRS is not set | ||
744 | # CONFIG_EEPRO100 is not set | 649 | # CONFIG_EEPRO100 is not set |
745 | # CONFIG_E100 is not set | 650 | # CONFIG_E100 is not set |
746 | # CONFIG_FEALNX is not set | 651 | # CONFIG_FEALNX is not set |
@@ -748,18 +653,20 @@ CONFIG_NET_PCI=y | |||
748 | # CONFIG_NE2K_PCI is not set | 653 | # CONFIG_NE2K_PCI is not set |
749 | CONFIG_8139CP=y | 654 | CONFIG_8139CP=y |
750 | # CONFIG_8139TOO is not set | 655 | # CONFIG_8139TOO is not set |
656 | # CONFIG_R6040 is not set | ||
751 | # CONFIG_SIS900 is not set | 657 | # CONFIG_SIS900 is not set |
752 | # CONFIG_EPIC100 is not set | 658 | # CONFIG_EPIC100 is not set |
753 | # CONFIG_SUNDANCE is not set | 659 | # CONFIG_SUNDANCE is not set |
754 | # CONFIG_TLAN is not set | 660 | # CONFIG_TLAN is not set |
755 | # CONFIG_VIA_RHINE is not set | 661 | # CONFIG_VIA_RHINE is not set |
756 | 662 | # CONFIG_SC92031 is not set | |
757 | # | 663 | CONFIG_NETDEV_1000=y |
758 | # Ethernet (1000 Mbit) | ||
759 | # | ||
760 | # CONFIG_ACENIC is not set | 664 | # CONFIG_ACENIC is not set |
761 | # CONFIG_DL2K is not set | 665 | # CONFIG_DL2K is not set |
762 | # CONFIG_E1000 is not set | 666 | # CONFIG_E1000 is not set |
667 | # CONFIG_E1000E is not set | ||
668 | # CONFIG_IP1000 is not set | ||
669 | # CONFIG_IGB is not set | ||
763 | # CONFIG_NS83820 is not set | 670 | # CONFIG_NS83820 is not set |
764 | # CONFIG_HAMACHI is not set | 671 | # CONFIG_HAMACHI is not set |
765 | # CONFIG_YELLOWFIN is not set | 672 | # CONFIG_YELLOWFIN is not set |
@@ -767,58 +674,53 @@ CONFIG_8139CP=y | |||
767 | # CONFIG_SIS190 is not set | 674 | # CONFIG_SIS190 is not set |
768 | # CONFIG_SKGE is not set | 675 | # CONFIG_SKGE is not set |
769 | # CONFIG_SKY2 is not set | 676 | # CONFIG_SKY2 is not set |
770 | # CONFIG_SK98LIN is not set | ||
771 | # CONFIG_VIA_VELOCITY is not set | 677 | # CONFIG_VIA_VELOCITY is not set |
772 | # CONFIG_TIGON3 is not set | 678 | # CONFIG_TIGON3 is not set |
773 | # CONFIG_BNX2 is not set | 679 | # CONFIG_BNX2 is not set |
774 | # CONFIG_QLA3XXX is not set | 680 | # CONFIG_QLA3XXX is not set |
775 | 681 | # CONFIG_ATL1 is not set | |
776 | # | 682 | # CONFIG_ATL1E is not set |
777 | # Ethernet (10000 Mbit) | 683 | CONFIG_NETDEV_10000=y |
778 | # | ||
779 | # CONFIG_CHELSIO_T1 is not set | 684 | # CONFIG_CHELSIO_T1 is not set |
685 | # CONFIG_CHELSIO_T3 is not set | ||
686 | # CONFIG_IXGBE is not set | ||
780 | # CONFIG_IXGB is not set | 687 | # CONFIG_IXGB is not set |
781 | # CONFIG_S2IO is not set | 688 | # CONFIG_S2IO is not set |
782 | # CONFIG_MYRI10GE is not set | 689 | # CONFIG_MYRI10GE is not set |
783 | # CONFIG_NETXEN_NIC is not set | 690 | # CONFIG_NETXEN_NIC is not set |
784 | 691 | # CONFIG_NIU is not set | |
785 | # | 692 | # CONFIG_MLX4_CORE is not set |
786 | # Token Ring devices | 693 | # CONFIG_TEHUTI is not set |
787 | # | 694 | # CONFIG_BNX2X is not set |
695 | # CONFIG_SFC is not set | ||
788 | # CONFIG_TR is not set | 696 | # CONFIG_TR is not set |
789 | 697 | ||
790 | # | 698 | # |
791 | # Wireless LAN (non-hamradio) | 699 | # Wireless LAN |
792 | # | 700 | # |
793 | # CONFIG_NET_RADIO is not set | 701 | # CONFIG_WLAN_PRE80211 is not set |
702 | # CONFIG_WLAN_80211 is not set | ||
703 | # CONFIG_IWLWIFI_LEDS is not set | ||
794 | 704 | ||
795 | # | 705 | # |
796 | # PCMCIA network device support | 706 | # USB Network Adapters |
797 | # | 707 | # |
708 | # CONFIG_USB_CATC is not set | ||
709 | # CONFIG_USB_KAWETH is not set | ||
710 | CONFIG_USB_PEGASUS=m | ||
711 | CONFIG_USB_RTL8150=m | ||
712 | # CONFIG_USB_USBNET is not set | ||
798 | # CONFIG_NET_PCMCIA is not set | 713 | # CONFIG_NET_PCMCIA is not set |
799 | |||
800 | # | ||
801 | # Wan interfaces | ||
802 | # | ||
803 | # CONFIG_WAN is not set | 714 | # CONFIG_WAN is not set |
804 | # CONFIG_FDDI is not set | 715 | # CONFIG_FDDI is not set |
805 | # CONFIG_HIPPI is not set | 716 | # CONFIG_HIPPI is not set |
806 | # CONFIG_PPP is not set | 717 | # CONFIG_PPP is not set |
807 | # CONFIG_SLIP is not set | 718 | # CONFIG_SLIP is not set |
808 | # CONFIG_NET_FC is not set | 719 | # CONFIG_NET_FC is not set |
809 | # CONFIG_SHAPER is not set | ||
810 | # CONFIG_NETCONSOLE is not set | 720 | # CONFIG_NETCONSOLE is not set |
811 | # CONFIG_NETPOLL is not set | 721 | # CONFIG_NETPOLL is not set |
812 | # CONFIG_NET_POLL_CONTROLLER is not set | 722 | # CONFIG_NET_POLL_CONTROLLER is not set |
813 | |||
814 | # | ||
815 | # ISDN subsystem | ||
816 | # | ||
817 | # CONFIG_ISDN is not set | 723 | # CONFIG_ISDN is not set |
818 | |||
819 | # | ||
820 | # Telephony Support | ||
821 | # | ||
822 | # CONFIG_PHONE is not set | 724 | # CONFIG_PHONE is not set |
823 | 725 | ||
824 | # | 726 | # |
@@ -826,6 +728,7 @@ CONFIG_8139CP=y | |||
826 | # | 728 | # |
827 | CONFIG_INPUT=y | 729 | CONFIG_INPUT=y |
828 | # CONFIG_INPUT_FF_MEMLESS is not set | 730 | # CONFIG_INPUT_FF_MEMLESS is not set |
731 | # CONFIG_INPUT_POLLDEV is not set | ||
829 | 732 | ||
830 | # | 733 | # |
831 | # Userland interfaces | 734 | # Userland interfaces |
@@ -835,7 +738,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
835 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 738 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
836 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 739 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
837 | # CONFIG_INPUT_JOYDEV is not set | 740 | # CONFIG_INPUT_JOYDEV is not set |
838 | # CONFIG_INPUT_TSDEV is not set | ||
839 | # CONFIG_INPUT_EVDEV is not set | 741 | # CONFIG_INPUT_EVDEV is not set |
840 | # CONFIG_INPUT_EVBUG is not set | 742 | # CONFIG_INPUT_EVBUG is not set |
841 | 743 | ||
@@ -845,6 +747,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
845 | # CONFIG_INPUT_KEYBOARD is not set | 747 | # CONFIG_INPUT_KEYBOARD is not set |
846 | # CONFIG_INPUT_MOUSE is not set | 748 | # CONFIG_INPUT_MOUSE is not set |
847 | # CONFIG_INPUT_JOYSTICK is not set | 749 | # CONFIG_INPUT_JOYSTICK is not set |
750 | # CONFIG_INPUT_TABLET is not set | ||
848 | # CONFIG_INPUT_TOUCHSCREEN is not set | 751 | # CONFIG_INPUT_TOUCHSCREEN is not set |
849 | # CONFIG_INPUT_MISC is not set | 752 | # CONFIG_INPUT_MISC is not set |
850 | 753 | ||
@@ -858,10 +761,13 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
858 | # Character devices | 761 | # Character devices |
859 | # | 762 | # |
860 | CONFIG_VT=y | 763 | CONFIG_VT=y |
764 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
861 | CONFIG_VT_CONSOLE=y | 765 | CONFIG_VT_CONSOLE=y |
862 | CONFIG_HW_CONSOLE=y | 766 | CONFIG_HW_CONSOLE=y |
863 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 767 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
768 | CONFIG_DEVKMEM=y | ||
864 | # CONFIG_SERIAL_NONSTANDARD is not set | 769 | # CONFIG_SERIAL_NONSTANDARD is not set |
770 | # CONFIG_NOZOMI is not set | ||
865 | 771 | ||
866 | # | 772 | # |
867 | # Serial drivers | 773 | # Serial drivers |
@@ -880,22 +786,10 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
880 | CONFIG_UNIX98_PTYS=y | 786 | CONFIG_UNIX98_PTYS=y |
881 | CONFIG_LEGACY_PTYS=y | 787 | CONFIG_LEGACY_PTYS=y |
882 | CONFIG_LEGACY_PTY_COUNT=256 | 788 | CONFIG_LEGACY_PTY_COUNT=256 |
883 | |||
884 | # | ||
885 | # IPMI | ||
886 | # | ||
887 | # CONFIG_IPMI_HANDLER is not set | 789 | # CONFIG_IPMI_HANDLER is not set |
888 | |||
889 | # | ||
890 | # Watchdog Cards | ||
891 | # | ||
892 | # CONFIG_WATCHDOG is not set | ||
893 | CONFIG_HW_RANDOM=y | 790 | CONFIG_HW_RANDOM=y |
894 | # CONFIG_GEN_RTC is not set | ||
895 | # CONFIG_DTLK is not set | ||
896 | # CONFIG_R3964 is not set | 791 | # CONFIG_R3964 is not set |
897 | # CONFIG_APPLICOM is not set | 792 | # CONFIG_APPLICOM is not set |
898 | # CONFIG_DRM is not set | ||
899 | 793 | ||
900 | # | 794 | # |
901 | # PCMCIA character devices | 795 | # PCMCIA character devices |
@@ -903,65 +797,77 @@ CONFIG_HW_RANDOM=y | |||
903 | # CONFIG_SYNCLINK_CS is not set | 797 | # CONFIG_SYNCLINK_CS is not set |
904 | # CONFIG_CARDMAN_4000 is not set | 798 | # CONFIG_CARDMAN_4000 is not set |
905 | # CONFIG_CARDMAN_4040 is not set | 799 | # CONFIG_CARDMAN_4040 is not set |
800 | # CONFIG_IPWIRELESS is not set | ||
906 | # CONFIG_RAW_DRIVER is not set | 801 | # CONFIG_RAW_DRIVER is not set |
907 | |||
908 | # | ||
909 | # TPM devices | ||
910 | # | ||
911 | # CONFIG_TCG_TPM is not set | 802 | # CONFIG_TCG_TPM is not set |
912 | 803 | CONFIG_DEVPORT=y | |
913 | # | ||
914 | # I2C support | ||
915 | # | ||
916 | # CONFIG_I2C is not set | 804 | # CONFIG_I2C is not set |
917 | |||
918 | # | ||
919 | # SPI support | ||
920 | # | ||
921 | # CONFIG_SPI is not set | 805 | # CONFIG_SPI is not set |
922 | # CONFIG_SPI_MASTER is not set | ||
923 | |||
924 | # | ||
925 | # Dallas's 1-wire bus | ||
926 | # | ||
927 | # CONFIG_W1 is not set | 806 | # CONFIG_W1 is not set |
928 | 807 | # CONFIG_POWER_SUPPLY is not set | |
929 | # | ||
930 | # Hardware Monitoring support | ||
931 | # | ||
932 | CONFIG_HWMON=y | 808 | CONFIG_HWMON=y |
933 | # CONFIG_HWMON_VID is not set | 809 | # CONFIG_HWMON_VID is not set |
934 | # CONFIG_SENSORS_ABITUGURU is not set | 810 | # CONFIG_SENSORS_I5K_AMB is not set |
935 | # CONFIG_SENSORS_F71805F is not set | 811 | # CONFIG_SENSORS_F71805F is not set |
812 | # CONFIG_SENSORS_F71882FG is not set | ||
813 | # CONFIG_SENSORS_IT87 is not set | ||
814 | # CONFIG_SENSORS_PC87360 is not set | ||
815 | # CONFIG_SENSORS_PC87427 is not set | ||
816 | # CONFIG_SENSORS_SIS5595 is not set | ||
817 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
818 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
819 | # CONFIG_SENSORS_VIA686A is not set | ||
936 | # CONFIG_SENSORS_VT1211 is not set | 820 | # CONFIG_SENSORS_VT1211 is not set |
821 | # CONFIG_SENSORS_VT8231 is not set | ||
822 | # CONFIG_SENSORS_W83627HF is not set | ||
823 | # CONFIG_SENSORS_W83627EHF is not set | ||
937 | # CONFIG_HWMON_DEBUG_CHIP is not set | 824 | # CONFIG_HWMON_DEBUG_CHIP is not set |
825 | # CONFIG_THERMAL is not set | ||
826 | # CONFIG_THERMAL_HWMON is not set | ||
827 | # CONFIG_WATCHDOG is not set | ||
828 | |||
829 | # | ||
830 | # Sonics Silicon Backplane | ||
831 | # | ||
832 | CONFIG_SSB_POSSIBLE=y | ||
833 | # CONFIG_SSB is not set | ||
834 | |||
835 | # | ||
836 | # Multifunction device drivers | ||
837 | # | ||
838 | # CONFIG_MFD_CORE is not set | ||
839 | # CONFIG_MFD_SM501 is not set | ||
840 | # CONFIG_HTC_PASIC3 is not set | ||
938 | 841 | ||
939 | # | 842 | # |
940 | # Multimedia devices | 843 | # Multimedia devices |
941 | # | 844 | # |
942 | CONFIG_VIDEO_DEV=m | ||
943 | CONFIG_VIDEO_V4L1=y | ||
944 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
945 | CONFIG_VIDEO_V4L2=y | ||
946 | 845 | ||
947 | # | 846 | # |
948 | # Video Capture Adapters | 847 | # Multimedia core support |
949 | # | 848 | # |
849 | CONFIG_VIDEO_DEV=m | ||
850 | CONFIG_VIDEO_V4L2_COMMON=m | ||
851 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
852 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
853 | # CONFIG_DVB_CORE is not set | ||
854 | CONFIG_VIDEO_MEDIA=m | ||
950 | 855 | ||
951 | # | 856 | # |
952 | # Video Capture Adapters | 857 | # Multimedia drivers |
953 | # | 858 | # |
859 | # CONFIG_MEDIA_ATTACH is not set | ||
860 | CONFIG_VIDEO_V4L2=m | ||
861 | CONFIG_VIDEO_V4L1=m | ||
862 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
954 | # CONFIG_VIDEO_ADV_DEBUG is not set | 863 | # CONFIG_VIDEO_ADV_DEBUG is not set |
955 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | 864 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y |
956 | # CONFIG_VIDEO_VIVI is not set | 865 | # CONFIG_VIDEO_VIVI is not set |
957 | # CONFIG_VIDEO_PMS is not set | ||
958 | # CONFIG_VIDEO_CPIA is not set | 866 | # CONFIG_VIDEO_CPIA is not set |
959 | # CONFIG_VIDEO_CPIA2 is not set | 867 | # CONFIG_VIDEO_CPIA2 is not set |
960 | # CONFIG_VIDEO_STRADIS is not set | 868 | CONFIG_V4L_USB_DRIVERS=y |
961 | 869 | # CONFIG_USB_VIDEO_CLASS is not set | |
962 | # | 870 | # CONFIG_USB_GSPCA is not set |
963 | # V4L USB devices | ||
964 | # | ||
965 | CONFIG_VIDEO_USBVIDEO=m | 871 | CONFIG_VIDEO_USBVIDEO=m |
966 | CONFIG_USB_VICAM=m | 872 | CONFIG_USB_VICAM=m |
967 | CONFIG_USB_IBMCAM=m | 873 | CONFIG_USB_IBMCAM=m |
@@ -975,106 +881,100 @@ CONFIG_USB_STV680=m | |||
975 | # CONFIG_USB_ZC0301 is not set | 881 | # CONFIG_USB_ZC0301 is not set |
976 | CONFIG_USB_PWC=m | 882 | CONFIG_USB_PWC=m |
977 | # CONFIG_USB_PWC_DEBUG is not set | 883 | # CONFIG_USB_PWC_DEBUG is not set |
978 | 884 | # CONFIG_USB_ZR364XX is not set | |
979 | # | 885 | # CONFIG_USB_STKWEBCAM is not set |
980 | # Radio Adapters | 886 | # CONFIG_USB_S2255 is not set |
981 | # | 887 | # CONFIG_SOC_CAMERA is not set |
982 | # CONFIG_RADIO_CADET is not set | 888 | # CONFIG_VIDEO_SH_MOBILE_CEU is not set |
983 | # CONFIG_RADIO_RTRACK is not set | 889 | CONFIG_RADIO_ADAPTERS=y |
984 | # CONFIG_RADIO_RTRACK2 is not set | ||
985 | # CONFIG_RADIO_AZTECH is not set | ||
986 | # CONFIG_RADIO_GEMTEK is not set | ||
987 | # CONFIG_RADIO_GEMTEK_PCI is not set | 890 | # CONFIG_RADIO_GEMTEK_PCI is not set |
988 | # CONFIG_RADIO_MAXIRADIO is not set | 891 | # CONFIG_RADIO_MAXIRADIO is not set |
989 | # CONFIG_RADIO_MAESTRO is not set | 892 | # CONFIG_RADIO_MAESTRO is not set |
990 | # CONFIG_RADIO_SF16FMI is not set | ||
991 | # CONFIG_RADIO_SF16FMR2 is not set | ||
992 | # CONFIG_RADIO_TERRATEC is not set | ||
993 | # CONFIG_RADIO_TRUST is not set | ||
994 | # CONFIG_RADIO_TYPHOON is not set | ||
995 | # CONFIG_RADIO_ZOLTRIX is not set | ||
996 | CONFIG_USB_DSBR=m | 893 | CONFIG_USB_DSBR=m |
894 | # CONFIG_USB_SI470X is not set | ||
895 | # CONFIG_DAB is not set | ||
997 | 896 | ||
998 | # | 897 | # |
999 | # Digital Video Broadcasting Devices | 898 | # Graphics support |
1000 | # | 899 | # |
1001 | # CONFIG_DVB is not set | 900 | # CONFIG_DRM is not set |
1002 | CONFIG_USB_DABUSB=m | 901 | # CONFIG_VGASTATE is not set |
902 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
903 | # CONFIG_FB is not set | ||
904 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1003 | 905 | ||
1004 | # | 906 | # |
1005 | # Graphics support | 907 | # Display device support |
1006 | # | 908 | # |
1007 | CONFIG_FIRMWARE_EDID=y | 909 | # CONFIG_DISPLAY_SUPPORT is not set |
1008 | # CONFIG_FB is not set | ||
1009 | 910 | ||
1010 | # | 911 | # |
1011 | # Console display driver support | 912 | # Console display driver support |
1012 | # | 913 | # |
1013 | # CONFIG_MDA_CONSOLE is not set | ||
1014 | CONFIG_DUMMY_CONSOLE=y | 914 | CONFIG_DUMMY_CONSOLE=y |
1015 | CONFIG_FONT_8x16=y | 915 | CONFIG_FONT_8x16=y |
1016 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1017 | |||
1018 | # | ||
1019 | # Sound | ||
1020 | # | ||
1021 | CONFIG_SOUND=m | 916 | CONFIG_SOUND=m |
1022 | |||
1023 | # | ||
1024 | # Advanced Linux Sound Architecture | ||
1025 | # | ||
1026 | # CONFIG_SND is not set | 917 | # CONFIG_SND is not set |
918 | CONFIG_SOUND_PRIME=m | ||
919 | CONFIG_HID_SUPPORT=y | ||
920 | CONFIG_HID=y | ||
921 | # CONFIG_HID_DEBUG is not set | ||
922 | # CONFIG_HIDRAW is not set | ||
1027 | 923 | ||
1028 | # | 924 | # |
1029 | # Open Sound System | 925 | # USB Input Devices |
1030 | # | 926 | # |
1031 | CONFIG_SOUND_PRIME=m | 927 | CONFIG_USB_HID=m |
1032 | # CONFIG_OSS_OBSOLETE_DRIVER is not set | 928 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set |
1033 | # CONFIG_SOUND_BT878 is not set | 929 | # CONFIG_HID_FF is not set |
1034 | # CONFIG_SOUND_ES1371 is not set | 930 | # CONFIG_USB_HIDDEV is not set |
1035 | # CONFIG_SOUND_ICH is not set | ||
1036 | # CONFIG_SOUND_TRIDENT is not set | ||
1037 | # CONFIG_SOUND_MSNDCLAS is not set | ||
1038 | # CONFIG_SOUND_MSNDPIN is not set | ||
1039 | # CONFIG_SOUND_VIA82CXXX is not set | ||
1040 | 931 | ||
1041 | # | 932 | # |
1042 | # USB support | 933 | # USB HID Boot Protocol drivers |
1043 | # | 934 | # |
935 | # CONFIG_USB_KBD is not set | ||
936 | # CONFIG_USB_MOUSE is not set | ||
937 | CONFIG_USB_SUPPORT=y | ||
1044 | CONFIG_USB_ARCH_HAS_HCD=y | 938 | CONFIG_USB_ARCH_HAS_HCD=y |
1045 | CONFIG_USB_ARCH_HAS_OHCI=y | 939 | CONFIG_USB_ARCH_HAS_OHCI=y |
1046 | CONFIG_USB_ARCH_HAS_EHCI=y | 940 | CONFIG_USB_ARCH_HAS_EHCI=y |
1047 | CONFIG_USB=y | 941 | CONFIG_USB=y |
1048 | # CONFIG_USB_DEBUG is not set | 942 | # CONFIG_USB_DEBUG is not set |
943 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
1049 | 944 | ||
1050 | # | 945 | # |
1051 | # Miscellaneous USB options | 946 | # Miscellaneous USB options |
1052 | # | 947 | # |
1053 | CONFIG_USB_DEVICEFS=y | 948 | CONFIG_USB_DEVICEFS=y |
1054 | # CONFIG_USB_BANDWIDTH is not set | 949 | CONFIG_USB_DEVICE_CLASS=y |
1055 | # CONFIG_USB_DYNAMIC_MINORS is not set | 950 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1056 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
1057 | # CONFIG_USB_OTG is not set | 951 | # CONFIG_USB_OTG is not set |
952 | # CONFIG_USB_OTG_WHITELIST is not set | ||
953 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1058 | 954 | ||
1059 | # | 955 | # |
1060 | # USB Host Controller Drivers | 956 | # USB Host Controller Drivers |
1061 | # | 957 | # |
958 | # CONFIG_USB_C67X00_HCD is not set | ||
1062 | CONFIG_USB_EHCI_HCD=y | 959 | CONFIG_USB_EHCI_HCD=y |
1063 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
1064 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 960 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
1065 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 961 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
1066 | # CONFIG_USB_ISP116X_HCD is not set | 962 | # CONFIG_USB_ISP116X_HCD is not set |
963 | # CONFIG_USB_ISP1760_HCD is not set | ||
1067 | CONFIG_USB_OHCI_HCD=y | 964 | CONFIG_USB_OHCI_HCD=y |
1068 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | 965 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
966 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1069 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | 967 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y |
1070 | # CONFIG_USB_UHCI_HCD is not set | 968 | # CONFIG_USB_UHCI_HCD is not set |
1071 | # CONFIG_USB_SL811_HCD is not set | 969 | # CONFIG_USB_SL811_HCD is not set |
970 | # CONFIG_USB_R8A66597_HCD is not set | ||
1072 | 971 | ||
1073 | # | 972 | # |
1074 | # USB Device Class drivers | 973 | # USB Device Class drivers |
1075 | # | 974 | # |
1076 | # CONFIG_USB_ACM is not set | 975 | # CONFIG_USB_ACM is not set |
1077 | CONFIG_USB_PRINTER=m | 976 | CONFIG_USB_PRINTER=m |
977 | # CONFIG_USB_WDM is not set | ||
1078 | 978 | ||
1079 | # | 979 | # |
1080 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 980 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -1094,66 +994,28 @@ CONFIG_USB_STORAGE_SDDR09=y | |||
1094 | CONFIG_USB_STORAGE_SDDR55=y | 994 | CONFIG_USB_STORAGE_SDDR55=y |
1095 | CONFIG_USB_STORAGE_JUMPSHOT=y | 995 | CONFIG_USB_STORAGE_JUMPSHOT=y |
1096 | # CONFIG_USB_STORAGE_ALAUDA is not set | 996 | # CONFIG_USB_STORAGE_ALAUDA is not set |
997 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1097 | # CONFIG_USB_STORAGE_KARMA is not set | 998 | # CONFIG_USB_STORAGE_KARMA is not set |
999 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1098 | # CONFIG_USB_LIBUSUAL is not set | 1000 | # CONFIG_USB_LIBUSUAL is not set |
1099 | 1001 | ||
1100 | # | 1002 | # |
1101 | # USB Input Devices | ||
1102 | # | ||
1103 | CONFIG_USB_HID=m | ||
1104 | CONFIG_USB_HIDINPUT=y | ||
1105 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1106 | # CONFIG_HID_FF is not set | ||
1107 | # CONFIG_USB_HIDDEV is not set | ||
1108 | |||
1109 | # | ||
1110 | # USB HID Boot Protocol drivers | ||
1111 | # | ||
1112 | # CONFIG_USB_KBD is not set | ||
1113 | # CONFIG_USB_MOUSE is not set | ||
1114 | # CONFIG_USB_AIPTEK is not set | ||
1115 | # CONFIG_USB_WACOM is not set | ||
1116 | # CONFIG_USB_ACECAD is not set | ||
1117 | # CONFIG_USB_KBTAB is not set | ||
1118 | # CONFIG_USB_POWERMATE is not set | ||
1119 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1120 | # CONFIG_USB_YEALINK is not set | ||
1121 | # CONFIG_USB_XPAD is not set | ||
1122 | # CONFIG_USB_ATI_REMOTE is not set | ||
1123 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1124 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1125 | # CONFIG_USB_APPLETOUCH is not set | ||
1126 | |||
1127 | # | ||
1128 | # USB Imaging devices | 1003 | # USB Imaging devices |
1129 | # | 1004 | # |
1130 | # CONFIG_USB_MDC800 is not set | 1005 | # CONFIG_USB_MDC800 is not set |
1131 | # CONFIG_USB_MICROTEK is not set | 1006 | # CONFIG_USB_MICROTEK is not set |
1132 | |||
1133 | # | ||
1134 | # USB Network Adapters | ||
1135 | # | ||
1136 | # CONFIG_USB_CATC is not set | ||
1137 | # CONFIG_USB_KAWETH is not set | ||
1138 | CONFIG_USB_PEGASUS=m | ||
1139 | CONFIG_USB_RTL8150=m | ||
1140 | # CONFIG_USB_USBNET_MII is not set | ||
1141 | # CONFIG_USB_USBNET is not set | ||
1142 | CONFIG_USB_MON=y | 1007 | CONFIG_USB_MON=y |
1143 | 1008 | ||
1144 | # | 1009 | # |
1145 | # USB port drivers | 1010 | # USB port drivers |
1146 | # | 1011 | # |
1147 | |||
1148 | # | ||
1149 | # USB Serial Converter support | ||
1150 | # | ||
1151 | CONFIG_USB_SERIAL=m | 1012 | CONFIG_USB_SERIAL=m |
1013 | # CONFIG_USB_EZUSB is not set | ||
1152 | # CONFIG_USB_SERIAL_GENERIC is not set | 1014 | # CONFIG_USB_SERIAL_GENERIC is not set |
1153 | # CONFIG_USB_SERIAL_AIRCABLE is not set | 1015 | # CONFIG_USB_SERIAL_AIRCABLE is not set |
1154 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1155 | # CONFIG_USB_SERIAL_ARK3116 is not set | 1016 | # CONFIG_USB_SERIAL_ARK3116 is not set |
1156 | # CONFIG_USB_SERIAL_BELKIN is not set | 1017 | # CONFIG_USB_SERIAL_BELKIN is not set |
1018 | # CONFIG_USB_SERIAL_CH341 is not set | ||
1157 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | 1019 | # CONFIG_USB_SERIAL_WHITEHEAT is not set |
1158 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | 1020 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set |
1159 | # CONFIG_USB_SERIAL_CP2101 is not set | 1021 | # CONFIG_USB_SERIAL_CP2101 is not set |
@@ -1168,6 +1030,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m | |||
1168 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | 1030 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set |
1169 | # CONFIG_USB_SERIAL_GARMIN is not set | 1031 | # CONFIG_USB_SERIAL_GARMIN is not set |
1170 | # CONFIG_USB_SERIAL_IPW is not set | 1032 | # CONFIG_USB_SERIAL_IPW is not set |
1033 | # CONFIG_USB_SERIAL_IUU is not set | ||
1171 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | 1034 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set |
1172 | # CONFIG_USB_SERIAL_KEYSPAN is not set | 1035 | # CONFIG_USB_SERIAL_KEYSPAN is not set |
1173 | # CONFIG_USB_SERIAL_KLSI is not set | 1036 | # CONFIG_USB_SERIAL_KLSI is not set |
@@ -1175,8 +1038,11 @@ CONFIG_USB_SERIAL_FTDI_SIO=m | |||
1175 | # CONFIG_USB_SERIAL_MCT_U232 is not set | 1038 | # CONFIG_USB_SERIAL_MCT_U232 is not set |
1176 | # CONFIG_USB_SERIAL_MOS7720 is not set | 1039 | # CONFIG_USB_SERIAL_MOS7720 is not set |
1177 | # CONFIG_USB_SERIAL_MOS7840 is not set | 1040 | # CONFIG_USB_SERIAL_MOS7840 is not set |
1041 | # CONFIG_USB_SERIAL_MOTOROLA is not set | ||
1178 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1042 | # CONFIG_USB_SERIAL_NAVMAN is not set |
1179 | CONFIG_USB_SERIAL_PL2303=m | 1043 | CONFIG_USB_SERIAL_PL2303=m |
1044 | # CONFIG_USB_SERIAL_OTI6858 is not set | ||
1045 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | ||
1180 | # CONFIG_USB_SERIAL_HP4X is not set | 1046 | # CONFIG_USB_SERIAL_HP4X is not set |
1181 | # CONFIG_USB_SERIAL_SAFE is not set | 1047 | # CONFIG_USB_SERIAL_SAFE is not set |
1182 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | 1048 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set |
@@ -1197,6 +1063,7 @@ CONFIG_USB_EMI26=m | |||
1197 | # CONFIG_USB_RIO500 is not set | 1063 | # CONFIG_USB_RIO500 is not set |
1198 | # CONFIG_USB_LEGOTOWER is not set | 1064 | # CONFIG_USB_LEGOTOWER is not set |
1199 | # CONFIG_USB_LCD is not set | 1065 | # CONFIG_USB_LCD is not set |
1066 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1200 | # CONFIG_USB_LED is not set | 1067 | # CONFIG_USB_LED is not set |
1201 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1068 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1202 | # CONFIG_USB_CYTHERM is not set | 1069 | # CONFIG_USB_CYTHERM is not set |
@@ -1208,61 +1075,18 @@ CONFIG_USB_SISUSBVGA=m | |||
1208 | CONFIG_USB_SISUSBVGA_CON=y | 1075 | CONFIG_USB_SISUSBVGA_CON=y |
1209 | # CONFIG_USB_LD is not set | 1076 | # CONFIG_USB_LD is not set |
1210 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1077 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1078 | # CONFIG_USB_IOWARRIOR is not set | ||
1211 | # CONFIG_USB_TEST is not set | 1079 | # CONFIG_USB_TEST is not set |
1212 | 1080 | # CONFIG_USB_ISIGHTFW is not set | |
1213 | # | ||
1214 | # USB DSL modem support | ||
1215 | # | ||
1216 | |||
1217 | # | ||
1218 | # USB Gadget Support | ||
1219 | # | ||
1220 | # CONFIG_USB_GADGET is not set | 1081 | # CONFIG_USB_GADGET is not set |
1221 | |||
1222 | # | ||
1223 | # MMC/SD Card support | ||
1224 | # | ||
1225 | # CONFIG_MMC is not set | 1082 | # CONFIG_MMC is not set |
1226 | 1083 | # CONFIG_MEMSTICK is not set | |
1227 | # | ||
1228 | # LED devices | ||
1229 | # | ||
1230 | # CONFIG_NEW_LEDS is not set | 1084 | # CONFIG_NEW_LEDS is not set |
1231 | 1085 | # CONFIG_ACCESSIBILITY is not set | |
1232 | # | ||
1233 | # LED drivers | ||
1234 | # | ||
1235 | |||
1236 | # | ||
1237 | # LED Triggers | ||
1238 | # | ||
1239 | |||
1240 | # | ||
1241 | # InfiniBand support | ||
1242 | # | ||
1243 | # CONFIG_INFINIBAND is not set | 1086 | # CONFIG_INFINIBAND is not set |
1244 | |||
1245 | # | ||
1246 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1247 | # | ||
1248 | |||
1249 | # | ||
1250 | # Real Time Clock | ||
1251 | # | ||
1252 | # CONFIG_RTC_CLASS is not set | 1087 | # CONFIG_RTC_CLASS is not set |
1253 | 1088 | # CONFIG_DMADEVICES is not set | |
1254 | # | 1089 | # CONFIG_UIO is not set |
1255 | # DMA Engine support | ||
1256 | # | ||
1257 | # CONFIG_DMA_ENGINE is not set | ||
1258 | |||
1259 | # | ||
1260 | # DMA Clients | ||
1261 | # | ||
1262 | |||
1263 | # | ||
1264 | # DMA Devices | ||
1265 | # | ||
1266 | 1090 | ||
1267 | # | 1091 | # |
1268 | # File systems | 1092 | # File systems |
@@ -1276,7 +1100,6 @@ CONFIG_EXT3_FS_XATTR=y | |||
1276 | # CONFIG_EXT3_FS_SECURITY is not set | 1100 | # CONFIG_EXT3_FS_SECURITY is not set |
1277 | # CONFIG_EXT4DEV_FS is not set | 1101 | # CONFIG_EXT4DEV_FS is not set |
1278 | CONFIG_JBD=y | 1102 | CONFIG_JBD=y |
1279 | # CONFIG_JBD_DEBUG is not set | ||
1280 | CONFIG_FS_MBCACHE=y | 1103 | CONFIG_FS_MBCACHE=y |
1281 | CONFIG_REISERFS_FS=y | 1104 | CONFIG_REISERFS_FS=y |
1282 | # CONFIG_REISERFS_CHECK is not set | 1105 | # CONFIG_REISERFS_CHECK is not set |
@@ -1285,14 +1108,11 @@ CONFIG_REISERFS_FS=y | |||
1285 | # CONFIG_JFS_FS is not set | 1108 | # CONFIG_JFS_FS is not set |
1286 | # CONFIG_FS_POSIX_ACL is not set | 1109 | # CONFIG_FS_POSIX_ACL is not set |
1287 | # CONFIG_XFS_FS is not set | 1110 | # CONFIG_XFS_FS is not set |
1288 | # CONFIG_GFS2_FS is not set | ||
1289 | # CONFIG_OCFS2_FS is not set | 1111 | # CONFIG_OCFS2_FS is not set |
1290 | # CONFIG_MINIX_FS is not set | 1112 | CONFIG_DNOTIFY=y |
1291 | CONFIG_ROMFS_FS=y | ||
1292 | CONFIG_INOTIFY=y | 1113 | CONFIG_INOTIFY=y |
1293 | CONFIG_INOTIFY_USER=y | 1114 | CONFIG_INOTIFY_USER=y |
1294 | # CONFIG_QUOTA is not set | 1115 | # CONFIG_QUOTA is not set |
1295 | CONFIG_DNOTIFY=y | ||
1296 | # CONFIG_AUTOFS_FS is not set | 1116 | # CONFIG_AUTOFS_FS is not set |
1297 | # CONFIG_AUTOFS4_FS is not set | 1117 | # CONFIG_AUTOFS4_FS is not set |
1298 | # CONFIG_FUSE_FS is not set | 1118 | # CONFIG_FUSE_FS is not set |
@@ -1328,7 +1148,6 @@ CONFIG_TMPFS=y | |||
1328 | # CONFIG_TMPFS_POSIX_ACL is not set | 1148 | # CONFIG_TMPFS_POSIX_ACL is not set |
1329 | # CONFIG_HUGETLBFS is not set | 1149 | # CONFIG_HUGETLBFS is not set |
1330 | # CONFIG_HUGETLB_PAGE is not set | 1150 | # CONFIG_HUGETLB_PAGE is not set |
1331 | CONFIG_RAMFS=y | ||
1332 | # CONFIG_CONFIGFS_FS is not set | 1151 | # CONFIG_CONFIGFS_FS is not set |
1333 | 1152 | ||
1334 | # | 1153 | # |
@@ -1343,26 +1162,24 @@ CONFIG_RAMFS=y | |||
1343 | # CONFIG_EFS_FS is not set | 1162 | # CONFIG_EFS_FS is not set |
1344 | # CONFIG_CRAMFS is not set | 1163 | # CONFIG_CRAMFS is not set |
1345 | # CONFIG_VXFS_FS is not set | 1164 | # CONFIG_VXFS_FS is not set |
1165 | # CONFIG_MINIX_FS is not set | ||
1166 | # CONFIG_OMFS_FS is not set | ||
1346 | # CONFIG_HPFS_FS is not set | 1167 | # CONFIG_HPFS_FS is not set |
1347 | # CONFIG_QNX4FS_FS is not set | 1168 | # CONFIG_QNX4FS_FS is not set |
1169 | CONFIG_ROMFS_FS=y | ||
1348 | # CONFIG_SYSV_FS is not set | 1170 | # CONFIG_SYSV_FS is not set |
1349 | CONFIG_UFS_FS=m | 1171 | CONFIG_UFS_FS=m |
1350 | # CONFIG_UFS_FS_WRITE is not set | 1172 | # CONFIG_UFS_FS_WRITE is not set |
1351 | # CONFIG_UFS_DEBUG is not set | 1173 | # CONFIG_UFS_DEBUG is not set |
1352 | 1174 | CONFIG_NETWORK_FILESYSTEMS=y | |
1353 | # | ||
1354 | # Network File Systems | ||
1355 | # | ||
1356 | CONFIG_NFS_FS=m | 1175 | CONFIG_NFS_FS=m |
1357 | CONFIG_NFS_V3=y | 1176 | CONFIG_NFS_V3=y |
1358 | # CONFIG_NFS_V3_ACL is not set | 1177 | # CONFIG_NFS_V3_ACL is not set |
1359 | # CONFIG_NFS_V4 is not set | 1178 | # CONFIG_NFS_V4 is not set |
1360 | # CONFIG_NFS_DIRECTIO is not set | ||
1361 | CONFIG_NFSD=m | 1179 | CONFIG_NFSD=m |
1362 | CONFIG_NFSD_V3=y | 1180 | CONFIG_NFSD_V3=y |
1363 | # CONFIG_NFSD_V3_ACL is not set | 1181 | # CONFIG_NFSD_V3_ACL is not set |
1364 | # CONFIG_NFSD_V4 is not set | 1182 | # CONFIG_NFSD_V4 is not set |
1365 | CONFIG_NFSD_TCP=y | ||
1366 | CONFIG_LOCKD=m | 1183 | CONFIG_LOCKD=m |
1367 | CONFIG_LOCKD_V4=y | 1184 | CONFIG_LOCKD_V4=y |
1368 | CONFIG_EXPORTFS=m | 1185 | CONFIG_EXPORTFS=m |
@@ -1376,17 +1193,12 @@ CONFIG_SMB_FS=m | |||
1376 | # CONFIG_NCP_FS is not set | 1193 | # CONFIG_NCP_FS is not set |
1377 | # CONFIG_CODA_FS is not set | 1194 | # CONFIG_CODA_FS is not set |
1378 | # CONFIG_AFS_FS is not set | 1195 | # CONFIG_AFS_FS is not set |
1379 | # CONFIG_9P_FS is not set | ||
1380 | 1196 | ||
1381 | # | 1197 | # |
1382 | # Partition Types | 1198 | # Partition Types |
1383 | # | 1199 | # |
1384 | # CONFIG_PARTITION_ADVANCED is not set | 1200 | # CONFIG_PARTITION_ADVANCED is not set |
1385 | CONFIG_MSDOS_PARTITION=y | 1201 | CONFIG_MSDOS_PARTITION=y |
1386 | |||
1387 | # | ||
1388 | # Native Language Support | ||
1389 | # | ||
1390 | CONFIG_NLS=y | 1202 | CONFIG_NLS=y |
1391 | CONFIG_NLS_DEFAULT="iso8859-1" | 1203 | CONFIG_NLS_DEFAULT="iso8859-1" |
1392 | CONFIG_NLS_CODEPAGE_437=y | 1204 | CONFIG_NLS_CODEPAGE_437=y |
@@ -1427,46 +1239,128 @@ CONFIG_NLS_CODEPAGE_932=y | |||
1427 | # CONFIG_NLS_KOI8_R is not set | 1239 | # CONFIG_NLS_KOI8_R is not set |
1428 | # CONFIG_NLS_KOI8_U is not set | 1240 | # CONFIG_NLS_KOI8_U is not set |
1429 | # CONFIG_NLS_UTF8 is not set | 1241 | # CONFIG_NLS_UTF8 is not set |
1430 | 1242 | # CONFIG_DLM is not set | |
1431 | # | ||
1432 | # Profiling support | ||
1433 | # | ||
1434 | # CONFIG_PROFILING is not set | ||
1435 | 1243 | ||
1436 | # | 1244 | # |
1437 | # Kernel hacking | 1245 | # Kernel hacking |
1438 | # | 1246 | # |
1439 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 1247 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
1440 | # CONFIG_PRINTK_TIME is not set | 1248 | # CONFIG_PRINTK_TIME is not set |
1249 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1441 | CONFIG_ENABLE_MUST_CHECK=y | 1250 | CONFIG_ENABLE_MUST_CHECK=y |
1251 | CONFIG_FRAME_WARN=1024 | ||
1442 | # CONFIG_MAGIC_SYSRQ is not set | 1252 | # CONFIG_MAGIC_SYSRQ is not set |
1443 | # CONFIG_UNUSED_SYMBOLS is not set | 1253 | # CONFIG_UNUSED_SYMBOLS is not set |
1444 | # CONFIG_DEBUG_KERNEL is not set | ||
1445 | CONFIG_LOG_BUF_SHIFT=14 | ||
1446 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1447 | # CONFIG_DEBUG_FS is not set | 1254 | # CONFIG_DEBUG_FS is not set |
1448 | # CONFIG_HEADERS_CHECK is not set | 1255 | # CONFIG_HEADERS_CHECK is not set |
1256 | # CONFIG_DEBUG_KERNEL is not set | ||
1257 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1258 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1259 | # CONFIG_SAMPLES is not set | ||
1449 | CONFIG_SH_STANDARD_BIOS=y | 1260 | CONFIG_SH_STANDARD_BIOS=y |
1450 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 1261 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
1451 | # CONFIG_EARLY_PRINTK is not set | 1262 | # CONFIG_EARLY_PRINTK is not set |
1452 | # CONFIG_KGDB is not set | 1263 | # CONFIG_SH_KGDB is not set |
1453 | 1264 | ||
1454 | # | 1265 | # |
1455 | # Security options | 1266 | # Security options |
1456 | # | 1267 | # |
1457 | # CONFIG_KEYS is not set | 1268 | # CONFIG_KEYS is not set |
1458 | # CONFIG_SECURITY is not set | 1269 | # CONFIG_SECURITY is not set |
1270 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1271 | CONFIG_CRYPTO=y | ||
1272 | |||
1273 | # | ||
1274 | # Crypto core or helper | ||
1275 | # | ||
1276 | # CONFIG_CRYPTO_MANAGER is not set | ||
1277 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1278 | # CONFIG_CRYPTO_NULL is not set | ||
1279 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1280 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1281 | # CONFIG_CRYPTO_TEST is not set | ||
1282 | |||
1283 | # | ||
1284 | # Authenticated Encryption with Associated Data | ||
1285 | # | ||
1286 | # CONFIG_CRYPTO_CCM is not set | ||
1287 | # CONFIG_CRYPTO_GCM is not set | ||
1288 | # CONFIG_CRYPTO_SEQIV is not set | ||
1289 | |||
1290 | # | ||
1291 | # Block modes | ||
1292 | # | ||
1293 | # CONFIG_CRYPTO_CBC is not set | ||
1294 | # CONFIG_CRYPTO_CTR is not set | ||
1295 | # CONFIG_CRYPTO_CTS is not set | ||
1296 | # CONFIG_CRYPTO_ECB is not set | ||
1297 | # CONFIG_CRYPTO_LRW is not set | ||
1298 | # CONFIG_CRYPTO_PCBC is not set | ||
1299 | # CONFIG_CRYPTO_XTS is not set | ||
1300 | |||
1301 | # | ||
1302 | # Hash modes | ||
1303 | # | ||
1304 | # CONFIG_CRYPTO_HMAC is not set | ||
1305 | # CONFIG_CRYPTO_XCBC is not set | ||
1306 | |||
1307 | # | ||
1308 | # Digest | ||
1309 | # | ||
1310 | # CONFIG_CRYPTO_CRC32C is not set | ||
1311 | # CONFIG_CRYPTO_MD4 is not set | ||
1312 | # CONFIG_CRYPTO_MD5 is not set | ||
1313 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1314 | # CONFIG_CRYPTO_RMD128 is not set | ||
1315 | # CONFIG_CRYPTO_RMD160 is not set | ||
1316 | # CONFIG_CRYPTO_RMD256 is not set | ||
1317 | # CONFIG_CRYPTO_RMD320 is not set | ||
1318 | # CONFIG_CRYPTO_SHA1 is not set | ||
1319 | # CONFIG_CRYPTO_SHA256 is not set | ||
1320 | # CONFIG_CRYPTO_SHA512 is not set | ||
1321 | # CONFIG_CRYPTO_TGR192 is not set | ||
1322 | # CONFIG_CRYPTO_WP512 is not set | ||
1323 | |||
1324 | # | ||
1325 | # Ciphers | ||
1326 | # | ||
1327 | # CONFIG_CRYPTO_AES is not set | ||
1328 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1329 | # CONFIG_CRYPTO_ARC4 is not set | ||
1330 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1331 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1332 | # CONFIG_CRYPTO_CAST5 is not set | ||
1333 | # CONFIG_CRYPTO_CAST6 is not set | ||
1334 | # CONFIG_CRYPTO_DES is not set | ||
1335 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1336 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1337 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1338 | # CONFIG_CRYPTO_SEED is not set | ||
1339 | # CONFIG_CRYPTO_SERPENT is not set | ||
1340 | # CONFIG_CRYPTO_TEA is not set | ||
1341 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1459 | 1342 | ||
1460 | # | 1343 | # |
1461 | # Cryptographic options | 1344 | # Compression |
1462 | # | 1345 | # |
1463 | # CONFIG_CRYPTO is not set | 1346 | # CONFIG_CRYPTO_DEFLATE is not set |
1347 | # CONFIG_CRYPTO_LZO is not set | ||
1348 | CONFIG_CRYPTO_HW=y | ||
1349 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1464 | 1350 | ||
1465 | # | 1351 | # |
1466 | # Library routines | 1352 | # Library routines |
1467 | # | 1353 | # |
1354 | CONFIG_BITREVERSE=y | ||
1355 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1468 | # CONFIG_CRC_CCITT is not set | 1356 | # CONFIG_CRC_CCITT is not set |
1469 | # CONFIG_CRC16 is not set | 1357 | # CONFIG_CRC16 is not set |
1358 | CONFIG_CRC_T10DIF=y | ||
1359 | # CONFIG_CRC_ITU_T is not set | ||
1470 | CONFIG_CRC32=y | 1360 | CONFIG_CRC32=y |
1361 | # CONFIG_CRC7 is not set | ||
1471 | # CONFIG_LIBCRC32C is not set | 1362 | # CONFIG_LIBCRC32C is not set |
1472 | CONFIG_PLIST=y | 1363 | CONFIG_PLIST=y |
1364 | CONFIG_HAS_IOMEM=y | ||
1365 | CONFIG_HAS_IOPORT=y | ||
1366 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/lboxre2_defconfig b/arch/sh/configs/lboxre2_defconfig index b68b6cdbb78f..aecdfd33c695 100644 --- a/arch/sh/configs/lboxre2_defconfig +++ b/arch/sh/configs/lboxre2_defconfig | |||
@@ -1,9 +1,11 @@ | |||
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-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Sat Mar 24 22:04:27 2007 | 4 | # Wed Jul 30 01:39:41 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -11,37 +13,40 @@ CONFIG_GENERIC_HWEIGHT=y | |||
11 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
12 | CONFIG_GENERIC_IRQ_PROBE=y | 14 | CONFIG_GENERIC_IRQ_PROBE=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 15 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | # CONFIG_GENERIC_TIME is not set | 16 | CONFIG_GENERIC_TIME=y |
17 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
18 | CONFIG_SYS_SUPPORTS_PCI=y | ||
15 | CONFIG_STACKTRACE_SUPPORT=y | 19 | CONFIG_STACKTRACE_SUPPORT=y |
16 | CONFIG_LOCKDEP_SUPPORT=y | 20 | CONFIG_LOCKDEP_SUPPORT=y |
17 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
18 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
20 | 26 | ||
21 | # | 27 | # |
22 | # Code maturity level options | 28 | # General setup |
23 | # | 29 | # |
24 | CONFIG_EXPERIMENTAL=y | 30 | CONFIG_EXPERIMENTAL=y |
25 | CONFIG_BROKEN_ON_SMP=y | 31 | CONFIG_BROKEN_ON_SMP=y |
26 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 32 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_LOCALVERSION="" | 33 | CONFIG_LOCALVERSION="" |
32 | CONFIG_LOCALVERSION_AUTO=y | 34 | CONFIG_LOCALVERSION_AUTO=y |
33 | CONFIG_SWAP=y | 35 | CONFIG_SWAP=y |
34 | CONFIG_SYSVIPC=y | 36 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
36 | CONFIG_SYSVIPC_SYSCTL=y | 37 | CONFIG_SYSVIPC_SYSCTL=y |
37 | # CONFIG_POSIX_MQUEUE is not set | 38 | # CONFIG_POSIX_MQUEUE is not set |
38 | # CONFIG_BSD_PROCESS_ACCT is not set | 39 | # CONFIG_BSD_PROCESS_ACCT is not set |
39 | # CONFIG_TASKSTATS is not set | 40 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | ||
41 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | ||
44 | # CONFIG_CGROUPS is not set | ||
45 | # CONFIG_GROUP_SCHED is not set | ||
43 | CONFIG_SYSFS_DEPRECATED=y | 46 | CONFIG_SYSFS_DEPRECATED=y |
47 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
44 | # CONFIG_RELAY is not set | 48 | # CONFIG_RELAY is not set |
49 | # CONFIG_NAMESPACES is not set | ||
45 | # CONFIG_BLK_DEV_INITRD is not set | 50 | # CONFIG_BLK_DEV_INITRD is not set |
46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | 52 | CONFIG_SYSCTL=y |
@@ -54,34 +59,48 @@ CONFIG_HOTPLUG=y | |||
54 | CONFIG_PRINTK=y | 59 | CONFIG_PRINTK=y |
55 | CONFIG_BUG=y | 60 | CONFIG_BUG=y |
56 | CONFIG_ELF_CORE=y | 61 | CONFIG_ELF_CORE=y |
62 | CONFIG_COMPAT_BRK=y | ||
57 | CONFIG_BASE_FULL=y | 63 | CONFIG_BASE_FULL=y |
58 | CONFIG_FUTEX=y | 64 | CONFIG_FUTEX=y |
65 | CONFIG_ANON_INODES=y | ||
59 | CONFIG_EPOLL=y | 66 | CONFIG_EPOLL=y |
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
60 | CONFIG_SHMEM=y | 70 | CONFIG_SHMEM=y |
61 | CONFIG_SLAB=y | ||
62 | CONFIG_VM_EVENT_COUNTERS=y | 71 | CONFIG_VM_EVENT_COUNTERS=y |
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | # CONFIG_PROFILING is not set | ||
76 | # CONFIG_MARKERS is not set | ||
77 | CONFIG_HAVE_OPROFILE=y | ||
78 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
79 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
80 | # CONFIG_HAVE_KPROBES is not set | ||
81 | # CONFIG_HAVE_KRETPROBES is not set | ||
82 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
83 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
84 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
85 | CONFIG_HAVE_CLK=y | ||
86 | CONFIG_PROC_PAGE_MONITOR=y | ||
87 | CONFIG_SLABINFO=y | ||
63 | CONFIG_RT_MUTEXES=y | 88 | CONFIG_RT_MUTEXES=y |
64 | # CONFIG_TINY_SHMEM is not set | 89 | # CONFIG_TINY_SHMEM is not set |
65 | CONFIG_BASE_SMALL=0 | 90 | CONFIG_BASE_SMALL=0 |
66 | # CONFIG_SLOB is not set | ||
67 | |||
68 | # | ||
69 | # Loadable module support | ||
70 | # | ||
71 | CONFIG_MODULES=y | 91 | CONFIG_MODULES=y |
92 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
72 | CONFIG_MODULE_UNLOAD=y | 93 | CONFIG_MODULE_UNLOAD=y |
73 | CONFIG_MODULE_FORCE_UNLOAD=y | 94 | CONFIG_MODULE_FORCE_UNLOAD=y |
74 | # CONFIG_MODVERSIONS is not set | 95 | # CONFIG_MODVERSIONS is not set |
75 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 96 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
76 | CONFIG_KMOD=y | 97 | CONFIG_KMOD=y |
77 | |||
78 | # | ||
79 | # Block layer | ||
80 | # | ||
81 | CONFIG_BLOCK=y | 98 | CONFIG_BLOCK=y |
82 | # CONFIG_LBD is not set | 99 | # CONFIG_LBD is not set |
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | 100 | # CONFIG_BLK_DEV_IO_TRACE is not set |
84 | # CONFIG_LSF is not set | 101 | # CONFIG_LSF is not set |
102 | # CONFIG_BLK_DEV_BSG is not set | ||
103 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
85 | 104 | ||
86 | # | 105 | # |
87 | # IO Schedulers | 106 | # IO Schedulers |
@@ -95,66 +114,26 @@ CONFIG_DEFAULT_AS=y | |||
95 | # CONFIG_DEFAULT_CFQ is not set | 114 | # CONFIG_DEFAULT_CFQ is not set |
96 | # CONFIG_DEFAULT_NOOP is not set | 115 | # CONFIG_DEFAULT_NOOP is not set |
97 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 116 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
117 | CONFIG_CLASSIC_RCU=y | ||
98 | 118 | ||
99 | # | 119 | # |
100 | # System type | 120 | # System type |
101 | # | 121 | # |
102 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
103 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
104 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
105 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
106 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
107 | # CONFIG_SH_7751_SYSTEMH is not set | ||
108 | # CONFIG_SH_HP6XX is not set | ||
109 | # CONFIG_SH_SATURN is not set | ||
110 | # CONFIG_SH_DREAMCAST is not set | ||
111 | # CONFIG_SH_MPC1211 is not set | ||
112 | # CONFIG_SH_SH03 is not set | ||
113 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
114 | # CONFIG_SH_HS7751RVOIP is not set | ||
115 | # CONFIG_SH_7710VOIPGW is not set | ||
116 | # CONFIG_SH_RTS7751R2D is not set | ||
117 | # CONFIG_SH_HIGHLANDER is not set | ||
118 | # CONFIG_SH_EDOSK7705 is not set | ||
119 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
120 | # CONFIG_SH_LANDISK is not set | ||
121 | # CONFIG_SH_TITAN is not set | ||
122 | # CONFIG_SH_SHMIN is not set | ||
123 | # CONFIG_SH_7206_SOLUTION_ENGINE is not set | ||
124 | # CONFIG_SH_7619_SOLUTION_ENGINE is not set | ||
125 | CONFIG_SH_LBOX_RE2=y | ||
126 | # CONFIG_SH_UNKNOWN is not set | ||
127 | |||
128 | # | ||
129 | # Processor selection | ||
130 | # | ||
131 | CONFIG_CPU_SH4=y | 122 | CONFIG_CPU_SH4=y |
132 | |||
133 | # | ||
134 | # SH-2 Processor Support | ||
135 | # | ||
136 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
137 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
138 | 124 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | |
139 | # | ||
140 | # SH-2A Processor Support | ||
141 | # | ||
142 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
143 | 126 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | |
144 | # | 127 | # CONFIG_CPU_SUBTYPE_MXG is not set |
145 | # SH-3 Processor Support | ||
146 | # | ||
147 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
149 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
150 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
151 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
152 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
153 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
154 | 134 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
155 | # | 135 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
156 | # SH-4 Processor Support | 136 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
157 | # | ||
158 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
159 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
160 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 139 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -163,55 +142,60 @@ CONFIG_CPU_SH4=y | |||
163 | CONFIG_CPU_SUBTYPE_SH7751R=y | 142 | CONFIG_CPU_SUBTYPE_SH7751R=y |
164 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
165 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
166 | 145 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | |
167 | # | 146 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
168 | # ST40 Processor Support | ||
169 | # | ||
170 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
171 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
172 | |||
173 | # | ||
174 | # SH-4A Processor Support | ||
175 | # | ||
176 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
177 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
178 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
179 | 150 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | |
180 | # | ||
181 | # SH4AL-DSP Processor Support | ||
182 | # | ||
183 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
184 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
185 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
153 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
155 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
186 | 156 | ||
187 | # | 157 | # |
188 | # Memory management options | 158 | # Memory management options |
189 | # | 159 | # |
160 | CONFIG_QUICKLIST=y | ||
190 | CONFIG_MMU=y | 161 | CONFIG_MMU=y |
191 | CONFIG_PAGE_OFFSET=0x80000000 | 162 | CONFIG_PAGE_OFFSET=0x80000000 |
192 | CONFIG_MEMORY_START=0x0c000000 | 163 | CONFIG_MEMORY_START=0x0c000000 |
193 | CONFIG_MEMORY_SIZE=0x04000000 | 164 | CONFIG_MEMORY_SIZE=0x04000000 |
165 | CONFIG_29BIT=y | ||
194 | CONFIG_VSYSCALL=y | 166 | CONFIG_VSYSCALL=y |
167 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
168 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
169 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
170 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
171 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
172 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
195 | CONFIG_PAGE_SIZE_4KB=y | 173 | CONFIG_PAGE_SIZE_4KB=y |
196 | # CONFIG_PAGE_SIZE_8KB is not set | 174 | # CONFIG_PAGE_SIZE_8KB is not set |
175 | # CONFIG_PAGE_SIZE_16KB is not set | ||
197 | # CONFIG_PAGE_SIZE_64KB is not set | 176 | # CONFIG_PAGE_SIZE_64KB is not set |
177 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
198 | CONFIG_SELECT_MEMORY_MODEL=y | 178 | CONFIG_SELECT_MEMORY_MODEL=y |
199 | CONFIG_FLATMEM_MANUAL=y | 179 | CONFIG_FLATMEM_MANUAL=y |
200 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 180 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
201 | # CONFIG_SPARSEMEM_MANUAL is not set | 181 | # CONFIG_SPARSEMEM_MANUAL is not set |
202 | CONFIG_FLATMEM=y | 182 | CONFIG_FLATMEM=y |
203 | CONFIG_FLAT_NODE_MEM_MAP=y | 183 | CONFIG_FLAT_NODE_MEM_MAP=y |
204 | # CONFIG_SPARSEMEM_STATIC is not set | 184 | CONFIG_SPARSEMEM_STATIC=y |
185 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
186 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
205 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 187 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
206 | # CONFIG_RESOURCES_64BIT is not set | 188 | # CONFIG_RESOURCES_64BIT is not set |
207 | CONFIG_ZONE_DMA_FLAG=0 | 189 | CONFIG_ZONE_DMA_FLAG=0 |
190 | CONFIG_NR_QUICK=2 | ||
208 | 191 | ||
209 | # | 192 | # |
210 | # Cache configuration | 193 | # Cache configuration |
211 | # | 194 | # |
212 | # CONFIG_SH_DIRECT_MAPPED is not set | 195 | # CONFIG_SH_DIRECT_MAPPED is not set |
213 | # CONFIG_SH_WRITETHROUGH is not set | 196 | CONFIG_CACHE_WRITEBACK=y |
214 | # CONFIG_SH_OCRAM is not set | 197 | # CONFIG_CACHE_WRITETHROUGH is not set |
198 | # CONFIG_CACHE_OFF is not set | ||
215 | 199 | ||
216 | # | 200 | # |
217 | # Processor features | 201 | # Processor features |
@@ -219,12 +203,21 @@ CONFIG_ZONE_DMA_FLAG=0 | |||
219 | CONFIG_CPU_LITTLE_ENDIAN=y | 203 | CONFIG_CPU_LITTLE_ENDIAN=y |
220 | # CONFIG_CPU_BIG_ENDIAN is not set | 204 | # CONFIG_CPU_BIG_ENDIAN is not set |
221 | CONFIG_SH_FPU=y | 205 | CONFIG_SH_FPU=y |
222 | # CONFIG_SH_DSP is not set | ||
223 | # CONFIG_SH_STORE_QUEUES is not set | 206 | # CONFIG_SH_STORE_QUEUES is not set |
224 | CONFIG_CPU_HAS_INTEVT=y | 207 | CONFIG_CPU_HAS_INTEVT=y |
225 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
226 | CONFIG_CPU_HAS_SR_RB=y | 208 | CONFIG_CPU_HAS_SR_RB=y |
227 | CONFIG_CPU_HAS_PTEA=y | 209 | CONFIG_CPU_HAS_PTEA=y |
210 | CONFIG_CPU_HAS_FPU=y | ||
211 | |||
212 | # | ||
213 | # Board support | ||
214 | # | ||
215 | # CONFIG_SH_7751_SYSTEMH is not set | ||
216 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
217 | # CONFIG_SH_RTS7751R2D is not set | ||
218 | # CONFIG_SH_LANDISK is not set | ||
219 | # CONFIG_SH_TITAN is not set | ||
220 | CONFIG_SH_LBOX_RE2=y | ||
228 | 221 | ||
229 | # | 222 | # |
230 | # Timer and clock configuration | 223 | # Timer and clock configuration |
@@ -232,6 +225,10 @@ CONFIG_CPU_HAS_PTEA=y | |||
232 | CONFIG_SH_TMU=y | 225 | CONFIG_SH_TMU=y |
233 | CONFIG_SH_TIMER_IRQ=16 | 226 | CONFIG_SH_TIMER_IRQ=16 |
234 | CONFIG_SH_PCLK_FREQ=40000000 | 227 | CONFIG_SH_PCLK_FREQ=40000000 |
228 | # CONFIG_TICK_ONESHOT is not set | ||
229 | # CONFIG_NO_HZ is not set | ||
230 | # CONFIG_HIGH_RES_TIMERS is not set | ||
231 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
235 | 232 | ||
236 | # | 233 | # |
237 | # CPU Frequency scaling | 234 | # CPU Frequency scaling |
@@ -246,7 +243,6 @@ CONFIG_SH_PCLK_FREQ=40000000 | |||
246 | # | 243 | # |
247 | # Companion Chips | 244 | # Companion Chips |
248 | # | 245 | # |
249 | # CONFIG_HD6446X_SERIES is not set | ||
250 | 246 | ||
251 | # | 247 | # |
252 | # Additional SuperH Device Drivers | 248 | # Additional SuperH Device Drivers |
@@ -262,11 +258,14 @@ CONFIG_HZ_250=y | |||
262 | # CONFIG_HZ_300 is not set | 258 | # CONFIG_HZ_300 is not set |
263 | # CONFIG_HZ_1000 is not set | 259 | # CONFIG_HZ_1000 is not set |
264 | CONFIG_HZ=250 | 260 | CONFIG_HZ=250 |
261 | # CONFIG_SCHED_HRTICK is not set | ||
265 | CONFIG_KEXEC=y | 262 | CONFIG_KEXEC=y |
266 | # CONFIG_SMP is not set | 263 | # CONFIG_CRASH_DUMP is not set |
267 | CONFIG_PREEMPT_NONE=y | 264 | CONFIG_PREEMPT_NONE=y |
268 | # CONFIG_PREEMPT_VOLUNTARY is not set | 265 | # CONFIG_PREEMPT_VOLUNTARY is not set |
269 | # CONFIG_PREEMPT is not set | 266 | # CONFIG_PREEMPT is not set |
267 | CONFIG_GUSA=y | ||
268 | # CONFIG_GUSA_RB is not set | ||
270 | 269 | ||
271 | # | 270 | # |
272 | # Boot options | 271 | # Boot options |
@@ -280,15 +279,12 @@ CONFIG_CMDLINE="console=ttySC1,115200 root=/dev/sda1" | |||
280 | # | 279 | # |
281 | # Bus options | 280 | # Bus options |
282 | # | 281 | # |
283 | CONFIG_ISA=y | ||
284 | CONFIG_PCI=y | 282 | CONFIG_PCI=y |
285 | CONFIG_SH_PCIDMA_NONCOHERENT=y | 283 | CONFIG_SH_PCIDMA_NONCOHERENT=y |
286 | CONFIG_PCI_AUTO=y | 284 | CONFIG_PCI_AUTO=y |
287 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | 285 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y |
288 | 286 | # CONFIG_ARCH_SUPPORTS_MSI is not set | |
289 | # | 287 | CONFIG_PCI_LEGACY=y |
290 | # PCCARD (PCMCIA/CardBus) support | ||
291 | # | ||
292 | CONFIG_PCCARD=y | 288 | CONFIG_PCCARD=y |
293 | CONFIG_PCMCIA_DEBUG=y | 289 | CONFIG_PCMCIA_DEBUG=y |
294 | CONFIG_PCMCIA=y | 290 | CONFIG_PCMCIA=y |
@@ -306,29 +302,16 @@ CONFIG_YENTA_O2=y | |||
306 | # CONFIG_YENTA_TOSHIBA is not set | 302 | # CONFIG_YENTA_TOSHIBA is not set |
307 | # CONFIG_PD6729 is not set | 303 | # CONFIG_PD6729 is not set |
308 | # CONFIG_I82092 is not set | 304 | # CONFIG_I82092 is not set |
309 | # CONFIG_I82365 is not set | ||
310 | # CONFIG_TCIC is not set | ||
311 | CONFIG_PCMCIA_PROBE=y | ||
312 | CONFIG_PCCARD_NONSTATIC=y | 305 | CONFIG_PCCARD_NONSTATIC=y |
313 | |||
314 | # | ||
315 | # PCI Hotplug Support | ||
316 | # | ||
317 | # CONFIG_HOTPLUG_PCI is not set | 306 | # CONFIG_HOTPLUG_PCI is not set |
318 | 307 | ||
319 | # | 308 | # |
320 | # Executable file formats | 309 | # Executable file formats |
321 | # | 310 | # |
322 | CONFIG_BINFMT_ELF=y | 311 | CONFIG_BINFMT_ELF=y |
323 | # CONFIG_BINFMT_FLAT is not set | ||
324 | # CONFIG_BINFMT_MISC is not set | 312 | # CONFIG_BINFMT_MISC is not set |
325 | 313 | ||
326 | # | 314 | # |
327 | # Power management options (EXPERIMENTAL) | ||
328 | # | ||
329 | # CONFIG_PM is not set | ||
330 | |||
331 | # | ||
332 | # Networking | 315 | # Networking |
333 | # | 316 | # |
334 | CONFIG_NET=y | 317 | CONFIG_NET=y |
@@ -336,7 +319,6 @@ CONFIG_NET=y | |||
336 | # | 319 | # |
337 | # Networking options | 320 | # Networking options |
338 | # | 321 | # |
339 | # CONFIG_NETDEBUG is not set | ||
340 | CONFIG_PACKET=y | 322 | CONFIG_PACKET=y |
341 | # CONFIG_PACKET_MMAP is not set | 323 | # CONFIG_PACKET_MMAP is not set |
342 | CONFIG_UNIX=y | 324 | CONFIG_UNIX=y |
@@ -344,6 +326,7 @@ CONFIG_XFRM=y | |||
344 | # CONFIG_XFRM_USER is not set | 326 | # CONFIG_XFRM_USER is not set |
345 | # CONFIG_XFRM_SUB_POLICY is not set | 327 | # CONFIG_XFRM_SUB_POLICY is not set |
346 | # CONFIG_XFRM_MIGRATE is not set | 328 | # CONFIG_XFRM_MIGRATE is not set |
329 | # CONFIG_XFRM_STATISTICS is not set | ||
347 | # CONFIG_NET_KEY is not set | 330 | # CONFIG_NET_KEY is not set |
348 | CONFIG_INET=y | 331 | CONFIG_INET=y |
349 | # CONFIG_IP_MULTICAST is not set | 332 | # CONFIG_IP_MULTICAST is not set |
@@ -370,29 +353,26 @@ CONFIG_IP_PNP=y | |||
370 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 353 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
371 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 354 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
372 | CONFIG_INET_XFRM_MODE_BEET=y | 355 | CONFIG_INET_XFRM_MODE_BEET=y |
356 | # CONFIG_INET_LRO is not set | ||
373 | CONFIG_INET_DIAG=y | 357 | CONFIG_INET_DIAG=y |
374 | CONFIG_INET_TCP_DIAG=y | 358 | CONFIG_INET_TCP_DIAG=y |
375 | # CONFIG_TCP_CONG_ADVANCED is not set | 359 | # CONFIG_TCP_CONG_ADVANCED is not set |
376 | CONFIG_TCP_CONG_CUBIC=y | 360 | CONFIG_TCP_CONG_CUBIC=y |
377 | CONFIG_DEFAULT_TCP_CONG="cubic" | 361 | CONFIG_DEFAULT_TCP_CONG="cubic" |
378 | # CONFIG_TCP_MD5SIG is not set | 362 | # CONFIG_TCP_MD5SIG is not set |
379 | |||
380 | # | ||
381 | # IP: Virtual Server Configuration | ||
382 | # | ||
383 | # CONFIG_IP_VS is not set | 363 | # CONFIG_IP_VS is not set |
384 | # CONFIG_IPV6 is not set | 364 | # CONFIG_IPV6 is not set |
385 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
386 | # CONFIG_INET6_TUNNEL is not set | ||
387 | # CONFIG_NETWORK_SECMARK is not set | 365 | # CONFIG_NETWORK_SECMARK is not set |
388 | CONFIG_NETFILTER=y | 366 | CONFIG_NETFILTER=y |
389 | # CONFIG_NETFILTER_DEBUG is not set | 367 | # CONFIG_NETFILTER_DEBUG is not set |
368 | CONFIG_NETFILTER_ADVANCED=y | ||
390 | 369 | ||
391 | # | 370 | # |
392 | # Core Netfilter Configuration | 371 | # Core Netfilter Configuration |
393 | # | 372 | # |
394 | # CONFIG_NETFILTER_NETLINK is not set | 373 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set |
395 | # CONFIG_NF_CONNTRACK_ENABLED is not set | 374 | # CONFIG_NETFILTER_NETLINK_LOG is not set |
375 | # CONFIG_NF_CONNTRACK is not set | ||
396 | # CONFIG_NETFILTER_XTABLES is not set | 376 | # CONFIG_NETFILTER_XTABLES is not set |
397 | 377 | ||
398 | # | 378 | # |
@@ -401,20 +381,8 @@ CONFIG_NETFILTER=y | |||
401 | # CONFIG_IP_NF_QUEUE is not set | 381 | # CONFIG_IP_NF_QUEUE is not set |
402 | # CONFIG_IP_NF_IPTABLES is not set | 382 | # CONFIG_IP_NF_IPTABLES is not set |
403 | # CONFIG_IP_NF_ARPTABLES is not set | 383 | # CONFIG_IP_NF_ARPTABLES is not set |
404 | |||
405 | # | ||
406 | # DCCP Configuration (EXPERIMENTAL) | ||
407 | # | ||
408 | # CONFIG_IP_DCCP is not set | 384 | # CONFIG_IP_DCCP is not set |
409 | |||
410 | # | ||
411 | # SCTP Configuration (EXPERIMENTAL) | ||
412 | # | ||
413 | # CONFIG_IP_SCTP is not set | 385 | # CONFIG_IP_SCTP is not set |
414 | |||
415 | # | ||
416 | # TIPC Configuration (EXPERIMENTAL) | ||
417 | # | ||
418 | # CONFIG_TIPC is not set | 386 | # CONFIG_TIPC is not set |
419 | # CONFIG_ATM is not set | 387 | # CONFIG_ATM is not set |
420 | # CONFIG_BRIDGE is not set | 388 | # CONFIG_BRIDGE is not set |
@@ -427,10 +395,6 @@ CONFIG_NETFILTER=y | |||
427 | # CONFIG_LAPB is not set | 395 | # CONFIG_LAPB is not set |
428 | # CONFIG_ECONET is not set | 396 | # CONFIG_ECONET is not set |
429 | # CONFIG_WAN_ROUTER is not set | 397 | # CONFIG_WAN_ROUTER is not set |
430 | |||
431 | # | ||
432 | # QoS and/or fair queueing | ||
433 | # | ||
434 | # CONFIG_NET_SCHED is not set | 398 | # CONFIG_NET_SCHED is not set |
435 | 399 | ||
436 | # | 400 | # |
@@ -438,9 +402,20 @@ CONFIG_NETFILTER=y | |||
438 | # | 402 | # |
439 | # CONFIG_NET_PKTGEN is not set | 403 | # CONFIG_NET_PKTGEN is not set |
440 | # CONFIG_HAMRADIO is not set | 404 | # CONFIG_HAMRADIO is not set |
405 | # CONFIG_CAN is not set | ||
441 | # CONFIG_IRDA is not set | 406 | # CONFIG_IRDA is not set |
442 | # CONFIG_BT is not set | 407 | # CONFIG_BT is not set |
408 | # CONFIG_AF_RXRPC is not set | ||
409 | |||
410 | # | ||
411 | # Wireless | ||
412 | # | ||
413 | # CONFIG_CFG80211 is not set | ||
414 | # CONFIG_WIRELESS_EXT is not set | ||
415 | # CONFIG_MAC80211 is not set | ||
443 | # CONFIG_IEEE80211 is not set | 416 | # CONFIG_IEEE80211 is not set |
417 | # CONFIG_RFKILL is not set | ||
418 | # CONFIG_NET_9P is not set | ||
444 | 419 | ||
445 | # | 420 | # |
446 | # Device Drivers | 421 | # Device Drivers |
@@ -449,36 +424,17 @@ CONFIG_NETFILTER=y | |||
449 | # | 424 | # |
450 | # Generic Driver Options | 425 | # Generic Driver Options |
451 | # | 426 | # |
427 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
452 | CONFIG_STANDALONE=y | 428 | CONFIG_STANDALONE=y |
453 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 429 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
454 | CONFIG_FW_LOADER=y | 430 | CONFIG_FW_LOADER=y |
431 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
432 | CONFIG_EXTRA_FIRMWARE="" | ||
455 | # CONFIG_SYS_HYPERVISOR is not set | 433 | # CONFIG_SYS_HYPERVISOR is not set |
456 | |||
457 | # | ||
458 | # Connector - unified userspace <-> kernelspace linker | ||
459 | # | ||
460 | # CONFIG_CONNECTOR is not set | 434 | # CONFIG_CONNECTOR is not set |
461 | |||
462 | # | ||
463 | # Memory Technology Devices (MTD) | ||
464 | # | ||
465 | # CONFIG_MTD is not set | 435 | # CONFIG_MTD is not set |
466 | |||
467 | # | ||
468 | # Parallel port support | ||
469 | # | ||
470 | # CONFIG_PARPORT is not set | 436 | # CONFIG_PARPORT is not set |
471 | 437 | CONFIG_BLK_DEV=y | |
472 | # | ||
473 | # Plug and Play support | ||
474 | # | ||
475 | # CONFIG_PNP is not set | ||
476 | # CONFIG_PNPACPI is not set | ||
477 | |||
478 | # | ||
479 | # Block devices | ||
480 | # | ||
481 | # CONFIG_BLK_CPQ_DA is not set | ||
482 | # CONFIG_BLK_CPQ_CISS_DA is not set | 438 | # CONFIG_BLK_CPQ_CISS_DA is not set |
483 | # CONFIG_BLK_DEV_DAC960 is not set | 439 | # CONFIG_BLK_DEV_DAC960 is not set |
484 | # CONFIG_BLK_DEV_UMEM is not set | 440 | # CONFIG_BLK_DEV_UMEM is not set |
@@ -490,19 +446,18 @@ CONFIG_BLK_DEV_LOOP=y | |||
490 | CONFIG_BLK_DEV_RAM=y | 446 | CONFIG_BLK_DEV_RAM=y |
491 | CONFIG_BLK_DEV_RAM_COUNT=16 | 447 | CONFIG_BLK_DEV_RAM_COUNT=16 |
492 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 448 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
493 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 449 | # CONFIG_BLK_DEV_XIP is not set |
494 | # CONFIG_CDROM_PKTCDVD is not set | 450 | # CONFIG_CDROM_PKTCDVD is not set |
495 | # CONFIG_ATA_OVER_ETH is not set | 451 | # CONFIG_ATA_OVER_ETH is not set |
496 | 452 | # CONFIG_BLK_DEV_HD is not set | |
497 | # | 453 | CONFIG_MISC_DEVICES=y |
498 | # Misc devices | 454 | # CONFIG_PHANTOM is not set |
499 | # | 455 | # CONFIG_EEPROM_93CX6 is not set |
500 | # CONFIG_SGI_IOC4 is not set | 456 | # CONFIG_SGI_IOC4 is not set |
501 | # CONFIG_TIFM_CORE is not set | 457 | # CONFIG_TIFM_CORE is not set |
502 | 458 | # CONFIG_ENCLOSURE_SERVICES is not set | |
503 | # | 459 | # CONFIG_HP_ILO is not set |
504 | # ATA/ATAPI/MFM/RLL support | 460 | CONFIG_HAVE_IDE=y |
505 | # | ||
506 | # CONFIG_IDE is not set | 461 | # CONFIG_IDE is not set |
507 | 462 | ||
508 | # | 463 | # |
@@ -510,6 +465,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
510 | # | 465 | # |
511 | # CONFIG_RAID_ATTRS is not set | 466 | # CONFIG_RAID_ATTRS is not set |
512 | CONFIG_SCSI=y | 467 | CONFIG_SCSI=y |
468 | CONFIG_SCSI_DMA=y | ||
513 | # CONFIG_SCSI_TGT is not set | 469 | # CONFIG_SCSI_TGT is not set |
514 | # CONFIG_SCSI_NETLINK is not set | 470 | # CONFIG_SCSI_NETLINK is not set |
515 | CONFIG_SCSI_PROC_FS=y | 471 | CONFIG_SCSI_PROC_FS=y |
@@ -531,6 +487,7 @@ CONFIG_BLK_DEV_SD=y | |||
531 | # CONFIG_SCSI_CONSTANTS is not set | 487 | # CONFIG_SCSI_CONSTANTS is not set |
532 | # CONFIG_SCSI_LOGGING is not set | 488 | # CONFIG_SCSI_LOGGING is not set |
533 | # CONFIG_SCSI_SCAN_ASYNC is not set | 489 | # CONFIG_SCSI_SCAN_ASYNC is not set |
490 | CONFIG_SCSI_WAIT_SCAN=m | ||
534 | 491 | ||
535 | # | 492 | # |
536 | # SCSI Transports | 493 | # SCSI Transports |
@@ -538,71 +495,49 @@ CONFIG_BLK_DEV_SD=y | |||
538 | # CONFIG_SCSI_SPI_ATTRS is not set | 495 | # CONFIG_SCSI_SPI_ATTRS is not set |
539 | # CONFIG_SCSI_FC_ATTRS is not set | 496 | # CONFIG_SCSI_FC_ATTRS is not set |
540 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 497 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
541 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
542 | # CONFIG_SCSI_SAS_LIBSAS is not set | 498 | # CONFIG_SCSI_SAS_LIBSAS is not set |
543 | 499 | # CONFIG_SCSI_SRP_ATTRS is not set | |
544 | # | 500 | CONFIG_SCSI_LOWLEVEL=y |
545 | # SCSI low-level drivers | ||
546 | # | ||
547 | # CONFIG_ISCSI_TCP is not set | 501 | # CONFIG_ISCSI_TCP is not set |
548 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 502 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
549 | # CONFIG_SCSI_3W_9XXX is not set | 503 | # CONFIG_SCSI_3W_9XXX is not set |
550 | # CONFIG_SCSI_ACARD is not set | 504 | # CONFIG_SCSI_ACARD is not set |
551 | # CONFIG_SCSI_AHA152X is not set | ||
552 | # CONFIG_SCSI_AACRAID is not set | 505 | # CONFIG_SCSI_AACRAID is not set |
553 | # CONFIG_SCSI_AIC7XXX is not set | 506 | # CONFIG_SCSI_AIC7XXX is not set |
554 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 507 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
555 | # CONFIG_SCSI_AIC79XX is not set | 508 | # CONFIG_SCSI_AIC79XX is not set |
556 | # CONFIG_SCSI_AIC94XX is not set | 509 | # CONFIG_SCSI_AIC94XX is not set |
557 | # CONFIG_SCSI_DPT_I2O is not set | ||
558 | # CONFIG_SCSI_IN2000 is not set | ||
559 | # CONFIG_SCSI_ARCMSR is not set | 510 | # CONFIG_SCSI_ARCMSR is not set |
560 | # CONFIG_MEGARAID_NEWGEN is not set | 511 | # CONFIG_MEGARAID_NEWGEN is not set |
561 | # CONFIG_MEGARAID_LEGACY is not set | 512 | # CONFIG_MEGARAID_LEGACY is not set |
562 | # CONFIG_MEGARAID_SAS is not set | 513 | # CONFIG_MEGARAID_SAS is not set |
563 | # CONFIG_SCSI_HPTIOP is not set | 514 | # CONFIG_SCSI_HPTIOP is not set |
564 | # CONFIG_SCSI_DMX3191D is not set | 515 | # CONFIG_SCSI_DMX3191D is not set |
565 | # CONFIG_SCSI_DTC3280 is not set | ||
566 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 516 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
567 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
568 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
569 | # CONFIG_SCSI_IPS is not set | 517 | # CONFIG_SCSI_IPS is not set |
570 | # CONFIG_SCSI_INITIO is not set | 518 | # CONFIG_SCSI_INITIO is not set |
571 | # CONFIG_SCSI_INIA100 is not set | 519 | # CONFIG_SCSI_INIA100 is not set |
572 | # CONFIG_SCSI_NCR53C406A is not set | 520 | # CONFIG_SCSI_MVSAS is not set |
573 | # CONFIG_SCSI_STEX is not set | 521 | # CONFIG_SCSI_STEX is not set |
574 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 522 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
575 | # CONFIG_SCSI_IPR is not set | 523 | # CONFIG_SCSI_IPR is not set |
576 | # CONFIG_SCSI_PAS16 is not set | ||
577 | # CONFIG_SCSI_PSI240I is not set | ||
578 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
579 | # CONFIG_SCSI_QLOGIC_1280 is not set | 524 | # CONFIG_SCSI_QLOGIC_1280 is not set |
580 | # CONFIG_SCSI_QLA_FC is not set | 525 | # CONFIG_SCSI_QLA_FC is not set |
581 | # CONFIG_SCSI_QLA_ISCSI is not set | 526 | # CONFIG_SCSI_QLA_ISCSI is not set |
582 | # CONFIG_SCSI_LPFC is not set | 527 | # CONFIG_SCSI_LPFC is not set |
583 | # CONFIG_SCSI_SYM53C416 is not set | ||
584 | # CONFIG_SCSI_DC395x is not set | 528 | # CONFIG_SCSI_DC395x is not set |
585 | # CONFIG_SCSI_DC390T is not set | 529 | # CONFIG_SCSI_DC390T is not set |
586 | # CONFIG_SCSI_T128 is not set | ||
587 | # CONFIG_SCSI_NSP32 is not set | 530 | # CONFIG_SCSI_NSP32 is not set |
588 | # CONFIG_SCSI_DEBUG is not set | 531 | # CONFIG_SCSI_DEBUG is not set |
589 | # CONFIG_SCSI_SRP is not set | 532 | # CONFIG_SCSI_SRP is not set |
590 | 533 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | |
591 | # | 534 | # CONFIG_SCSI_DH is not set |
592 | # PCMCIA SCSI adapter support | ||
593 | # | ||
594 | # CONFIG_PCMCIA_AHA152X is not set | ||
595 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
596 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
597 | # CONFIG_PCMCIA_QLOGIC is not set | ||
598 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
599 | |||
600 | # | ||
601 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
602 | # | ||
603 | CONFIG_ATA=y | 535 | CONFIG_ATA=y |
604 | # CONFIG_ATA_NONSTANDARD is not set | 536 | # CONFIG_ATA_NONSTANDARD is not set |
537 | CONFIG_SATA_PMP=y | ||
605 | # CONFIG_SATA_AHCI is not set | 538 | # CONFIG_SATA_AHCI is not set |
539 | # CONFIG_SATA_SIL24 is not set | ||
540 | CONFIG_ATA_SFF=y | ||
606 | # CONFIG_SATA_SVW is not set | 541 | # CONFIG_SATA_SVW is not set |
607 | # CONFIG_ATA_PIIX is not set | 542 | # CONFIG_ATA_PIIX is not set |
608 | # CONFIG_SATA_MV is not set | 543 | # CONFIG_SATA_MV is not set |
@@ -612,7 +547,6 @@ CONFIG_ATA=y | |||
612 | # CONFIG_SATA_PROMISE is not set | 547 | # CONFIG_SATA_PROMISE is not set |
613 | # CONFIG_SATA_SX4 is not set | 548 | # CONFIG_SATA_SX4 is not set |
614 | # CONFIG_SATA_SIL is not set | 549 | # CONFIG_SATA_SIL is not set |
615 | # CONFIG_SATA_SIL24 is not set | ||
616 | # CONFIG_SATA_SIS is not set | 550 | # CONFIG_SATA_SIS is not set |
617 | # CONFIG_SATA_ULI is not set | 551 | # CONFIG_SATA_ULI is not set |
618 | # CONFIG_SATA_VIA is not set | 552 | # CONFIG_SATA_VIA is not set |
@@ -622,6 +556,7 @@ CONFIG_ATA=y | |||
622 | # CONFIG_PATA_AMD is not set | 556 | # CONFIG_PATA_AMD is not set |
623 | # CONFIG_PATA_ARTOP is not set | 557 | # CONFIG_PATA_ARTOP is not set |
624 | # CONFIG_PATA_ATIIXP is not set | 558 | # CONFIG_PATA_ATIIXP is not set |
559 | # CONFIG_PATA_CMD640_PCI is not set | ||
625 | # CONFIG_PATA_CMD64X is not set | 560 | # CONFIG_PATA_CMD64X is not set |
626 | # CONFIG_PATA_CS5520 is not set | 561 | # CONFIG_PATA_CS5520 is not set |
627 | # CONFIG_PATA_CS5530 is not set | 562 | # CONFIG_PATA_CS5530 is not set |
@@ -635,18 +570,18 @@ CONFIG_ATA=y | |||
635 | # CONFIG_PATA_IT821X is not set | 570 | # CONFIG_PATA_IT821X is not set |
636 | # CONFIG_PATA_IT8213 is not set | 571 | # CONFIG_PATA_IT8213 is not set |
637 | # CONFIG_PATA_JMICRON is not set | 572 | # CONFIG_PATA_JMICRON is not set |
638 | # CONFIG_PATA_LEGACY is not set | ||
639 | # CONFIG_PATA_TRIFLEX is not set | 573 | # CONFIG_PATA_TRIFLEX is not set |
640 | # CONFIG_PATA_MARVELL is not set | 574 | # CONFIG_PATA_MARVELL is not set |
641 | # CONFIG_PATA_MPIIX is not set | 575 | # CONFIG_PATA_MPIIX is not set |
642 | # CONFIG_PATA_OLDPIIX is not set | 576 | # CONFIG_PATA_OLDPIIX is not set |
643 | # CONFIG_PATA_NETCELL is not set | 577 | # CONFIG_PATA_NETCELL is not set |
578 | # CONFIG_PATA_NINJA32 is not set | ||
644 | # CONFIG_PATA_NS87410 is not set | 579 | # CONFIG_PATA_NS87410 is not set |
580 | # CONFIG_PATA_NS87415 is not set | ||
645 | # CONFIG_PATA_OPTI is not set | 581 | # CONFIG_PATA_OPTI is not set |
646 | # CONFIG_PATA_OPTIDMA is not set | 582 | # CONFIG_PATA_OPTIDMA is not set |
647 | # CONFIG_PATA_PCMCIA is not set | 583 | # CONFIG_PATA_PCMCIA is not set |
648 | # CONFIG_PATA_PDC_OLD is not set | 584 | # CONFIG_PATA_PDC_OLD is not set |
649 | # CONFIG_PATA_QDI is not set | ||
650 | # CONFIG_PATA_RADISYS is not set | 585 | # CONFIG_PATA_RADISYS is not set |
651 | # CONFIG_PATA_RZ1000 is not set | 586 | # CONFIG_PATA_RZ1000 is not set |
652 | # CONFIG_PATA_SC1200 is not set | 587 | # CONFIG_PATA_SC1200 is not set |
@@ -656,88 +591,52 @@ CONFIG_ATA=y | |||
656 | # CONFIG_PATA_SIS is not set | 591 | # CONFIG_PATA_SIS is not set |
657 | # CONFIG_PATA_VIA is not set | 592 | # CONFIG_PATA_VIA is not set |
658 | # CONFIG_PATA_WINBOND is not set | 593 | # CONFIG_PATA_WINBOND is not set |
659 | # CONFIG_PATA_WINBOND_VLB is not set | ||
660 | CONFIG_PATA_PLATFORM=y | 594 | CONFIG_PATA_PLATFORM=y |
661 | 595 | # CONFIG_PATA_SCH is not set | |
662 | # | ||
663 | # Old CD-ROM drivers (not SCSI, not IDE) | ||
664 | # | ||
665 | # CONFIG_CD_NO_IDESCSI is not set | ||
666 | |||
667 | # | ||
668 | # Multi-device support (RAID and LVM) | ||
669 | # | ||
670 | # CONFIG_MD is not set | 596 | # CONFIG_MD is not set |
671 | |||
672 | # | ||
673 | # Fusion MPT device support | ||
674 | # | ||
675 | # CONFIG_FUSION is not set | 597 | # CONFIG_FUSION is not set |
676 | # CONFIG_FUSION_SPI is not set | ||
677 | # CONFIG_FUSION_FC is not set | ||
678 | # CONFIG_FUSION_SAS is not set | ||
679 | 598 | ||
680 | # | 599 | # |
681 | # IEEE 1394 (FireWire) support | 600 | # IEEE 1394 (FireWire) support |
682 | # | 601 | # |
683 | # CONFIG_IEEE1394 is not set | ||
684 | 602 | ||
685 | # | 603 | # |
686 | # I2O device support | 604 | # Enable only one of the two stacks, unless you know what you are doing |
687 | # | 605 | # |
606 | # CONFIG_FIREWIRE is not set | ||
607 | # CONFIG_IEEE1394 is not set | ||
688 | # CONFIG_I2O is not set | 608 | # CONFIG_I2O is not set |
689 | |||
690 | # | ||
691 | # Network device support | ||
692 | # | ||
693 | CONFIG_NETDEVICES=y | 609 | CONFIG_NETDEVICES=y |
694 | # CONFIG_DUMMY is not set | 610 | # CONFIG_DUMMY is not set |
695 | # CONFIG_BONDING is not set | 611 | # CONFIG_BONDING is not set |
612 | # CONFIG_MACVLAN is not set | ||
696 | # CONFIG_EQUALIZER is not set | 613 | # CONFIG_EQUALIZER is not set |
697 | # CONFIG_TUN is not set | 614 | # CONFIG_TUN is not set |
698 | 615 | # CONFIG_VETH is not set | |
699 | # | ||
700 | # ARCnet devices | ||
701 | # | ||
702 | # CONFIG_ARCNET is not set | 616 | # CONFIG_ARCNET is not set |
703 | |||
704 | # | ||
705 | # PHY device support | ||
706 | # | ||
707 | # CONFIG_PHYLIB is not set | 617 | # CONFIG_PHYLIB is not set |
708 | |||
709 | # | ||
710 | # Ethernet (10 or 100Mbit) | ||
711 | # | ||
712 | CONFIG_NET_ETHERNET=y | 618 | CONFIG_NET_ETHERNET=y |
713 | CONFIG_MII=y | 619 | CONFIG_MII=y |
620 | # CONFIG_AX88796 is not set | ||
714 | # CONFIG_STNIC is not set | 621 | # CONFIG_STNIC is not set |
715 | # CONFIG_HAPPYMEAL is not set | 622 | # CONFIG_HAPPYMEAL is not set |
716 | # CONFIG_SUNGEM is not set | 623 | # CONFIG_SUNGEM is not set |
717 | # CONFIG_CASSINI is not set | 624 | # CONFIG_CASSINI is not set |
718 | # CONFIG_NET_VENDOR_3COM is not set | 625 | # CONFIG_NET_VENDOR_3COM is not set |
719 | # CONFIG_NET_VENDOR_SMC is not set | ||
720 | # CONFIG_SMC91X is not set | 626 | # CONFIG_SMC91X is not set |
721 | # CONFIG_NET_VENDOR_RACAL is not set | 627 | # CONFIG_SMC911X is not set |
722 | |||
723 | # | ||
724 | # Tulip family network device support | ||
725 | # | ||
726 | # CONFIG_NET_TULIP is not set | 628 | # CONFIG_NET_TULIP is not set |
727 | # CONFIG_AT1700 is not set | ||
728 | # CONFIG_DEPCA is not set | ||
729 | # CONFIG_HP100 is not set | 629 | # CONFIG_HP100 is not set |
730 | # CONFIG_NET_ISA is not set | 630 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
631 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
632 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
633 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
731 | CONFIG_NET_PCI=y | 634 | CONFIG_NET_PCI=y |
732 | # CONFIG_PCNET32 is not set | 635 | # CONFIG_PCNET32 is not set |
733 | # CONFIG_AMD8111_ETH is not set | 636 | # CONFIG_AMD8111_ETH is not set |
734 | # CONFIG_ADAPTEC_STARFIRE is not set | 637 | # CONFIG_ADAPTEC_STARFIRE is not set |
735 | # CONFIG_AC3200 is not set | ||
736 | # CONFIG_APRICOT is not set | ||
737 | # CONFIG_B44 is not set | 638 | # CONFIG_B44 is not set |
738 | # CONFIG_FORCEDETH is not set | 639 | # CONFIG_FORCEDETH is not set |
739 | # CONFIG_CS89x0 is not set | ||
740 | # CONFIG_DGRS is not set | ||
741 | # CONFIG_EEPRO100 is not set | 640 | # CONFIG_EEPRO100 is not set |
742 | # CONFIG_E100 is not set | 641 | # CONFIG_E100 is not set |
743 | # CONFIG_FEALNX is not set | 642 | # CONFIG_FEALNX is not set |
@@ -749,19 +648,20 @@ CONFIG_8139TOO_PIO=y | |||
749 | CONFIG_8139TOO_TUNE_TWISTER=y | 648 | CONFIG_8139TOO_TUNE_TWISTER=y |
750 | # CONFIG_8139TOO_8129 is not set | 649 | # CONFIG_8139TOO_8129 is not set |
751 | # CONFIG_8139_OLD_RX_RESET is not set | 650 | # CONFIG_8139_OLD_RX_RESET is not set |
651 | # CONFIG_R6040 is not set | ||
752 | # CONFIG_SIS900 is not set | 652 | # CONFIG_SIS900 is not set |
753 | # CONFIG_EPIC100 is not set | 653 | # CONFIG_EPIC100 is not set |
754 | # CONFIG_SUNDANCE is not set | 654 | # CONFIG_SUNDANCE is not set |
755 | # CONFIG_TLAN is not set | 655 | # CONFIG_TLAN is not set |
756 | # CONFIG_VIA_RHINE is not set | 656 | # CONFIG_VIA_RHINE is not set |
757 | # CONFIG_SC92031 is not set | 657 | # CONFIG_SC92031 is not set |
758 | 658 | CONFIG_NETDEV_1000=y | |
759 | # | ||
760 | # Ethernet (1000 Mbit) | ||
761 | # | ||
762 | # CONFIG_ACENIC is not set | 659 | # CONFIG_ACENIC is not set |
763 | # CONFIG_DL2K is not set | 660 | # CONFIG_DL2K is not set |
764 | # CONFIG_E1000 is not set | 661 | # CONFIG_E1000 is not set |
662 | # CONFIG_E1000E is not set | ||
663 | # CONFIG_IP1000 is not set | ||
664 | # CONFIG_IGB is not set | ||
765 | # CONFIG_NS83820 is not set | 665 | # CONFIG_NS83820 is not set |
766 | # CONFIG_HAMACHI is not set | 666 | # CONFIG_HAMACHI is not set |
767 | # CONFIG_YELLOWFIN is not set | 667 | # CONFIG_YELLOWFIN is not set |
@@ -769,36 +669,33 @@ CONFIG_8139TOO_TUNE_TWISTER=y | |||
769 | # CONFIG_SIS190 is not set | 669 | # CONFIG_SIS190 is not set |
770 | # CONFIG_SKGE is not set | 670 | # CONFIG_SKGE is not set |
771 | # CONFIG_SKY2 is not set | 671 | # CONFIG_SKY2 is not set |
772 | # CONFIG_SK98LIN is not set | ||
773 | # CONFIG_VIA_VELOCITY is not set | 672 | # CONFIG_VIA_VELOCITY is not set |
774 | # CONFIG_TIGON3 is not set | 673 | # CONFIG_TIGON3 is not set |
775 | # CONFIG_BNX2 is not set | 674 | # CONFIG_BNX2 is not set |
776 | # CONFIG_QLA3XXX is not set | 675 | # CONFIG_QLA3XXX is not set |
777 | # CONFIG_ATL1 is not set | 676 | # CONFIG_ATL1 is not set |
778 | 677 | # CONFIG_ATL1E is not set | |
779 | # | 678 | CONFIG_NETDEV_10000=y |
780 | # Ethernet (10000 Mbit) | ||
781 | # | ||
782 | # CONFIG_CHELSIO_T1 is not set | 679 | # CONFIG_CHELSIO_T1 is not set |
783 | # CONFIG_CHELSIO_T3 is not set | 680 | # CONFIG_CHELSIO_T3 is not set |
681 | # CONFIG_IXGBE is not set | ||
784 | # CONFIG_IXGB is not set | 682 | # CONFIG_IXGB is not set |
785 | # CONFIG_S2IO is not set | 683 | # CONFIG_S2IO is not set |
786 | # CONFIG_MYRI10GE is not set | 684 | # CONFIG_MYRI10GE is not set |
787 | # CONFIG_NETXEN_NIC is not set | 685 | # CONFIG_NETXEN_NIC is not set |
788 | 686 | # CONFIG_NIU is not set | |
789 | # | 687 | # CONFIG_MLX4_CORE is not set |
790 | # Token Ring devices | 688 | # CONFIG_TEHUTI is not set |
791 | # | 689 | # CONFIG_BNX2X is not set |
690 | # CONFIG_SFC is not set | ||
792 | # CONFIG_TR is not set | 691 | # CONFIG_TR is not set |
793 | 692 | ||
794 | # | 693 | # |
795 | # Wireless LAN (non-hamradio) | 694 | # Wireless LAN |
796 | # | ||
797 | # CONFIG_NET_RADIO is not set | ||
798 | |||
799 | # | ||
800 | # PCMCIA network device support | ||
801 | # | 695 | # |
696 | # CONFIG_WLAN_PRE80211 is not set | ||
697 | # CONFIG_WLAN_80211 is not set | ||
698 | # CONFIG_IWLWIFI_LEDS is not set | ||
802 | CONFIG_NET_PCMCIA=y | 699 | CONFIG_NET_PCMCIA=y |
803 | # CONFIG_PCMCIA_3C589 is not set | 700 | # CONFIG_PCMCIA_3C589 is not set |
804 | # CONFIG_PCMCIA_3C574 is not set | 701 | # CONFIG_PCMCIA_3C574 is not set |
@@ -808,29 +705,16 @@ CONFIG_PCMCIA_PCNET=y | |||
808 | # CONFIG_PCMCIA_SMC91C92 is not set | 705 | # CONFIG_PCMCIA_SMC91C92 is not set |
809 | # CONFIG_PCMCIA_XIRC2PS is not set | 706 | # CONFIG_PCMCIA_XIRC2PS is not set |
810 | # CONFIG_PCMCIA_AXNET is not set | 707 | # CONFIG_PCMCIA_AXNET is not set |
811 | |||
812 | # | ||
813 | # Wan interfaces | ||
814 | # | ||
815 | # CONFIG_WAN is not set | 708 | # CONFIG_WAN is not set |
816 | # CONFIG_FDDI is not set | 709 | # CONFIG_FDDI is not set |
817 | # CONFIG_HIPPI is not set | 710 | # CONFIG_HIPPI is not set |
818 | # CONFIG_PPP is not set | 711 | # CONFIG_PPP is not set |
819 | # CONFIG_SLIP is not set | 712 | # CONFIG_SLIP is not set |
820 | # CONFIG_NET_FC is not set | 713 | # CONFIG_NET_FC is not set |
821 | # CONFIG_SHAPER is not set | ||
822 | # CONFIG_NETCONSOLE is not set | 714 | # CONFIG_NETCONSOLE is not set |
823 | # CONFIG_NETPOLL is not set | 715 | # CONFIG_NETPOLL is not set |
824 | # CONFIG_NET_POLL_CONTROLLER is not set | 716 | # CONFIG_NET_POLL_CONTROLLER is not set |
825 | |||
826 | # | ||
827 | # ISDN subsystem | ||
828 | # | ||
829 | # CONFIG_ISDN is not set | 717 | # CONFIG_ISDN is not set |
830 | |||
831 | # | ||
832 | # Telephony Support | ||
833 | # | ||
834 | # CONFIG_PHONE is not set | 718 | # CONFIG_PHONE is not set |
835 | 719 | ||
836 | # | 720 | # |
@@ -838,6 +722,7 @@ CONFIG_PCMCIA_PCNET=y | |||
838 | # | 722 | # |
839 | CONFIG_INPUT=y | 723 | CONFIG_INPUT=y |
840 | # CONFIG_INPUT_FF_MEMLESS is not set | 724 | # CONFIG_INPUT_FF_MEMLESS is not set |
725 | # CONFIG_INPUT_POLLDEV is not set | ||
841 | 726 | ||
842 | # | 727 | # |
843 | # Userland interfaces | 728 | # Userland interfaces |
@@ -847,7 +732,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
847 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 732 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
848 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 733 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
849 | # CONFIG_INPUT_JOYDEV is not set | 734 | # CONFIG_INPUT_JOYDEV is not set |
850 | # CONFIG_INPUT_TSDEV is not set | ||
851 | # CONFIG_INPUT_EVDEV is not set | 735 | # CONFIG_INPUT_EVDEV is not set |
852 | # CONFIG_INPUT_EVBUG is not set | 736 | # CONFIG_INPUT_EVBUG is not set |
853 | 737 | ||
@@ -857,6 +741,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
857 | # CONFIG_INPUT_KEYBOARD is not set | 741 | # CONFIG_INPUT_KEYBOARD is not set |
858 | # CONFIG_INPUT_MOUSE is not set | 742 | # CONFIG_INPUT_MOUSE is not set |
859 | # CONFIG_INPUT_JOYSTICK is not set | 743 | # CONFIG_INPUT_JOYSTICK is not set |
744 | # CONFIG_INPUT_TABLET is not set | ||
860 | # CONFIG_INPUT_TOUCHSCREEN is not set | 745 | # CONFIG_INPUT_TOUCHSCREEN is not set |
861 | # CONFIG_INPUT_MISC is not set | 746 | # CONFIG_INPUT_MISC is not set |
862 | 747 | ||
@@ -870,10 +755,13 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
870 | # Character devices | 755 | # Character devices |
871 | # | 756 | # |
872 | CONFIG_VT=y | 757 | CONFIG_VT=y |
758 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
873 | CONFIG_VT_CONSOLE=y | 759 | CONFIG_VT_CONSOLE=y |
874 | CONFIG_HW_CONSOLE=y | 760 | CONFIG_HW_CONSOLE=y |
875 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 761 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
762 | CONFIG_DEVKMEM=y | ||
876 | # CONFIG_SERIAL_NONSTANDARD is not set | 763 | # CONFIG_SERIAL_NONSTANDARD is not set |
764 | # CONFIG_NOZOMI is not set | ||
877 | 765 | ||
878 | # | 766 | # |
879 | # Serial drivers | 767 | # Serial drivers |
@@ -892,22 +780,10 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
892 | CONFIG_UNIX98_PTYS=y | 780 | CONFIG_UNIX98_PTYS=y |
893 | CONFIG_LEGACY_PTYS=y | 781 | CONFIG_LEGACY_PTYS=y |
894 | CONFIG_LEGACY_PTY_COUNT=256 | 782 | CONFIG_LEGACY_PTY_COUNT=256 |
895 | |||
896 | # | ||
897 | # IPMI | ||
898 | # | ||
899 | # CONFIG_IPMI_HANDLER is not set | 783 | # CONFIG_IPMI_HANDLER is not set |
900 | |||
901 | # | ||
902 | # Watchdog Cards | ||
903 | # | ||
904 | # CONFIG_WATCHDOG is not set | ||
905 | CONFIG_HW_RANDOM=y | 784 | CONFIG_HW_RANDOM=y |
906 | # CONFIG_GEN_RTC is not set | ||
907 | # CONFIG_DTLK is not set | ||
908 | # CONFIG_R3964 is not set | 785 | # CONFIG_R3964 is not set |
909 | # CONFIG_APPLICOM is not set | 786 | # CONFIG_APPLICOM is not set |
910 | # CONFIG_DRM is not set | ||
911 | 787 | ||
912 | # | 788 | # |
913 | # PCMCIA character devices | 789 | # PCMCIA character devices |
@@ -915,125 +791,104 @@ CONFIG_HW_RANDOM=y | |||
915 | # CONFIG_SYNCLINK_CS is not set | 791 | # CONFIG_SYNCLINK_CS is not set |
916 | # CONFIG_CARDMAN_4000 is not set | 792 | # CONFIG_CARDMAN_4000 is not set |
917 | # CONFIG_CARDMAN_4040 is not set | 793 | # CONFIG_CARDMAN_4040 is not set |
794 | # CONFIG_IPWIRELESS is not set | ||
918 | # CONFIG_RAW_DRIVER is not set | 795 | # CONFIG_RAW_DRIVER is not set |
919 | |||
920 | # | ||
921 | # TPM devices | ||
922 | # | ||
923 | # CONFIG_TCG_TPM is not set | 796 | # CONFIG_TCG_TPM is not set |
924 | 797 | CONFIG_DEVPORT=y | |
925 | # | ||
926 | # I2C support | ||
927 | # | ||
928 | # CONFIG_I2C is not set | 798 | # CONFIG_I2C is not set |
929 | |||
930 | # | ||
931 | # SPI support | ||
932 | # | ||
933 | # CONFIG_SPI is not set | 799 | # CONFIG_SPI is not set |
934 | # CONFIG_SPI_MASTER is not set | ||
935 | |||
936 | # | ||
937 | # Dallas's 1-wire bus | ||
938 | # | ||
939 | # CONFIG_W1 is not set | 800 | # CONFIG_W1 is not set |
940 | 801 | # CONFIG_POWER_SUPPLY is not set | |
941 | # | ||
942 | # Hardware Monitoring support | ||
943 | # | ||
944 | CONFIG_HWMON=y | 802 | CONFIG_HWMON=y |
945 | # CONFIG_HWMON_VID is not set | 803 | # CONFIG_HWMON_VID is not set |
946 | # CONFIG_SENSORS_ABITUGURU is not set | 804 | # CONFIG_SENSORS_I5K_AMB is not set |
947 | # CONFIG_SENSORS_F71805F is not set | 805 | # CONFIG_SENSORS_F71805F is not set |
806 | # CONFIG_SENSORS_F71882FG is not set | ||
807 | # CONFIG_SENSORS_IT87 is not set | ||
808 | # CONFIG_SENSORS_PC87360 is not set | ||
948 | # CONFIG_SENSORS_PC87427 is not set | 809 | # CONFIG_SENSORS_PC87427 is not set |
810 | # CONFIG_SENSORS_SIS5595 is not set | ||
811 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
812 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
813 | # CONFIG_SENSORS_VIA686A is not set | ||
949 | # CONFIG_SENSORS_VT1211 is not set | 814 | # CONFIG_SENSORS_VT1211 is not set |
815 | # CONFIG_SENSORS_VT8231 is not set | ||
816 | # CONFIG_SENSORS_W83627HF is not set | ||
817 | # CONFIG_SENSORS_W83627EHF is not set | ||
950 | # CONFIG_HWMON_DEBUG_CHIP is not set | 818 | # CONFIG_HWMON_DEBUG_CHIP is not set |
819 | # CONFIG_THERMAL is not set | ||
820 | # CONFIG_THERMAL_HWMON is not set | ||
821 | # CONFIG_WATCHDOG is not set | ||
822 | |||
823 | # | ||
824 | # Sonics Silicon Backplane | ||
825 | # | ||
826 | CONFIG_SSB_POSSIBLE=y | ||
827 | # CONFIG_SSB is not set | ||
951 | 828 | ||
952 | # | 829 | # |
953 | # Multifunction device drivers | 830 | # Multifunction device drivers |
954 | # | 831 | # |
832 | # CONFIG_MFD_CORE is not set | ||
955 | # CONFIG_MFD_SM501 is not set | 833 | # CONFIG_MFD_SM501 is not set |
834 | # CONFIG_HTC_PASIC3 is not set | ||
956 | 835 | ||
957 | # | 836 | # |
958 | # Multimedia devices | 837 | # Multimedia devices |
959 | # | 838 | # |
839 | |||
840 | # | ||
841 | # Multimedia core support | ||
842 | # | ||
960 | # CONFIG_VIDEO_DEV is not set | 843 | # CONFIG_VIDEO_DEV is not set |
844 | # CONFIG_DVB_CORE is not set | ||
845 | # CONFIG_VIDEO_MEDIA is not set | ||
961 | 846 | ||
962 | # | 847 | # |
963 | # Digital Video Broadcasting Devices | 848 | # Multimedia drivers |
964 | # | 849 | # |
965 | # CONFIG_DVB is not set | 850 | # CONFIG_DAB is not set |
966 | 851 | ||
967 | # | 852 | # |
968 | # Graphics support | 853 | # Graphics support |
969 | # | 854 | # |
970 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 855 | # CONFIG_DRM is not set |
856 | # CONFIG_VGASTATE is not set | ||
857 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
971 | # CONFIG_FB is not set | 858 | # CONFIG_FB is not set |
859 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
972 | 860 | ||
973 | # | 861 | # |
974 | # Console display driver support | 862 | # Display device support |
975 | # | 863 | # |
976 | # CONFIG_MDA_CONSOLE is not set | 864 | # CONFIG_DISPLAY_SUPPORT is not set |
977 | CONFIG_DUMMY_CONSOLE=y | ||
978 | 865 | ||
979 | # | 866 | # |
980 | # Sound | 867 | # Console display driver support |
981 | # | 868 | # |
869 | CONFIG_DUMMY_CONSOLE=y | ||
982 | # CONFIG_SOUND is not set | 870 | # CONFIG_SOUND is not set |
983 | 871 | CONFIG_HID_SUPPORT=y | |
984 | # | ||
985 | # HID Devices | ||
986 | # | ||
987 | CONFIG_HID=y | 872 | CONFIG_HID=y |
988 | # CONFIG_HID_DEBUG is not set | 873 | # CONFIG_HID_DEBUG is not set |
989 | 874 | # CONFIG_HIDRAW is not set | |
990 | # | 875 | CONFIG_USB_SUPPORT=y |
991 | # USB support | ||
992 | # | ||
993 | CONFIG_USB_ARCH_HAS_HCD=y | 876 | CONFIG_USB_ARCH_HAS_HCD=y |
994 | CONFIG_USB_ARCH_HAS_OHCI=y | 877 | CONFIG_USB_ARCH_HAS_OHCI=y |
995 | CONFIG_USB_ARCH_HAS_EHCI=y | 878 | CONFIG_USB_ARCH_HAS_EHCI=y |
996 | # CONFIG_USB is not set | 879 | # CONFIG_USB is not set |
880 | # CONFIG_USB_OTG_WHITELIST is not set | ||
881 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
997 | 882 | ||
998 | # | 883 | # |
999 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 884 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
1000 | # | 885 | # |
1001 | |||
1002 | # | ||
1003 | # USB Gadget Support | ||
1004 | # | ||
1005 | # CONFIG_USB_GADGET is not set | 886 | # CONFIG_USB_GADGET is not set |
1006 | |||
1007 | # | ||
1008 | # MMC/SD Card support | ||
1009 | # | ||
1010 | # CONFIG_MMC is not set | 887 | # CONFIG_MMC is not set |
1011 | 888 | # CONFIG_MEMSTICK is not set | |
1012 | # | ||
1013 | # LED devices | ||
1014 | # | ||
1015 | # CONFIG_NEW_LEDS is not set | 889 | # CONFIG_NEW_LEDS is not set |
1016 | 890 | # CONFIG_ACCESSIBILITY is not set | |
1017 | # | ||
1018 | # LED drivers | ||
1019 | # | ||
1020 | |||
1021 | # | ||
1022 | # LED Triggers | ||
1023 | # | ||
1024 | |||
1025 | # | ||
1026 | # InfiniBand support | ||
1027 | # | ||
1028 | # CONFIG_INFINIBAND is not set | 891 | # CONFIG_INFINIBAND is not set |
1029 | |||
1030 | # | ||
1031 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1032 | # | ||
1033 | |||
1034 | # | ||
1035 | # Real Time Clock | ||
1036 | # | ||
1037 | CONFIG_RTC_LIB=y | 892 | CONFIG_RTC_LIB=y |
1038 | CONFIG_RTC_CLASS=y | 893 | CONFIG_RTC_CLASS=y |
1039 | CONFIG_RTC_HCTOSYS=y | 894 | CONFIG_RTC_HCTOSYS=y |
@@ -1047,37 +902,29 @@ CONFIG_RTC_INTF_SYSFS=y | |||
1047 | CONFIG_RTC_INTF_PROC=y | 902 | CONFIG_RTC_INTF_PROC=y |
1048 | CONFIG_RTC_INTF_DEV=y | 903 | CONFIG_RTC_INTF_DEV=y |
1049 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | 904 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set |
1050 | |||
1051 | # | ||
1052 | # RTC drivers | ||
1053 | # | ||
1054 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1055 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1056 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1057 | # CONFIG_RTC_DRV_SH is not set | ||
1058 | # CONFIG_RTC_DRV_TEST is not set | 905 | # CONFIG_RTC_DRV_TEST is not set |
1059 | # CONFIG_RTC_DRV_V3020 is not set | ||
1060 | |||
1061 | # | ||
1062 | # DMA Engine support | ||
1063 | # | ||
1064 | # CONFIG_DMA_ENGINE is not set | ||
1065 | |||
1066 | # | ||
1067 | # DMA Clients | ||
1068 | # | ||
1069 | 906 | ||
1070 | # | 907 | # |
1071 | # DMA Devices | 908 | # SPI RTC drivers |
1072 | # | 909 | # |
1073 | 910 | ||
1074 | # | 911 | # |
1075 | # Auxiliary Display support | 912 | # Platform RTC drivers |
1076 | # | 913 | # |
914 | # CONFIG_RTC_DRV_DS1511 is not set | ||
915 | # CONFIG_RTC_DRV_DS1553 is not set | ||
916 | # CONFIG_RTC_DRV_DS1742 is not set | ||
917 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
918 | # CONFIG_RTC_DRV_M48T86 is not set | ||
919 | # CONFIG_RTC_DRV_M48T59 is not set | ||
920 | # CONFIG_RTC_DRV_V3020 is not set | ||
1077 | 921 | ||
1078 | # | 922 | # |
1079 | # Virtualization | 923 | # on-CPU RTC drivers |
1080 | # | 924 | # |
925 | # CONFIG_RTC_DRV_SH is not set | ||
926 | # CONFIG_DMADEVICES is not set | ||
927 | # CONFIG_UIO is not set | ||
1081 | 928 | ||
1082 | # | 929 | # |
1083 | # File systems | 930 | # File systems |
@@ -1091,20 +938,16 @@ CONFIG_EXT3_FS_XATTR=y | |||
1091 | # CONFIG_EXT3_FS_SECURITY is not set | 938 | # CONFIG_EXT3_FS_SECURITY is not set |
1092 | # CONFIG_EXT4DEV_FS is not set | 939 | # CONFIG_EXT4DEV_FS is not set |
1093 | CONFIG_JBD=y | 940 | CONFIG_JBD=y |
1094 | # CONFIG_JBD_DEBUG is not set | ||
1095 | CONFIG_FS_MBCACHE=y | 941 | CONFIG_FS_MBCACHE=y |
1096 | # CONFIG_REISERFS_FS is not set | 942 | # CONFIG_REISERFS_FS is not set |
1097 | # CONFIG_JFS_FS is not set | 943 | # CONFIG_JFS_FS is not set |
1098 | # CONFIG_FS_POSIX_ACL is not set | 944 | # CONFIG_FS_POSIX_ACL is not set |
1099 | # CONFIG_XFS_FS is not set | 945 | # CONFIG_XFS_FS is not set |
1100 | # CONFIG_GFS2_FS is not set | ||
1101 | # CONFIG_OCFS2_FS is not set | 946 | # CONFIG_OCFS2_FS is not set |
1102 | # CONFIG_MINIX_FS is not set | 947 | CONFIG_DNOTIFY=y |
1103 | CONFIG_ROMFS_FS=y | ||
1104 | CONFIG_INOTIFY=y | 948 | CONFIG_INOTIFY=y |
1105 | CONFIG_INOTIFY_USER=y | 949 | CONFIG_INOTIFY_USER=y |
1106 | # CONFIG_QUOTA is not set | 950 | # CONFIG_QUOTA is not set |
1107 | CONFIG_DNOTIFY=y | ||
1108 | # CONFIG_AUTOFS_FS is not set | 951 | # CONFIG_AUTOFS_FS is not set |
1109 | # CONFIG_AUTOFS4_FS is not set | 952 | # CONFIG_AUTOFS4_FS is not set |
1110 | # CONFIG_FUSE_FS is not set | 953 | # CONFIG_FUSE_FS is not set |
@@ -1136,7 +979,6 @@ CONFIG_TMPFS=y | |||
1136 | # CONFIG_TMPFS_POSIX_ACL is not set | 979 | # CONFIG_TMPFS_POSIX_ACL is not set |
1137 | # CONFIG_HUGETLBFS is not set | 980 | # CONFIG_HUGETLBFS is not set |
1138 | # CONFIG_HUGETLB_PAGE is not set | 981 | # CONFIG_HUGETLB_PAGE is not set |
1139 | CONFIG_RAMFS=y | ||
1140 | # CONFIG_CONFIGFS_FS is not set | 982 | # CONFIG_CONFIGFS_FS is not set |
1141 | 983 | ||
1142 | # | 984 | # |
@@ -1151,14 +993,14 @@ CONFIG_RAMFS=y | |||
1151 | # CONFIG_EFS_FS is not set | 993 | # CONFIG_EFS_FS is not set |
1152 | # CONFIG_CRAMFS is not set | 994 | # CONFIG_CRAMFS is not set |
1153 | # CONFIG_VXFS_FS is not set | 995 | # CONFIG_VXFS_FS is not set |
996 | # CONFIG_MINIX_FS is not set | ||
997 | # CONFIG_OMFS_FS is not set | ||
1154 | # CONFIG_HPFS_FS is not set | 998 | # CONFIG_HPFS_FS is not set |
1155 | # CONFIG_QNX4FS_FS is not set | 999 | # CONFIG_QNX4FS_FS is not set |
1000 | CONFIG_ROMFS_FS=y | ||
1156 | # CONFIG_SYSV_FS is not set | 1001 | # CONFIG_SYSV_FS is not set |
1157 | # CONFIG_UFS_FS is not set | 1002 | # CONFIG_UFS_FS is not set |
1158 | 1003 | CONFIG_NETWORK_FILESYSTEMS=y | |
1159 | # | ||
1160 | # Network File Systems | ||
1161 | # | ||
1162 | # CONFIG_NFS_FS is not set | 1004 | # CONFIG_NFS_FS is not set |
1163 | # CONFIG_NFSD is not set | 1005 | # CONFIG_NFSD is not set |
1164 | # CONFIG_SMB_FS is not set | 1006 | # CONFIG_SMB_FS is not set |
@@ -1166,17 +1008,12 @@ CONFIG_RAMFS=y | |||
1166 | # CONFIG_NCP_FS is not set | 1008 | # CONFIG_NCP_FS is not set |
1167 | # CONFIG_CODA_FS is not set | 1009 | # CONFIG_CODA_FS is not set |
1168 | # CONFIG_AFS_FS is not set | 1010 | # CONFIG_AFS_FS is not set |
1169 | # CONFIG_9P_FS is not set | ||
1170 | 1011 | ||
1171 | # | 1012 | # |
1172 | # Partition Types | 1013 | # Partition Types |
1173 | # | 1014 | # |
1174 | # CONFIG_PARTITION_ADVANCED is not set | 1015 | # CONFIG_PARTITION_ADVANCED is not set |
1175 | CONFIG_MSDOS_PARTITION=y | 1016 | CONFIG_MSDOS_PARTITION=y |
1176 | |||
1177 | # | ||
1178 | # Native Language Support | ||
1179 | # | ||
1180 | CONFIG_NLS=y | 1017 | CONFIG_NLS=y |
1181 | CONFIG_NLS_DEFAULT="iso8859-1" | 1018 | CONFIG_NLS_DEFAULT="iso8859-1" |
1182 | CONFIG_NLS_CODEPAGE_437=y | 1019 | CONFIG_NLS_CODEPAGE_437=y |
@@ -1217,30 +1054,24 @@ CONFIG_NLS_CODEPAGE_437=y | |||
1217 | # CONFIG_NLS_KOI8_R is not set | 1054 | # CONFIG_NLS_KOI8_R is not set |
1218 | # CONFIG_NLS_KOI8_U is not set | 1055 | # CONFIG_NLS_KOI8_U is not set |
1219 | # CONFIG_NLS_UTF8 is not set | 1056 | # CONFIG_NLS_UTF8 is not set |
1220 | |||
1221 | # | ||
1222 | # Distributed Lock Manager | ||
1223 | # | ||
1224 | # CONFIG_DLM is not set | 1057 | # CONFIG_DLM is not set |
1225 | 1058 | ||
1226 | # | 1059 | # |
1227 | # Profiling support | ||
1228 | # | ||
1229 | # CONFIG_PROFILING is not set | ||
1230 | |||
1231 | # | ||
1232 | # Kernel hacking | 1060 | # Kernel hacking |
1233 | # | 1061 | # |
1234 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 1062 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
1235 | # CONFIG_PRINTK_TIME is not set | 1063 | # CONFIG_PRINTK_TIME is not set |
1064 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1236 | CONFIG_ENABLE_MUST_CHECK=y | 1065 | CONFIG_ENABLE_MUST_CHECK=y |
1066 | CONFIG_FRAME_WARN=1024 | ||
1237 | # CONFIG_MAGIC_SYSRQ is not set | 1067 | # CONFIG_MAGIC_SYSRQ is not set |
1238 | # CONFIG_UNUSED_SYMBOLS is not set | 1068 | # CONFIG_UNUSED_SYMBOLS is not set |
1239 | # CONFIG_DEBUG_FS is not set | 1069 | # CONFIG_DEBUG_FS is not set |
1240 | # CONFIG_HEADERS_CHECK is not set | 1070 | # CONFIG_HEADERS_CHECK is not set |
1241 | # CONFIG_DEBUG_KERNEL is not set | 1071 | # CONFIG_DEBUG_KERNEL is not set |
1242 | CONFIG_LOG_BUF_SHIFT=14 | ||
1243 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1072 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1073 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1074 | # CONFIG_SAMPLES is not set | ||
1244 | CONFIG_SH_STANDARD_BIOS=y | 1075 | CONFIG_SH_STANDARD_BIOS=y |
1245 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 1076 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
1246 | # CONFIG_EARLY_PRINTK is not set | 1077 | # CONFIG_EARLY_PRINTK is not set |
@@ -1251,20 +1082,100 @@ CONFIG_SH_STANDARD_BIOS=y | |||
1251 | # | 1082 | # |
1252 | # CONFIG_KEYS is not set | 1083 | # CONFIG_KEYS is not set |
1253 | # CONFIG_SECURITY is not set | 1084 | # CONFIG_SECURITY is not set |
1085 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1086 | CONFIG_CRYPTO=y | ||
1087 | |||
1088 | # | ||
1089 | # Crypto core or helper | ||
1090 | # | ||
1091 | # CONFIG_CRYPTO_MANAGER is not set | ||
1092 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1093 | # CONFIG_CRYPTO_NULL is not set | ||
1094 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1095 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1096 | # CONFIG_CRYPTO_TEST is not set | ||
1097 | |||
1098 | # | ||
1099 | # Authenticated Encryption with Associated Data | ||
1100 | # | ||
1101 | # CONFIG_CRYPTO_CCM is not set | ||
1102 | # CONFIG_CRYPTO_GCM is not set | ||
1103 | # CONFIG_CRYPTO_SEQIV is not set | ||
1104 | |||
1105 | # | ||
1106 | # Block modes | ||
1107 | # | ||
1108 | # CONFIG_CRYPTO_CBC is not set | ||
1109 | # CONFIG_CRYPTO_CTR is not set | ||
1110 | # CONFIG_CRYPTO_CTS is not set | ||
1111 | # CONFIG_CRYPTO_ECB is not set | ||
1112 | # CONFIG_CRYPTO_LRW is not set | ||
1113 | # CONFIG_CRYPTO_PCBC is not set | ||
1114 | # CONFIG_CRYPTO_XTS is not set | ||
1115 | |||
1116 | # | ||
1117 | # Hash modes | ||
1118 | # | ||
1119 | # CONFIG_CRYPTO_HMAC is not set | ||
1120 | # CONFIG_CRYPTO_XCBC is not set | ||
1121 | |||
1122 | # | ||
1123 | # Digest | ||
1124 | # | ||
1125 | # CONFIG_CRYPTO_CRC32C is not set | ||
1126 | # CONFIG_CRYPTO_MD4 is not set | ||
1127 | # CONFIG_CRYPTO_MD5 is not set | ||
1128 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1129 | # CONFIG_CRYPTO_RMD128 is not set | ||
1130 | # CONFIG_CRYPTO_RMD160 is not set | ||
1131 | # CONFIG_CRYPTO_RMD256 is not set | ||
1132 | # CONFIG_CRYPTO_RMD320 is not set | ||
1133 | # CONFIG_CRYPTO_SHA1 is not set | ||
1134 | # CONFIG_CRYPTO_SHA256 is not set | ||
1135 | # CONFIG_CRYPTO_SHA512 is not set | ||
1136 | # CONFIG_CRYPTO_TGR192 is not set | ||
1137 | # CONFIG_CRYPTO_WP512 is not set | ||
1138 | |||
1139 | # | ||
1140 | # Ciphers | ||
1141 | # | ||
1142 | # CONFIG_CRYPTO_AES is not set | ||
1143 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1144 | # CONFIG_CRYPTO_ARC4 is not set | ||
1145 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1146 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1147 | # CONFIG_CRYPTO_CAST5 is not set | ||
1148 | # CONFIG_CRYPTO_CAST6 is not set | ||
1149 | # CONFIG_CRYPTO_DES is not set | ||
1150 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1151 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1152 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1153 | # CONFIG_CRYPTO_SEED is not set | ||
1154 | # CONFIG_CRYPTO_SERPENT is not set | ||
1155 | # CONFIG_CRYPTO_TEA is not set | ||
1156 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1254 | 1157 | ||
1255 | # | 1158 | # |
1256 | # Cryptographic options | 1159 | # Compression |
1257 | # | 1160 | # |
1258 | # CONFIG_CRYPTO is not set | 1161 | # CONFIG_CRYPTO_DEFLATE is not set |
1162 | # CONFIG_CRYPTO_LZO is not set | ||
1163 | CONFIG_CRYPTO_HW=y | ||
1164 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1259 | 1165 | ||
1260 | # | 1166 | # |
1261 | # Library routines | 1167 | # Library routines |
1262 | # | 1168 | # |
1263 | CONFIG_BITREVERSE=y | 1169 | CONFIG_BITREVERSE=y |
1170 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1264 | # CONFIG_CRC_CCITT is not set | 1171 | # CONFIG_CRC_CCITT is not set |
1265 | # CONFIG_CRC16 is not set | 1172 | # CONFIG_CRC16 is not set |
1173 | CONFIG_CRC_T10DIF=y | ||
1174 | # CONFIG_CRC_ITU_T is not set | ||
1266 | CONFIG_CRC32=y | 1175 | CONFIG_CRC32=y |
1176 | # CONFIG_CRC7 is not set | ||
1267 | # CONFIG_LIBCRC32C is not set | 1177 | # CONFIG_LIBCRC32C is not set |
1268 | CONFIG_PLIST=y | 1178 | CONFIG_PLIST=y |
1269 | CONFIG_HAS_IOMEM=y | 1179 | CONFIG_HAS_IOMEM=y |
1270 | CONFIG_HAS_IOPORT=y | 1180 | CONFIG_HAS_IOPORT=y |
1181 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/magicpanelr2_defconfig b/arch/sh/configs/magicpanelr2_defconfig index f8398a5f10ee..a3a80f3d27c0 100644 --- a/arch/sh/configs/magicpanelr2_defconfig +++ b/arch/sh/configs/magicpanelr2_defconfig | |||
@@ -1,9 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.23-rc2 | 3 | # Linux kernel version: 2.6.26 |
4 | # Fri Aug 17 12:15:16 2007 | 4 | # Wed Jul 30 01:41:08 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -18,6 +20,7 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
20 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
23 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
22 | 25 | ||
23 | # | 26 | # |
@@ -35,12 +38,16 @@ CONFIG_POSIX_MQUEUE=y | |||
35 | CONFIG_BSD_PROCESS_ACCT=y | 38 | CONFIG_BSD_PROCESS_ACCT=y |
36 | CONFIG_BSD_PROCESS_ACCT_V3=y | 39 | CONFIG_BSD_PROCESS_ACCT_V3=y |
37 | # CONFIG_TASKSTATS is not set | 40 | # CONFIG_TASKSTATS is not set |
38 | # CONFIG_USER_NS is not set | ||
39 | CONFIG_AUDIT=y | 41 | CONFIG_AUDIT=y |
42 | # CONFIG_AUDITSYSCALL is not set | ||
40 | # CONFIG_IKCONFIG is not set | 43 | # CONFIG_IKCONFIG is not set |
41 | CONFIG_LOG_BUF_SHIFT=17 | 44 | CONFIG_LOG_BUF_SHIFT=17 |
45 | # CONFIG_CGROUPS is not set | ||
46 | # CONFIG_GROUP_SCHED is not set | ||
42 | CONFIG_SYSFS_DEPRECATED=y | 47 | CONFIG_SYSFS_DEPRECATED=y |
48 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
43 | CONFIG_RELAY=y | 49 | CONFIG_RELAY=y |
50 | # CONFIG_NAMESPACES is not set | ||
44 | CONFIG_BLK_DEV_INITRD=y | 51 | CONFIG_BLK_DEV_INITRD=y |
45 | CONFIG_INITRAMFS_SOURCE="" | 52 | CONFIG_INITRAMFS_SOURCE="" |
46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 53 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
@@ -48,6 +55,7 @@ CONFIG_SYSCTL=y | |||
48 | CONFIG_EMBEDDED=y | 55 | CONFIG_EMBEDDED=y |
49 | CONFIG_UID16=y | 56 | CONFIG_UID16=y |
50 | CONFIG_SYSCTL_SYSCALL=y | 57 | CONFIG_SYSCTL_SYSCALL=y |
58 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
51 | CONFIG_KALLSYMS=y | 59 | CONFIG_KALLSYMS=y |
52 | CONFIG_KALLSYMS_ALL=y | 60 | CONFIG_KALLSYMS_ALL=y |
53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -55,6 +63,7 @@ CONFIG_HOTPLUG=y | |||
55 | CONFIG_PRINTK=y | 63 | CONFIG_PRINTK=y |
56 | CONFIG_BUG=y | 64 | CONFIG_BUG=y |
57 | CONFIG_ELF_CORE=y | 65 | CONFIG_ELF_CORE=y |
66 | CONFIG_COMPAT_BRK=y | ||
58 | CONFIG_BASE_FULL=y | 67 | CONFIG_BASE_FULL=y |
59 | CONFIG_FUTEX=y | 68 | CONFIG_FUTEX=y |
60 | CONFIG_ANON_INODES=y | 69 | CONFIG_ANON_INODES=y |
@@ -67,10 +76,24 @@ CONFIG_VM_EVENT_COUNTERS=y | |||
67 | CONFIG_SLAB=y | 76 | CONFIG_SLAB=y |
68 | # CONFIG_SLUB is not set | 77 | # CONFIG_SLUB is not set |
69 | # CONFIG_SLOB is not set | 78 | # CONFIG_SLOB is not set |
79 | # CONFIG_PROFILING is not set | ||
80 | # CONFIG_MARKERS is not set | ||
81 | CONFIG_HAVE_OPROFILE=y | ||
82 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
83 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
84 | # CONFIG_HAVE_KPROBES is not set | ||
85 | # CONFIG_HAVE_KRETPROBES is not set | ||
86 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
87 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
88 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
89 | CONFIG_HAVE_CLK=y | ||
90 | CONFIG_PROC_PAGE_MONITOR=y | ||
91 | CONFIG_SLABINFO=y | ||
70 | CONFIG_RT_MUTEXES=y | 92 | CONFIG_RT_MUTEXES=y |
71 | # CONFIG_TINY_SHMEM is not set | 93 | # CONFIG_TINY_SHMEM is not set |
72 | CONFIG_BASE_SMALL=0 | 94 | CONFIG_BASE_SMALL=0 |
73 | CONFIG_MODULES=y | 95 | CONFIG_MODULES=y |
96 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
74 | CONFIG_MODULE_UNLOAD=y | 97 | CONFIG_MODULE_UNLOAD=y |
75 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 98 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
76 | CONFIG_MODVERSIONS=y | 99 | CONFIG_MODVERSIONS=y |
@@ -81,6 +104,7 @@ CONFIG_BLOCK=y | |||
81 | # CONFIG_BLK_DEV_IO_TRACE is not set | 104 | # CONFIG_BLK_DEV_IO_TRACE is not set |
82 | # CONFIG_LSF is not set | 105 | # CONFIG_LSF is not set |
83 | # CONFIG_BLK_DEV_BSG is not set | 106 | # CONFIG_BLK_DEV_BSG is not set |
107 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
84 | 108 | ||
85 | # | 109 | # |
86 | # IO Schedulers | 110 | # IO Schedulers |
@@ -94,13 +118,17 @@ CONFIG_IOSCHED_NOOP=y | |||
94 | # CONFIG_DEFAULT_CFQ is not set | 118 | # CONFIG_DEFAULT_CFQ is not set |
95 | CONFIG_DEFAULT_NOOP=y | 119 | CONFIG_DEFAULT_NOOP=y |
96 | CONFIG_DEFAULT_IOSCHED="noop" | 120 | CONFIG_DEFAULT_IOSCHED="noop" |
121 | CONFIG_CLASSIC_RCU=y | ||
97 | 122 | ||
98 | # | 123 | # |
99 | # System type | 124 | # System type |
100 | # | 125 | # |
101 | CONFIG_CPU_SH3=y | 126 | CONFIG_CPU_SH3=y |
102 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
128 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
103 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
130 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
131 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
104 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
105 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
106 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 134 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -109,6 +137,7 @@ CONFIG_CPU_SH3=y | |||
109 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
110 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
111 | CONFIG_CPU_SUBTYPE_SH7720=y | 139 | CONFIG_CPU_SUBTYPE_SH7720=y |
140 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
112 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
113 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
114 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -117,14 +146,17 @@ CONFIG_CPU_SUBTYPE_SH7720=y | |||
117 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 146 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
120 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
121 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 150 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
124 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
125 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 154 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
126 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 155 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
127 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
157 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
128 | 160 | ||
129 | # | 161 | # |
130 | # Memory management options | 162 | # Memory management options |
@@ -134,6 +166,7 @@ CONFIG_MMU=y | |||
134 | CONFIG_PAGE_OFFSET=0x80000000 | 166 | CONFIG_PAGE_OFFSET=0x80000000 |
135 | CONFIG_MEMORY_START=0x0C000000 | 167 | CONFIG_MEMORY_START=0x0C000000 |
136 | CONFIG_MEMORY_SIZE=0x03F00000 | 168 | CONFIG_MEMORY_SIZE=0x03F00000 |
169 | CONFIG_29BIT=y | ||
137 | CONFIG_VSYSCALL=y | 170 | CONFIG_VSYSCALL=y |
138 | CONFIG_ARCH_FLATMEM_ENABLE=y | 171 | CONFIG_ARCH_FLATMEM_ENABLE=y |
139 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 172 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
@@ -143,7 +176,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
143 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 176 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
144 | CONFIG_PAGE_SIZE_4KB=y | 177 | CONFIG_PAGE_SIZE_4KB=y |
145 | # CONFIG_PAGE_SIZE_8KB is not set | 178 | # CONFIG_PAGE_SIZE_8KB is not set |
179 | # CONFIG_PAGE_SIZE_16KB is not set | ||
146 | # CONFIG_PAGE_SIZE_64KB is not set | 180 | # CONFIG_PAGE_SIZE_64KB is not set |
181 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
147 | CONFIG_SELECT_MEMORY_MODEL=y | 182 | CONFIG_SELECT_MEMORY_MODEL=y |
148 | CONFIG_FLATMEM_MANUAL=y | 183 | CONFIG_FLATMEM_MANUAL=y |
149 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 184 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -151,6 +186,8 @@ CONFIG_FLATMEM_MANUAL=y | |||
151 | CONFIG_FLATMEM=y | 186 | CONFIG_FLATMEM=y |
152 | CONFIG_FLAT_NODE_MEM_MAP=y | 187 | CONFIG_FLAT_NODE_MEM_MAP=y |
153 | CONFIG_SPARSEMEM_STATIC=y | 188 | CONFIG_SPARSEMEM_STATIC=y |
189 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
190 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
154 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 191 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
155 | # CONFIG_RESOURCES_64BIT is not set | 192 | # CONFIG_RESOURCES_64BIT is not set |
156 | CONFIG_ZONE_DMA_FLAG=0 | 193 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -173,7 +210,6 @@ CONFIG_CPU_LITTLE_ENDIAN=y | |||
173 | CONFIG_SH_DSP=y | 210 | CONFIG_SH_DSP=y |
174 | CONFIG_SH_ADC=y | 211 | CONFIG_SH_ADC=y |
175 | CONFIG_CPU_HAS_INTEVT=y | 212 | CONFIG_CPU_HAS_INTEVT=y |
176 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
177 | CONFIG_CPU_HAS_SR_RB=y | 213 | CONFIG_CPU_HAS_SR_RB=y |
178 | CONFIG_CPU_HAS_DSP=y | 214 | CONFIG_CPU_HAS_DSP=y |
179 | 215 | ||
@@ -196,6 +232,7 @@ CONFIG_SH_PCLK_FREQ=24000000 | |||
196 | # CONFIG_TICK_ONESHOT is not set | 232 | # CONFIG_TICK_ONESHOT is not set |
197 | # CONFIG_NO_HZ is not set | 233 | # CONFIG_NO_HZ is not set |
198 | # CONFIG_HIGH_RES_TIMERS is not set | 234 | # CONFIG_HIGH_RES_TIMERS is not set |
235 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
199 | 236 | ||
200 | # | 237 | # |
201 | # CPU Frequency scaling | 238 | # CPU Frequency scaling |
@@ -228,11 +265,14 @@ CONFIG_HZ_250=y | |||
228 | # CONFIG_HZ_300 is not set | 265 | # CONFIG_HZ_300 is not set |
229 | # CONFIG_HZ_1000 is not set | 266 | # CONFIG_HZ_1000 is not set |
230 | CONFIG_HZ=250 | 267 | CONFIG_HZ=250 |
268 | # CONFIG_SCHED_HRTICK is not set | ||
231 | # CONFIG_KEXEC is not set | 269 | # CONFIG_KEXEC is not set |
232 | # CONFIG_CRASH_DUMP is not set | 270 | # CONFIG_CRASH_DUMP is not set |
233 | CONFIG_PREEMPT_NONE=y | 271 | CONFIG_PREEMPT_NONE=y |
234 | # CONFIG_PREEMPT_VOLUNTARY is not set | 272 | # CONFIG_PREEMPT_VOLUNTARY is not set |
235 | # CONFIG_PREEMPT is not set | 273 | # CONFIG_PREEMPT is not set |
274 | CONFIG_GUSA=y | ||
275 | # CONFIG_GUSA_RB is not set | ||
236 | 276 | ||
237 | # | 277 | # |
238 | # Boot options | 278 | # Boot options |
@@ -245,10 +285,6 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000 | |||
245 | # Bus options | 285 | # Bus options |
246 | # | 286 | # |
247 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 287 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
248 | |||
249 | # | ||
250 | # PCCARD (PCMCIA/CardBus) support | ||
251 | # | ||
252 | # CONFIG_PCCARD is not set | 288 | # CONFIG_PCCARD is not set |
253 | 289 | ||
254 | # | 290 | # |
@@ -289,6 +325,7 @@ CONFIG_IP_PNP_DHCP=y | |||
289 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 325 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
290 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 326 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
291 | # CONFIG_INET_XFRM_MODE_BEET is not set | 327 | # CONFIG_INET_XFRM_MODE_BEET is not set |
328 | # CONFIG_INET_LRO is not set | ||
292 | CONFIG_INET_DIAG=y | 329 | CONFIG_INET_DIAG=y |
293 | CONFIG_INET_TCP_DIAG=y | 330 | CONFIG_INET_TCP_DIAG=y |
294 | # CONFIG_TCP_CONG_ADVANCED is not set | 331 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -296,8 +333,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
296 | CONFIG_DEFAULT_TCP_CONG="cubic" | 333 | CONFIG_DEFAULT_TCP_CONG="cubic" |
297 | # CONFIG_TCP_MD5SIG is not set | 334 | # CONFIG_TCP_MD5SIG is not set |
298 | # CONFIG_IPV6 is not set | 335 | # CONFIG_IPV6 is not set |
299 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
300 | # CONFIG_INET6_TUNNEL is not set | ||
301 | # CONFIG_NETWORK_SECMARK is not set | 336 | # CONFIG_NETWORK_SECMARK is not set |
302 | # CONFIG_NETFILTER is not set | 337 | # CONFIG_NETFILTER is not set |
303 | # CONFIG_IP_DCCP is not set | 338 | # CONFIG_IP_DCCP is not set |
@@ -314,10 +349,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
314 | # CONFIG_LAPB is not set | 349 | # CONFIG_LAPB is not set |
315 | # CONFIG_ECONET is not set | 350 | # CONFIG_ECONET is not set |
316 | # CONFIG_WAN_ROUTER is not set | 351 | # CONFIG_WAN_ROUTER is not set |
317 | |||
318 | # | ||
319 | # QoS and/or fair queueing | ||
320 | # | ||
321 | # CONFIG_NET_SCHED is not set | 352 | # CONFIG_NET_SCHED is not set |
322 | 353 | ||
323 | # | 354 | # |
@@ -325,6 +356,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
325 | # | 356 | # |
326 | # CONFIG_NET_PKTGEN is not set | 357 | # CONFIG_NET_PKTGEN is not set |
327 | # CONFIG_HAMRADIO is not set | 358 | # CONFIG_HAMRADIO is not set |
359 | # CONFIG_CAN is not set | ||
328 | # CONFIG_IRDA is not set | 360 | # CONFIG_IRDA is not set |
329 | # CONFIG_BT is not set | 361 | # CONFIG_BT is not set |
330 | # CONFIG_AF_RXRPC is not set | 362 | # CONFIG_AF_RXRPC is not set |
@@ -346,9 +378,12 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
346 | # | 378 | # |
347 | # Generic Driver Options | 379 | # Generic Driver Options |
348 | # | 380 | # |
381 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
349 | # CONFIG_STANDALONE is not set | 382 | # CONFIG_STANDALONE is not set |
350 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 383 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
351 | CONFIG_FW_LOADER=y | 384 | CONFIG_FW_LOADER=y |
385 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
386 | CONFIG_EXTRA_FIRMWARE="" | ||
352 | # CONFIG_DEBUG_DRIVER is not set | 387 | # CONFIG_DEBUG_DRIVER is not set |
353 | # CONFIG_DEBUG_DEVRES is not set | 388 | # CONFIG_DEBUG_DEVRES is not set |
354 | # CONFIG_SYS_HYPERVISOR is not set | 389 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -362,6 +397,7 @@ CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | |||
362 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | 397 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set |
363 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | 398 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set |
364 | CONFIG_MTD_CMDLINE_PARTS=y | 399 | CONFIG_MTD_CMDLINE_PARTS=y |
400 | # CONFIG_MTD_AR7_PARTS is not set | ||
365 | 401 | ||
366 | # | 402 | # |
367 | # User Modules And Translation Layers | 403 | # User Modules And Translation Layers |
@@ -374,6 +410,7 @@ CONFIG_MTD_BLOCK=y | |||
374 | # CONFIG_INFTL is not set | 410 | # CONFIG_INFTL is not set |
375 | # CONFIG_RFD_FTL is not set | 411 | # CONFIG_RFD_FTL is not set |
376 | # CONFIG_SSFDC is not set | 412 | # CONFIG_SSFDC is not set |
413 | # CONFIG_MTD_OOPS is not set | ||
377 | 414 | ||
378 | # | 415 | # |
379 | # RAM/ROM/Flash chip drivers | 416 | # RAM/ROM/Flash chip drivers |
@@ -408,7 +445,6 @@ CONFIG_MTD_PHYSMAP=y | |||
408 | CONFIG_MTD_PHYSMAP_START=0x0000000 | 445 | CONFIG_MTD_PHYSMAP_START=0x0000000 |
409 | CONFIG_MTD_PHYSMAP_LEN=0 | 446 | CONFIG_MTD_PHYSMAP_LEN=0 |
410 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | 447 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 |
411 | # CONFIG_MTD_SOLUTIONENGINE is not set | ||
412 | # CONFIG_MTD_PLATRAM is not set | 448 | # CONFIG_MTD_PLATRAM is not set |
413 | 449 | ||
414 | # | 450 | # |
@@ -440,11 +476,14 @@ CONFIG_BLK_DEV=y | |||
440 | CONFIG_BLK_DEV_RAM=y | 476 | CONFIG_BLK_DEV_RAM=y |
441 | CONFIG_BLK_DEV_RAM_COUNT=16 | 477 | CONFIG_BLK_DEV_RAM_COUNT=16 |
442 | CONFIG_BLK_DEV_RAM_SIZE=65536 | 478 | CONFIG_BLK_DEV_RAM_SIZE=65536 |
443 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 479 | # CONFIG_BLK_DEV_XIP is not set |
444 | # CONFIG_CDROM_PKTCDVD is not set | 480 | # CONFIG_CDROM_PKTCDVD is not set |
445 | # CONFIG_ATA_OVER_ETH is not set | 481 | # CONFIG_ATA_OVER_ETH is not set |
482 | # CONFIG_BLK_DEV_HD is not set | ||
446 | CONFIG_MISC_DEVICES=y | 483 | CONFIG_MISC_DEVICES=y |
447 | # CONFIG_EEPROM_93CX6 is not set | 484 | # CONFIG_EEPROM_93CX6 is not set |
485 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
486 | CONFIG_HAVE_IDE=y | ||
448 | # CONFIG_IDE is not set | 487 | # CONFIG_IDE is not set |
449 | 488 | ||
450 | # | 489 | # |
@@ -457,18 +496,24 @@ CONFIG_MISC_DEVICES=y | |||
457 | # CONFIG_ATA is not set | 496 | # CONFIG_ATA is not set |
458 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
459 | CONFIG_NETDEVICES=y | 498 | CONFIG_NETDEVICES=y |
460 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
461 | # CONFIG_DUMMY is not set | 499 | # CONFIG_DUMMY is not set |
462 | # CONFIG_BONDING is not set | 500 | # CONFIG_BONDING is not set |
463 | # CONFIG_MACVLAN is not set | 501 | # CONFIG_MACVLAN is not set |
464 | # CONFIG_EQUALIZER is not set | 502 | # CONFIG_EQUALIZER is not set |
465 | # CONFIG_TUN is not set | 503 | # CONFIG_TUN is not set |
504 | # CONFIG_VETH is not set | ||
466 | # CONFIG_PHYLIB is not set | 505 | # CONFIG_PHYLIB is not set |
467 | CONFIG_NET_ETHERNET=y | 506 | CONFIG_NET_ETHERNET=y |
468 | CONFIG_MII=y | 507 | CONFIG_MII=y |
508 | # CONFIG_AX88796 is not set | ||
469 | # CONFIG_STNIC is not set | 509 | # CONFIG_STNIC is not set |
470 | # CONFIG_SMC91X is not set | 510 | # CONFIG_SMC91X is not set |
471 | CONFIG_SMC911X=y | 511 | CONFIG_SMC911X=y |
512 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
513 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
514 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
515 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
516 | # CONFIG_B44 is not set | ||
472 | # CONFIG_NETDEV_1000 is not set | 517 | # CONFIG_NETDEV_1000 is not set |
473 | # CONFIG_NETDEV_10000 is not set | 518 | # CONFIG_NETDEV_10000 is not set |
474 | 519 | ||
@@ -477,10 +522,10 @@ CONFIG_SMC911X=y | |||
477 | # | 522 | # |
478 | # CONFIG_WLAN_PRE80211 is not set | 523 | # CONFIG_WLAN_PRE80211 is not set |
479 | # CONFIG_WLAN_80211 is not set | 524 | # CONFIG_WLAN_80211 is not set |
525 | # CONFIG_IWLWIFI_LEDS is not set | ||
480 | # CONFIG_WAN is not set | 526 | # CONFIG_WAN is not set |
481 | # CONFIG_PPP is not set | 527 | # CONFIG_PPP is not set |
482 | # CONFIG_SLIP is not set | 528 | # CONFIG_SLIP is not set |
483 | # CONFIG_SHAPER is not set | ||
484 | # CONFIG_NETCONSOLE is not set | 529 | # CONFIG_NETCONSOLE is not set |
485 | # CONFIG_NETPOLL is not set | 530 | # CONFIG_NETPOLL is not set |
486 | # CONFIG_NET_POLL_CONTROLLER is not set | 531 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -502,7 +547,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
502 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 547 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
503 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 548 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
504 | # CONFIG_INPUT_JOYDEV is not set | 549 | # CONFIG_INPUT_JOYDEV is not set |
505 | # CONFIG_INPUT_TSDEV is not set | ||
506 | CONFIG_INPUT_EVDEV=y | 550 | CONFIG_INPUT_EVDEV=y |
507 | # CONFIG_INPUT_EVBUG is not set | 551 | # CONFIG_INPUT_EVBUG is not set |
508 | 552 | ||
@@ -516,6 +560,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
516 | # CONFIG_KEYBOARD_XTKBD is not set | 560 | # CONFIG_KEYBOARD_XTKBD is not set |
517 | # CONFIG_KEYBOARD_NEWTON is not set | 561 | # CONFIG_KEYBOARD_NEWTON is not set |
518 | # CONFIG_KEYBOARD_STOWAWAY is not set | 562 | # CONFIG_KEYBOARD_STOWAWAY is not set |
563 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
519 | CONFIG_INPUT_MOUSE=y | 564 | CONFIG_INPUT_MOUSE=y |
520 | # CONFIG_MOUSE_PS2 is not set | 565 | # CONFIG_MOUSE_PS2 is not set |
521 | # CONFIG_MOUSE_SERIAL is not set | 566 | # CONFIG_MOUSE_SERIAL is not set |
@@ -539,9 +584,11 @@ CONFIG_SERIO_LIBPS2=y | |||
539 | # Character devices | 584 | # Character devices |
540 | # | 585 | # |
541 | CONFIG_VT=y | 586 | CONFIG_VT=y |
587 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
542 | CONFIG_VT_CONSOLE=y | 588 | CONFIG_VT_CONSOLE=y |
543 | CONFIG_HW_CONSOLE=y | 589 | CONFIG_HW_CONSOLE=y |
544 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 590 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
591 | CONFIG_DEVKMEM=y | ||
545 | # CONFIG_SERIAL_NONSTANDARD is not set | 592 | # CONFIG_SERIAL_NONSTANDARD is not set |
546 | 593 | ||
547 | # | 594 | # |
@@ -569,60 +616,72 @@ CONFIG_UNIX98_PTYS=y | |||
569 | CONFIG_LEGACY_PTYS=y | 616 | CONFIG_LEGACY_PTYS=y |
570 | CONFIG_LEGACY_PTY_COUNT=256 | 617 | CONFIG_LEGACY_PTY_COUNT=256 |
571 | # CONFIG_IPMI_HANDLER is not set | 618 | # CONFIG_IPMI_HANDLER is not set |
572 | # CONFIG_WATCHDOG is not set | ||
573 | # CONFIG_HW_RANDOM is not set | 619 | # CONFIG_HW_RANDOM is not set |
574 | # CONFIG_R3964 is not set | 620 | # CONFIG_R3964 is not set |
575 | # CONFIG_RAW_DRIVER is not set | 621 | # CONFIG_RAW_DRIVER is not set |
576 | # CONFIG_TCG_TPM is not set | 622 | # CONFIG_TCG_TPM is not set |
577 | # CONFIG_I2C is not set | 623 | # CONFIG_I2C is not set |
578 | |||
579 | # | ||
580 | # SPI support | ||
581 | # | ||
582 | # CONFIG_SPI is not set | 624 | # CONFIG_SPI is not set |
583 | # CONFIG_SPI_MASTER is not set | ||
584 | # CONFIG_W1 is not set | 625 | # CONFIG_W1 is not set |
585 | # CONFIG_POWER_SUPPLY is not set | 626 | # CONFIG_POWER_SUPPLY is not set |
586 | # CONFIG_HWMON is not set | 627 | # CONFIG_HWMON is not set |
628 | # CONFIG_THERMAL is not set | ||
629 | # CONFIG_THERMAL_HWMON is not set | ||
630 | # CONFIG_WATCHDOG is not set | ||
631 | |||
632 | # | ||
633 | # Sonics Silicon Backplane | ||
634 | # | ||
635 | CONFIG_SSB_POSSIBLE=y | ||
636 | # CONFIG_SSB is not set | ||
587 | 637 | ||
588 | # | 638 | # |
589 | # Multifunction device drivers | 639 | # Multifunction device drivers |
590 | # | 640 | # |
641 | # CONFIG_MFD_CORE is not set | ||
591 | # CONFIG_MFD_SM501 is not set | 642 | # CONFIG_MFD_SM501 is not set |
643 | # CONFIG_HTC_PASIC3 is not set | ||
592 | 644 | ||
593 | # | 645 | # |
594 | # Multimedia devices | 646 | # Multimedia devices |
595 | # | 647 | # |
648 | |||
649 | # | ||
650 | # Multimedia core support | ||
651 | # | ||
596 | # CONFIG_VIDEO_DEV is not set | 652 | # CONFIG_VIDEO_DEV is not set |
597 | # CONFIG_DVB_CORE is not set | 653 | # CONFIG_DVB_CORE is not set |
654 | # CONFIG_VIDEO_MEDIA is not set | ||
655 | |||
656 | # | ||
657 | # Multimedia drivers | ||
658 | # | ||
598 | CONFIG_DAB=y | 659 | CONFIG_DAB=y |
599 | 660 | ||
600 | # | 661 | # |
601 | # Graphics support | 662 | # Graphics support |
602 | # | 663 | # |
664 | # CONFIG_VGASTATE is not set | ||
665 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
666 | # CONFIG_FB is not set | ||
603 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 667 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
604 | 668 | ||
605 | # | 669 | # |
606 | # Display device support | 670 | # Display device support |
607 | # | 671 | # |
608 | # CONFIG_DISPLAY_SUPPORT is not set | 672 | # CONFIG_DISPLAY_SUPPORT is not set |
609 | # CONFIG_VGASTATE is not set | ||
610 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
611 | # CONFIG_FB is not set | ||
612 | 673 | ||
613 | # | 674 | # |
614 | # Console display driver support | 675 | # Console display driver support |
615 | # | 676 | # |
616 | CONFIG_DUMMY_CONSOLE=y | 677 | CONFIG_DUMMY_CONSOLE=y |
617 | |||
618 | # | ||
619 | # Sound | ||
620 | # | ||
621 | # CONFIG_SOUND is not set | 678 | # CONFIG_SOUND is not set |
622 | # CONFIG_HID_SUPPORT is not set | 679 | # CONFIG_HID_SUPPORT is not set |
623 | # CONFIG_USB_SUPPORT is not set | 680 | # CONFIG_USB_SUPPORT is not set |
624 | # CONFIG_MMC is not set | 681 | # CONFIG_MMC is not set |
682 | # CONFIG_MEMSTICK is not set | ||
625 | # CONFIG_NEW_LEDS is not set | 683 | # CONFIG_NEW_LEDS is not set |
684 | # CONFIG_ACCESSIBILITY is not set | ||
626 | CONFIG_RTC_LIB=y | 685 | CONFIG_RTC_LIB=y |
627 | CONFIG_RTC_CLASS=y | 686 | CONFIG_RTC_CLASS=y |
628 | # CONFIG_RTC_HCTOSYS is not set | 687 | # CONFIG_RTC_HCTOSYS is not set |
@@ -644,9 +703,10 @@ CONFIG_RTC_INTF_DEV=y | |||
644 | # | 703 | # |
645 | # Platform RTC drivers | 704 | # Platform RTC drivers |
646 | # | 705 | # |
706 | # CONFIG_RTC_DRV_DS1511 is not set | ||
647 | # CONFIG_RTC_DRV_DS1553 is not set | 707 | # CONFIG_RTC_DRV_DS1553 is not set |
648 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
649 | # CONFIG_RTC_DRV_DS1742 is not set | 708 | # CONFIG_RTC_DRV_DS1742 is not set |
709 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
650 | # CONFIG_RTC_DRV_M48T86 is not set | 710 | # CONFIG_RTC_DRV_M48T86 is not set |
651 | # CONFIG_RTC_DRV_M48T59 is not set | 711 | # CONFIG_RTC_DRV_M48T59 is not set |
652 | # CONFIG_RTC_DRV_V3020 is not set | 712 | # CONFIG_RTC_DRV_V3020 is not set |
@@ -655,23 +715,7 @@ CONFIG_RTC_INTF_DEV=y | |||
655 | # on-CPU RTC drivers | 715 | # on-CPU RTC drivers |
656 | # | 716 | # |
657 | CONFIG_RTC_DRV_SH=y | 717 | CONFIG_RTC_DRV_SH=y |
658 | 718 | # CONFIG_DMADEVICES is not set | |
659 | # | ||
660 | # DMA Engine support | ||
661 | # | ||
662 | # CONFIG_DMA_ENGINE is not set | ||
663 | |||
664 | # | ||
665 | # DMA Clients | ||
666 | # | ||
667 | |||
668 | # | ||
669 | # DMA Devices | ||
670 | # | ||
671 | |||
672 | # | ||
673 | # Userspace I/O | ||
674 | # | ||
675 | # CONFIG_UIO is not set | 719 | # CONFIG_UIO is not set |
676 | 720 | ||
677 | # | 721 | # |
@@ -684,18 +728,14 @@ CONFIG_EXT3_FS=y | |||
684 | # CONFIG_EXT3_FS_XATTR is not set | 728 | # CONFIG_EXT3_FS_XATTR is not set |
685 | # CONFIG_EXT4DEV_FS is not set | 729 | # CONFIG_EXT4DEV_FS is not set |
686 | CONFIG_JBD=y | 730 | CONFIG_JBD=y |
687 | # CONFIG_JBD_DEBUG is not set | ||
688 | # CONFIG_REISERFS_FS is not set | 731 | # CONFIG_REISERFS_FS is not set |
689 | # CONFIG_JFS_FS is not set | 732 | # CONFIG_JFS_FS is not set |
690 | # CONFIG_FS_POSIX_ACL is not set | 733 | # CONFIG_FS_POSIX_ACL is not set |
691 | # CONFIG_XFS_FS is not set | 734 | # CONFIG_XFS_FS is not set |
692 | # CONFIG_GFS2_FS is not set | ||
693 | # CONFIG_OCFS2_FS is not set | 735 | # CONFIG_OCFS2_FS is not set |
694 | # CONFIG_MINIX_FS is not set | 736 | # CONFIG_DNOTIFY is not set |
695 | # CONFIG_ROMFS_FS is not set | ||
696 | # CONFIG_INOTIFY is not set | 737 | # CONFIG_INOTIFY is not set |
697 | # CONFIG_QUOTA is not set | 738 | # CONFIG_QUOTA is not set |
698 | # CONFIG_DNOTIFY is not set | ||
699 | # CONFIG_AUTOFS_FS is not set | 739 | # CONFIG_AUTOFS_FS is not set |
700 | # CONFIG_AUTOFS4_FS is not set | 740 | # CONFIG_AUTOFS4_FS is not set |
701 | # CONFIG_FUSE_FS is not set | 741 | # CONFIG_FUSE_FS is not set |
@@ -724,7 +764,6 @@ CONFIG_TMPFS=y | |||
724 | # CONFIG_TMPFS_POSIX_ACL is not set | 764 | # CONFIG_TMPFS_POSIX_ACL is not set |
725 | # CONFIG_HUGETLBFS is not set | 765 | # CONFIG_HUGETLBFS is not set |
726 | # CONFIG_HUGETLB_PAGE is not set | 766 | # CONFIG_HUGETLB_PAGE is not set |
727 | CONFIG_RAMFS=y | ||
728 | # CONFIG_CONFIGFS_FS is not set | 767 | # CONFIG_CONFIGFS_FS is not set |
729 | 768 | ||
730 | # | 769 | # |
@@ -744,30 +783,29 @@ CONFIG_JFFS2_FS_DEBUG=0 | |||
744 | # CONFIG_JFFS2_FS_XATTR is not set | 783 | # CONFIG_JFFS2_FS_XATTR is not set |
745 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 784 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
746 | CONFIG_JFFS2_ZLIB=y | 785 | CONFIG_JFFS2_ZLIB=y |
786 | # CONFIG_JFFS2_LZO is not set | ||
747 | CONFIG_JFFS2_RTIME=y | 787 | CONFIG_JFFS2_RTIME=y |
748 | # CONFIG_JFFS2_RUBIN is not set | 788 | # CONFIG_JFFS2_RUBIN is not set |
749 | # CONFIG_CRAMFS is not set | 789 | # CONFIG_CRAMFS is not set |
750 | # CONFIG_VXFS_FS is not set | 790 | # CONFIG_VXFS_FS is not set |
791 | # CONFIG_MINIX_FS is not set | ||
792 | # CONFIG_OMFS_FS is not set | ||
751 | # CONFIG_HPFS_FS is not set | 793 | # CONFIG_HPFS_FS is not set |
752 | # CONFIG_QNX4FS_FS is not set | 794 | # CONFIG_QNX4FS_FS is not set |
795 | # CONFIG_ROMFS_FS is not set | ||
753 | # CONFIG_SYSV_FS is not set | 796 | # CONFIG_SYSV_FS is not set |
754 | # CONFIG_UFS_FS is not set | 797 | # CONFIG_UFS_FS is not set |
755 | 798 | CONFIG_NETWORK_FILESYSTEMS=y | |
756 | # | ||
757 | # Network File Systems | ||
758 | # | ||
759 | CONFIG_NFS_FS=y | 799 | CONFIG_NFS_FS=y |
760 | CONFIG_NFS_V3=y | 800 | CONFIG_NFS_V3=y |
761 | # CONFIG_NFS_V3_ACL is not set | 801 | # CONFIG_NFS_V3_ACL is not set |
762 | # CONFIG_NFS_V4 is not set | 802 | # CONFIG_NFS_V4 is not set |
763 | # CONFIG_NFS_DIRECTIO is not set | ||
764 | # CONFIG_NFSD is not set | ||
765 | CONFIG_ROOT_NFS=y | 803 | CONFIG_ROOT_NFS=y |
804 | # CONFIG_NFSD is not set | ||
766 | CONFIG_LOCKD=y | 805 | CONFIG_LOCKD=y |
767 | CONFIG_LOCKD_V4=y | 806 | CONFIG_LOCKD_V4=y |
768 | CONFIG_NFS_COMMON=y | 807 | CONFIG_NFS_COMMON=y |
769 | CONFIG_SUNRPC=y | 808 | CONFIG_SUNRPC=y |
770 | CONFIG_SUNRPC_BIND34=y | ||
771 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 809 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
772 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 810 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
773 | # CONFIG_SMB_FS is not set | 811 | # CONFIG_SMB_FS is not set |
@@ -781,10 +819,6 @@ CONFIG_SUNRPC_BIND34=y | |||
781 | # | 819 | # |
782 | # CONFIG_PARTITION_ADVANCED is not set | 820 | # CONFIG_PARTITION_ADVANCED is not set |
783 | CONFIG_MSDOS_PARTITION=y | 821 | CONFIG_MSDOS_PARTITION=y |
784 | |||
785 | # | ||
786 | # Native Language Support | ||
787 | # | ||
788 | CONFIG_NLS=y | 822 | CONFIG_NLS=y |
789 | CONFIG_NLS_DEFAULT="cp437" | 823 | CONFIG_NLS_DEFAULT="cp437" |
790 | CONFIG_NLS_CODEPAGE_437=y | 824 | CONFIG_NLS_CODEPAGE_437=y |
@@ -825,23 +859,16 @@ CONFIG_NLS_ISO8859_1=y | |||
825 | # CONFIG_NLS_KOI8_R is not set | 859 | # CONFIG_NLS_KOI8_R is not set |
826 | # CONFIG_NLS_KOI8_U is not set | 860 | # CONFIG_NLS_KOI8_U is not set |
827 | # CONFIG_NLS_UTF8 is not set | 861 | # CONFIG_NLS_UTF8 is not set |
828 | |||
829 | # | ||
830 | # Distributed Lock Manager | ||
831 | # | ||
832 | # CONFIG_DLM is not set | 862 | # CONFIG_DLM is not set |
833 | 863 | ||
834 | # | 864 | # |
835 | # Profiling support | ||
836 | # | ||
837 | # CONFIG_PROFILING is not set | ||
838 | |||
839 | # | ||
840 | # Kernel hacking | 865 | # Kernel hacking |
841 | # | 866 | # |
842 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 867 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
843 | # CONFIG_PRINTK_TIME is not set | 868 | # CONFIG_PRINTK_TIME is not set |
869 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
844 | CONFIG_ENABLE_MUST_CHECK=y | 870 | CONFIG_ENABLE_MUST_CHECK=y |
871 | CONFIG_FRAME_WARN=1024 | ||
845 | CONFIG_MAGIC_SYSRQ=y | 872 | CONFIG_MAGIC_SYSRQ=y |
846 | # CONFIG_UNUSED_SYMBOLS is not set | 873 | # CONFIG_UNUSED_SYMBOLS is not set |
847 | # CONFIG_DEBUG_FS is not set | 874 | # CONFIG_DEBUG_FS is not set |
@@ -852,6 +879,7 @@ CONFIG_DEBUG_KERNEL=y | |||
852 | # CONFIG_SCHED_DEBUG is not set | 879 | # CONFIG_SCHED_DEBUG is not set |
853 | # CONFIG_SCHEDSTATS is not set | 880 | # CONFIG_SCHEDSTATS is not set |
854 | # CONFIG_TIMER_STATS is not set | 881 | # CONFIG_TIMER_STATS is not set |
882 | # CONFIG_DEBUG_OBJECTS is not set | ||
855 | # CONFIG_DEBUG_SLAB is not set | 883 | # CONFIG_DEBUG_SLAB is not set |
856 | # CONFIG_DEBUG_RT_MUTEXES is not set | 884 | # CONFIG_DEBUG_RT_MUTEXES is not set |
857 | # CONFIG_RT_MUTEX_TESTER is not set | 885 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -866,11 +894,16 @@ CONFIG_DEBUG_KOBJECT=y | |||
866 | CONFIG_DEBUG_BUGVERBOSE=y | 894 | CONFIG_DEBUG_BUGVERBOSE=y |
867 | CONFIG_DEBUG_INFO=y | 895 | CONFIG_DEBUG_INFO=y |
868 | # CONFIG_DEBUG_VM is not set | 896 | # CONFIG_DEBUG_VM is not set |
897 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
898 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
869 | # CONFIG_DEBUG_LIST is not set | 899 | # CONFIG_DEBUG_LIST is not set |
900 | # CONFIG_DEBUG_SG is not set | ||
870 | CONFIG_FRAME_POINTER=y | 901 | CONFIG_FRAME_POINTER=y |
871 | # CONFIG_FORCED_INLINING is not set | 902 | # CONFIG_BOOT_PRINTK_DELAY is not set |
872 | # CONFIG_RCU_TORTURE_TEST is not set | 903 | # CONFIG_RCU_TORTURE_TEST is not set |
904 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
873 | # CONFIG_FAULT_INJECTION is not set | 905 | # CONFIG_FAULT_INJECTION is not set |
906 | # CONFIG_SAMPLES is not set | ||
874 | # CONFIG_SH_STANDARD_BIOS is not set | 907 | # CONFIG_SH_STANDARD_BIOS is not set |
875 | CONFIG_EARLY_SCIF_CONSOLE=y | 908 | CONFIG_EARLY_SCIF_CONSOLE=y |
876 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xa4430000 | 909 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xa4430000 |
@@ -879,6 +912,7 @@ CONFIG_EARLY_PRINTK=y | |||
879 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 912 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
880 | # CONFIG_DEBUG_STACK_USAGE is not set | 913 | # CONFIG_DEBUG_STACK_USAGE is not set |
881 | # CONFIG_4KSTACKS is not set | 914 | # CONFIG_4KSTACKS is not set |
915 | # CONFIG_IRQSTACKS is not set | ||
882 | CONFIG_SH_KGDB=y | 916 | CONFIG_SH_KGDB=y |
883 | 917 | ||
884 | # | 918 | # |
@@ -904,14 +938,17 @@ CONFIG_KGDB_DEFBITS_8=y | |||
904 | # | 938 | # |
905 | # CONFIG_KEYS is not set | 939 | # CONFIG_KEYS is not set |
906 | # CONFIG_SECURITY is not set | 940 | # CONFIG_SECURITY is not set |
941 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
907 | # CONFIG_CRYPTO is not set | 942 | # CONFIG_CRYPTO is not set |
908 | 943 | ||
909 | # | 944 | # |
910 | # Library routines | 945 | # Library routines |
911 | # | 946 | # |
912 | CONFIG_BITREVERSE=y | 947 | CONFIG_BITREVERSE=y |
948 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
913 | CONFIG_CRC_CCITT=m | 949 | CONFIG_CRC_CCITT=m |
914 | CONFIG_CRC16=m | 950 | CONFIG_CRC16=m |
951 | # CONFIG_CRC_T10DIF is not set | ||
915 | # CONFIG_CRC_ITU_T is not set | 952 | # CONFIG_CRC_ITU_T is not set |
916 | CONFIG_CRC32=y | 953 | CONFIG_CRC32=y |
917 | # CONFIG_CRC7 is not set | 954 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/microdev_defconfig b/arch/sh/configs/microdev_defconfig index e89d951c3c16..e4b900e72dcd 100644 --- a/arch/sh/configs/microdev_defconfig +++ b/arch/sh/configs/microdev_defconfig | |||
@@ -1,28 +1,35 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Oct 3 11:27:01 2006 | 4 | # Wed Jul 30 01:47:16 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
10 | CONFIG_GENERIC_BUG=y | ||
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 12 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 14 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 15 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
16 | CONFIG_GENERIC_TIME=y | ||
17 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
18 | CONFIG_STACKTRACE_SUPPORT=y | ||
19 | CONFIG_LOCKDEP_SUPPORT=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
23 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
13 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
14 | 25 | ||
15 | # | 26 | # |
16 | # Code maturity level options | 27 | # General setup |
17 | # | 28 | # |
18 | CONFIG_EXPERIMENTAL=y | 29 | CONFIG_EXPERIMENTAL=y |
19 | CONFIG_BROKEN_ON_SMP=y | 30 | CONFIG_BROKEN_ON_SMP=y |
20 | CONFIG_LOCK_KERNEL=y | 31 | CONFIG_LOCK_KERNEL=y |
21 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 32 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_LOCALVERSION="" | 33 | CONFIG_LOCALVERSION="" |
27 | CONFIG_LOCALVERSION_AUTO=y | 34 | CONFIG_LOCALVERSION_AUTO=y |
28 | CONFIG_SWAP=y | 35 | CONFIG_SWAP=y |
@@ -31,10 +38,16 @@ CONFIG_SWAP=y | |||
31 | CONFIG_BSD_PROCESS_ACCT=y | 38 | CONFIG_BSD_PROCESS_ACCT=y |
32 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 39 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
33 | # CONFIG_TASKSTATS is not set | 40 | # CONFIG_TASKSTATS is not set |
34 | # CONFIG_UTS_NS is not set | ||
35 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
36 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | ||
44 | # CONFIG_CGROUPS is not set | ||
45 | # CONFIG_GROUP_SCHED is not set | ||
46 | CONFIG_SYSFS_DEPRECATED=y | ||
47 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
37 | # CONFIG_RELAY is not set | 48 | # CONFIG_RELAY is not set |
49 | # CONFIG_NAMESPACES is not set | ||
50 | CONFIG_BLK_DEV_INITRD=y | ||
38 | CONFIG_INITRAMFS_SOURCE="" | 51 | CONFIG_INITRAMFS_SOURCE="" |
39 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 52 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
40 | CONFIG_SYSCTL=y | 53 | CONFIG_SYSCTL=y |
@@ -47,29 +60,42 @@ CONFIG_HOTPLUG=y | |||
47 | CONFIG_PRINTK=y | 60 | CONFIG_PRINTK=y |
48 | CONFIG_BUG=y | 61 | CONFIG_BUG=y |
49 | CONFIG_ELF_CORE=y | 62 | CONFIG_ELF_CORE=y |
63 | CONFIG_COMPAT_BRK=y | ||
50 | CONFIG_BASE_FULL=y | 64 | CONFIG_BASE_FULL=y |
51 | CONFIG_FUTEX=y | 65 | CONFIG_FUTEX=y |
66 | CONFIG_ANON_INODES=y | ||
52 | CONFIG_EPOLL=y | 67 | CONFIG_EPOLL=y |
68 | CONFIG_SIGNALFD=y | ||
69 | CONFIG_TIMERFD=y | ||
70 | CONFIG_EVENTFD=y | ||
53 | CONFIG_SHMEM=y | 71 | CONFIG_SHMEM=y |
54 | CONFIG_SLAB=y | ||
55 | CONFIG_VM_EVENT_COUNTERS=y | 72 | CONFIG_VM_EVENT_COUNTERS=y |
73 | CONFIG_SLAB=y | ||
74 | # CONFIG_SLUB is not set | ||
75 | # CONFIG_SLOB is not set | ||
76 | # CONFIG_PROFILING is not set | ||
77 | # CONFIG_MARKERS is not set | ||
78 | CONFIG_HAVE_OPROFILE=y | ||
79 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
80 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
81 | # CONFIG_HAVE_KPROBES is not set | ||
82 | # CONFIG_HAVE_KRETPROBES is not set | ||
83 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
84 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
85 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
86 | CONFIG_HAVE_CLK=y | ||
87 | CONFIG_PROC_PAGE_MONITOR=y | ||
88 | CONFIG_SLABINFO=y | ||
56 | CONFIG_RT_MUTEXES=y | 89 | CONFIG_RT_MUTEXES=y |
57 | # CONFIG_TINY_SHMEM is not set | 90 | # CONFIG_TINY_SHMEM is not set |
58 | CONFIG_BASE_SMALL=0 | 91 | CONFIG_BASE_SMALL=0 |
59 | # CONFIG_SLOB is not set | ||
60 | |||
61 | # | ||
62 | # Loadable module support | ||
63 | # | ||
64 | # CONFIG_MODULES is not set | 92 | # CONFIG_MODULES is not set |
65 | |||
66 | # | ||
67 | # Block layer | ||
68 | # | ||
69 | CONFIG_BLOCK=y | 93 | CONFIG_BLOCK=y |
70 | # CONFIG_LBD is not set | 94 | # CONFIG_LBD is not set |
71 | # CONFIG_BLK_DEV_IO_TRACE is not set | 95 | # CONFIG_BLK_DEV_IO_TRACE is not set |
72 | # CONFIG_LSF is not set | 96 | # CONFIG_LSF is not set |
97 | # CONFIG_BLK_DEV_BSG is not set | ||
98 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
73 | 99 | ||
74 | # | 100 | # |
75 | # IO Schedulers | 101 | # IO Schedulers |
@@ -83,59 +109,26 @@ CONFIG_DEFAULT_AS=y | |||
83 | # CONFIG_DEFAULT_CFQ is not set | 109 | # CONFIG_DEFAULT_CFQ is not set |
84 | # CONFIG_DEFAULT_NOOP is not set | 110 | # CONFIG_DEFAULT_NOOP is not set |
85 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 111 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
112 | CONFIG_CLASSIC_RCU=y | ||
86 | 113 | ||
87 | # | 114 | # |
88 | # System type | 115 | # System type |
89 | # | 116 | # |
90 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
91 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
92 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
93 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
94 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
95 | # CONFIG_SH_7751_SYSTEMH is not set | ||
96 | # CONFIG_SH_HP6XX is not set | ||
97 | # CONFIG_SH_EC3104 is not set | ||
98 | # CONFIG_SH_SATURN is not set | ||
99 | # CONFIG_SH_DREAMCAST is not set | ||
100 | # CONFIG_SH_BIGSUR is not set | ||
101 | # CONFIG_SH_MPC1211 is not set | ||
102 | # CONFIG_SH_SH03 is not set | ||
103 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
104 | # CONFIG_SH_HS7751RVOIP is not set | ||
105 | # CONFIG_SH_7710VOIPGW is not set | ||
106 | # CONFIG_SH_RTS7751R2D is not set | ||
107 | # CONFIG_SH_R7780RP is not set | ||
108 | # CONFIG_SH_EDOSK7705 is not set | ||
109 | CONFIG_SH_SH4202_MICRODEV=y | ||
110 | # CONFIG_SH_LANDISK is not set | ||
111 | # CONFIG_SH_TITAN is not set | ||
112 | # CONFIG_SH_SHMIN is not set | ||
113 | # CONFIG_SH_UNKNOWN is not set | ||
114 | |||
115 | # | ||
116 | # Processor selection | ||
117 | # | ||
118 | CONFIG_CPU_SH4=y | 117 | CONFIG_CPU_SH4=y |
119 | 118 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | |
120 | # | 119 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
121 | # SH-2 Processor Support | 120 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
122 | # | 121 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | 122 | # CONFIG_CPU_SUBTYPE_MXG is not set |
124 | |||
125 | # | ||
126 | # SH-3 Processor Support | ||
127 | # | ||
128 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
129 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
130 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 124 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
131 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
132 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
133 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
134 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
135 | 129 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
136 | # | 130 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
137 | # SH-4 Processor Support | 131 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
138 | # | ||
139 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
140 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
141 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 134 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -144,67 +137,94 @@ CONFIG_CPU_SH4=y | |||
144 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
145 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
146 | CONFIG_CPU_SUBTYPE_SH4_202=y | 139 | CONFIG_CPU_SUBTYPE_SH4_202=y |
147 | 140 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | |
148 | # | 141 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
149 | # ST40 Processor Support | ||
150 | # | ||
151 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
152 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
153 | |||
154 | # | ||
155 | # SH-4A Processor Support | ||
156 | # | ||
157 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
158 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
159 | 144 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | |
160 | # | 145 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
161 | # SH4AL-DSP Processor Support | ||
162 | # | ||
163 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
164 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 146 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
147 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
149 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
150 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
165 | 151 | ||
166 | # | 152 | # |
167 | # Memory management options | 153 | # Memory management options |
168 | # | 154 | # |
155 | CONFIG_QUICKLIST=y | ||
169 | CONFIG_MMU=y | 156 | CONFIG_MMU=y |
170 | CONFIG_PAGE_OFFSET=0x80000000 | 157 | CONFIG_PAGE_OFFSET=0x80000000 |
171 | CONFIG_MEMORY_START=0x08000000 | 158 | CONFIG_MEMORY_START=0x08000000 |
172 | CONFIG_MEMORY_SIZE=0x04000000 | 159 | CONFIG_MEMORY_SIZE=0x04000000 |
160 | CONFIG_29BIT=y | ||
173 | CONFIG_VSYSCALL=y | 161 | CONFIG_VSYSCALL=y |
162 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
163 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
164 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
165 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
166 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
167 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
168 | CONFIG_PAGE_SIZE_4KB=y | ||
169 | # CONFIG_PAGE_SIZE_8KB is not set | ||
170 | # CONFIG_PAGE_SIZE_16KB is not set | ||
171 | # CONFIG_PAGE_SIZE_64KB is not set | ||
172 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
174 | CONFIG_HUGETLB_PAGE_SIZE_64K=y | 173 | CONFIG_HUGETLB_PAGE_SIZE_64K=y |
174 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | ||
175 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set | 175 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set |
176 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set | ||
177 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set | ||
178 | # CONFIG_HUGETLB_PAGE_SIZE_512MB is not set | ||
176 | CONFIG_SELECT_MEMORY_MODEL=y | 179 | CONFIG_SELECT_MEMORY_MODEL=y |
177 | CONFIG_FLATMEM_MANUAL=y | 180 | CONFIG_FLATMEM_MANUAL=y |
178 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 181 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
179 | # CONFIG_SPARSEMEM_MANUAL is not set | 182 | # CONFIG_SPARSEMEM_MANUAL is not set |
180 | CONFIG_FLATMEM=y | 183 | CONFIG_FLATMEM=y |
181 | CONFIG_FLAT_NODE_MEM_MAP=y | 184 | CONFIG_FLAT_NODE_MEM_MAP=y |
182 | # CONFIG_SPARSEMEM_STATIC is not set | 185 | CONFIG_SPARSEMEM_STATIC=y |
186 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
187 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
183 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 188 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
184 | # CONFIG_RESOURCES_64BIT is not set | 189 | # CONFIG_RESOURCES_64BIT is not set |
190 | CONFIG_ZONE_DMA_FLAG=0 | ||
191 | CONFIG_NR_QUICK=2 | ||
185 | 192 | ||
186 | # | 193 | # |
187 | # Cache configuration | 194 | # Cache configuration |
188 | # | 195 | # |
189 | # CONFIG_SH_DIRECT_MAPPED is not set | 196 | # CONFIG_SH_DIRECT_MAPPED is not set |
190 | CONFIG_SH_WRITETHROUGH=y | 197 | CONFIG_CACHE_WRITEBACK=y |
191 | # CONFIG_SH_OCRAM is not set | 198 | # CONFIG_CACHE_WRITETHROUGH is not set |
199 | # CONFIG_CACHE_OFF is not set | ||
192 | 200 | ||
193 | # | 201 | # |
194 | # Processor features | 202 | # Processor features |
195 | # | 203 | # |
196 | CONFIG_CPU_LITTLE_ENDIAN=y | 204 | CONFIG_CPU_LITTLE_ENDIAN=y |
205 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
197 | CONFIG_SH_FPU=y | 206 | CONFIG_SH_FPU=y |
198 | # CONFIG_SH_DSP is not set | ||
199 | # CONFIG_SH_STORE_QUEUES is not set | 207 | # CONFIG_SH_STORE_QUEUES is not set |
200 | CONFIG_CPU_HAS_INTEVT=y | 208 | CONFIG_CPU_HAS_INTEVT=y |
201 | CONFIG_CPU_HAS_SR_RB=y | 209 | CONFIG_CPU_HAS_SR_RB=y |
210 | CONFIG_CPU_HAS_PTEA=y | ||
211 | CONFIG_CPU_HAS_FPU=y | ||
202 | 212 | ||
203 | # | 213 | # |
204 | # Timer support | 214 | # Board support |
215 | # | ||
216 | CONFIG_SH_SH4202_MICRODEV=y | ||
217 | |||
218 | # | ||
219 | # Timer and clock configuration | ||
205 | # | 220 | # |
206 | CONFIG_SH_TMU=y | 221 | CONFIG_SH_TMU=y |
222 | CONFIG_SH_TIMER_IRQ=16 | ||
207 | CONFIG_SH_PCLK_FREQ=66000000 | 223 | CONFIG_SH_PCLK_FREQ=66000000 |
224 | # CONFIG_TICK_ONESHOT is not set | ||
225 | # CONFIG_NO_HZ is not set | ||
226 | # CONFIG_HIGH_RES_TIMERS is not set | ||
227 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
208 | 228 | ||
209 | # | 229 | # |
210 | # CPU Frequency scaling | 230 | # CPU Frequency scaling |
@@ -214,6 +234,7 @@ CONFIG_SH_PCLK_FREQ=66000000 | |||
214 | # | 234 | # |
215 | # DMA support | 235 | # DMA support |
216 | # | 236 | # |
237 | CONFIG_SH_DMA_API=y | ||
217 | CONFIG_SH_DMA=y | 238 | CONFIG_SH_DMA=y |
218 | CONFIG_NR_ONCHIP_DMA_CHANNELS=4 | 239 | CONFIG_NR_ONCHIP_DMA_CHANNELS=4 |
219 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set | 240 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set |
@@ -221,22 +242,30 @@ CONFIG_NR_ONCHIP_DMA_CHANNELS=4 | |||
221 | # | 242 | # |
222 | # Companion Chips | 243 | # Companion Chips |
223 | # | 244 | # |
224 | # CONFIG_HD6446X_SERIES is not set | 245 | |
246 | # | ||
247 | # Additional SuperH Device Drivers | ||
248 | # | ||
225 | CONFIG_HEARTBEAT=y | 249 | CONFIG_HEARTBEAT=y |
250 | # CONFIG_PUSH_SWITCH is not set | ||
226 | 251 | ||
227 | # | 252 | # |
228 | # Kernel features | 253 | # Kernel features |
229 | # | 254 | # |
230 | # CONFIG_HZ_100 is not set | 255 | # CONFIG_HZ_100 is not set |
231 | CONFIG_HZ_250=y | 256 | CONFIG_HZ_250=y |
257 | # CONFIG_HZ_300 is not set | ||
232 | # CONFIG_HZ_1000 is not set | 258 | # CONFIG_HZ_1000 is not set |
233 | CONFIG_HZ=250 | 259 | CONFIG_HZ=250 |
260 | # CONFIG_SCHED_HRTICK is not set | ||
234 | # CONFIG_KEXEC is not set | 261 | # CONFIG_KEXEC is not set |
235 | # CONFIG_SMP is not set | 262 | # CONFIG_CRASH_DUMP is not set |
236 | # CONFIG_PREEMPT_NONE is not set | 263 | # CONFIG_PREEMPT_NONE is not set |
237 | # CONFIG_PREEMPT_VOLUNTARY is not set | 264 | # CONFIG_PREEMPT_VOLUNTARY is not set |
238 | CONFIG_PREEMPT=y | 265 | CONFIG_PREEMPT=y |
239 | CONFIG_PREEMPT_BKL=y | 266 | # CONFIG_PREEMPT_RCU is not set |
267 | CONFIG_GUSA=y | ||
268 | # CONFIG_GUSA_RB is not set | ||
240 | 269 | ||
241 | # | 270 | # |
242 | # Boot options | 271 | # Boot options |
@@ -251,30 +280,16 @@ CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/hda1" | |||
251 | # Bus options | 280 | # Bus options |
252 | # | 281 | # |
253 | CONFIG_SUPERHYWAY=y | 282 | CONFIG_SUPERHYWAY=y |
254 | # CONFIG_PCI is not set | 283 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
255 | |||
256 | # | ||
257 | # PCCARD (PCMCIA/CardBus) support | ||
258 | # | ||
259 | # CONFIG_PCCARD is not set | 284 | # CONFIG_PCCARD is not set |
260 | 285 | ||
261 | # | 286 | # |
262 | # PCI Hotplug Support | ||
263 | # | ||
264 | |||
265 | # | ||
266 | # Executable file formats | 287 | # Executable file formats |
267 | # | 288 | # |
268 | CONFIG_BINFMT_ELF=y | 289 | CONFIG_BINFMT_ELF=y |
269 | # CONFIG_BINFMT_FLAT is not set | ||
270 | # CONFIG_BINFMT_MISC is not set | 290 | # CONFIG_BINFMT_MISC is not set |
271 | 291 | ||
272 | # | 292 | # |
273 | # Power management options (EXPERIMENTAL) | ||
274 | # | ||
275 | # CONFIG_PM is not set | ||
276 | |||
277 | # | ||
278 | # Networking | 293 | # Networking |
279 | # | 294 | # |
280 | CONFIG_NET=y | 295 | CONFIG_NET=y |
@@ -282,12 +297,13 @@ CONFIG_NET=y | |||
282 | # | 297 | # |
283 | # Networking options | 298 | # Networking options |
284 | # | 299 | # |
285 | # CONFIG_NETDEBUG is not set | ||
286 | # CONFIG_PACKET is not set | 300 | # CONFIG_PACKET is not set |
287 | # CONFIG_UNIX is not set | 301 | # CONFIG_UNIX is not set |
288 | CONFIG_XFRM=y | 302 | CONFIG_XFRM=y |
289 | # CONFIG_XFRM_USER is not set | 303 | # CONFIG_XFRM_USER is not set |
290 | # CONFIG_XFRM_SUB_POLICY is not set | 304 | # CONFIG_XFRM_SUB_POLICY is not set |
305 | # CONFIG_XFRM_MIGRATE is not set | ||
306 | # CONFIG_XFRM_STATISTICS is not set | ||
291 | # CONFIG_NET_KEY is not set | 307 | # CONFIG_NET_KEY is not set |
292 | CONFIG_INET=y | 308 | CONFIG_INET=y |
293 | # CONFIG_IP_MULTICAST is not set | 309 | # CONFIG_IP_MULTICAST is not set |
@@ -308,30 +324,19 @@ CONFIG_IP_PNP=y | |||
308 | # CONFIG_INET_TUNNEL is not set | 324 | # CONFIG_INET_TUNNEL is not set |
309 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 325 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
310 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 326 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
327 | CONFIG_INET_XFRM_MODE_BEET=y | ||
328 | # CONFIG_INET_LRO is not set | ||
311 | CONFIG_INET_DIAG=y | 329 | CONFIG_INET_DIAG=y |
312 | CONFIG_INET_TCP_DIAG=y | 330 | CONFIG_INET_TCP_DIAG=y |
313 | # CONFIG_TCP_CONG_ADVANCED is not set | 331 | # CONFIG_TCP_CONG_ADVANCED is not set |
314 | CONFIG_TCP_CONG_CUBIC=y | 332 | CONFIG_TCP_CONG_CUBIC=y |
315 | CONFIG_DEFAULT_TCP_CONG="cubic" | 333 | CONFIG_DEFAULT_TCP_CONG="cubic" |
334 | # CONFIG_TCP_MD5SIG is not set | ||
316 | # CONFIG_IPV6 is not set | 335 | # CONFIG_IPV6 is not set |
317 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
318 | # CONFIG_INET6_TUNNEL is not set | ||
319 | # CONFIG_NETWORK_SECMARK is not set | 336 | # CONFIG_NETWORK_SECMARK is not set |
320 | # CONFIG_NETFILTER is not set | 337 | # CONFIG_NETFILTER is not set |
321 | |||
322 | # | ||
323 | # DCCP Configuration (EXPERIMENTAL) | ||
324 | # | ||
325 | # CONFIG_IP_DCCP is not set | 338 | # CONFIG_IP_DCCP is not set |
326 | |||
327 | # | ||
328 | # SCTP Configuration (EXPERIMENTAL) | ||
329 | # | ||
330 | # CONFIG_IP_SCTP is not set | 339 | # CONFIG_IP_SCTP is not set |
331 | |||
332 | # | ||
333 | # TIPC Configuration (EXPERIMENTAL) | ||
334 | # | ||
335 | # CONFIG_TIPC is not set | 340 | # CONFIG_TIPC is not set |
336 | # CONFIG_ATM is not set | 341 | # CONFIG_ATM is not set |
337 | # CONFIG_BRIDGE is not set | 342 | # CONFIG_BRIDGE is not set |
@@ -344,10 +349,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
344 | # CONFIG_LAPB is not set | 349 | # CONFIG_LAPB is not set |
345 | # CONFIG_ECONET is not set | 350 | # CONFIG_ECONET is not set |
346 | # CONFIG_WAN_ROUTER is not set | 351 | # CONFIG_WAN_ROUTER is not set |
347 | |||
348 | # | ||
349 | # QoS and/or fair queueing | ||
350 | # | ||
351 | # CONFIG_NET_SCHED is not set | 352 | # CONFIG_NET_SCHED is not set |
352 | 353 | ||
353 | # | 354 | # |
@@ -355,9 +356,20 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
355 | # | 356 | # |
356 | # CONFIG_NET_PKTGEN is not set | 357 | # CONFIG_NET_PKTGEN is not set |
357 | # CONFIG_HAMRADIO is not set | 358 | # CONFIG_HAMRADIO is not set |
359 | # CONFIG_CAN is not set | ||
358 | # CONFIG_IRDA is not set | 360 | # CONFIG_IRDA is not set |
359 | # CONFIG_BT is not set | 361 | # CONFIG_BT is not set |
362 | # CONFIG_AF_RXRPC is not set | ||
363 | |||
364 | # | ||
365 | # Wireless | ||
366 | # | ||
367 | # CONFIG_CFG80211 is not set | ||
368 | # CONFIG_WIRELESS_EXT is not set | ||
369 | # CONFIG_MAC80211 is not set | ||
360 | # CONFIG_IEEE80211 is not set | 370 | # CONFIG_IEEE80211 is not set |
371 | # CONFIG_RFKILL is not set | ||
372 | # CONFIG_NET_9P is not set | ||
361 | 373 | ||
362 | # | 374 | # |
363 | # Device Drivers | 375 | # Device Drivers |
@@ -366,159 +378,96 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
366 | # | 378 | # |
367 | # Generic Driver Options | 379 | # Generic Driver Options |
368 | # | 380 | # |
381 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
369 | CONFIG_STANDALONE=y | 382 | CONFIG_STANDALONE=y |
370 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 383 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
371 | # CONFIG_FW_LOADER is not set | 384 | # CONFIG_FW_LOADER is not set |
372 | # CONFIG_SYS_HYPERVISOR is not set | 385 | # CONFIG_SYS_HYPERVISOR is not set |
373 | |||
374 | # | ||
375 | # Connector - unified userspace <-> kernelspace linker | ||
376 | # | ||
377 | # CONFIG_CONNECTOR is not set | 386 | # CONFIG_CONNECTOR is not set |
378 | |||
379 | # | ||
380 | # Memory Technology Devices (MTD) | ||
381 | # | ||
382 | # CONFIG_MTD is not set | 387 | # CONFIG_MTD is not set |
383 | |||
384 | # | ||
385 | # Parallel port support | ||
386 | # | ||
387 | # CONFIG_PARPORT is not set | 388 | # CONFIG_PARPORT is not set |
388 | 389 | CONFIG_BLK_DEV=y | |
389 | # | ||
390 | # Plug and Play support | ||
391 | # | ||
392 | |||
393 | # | ||
394 | # Block devices | ||
395 | # | ||
396 | # CONFIG_BLK_DEV_COW_COMMON is not set | 390 | # CONFIG_BLK_DEV_COW_COMMON is not set |
397 | # CONFIG_BLK_DEV_LOOP is not set | 391 | # CONFIG_BLK_DEV_LOOP is not set |
398 | # CONFIG_BLK_DEV_NBD is not set | 392 | # CONFIG_BLK_DEV_NBD is not set |
399 | CONFIG_BLK_DEV_RAM=y | 393 | CONFIG_BLK_DEV_RAM=y |
400 | CONFIG_BLK_DEV_RAM_COUNT=16 | 394 | CONFIG_BLK_DEV_RAM_COUNT=16 |
401 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 395 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
402 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 396 | # CONFIG_BLK_DEV_XIP is not set |
403 | CONFIG_BLK_DEV_INITRD=y | ||
404 | # CONFIG_CDROM_PKTCDVD is not set | 397 | # CONFIG_CDROM_PKTCDVD is not set |
405 | # CONFIG_ATA_OVER_ETH is not set | 398 | # CONFIG_ATA_OVER_ETH is not set |
406 | 399 | # CONFIG_BLK_DEV_HD is not set | |
407 | # | 400 | CONFIG_MISC_DEVICES=y |
408 | # ATA/ATAPI/MFM/RLL support | 401 | # CONFIG_EEPROM_93CX6 is not set |
409 | # | 402 | # CONFIG_ENCLOSURE_SERVICES is not set |
403 | CONFIG_HAVE_IDE=y | ||
410 | CONFIG_IDE=y | 404 | CONFIG_IDE=y |
411 | CONFIG_IDE_MAX_HWIFS=1 | 405 | CONFIG_IDE_MAX_HWIFS=1 |
412 | CONFIG_BLK_DEV_IDE=y | 406 | CONFIG_BLK_DEV_IDE=y |
413 | 407 | ||
414 | # | 408 | # |
415 | # Please see Documentation/ide.txt for help/info on IDE drives | 409 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
416 | # | 410 | # |
417 | # CONFIG_BLK_DEV_IDE_SATA is not set | 411 | # CONFIG_BLK_DEV_IDE_SATA is not set |
418 | CONFIG_BLK_DEV_IDEDISK=y | 412 | CONFIG_BLK_DEV_IDEDISK=y |
419 | # CONFIG_IDEDISK_MULTI_MODE is not set | 413 | # CONFIG_IDEDISK_MULTI_MODE is not set |
420 | CONFIG_BLK_DEV_IDECD=y | 414 | CONFIG_BLK_DEV_IDECD=y |
415 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
421 | # CONFIG_BLK_DEV_IDETAPE is not set | 416 | # CONFIG_BLK_DEV_IDETAPE is not set |
422 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | 417 | # CONFIG_BLK_DEV_IDEFLOPPY is not set |
423 | # CONFIG_IDE_TASK_IOCTL is not set | 418 | # CONFIG_IDE_TASK_IOCTL is not set |
419 | CONFIG_IDE_PROC_FS=y | ||
424 | 420 | ||
425 | # | 421 | # |
426 | # IDE chipset support/bugfixes | 422 | # IDE chipset support/bugfixes |
427 | # | 423 | # |
428 | CONFIG_IDE_GENERIC=y | 424 | # CONFIG_BLK_DEV_PLATFORM is not set |
429 | # CONFIG_IDE_ARM is not set | ||
430 | # CONFIG_BLK_DEV_IDEDMA is not set | 425 | # CONFIG_BLK_DEV_IDEDMA is not set |
431 | # CONFIG_IDEDMA_AUTO is not set | ||
432 | # CONFIG_BLK_DEV_HD is not set | ||
433 | 426 | ||
434 | # | 427 | # |
435 | # SCSI device support | 428 | # SCSI device support |
436 | # | 429 | # |
437 | # CONFIG_RAID_ATTRS is not set | 430 | # CONFIG_RAID_ATTRS is not set |
438 | # CONFIG_SCSI is not set | 431 | # CONFIG_SCSI is not set |
432 | # CONFIG_SCSI_DMA is not set | ||
439 | # CONFIG_SCSI_NETLINK is not set | 433 | # CONFIG_SCSI_NETLINK is not set |
440 | |||
441 | # | ||
442 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
443 | # | ||
444 | # CONFIG_ATA is not set | 434 | # CONFIG_ATA is not set |
445 | |||
446 | # | ||
447 | # Multi-device support (RAID and LVM) | ||
448 | # | ||
449 | # CONFIG_MD is not set | 435 | # CONFIG_MD is not set |
450 | |||
451 | # | ||
452 | # Fusion MPT device support | ||
453 | # | ||
454 | # CONFIG_FUSION is not set | ||
455 | |||
456 | # | ||
457 | # IEEE 1394 (FireWire) support | ||
458 | # | ||
459 | |||
460 | # | ||
461 | # I2O device support | ||
462 | # | ||
463 | |||
464 | # | ||
465 | # Network device support | ||
466 | # | ||
467 | CONFIG_NETDEVICES=y | 436 | CONFIG_NETDEVICES=y |
468 | # CONFIG_DUMMY is not set | 437 | # CONFIG_DUMMY is not set |
469 | # CONFIG_BONDING is not set | 438 | # CONFIG_BONDING is not set |
439 | # CONFIG_MACVLAN is not set | ||
470 | # CONFIG_EQUALIZER is not set | 440 | # CONFIG_EQUALIZER is not set |
471 | # CONFIG_TUN is not set | 441 | # CONFIG_TUN is not set |
472 | 442 | # CONFIG_VETH is not set | |
473 | # | ||
474 | # PHY device support | ||
475 | # | ||
476 | # CONFIG_PHYLIB is not set | 443 | # CONFIG_PHYLIB is not set |
477 | |||
478 | # | ||
479 | # Ethernet (10 or 100Mbit) | ||
480 | # | ||
481 | CONFIG_NET_ETHERNET=y | 444 | CONFIG_NET_ETHERNET=y |
482 | CONFIG_MII=y | 445 | CONFIG_MII=y |
446 | # CONFIG_AX88796 is not set | ||
483 | # CONFIG_STNIC is not set | 447 | # CONFIG_STNIC is not set |
484 | CONFIG_SMC91X=y | 448 | CONFIG_SMC91X=y |
449 | # CONFIG_SMC911X is not set | ||
450 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
451 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
452 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
453 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
454 | # CONFIG_B44 is not set | ||
455 | CONFIG_NETDEV_1000=y | ||
456 | CONFIG_NETDEV_10000=y | ||
485 | 457 | ||
486 | # | 458 | # |
487 | # Ethernet (1000 Mbit) | 459 | # Wireless LAN |
488 | # | ||
489 | |||
490 | # | ||
491 | # Ethernet (10000 Mbit) | ||
492 | # | ||
493 | |||
494 | # | ||
495 | # Token Ring devices | ||
496 | # | ||
497 | |||
498 | # | ||
499 | # Wireless LAN (non-hamradio) | ||
500 | # | ||
501 | # CONFIG_NET_RADIO is not set | ||
502 | |||
503 | # | ||
504 | # Wan interfaces | ||
505 | # | 460 | # |
461 | # CONFIG_WLAN_PRE80211 is not set | ||
462 | # CONFIG_WLAN_80211 is not set | ||
463 | # CONFIG_IWLWIFI_LEDS is not set | ||
506 | # CONFIG_WAN is not set | 464 | # CONFIG_WAN is not set |
507 | # CONFIG_PPP is not set | 465 | # CONFIG_PPP is not set |
508 | # CONFIG_SLIP is not set | 466 | # CONFIG_SLIP is not set |
509 | # CONFIG_SHAPER is not set | ||
510 | # CONFIG_NETCONSOLE is not set | 467 | # CONFIG_NETCONSOLE is not set |
511 | # CONFIG_NETPOLL is not set | 468 | # CONFIG_NETPOLL is not set |
512 | # CONFIG_NET_POLL_CONTROLLER is not set | 469 | # CONFIG_NET_POLL_CONTROLLER is not set |
513 | |||
514 | # | ||
515 | # ISDN subsystem | ||
516 | # | ||
517 | # CONFIG_ISDN is not set | 470 | # CONFIG_ISDN is not set |
518 | |||
519 | # | ||
520 | # Telephony Support | ||
521 | # | ||
522 | # CONFIG_PHONE is not set | 471 | # CONFIG_PHONE is not set |
523 | 472 | ||
524 | # | 473 | # |
@@ -536,6 +485,7 @@ CONFIG_SMC91X=y | |||
536 | # Character devices | 485 | # Character devices |
537 | # | 486 | # |
538 | # CONFIG_VT is not set | 487 | # CONFIG_VT is not set |
488 | CONFIG_DEVKMEM=y | ||
539 | # CONFIG_SERIAL_NONSTANDARD is not set | 489 | # CONFIG_SERIAL_NONSTANDARD is not set |
540 | 490 | ||
541 | # | 491 | # |
@@ -554,143 +504,93 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
554 | CONFIG_UNIX98_PTYS=y | 504 | CONFIG_UNIX98_PTYS=y |
555 | CONFIG_LEGACY_PTYS=y | 505 | CONFIG_LEGACY_PTYS=y |
556 | CONFIG_LEGACY_PTY_COUNT=256 | 506 | CONFIG_LEGACY_PTY_COUNT=256 |
557 | |||
558 | # | ||
559 | # IPMI | ||
560 | # | ||
561 | # CONFIG_IPMI_HANDLER is not set | 507 | # CONFIG_IPMI_HANDLER is not set |
562 | |||
563 | # | ||
564 | # Watchdog Cards | ||
565 | # | ||
566 | # CONFIG_WATCHDOG is not set | ||
567 | CONFIG_HW_RANDOM=y | 508 | CONFIG_HW_RANDOM=y |
568 | # CONFIG_GEN_RTC is not set | ||
569 | # CONFIG_DTLK is not set | ||
570 | # CONFIG_R3964 is not set | 509 | # CONFIG_R3964 is not set |
571 | |||
572 | # | ||
573 | # Ftape, the floppy tape device driver | ||
574 | # | ||
575 | # CONFIG_RAW_DRIVER is not set | 510 | # CONFIG_RAW_DRIVER is not set |
576 | |||
577 | # | ||
578 | # TPM devices | ||
579 | # | ||
580 | # CONFIG_TCG_TPM is not set | 511 | # CONFIG_TCG_TPM is not set |
581 | # CONFIG_TELCLOCK is not set | ||
582 | |||
583 | # | ||
584 | # I2C support | ||
585 | # | ||
586 | # CONFIG_I2C is not set | 512 | # CONFIG_I2C is not set |
587 | |||
588 | # | ||
589 | # SPI support | ||
590 | # | ||
591 | # CONFIG_SPI is not set | 513 | # CONFIG_SPI is not set |
592 | # CONFIG_SPI_MASTER is not set | 514 | # CONFIG_W1 is not set |
593 | 515 | # CONFIG_POWER_SUPPLY is not set | |
594 | # | ||
595 | # Dallas's 1-wire bus | ||
596 | # | ||
597 | |||
598 | # | ||
599 | # Hardware Monitoring support | ||
600 | # | ||
601 | CONFIG_HWMON=y | 516 | CONFIG_HWMON=y |
602 | # CONFIG_HWMON_VID is not set | 517 | # CONFIG_HWMON_VID is not set |
603 | # CONFIG_SENSORS_ABITUGURU is not set | ||
604 | # CONFIG_SENSORS_F71805F is not set | 518 | # CONFIG_SENSORS_F71805F is not set |
519 | # CONFIG_SENSORS_F71882FG is not set | ||
520 | # CONFIG_SENSORS_IT87 is not set | ||
521 | # CONFIG_SENSORS_PC87360 is not set | ||
522 | # CONFIG_SENSORS_PC87427 is not set | ||
523 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
524 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
605 | # CONFIG_SENSORS_VT1211 is not set | 525 | # CONFIG_SENSORS_VT1211 is not set |
526 | # CONFIG_SENSORS_W83627HF is not set | ||
527 | # CONFIG_SENSORS_W83627EHF is not set | ||
606 | # CONFIG_HWMON_DEBUG_CHIP is not set | 528 | # CONFIG_HWMON_DEBUG_CHIP is not set |
529 | # CONFIG_THERMAL is not set | ||
530 | # CONFIG_THERMAL_HWMON is not set | ||
531 | # CONFIG_WATCHDOG is not set | ||
607 | 532 | ||
608 | # | 533 | # |
609 | # Misc devices | 534 | # Sonics Silicon Backplane |
610 | # | 535 | # |
536 | CONFIG_SSB_POSSIBLE=y | ||
537 | # CONFIG_SSB is not set | ||
538 | |||
539 | # | ||
540 | # Multifunction device drivers | ||
541 | # | ||
542 | # CONFIG_MFD_CORE is not set | ||
543 | # CONFIG_MFD_SM501 is not set | ||
544 | # CONFIG_HTC_PASIC3 is not set | ||
611 | 545 | ||
612 | # | 546 | # |
613 | # Multimedia devices | 547 | # Multimedia devices |
614 | # | 548 | # |
549 | |||
550 | # | ||
551 | # Multimedia core support | ||
552 | # | ||
615 | # CONFIG_VIDEO_DEV is not set | 553 | # CONFIG_VIDEO_DEV is not set |
616 | CONFIG_VIDEO_V4L2=y | 554 | # CONFIG_DVB_CORE is not set |
555 | # CONFIG_VIDEO_MEDIA is not set | ||
617 | 556 | ||
618 | # | 557 | # |
619 | # Digital Video Broadcasting Devices | 558 | # Multimedia drivers |
620 | # | 559 | # |
621 | # CONFIG_DVB is not set | 560 | # CONFIG_DAB is not set |
622 | 561 | ||
623 | # | 562 | # |
624 | # Graphics support | 563 | # Graphics support |
625 | # | 564 | # |
626 | CONFIG_FIRMWARE_EDID=y | 565 | # CONFIG_VGASTATE is not set |
566 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
627 | # CONFIG_FB is not set | 567 | # CONFIG_FB is not set |
628 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 568 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
629 | 569 | ||
630 | # | 570 | # |
631 | # Sound | 571 | # Display device support |
632 | # | 572 | # |
573 | # CONFIG_DISPLAY_SUPPORT is not set | ||
633 | # CONFIG_SOUND is not set | 574 | # CONFIG_SOUND is not set |
634 | 575 | CONFIG_USB_SUPPORT=y | |
635 | # | 576 | CONFIG_USB_ARCH_HAS_HCD=y |
636 | # USB support | ||
637 | # | ||
638 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
639 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 577 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
640 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 578 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
579 | # CONFIG_USB is not set | ||
580 | # CONFIG_USB_OTG_WHITELIST is not set | ||
581 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
641 | 582 | ||
642 | # | 583 | # |
643 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 584 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
644 | # | 585 | # |
645 | |||
646 | # | ||
647 | # USB Gadget Support | ||
648 | # | ||
649 | # CONFIG_USB_GADGET is not set | 586 | # CONFIG_USB_GADGET is not set |
650 | |||
651 | # | ||
652 | # MMC/SD Card support | ||
653 | # | ||
654 | # CONFIG_MMC is not set | 587 | # CONFIG_MMC is not set |
655 | 588 | # CONFIG_MEMSTICK is not set | |
656 | # | ||
657 | # LED devices | ||
658 | # | ||
659 | # CONFIG_NEW_LEDS is not set | 589 | # CONFIG_NEW_LEDS is not set |
660 | 590 | # CONFIG_ACCESSIBILITY is not set | |
661 | # | ||
662 | # LED drivers | ||
663 | # | ||
664 | |||
665 | # | ||
666 | # LED Triggers | ||
667 | # | ||
668 | |||
669 | # | ||
670 | # InfiniBand support | ||
671 | # | ||
672 | |||
673 | # | ||
674 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
675 | # | ||
676 | |||
677 | # | ||
678 | # Real Time Clock | ||
679 | # | ||
680 | # CONFIG_RTC_CLASS is not set | 591 | # CONFIG_RTC_CLASS is not set |
681 | 592 | # CONFIG_DMADEVICES is not set | |
682 | # | 593 | # CONFIG_UIO is not set |
683 | # DMA Engine support | ||
684 | # | ||
685 | # CONFIG_DMA_ENGINE is not set | ||
686 | |||
687 | # | ||
688 | # DMA Clients | ||
689 | # | ||
690 | |||
691 | # | ||
692 | # DMA Devices | ||
693 | # | ||
694 | 594 | ||
695 | # | 595 | # |
696 | # File systems | 596 | # File systems |
@@ -702,20 +602,18 @@ CONFIG_EXT3_FS=y | |||
702 | CONFIG_EXT3_FS_XATTR=y | 602 | CONFIG_EXT3_FS_XATTR=y |
703 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 603 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
704 | # CONFIG_EXT3_FS_SECURITY is not set | 604 | # CONFIG_EXT3_FS_SECURITY is not set |
605 | # CONFIG_EXT4DEV_FS is not set | ||
705 | CONFIG_JBD=y | 606 | CONFIG_JBD=y |
706 | # CONFIG_JBD_DEBUG is not set | ||
707 | CONFIG_FS_MBCACHE=y | 607 | CONFIG_FS_MBCACHE=y |
708 | # CONFIG_REISERFS_FS is not set | 608 | # CONFIG_REISERFS_FS is not set |
709 | # CONFIG_JFS_FS is not set | 609 | # CONFIG_JFS_FS is not set |
710 | # CONFIG_FS_POSIX_ACL is not set | 610 | # CONFIG_FS_POSIX_ACL is not set |
711 | # CONFIG_XFS_FS is not set | 611 | # CONFIG_XFS_FS is not set |
712 | # CONFIG_OCFS2_FS is not set | 612 | # CONFIG_OCFS2_FS is not set |
713 | # CONFIG_MINIX_FS is not set | 613 | CONFIG_DNOTIFY=y |
714 | # CONFIG_ROMFS_FS is not set | ||
715 | CONFIG_INOTIFY=y | 614 | CONFIG_INOTIFY=y |
716 | CONFIG_INOTIFY_USER=y | 615 | CONFIG_INOTIFY_USER=y |
717 | # CONFIG_QUOTA is not set | 616 | # CONFIG_QUOTA is not set |
718 | CONFIG_DNOTIFY=y | ||
719 | # CONFIG_AUTOFS_FS is not set | 617 | # CONFIG_AUTOFS_FS is not set |
720 | # CONFIG_AUTOFS4_FS is not set | 618 | # CONFIG_AUTOFS4_FS is not set |
721 | # CONFIG_FUSE_FS is not set | 619 | # CONFIG_FUSE_FS is not set |
@@ -747,7 +645,6 @@ CONFIG_TMPFS=y | |||
747 | # CONFIG_TMPFS_POSIX_ACL is not set | 645 | # CONFIG_TMPFS_POSIX_ACL is not set |
748 | CONFIG_HUGETLBFS=y | 646 | CONFIG_HUGETLBFS=y |
749 | CONFIG_HUGETLB_PAGE=y | 647 | CONFIG_HUGETLB_PAGE=y |
750 | CONFIG_RAMFS=y | ||
751 | # CONFIG_CONFIGFS_FS is not set | 648 | # CONFIG_CONFIGFS_FS is not set |
752 | 649 | ||
753 | # | 650 | # |
@@ -762,21 +659,20 @@ CONFIG_RAMFS=y | |||
762 | # CONFIG_EFS_FS is not set | 659 | # CONFIG_EFS_FS is not set |
763 | # CONFIG_CRAMFS is not set | 660 | # CONFIG_CRAMFS is not set |
764 | # CONFIG_VXFS_FS is not set | 661 | # CONFIG_VXFS_FS is not set |
662 | # CONFIG_MINIX_FS is not set | ||
663 | # CONFIG_OMFS_FS is not set | ||
765 | # CONFIG_HPFS_FS is not set | 664 | # CONFIG_HPFS_FS is not set |
766 | # CONFIG_QNX4FS_FS is not set | 665 | # CONFIG_QNX4FS_FS is not set |
666 | # CONFIG_ROMFS_FS is not set | ||
767 | # CONFIG_SYSV_FS is not set | 667 | # CONFIG_SYSV_FS is not set |
768 | # CONFIG_UFS_FS is not set | 668 | # CONFIG_UFS_FS is not set |
769 | 669 | CONFIG_NETWORK_FILESYSTEMS=y | |
770 | # | ||
771 | # Network File Systems | ||
772 | # | ||
773 | CONFIG_NFS_FS=y | 670 | CONFIG_NFS_FS=y |
774 | CONFIG_NFS_V3=y | 671 | CONFIG_NFS_V3=y |
775 | # CONFIG_NFS_V3_ACL is not set | 672 | # CONFIG_NFS_V3_ACL is not set |
776 | CONFIG_NFS_V4=y | 673 | CONFIG_NFS_V4=y |
777 | # CONFIG_NFS_DIRECTIO is not set | ||
778 | # CONFIG_NFSD is not set | ||
779 | CONFIG_ROOT_NFS=y | 674 | CONFIG_ROOT_NFS=y |
675 | # CONFIG_NFSD is not set | ||
780 | CONFIG_LOCKD=y | 676 | CONFIG_LOCKD=y |
781 | CONFIG_LOCKD_V4=y | 677 | CONFIG_LOCKD_V4=y |
782 | CONFIG_NFS_COMMON=y | 678 | CONFIG_NFS_COMMON=y |
@@ -789,17 +685,12 @@ CONFIG_RPCSEC_GSS_KRB5=y | |||
789 | # CONFIG_NCP_FS is not set | 685 | # CONFIG_NCP_FS is not set |
790 | # CONFIG_CODA_FS is not set | 686 | # CONFIG_CODA_FS is not set |
791 | # CONFIG_AFS_FS is not set | 687 | # CONFIG_AFS_FS is not set |
792 | # CONFIG_9P_FS is not set | ||
793 | 688 | ||
794 | # | 689 | # |
795 | # Partition Types | 690 | # Partition Types |
796 | # | 691 | # |
797 | # CONFIG_PARTITION_ADVANCED is not set | 692 | # CONFIG_PARTITION_ADVANCED is not set |
798 | CONFIG_MSDOS_PARTITION=y | 693 | CONFIG_MSDOS_PARTITION=y |
799 | |||
800 | # | ||
801 | # Native Language Support | ||
802 | # | ||
803 | CONFIG_NLS=y | 694 | CONFIG_NLS=y |
804 | CONFIG_NLS_DEFAULT="iso8859-1" | 695 | CONFIG_NLS_DEFAULT="iso8859-1" |
805 | # CONFIG_NLS_CODEPAGE_437 is not set | 696 | # CONFIG_NLS_CODEPAGE_437 is not set |
@@ -840,76 +731,127 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
840 | # CONFIG_NLS_KOI8_R is not set | 731 | # CONFIG_NLS_KOI8_R is not set |
841 | # CONFIG_NLS_KOI8_U is not set | 732 | # CONFIG_NLS_KOI8_U is not set |
842 | # CONFIG_NLS_UTF8 is not set | 733 | # CONFIG_NLS_UTF8 is not set |
843 | 734 | # CONFIG_DLM is not set | |
844 | # | ||
845 | # Profiling support | ||
846 | # | ||
847 | # CONFIG_PROFILING is not set | ||
848 | 735 | ||
849 | # | 736 | # |
850 | # Kernel hacking | 737 | # Kernel hacking |
851 | # | 738 | # |
739 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
852 | # CONFIG_PRINTK_TIME is not set | 740 | # CONFIG_PRINTK_TIME is not set |
741 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
853 | CONFIG_ENABLE_MUST_CHECK=y | 742 | CONFIG_ENABLE_MUST_CHECK=y |
743 | CONFIG_FRAME_WARN=1024 | ||
854 | # CONFIG_MAGIC_SYSRQ is not set | 744 | # CONFIG_MAGIC_SYSRQ is not set |
855 | # CONFIG_UNUSED_SYMBOLS is not set | 745 | # CONFIG_UNUSED_SYMBOLS is not set |
746 | # CONFIG_DEBUG_FS is not set | ||
747 | # CONFIG_HEADERS_CHECK is not set | ||
856 | # CONFIG_DEBUG_KERNEL is not set | 748 | # CONFIG_DEBUG_KERNEL is not set |
857 | CONFIG_LOG_BUF_SHIFT=14 | ||
858 | # CONFIG_DEBUG_BUGVERBOSE is not set | 749 | # CONFIG_DEBUG_BUGVERBOSE is not set |
859 | # CONFIG_DEBUG_FS is not set | 750 | # CONFIG_DEBUG_MEMORY_INIT is not set |
860 | # CONFIG_UNWIND_INFO is not set | 751 | # CONFIG_SAMPLES is not set |
861 | # CONFIG_SH_STANDARD_BIOS is not set | 752 | # CONFIG_SH_STANDARD_BIOS is not set |
862 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 753 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
863 | # CONFIG_KGDB is not set | 754 | # CONFIG_SH_KGDB is not set |
864 | 755 | ||
865 | # | 756 | # |
866 | # Security options | 757 | # Security options |
867 | # | 758 | # |
868 | # CONFIG_KEYS is not set | 759 | # CONFIG_KEYS is not set |
869 | # CONFIG_SECURITY is not set | 760 | # CONFIG_SECURITY is not set |
761 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
762 | CONFIG_CRYPTO=y | ||
870 | 763 | ||
871 | # | 764 | # |
872 | # Cryptographic options | 765 | # Crypto core or helper |
873 | # | 766 | # |
874 | CONFIG_CRYPTO=y | ||
875 | CONFIG_CRYPTO_ALGAPI=y | 767 | CONFIG_CRYPTO_ALGAPI=y |
876 | CONFIG_CRYPTO_BLKCIPHER=y | 768 | CONFIG_CRYPTO_BLKCIPHER=y |
877 | CONFIG_CRYPTO_MANAGER=y | 769 | CONFIG_CRYPTO_MANAGER=y |
878 | # CONFIG_CRYPTO_HMAC is not set | 770 | # CONFIG_CRYPTO_GF128MUL is not set |
879 | # CONFIG_CRYPTO_NULL is not set | 771 | # CONFIG_CRYPTO_NULL is not set |
772 | # CONFIG_CRYPTO_CRYPTD is not set | ||
773 | # CONFIG_CRYPTO_AUTHENC is not set | ||
774 | |||
775 | # | ||
776 | # Authenticated Encryption with Associated Data | ||
777 | # | ||
778 | # CONFIG_CRYPTO_CCM is not set | ||
779 | # CONFIG_CRYPTO_GCM is not set | ||
780 | # CONFIG_CRYPTO_SEQIV is not set | ||
781 | |||
782 | # | ||
783 | # Block modes | ||
784 | # | ||
785 | CONFIG_CRYPTO_CBC=y | ||
786 | # CONFIG_CRYPTO_CTR is not set | ||
787 | # CONFIG_CRYPTO_CTS is not set | ||
788 | CONFIG_CRYPTO_ECB=y | ||
789 | # CONFIG_CRYPTO_LRW is not set | ||
790 | # CONFIG_CRYPTO_PCBC is not set | ||
791 | # CONFIG_CRYPTO_XTS is not set | ||
792 | |||
793 | # | ||
794 | # Hash modes | ||
795 | # | ||
796 | # CONFIG_CRYPTO_HMAC is not set | ||
797 | # CONFIG_CRYPTO_XCBC is not set | ||
798 | |||
799 | # | ||
800 | # Digest | ||
801 | # | ||
802 | # CONFIG_CRYPTO_CRC32C is not set | ||
880 | # CONFIG_CRYPTO_MD4 is not set | 803 | # CONFIG_CRYPTO_MD4 is not set |
881 | CONFIG_CRYPTO_MD5=y | 804 | CONFIG_CRYPTO_MD5=y |
805 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
806 | # CONFIG_CRYPTO_RMD128 is not set | ||
807 | # CONFIG_CRYPTO_RMD160 is not set | ||
808 | # CONFIG_CRYPTO_RMD256 is not set | ||
809 | # CONFIG_CRYPTO_RMD320 is not set | ||
882 | # CONFIG_CRYPTO_SHA1 is not set | 810 | # CONFIG_CRYPTO_SHA1 is not set |
883 | # CONFIG_CRYPTO_SHA256 is not set | 811 | # CONFIG_CRYPTO_SHA256 is not set |
884 | # CONFIG_CRYPTO_SHA512 is not set | 812 | # CONFIG_CRYPTO_SHA512 is not set |
885 | # CONFIG_CRYPTO_WP512 is not set | ||
886 | # CONFIG_CRYPTO_TGR192 is not set | 813 | # CONFIG_CRYPTO_TGR192 is not set |
887 | CONFIG_CRYPTO_ECB=y | 814 | # CONFIG_CRYPTO_WP512 is not set |
888 | CONFIG_CRYPTO_CBC=y | 815 | |
889 | CONFIG_CRYPTO_DES=y | 816 | # |
890 | # CONFIG_CRYPTO_BLOWFISH is not set | 817 | # Ciphers |
891 | # CONFIG_CRYPTO_TWOFISH is not set | 818 | # |
892 | # CONFIG_CRYPTO_SERPENT is not set | ||
893 | # CONFIG_CRYPTO_AES is not set | 819 | # CONFIG_CRYPTO_AES is not set |
820 | # CONFIG_CRYPTO_ANUBIS is not set | ||
821 | # CONFIG_CRYPTO_ARC4 is not set | ||
822 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
823 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
894 | # CONFIG_CRYPTO_CAST5 is not set | 824 | # CONFIG_CRYPTO_CAST5 is not set |
895 | # CONFIG_CRYPTO_CAST6 is not set | 825 | # CONFIG_CRYPTO_CAST6 is not set |
896 | # CONFIG_CRYPTO_TEA is not set | 826 | CONFIG_CRYPTO_DES=y |
897 | # CONFIG_CRYPTO_ARC4 is not set | 827 | # CONFIG_CRYPTO_FCRYPT is not set |
898 | # CONFIG_CRYPTO_KHAZAD is not set | 828 | # CONFIG_CRYPTO_KHAZAD is not set |
899 | # CONFIG_CRYPTO_ANUBIS is not set | 829 | # CONFIG_CRYPTO_SALSA20 is not set |
900 | # CONFIG_CRYPTO_DEFLATE is not set | 830 | # CONFIG_CRYPTO_SEED is not set |
901 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 831 | # CONFIG_CRYPTO_SERPENT is not set |
902 | # CONFIG_CRYPTO_CRC32C is not set | 832 | # CONFIG_CRYPTO_TEA is not set |
833 | # CONFIG_CRYPTO_TWOFISH is not set | ||
903 | 834 | ||
904 | # | 835 | # |
905 | # Hardware crypto devices | 836 | # Compression |
906 | # | 837 | # |
838 | # CONFIG_CRYPTO_DEFLATE is not set | ||
839 | # CONFIG_CRYPTO_LZO is not set | ||
840 | CONFIG_CRYPTO_HW=y | ||
907 | 841 | ||
908 | # | 842 | # |
909 | # Library routines | 843 | # Library routines |
910 | # | 844 | # |
845 | CONFIG_BITREVERSE=y | ||
846 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
911 | # CONFIG_CRC_CCITT is not set | 847 | # CONFIG_CRC_CCITT is not set |
912 | # CONFIG_CRC16 is not set | 848 | # CONFIG_CRC16 is not set |
849 | # CONFIG_CRC_T10DIF is not set | ||
850 | # CONFIG_CRC_ITU_T is not set | ||
913 | CONFIG_CRC32=y | 851 | CONFIG_CRC32=y |
852 | # CONFIG_CRC7 is not set | ||
914 | # CONFIG_LIBCRC32C is not set | 853 | # CONFIG_LIBCRC32C is not set |
915 | CONFIG_PLIST=y | 854 | CONFIG_PLIST=y |
855 | CONFIG_HAS_IOMEM=y | ||
856 | CONFIG_HAS_IOPORT=y | ||
857 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig index 287408b2ace6..c4b3e1d8950d 100644 --- a/arch/sh/configs/migor_defconfig +++ b/arch/sh/configs/migor_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc3 | 3 | # Linux kernel version: 2.6.26 |
4 | # Thu May 22 14:30:07 2008 | 4 | # Wed Jul 30 01:44:41 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -77,9 +78,14 @@ CONFIG_PROFILING=y | |||
77 | # CONFIG_MARKERS is not set | 78 | # CONFIG_MARKERS is not set |
78 | CONFIG_OPROFILE=y | 79 | CONFIG_OPROFILE=y |
79 | CONFIG_HAVE_OPROFILE=y | 80 | CONFIG_HAVE_OPROFILE=y |
81 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
82 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
80 | # CONFIG_HAVE_KPROBES is not set | 83 | # CONFIG_HAVE_KPROBES is not set |
81 | # CONFIG_HAVE_KRETPROBES is not set | 84 | # CONFIG_HAVE_KRETPROBES is not set |
85 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
82 | # CONFIG_HAVE_DMA_ATTRS is not set | 86 | # CONFIG_HAVE_DMA_ATTRS is not set |
87 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
88 | CONFIG_HAVE_CLK=y | ||
83 | CONFIG_PROC_PAGE_MONITOR=y | 89 | CONFIG_PROC_PAGE_MONITOR=y |
84 | CONFIG_SLABINFO=y | 90 | CONFIG_SLABINFO=y |
85 | CONFIG_RT_MUTEXES=y | 91 | CONFIG_RT_MUTEXES=y |
@@ -90,12 +96,13 @@ CONFIG_MODULES=y | |||
90 | # CONFIG_MODULE_UNLOAD is not set | 96 | # CONFIG_MODULE_UNLOAD is not set |
91 | # CONFIG_MODVERSIONS is not set | 97 | # CONFIG_MODVERSIONS is not set |
92 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 98 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
93 | # CONFIG_KMOD is not set | 99 | CONFIG_KMOD=y |
94 | CONFIG_BLOCK=y | 100 | CONFIG_BLOCK=y |
95 | # CONFIG_LBD is not set | 101 | # CONFIG_LBD is not set |
96 | # CONFIG_BLK_DEV_IO_TRACE is not set | 102 | # CONFIG_BLK_DEV_IO_TRACE is not set |
97 | # CONFIG_LSF is not set | 103 | # CONFIG_LSF is not set |
98 | # CONFIG_BLK_DEV_BSG is not set | 104 | # CONFIG_BLK_DEV_BSG is not set |
105 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
99 | 106 | ||
100 | # | 107 | # |
101 | # IO Schedulers | 108 | # IO Schedulers |
@@ -173,7 +180,9 @@ CONFIG_ARCH_SELECT_MEMORY_MODEL=y | |||
173 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 180 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
174 | CONFIG_PAGE_SIZE_4KB=y | 181 | CONFIG_PAGE_SIZE_4KB=y |
175 | # CONFIG_PAGE_SIZE_8KB is not set | 182 | # CONFIG_PAGE_SIZE_8KB is not set |
183 | # CONFIG_PAGE_SIZE_16KB is not set | ||
176 | # CONFIG_PAGE_SIZE_64KB is not set | 184 | # CONFIG_PAGE_SIZE_64KB is not set |
185 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
177 | CONFIG_SELECT_MEMORY_MODEL=y | 186 | CONFIG_SELECT_MEMORY_MODEL=y |
178 | # CONFIG_FLATMEM_MANUAL is not set | 187 | # CONFIG_FLATMEM_MANUAL is not set |
179 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 188 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -216,6 +225,8 @@ CONFIG_CPU_HAS_DSP=y | |||
216 | # | 225 | # |
217 | # CONFIG_SH_7722_SOLUTION_ENGINE is not set | 226 | # CONFIG_SH_7722_SOLUTION_ENGINE is not set |
218 | CONFIG_SH_MIGOR=y | 227 | CONFIG_SH_MIGOR=y |
228 | CONFIG_SH_MIGOR_QVGA=y | ||
229 | # CONFIG_SH_MIGOR_RTA_WVGA is not set | ||
219 | 230 | ||
220 | # | 231 | # |
221 | # Timer and clock configuration | 232 | # Timer and clock configuration |
@@ -362,6 +373,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
362 | # | 373 | # |
363 | # CONFIG_CFG80211 is not set | 374 | # CONFIG_CFG80211 is not set |
364 | CONFIG_WIRELESS_EXT=y | 375 | CONFIG_WIRELESS_EXT=y |
376 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
365 | # CONFIG_MAC80211 is not set | 377 | # CONFIG_MAC80211 is not set |
366 | # CONFIG_IEEE80211 is not set | 378 | # CONFIG_IEEE80211 is not set |
367 | # CONFIG_RFKILL is not set | 379 | # CONFIG_RFKILL is not set |
@@ -378,6 +390,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
378 | CONFIG_STANDALONE=y | 390 | CONFIG_STANDALONE=y |
379 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 391 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
380 | CONFIG_FW_LOADER=m | 392 | CONFIG_FW_LOADER=m |
393 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
394 | CONFIG_EXTRA_FIRMWARE="" | ||
381 | # CONFIG_SYS_HYPERVISOR is not set | 395 | # CONFIG_SYS_HYPERVISOR is not set |
382 | # CONFIG_CONNECTOR is not set | 396 | # CONFIG_CONNECTOR is not set |
383 | CONFIG_MTD=y | 397 | CONFIG_MTD=y |
@@ -475,6 +489,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
475 | # CONFIG_BLK_DEV_XIP is not set | 489 | # CONFIG_BLK_DEV_XIP is not set |
476 | # CONFIG_CDROM_PKTCDVD is not set | 490 | # CONFIG_CDROM_PKTCDVD is not set |
477 | # CONFIG_ATA_OVER_ETH is not set | 491 | # CONFIG_ATA_OVER_ETH is not set |
492 | # CONFIG_BLK_DEV_HD is not set | ||
478 | CONFIG_MISC_DEVICES=y | 493 | CONFIG_MISC_DEVICES=y |
479 | # CONFIG_EEPROM_93CX6 is not set | 494 | # CONFIG_EEPROM_93CX6 is not set |
480 | # CONFIG_ENCLOSURE_SERVICES is not set | 495 | # CONFIG_ENCLOSURE_SERVICES is not set |
@@ -521,10 +536,10 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
521 | CONFIG_SCSI_LOWLEVEL=y | 536 | CONFIG_SCSI_LOWLEVEL=y |
522 | # CONFIG_ISCSI_TCP is not set | 537 | # CONFIG_ISCSI_TCP is not set |
523 | # CONFIG_SCSI_DEBUG is not set | 538 | # CONFIG_SCSI_DEBUG is not set |
539 | # CONFIG_SCSI_DH is not set | ||
524 | # CONFIG_ATA is not set | 540 | # CONFIG_ATA is not set |
525 | # CONFIG_MD is not set | 541 | # CONFIG_MD is not set |
526 | CONFIG_NETDEVICES=y | 542 | CONFIG_NETDEVICES=y |
527 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
528 | # CONFIG_DUMMY is not set | 543 | # CONFIG_DUMMY is not set |
529 | # CONFIG_BONDING is not set | 544 | # CONFIG_BONDING is not set |
530 | # CONFIG_MACVLAN is not set | 545 | # CONFIG_MACVLAN is not set |
@@ -537,6 +552,7 @@ CONFIG_MII=y | |||
537 | # CONFIG_AX88796 is not set | 552 | # CONFIG_AX88796 is not set |
538 | # CONFIG_STNIC is not set | 553 | # CONFIG_STNIC is not set |
539 | CONFIG_SMC91X=y | 554 | CONFIG_SMC91X=y |
555 | # CONFIG_SMC911X is not set | ||
540 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 556 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
541 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 557 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
542 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 558 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
@@ -602,6 +618,7 @@ CONFIG_KEYBOARD_SH_KEYSC=y | |||
602 | # Character devices | 618 | # Character devices |
603 | # | 619 | # |
604 | CONFIG_VT=y | 620 | CONFIG_VT=y |
621 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
605 | CONFIG_VT_CONSOLE=y | 622 | CONFIG_VT_CONSOLE=y |
606 | CONFIG_HW_CONSOLE=y | 623 | CONFIG_HW_CONSOLE=y |
607 | CONFIG_VT_HW_CONSOLE_BINDING=y | 624 | CONFIG_VT_HW_CONSOLE_BINDING=y |
@@ -636,21 +653,35 @@ CONFIG_I2C_BOARDINFO=y | |||
636 | # | 653 | # |
637 | # I2C Hardware Bus support | 654 | # I2C Hardware Bus support |
638 | # | 655 | # |
656 | |||
657 | # | ||
658 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
659 | # | ||
639 | # CONFIG_I2C_OCORES is not set | 660 | # CONFIG_I2C_OCORES is not set |
640 | # CONFIG_I2C_PARPORT_LIGHT is not set | 661 | CONFIG_I2C_SH_MOBILE=y |
641 | # CONFIG_I2C_SIMTEC is not set | 662 | # CONFIG_I2C_SIMTEC is not set |
663 | |||
664 | # | ||
665 | # External I2C/SMBus adapter drivers | ||
666 | # | ||
667 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
642 | # CONFIG_I2C_TAOS_EVM is not set | 668 | # CONFIG_I2C_TAOS_EVM is not set |
643 | # CONFIG_I2C_STUB is not set | 669 | |
670 | # | ||
671 | # Other I2C/SMBus bus drivers | ||
672 | # | ||
644 | # CONFIG_I2C_PCA_PLATFORM is not set | 673 | # CONFIG_I2C_PCA_PLATFORM is not set |
645 | CONFIG_I2C_SH_MOBILE=y | 674 | # CONFIG_I2C_STUB is not set |
646 | 675 | ||
647 | # | 676 | # |
648 | # Miscellaneous I2C Chip support | 677 | # Miscellaneous I2C Chip support |
649 | # | 678 | # |
650 | # CONFIG_DS1682 is not set | 679 | # CONFIG_DS1682 is not set |
680 | # CONFIG_AT24 is not set | ||
651 | # CONFIG_SENSORS_EEPROM is not set | 681 | # CONFIG_SENSORS_EEPROM is not set |
652 | # CONFIG_SENSORS_PCF8574 is not set | 682 | # CONFIG_SENSORS_PCF8574 is not set |
653 | # CONFIG_PCF8575 is not set | 683 | # CONFIG_PCF8575 is not set |
684 | # CONFIG_SENSORS_PCA9539 is not set | ||
654 | # CONFIG_SENSORS_PCF8591 is not set | 685 | # CONFIG_SENSORS_PCF8591 is not set |
655 | # CONFIG_SENSORS_MAX6875 is not set | 686 | # CONFIG_SENSORS_MAX6875 is not set |
656 | # CONFIG_SENSORS_TSL2550 is not set | 687 | # CONFIG_SENSORS_TSL2550 is not set |
@@ -663,6 +694,7 @@ CONFIG_I2C_SH_MOBILE=y | |||
663 | # CONFIG_POWER_SUPPLY is not set | 694 | # CONFIG_POWER_SUPPLY is not set |
664 | # CONFIG_HWMON is not set | 695 | # CONFIG_HWMON is not set |
665 | # CONFIG_THERMAL is not set | 696 | # CONFIG_THERMAL is not set |
697 | # CONFIG_THERMAL_HWMON is not set | ||
666 | # CONFIG_WATCHDOG is not set | 698 | # CONFIG_WATCHDOG is not set |
667 | 699 | ||
668 | # | 700 | # |
@@ -674,6 +706,7 @@ CONFIG_SSB_POSSIBLE=y | |||
674 | # | 706 | # |
675 | # Multifunction device drivers | 707 | # Multifunction device drivers |
676 | # | 708 | # |
709 | # CONFIG_MFD_CORE is not set | ||
677 | # CONFIG_MFD_SM501 is not set | 710 | # CONFIG_MFD_SM501 is not set |
678 | # CONFIG_HTC_PASIC3 is not set | 711 | # CONFIG_HTC_PASIC3 is not set |
679 | 712 | ||
@@ -710,10 +743,6 @@ CONFIG_SSB_POSSIBLE=y | |||
710 | # Console display driver support | 743 | # Console display driver support |
711 | # | 744 | # |
712 | CONFIG_DUMMY_CONSOLE=y | 745 | CONFIG_DUMMY_CONSOLE=y |
713 | |||
714 | # | ||
715 | # Sound | ||
716 | # | ||
717 | # CONFIG_SOUND is not set | 746 | # CONFIG_SOUND is not set |
718 | CONFIG_HID_SUPPORT=y | 747 | CONFIG_HID_SUPPORT=y |
719 | CONFIG_HID=y | 748 | CONFIG_HID=y |
@@ -738,7 +767,7 @@ CONFIG_USB_GADGET_SELECTED=y | |||
738 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | 767 | # CONFIG_USB_GADGET_ATMEL_USBA is not set |
739 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 768 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
740 | # CONFIG_USB_GADGET_NET2280 is not set | 769 | # CONFIG_USB_GADGET_NET2280 is not set |
741 | # CONFIG_USB_GADGET_PXA2XX is not set | 770 | # CONFIG_USB_GADGET_PXA25X is not set |
742 | CONFIG_USB_GADGET_M66592=y | 771 | CONFIG_USB_GADGET_M66592=y |
743 | CONFIG_USB_M66592=y | 772 | CONFIG_USB_M66592=y |
744 | CONFIG_SUPERH_BUILT_IN_M66592=y | 773 | CONFIG_SUPERH_BUILT_IN_M66592=y |
@@ -757,6 +786,7 @@ CONFIG_USB_GADGET_DUALSPEED=y | |||
757 | CONFIG_USB_G_SERIAL=y | 786 | CONFIG_USB_G_SERIAL=y |
758 | # CONFIG_USB_MIDI_GADGET is not set | 787 | # CONFIG_USB_MIDI_GADGET is not set |
759 | # CONFIG_USB_G_PRINTER is not set | 788 | # CONFIG_USB_G_PRINTER is not set |
789 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
760 | # CONFIG_MMC is not set | 790 | # CONFIG_MMC is not set |
761 | # CONFIG_MEMSTICK is not set | 791 | # CONFIG_MEMSTICK is not set |
762 | # CONFIG_NEW_LEDS is not set | 792 | # CONFIG_NEW_LEDS is not set |
@@ -790,6 +820,7 @@ CONFIG_RTC_DRV_RS5C372=y | |||
790 | # CONFIG_RTC_DRV_PCF8583 is not set | 820 | # CONFIG_RTC_DRV_PCF8583 is not set |
791 | # CONFIG_RTC_DRV_M41T80 is not set | 821 | # CONFIG_RTC_DRV_M41T80 is not set |
792 | # CONFIG_RTC_DRV_S35390A is not set | 822 | # CONFIG_RTC_DRV_S35390A is not set |
823 | # CONFIG_RTC_DRV_FM3130 is not set | ||
793 | 824 | ||
794 | # | 825 | # |
795 | # SPI RTC drivers | 826 | # SPI RTC drivers |
@@ -810,6 +841,7 @@ CONFIG_RTC_DRV_RS5C372=y | |||
810 | # on-CPU RTC drivers | 841 | # on-CPU RTC drivers |
811 | # | 842 | # |
812 | CONFIG_RTC_DRV_SH=y | 843 | CONFIG_RTC_DRV_SH=y |
844 | # CONFIG_DMADEVICES is not set | ||
813 | # CONFIG_UIO is not set | 845 | # CONFIG_UIO is not set |
814 | 846 | ||
815 | # | 847 | # |
@@ -870,6 +902,7 @@ CONFIG_TMPFS=y | |||
870 | # CONFIG_CRAMFS is not set | 902 | # CONFIG_CRAMFS is not set |
871 | # CONFIG_VXFS_FS is not set | 903 | # CONFIG_VXFS_FS is not set |
872 | # CONFIG_MINIX_FS is not set | 904 | # CONFIG_MINIX_FS is not set |
905 | # CONFIG_OMFS_FS is not set | ||
873 | # CONFIG_HPFS_FS is not set | 906 | # CONFIG_HPFS_FS is not set |
874 | # CONFIG_QNX4FS_FS is not set | 907 | # CONFIG_QNX4FS_FS is not set |
875 | # CONFIG_ROMFS_FS is not set | 908 | # CONFIG_ROMFS_FS is not set |
@@ -899,6 +932,7 @@ CONFIG_DEBUG_FS=y | |||
899 | # CONFIG_HEADERS_CHECK is not set | 932 | # CONFIG_HEADERS_CHECK is not set |
900 | # CONFIG_DEBUG_KERNEL is not set | 933 | # CONFIG_DEBUG_KERNEL is not set |
901 | # CONFIG_DEBUG_BUGVERBOSE is not set | 934 | # CONFIG_DEBUG_BUGVERBOSE is not set |
935 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
902 | # CONFIG_SAMPLES is not set | 936 | # CONFIG_SAMPLES is not set |
903 | # CONFIG_SH_STANDARD_BIOS is not set | 937 | # CONFIG_SH_STANDARD_BIOS is not set |
904 | CONFIG_EARLY_SCIF_CONSOLE=y | 938 | CONFIG_EARLY_SCIF_CONSOLE=y |
@@ -955,6 +989,10 @@ CONFIG_CRYPTO=y | |||
955 | # CONFIG_CRYPTO_MD4 is not set | 989 | # CONFIG_CRYPTO_MD4 is not set |
956 | # CONFIG_CRYPTO_MD5 is not set | 990 | # CONFIG_CRYPTO_MD5 is not set |
957 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 991 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
992 | # CONFIG_CRYPTO_RMD128 is not set | ||
993 | # CONFIG_CRYPTO_RMD160 is not set | ||
994 | # CONFIG_CRYPTO_RMD256 is not set | ||
995 | # CONFIG_CRYPTO_RMD320 is not set | ||
958 | # CONFIG_CRYPTO_SHA1 is not set | 996 | # CONFIG_CRYPTO_SHA1 is not set |
959 | # CONFIG_CRYPTO_SHA256 is not set | 997 | # CONFIG_CRYPTO_SHA256 is not set |
960 | # CONFIG_CRYPTO_SHA512 is not set | 998 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -994,6 +1032,7 @@ CONFIG_BITREVERSE=y | |||
994 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1032 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
995 | # CONFIG_CRC_CCITT is not set | 1033 | # CONFIG_CRC_CCITT is not set |
996 | # CONFIG_CRC16 is not set | 1034 | # CONFIG_CRC16 is not set |
1035 | CONFIG_CRC_T10DIF=y | ||
997 | # CONFIG_CRC_ITU_T is not set | 1036 | # CONFIG_CRC_ITU_T is not set |
998 | CONFIG_CRC32=y | 1037 | CONFIG_CRC32=y |
999 | # CONFIG_CRC7 is not set | 1038 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/r7780mp_defconfig b/arch/sh/configs/r7780mp_defconfig index 1a072615ffd4..57a300797584 100644 --- a/arch/sh/configs/r7780mp_defconfig +++ b/arch/sh/configs/r7780mp_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Thu Mar 6 15:39:59 2008 | 4 | # Wed Jul 30 01:51:13 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -84,13 +85,20 @@ CONFIG_PROFILING=y | |||
84 | # CONFIG_MARKERS is not set | 85 | # CONFIG_MARKERS is not set |
85 | CONFIG_OPROFILE=m | 86 | CONFIG_OPROFILE=m |
86 | CONFIG_HAVE_OPROFILE=y | 87 | CONFIG_HAVE_OPROFILE=y |
88 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
89 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
87 | # CONFIG_HAVE_KPROBES is not set | 90 | # CONFIG_HAVE_KPROBES is not set |
88 | # CONFIG_HAVE_KRETPROBES is not set | 91 | # CONFIG_HAVE_KRETPROBES is not set |
92 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
93 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
94 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
95 | CONFIG_HAVE_CLK=y | ||
89 | CONFIG_PROC_PAGE_MONITOR=y | 96 | CONFIG_PROC_PAGE_MONITOR=y |
90 | CONFIG_SLABINFO=y | 97 | CONFIG_SLABINFO=y |
91 | # CONFIG_TINY_SHMEM is not set | 98 | # CONFIG_TINY_SHMEM is not set |
92 | CONFIG_BASE_SMALL=0 | 99 | CONFIG_BASE_SMALL=0 |
93 | CONFIG_MODULES=y | 100 | CONFIG_MODULES=y |
101 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
94 | CONFIG_MODULE_UNLOAD=y | 102 | CONFIG_MODULE_UNLOAD=y |
95 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 103 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
96 | # CONFIG_MODVERSIONS is not set | 104 | # CONFIG_MODVERSIONS is not set |
@@ -101,6 +109,7 @@ CONFIG_BLOCK=y | |||
101 | # CONFIG_BLK_DEV_IO_TRACE is not set | 109 | # CONFIG_BLK_DEV_IO_TRACE is not set |
102 | # CONFIG_LSF is not set | 110 | # CONFIG_LSF is not set |
103 | # CONFIG_BLK_DEV_BSG is not set | 111 | # CONFIG_BLK_DEV_BSG is not set |
112 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
104 | 113 | ||
105 | # | 114 | # |
106 | # IO Schedulers | 115 | # IO Schedulers |
@@ -115,7 +124,6 @@ CONFIG_IOSCHED_NOOP=y | |||
115 | CONFIG_DEFAULT_NOOP=y | 124 | CONFIG_DEFAULT_NOOP=y |
116 | CONFIG_DEFAULT_IOSCHED="noop" | 125 | CONFIG_DEFAULT_IOSCHED="noop" |
117 | CONFIG_CLASSIC_RCU=y | 126 | CONFIG_CLASSIC_RCU=y |
118 | # CONFIG_PREEMPT_RCU is not set | ||
119 | 127 | ||
120 | # | 128 | # |
121 | # System type | 129 | # System type |
@@ -126,6 +134,7 @@ CONFIG_CPU_SH4A=y | |||
126 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | 134 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
127 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 135 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
128 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
137 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
129 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
130 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 139 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
131 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 140 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -143,6 +152,7 @@ CONFIG_CPU_SH4A=y | |||
143 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
144 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
145 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 154 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
155 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
146 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
147 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 157 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
148 | CONFIG_CPU_SUBTYPE_SH7780=y | 158 | CONFIG_CPU_SUBTYPE_SH7780=y |
@@ -173,7 +183,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
173 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 183 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
174 | CONFIG_PAGE_SIZE_4KB=y | 184 | CONFIG_PAGE_SIZE_4KB=y |
175 | # CONFIG_PAGE_SIZE_8KB is not set | 185 | # CONFIG_PAGE_SIZE_8KB is not set |
186 | # CONFIG_PAGE_SIZE_16KB is not set | ||
176 | # CONFIG_PAGE_SIZE_64KB is not set | 187 | # CONFIG_PAGE_SIZE_64KB is not set |
188 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
177 | CONFIG_HUGETLB_PAGE_SIZE_64K=y | 189 | CONFIG_HUGETLB_PAGE_SIZE_64K=y |
178 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | 190 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set |
179 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set | 191 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set |
@@ -188,6 +200,7 @@ CONFIG_FLATMEM=y | |||
188 | CONFIG_FLAT_NODE_MEM_MAP=y | 200 | CONFIG_FLAT_NODE_MEM_MAP=y |
189 | CONFIG_SPARSEMEM_STATIC=y | 201 | CONFIG_SPARSEMEM_STATIC=y |
190 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 202 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
203 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
191 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 204 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
192 | # CONFIG_RESOURCES_64BIT is not set | 205 | # CONFIG_RESOURCES_64BIT is not set |
193 | CONFIG_ZONE_DMA_FLAG=0 | 206 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -268,7 +281,7 @@ CONFIG_KEXEC=y | |||
268 | # CONFIG_PREEMPT_NONE is not set | 281 | # CONFIG_PREEMPT_NONE is not set |
269 | # CONFIG_PREEMPT_VOLUNTARY is not set | 282 | # CONFIG_PREEMPT_VOLUNTARY is not set |
270 | CONFIG_PREEMPT=y | 283 | CONFIG_PREEMPT=y |
271 | CONFIG_RCU_TRACE=y | 284 | # CONFIG_PREEMPT_RCU is not set |
272 | CONFIG_GUSA=y | 285 | CONFIG_GUSA=y |
273 | 286 | ||
274 | # | 287 | # |
@@ -348,14 +361,13 @@ CONFIG_TCP_CONG_CUBIC=y | |||
348 | CONFIG_DEFAULT_TCP_CONG="cubic" | 361 | CONFIG_DEFAULT_TCP_CONG="cubic" |
349 | # CONFIG_TCP_MD5SIG is not set | 362 | # CONFIG_TCP_MD5SIG is not set |
350 | # CONFIG_IPV6 is not set | 363 | # CONFIG_IPV6 is not set |
351 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
352 | # CONFIG_INET6_TUNNEL is not set | ||
353 | # CONFIG_NETWORK_SECMARK is not set | 364 | # CONFIG_NETWORK_SECMARK is not set |
354 | # CONFIG_NETFILTER is not set | 365 | # CONFIG_NETFILTER is not set |
355 | # CONFIG_IP_DCCP is not set | 366 | # CONFIG_IP_DCCP is not set |
356 | # CONFIG_IP_SCTP is not set | 367 | # CONFIG_IP_SCTP is not set |
357 | # CONFIG_TIPC is not set | 368 | # CONFIG_TIPC is not set |
358 | # CONFIG_ATM is not set | 369 | # CONFIG_ATM is not set |
370 | CONFIG_STP=m | ||
359 | CONFIG_BRIDGE=m | 371 | CONFIG_BRIDGE=m |
360 | # CONFIG_VLAN_8021Q is not set | 372 | # CONFIG_VLAN_8021Q is not set |
361 | # CONFIG_DECNET is not set | 373 | # CONFIG_DECNET is not set |
@@ -384,6 +396,7 @@ CONFIG_LLC=m | |||
384 | # | 396 | # |
385 | # CONFIG_CFG80211 is not set | 397 | # CONFIG_CFG80211 is not set |
386 | CONFIG_WIRELESS_EXT=y | 398 | CONFIG_WIRELESS_EXT=y |
399 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
387 | # CONFIG_MAC80211 is not set | 400 | # CONFIG_MAC80211 is not set |
388 | # CONFIG_IEEE80211 is not set | 401 | # CONFIG_IEEE80211 is not set |
389 | # CONFIG_RFKILL is not set | 402 | # CONFIG_RFKILL is not set |
@@ -400,6 +413,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
400 | CONFIG_STANDALONE=y | 413 | CONFIG_STANDALONE=y |
401 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 414 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
402 | CONFIG_FW_LOADER=m | 415 | CONFIG_FW_LOADER=m |
416 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
417 | CONFIG_EXTRA_FIRMWARE="" | ||
403 | # CONFIG_DEBUG_DRIVER is not set | 418 | # CONFIG_DEBUG_DRIVER is not set |
404 | # CONFIG_DEBUG_DEVRES is not set | 419 | # CONFIG_DEBUG_DEVRES is not set |
405 | # CONFIG_SYS_HYPERVISOR is not set | 420 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -420,12 +435,14 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
420 | # CONFIG_BLK_DEV_XIP is not set | 435 | # CONFIG_BLK_DEV_XIP is not set |
421 | # CONFIG_CDROM_PKTCDVD is not set | 436 | # CONFIG_CDROM_PKTCDVD is not set |
422 | # CONFIG_ATA_OVER_ETH is not set | 437 | # CONFIG_ATA_OVER_ETH is not set |
438 | # CONFIG_BLK_DEV_HD is not set | ||
423 | CONFIG_MISC_DEVICES=y | 439 | CONFIG_MISC_DEVICES=y |
424 | # CONFIG_PHANTOM is not set | 440 | # CONFIG_PHANTOM is not set |
425 | CONFIG_EEPROM_93CX6=y | 441 | CONFIG_EEPROM_93CX6=y |
426 | # CONFIG_SGI_IOC4 is not set | 442 | # CONFIG_SGI_IOC4 is not set |
427 | # CONFIG_TIFM_CORE is not set | 443 | # CONFIG_TIFM_CORE is not set |
428 | # CONFIG_ENCLOSURE_SERVICES is not set | 444 | # CONFIG_ENCLOSURE_SERVICES is not set |
445 | # CONFIG_HP_ILO is not set | ||
429 | CONFIG_HAVE_IDE=y | 446 | CONFIG_HAVE_IDE=y |
430 | # CONFIG_IDE is not set | 447 | # CONFIG_IDE is not set |
431 | 448 | ||
@@ -499,9 +516,13 @@ CONFIG_SCSI_LOWLEVEL=y | |||
499 | # CONFIG_SCSI_NSP32 is not set | 516 | # CONFIG_SCSI_NSP32 is not set |
500 | # CONFIG_SCSI_DEBUG is not set | 517 | # CONFIG_SCSI_DEBUG is not set |
501 | # CONFIG_SCSI_SRP is not set | 518 | # CONFIG_SCSI_SRP is not set |
519 | # CONFIG_SCSI_DH is not set | ||
502 | CONFIG_ATA=y | 520 | CONFIG_ATA=y |
503 | # CONFIG_ATA_NONSTANDARD is not set | 521 | # CONFIG_ATA_NONSTANDARD is not set |
522 | CONFIG_SATA_PMP=y | ||
504 | # CONFIG_SATA_AHCI is not set | 523 | # CONFIG_SATA_AHCI is not set |
524 | # CONFIG_SATA_SIL24 is not set | ||
525 | CONFIG_ATA_SFF=y | ||
505 | # CONFIG_SATA_SVW is not set | 526 | # CONFIG_SATA_SVW is not set |
506 | # CONFIG_ATA_PIIX is not set | 527 | # CONFIG_ATA_PIIX is not set |
507 | # CONFIG_SATA_MV is not set | 528 | # CONFIG_SATA_MV is not set |
@@ -511,7 +532,6 @@ CONFIG_ATA=y | |||
511 | # CONFIG_SATA_PROMISE is not set | 532 | # CONFIG_SATA_PROMISE is not set |
512 | # CONFIG_SATA_SX4 is not set | 533 | # CONFIG_SATA_SX4 is not set |
513 | CONFIG_SATA_SIL=y | 534 | CONFIG_SATA_SIL=y |
514 | # CONFIG_SATA_SIL24 is not set | ||
515 | # CONFIG_SATA_SIS is not set | 535 | # CONFIG_SATA_SIS is not set |
516 | # CONFIG_SATA_ULI is not set | 536 | # CONFIG_SATA_ULI is not set |
517 | # CONFIG_SATA_VIA is not set | 537 | # CONFIG_SATA_VIA is not set |
@@ -556,17 +576,21 @@ CONFIG_SATA_SIL=y | |||
556 | # CONFIG_PATA_VIA is not set | 576 | # CONFIG_PATA_VIA is not set |
557 | # CONFIG_PATA_WINBOND is not set | 577 | # CONFIG_PATA_WINBOND is not set |
558 | CONFIG_PATA_PLATFORM=y | 578 | CONFIG_PATA_PLATFORM=y |
579 | # CONFIG_PATA_SCH is not set | ||
559 | # CONFIG_MD is not set | 580 | # CONFIG_MD is not set |
560 | # CONFIG_FUSION is not set | 581 | # CONFIG_FUSION is not set |
561 | 582 | ||
562 | # | 583 | # |
563 | # IEEE 1394 (FireWire) support | 584 | # IEEE 1394 (FireWire) support |
564 | # | 585 | # |
586 | |||
587 | # | ||
588 | # Enable only one of the two stacks, unless you know what you are doing | ||
589 | # | ||
565 | # CONFIG_FIREWIRE is not set | 590 | # CONFIG_FIREWIRE is not set |
566 | # CONFIG_IEEE1394 is not set | 591 | # CONFIG_IEEE1394 is not set |
567 | # CONFIG_I2O is not set | 592 | # CONFIG_I2O is not set |
568 | CONFIG_NETDEVICES=y | 593 | CONFIG_NETDEVICES=y |
569 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
570 | # CONFIG_DUMMY is not set | 594 | # CONFIG_DUMMY is not set |
571 | # CONFIG_BONDING is not set | 595 | # CONFIG_BONDING is not set |
572 | # CONFIG_MACVLAN is not set | 596 | # CONFIG_MACVLAN is not set |
@@ -585,6 +609,7 @@ CONFIG_AX88796_93CX6=y | |||
585 | # CONFIG_CASSINI is not set | 609 | # CONFIG_CASSINI is not set |
586 | # CONFIG_NET_VENDOR_3COM is not set | 610 | # CONFIG_NET_VENDOR_3COM is not set |
587 | # CONFIG_SMC91X is not set | 611 | # CONFIG_SMC91X is not set |
612 | # CONFIG_SMC911X is not set | ||
588 | # CONFIG_NET_TULIP is not set | 613 | # CONFIG_NET_TULIP is not set |
589 | # CONFIG_HP100 is not set | 614 | # CONFIG_HP100 is not set |
590 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 615 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -593,7 +618,6 @@ CONFIG_AX88796_93CX6=y | |||
593 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 618 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
594 | CONFIG_NET_PCI=y | 619 | CONFIG_NET_PCI=y |
595 | CONFIG_PCNET32=m | 620 | CONFIG_PCNET32=m |
596 | # CONFIG_PCNET32_NAPI is not set | ||
597 | # CONFIG_AMD8111_ETH is not set | 621 | # CONFIG_AMD8111_ETH is not set |
598 | # CONFIG_ADAPTEC_STARFIRE is not set | 622 | # CONFIG_ADAPTEC_STARFIRE is not set |
599 | # CONFIG_B44 is not set | 623 | # CONFIG_B44 is not set |
@@ -616,32 +640,28 @@ CONFIG_8139TOO_8129=y | |||
616 | # CONFIG_TLAN is not set | 640 | # CONFIG_TLAN is not set |
617 | CONFIG_VIA_RHINE=m | 641 | CONFIG_VIA_RHINE=m |
618 | CONFIG_VIA_RHINE_MMIO=y | 642 | CONFIG_VIA_RHINE_MMIO=y |
619 | # CONFIG_VIA_RHINE_NAPI is not set | ||
620 | # CONFIG_SC92031 is not set | 643 | # CONFIG_SC92031 is not set |
621 | CONFIG_NETDEV_1000=y | 644 | CONFIG_NETDEV_1000=y |
622 | # CONFIG_ACENIC is not set | 645 | # CONFIG_ACENIC is not set |
623 | # CONFIG_DL2K is not set | 646 | # CONFIG_DL2K is not set |
624 | CONFIG_E1000=m | 647 | CONFIG_E1000=m |
625 | # CONFIG_E1000_NAPI is not set | ||
626 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 648 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
627 | # CONFIG_E1000E is not set | 649 | # CONFIG_E1000E is not set |
628 | # CONFIG_E1000E_ENABLED is not set | ||
629 | # CONFIG_IP1000 is not set | 650 | # CONFIG_IP1000 is not set |
630 | # CONFIG_IGB is not set | 651 | # CONFIG_IGB is not set |
631 | # CONFIG_NS83820 is not set | 652 | # CONFIG_NS83820 is not set |
632 | # CONFIG_HAMACHI is not set | 653 | # CONFIG_HAMACHI is not set |
633 | # CONFIG_YELLOWFIN is not set | 654 | # CONFIG_YELLOWFIN is not set |
634 | CONFIG_R8169=y | 655 | CONFIG_R8169=y |
635 | # CONFIG_R8169_NAPI is not set | ||
636 | # CONFIG_SIS190 is not set | 656 | # CONFIG_SIS190 is not set |
637 | # CONFIG_SKGE is not set | 657 | # CONFIG_SKGE is not set |
638 | # CONFIG_SKY2 is not set | 658 | # CONFIG_SKY2 is not set |
639 | # CONFIG_SK98LIN is not set | ||
640 | # CONFIG_VIA_VELOCITY is not set | 659 | # CONFIG_VIA_VELOCITY is not set |
641 | # CONFIG_TIGON3 is not set | 660 | # CONFIG_TIGON3 is not set |
642 | # CONFIG_BNX2 is not set | 661 | # CONFIG_BNX2 is not set |
643 | # CONFIG_QLA3XXX is not set | 662 | # CONFIG_QLA3XXX is not set |
644 | # CONFIG_ATL1 is not set | 663 | # CONFIG_ATL1 is not set |
664 | # CONFIG_ATL1E is not set | ||
645 | CONFIG_NETDEV_10000=y | 665 | CONFIG_NETDEV_10000=y |
646 | # CONFIG_CHELSIO_T1 is not set | 666 | # CONFIG_CHELSIO_T1 is not set |
647 | # CONFIG_CHELSIO_T3 is not set | 667 | # CONFIG_CHELSIO_T3 is not set |
@@ -654,6 +674,7 @@ CONFIG_NETDEV_10000=y | |||
654 | # CONFIG_MLX4_CORE is not set | 674 | # CONFIG_MLX4_CORE is not set |
655 | # CONFIG_TEHUTI is not set | 675 | # CONFIG_TEHUTI is not set |
656 | # CONFIG_BNX2X is not set | 676 | # CONFIG_BNX2X is not set |
677 | # CONFIG_SFC is not set | ||
657 | # CONFIG_TR is not set | 678 | # CONFIG_TR is not set |
658 | 679 | ||
659 | # | 680 | # |
@@ -661,6 +682,7 @@ CONFIG_NETDEV_10000=y | |||
661 | # | 682 | # |
662 | # CONFIG_WLAN_PRE80211 is not set | 683 | # CONFIG_WLAN_PRE80211 is not set |
663 | # CONFIG_WLAN_80211 is not set | 684 | # CONFIG_WLAN_80211 is not set |
685 | # CONFIG_IWLWIFI_LEDS is not set | ||
664 | # CONFIG_WAN is not set | 686 | # CONFIG_WAN is not set |
665 | # CONFIG_FDDI is not set | 687 | # CONFIG_FDDI is not set |
666 | # CONFIG_HIPPI is not set | 688 | # CONFIG_HIPPI is not set |
@@ -701,6 +723,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
701 | # CONFIG_KEYBOARD_XTKBD is not set | 723 | # CONFIG_KEYBOARD_XTKBD is not set |
702 | # CONFIG_KEYBOARD_NEWTON is not set | 724 | # CONFIG_KEYBOARD_NEWTON is not set |
703 | # CONFIG_KEYBOARD_STOWAWAY is not set | 725 | # CONFIG_KEYBOARD_STOWAWAY is not set |
726 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
704 | # CONFIG_INPUT_MOUSE is not set | 727 | # CONFIG_INPUT_MOUSE is not set |
705 | # CONFIG_INPUT_JOYSTICK is not set | 728 | # CONFIG_INPUT_JOYSTICK is not set |
706 | # CONFIG_INPUT_TABLET is not set | 729 | # CONFIG_INPUT_TABLET is not set |
@@ -722,6 +745,7 @@ CONFIG_SERIO_LIBPS2=y | |||
722 | # Character devices | 745 | # Character devices |
723 | # | 746 | # |
724 | # CONFIG_VT is not set | 747 | # CONFIG_VT is not set |
748 | CONFIG_DEVKMEM=y | ||
725 | # CONFIG_SERIAL_NONSTANDARD is not set | 749 | # CONFIG_SERIAL_NONSTANDARD is not set |
726 | # CONFIG_NOZOMI is not set | 750 | # CONFIG_NOZOMI is not set |
727 | 751 | ||
@@ -750,12 +774,7 @@ CONFIG_HW_RANDOM=y | |||
750 | # CONFIG_TCG_TPM is not set | 774 | # CONFIG_TCG_TPM is not set |
751 | CONFIG_DEVPORT=y | 775 | CONFIG_DEVPORT=y |
752 | # CONFIG_I2C is not set | 776 | # CONFIG_I2C is not set |
753 | |||
754 | # | ||
755 | # SPI support | ||
756 | # | ||
757 | # CONFIG_SPI is not set | 777 | # CONFIG_SPI is not set |
758 | # CONFIG_SPI_MASTER is not set | ||
759 | # CONFIG_W1 is not set | 778 | # CONFIG_W1 is not set |
760 | # CONFIG_POWER_SUPPLY is not set | 779 | # CONFIG_POWER_SUPPLY is not set |
761 | CONFIG_HWMON=y | 780 | CONFIG_HWMON=y |
@@ -776,6 +795,7 @@ CONFIG_HWMON=y | |||
776 | # CONFIG_SENSORS_W83627EHF is not set | 795 | # CONFIG_SENSORS_W83627EHF is not set |
777 | # CONFIG_HWMON_DEBUG_CHIP is not set | 796 | # CONFIG_HWMON_DEBUG_CHIP is not set |
778 | CONFIG_THERMAL=y | 797 | CONFIG_THERMAL=y |
798 | # CONFIG_THERMAL_HWMON is not set | ||
779 | # CONFIG_WATCHDOG is not set | 799 | # CONFIG_WATCHDOG is not set |
780 | 800 | ||
781 | # | 801 | # |
@@ -787,13 +807,24 @@ CONFIG_SSB_POSSIBLE=y | |||
787 | # | 807 | # |
788 | # Multifunction device drivers | 808 | # Multifunction device drivers |
789 | # | 809 | # |
810 | # CONFIG_MFD_CORE is not set | ||
790 | # CONFIG_MFD_SM501 is not set | 811 | # CONFIG_MFD_SM501 is not set |
812 | # CONFIG_HTC_PASIC3 is not set | ||
791 | 813 | ||
792 | # | 814 | # |
793 | # Multimedia devices | 815 | # Multimedia devices |
794 | # | 816 | # |
817 | |||
818 | # | ||
819 | # Multimedia core support | ||
820 | # | ||
795 | # CONFIG_VIDEO_DEV is not set | 821 | # CONFIG_VIDEO_DEV is not set |
796 | # CONFIG_DVB_CORE is not set | 822 | # CONFIG_DVB_CORE is not set |
823 | # CONFIG_VIDEO_MEDIA is not set | ||
824 | |||
825 | # | ||
826 | # Multimedia drivers | ||
827 | # | ||
797 | CONFIG_DAB=y | 828 | CONFIG_DAB=y |
798 | 829 | ||
799 | # | 830 | # |
@@ -809,24 +840,9 @@ CONFIG_DAB=y | |||
809 | # Display device support | 840 | # Display device support |
810 | # | 841 | # |
811 | # CONFIG_DISPLAY_SUPPORT is not set | 842 | # CONFIG_DISPLAY_SUPPORT is not set |
812 | |||
813 | # | ||
814 | # Sound | ||
815 | # | ||
816 | CONFIG_SOUND=m | 843 | CONFIG_SOUND=m |
817 | |||
818 | # | ||
819 | # Advanced Linux Sound Architecture | ||
820 | # | ||
821 | # CONFIG_SND is not set | 844 | # CONFIG_SND is not set |
822 | |||
823 | # | ||
824 | # Open Sound System | ||
825 | # | ||
826 | CONFIG_SOUND_PRIME=m | 845 | CONFIG_SOUND_PRIME=m |
827 | # CONFIG_SOUND_TRIDENT is not set | ||
828 | # CONFIG_SOUND_MSNDCLAS is not set | ||
829 | # CONFIG_SOUND_MSNDPIN is not set | ||
830 | CONFIG_HID_SUPPORT=y | 846 | CONFIG_HID_SUPPORT=y |
831 | CONFIG_HID=y | 847 | CONFIG_HID=y |
832 | # CONFIG_HID_DEBUG is not set | 848 | # CONFIG_HID_DEBUG is not set |
@@ -836,6 +852,8 @@ CONFIG_USB_ARCH_HAS_HCD=y | |||
836 | CONFIG_USB_ARCH_HAS_OHCI=y | 852 | CONFIG_USB_ARCH_HAS_OHCI=y |
837 | CONFIG_USB_ARCH_HAS_EHCI=y | 853 | CONFIG_USB_ARCH_HAS_EHCI=y |
838 | # CONFIG_USB is not set | 854 | # CONFIG_USB is not set |
855 | # CONFIG_USB_OTG_WHITELIST is not set | ||
856 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
839 | 857 | ||
840 | # | 858 | # |
841 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 859 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -844,6 +862,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
844 | # CONFIG_MMC is not set | 862 | # CONFIG_MMC is not set |
845 | # CONFIG_MEMSTICK is not set | 863 | # CONFIG_MEMSTICK is not set |
846 | # CONFIG_NEW_LEDS is not set | 864 | # CONFIG_NEW_LEDS is not set |
865 | # CONFIG_ACCESSIBILITY is not set | ||
847 | # CONFIG_INFINIBAND is not set | 866 | # CONFIG_INFINIBAND is not set |
848 | CONFIG_RTC_LIB=y | 867 | CONFIG_RTC_LIB=y |
849 | CONFIG_RTC_CLASS=y | 868 | CONFIG_RTC_CLASS=y |
@@ -879,10 +898,7 @@ CONFIG_RTC_INTF_DEV=y | |||
879 | # on-CPU RTC drivers | 898 | # on-CPU RTC drivers |
880 | # | 899 | # |
881 | CONFIG_RTC_DRV_SH=y | 900 | CONFIG_RTC_DRV_SH=y |
882 | 901 | # CONFIG_DMADEVICES is not set | |
883 | # | ||
884 | # Userspace I/O | ||
885 | # | ||
886 | # CONFIG_UIO is not set | 902 | # CONFIG_UIO is not set |
887 | 903 | ||
888 | # | 904 | # |
@@ -903,7 +919,6 @@ CONFIG_FS_MBCACHE=y | |||
903 | # CONFIG_JFS_FS is not set | 919 | # CONFIG_JFS_FS is not set |
904 | CONFIG_FS_POSIX_ACL=y | 920 | CONFIG_FS_POSIX_ACL=y |
905 | # CONFIG_XFS_FS is not set | 921 | # CONFIG_XFS_FS is not set |
906 | # CONFIG_GFS2_FS is not set | ||
907 | # CONFIG_OCFS2_FS is not set | 922 | # CONFIG_OCFS2_FS is not set |
908 | CONFIG_DNOTIFY=y | 923 | CONFIG_DNOTIFY=y |
909 | CONFIG_INOTIFY=y | 924 | CONFIG_INOTIFY=y |
@@ -957,6 +972,7 @@ CONFIG_CONFIGFS_FS=m | |||
957 | # CONFIG_CRAMFS is not set | 972 | # CONFIG_CRAMFS is not set |
958 | # CONFIG_VXFS_FS is not set | 973 | # CONFIG_VXFS_FS is not set |
959 | CONFIG_MINIX_FS=y | 974 | CONFIG_MINIX_FS=y |
975 | # CONFIG_OMFS_FS is not set | ||
960 | # CONFIG_HPFS_FS is not set | 976 | # CONFIG_HPFS_FS is not set |
961 | # CONFIG_QNX4FS_FS is not set | 977 | # CONFIG_QNX4FS_FS is not set |
962 | # CONFIG_ROMFS_FS is not set | 978 | # CONFIG_ROMFS_FS is not set |
@@ -967,20 +983,17 @@ CONFIG_NFS_FS=y | |||
967 | CONFIG_NFS_V3=y | 983 | CONFIG_NFS_V3=y |
968 | # CONFIG_NFS_V3_ACL is not set | 984 | # CONFIG_NFS_V3_ACL is not set |
969 | CONFIG_NFS_V4=y | 985 | CONFIG_NFS_V4=y |
970 | # CONFIG_NFS_DIRECTIO is not set | 986 | CONFIG_ROOT_NFS=y |
971 | CONFIG_NFSD=y | 987 | CONFIG_NFSD=y |
972 | CONFIG_NFSD_V3=y | 988 | CONFIG_NFSD_V3=y |
973 | # CONFIG_NFSD_V3_ACL is not set | 989 | # CONFIG_NFSD_V3_ACL is not set |
974 | CONFIG_NFSD_V4=y | 990 | CONFIG_NFSD_V4=y |
975 | CONFIG_NFSD_TCP=y | ||
976 | CONFIG_ROOT_NFS=y | ||
977 | CONFIG_LOCKD=y | 991 | CONFIG_LOCKD=y |
978 | CONFIG_LOCKD_V4=y | 992 | CONFIG_LOCKD_V4=y |
979 | CONFIG_EXPORTFS=y | 993 | CONFIG_EXPORTFS=y |
980 | CONFIG_NFS_COMMON=y | 994 | CONFIG_NFS_COMMON=y |
981 | CONFIG_SUNRPC=y | 995 | CONFIG_SUNRPC=y |
982 | CONFIG_SUNRPC_GSS=y | 996 | CONFIG_SUNRPC_GSS=y |
983 | # CONFIG_SUNRPC_BIND34 is not set | ||
984 | CONFIG_RPCSEC_GSS_KRB5=y | 997 | CONFIG_RPCSEC_GSS_KRB5=y |
985 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 998 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
986 | # CONFIG_SMB_FS is not set | 999 | # CONFIG_SMB_FS is not set |
@@ -1043,6 +1056,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1043 | # CONFIG_PRINTK_TIME is not set | 1056 | # CONFIG_PRINTK_TIME is not set |
1044 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1057 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1045 | CONFIG_ENABLE_MUST_CHECK=y | 1058 | CONFIG_ENABLE_MUST_CHECK=y |
1059 | CONFIG_FRAME_WARN=1024 | ||
1046 | CONFIG_MAGIC_SYSRQ=y | 1060 | CONFIG_MAGIC_SYSRQ=y |
1047 | # CONFIG_UNUSED_SYMBOLS is not set | 1061 | # CONFIG_UNUSED_SYMBOLS is not set |
1048 | CONFIG_DEBUG_FS=y | 1062 | CONFIG_DEBUG_FS=y |
@@ -1050,9 +1064,12 @@ CONFIG_DEBUG_FS=y | |||
1050 | CONFIG_DEBUG_KERNEL=y | 1064 | CONFIG_DEBUG_KERNEL=y |
1051 | # CONFIG_DEBUG_SHIRQ is not set | 1065 | # CONFIG_DEBUG_SHIRQ is not set |
1052 | CONFIG_DETECT_SOFTLOCKUP=y | 1066 | CONFIG_DETECT_SOFTLOCKUP=y |
1067 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1068 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1053 | CONFIG_SCHED_DEBUG=y | 1069 | CONFIG_SCHED_DEBUG=y |
1054 | # CONFIG_SCHEDSTATS is not set | 1070 | # CONFIG_SCHEDSTATS is not set |
1055 | # CONFIG_TIMER_STATS is not set | 1071 | # CONFIG_TIMER_STATS is not set |
1072 | # CONFIG_DEBUG_OBJECTS is not set | ||
1056 | # CONFIG_DEBUG_SLAB is not set | 1073 | # CONFIG_DEBUG_SLAB is not set |
1057 | # CONFIG_DEBUG_PREEMPT is not set | 1074 | # CONFIG_DEBUG_PREEMPT is not set |
1058 | # CONFIG_DEBUG_SPINLOCK is not set | 1075 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -1066,6 +1083,8 @@ CONFIG_SCHED_DEBUG=y | |||
1066 | CONFIG_DEBUG_BUGVERBOSE=y | 1083 | CONFIG_DEBUG_BUGVERBOSE=y |
1067 | CONFIG_DEBUG_INFO=y | 1084 | CONFIG_DEBUG_INFO=y |
1068 | # CONFIG_DEBUG_VM is not set | 1085 | # CONFIG_DEBUG_VM is not set |
1086 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1087 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1069 | # CONFIG_DEBUG_LIST is not set | 1088 | # CONFIG_DEBUG_LIST is not set |
1070 | # CONFIG_DEBUG_SG is not set | 1089 | # CONFIG_DEBUG_SG is not set |
1071 | # CONFIG_FRAME_POINTER is not set | 1090 | # CONFIG_FRAME_POINTER is not set |
@@ -1091,51 +1110,84 @@ CONFIG_DEBUG_STACKOVERFLOW=y | |||
1091 | # CONFIG_SECURITY is not set | 1110 | # CONFIG_SECURITY is not set |
1092 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1111 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1093 | CONFIG_CRYPTO=y | 1112 | CONFIG_CRYPTO=y |
1113 | |||
1114 | # | ||
1115 | # Crypto core or helper | ||
1116 | # | ||
1094 | CONFIG_CRYPTO_ALGAPI=y | 1117 | CONFIG_CRYPTO_ALGAPI=y |
1095 | CONFIG_CRYPTO_BLKCIPHER=y | 1118 | CONFIG_CRYPTO_BLKCIPHER=y |
1096 | # CONFIG_CRYPTO_SEQIV is not set | ||
1097 | CONFIG_CRYPTO_HASH=y | 1119 | CONFIG_CRYPTO_HASH=y |
1098 | CONFIG_CRYPTO_MANAGER=y | 1120 | CONFIG_CRYPTO_MANAGER=y |
1121 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1122 | # CONFIG_CRYPTO_NULL is not set | ||
1123 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1124 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1125 | # CONFIG_CRYPTO_TEST is not set | ||
1126 | |||
1127 | # | ||
1128 | # Authenticated Encryption with Associated Data | ||
1129 | # | ||
1130 | # CONFIG_CRYPTO_CCM is not set | ||
1131 | # CONFIG_CRYPTO_GCM is not set | ||
1132 | # CONFIG_CRYPTO_SEQIV is not set | ||
1133 | |||
1134 | # | ||
1135 | # Block modes | ||
1136 | # | ||
1137 | CONFIG_CRYPTO_CBC=y | ||
1138 | # CONFIG_CRYPTO_CTR is not set | ||
1139 | # CONFIG_CRYPTO_CTS is not set | ||
1140 | CONFIG_CRYPTO_ECB=m | ||
1141 | # CONFIG_CRYPTO_LRW is not set | ||
1142 | CONFIG_CRYPTO_PCBC=m | ||
1143 | # CONFIG_CRYPTO_XTS is not set | ||
1144 | |||
1145 | # | ||
1146 | # Hash modes | ||
1147 | # | ||
1099 | CONFIG_CRYPTO_HMAC=y | 1148 | CONFIG_CRYPTO_HMAC=y |
1100 | # CONFIG_CRYPTO_XCBC is not set | 1149 | # CONFIG_CRYPTO_XCBC is not set |
1101 | # CONFIG_CRYPTO_NULL is not set | 1150 | |
1151 | # | ||
1152 | # Digest | ||
1153 | # | ||
1154 | # CONFIG_CRYPTO_CRC32C is not set | ||
1102 | # CONFIG_CRYPTO_MD4 is not set | 1155 | # CONFIG_CRYPTO_MD4 is not set |
1103 | CONFIG_CRYPTO_MD5=y | 1156 | CONFIG_CRYPTO_MD5=y |
1157 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1158 | # CONFIG_CRYPTO_RMD128 is not set | ||
1159 | # CONFIG_CRYPTO_RMD160 is not set | ||
1160 | # CONFIG_CRYPTO_RMD256 is not set | ||
1161 | # CONFIG_CRYPTO_RMD320 is not set | ||
1104 | # CONFIG_CRYPTO_SHA1 is not set | 1162 | # CONFIG_CRYPTO_SHA1 is not set |
1105 | # CONFIG_CRYPTO_SHA256 is not set | 1163 | # CONFIG_CRYPTO_SHA256 is not set |
1106 | # CONFIG_CRYPTO_SHA512 is not set | 1164 | # CONFIG_CRYPTO_SHA512 is not set |
1107 | # CONFIG_CRYPTO_WP512 is not set | ||
1108 | # CONFIG_CRYPTO_TGR192 is not set | 1165 | # CONFIG_CRYPTO_TGR192 is not set |
1109 | # CONFIG_CRYPTO_GF128MUL is not set | 1166 | # CONFIG_CRYPTO_WP512 is not set |
1110 | CONFIG_CRYPTO_ECB=m | 1167 | |
1111 | CONFIG_CRYPTO_CBC=y | 1168 | # |
1112 | CONFIG_CRYPTO_PCBC=m | 1169 | # Ciphers |
1113 | # CONFIG_CRYPTO_LRW is not set | 1170 | # |
1114 | # CONFIG_CRYPTO_XTS is not set | ||
1115 | # CONFIG_CRYPTO_CTR is not set | ||
1116 | # CONFIG_CRYPTO_GCM is not set | ||
1117 | # CONFIG_CRYPTO_CCM is not set | ||
1118 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1119 | CONFIG_CRYPTO_DES=y | ||
1120 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1121 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1122 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1123 | # CONFIG_CRYPTO_SERPENT is not set | ||
1124 | # CONFIG_CRYPTO_AES is not set | 1171 | # CONFIG_CRYPTO_AES is not set |
1172 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1173 | # CONFIG_CRYPTO_ARC4 is not set | ||
1174 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1175 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1125 | # CONFIG_CRYPTO_CAST5 is not set | 1176 | # CONFIG_CRYPTO_CAST5 is not set |
1126 | # CONFIG_CRYPTO_CAST6 is not set | 1177 | # CONFIG_CRYPTO_CAST6 is not set |
1127 | # CONFIG_CRYPTO_TEA is not set | 1178 | CONFIG_CRYPTO_DES=y |
1128 | # CONFIG_CRYPTO_ARC4 is not set | 1179 | # CONFIG_CRYPTO_FCRYPT is not set |
1129 | # CONFIG_CRYPTO_KHAZAD is not set | 1180 | # CONFIG_CRYPTO_KHAZAD is not set |
1130 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1131 | # CONFIG_CRYPTO_SEED is not set | ||
1132 | # CONFIG_CRYPTO_SALSA20 is not set | 1181 | # CONFIG_CRYPTO_SALSA20 is not set |
1182 | # CONFIG_CRYPTO_SEED is not set | ||
1183 | # CONFIG_CRYPTO_SERPENT is not set | ||
1184 | # CONFIG_CRYPTO_TEA is not set | ||
1185 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1186 | |||
1187 | # | ||
1188 | # Compression | ||
1189 | # | ||
1133 | # CONFIG_CRYPTO_DEFLATE is not set | 1190 | # CONFIG_CRYPTO_DEFLATE is not set |
1134 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1135 | # CONFIG_CRYPTO_CRC32C is not set | ||
1136 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1137 | # CONFIG_CRYPTO_TEST is not set | ||
1138 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1139 | # CONFIG_CRYPTO_LZO is not set | 1191 | # CONFIG_CRYPTO_LZO is not set |
1140 | CONFIG_CRYPTO_HW=y | 1192 | CONFIG_CRYPTO_HW=y |
1141 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1193 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
@@ -1144,8 +1196,10 @@ CONFIG_CRYPTO_HW=y | |||
1144 | # Library routines | 1196 | # Library routines |
1145 | # | 1197 | # |
1146 | CONFIG_BITREVERSE=y | 1198 | CONFIG_BITREVERSE=y |
1199 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1147 | # CONFIG_CRC_CCITT is not set | 1200 | # CONFIG_CRC_CCITT is not set |
1148 | # CONFIG_CRC16 is not set | 1201 | # CONFIG_CRC16 is not set |
1202 | CONFIG_CRC_T10DIF=y | ||
1149 | # CONFIG_CRC_ITU_T is not set | 1203 | # CONFIG_CRC_ITU_T is not set |
1150 | CONFIG_CRC32=y | 1204 | CONFIG_CRC32=y |
1151 | # CONFIG_CRC7 is not set | 1205 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/r7785rp_defconfig b/arch/sh/configs/r7785rp_defconfig index 0dc1ce7b9349..1d09d24d4298 100644 --- a/arch/sh/configs/r7785rp_defconfig +++ b/arch/sh/configs/r7785rp_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc3 | 3 | # Linux kernel version: 2.6.26 |
4 | # Fri Nov 23 14:03:57 2007 | 4 | # Wed Jul 30 00:59:19 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -21,6 +22,8 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 24 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
25 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
26 | CONFIG_IO_TRAPPED=y | ||
24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
25 | 28 | ||
26 | # | 29 | # |
@@ -39,18 +42,16 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
39 | CONFIG_BSD_PROCESS_ACCT=y | 42 | CONFIG_BSD_PROCESS_ACCT=y |
40 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 43 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
41 | # CONFIG_TASKSTATS is not set | 44 | # CONFIG_TASKSTATS is not set |
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_PID_NS is not set | ||
44 | # CONFIG_AUDIT is not set | 45 | # CONFIG_AUDIT is not set |
45 | CONFIG_IKCONFIG=y | 46 | CONFIG_IKCONFIG=y |
46 | CONFIG_IKCONFIG_PROC=y | 47 | CONFIG_IKCONFIG_PROC=y |
47 | CONFIG_LOG_BUF_SHIFT=14 | 48 | CONFIG_LOG_BUF_SHIFT=14 |
48 | # CONFIG_CGROUPS is not set | 49 | # CONFIG_CGROUPS is not set |
49 | CONFIG_FAIR_GROUP_SCHED=y | 50 | # CONFIG_GROUP_SCHED is not set |
50 | CONFIG_FAIR_USER_SCHED=y | 51 | CONFIG_SYSFS_DEPRECATED=y |
51 | # CONFIG_FAIR_CGROUP_SCHED is not set | 52 | CONFIG_SYSFS_DEPRECATED_V2=y |
52 | # CONFIG_SYSFS_DEPRECATED is not set | ||
53 | # CONFIG_RELAY is not set | 53 | # CONFIG_RELAY is not set |
54 | # CONFIG_NAMESPACES is not set | ||
54 | # CONFIG_BLK_DEV_INITRD is not set | 55 | # CONFIG_BLK_DEV_INITRD is not set |
55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
56 | CONFIG_SYSCTL=y | 57 | CONFIG_SYSCTL=y |
@@ -64,20 +65,37 @@ CONFIG_HOTPLUG=y | |||
64 | CONFIG_PRINTK=y | 65 | CONFIG_PRINTK=y |
65 | CONFIG_BUG=y | 66 | CONFIG_BUG=y |
66 | CONFIG_ELF_CORE=y | 67 | CONFIG_ELF_CORE=y |
68 | CONFIG_COMPAT_BRK=y | ||
67 | CONFIG_BASE_FULL=y | 69 | CONFIG_BASE_FULL=y |
68 | # CONFIG_FUTEX is not set | 70 | # CONFIG_FUTEX is not set |
69 | CONFIG_ANON_INODES=y | 71 | CONFIG_ANON_INODES=y |
70 | # CONFIG_EPOLL is not set | 72 | # CONFIG_EPOLL is not set |
71 | CONFIG_SIGNALFD=y | 73 | CONFIG_SIGNALFD=y |
74 | CONFIG_TIMERFD=y | ||
72 | CONFIG_EVENTFD=y | 75 | CONFIG_EVENTFD=y |
73 | CONFIG_SHMEM=y | 76 | CONFIG_SHMEM=y |
74 | CONFIG_VM_EVENT_COUNTERS=y | 77 | CONFIG_VM_EVENT_COUNTERS=y |
75 | CONFIG_SLAB=y | 78 | CONFIG_SLAB=y |
76 | # CONFIG_SLUB is not set | 79 | # CONFIG_SLUB is not set |
77 | # CONFIG_SLOB is not set | 80 | # CONFIG_SLOB is not set |
81 | CONFIG_PROFILING=y | ||
82 | # CONFIG_MARKERS is not set | ||
83 | CONFIG_OPROFILE=m | ||
84 | CONFIG_HAVE_OPROFILE=y | ||
85 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
86 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
87 | # CONFIG_HAVE_KPROBES is not set | ||
88 | # CONFIG_HAVE_KRETPROBES is not set | ||
89 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
90 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
91 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
92 | CONFIG_HAVE_CLK=y | ||
93 | CONFIG_PROC_PAGE_MONITOR=y | ||
94 | CONFIG_SLABINFO=y | ||
78 | # CONFIG_TINY_SHMEM is not set | 95 | # CONFIG_TINY_SHMEM is not set |
79 | CONFIG_BASE_SMALL=0 | 96 | CONFIG_BASE_SMALL=0 |
80 | CONFIG_MODULES=y | 97 | CONFIG_MODULES=y |
98 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
81 | CONFIG_MODULE_UNLOAD=y | 99 | CONFIG_MODULE_UNLOAD=y |
82 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 100 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
83 | # CONFIG_MODVERSIONS is not set | 101 | # CONFIG_MODVERSIONS is not set |
@@ -88,6 +106,7 @@ CONFIG_BLOCK=y | |||
88 | # CONFIG_BLK_DEV_IO_TRACE is not set | 106 | # CONFIG_BLK_DEV_IO_TRACE is not set |
89 | # CONFIG_LSF is not set | 107 | # CONFIG_LSF is not set |
90 | # CONFIG_BLK_DEV_BSG is not set | 108 | # CONFIG_BLK_DEV_BSG is not set |
109 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
91 | 110 | ||
92 | # | 111 | # |
93 | # IO Schedulers | 112 | # IO Schedulers |
@@ -101,6 +120,7 @@ CONFIG_IOSCHED_NOOP=y | |||
101 | # CONFIG_DEFAULT_CFQ is not set | 120 | # CONFIG_DEFAULT_CFQ is not set |
102 | CONFIG_DEFAULT_NOOP=y | 121 | CONFIG_DEFAULT_NOOP=y |
103 | CONFIG_DEFAULT_IOSCHED="noop" | 122 | CONFIG_DEFAULT_IOSCHED="noop" |
123 | CONFIG_CLASSIC_RCU=y | ||
104 | 124 | ||
105 | # | 125 | # |
106 | # System type | 126 | # System type |
@@ -109,7 +129,10 @@ CONFIG_CPU_SH4=y | |||
109 | CONFIG_CPU_SH4A=y | 129 | CONFIG_CPU_SH4A=y |
110 | CONFIG_CPU_SHX2=y | 130 | CONFIG_CPU_SHX2=y |
111 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
132 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
112 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
134 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
135 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
113 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
114 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 138 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -118,6 +141,7 @@ CONFIG_CPU_SHX2=y | |||
118 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
120 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
144 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
121 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 145 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 146 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -126,12 +150,15 @@ CONFIG_CPU_SHX2=y | |||
126 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 150 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
127 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
128 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
153 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | ||
129 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 155 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
130 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
131 | CONFIG_CPU_SUBTYPE_SH7785=y | 157 | CONFIG_CPU_SUBTYPE_SH7785=y |
132 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 158 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
133 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 159 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
134 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 160 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
161 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | 162 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set |
136 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | 163 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set |
137 | 164 | ||
@@ -157,7 +184,9 @@ CONFIG_ARCH_SELECT_MEMORY_MODEL=y | |||
157 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 184 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
158 | CONFIG_PAGE_SIZE_4KB=y | 185 | CONFIG_PAGE_SIZE_4KB=y |
159 | # CONFIG_PAGE_SIZE_8KB is not set | 186 | # CONFIG_PAGE_SIZE_8KB is not set |
187 | # CONFIG_PAGE_SIZE_16KB is not set | ||
160 | # CONFIG_PAGE_SIZE_64KB is not set | 188 | # CONFIG_PAGE_SIZE_64KB is not set |
189 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
161 | # CONFIG_HUGETLB_PAGE_SIZE_64K is not set | 190 | # CONFIG_HUGETLB_PAGE_SIZE_64K is not set |
162 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | 191 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set |
163 | CONFIG_HUGETLB_PAGE_SIZE_1MB=y | 192 | CONFIG_HUGETLB_PAGE_SIZE_1MB=y |
@@ -173,6 +202,7 @@ CONFIG_HAVE_MEMORY_PRESENT=y | |||
173 | CONFIG_SPARSEMEM_STATIC=y | 202 | CONFIG_SPARSEMEM_STATIC=y |
174 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 203 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
175 | # CONFIG_MEMORY_HOTPLUG is not set | 204 | # CONFIG_MEMORY_HOTPLUG is not set |
205 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
176 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 206 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
177 | # CONFIG_RESOURCES_64BIT is not set | 207 | # CONFIG_RESOURCES_64BIT is not set |
178 | CONFIG_ZONE_DMA_FLAG=0 | 208 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -202,6 +232,7 @@ CONFIG_CPU_HAS_FPU=y | |||
202 | # Board support | 232 | # Board support |
203 | # | 233 | # |
204 | CONFIG_SH_HIGHLANDER=y | 234 | CONFIG_SH_HIGHLANDER=y |
235 | # CONFIG_SH_SH7785LCR is not set | ||
205 | # CONFIG_SH_R7780RP is not set | 236 | # CONFIG_SH_R7780RP is not set |
206 | # CONFIG_SH_R7780MP is not set | 237 | # CONFIG_SH_R7780MP is not set |
207 | CONFIG_SH_R7785RP=y | 238 | CONFIG_SH_R7785RP=y |
@@ -245,12 +276,13 @@ CONFIG_HZ_250=y | |||
245 | # CONFIG_HZ_300 is not set | 276 | # CONFIG_HZ_300 is not set |
246 | # CONFIG_HZ_1000 is not set | 277 | # CONFIG_HZ_1000 is not set |
247 | CONFIG_HZ=250 | 278 | CONFIG_HZ=250 |
279 | # CONFIG_SCHED_HRTICK is not set | ||
248 | CONFIG_KEXEC=y | 280 | CONFIG_KEXEC=y |
249 | # CONFIG_CRASH_DUMP is not set | 281 | # CONFIG_CRASH_DUMP is not set |
250 | # CONFIG_PREEMPT_NONE is not set | 282 | # CONFIG_PREEMPT_NONE is not set |
251 | # CONFIG_PREEMPT_VOLUNTARY is not set | 283 | # CONFIG_PREEMPT_VOLUNTARY is not set |
252 | CONFIG_PREEMPT=y | 284 | CONFIG_PREEMPT=y |
253 | CONFIG_PREEMPT_BKL=y | 285 | # CONFIG_PREEMPT_RCU is not set |
254 | CONFIG_GUSA=y | 286 | CONFIG_GUSA=y |
255 | 287 | ||
256 | # | 288 | # |
@@ -295,6 +327,7 @@ CONFIG_XFRM=y | |||
295 | # CONFIG_XFRM_USER is not set | 327 | # CONFIG_XFRM_USER is not set |
296 | # CONFIG_XFRM_SUB_POLICY is not set | 328 | # CONFIG_XFRM_SUB_POLICY is not set |
297 | # CONFIG_XFRM_MIGRATE is not set | 329 | # CONFIG_XFRM_MIGRATE is not set |
330 | # CONFIG_XFRM_STATISTICS is not set | ||
298 | # CONFIG_NET_KEY is not set | 331 | # CONFIG_NET_KEY is not set |
299 | CONFIG_INET=y | 332 | CONFIG_INET=y |
300 | # CONFIG_IP_MULTICAST is not set | 333 | # CONFIG_IP_MULTICAST is not set |
@@ -329,14 +362,13 @@ CONFIG_TCP_CONG_CUBIC=y | |||
329 | CONFIG_DEFAULT_TCP_CONG="cubic" | 362 | CONFIG_DEFAULT_TCP_CONG="cubic" |
330 | # CONFIG_TCP_MD5SIG is not set | 363 | # CONFIG_TCP_MD5SIG is not set |
331 | # CONFIG_IPV6 is not set | 364 | # CONFIG_IPV6 is not set |
332 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
333 | # CONFIG_INET6_TUNNEL is not set | ||
334 | # CONFIG_NETWORK_SECMARK is not set | 365 | # CONFIG_NETWORK_SECMARK is not set |
335 | # CONFIG_NETFILTER is not set | 366 | # CONFIG_NETFILTER is not set |
336 | # CONFIG_IP_DCCP is not set | 367 | # CONFIG_IP_DCCP is not set |
337 | # CONFIG_IP_SCTP is not set | 368 | # CONFIG_IP_SCTP is not set |
338 | # CONFIG_TIPC is not set | 369 | # CONFIG_TIPC is not set |
339 | # CONFIG_ATM is not set | 370 | # CONFIG_ATM is not set |
371 | CONFIG_STP=m | ||
340 | CONFIG_BRIDGE=m | 372 | CONFIG_BRIDGE=m |
341 | # CONFIG_VLAN_8021Q is not set | 373 | # CONFIG_VLAN_8021Q is not set |
342 | # CONFIG_DECNET is not set | 374 | # CONFIG_DECNET is not set |
@@ -355,6 +387,7 @@ CONFIG_LLC=m | |||
355 | # | 387 | # |
356 | # CONFIG_NET_PKTGEN is not set | 388 | # CONFIG_NET_PKTGEN is not set |
357 | # CONFIG_HAMRADIO is not set | 389 | # CONFIG_HAMRADIO is not set |
390 | # CONFIG_CAN is not set | ||
358 | # CONFIG_IRDA is not set | 391 | # CONFIG_IRDA is not set |
359 | # CONFIG_BT is not set | 392 | # CONFIG_BT is not set |
360 | # CONFIG_AF_RXRPC is not set | 393 | # CONFIG_AF_RXRPC is not set |
@@ -364,6 +397,7 @@ CONFIG_LLC=m | |||
364 | # | 397 | # |
365 | # CONFIG_CFG80211 is not set | 398 | # CONFIG_CFG80211 is not set |
366 | CONFIG_WIRELESS_EXT=y | 399 | CONFIG_WIRELESS_EXT=y |
400 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
367 | # CONFIG_MAC80211 is not set | 401 | # CONFIG_MAC80211 is not set |
368 | # CONFIG_IEEE80211 is not set | 402 | # CONFIG_IEEE80211 is not set |
369 | # CONFIG_RFKILL is not set | 403 | # CONFIG_RFKILL is not set |
@@ -380,6 +414,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
380 | CONFIG_STANDALONE=y | 414 | CONFIG_STANDALONE=y |
381 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 415 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
382 | CONFIG_FW_LOADER=m | 416 | CONFIG_FW_LOADER=m |
417 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
418 | CONFIG_EXTRA_FIRMWARE="" | ||
383 | # CONFIG_DEBUG_DRIVER is not set | 419 | # CONFIG_DEBUG_DRIVER is not set |
384 | # CONFIG_DEBUG_DEVRES is not set | 420 | # CONFIG_DEBUG_DEVRES is not set |
385 | # CONFIG_SYS_HYPERVISOR is not set | 421 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -397,14 +433,18 @@ CONFIG_BLK_DEV=y | |||
397 | CONFIG_BLK_DEV_RAM=y | 433 | CONFIG_BLK_DEV_RAM=y |
398 | CONFIG_BLK_DEV_RAM_COUNT=16 | 434 | CONFIG_BLK_DEV_RAM_COUNT=16 |
399 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 435 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
400 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 436 | # CONFIG_BLK_DEV_XIP is not set |
401 | # CONFIG_CDROM_PKTCDVD is not set | 437 | # CONFIG_CDROM_PKTCDVD is not set |
402 | # CONFIG_ATA_OVER_ETH is not set | 438 | # CONFIG_ATA_OVER_ETH is not set |
439 | # CONFIG_BLK_DEV_HD is not set | ||
403 | CONFIG_MISC_DEVICES=y | 440 | CONFIG_MISC_DEVICES=y |
404 | # CONFIG_PHANTOM is not set | 441 | # CONFIG_PHANTOM is not set |
405 | CONFIG_EEPROM_93CX6=y | 442 | CONFIG_EEPROM_93CX6=y |
406 | # CONFIG_SGI_IOC4 is not set | 443 | # CONFIG_SGI_IOC4 is not set |
407 | # CONFIG_TIFM_CORE is not set | 444 | # CONFIG_TIFM_CORE is not set |
445 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
446 | # CONFIG_HP_ILO is not set | ||
447 | CONFIG_HAVE_IDE=y | ||
408 | # CONFIG_IDE is not set | 448 | # CONFIG_IDE is not set |
409 | 449 | ||
410 | # | 450 | # |
@@ -464,6 +504,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
464 | # CONFIG_SCSI_IPS is not set | 504 | # CONFIG_SCSI_IPS is not set |
465 | # CONFIG_SCSI_INITIO is not set | 505 | # CONFIG_SCSI_INITIO is not set |
466 | # CONFIG_SCSI_INIA100 is not set | 506 | # CONFIG_SCSI_INIA100 is not set |
507 | # CONFIG_SCSI_MVSAS is not set | ||
467 | # CONFIG_SCSI_STEX is not set | 508 | # CONFIG_SCSI_STEX is not set |
468 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 509 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
469 | # CONFIG_SCSI_IPR is not set | 510 | # CONFIG_SCSI_IPR is not set |
@@ -476,9 +517,13 @@ CONFIG_SCSI_LOWLEVEL=y | |||
476 | # CONFIG_SCSI_NSP32 is not set | 517 | # CONFIG_SCSI_NSP32 is not set |
477 | # CONFIG_SCSI_DEBUG is not set | 518 | # CONFIG_SCSI_DEBUG is not set |
478 | # CONFIG_SCSI_SRP is not set | 519 | # CONFIG_SCSI_SRP is not set |
520 | # CONFIG_SCSI_DH is not set | ||
479 | CONFIG_ATA=y | 521 | CONFIG_ATA=y |
480 | # CONFIG_ATA_NONSTANDARD is not set | 522 | # CONFIG_ATA_NONSTANDARD is not set |
523 | CONFIG_SATA_PMP=y | ||
481 | # CONFIG_SATA_AHCI is not set | 524 | # CONFIG_SATA_AHCI is not set |
525 | # CONFIG_SATA_SIL24 is not set | ||
526 | CONFIG_ATA_SFF=y | ||
482 | # CONFIG_SATA_SVW is not set | 527 | # CONFIG_SATA_SVW is not set |
483 | # CONFIG_ATA_PIIX is not set | 528 | # CONFIG_ATA_PIIX is not set |
484 | # CONFIG_SATA_MV is not set | 529 | # CONFIG_SATA_MV is not set |
@@ -488,7 +533,6 @@ CONFIG_ATA=y | |||
488 | # CONFIG_SATA_PROMISE is not set | 533 | # CONFIG_SATA_PROMISE is not set |
489 | # CONFIG_SATA_SX4 is not set | 534 | # CONFIG_SATA_SX4 is not set |
490 | CONFIG_SATA_SIL=y | 535 | CONFIG_SATA_SIL=y |
491 | # CONFIG_SATA_SIL24 is not set | ||
492 | # CONFIG_SATA_SIS is not set | 536 | # CONFIG_SATA_SIS is not set |
493 | # CONFIG_SATA_ULI is not set | 537 | # CONFIG_SATA_ULI is not set |
494 | # CONFIG_SATA_VIA is not set | 538 | # CONFIG_SATA_VIA is not set |
@@ -517,6 +561,7 @@ CONFIG_SATA_SIL=y | |||
517 | # CONFIG_PATA_MPIIX is not set | 561 | # CONFIG_PATA_MPIIX is not set |
518 | # CONFIG_PATA_OLDPIIX is not set | 562 | # CONFIG_PATA_OLDPIIX is not set |
519 | # CONFIG_PATA_NETCELL is not set | 563 | # CONFIG_PATA_NETCELL is not set |
564 | # CONFIG_PATA_NINJA32 is not set | ||
520 | # CONFIG_PATA_NS87410 is not set | 565 | # CONFIG_PATA_NS87410 is not set |
521 | # CONFIG_PATA_NS87415 is not set | 566 | # CONFIG_PATA_NS87415 is not set |
522 | # CONFIG_PATA_OPTI is not set | 567 | # CONFIG_PATA_OPTI is not set |
@@ -532,24 +577,27 @@ CONFIG_SATA_SIL=y | |||
532 | # CONFIG_PATA_VIA is not set | 577 | # CONFIG_PATA_VIA is not set |
533 | # CONFIG_PATA_WINBOND is not set | 578 | # CONFIG_PATA_WINBOND is not set |
534 | CONFIG_PATA_PLATFORM=y | 579 | CONFIG_PATA_PLATFORM=y |
580 | # CONFIG_PATA_SCH is not set | ||
535 | # CONFIG_MD is not set | 581 | # CONFIG_MD is not set |
536 | # CONFIG_FUSION is not set | 582 | # CONFIG_FUSION is not set |
537 | 583 | ||
538 | # | 584 | # |
539 | # IEEE 1394 (FireWire) support | 585 | # IEEE 1394 (FireWire) support |
540 | # | 586 | # |
587 | |||
588 | # | ||
589 | # Enable only one of the two stacks, unless you know what you are doing | ||
590 | # | ||
541 | # CONFIG_FIREWIRE is not set | 591 | # CONFIG_FIREWIRE is not set |
542 | # CONFIG_IEEE1394 is not set | 592 | # CONFIG_IEEE1394 is not set |
543 | # CONFIG_I2O is not set | 593 | # CONFIG_I2O is not set |
544 | CONFIG_NETDEVICES=y | 594 | CONFIG_NETDEVICES=y |
545 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
546 | # CONFIG_DUMMY is not set | 595 | # CONFIG_DUMMY is not set |
547 | # CONFIG_BONDING is not set | 596 | # CONFIG_BONDING is not set |
548 | # CONFIG_MACVLAN is not set | 597 | # CONFIG_MACVLAN is not set |
549 | # CONFIG_EQUALIZER is not set | 598 | # CONFIG_EQUALIZER is not set |
550 | # CONFIG_TUN is not set | 599 | # CONFIG_TUN is not set |
551 | # CONFIG_VETH is not set | 600 | # CONFIG_VETH is not set |
552 | # CONFIG_IP1000 is not set | ||
553 | # CONFIG_ARCNET is not set | 601 | # CONFIG_ARCNET is not set |
554 | # CONFIG_PHYLIB is not set | 602 | # CONFIG_PHYLIB is not set |
555 | CONFIG_NET_ETHERNET=y | 603 | CONFIG_NET_ETHERNET=y |
@@ -576,20 +624,21 @@ CONFIG_NETDEV_1000=y | |||
576 | # CONFIG_DL2K is not set | 624 | # CONFIG_DL2K is not set |
577 | # CONFIG_E1000 is not set | 625 | # CONFIG_E1000 is not set |
578 | # CONFIG_E1000E is not set | 626 | # CONFIG_E1000E is not set |
627 | # CONFIG_IP1000 is not set | ||
628 | # CONFIG_IGB is not set | ||
579 | # CONFIG_NS83820 is not set | 629 | # CONFIG_NS83820 is not set |
580 | # CONFIG_HAMACHI is not set | 630 | # CONFIG_HAMACHI is not set |
581 | # CONFIG_YELLOWFIN is not set | 631 | # CONFIG_YELLOWFIN is not set |
582 | CONFIG_R8169=y | 632 | CONFIG_R8169=y |
583 | # CONFIG_R8169_NAPI is not set | ||
584 | # CONFIG_SIS190 is not set | 633 | # CONFIG_SIS190 is not set |
585 | # CONFIG_SKGE is not set | 634 | # CONFIG_SKGE is not set |
586 | # CONFIG_SKY2 is not set | 635 | # CONFIG_SKY2 is not set |
587 | # CONFIG_SK98LIN is not set | ||
588 | # CONFIG_VIA_VELOCITY is not set | 636 | # CONFIG_VIA_VELOCITY is not set |
589 | # CONFIG_TIGON3 is not set | 637 | # CONFIG_TIGON3 is not set |
590 | # CONFIG_BNX2 is not set | 638 | # CONFIG_BNX2 is not set |
591 | # CONFIG_QLA3XXX is not set | 639 | # CONFIG_QLA3XXX is not set |
592 | # CONFIG_ATL1 is not set | 640 | # CONFIG_ATL1 is not set |
641 | # CONFIG_ATL1E is not set | ||
593 | CONFIG_NETDEV_10000=y | 642 | CONFIG_NETDEV_10000=y |
594 | # CONFIG_CHELSIO_T1 is not set | 643 | # CONFIG_CHELSIO_T1 is not set |
595 | # CONFIG_CHELSIO_T3 is not set | 644 | # CONFIG_CHELSIO_T3 is not set |
@@ -601,6 +650,8 @@ CONFIG_NETDEV_10000=y | |||
601 | # CONFIG_NIU is not set | 650 | # CONFIG_NIU is not set |
602 | # CONFIG_MLX4_CORE is not set | 651 | # CONFIG_MLX4_CORE is not set |
603 | # CONFIG_TEHUTI is not set | 652 | # CONFIG_TEHUTI is not set |
653 | # CONFIG_BNX2X is not set | ||
654 | # CONFIG_SFC is not set | ||
604 | # CONFIG_TR is not set | 655 | # CONFIG_TR is not set |
605 | 656 | ||
606 | # | 657 | # |
@@ -608,13 +659,13 @@ CONFIG_NETDEV_10000=y | |||
608 | # | 659 | # |
609 | # CONFIG_WLAN_PRE80211 is not set | 660 | # CONFIG_WLAN_PRE80211 is not set |
610 | # CONFIG_WLAN_80211 is not set | 661 | # CONFIG_WLAN_80211 is not set |
662 | # CONFIG_IWLWIFI_LEDS is not set | ||
611 | # CONFIG_WAN is not set | 663 | # CONFIG_WAN is not set |
612 | # CONFIG_FDDI is not set | 664 | # CONFIG_FDDI is not set |
613 | # CONFIG_HIPPI is not set | 665 | # CONFIG_HIPPI is not set |
614 | # CONFIG_PPP is not set | 666 | # CONFIG_PPP is not set |
615 | # CONFIG_SLIP is not set | 667 | # CONFIG_SLIP is not set |
616 | # CONFIG_NET_FC is not set | 668 | # CONFIG_NET_FC is not set |
617 | # CONFIG_SHAPER is not set | ||
618 | # CONFIG_NETCONSOLE is not set | 669 | # CONFIG_NETCONSOLE is not set |
619 | # CONFIG_NETPOLL is not set | 670 | # CONFIG_NETPOLL is not set |
620 | # CONFIG_NET_POLL_CONTROLLER is not set | 671 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -649,6 +700,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
649 | # CONFIG_KEYBOARD_XTKBD is not set | 700 | # CONFIG_KEYBOARD_XTKBD is not set |
650 | # CONFIG_KEYBOARD_NEWTON is not set | 701 | # CONFIG_KEYBOARD_NEWTON is not set |
651 | # CONFIG_KEYBOARD_STOWAWAY is not set | 702 | # CONFIG_KEYBOARD_STOWAWAY is not set |
703 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
652 | # CONFIG_INPUT_MOUSE is not set | 704 | # CONFIG_INPUT_MOUSE is not set |
653 | # CONFIG_INPUT_JOYSTICK is not set | 705 | # CONFIG_INPUT_JOYSTICK is not set |
654 | # CONFIG_INPUT_TABLET is not set | 706 | # CONFIG_INPUT_TABLET is not set |
@@ -670,7 +722,9 @@ CONFIG_SERIO_LIBPS2=y | |||
670 | # Character devices | 722 | # Character devices |
671 | # | 723 | # |
672 | # CONFIG_VT is not set | 724 | # CONFIG_VT is not set |
725 | CONFIG_DEVKMEM=y | ||
673 | # CONFIG_SERIAL_NONSTANDARD is not set | 726 | # CONFIG_SERIAL_NONSTANDARD is not set |
727 | # CONFIG_NOZOMI is not set | ||
674 | 728 | ||
675 | # | 729 | # |
676 | # Serial drivers | 730 | # Serial drivers |
@@ -697,12 +751,7 @@ CONFIG_HW_RANDOM=y | |||
697 | # CONFIG_TCG_TPM is not set | 751 | # CONFIG_TCG_TPM is not set |
698 | CONFIG_DEVPORT=y | 752 | CONFIG_DEVPORT=y |
699 | # CONFIG_I2C is not set | 753 | # CONFIG_I2C is not set |
700 | |||
701 | # | ||
702 | # SPI support | ||
703 | # | ||
704 | # CONFIG_SPI is not set | 754 | # CONFIG_SPI is not set |
705 | # CONFIG_SPI_MASTER is not set | ||
706 | # CONFIG_W1 is not set | 755 | # CONFIG_W1 is not set |
707 | # CONFIG_POWER_SUPPLY is not set | 756 | # CONFIG_POWER_SUPPLY is not set |
708 | CONFIG_HWMON=y | 757 | CONFIG_HWMON=y |
@@ -722,6 +771,8 @@ CONFIG_HWMON=y | |||
722 | # CONFIG_SENSORS_W83627HF is not set | 771 | # CONFIG_SENSORS_W83627HF is not set |
723 | # CONFIG_SENSORS_W83627EHF is not set | 772 | # CONFIG_SENSORS_W83627EHF is not set |
724 | # CONFIG_HWMON_DEBUG_CHIP is not set | 773 | # CONFIG_HWMON_DEBUG_CHIP is not set |
774 | # CONFIG_THERMAL is not set | ||
775 | # CONFIG_THERMAL_HWMON is not set | ||
725 | # CONFIG_WATCHDOG is not set | 776 | # CONFIG_WATCHDOG is not set |
726 | 777 | ||
727 | # | 778 | # |
@@ -733,13 +784,24 @@ CONFIG_SSB_POSSIBLE=y | |||
733 | # | 784 | # |
734 | # Multifunction device drivers | 785 | # Multifunction device drivers |
735 | # | 786 | # |
787 | # CONFIG_MFD_CORE is not set | ||
736 | # CONFIG_MFD_SM501 is not set | 788 | # CONFIG_MFD_SM501 is not set |
789 | # CONFIG_HTC_PASIC3 is not set | ||
737 | 790 | ||
738 | # | 791 | # |
739 | # Multimedia devices | 792 | # Multimedia devices |
740 | # | 793 | # |
794 | |||
795 | # | ||
796 | # Multimedia core support | ||
797 | # | ||
741 | # CONFIG_VIDEO_DEV is not set | 798 | # CONFIG_VIDEO_DEV is not set |
742 | # CONFIG_DVB_CORE is not set | 799 | # CONFIG_DVB_CORE is not set |
800 | # CONFIG_VIDEO_MEDIA is not set | ||
801 | |||
802 | # | ||
803 | # Multimedia drivers | ||
804 | # | ||
743 | # CONFIG_DAB is not set | 805 | # CONFIG_DAB is not set |
744 | 806 | ||
745 | # | 807 | # |
@@ -751,15 +813,15 @@ CONFIG_SSB_POSSIBLE=y | |||
751 | CONFIG_FB=y | 813 | CONFIG_FB=y |
752 | # CONFIG_FIRMWARE_EDID is not set | 814 | # CONFIG_FIRMWARE_EDID is not set |
753 | # CONFIG_FB_DDC is not set | 815 | # CONFIG_FB_DDC is not set |
754 | # CONFIG_FB_CFB_FILLRECT is not set | 816 | CONFIG_FB_CFB_FILLRECT=m |
755 | # CONFIG_FB_CFB_COPYAREA is not set | 817 | CONFIG_FB_CFB_COPYAREA=m |
756 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 818 | CONFIG_FB_CFB_IMAGEBLIT=m |
757 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | 819 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
758 | # CONFIG_FB_SYS_FILLRECT is not set | 820 | # CONFIG_FB_SYS_FILLRECT is not set |
759 | # CONFIG_FB_SYS_COPYAREA is not set | 821 | # CONFIG_FB_SYS_COPYAREA is not set |
760 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 822 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
823 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
761 | # CONFIG_FB_SYS_FOPS is not set | 824 | # CONFIG_FB_SYS_FOPS is not set |
762 | CONFIG_FB_DEFERRED_IO=y | ||
763 | # CONFIG_FB_SVGALIB is not set | 825 | # CONFIG_FB_SVGALIB is not set |
764 | # CONFIG_FB_MACMODES is not set | 826 | # CONFIG_FB_MACMODES is not set |
765 | # CONFIG_FB_BACKLIGHT is not set | 827 | # CONFIG_FB_BACKLIGHT is not set |
@@ -792,6 +854,8 @@ CONFIG_FB_DEFERRED_IO=y | |||
792 | # CONFIG_FB_TRIDENT is not set | 854 | # CONFIG_FB_TRIDENT is not set |
793 | # CONFIG_FB_ARK is not set | 855 | # CONFIG_FB_ARK is not set |
794 | # CONFIG_FB_PM3 is not set | 856 | # CONFIG_FB_PM3 is not set |
857 | # CONFIG_FB_CARMINE is not set | ||
858 | CONFIG_FB_SH_MOBILE_LCDC=m | ||
795 | # CONFIG_FB_VIRTUAL is not set | 859 | # CONFIG_FB_VIRTUAL is not set |
796 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 860 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
797 | 861 | ||
@@ -800,24 +864,9 @@ CONFIG_FB_DEFERRED_IO=y | |||
800 | # | 864 | # |
801 | # CONFIG_DISPLAY_SUPPORT is not set | 865 | # CONFIG_DISPLAY_SUPPORT is not set |
802 | # CONFIG_LOGO is not set | 866 | # CONFIG_LOGO is not set |
803 | |||
804 | # | ||
805 | # Sound | ||
806 | # | ||
807 | CONFIG_SOUND=m | 867 | CONFIG_SOUND=m |
808 | |||
809 | # | ||
810 | # Advanced Linux Sound Architecture | ||
811 | # | ||
812 | # CONFIG_SND is not set | 868 | # CONFIG_SND is not set |
813 | |||
814 | # | ||
815 | # Open Sound System | ||
816 | # | ||
817 | CONFIG_SOUND_PRIME=m | 869 | CONFIG_SOUND_PRIME=m |
818 | # CONFIG_SOUND_TRIDENT is not set | ||
819 | # CONFIG_SOUND_MSNDCLAS is not set | ||
820 | # CONFIG_SOUND_MSNDPIN is not set | ||
821 | CONFIG_HID_SUPPORT=y | 870 | CONFIG_HID_SUPPORT=y |
822 | CONFIG_HID=y | 871 | CONFIG_HID=y |
823 | # CONFIG_HID_DEBUG is not set | 872 | # CONFIG_HID_DEBUG is not set |
@@ -827,17 +876,17 @@ CONFIG_USB_ARCH_HAS_HCD=y | |||
827 | CONFIG_USB_ARCH_HAS_OHCI=y | 876 | CONFIG_USB_ARCH_HAS_OHCI=y |
828 | CONFIG_USB_ARCH_HAS_EHCI=y | 877 | CONFIG_USB_ARCH_HAS_EHCI=y |
829 | # CONFIG_USB is not set | 878 | # CONFIG_USB is not set |
879 | # CONFIG_USB_OTG_WHITELIST is not set | ||
880 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
830 | 881 | ||
831 | # | 882 | # |
832 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 883 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
833 | # | 884 | # |
834 | |||
835 | # | ||
836 | # USB Gadget Support | ||
837 | # | ||
838 | # CONFIG_USB_GADGET is not set | 885 | # CONFIG_USB_GADGET is not set |
839 | # CONFIG_MMC is not set | 886 | # CONFIG_MMC is not set |
887 | # CONFIG_MEMSTICK is not set | ||
840 | # CONFIG_NEW_LEDS is not set | 888 | # CONFIG_NEW_LEDS is not set |
889 | # CONFIG_ACCESSIBILITY is not set | ||
841 | # CONFIG_INFINIBAND is not set | 890 | # CONFIG_INFINIBAND is not set |
842 | CONFIG_RTC_LIB=y | 891 | CONFIG_RTC_LIB=y |
843 | CONFIG_RTC_CLASS=y | 892 | CONFIG_RTC_CLASS=y |
@@ -861,9 +910,10 @@ CONFIG_RTC_INTF_DEV=y | |||
861 | # | 910 | # |
862 | # Platform RTC drivers | 911 | # Platform RTC drivers |
863 | # | 912 | # |
913 | # CONFIG_RTC_DRV_DS1511 is not set | ||
864 | # CONFIG_RTC_DRV_DS1553 is not set | 914 | # CONFIG_RTC_DRV_DS1553 is not set |
865 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
866 | # CONFIG_RTC_DRV_DS1742 is not set | 915 | # CONFIG_RTC_DRV_DS1742 is not set |
916 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
867 | # CONFIG_RTC_DRV_M48T86 is not set | 917 | # CONFIG_RTC_DRV_M48T86 is not set |
868 | # CONFIG_RTC_DRV_M48T59 is not set | 918 | # CONFIG_RTC_DRV_M48T59 is not set |
869 | # CONFIG_RTC_DRV_V3020 is not set | 919 | # CONFIG_RTC_DRV_V3020 is not set |
@@ -872,10 +922,7 @@ CONFIG_RTC_INTF_DEV=y | |||
872 | # on-CPU RTC drivers | 922 | # on-CPU RTC drivers |
873 | # | 923 | # |
874 | CONFIG_RTC_DRV_SH=y | 924 | CONFIG_RTC_DRV_SH=y |
875 | 925 | # CONFIG_DMADEVICES is not set | |
876 | # | ||
877 | # Userspace I/O | ||
878 | # | ||
879 | # CONFIG_UIO is not set | 926 | # CONFIG_UIO is not set |
880 | 927 | ||
881 | # | 928 | # |
@@ -896,14 +943,11 @@ CONFIG_FS_MBCACHE=y | |||
896 | # CONFIG_JFS_FS is not set | 943 | # CONFIG_JFS_FS is not set |
897 | CONFIG_FS_POSIX_ACL=y | 944 | CONFIG_FS_POSIX_ACL=y |
898 | # CONFIG_XFS_FS is not set | 945 | # CONFIG_XFS_FS is not set |
899 | # CONFIG_GFS2_FS is not set | ||
900 | # CONFIG_OCFS2_FS is not set | 946 | # CONFIG_OCFS2_FS is not set |
901 | CONFIG_MINIX_FS=y | 947 | CONFIG_DNOTIFY=y |
902 | # CONFIG_ROMFS_FS is not set | ||
903 | CONFIG_INOTIFY=y | 948 | CONFIG_INOTIFY=y |
904 | CONFIG_INOTIFY_USER=y | 949 | CONFIG_INOTIFY_USER=y |
905 | # CONFIG_QUOTA is not set | 950 | # CONFIG_QUOTA is not set |
906 | CONFIG_DNOTIFY=y | ||
907 | # CONFIG_AUTOFS_FS is not set | 951 | # CONFIG_AUTOFS_FS is not set |
908 | # CONFIG_AUTOFS4_FS is not set | 952 | # CONFIG_AUTOFS4_FS is not set |
909 | CONFIG_FUSE_FS=m | 953 | CONFIG_FUSE_FS=m |
@@ -951,8 +995,11 @@ CONFIG_CONFIGFS_FS=m | |||
951 | # CONFIG_EFS_FS is not set | 995 | # CONFIG_EFS_FS is not set |
952 | # CONFIG_CRAMFS is not set | 996 | # CONFIG_CRAMFS is not set |
953 | # CONFIG_VXFS_FS is not set | 997 | # CONFIG_VXFS_FS is not set |
998 | CONFIG_MINIX_FS=y | ||
999 | # CONFIG_OMFS_FS is not set | ||
954 | # CONFIG_HPFS_FS is not set | 1000 | # CONFIG_HPFS_FS is not set |
955 | # CONFIG_QNX4FS_FS is not set | 1001 | # CONFIG_QNX4FS_FS is not set |
1002 | # CONFIG_ROMFS_FS is not set | ||
956 | # CONFIG_SYSV_FS is not set | 1003 | # CONFIG_SYSV_FS is not set |
957 | # CONFIG_UFS_FS is not set | 1004 | # CONFIG_UFS_FS is not set |
958 | CONFIG_NETWORK_FILESYSTEMS=y | 1005 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -960,20 +1007,17 @@ CONFIG_NFS_FS=y | |||
960 | CONFIG_NFS_V3=y | 1007 | CONFIG_NFS_V3=y |
961 | # CONFIG_NFS_V3_ACL is not set | 1008 | # CONFIG_NFS_V3_ACL is not set |
962 | CONFIG_NFS_V4=y | 1009 | CONFIG_NFS_V4=y |
963 | # CONFIG_NFS_DIRECTIO is not set | 1010 | CONFIG_ROOT_NFS=y |
964 | CONFIG_NFSD=y | 1011 | CONFIG_NFSD=y |
965 | CONFIG_NFSD_V3=y | 1012 | CONFIG_NFSD_V3=y |
966 | # CONFIG_NFSD_V3_ACL is not set | 1013 | # CONFIG_NFSD_V3_ACL is not set |
967 | CONFIG_NFSD_V4=y | 1014 | CONFIG_NFSD_V4=y |
968 | CONFIG_NFSD_TCP=y | ||
969 | CONFIG_ROOT_NFS=y | ||
970 | CONFIG_LOCKD=y | 1015 | CONFIG_LOCKD=y |
971 | CONFIG_LOCKD_V4=y | 1016 | CONFIG_LOCKD_V4=y |
972 | CONFIG_EXPORTFS=y | 1017 | CONFIG_EXPORTFS=y |
973 | CONFIG_NFS_COMMON=y | 1018 | CONFIG_NFS_COMMON=y |
974 | CONFIG_SUNRPC=y | 1019 | CONFIG_SUNRPC=y |
975 | CONFIG_SUNRPC_GSS=y | 1020 | CONFIG_SUNRPC_GSS=y |
976 | # CONFIG_SUNRPC_BIND34 is not set | ||
977 | CONFIG_RPCSEC_GSS_KRB5=y | 1021 | CONFIG_RPCSEC_GSS_KRB5=y |
978 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1022 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
979 | # CONFIG_SMB_FS is not set | 1023 | # CONFIG_SMB_FS is not set |
@@ -1028,10 +1072,6 @@ CONFIG_NLS_ISO8859_1=y | |||
1028 | # CONFIG_NLS_KOI8_U is not set | 1072 | # CONFIG_NLS_KOI8_U is not set |
1029 | # CONFIG_NLS_UTF8 is not set | 1073 | # CONFIG_NLS_UTF8 is not set |
1030 | # CONFIG_DLM is not set | 1074 | # CONFIG_DLM is not set |
1031 | CONFIG_INSTRUMENTATION=y | ||
1032 | CONFIG_PROFILING=y | ||
1033 | CONFIG_OPROFILE=m | ||
1034 | # CONFIG_MARKERS is not set | ||
1035 | 1075 | ||
1036 | # | 1076 | # |
1037 | # Kernel hacking | 1077 | # Kernel hacking |
@@ -1040,6 +1080,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1040 | # CONFIG_PRINTK_TIME is not set | 1080 | # CONFIG_PRINTK_TIME is not set |
1041 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1081 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1042 | CONFIG_ENABLE_MUST_CHECK=y | 1082 | CONFIG_ENABLE_MUST_CHECK=y |
1083 | CONFIG_FRAME_WARN=1024 | ||
1043 | CONFIG_MAGIC_SYSRQ=y | 1084 | CONFIG_MAGIC_SYSRQ=y |
1044 | # CONFIG_UNUSED_SYMBOLS is not set | 1085 | # CONFIG_UNUSED_SYMBOLS is not set |
1045 | CONFIG_DEBUG_FS=y | 1086 | CONFIG_DEBUG_FS=y |
@@ -1050,6 +1091,7 @@ CONFIG_DEBUG_KERNEL=y | |||
1050 | CONFIG_SCHED_DEBUG=y | 1091 | CONFIG_SCHED_DEBUG=y |
1051 | # CONFIG_SCHEDSTATS is not set | 1092 | # CONFIG_SCHEDSTATS is not set |
1052 | # CONFIG_TIMER_STATS is not set | 1093 | # CONFIG_TIMER_STATS is not set |
1094 | # CONFIG_DEBUG_OBJECTS is not set | ||
1053 | # CONFIG_DEBUG_SLAB is not set | 1095 | # CONFIG_DEBUG_SLAB is not set |
1054 | # CONFIG_DEBUG_PREEMPT is not set | 1096 | # CONFIG_DEBUG_PREEMPT is not set |
1055 | CONFIG_DEBUG_SPINLOCK=y | 1097 | CONFIG_DEBUG_SPINLOCK=y |
@@ -1066,12 +1108,14 @@ CONFIG_STACKTRACE=y | |||
1066 | CONFIG_DEBUG_BUGVERBOSE=y | 1108 | CONFIG_DEBUG_BUGVERBOSE=y |
1067 | CONFIG_DEBUG_INFO=y | 1109 | CONFIG_DEBUG_INFO=y |
1068 | # CONFIG_DEBUG_VM is not set | 1110 | # CONFIG_DEBUG_VM is not set |
1111 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1112 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1069 | # CONFIG_DEBUG_LIST is not set | 1113 | # CONFIG_DEBUG_LIST is not set |
1070 | # CONFIG_DEBUG_SG is not set | 1114 | # CONFIG_DEBUG_SG is not set |
1071 | CONFIG_FRAME_POINTER=y | 1115 | CONFIG_FRAME_POINTER=y |
1072 | CONFIG_FORCED_INLINING=y | ||
1073 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1116 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1074 | # CONFIG_RCU_TORTURE_TEST is not set | 1117 | # CONFIG_RCU_TORTURE_TEST is not set |
1118 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1075 | # CONFIG_FAULT_INJECTION is not set | 1119 | # CONFIG_FAULT_INJECTION is not set |
1076 | # CONFIG_SAMPLES is not set | 1120 | # CONFIG_SAMPLES is not set |
1077 | CONFIG_SH_STANDARD_BIOS=y | 1121 | CONFIG_SH_STANDARD_BIOS=y |
@@ -1091,54 +1135,96 @@ CONFIG_4KSTACKS=y | |||
1091 | # CONFIG_SECURITY is not set | 1135 | # CONFIG_SECURITY is not set |
1092 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1136 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1093 | CONFIG_CRYPTO=y | 1137 | CONFIG_CRYPTO=y |
1138 | |||
1139 | # | ||
1140 | # Crypto core or helper | ||
1141 | # | ||
1094 | CONFIG_CRYPTO_ALGAPI=y | 1142 | CONFIG_CRYPTO_ALGAPI=y |
1095 | CONFIG_CRYPTO_BLKCIPHER=y | 1143 | CONFIG_CRYPTO_BLKCIPHER=y |
1096 | CONFIG_CRYPTO_HASH=y | 1144 | CONFIG_CRYPTO_HASH=y |
1097 | CONFIG_CRYPTO_MANAGER=y | 1145 | CONFIG_CRYPTO_MANAGER=y |
1146 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1147 | # CONFIG_CRYPTO_NULL is not set | ||
1148 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1149 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1150 | # CONFIG_CRYPTO_TEST is not set | ||
1151 | |||
1152 | # | ||
1153 | # Authenticated Encryption with Associated Data | ||
1154 | # | ||
1155 | # CONFIG_CRYPTO_CCM is not set | ||
1156 | # CONFIG_CRYPTO_GCM is not set | ||
1157 | # CONFIG_CRYPTO_SEQIV is not set | ||
1158 | |||
1159 | # | ||
1160 | # Block modes | ||
1161 | # | ||
1162 | CONFIG_CRYPTO_CBC=y | ||
1163 | # CONFIG_CRYPTO_CTR is not set | ||
1164 | # CONFIG_CRYPTO_CTS is not set | ||
1165 | CONFIG_CRYPTO_ECB=m | ||
1166 | # CONFIG_CRYPTO_LRW is not set | ||
1167 | CONFIG_CRYPTO_PCBC=m | ||
1168 | # CONFIG_CRYPTO_XTS is not set | ||
1169 | |||
1170 | # | ||
1171 | # Hash modes | ||
1172 | # | ||
1098 | CONFIG_CRYPTO_HMAC=y | 1173 | CONFIG_CRYPTO_HMAC=y |
1099 | # CONFIG_CRYPTO_XCBC is not set | 1174 | # CONFIG_CRYPTO_XCBC is not set |
1100 | # CONFIG_CRYPTO_NULL is not set | 1175 | |
1176 | # | ||
1177 | # Digest | ||
1178 | # | ||
1179 | # CONFIG_CRYPTO_CRC32C is not set | ||
1101 | # CONFIG_CRYPTO_MD4 is not set | 1180 | # CONFIG_CRYPTO_MD4 is not set |
1102 | CONFIG_CRYPTO_MD5=y | 1181 | CONFIG_CRYPTO_MD5=y |
1182 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1183 | # CONFIG_CRYPTO_RMD128 is not set | ||
1184 | # CONFIG_CRYPTO_RMD160 is not set | ||
1185 | # CONFIG_CRYPTO_RMD256 is not set | ||
1186 | # CONFIG_CRYPTO_RMD320 is not set | ||
1103 | # CONFIG_CRYPTO_SHA1 is not set | 1187 | # CONFIG_CRYPTO_SHA1 is not set |
1104 | # CONFIG_CRYPTO_SHA256 is not set | 1188 | # CONFIG_CRYPTO_SHA256 is not set |
1105 | # CONFIG_CRYPTO_SHA512 is not set | 1189 | # CONFIG_CRYPTO_SHA512 is not set |
1106 | # CONFIG_CRYPTO_WP512 is not set | ||
1107 | # CONFIG_CRYPTO_TGR192 is not set | 1190 | # CONFIG_CRYPTO_TGR192 is not set |
1108 | # CONFIG_CRYPTO_GF128MUL is not set | 1191 | # CONFIG_CRYPTO_WP512 is not set |
1109 | CONFIG_CRYPTO_ECB=m | 1192 | |
1110 | CONFIG_CRYPTO_CBC=y | 1193 | # |
1111 | CONFIG_CRYPTO_PCBC=m | 1194 | # Ciphers |
1112 | # CONFIG_CRYPTO_LRW is not set | 1195 | # |
1113 | # CONFIG_CRYPTO_XTS is not set | ||
1114 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1115 | CONFIG_CRYPTO_DES=y | ||
1116 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1117 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1118 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1119 | # CONFIG_CRYPTO_SERPENT is not set | ||
1120 | # CONFIG_CRYPTO_AES is not set | 1196 | # CONFIG_CRYPTO_AES is not set |
1197 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1198 | # CONFIG_CRYPTO_ARC4 is not set | ||
1199 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1200 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1121 | # CONFIG_CRYPTO_CAST5 is not set | 1201 | # CONFIG_CRYPTO_CAST5 is not set |
1122 | # CONFIG_CRYPTO_CAST6 is not set | 1202 | # CONFIG_CRYPTO_CAST6 is not set |
1123 | # CONFIG_CRYPTO_TEA is not set | 1203 | CONFIG_CRYPTO_DES=y |
1124 | # CONFIG_CRYPTO_ARC4 is not set | 1204 | # CONFIG_CRYPTO_FCRYPT is not set |
1125 | # CONFIG_CRYPTO_KHAZAD is not set | 1205 | # CONFIG_CRYPTO_KHAZAD is not set |
1126 | # CONFIG_CRYPTO_ANUBIS is not set | 1206 | # CONFIG_CRYPTO_SALSA20 is not set |
1127 | # CONFIG_CRYPTO_SEED is not set | 1207 | # CONFIG_CRYPTO_SEED is not set |
1208 | # CONFIG_CRYPTO_SERPENT is not set | ||
1209 | # CONFIG_CRYPTO_TEA is not set | ||
1210 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1211 | |||
1212 | # | ||
1213 | # Compression | ||
1214 | # | ||
1128 | # CONFIG_CRYPTO_DEFLATE is not set | 1215 | # CONFIG_CRYPTO_DEFLATE is not set |
1129 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1216 | # CONFIG_CRYPTO_LZO is not set |
1130 | # CONFIG_CRYPTO_CRC32C is not set | ||
1131 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1132 | # CONFIG_CRYPTO_TEST is not set | ||
1133 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1134 | CONFIG_CRYPTO_HW=y | 1217 | CONFIG_CRYPTO_HW=y |
1218 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1135 | 1219 | ||
1136 | # | 1220 | # |
1137 | # Library routines | 1221 | # Library routines |
1138 | # | 1222 | # |
1139 | CONFIG_BITREVERSE=y | 1223 | CONFIG_BITREVERSE=y |
1224 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1140 | # CONFIG_CRC_CCITT is not set | 1225 | # CONFIG_CRC_CCITT is not set |
1141 | # CONFIG_CRC16 is not set | 1226 | # CONFIG_CRC16 is not set |
1227 | CONFIG_CRC_T10DIF=y | ||
1142 | # CONFIG_CRC_ITU_T is not set | 1228 | # CONFIG_CRC_ITU_T is not set |
1143 | CONFIG_CRC32=y | 1229 | CONFIG_CRC32=y |
1144 | # CONFIG_CRC7 is not set | 1230 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/rsk7203_defconfig b/arch/sh/configs/rsk7203_defconfig index a0ebd439cbd2..840fe3843ffa 100644 --- a/arch/sh/configs/rsk7203_defconfig +++ b/arch/sh/configs/rsk7203_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.26-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Jun 3 13:02:42 2008 | 4 | # Mon Jul 28 22:23:03 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
@@ -33,21 +33,22 @@ CONFIG_LOCALVERSION="" | |||
33 | CONFIG_SYSVIPC=y | 33 | CONFIG_SYSVIPC=y |
34 | CONFIG_SYSVIPC_SYSCTL=y | 34 | CONFIG_SYSVIPC_SYSCTL=y |
35 | CONFIG_POSIX_MQUEUE=y | 35 | CONFIG_POSIX_MQUEUE=y |
36 | # CONFIG_BSD_PROCESS_ACCT is not set | 36 | CONFIG_BSD_PROCESS_ACCT=y |
37 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
37 | # CONFIG_TASKSTATS is not set | 38 | # CONFIG_TASKSTATS is not set |
38 | # CONFIG_AUDIT is not set | 39 | # CONFIG_AUDIT is not set |
39 | # CONFIG_IKCONFIG is not set | 40 | CONFIG_IKCONFIG=y |
41 | # CONFIG_IKCONFIG_PROC is not set | ||
40 | CONFIG_LOG_BUF_SHIFT=14 | 42 | CONFIG_LOG_BUF_SHIFT=14 |
41 | # CONFIG_CGROUPS is not set | 43 | # CONFIG_CGROUPS is not set |
42 | CONFIG_GROUP_SCHED=y | 44 | # CONFIG_GROUP_SCHED is not set |
43 | CONFIG_FAIR_GROUP_SCHED=y | 45 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
44 | # CONFIG_RT_GROUP_SCHED is not set | ||
45 | CONFIG_USER_SCHED=y | ||
46 | # CONFIG_CGROUP_SCHED is not set | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
49 | # CONFIG_RELAY is not set | 46 | # CONFIG_RELAY is not set |
50 | # CONFIG_NAMESPACES is not set | 47 | CONFIG_NAMESPACES=y |
48 | CONFIG_UTS_NS=y | ||
49 | CONFIG_IPC_NS=y | ||
50 | CONFIG_USER_NS=y | ||
51 | CONFIG_PID_NS=y | ||
51 | CONFIG_BLK_DEV_INITRD=y | 52 | CONFIG_BLK_DEV_INITRD=y |
52 | CONFIG_INITRAMFS_SOURCE="" | 53 | CONFIG_INITRAMFS_SOURCE="" |
53 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 54 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
@@ -72,26 +73,36 @@ CONFIG_SIGNALFD=y | |||
72 | CONFIG_TIMERFD=y | 73 | CONFIG_TIMERFD=y |
73 | CONFIG_EVENTFD=y | 74 | CONFIG_EVENTFD=y |
74 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
75 | CONFIG_SLAB=y | 76 | # CONFIG_SLAB is not set |
76 | # CONFIG_SLUB is not set | 77 | # CONFIG_SLUB is not set |
77 | # CONFIG_SLOB is not set | 78 | CONFIG_SLOB=y |
78 | CONFIG_PROFILING=y | 79 | CONFIG_PROFILING=y |
79 | # CONFIG_MARKERS is not set | 80 | # CONFIG_MARKERS is not set |
80 | CONFIG_OPROFILE=y | 81 | CONFIG_OPROFILE=y |
81 | CONFIG_HAVE_OPROFILE=y | 82 | CONFIG_HAVE_OPROFILE=y |
83 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
84 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
82 | # CONFIG_HAVE_KPROBES is not set | 85 | # CONFIG_HAVE_KPROBES is not set |
83 | # CONFIG_HAVE_KRETPROBES is not set | 86 | # CONFIG_HAVE_KRETPROBES is not set |
87 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
84 | # CONFIG_HAVE_DMA_ATTRS is not set | 88 | # CONFIG_HAVE_DMA_ATTRS is not set |
85 | CONFIG_SLABINFO=y | 89 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set |
90 | CONFIG_HAVE_CLK=y | ||
86 | CONFIG_RT_MUTEXES=y | 91 | CONFIG_RT_MUTEXES=y |
87 | CONFIG_TINY_SHMEM=y | 92 | CONFIG_TINY_SHMEM=y |
88 | CONFIG_BASE_SMALL=0 | 93 | CONFIG_BASE_SMALL=0 |
89 | # CONFIG_MODULES is not set | 94 | CONFIG_MODULES=y |
95 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
96 | # CONFIG_MODULE_UNLOAD is not set | ||
97 | # CONFIG_MODVERSIONS is not set | ||
98 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
99 | CONFIG_KMOD=y | ||
90 | CONFIG_BLOCK=y | 100 | CONFIG_BLOCK=y |
91 | # CONFIG_LBD is not set | 101 | # CONFIG_LBD is not set |
92 | # CONFIG_BLK_DEV_IO_TRACE is not set | 102 | # CONFIG_BLK_DEV_IO_TRACE is not set |
93 | # CONFIG_LSF is not set | 103 | # CONFIG_LSF is not set |
94 | # CONFIG_BLK_DEV_BSG is not set | 104 | # CONFIG_BLK_DEV_BSG is not set |
105 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
95 | 106 | ||
96 | # | 107 | # |
97 | # IO Schedulers | 108 | # IO Schedulers |
@@ -162,7 +173,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
162 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 173 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
163 | CONFIG_PAGE_SIZE_4KB=y | 174 | CONFIG_PAGE_SIZE_4KB=y |
164 | # CONFIG_PAGE_SIZE_8KB is not set | 175 | # CONFIG_PAGE_SIZE_8KB is not set |
176 | # CONFIG_PAGE_SIZE_16KB is not set | ||
165 | # CONFIG_PAGE_SIZE_64KB is not set | 177 | # CONFIG_PAGE_SIZE_64KB is not set |
178 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
166 | CONFIG_SELECT_MEMORY_MODEL=y | 179 | CONFIG_SELECT_MEMORY_MODEL=y |
167 | CONFIG_FLATMEM_MANUAL=y | 180 | CONFIG_FLATMEM_MANUAL=y |
168 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 181 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -196,6 +209,7 @@ CONFIG_CPU_HAS_FPU=y | |||
196 | # | 209 | # |
197 | # Board support | 210 | # Board support |
198 | # | 211 | # |
212 | CONFIG_SH_RSK7203=y | ||
199 | 213 | ||
200 | # | 214 | # |
201 | # Timer and clock configuration | 215 | # Timer and clock configuration |
@@ -274,6 +288,7 @@ CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ignore_loglevel" | |||
274 | # | 288 | # |
275 | # Executable file formats | 289 | # Executable file formats |
276 | # | 290 | # |
291 | CONFIG_BINFMT_ELF_FDPIC=y | ||
277 | CONFIG_BINFMT_FLAT=y | 292 | CONFIG_BINFMT_FLAT=y |
278 | CONFIG_BINFMT_ZFLAT=y | 293 | CONFIG_BINFMT_ZFLAT=y |
279 | CONFIG_BINFMT_SHARED_FLAT=y | 294 | CONFIG_BINFMT_SHARED_FLAT=y |
@@ -424,8 +439,8 @@ CONFIG_MTD_CFI_UTIL=y | |||
424 | # | 439 | # |
425 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 440 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
426 | CONFIG_MTD_PHYSMAP=y | 441 | CONFIG_MTD_PHYSMAP=y |
427 | CONFIG_MTD_PHYSMAP_START=0x20000000 | 442 | CONFIG_MTD_PHYSMAP_START=0x0 |
428 | CONFIG_MTD_PHYSMAP_LEN=0x01000000 | 443 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
429 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | 444 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 |
430 | # CONFIG_MTD_UCLINUX is not set | 445 | # CONFIG_MTD_UCLINUX is not set |
431 | # CONFIG_MTD_PLATRAM is not set | 446 | # CONFIG_MTD_PLATRAM is not set |
@@ -456,9 +471,11 @@ CONFIG_BLK_DEV=y | |||
456 | # CONFIG_BLK_DEV_COW_COMMON is not set | 471 | # CONFIG_BLK_DEV_COW_COMMON is not set |
457 | # CONFIG_BLK_DEV_LOOP is not set | 472 | # CONFIG_BLK_DEV_LOOP is not set |
458 | # CONFIG_BLK_DEV_NBD is not set | 473 | # CONFIG_BLK_DEV_NBD is not set |
474 | # CONFIG_BLK_DEV_UB is not set | ||
459 | # CONFIG_BLK_DEV_RAM is not set | 475 | # CONFIG_BLK_DEV_RAM is not set |
460 | # CONFIG_CDROM_PKTCDVD is not set | 476 | # CONFIG_CDROM_PKTCDVD is not set |
461 | # CONFIG_ATA_OVER_ETH is not set | 477 | # CONFIG_ATA_OVER_ETH is not set |
478 | # CONFIG_BLK_DEV_HD is not set | ||
462 | CONFIG_MISC_DEVICES=y | 479 | CONFIG_MISC_DEVICES=y |
463 | # CONFIG_EEPROM_93CX6 is not set | 480 | # CONFIG_EEPROM_93CX6 is not set |
464 | # CONFIG_ENCLOSURE_SERVICES is not set | 481 | # CONFIG_ENCLOSURE_SERVICES is not set |
@@ -475,7 +492,6 @@ CONFIG_HAVE_IDE=y | |||
475 | # CONFIG_ATA is not set | 492 | # CONFIG_ATA is not set |
476 | # CONFIG_MD is not set | 493 | # CONFIG_MD is not set |
477 | CONFIG_NETDEVICES=y | 494 | CONFIG_NETDEVICES=y |
478 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
479 | # CONFIG_DUMMY is not set | 495 | # CONFIG_DUMMY is not set |
480 | # CONFIG_BONDING is not set | 496 | # CONFIG_BONDING is not set |
481 | # CONFIG_MACVLAN is not set | 497 | # CONFIG_MACVLAN is not set |
@@ -487,15 +503,15 @@ CONFIG_NET_ETHERNET=y | |||
487 | CONFIG_MII=y | 503 | CONFIG_MII=y |
488 | # CONFIG_AX88796 is not set | 504 | # CONFIG_AX88796 is not set |
489 | # CONFIG_STNIC is not set | 505 | # CONFIG_STNIC is not set |
490 | CONFIG_SMC91X=y | 506 | # CONFIG_SMC91X is not set |
507 | CONFIG_SMC911X=y | ||
491 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 508 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
492 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 509 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
493 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 510 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
494 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 511 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
495 | # CONFIG_B44 is not set | 512 | # CONFIG_B44 is not set |
496 | CONFIG_NETDEV_1000=y | 513 | # CONFIG_NETDEV_1000 is not set |
497 | # CONFIG_E1000E_ENABLED is not set | 514 | # CONFIG_NETDEV_10000 is not set |
498 | CONFIG_NETDEV_10000=y | ||
499 | 515 | ||
500 | # | 516 | # |
501 | # Wireless LAN | 517 | # Wireless LAN |
@@ -503,6 +519,15 @@ CONFIG_NETDEV_10000=y | |||
503 | # CONFIG_WLAN_PRE80211 is not set | 519 | # CONFIG_WLAN_PRE80211 is not set |
504 | # CONFIG_WLAN_80211 is not set | 520 | # CONFIG_WLAN_80211 is not set |
505 | # CONFIG_IWLWIFI_LEDS is not set | 521 | # CONFIG_IWLWIFI_LEDS is not set |
522 | |||
523 | # | ||
524 | # USB Network Adapters | ||
525 | # | ||
526 | # CONFIG_USB_CATC is not set | ||
527 | # CONFIG_USB_KAWETH is not set | ||
528 | # CONFIG_USB_PEGASUS is not set | ||
529 | # CONFIG_USB_RTL8150 is not set | ||
530 | # CONFIG_USB_USBNET is not set | ||
506 | # CONFIG_WAN is not set | 531 | # CONFIG_WAN is not set |
507 | # CONFIG_PPP is not set | 532 | # CONFIG_PPP is not set |
508 | # CONFIG_SLIP is not set | 533 | # CONFIG_SLIP is not set |
@@ -587,6 +612,7 @@ CONFIG_SSB_POSSIBLE=y | |||
587 | # | 612 | # |
588 | # Multifunction device drivers | 613 | # Multifunction device drivers |
589 | # | 614 | # |
615 | # CONFIG_MFD_CORE is not set | ||
590 | # CONFIG_MFD_SM501 is not set | 616 | # CONFIG_MFD_SM501 is not set |
591 | # CONFIG_HTC_PASIC3 is not set | 617 | # CONFIG_HTC_PASIC3 is not set |
592 | 618 | ||
@@ -605,6 +631,7 @@ CONFIG_SSB_POSSIBLE=y | |||
605 | # Multimedia drivers | 631 | # Multimedia drivers |
606 | # | 632 | # |
607 | CONFIG_DAB=y | 633 | CONFIG_DAB=y |
634 | # CONFIG_USB_DABUSB is not set | ||
608 | 635 | ||
609 | # | 636 | # |
610 | # Graphics support | 637 | # Graphics support |
@@ -618,26 +645,96 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
618 | # Display device support | 645 | # Display device support |
619 | # | 646 | # |
620 | # CONFIG_DISPLAY_SUPPORT is not set | 647 | # CONFIG_DISPLAY_SUPPORT is not set |
621 | |||
622 | # | ||
623 | # Sound | ||
624 | # | ||
625 | # CONFIG_SOUND is not set | 648 | # CONFIG_SOUND is not set |
626 | CONFIG_HID_SUPPORT=y | 649 | CONFIG_HID_SUPPORT=y |
627 | CONFIG_HID=y | 650 | CONFIG_HID=y |
628 | # CONFIG_HID_DEBUG is not set | 651 | # CONFIG_HID_DEBUG is not set |
629 | # CONFIG_HIDRAW is not set | 652 | # CONFIG_HIDRAW is not set |
653 | |||
654 | # | ||
655 | # USB Input Devices | ||
656 | # | ||
657 | CONFIG_USB_HID=y | ||
658 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
659 | # CONFIG_HID_FF is not set | ||
660 | # CONFIG_USB_HIDDEV is not set | ||
630 | CONFIG_USB_SUPPORT=y | 661 | CONFIG_USB_SUPPORT=y |
631 | CONFIG_USB_ARCH_HAS_HCD=y | 662 | CONFIG_USB_ARCH_HAS_HCD=y |
632 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 663 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
633 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 664 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
634 | # CONFIG_USB is not set | 665 | CONFIG_USB=y |
666 | # CONFIG_USB_DEBUG is not set | ||
667 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
668 | |||
669 | # | ||
670 | # Miscellaneous USB options | ||
671 | # | ||
672 | CONFIG_USB_DEVICEFS=y | ||
673 | CONFIG_USB_DEVICE_CLASS=y | ||
674 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
675 | # CONFIG_USB_OTG is not set | ||
635 | # CONFIG_USB_OTG_WHITELIST is not set | 676 | # CONFIG_USB_OTG_WHITELIST is not set |
636 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 677 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
637 | 678 | ||
638 | # | 679 | # |
680 | # USB Host Controller Drivers | ||
681 | # | ||
682 | # CONFIG_USB_C67X00_HCD is not set | ||
683 | # CONFIG_USB_ISP116X_HCD is not set | ||
684 | # CONFIG_USB_ISP1760_HCD is not set | ||
685 | # CONFIG_USB_SL811_HCD is not set | ||
686 | CONFIG_USB_R8A66597_HCD=y | ||
687 | |||
688 | # | ||
689 | # USB Device Class drivers | ||
690 | # | ||
691 | # CONFIG_USB_ACM is not set | ||
692 | # CONFIG_USB_PRINTER is not set | ||
693 | # CONFIG_USB_WDM is not set | ||
694 | |||
695 | # | ||
639 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 696 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
640 | # | 697 | # |
698 | |||
699 | # | ||
700 | # may also be needed; see USB_STORAGE Help for more information | ||
701 | # | ||
702 | # CONFIG_USB_LIBUSUAL is not set | ||
703 | |||
704 | # | ||
705 | # USB Imaging devices | ||
706 | # | ||
707 | # CONFIG_USB_MDC800 is not set | ||
708 | CONFIG_USB_MON=y | ||
709 | |||
710 | # | ||
711 | # USB port drivers | ||
712 | # | ||
713 | # CONFIG_USB_SERIAL is not set | ||
714 | |||
715 | # | ||
716 | # USB Miscellaneous drivers | ||
717 | # | ||
718 | # CONFIG_USB_EMI62 is not set | ||
719 | # CONFIG_USB_EMI26 is not set | ||
720 | # CONFIG_USB_ADUTUX is not set | ||
721 | # CONFIG_USB_AUERSWALD is not set | ||
722 | # CONFIG_USB_RIO500 is not set | ||
723 | # CONFIG_USB_LEGOTOWER is not set | ||
724 | # CONFIG_USB_LCD is not set | ||
725 | # CONFIG_USB_BERRY_CHARGE is not set | ||
726 | # CONFIG_USB_LED is not set | ||
727 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
728 | # CONFIG_USB_CYTHERM is not set | ||
729 | # CONFIG_USB_PHIDGET is not set | ||
730 | # CONFIG_USB_IDMOUSE is not set | ||
731 | # CONFIG_USB_FTDI_ELAN is not set | ||
732 | # CONFIG_USB_APPLEDISPLAY is not set | ||
733 | # CONFIG_USB_LD is not set | ||
734 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
735 | # CONFIG_USB_IOWARRIOR is not set | ||
736 | # CONFIG_USB_TEST is not set | ||
737 | # CONFIG_USB_ISIGHTFW is not set | ||
641 | # CONFIG_USB_GADGET is not set | 738 | # CONFIG_USB_GADGET is not set |
642 | # CONFIG_MMC is not set | 739 | # CONFIG_MMC is not set |
643 | # CONFIG_MEMSTICK is not set | 740 | # CONFIG_MEMSTICK is not set |
@@ -677,6 +774,7 @@ CONFIG_RTC_INTF_DEV=y | |||
677 | # on-CPU RTC drivers | 774 | # on-CPU RTC drivers |
678 | # | 775 | # |
679 | CONFIG_RTC_DRV_SH=y | 776 | CONFIG_RTC_DRV_SH=y |
777 | # CONFIG_DMADEVICES is not set | ||
680 | # CONFIG_UIO is not set | 778 | # CONFIG_UIO is not set |
681 | 779 | ||
682 | # | 780 | # |
@@ -734,6 +832,7 @@ CONFIG_SYSFS=y | |||
734 | # CONFIG_CRAMFS is not set | 832 | # CONFIG_CRAMFS is not set |
735 | # CONFIG_VXFS_FS is not set | 833 | # CONFIG_VXFS_FS is not set |
736 | # CONFIG_MINIX_FS is not set | 834 | # CONFIG_MINIX_FS is not set |
835 | # CONFIG_OMFS_FS is not set | ||
737 | # CONFIG_HPFS_FS is not set | 836 | # CONFIG_HPFS_FS is not set |
738 | # CONFIG_QNX4FS_FS is not set | 837 | # CONFIG_QNX4FS_FS is not set |
739 | CONFIG_ROMFS_FS=y | 838 | CONFIG_ROMFS_FS=y |
@@ -743,12 +842,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
743 | CONFIG_NFS_FS=y | 842 | CONFIG_NFS_FS=y |
744 | # CONFIG_NFS_V3 is not set | 843 | # CONFIG_NFS_V3 is not set |
745 | # CONFIG_NFS_V4 is not set | 844 | # CONFIG_NFS_V4 is not set |
746 | # CONFIG_NFSD is not set | ||
747 | CONFIG_ROOT_NFS=y | 845 | CONFIG_ROOT_NFS=y |
846 | # CONFIG_NFSD is not set | ||
748 | CONFIG_LOCKD=y | 847 | CONFIG_LOCKD=y |
749 | CONFIG_NFS_COMMON=y | 848 | CONFIG_NFS_COMMON=y |
750 | CONFIG_SUNRPC=y | 849 | CONFIG_SUNRPC=y |
751 | # CONFIG_SUNRPC_BIND34 is not set | ||
752 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 850 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
753 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 851 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
754 | # CONFIG_SMB_FS is not set | 852 | # CONFIG_SMB_FS is not set |
@@ -775,16 +873,20 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
775 | CONFIG_FRAME_WARN=1024 | 873 | CONFIG_FRAME_WARN=1024 |
776 | CONFIG_MAGIC_SYSRQ=y | 874 | CONFIG_MAGIC_SYSRQ=y |
777 | # CONFIG_UNUSED_SYMBOLS is not set | 875 | # CONFIG_UNUSED_SYMBOLS is not set |
778 | # CONFIG_DEBUG_FS is not set | 876 | CONFIG_DEBUG_FS=y |
779 | # CONFIG_HEADERS_CHECK is not set | 877 | # CONFIG_HEADERS_CHECK is not set |
780 | CONFIG_DEBUG_KERNEL=y | 878 | CONFIG_DEBUG_KERNEL=y |
781 | CONFIG_DEBUG_SHIRQ=y | 879 | CONFIG_DEBUG_SHIRQ=y |
782 | CONFIG_DETECT_SOFTLOCKUP=y | 880 | CONFIG_DETECT_SOFTLOCKUP=y |
881 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
882 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
783 | CONFIG_SCHED_DEBUG=y | 883 | CONFIG_SCHED_DEBUG=y |
784 | # CONFIG_SCHEDSTATS is not set | 884 | # CONFIG_SCHEDSTATS is not set |
785 | # CONFIG_TIMER_STATS is not set | 885 | # CONFIG_TIMER_STATS is not set |
786 | # CONFIG_DEBUG_OBJECTS is not set | 886 | CONFIG_DEBUG_OBJECTS=y |
787 | # CONFIG_DEBUG_SLAB is not set | 887 | # CONFIG_DEBUG_OBJECTS_SELFTEST is not set |
888 | # CONFIG_DEBUG_OBJECTS_FREE is not set | ||
889 | # CONFIG_DEBUG_OBJECTS_TIMERS is not set | ||
788 | # CONFIG_DEBUG_RT_MUTEXES is not set | 890 | # CONFIG_DEBUG_RT_MUTEXES is not set |
789 | # CONFIG_RT_MUTEX_TESTER is not set | 891 | # CONFIG_RT_MUTEX_TESTER is not set |
790 | # CONFIG_DEBUG_SPINLOCK is not set | 892 | # CONFIG_DEBUG_SPINLOCK is not set |
@@ -797,12 +899,14 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y | |||
797 | # CONFIG_DEBUG_KOBJECT is not set | 899 | # CONFIG_DEBUG_KOBJECT is not set |
798 | CONFIG_DEBUG_BUGVERBOSE=y | 900 | CONFIG_DEBUG_BUGVERBOSE=y |
799 | CONFIG_DEBUG_INFO=y | 901 | CONFIG_DEBUG_INFO=y |
800 | # CONFIG_DEBUG_VM is not set | 902 | CONFIG_DEBUG_VM=y |
801 | # CONFIG_DEBUG_WRITECOUNT is not set | 903 | CONFIG_DEBUG_WRITECOUNT=y |
802 | # CONFIG_DEBUG_LIST is not set | 904 | # CONFIG_DEBUG_MEMORY_INIT is not set |
803 | # CONFIG_DEBUG_SG is not set | 905 | CONFIG_DEBUG_LIST=y |
906 | CONFIG_DEBUG_SG=y | ||
804 | CONFIG_FRAME_POINTER=y | 907 | CONFIG_FRAME_POINTER=y |
805 | # CONFIG_BOOT_PRINTK_DELAY is not set | 908 | # CONFIG_BOOT_PRINTK_DELAY is not set |
909 | # CONFIG_RCU_TORTURE_TEST is not set | ||
806 | # CONFIG_BACKTRACE_SELF_TEST is not set | 910 | # CONFIG_BACKTRACE_SELF_TEST is not set |
807 | # CONFIG_FAULT_INJECTION is not set | 911 | # CONFIG_FAULT_INJECTION is not set |
808 | # CONFIG_SAMPLES is not set | 912 | # CONFIG_SAMPLES is not set |
@@ -830,6 +934,7 @@ CONFIG_BITREVERSE=y | |||
830 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 934 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
831 | # CONFIG_CRC_CCITT is not set | 935 | # CONFIG_CRC_CCITT is not set |
832 | # CONFIG_CRC16 is not set | 936 | # CONFIG_CRC16 is not set |
937 | # CONFIG_CRC_T10DIF is not set | ||
833 | # CONFIG_CRC_ITU_T is not set | 938 | # CONFIG_CRC_ITU_T is not set |
834 | CONFIG_CRC32=y | 939 | CONFIG_CRC32=y |
835 | # CONFIG_CRC7 is not set | 940 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/rts7751r2d1_defconfig b/arch/sh/configs/rts7751r2d1_defconfig index 3a915fd436d9..8413236c1b37 100644 --- a/arch/sh/configs/rts7751r2d1_defconfig +++ b/arch/sh/configs/rts7751r2d1_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24 | 3 | # Linux kernel version: 2.6.26 |
4 | # Thu Feb 7 16:25:55 2008 | 4 | # Wed Jul 30 01:55:52 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -20,6 +21,8 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
25 | CONFIG_IO_TRAPPED=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
24 | 27 | ||
25 | # | 28 | # |
@@ -36,17 +39,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
36 | # CONFIG_POSIX_MQUEUE is not set | 39 | # CONFIG_POSIX_MQUEUE is not set |
37 | # CONFIG_BSD_PROCESS_ACCT is not set | 40 | # CONFIG_BSD_PROCESS_ACCT is not set |
38 | # CONFIG_TASKSTATS is not set | 41 | # CONFIG_TASKSTATS is not set |
39 | # CONFIG_USER_NS is not set | ||
40 | # CONFIG_PID_NS is not set | ||
41 | # CONFIG_AUDIT is not set | 42 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 43 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | 44 | CONFIG_LOG_BUF_SHIFT=14 |
44 | # CONFIG_CGROUPS is not set | 45 | # CONFIG_CGROUPS is not set |
45 | CONFIG_FAIR_GROUP_SCHED=y | 46 | # CONFIG_GROUP_SCHED is not set |
46 | CONFIG_FAIR_USER_SCHED=y | ||
47 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
48 | CONFIG_SYSFS_DEPRECATED=y | 47 | CONFIG_SYSFS_DEPRECATED=y |
48 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
49 | # CONFIG_RELAY is not set | 49 | # CONFIG_RELAY is not set |
50 | # CONFIG_NAMESPACES is not set | ||
50 | # CONFIG_BLK_DEV_INITRD is not set | 51 | # CONFIG_BLK_DEV_INITRD is not set |
51 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 52 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
52 | CONFIG_SYSCTL=y | 53 | CONFIG_SYSCTL=y |
@@ -76,22 +77,31 @@ CONFIG_PROFILING=y | |||
76 | # CONFIG_MARKERS is not set | 77 | # CONFIG_MARKERS is not set |
77 | CONFIG_OPROFILE=y | 78 | CONFIG_OPROFILE=y |
78 | CONFIG_HAVE_OPROFILE=y | 79 | CONFIG_HAVE_OPROFILE=y |
80 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
81 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
79 | # CONFIG_HAVE_KPROBES is not set | 82 | # CONFIG_HAVE_KPROBES is not set |
83 | # CONFIG_HAVE_KRETPROBES is not set | ||
84 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
85 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
86 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
87 | CONFIG_HAVE_CLK=y | ||
80 | CONFIG_PROC_PAGE_MONITOR=y | 88 | CONFIG_PROC_PAGE_MONITOR=y |
81 | CONFIG_SLABINFO=y | 89 | CONFIG_SLABINFO=y |
82 | CONFIG_RT_MUTEXES=y | 90 | CONFIG_RT_MUTEXES=y |
83 | # CONFIG_TINY_SHMEM is not set | 91 | # CONFIG_TINY_SHMEM is not set |
84 | CONFIG_BASE_SMALL=0 | 92 | CONFIG_BASE_SMALL=0 |
85 | CONFIG_MODULES=y | 93 | CONFIG_MODULES=y |
94 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
86 | # CONFIG_MODULE_UNLOAD is not set | 95 | # CONFIG_MODULE_UNLOAD is not set |
87 | # CONFIG_MODVERSIONS is not set | 96 | # CONFIG_MODVERSIONS is not set |
88 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 97 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
89 | # CONFIG_KMOD is not set | 98 | CONFIG_KMOD=y |
90 | CONFIG_BLOCK=y | 99 | CONFIG_BLOCK=y |
91 | # CONFIG_LBD is not set | 100 | # CONFIG_LBD is not set |
92 | # CONFIG_BLK_DEV_IO_TRACE is not set | 101 | # CONFIG_BLK_DEV_IO_TRACE is not set |
93 | # CONFIG_LSF is not set | 102 | # CONFIG_LSF is not set |
94 | # CONFIG_BLK_DEV_BSG is not set | 103 | # CONFIG_BLK_DEV_BSG is not set |
104 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
95 | 105 | ||
96 | # | 106 | # |
97 | # IO Schedulers | 107 | # IO Schedulers |
@@ -106,7 +116,6 @@ CONFIG_DEFAULT_AS=y | |||
106 | # CONFIG_DEFAULT_NOOP is not set | 116 | # CONFIG_DEFAULT_NOOP is not set |
107 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 117 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
108 | CONFIG_CLASSIC_RCU=y | 118 | CONFIG_CLASSIC_RCU=y |
109 | # CONFIG_PREEMPT_RCU is not set | ||
110 | 119 | ||
111 | # | 120 | # |
112 | # System type | 121 | # System type |
@@ -116,6 +125,7 @@ CONFIG_CPU_SH4=y | |||
116 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
128 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
119 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
120 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
121 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -133,6 +143,7 @@ CONFIG_CPU_SH4=y | |||
133 | CONFIG_CPU_SUBTYPE_SH7751R=y | 143 | CONFIG_CPU_SUBTYPE_SH7751R=y |
134 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
135 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 145 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
137 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
138 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
@@ -140,6 +151,7 @@ CONFIG_CPU_SUBTYPE_SH7751R=y | |||
140 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 151 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
141 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
142 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
154 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
143 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | 155 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set |
144 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set |
145 | 157 | ||
@@ -161,7 +173,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
161 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 173 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
162 | CONFIG_PAGE_SIZE_4KB=y | 174 | CONFIG_PAGE_SIZE_4KB=y |
163 | # CONFIG_PAGE_SIZE_8KB is not set | 175 | # CONFIG_PAGE_SIZE_8KB is not set |
176 | # CONFIG_PAGE_SIZE_16KB is not set | ||
164 | # CONFIG_PAGE_SIZE_64KB is not set | 177 | # CONFIG_PAGE_SIZE_64KB is not set |
178 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
165 | CONFIG_SELECT_MEMORY_MODEL=y | 179 | CONFIG_SELECT_MEMORY_MODEL=y |
166 | CONFIG_FLATMEM_MANUAL=y | 180 | CONFIG_FLATMEM_MANUAL=y |
167 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 181 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -170,6 +184,7 @@ CONFIG_FLATMEM=y | |||
170 | CONFIG_FLAT_NODE_MEM_MAP=y | 184 | CONFIG_FLAT_NODE_MEM_MAP=y |
171 | CONFIG_SPARSEMEM_STATIC=y | 185 | CONFIG_SPARSEMEM_STATIC=y |
172 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 186 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
187 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
173 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 188 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
174 | # CONFIG_RESOURCES_64BIT is not set | 189 | # CONFIG_RESOURCES_64BIT is not set |
175 | CONFIG_ZONE_DMA_FLAG=0 | 190 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -256,7 +271,6 @@ CONFIG_HZ=250 | |||
256 | CONFIG_PREEMPT_NONE=y | 271 | CONFIG_PREEMPT_NONE=y |
257 | # CONFIG_PREEMPT_VOLUNTARY is not set | 272 | # CONFIG_PREEMPT_VOLUNTARY is not set |
258 | # CONFIG_PREEMPT is not set | 273 | # CONFIG_PREEMPT is not set |
259 | CONFIG_RCU_TRACE=y | ||
260 | CONFIG_GUSA=y | 274 | CONFIG_GUSA=y |
261 | # CONFIG_GUSA_RB is not set | 275 | # CONFIG_GUSA_RB is not set |
262 | 276 | ||
@@ -332,8 +346,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
332 | CONFIG_DEFAULT_TCP_CONG="cubic" | 346 | CONFIG_DEFAULT_TCP_CONG="cubic" |
333 | # CONFIG_TCP_MD5SIG is not set | 347 | # CONFIG_TCP_MD5SIG is not set |
334 | # CONFIG_IPV6 is not set | 348 | # CONFIG_IPV6 is not set |
335 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
336 | # CONFIG_INET6_TUNNEL is not set | ||
337 | # CONFIG_NETWORK_SECMARK is not set | 349 | # CONFIG_NETWORK_SECMARK is not set |
338 | # CONFIG_NETFILTER is not set | 350 | # CONFIG_NETFILTER is not set |
339 | # CONFIG_IP_DCCP is not set | 351 | # CONFIG_IP_DCCP is not set |
@@ -367,6 +379,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
367 | # | 379 | # |
368 | # CONFIG_CFG80211 is not set | 380 | # CONFIG_CFG80211 is not set |
369 | CONFIG_WIRELESS_EXT=y | 381 | CONFIG_WIRELESS_EXT=y |
382 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
370 | # CONFIG_MAC80211 is not set | 383 | # CONFIG_MAC80211 is not set |
371 | # CONFIG_IEEE80211 is not set | 384 | # CONFIG_IEEE80211 is not set |
372 | # CONFIG_RFKILL is not set | 385 | # CONFIG_RFKILL is not set |
@@ -383,6 +396,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
383 | CONFIG_STANDALONE=y | 396 | CONFIG_STANDALONE=y |
384 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 397 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
385 | CONFIG_FW_LOADER=m | 398 | CONFIG_FW_LOADER=m |
399 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
400 | CONFIG_EXTRA_FIRMWARE="" | ||
386 | # CONFIG_SYS_HYPERVISOR is not set | 401 | # CONFIG_SYS_HYPERVISOR is not set |
387 | # CONFIG_CONNECTOR is not set | 402 | # CONFIG_CONNECTOR is not set |
388 | # CONFIG_MTD is not set | 403 | # CONFIG_MTD is not set |
@@ -399,14 +414,18 @@ CONFIG_BLK_DEV=y | |||
399 | CONFIG_BLK_DEV_RAM=y | 414 | CONFIG_BLK_DEV_RAM=y |
400 | CONFIG_BLK_DEV_RAM_COUNT=16 | 415 | CONFIG_BLK_DEV_RAM_COUNT=16 |
401 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 416 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
402 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 417 | # CONFIG_BLK_DEV_XIP is not set |
403 | # CONFIG_CDROM_PKTCDVD is not set | 418 | # CONFIG_CDROM_PKTCDVD is not set |
404 | # CONFIG_ATA_OVER_ETH is not set | 419 | # CONFIG_ATA_OVER_ETH is not set |
420 | # CONFIG_BLK_DEV_HD is not set | ||
405 | CONFIG_MISC_DEVICES=y | 421 | CONFIG_MISC_DEVICES=y |
406 | # CONFIG_PHANTOM is not set | 422 | # CONFIG_PHANTOM is not set |
407 | # CONFIG_EEPROM_93CX6 is not set | 423 | # CONFIG_EEPROM_93CX6 is not set |
408 | # CONFIG_SGI_IOC4 is not set | 424 | # CONFIG_SGI_IOC4 is not set |
409 | # CONFIG_TIFM_CORE is not set | 425 | # CONFIG_TIFM_CORE is not set |
426 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
427 | # CONFIG_HP_ILO is not set | ||
428 | CONFIG_HAVE_IDE=y | ||
410 | # CONFIG_IDE is not set | 429 | # CONFIG_IDE is not set |
411 | 430 | ||
412 | # | 431 | # |
@@ -466,6 +485,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
466 | # CONFIG_SCSI_IPS is not set | 485 | # CONFIG_SCSI_IPS is not set |
467 | # CONFIG_SCSI_INITIO is not set | 486 | # CONFIG_SCSI_INITIO is not set |
468 | # CONFIG_SCSI_INIA100 is not set | 487 | # CONFIG_SCSI_INIA100 is not set |
488 | # CONFIG_SCSI_MVSAS is not set | ||
469 | # CONFIG_SCSI_STEX is not set | 489 | # CONFIG_SCSI_STEX is not set |
470 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 490 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
471 | # CONFIG_SCSI_IPR is not set | 491 | # CONFIG_SCSI_IPR is not set |
@@ -478,9 +498,13 @@ CONFIG_SCSI_LOWLEVEL=y | |||
478 | # CONFIG_SCSI_NSP32 is not set | 498 | # CONFIG_SCSI_NSP32 is not set |
479 | # CONFIG_SCSI_DEBUG is not set | 499 | # CONFIG_SCSI_DEBUG is not set |
480 | # CONFIG_SCSI_SRP is not set | 500 | # CONFIG_SCSI_SRP is not set |
501 | # CONFIG_SCSI_DH is not set | ||
481 | CONFIG_ATA=y | 502 | CONFIG_ATA=y |
482 | # CONFIG_ATA_NONSTANDARD is not set | 503 | # CONFIG_ATA_NONSTANDARD is not set |
504 | CONFIG_SATA_PMP=y | ||
483 | # CONFIG_SATA_AHCI is not set | 505 | # CONFIG_SATA_AHCI is not set |
506 | # CONFIG_SATA_SIL24 is not set | ||
507 | CONFIG_ATA_SFF=y | ||
484 | # CONFIG_SATA_SVW is not set | 508 | # CONFIG_SATA_SVW is not set |
485 | # CONFIG_ATA_PIIX is not set | 509 | # CONFIG_ATA_PIIX is not set |
486 | # CONFIG_SATA_MV is not set | 510 | # CONFIG_SATA_MV is not set |
@@ -490,7 +514,6 @@ CONFIG_ATA=y | |||
490 | # CONFIG_SATA_PROMISE is not set | 514 | # CONFIG_SATA_PROMISE is not set |
491 | # CONFIG_SATA_SX4 is not set | 515 | # CONFIG_SATA_SX4 is not set |
492 | # CONFIG_SATA_SIL is not set | 516 | # CONFIG_SATA_SIL is not set |
493 | # CONFIG_SATA_SIL24 is not set | ||
494 | # CONFIG_SATA_SIS is not set | 517 | # CONFIG_SATA_SIS is not set |
495 | # CONFIG_SATA_ULI is not set | 518 | # CONFIG_SATA_ULI is not set |
496 | # CONFIG_SATA_VIA is not set | 519 | # CONFIG_SATA_VIA is not set |
@@ -535,17 +558,21 @@ CONFIG_ATA=y | |||
535 | # CONFIG_PATA_VIA is not set | 558 | # CONFIG_PATA_VIA is not set |
536 | # CONFIG_PATA_WINBOND is not set | 559 | # CONFIG_PATA_WINBOND is not set |
537 | CONFIG_PATA_PLATFORM=y | 560 | CONFIG_PATA_PLATFORM=y |
561 | # CONFIG_PATA_SCH is not set | ||
538 | # CONFIG_MD is not set | 562 | # CONFIG_MD is not set |
539 | # CONFIG_FUSION is not set | 563 | # CONFIG_FUSION is not set |
540 | 564 | ||
541 | # | 565 | # |
542 | # IEEE 1394 (FireWire) support | 566 | # IEEE 1394 (FireWire) support |
543 | # | 567 | # |
568 | |||
569 | # | ||
570 | # Enable only one of the two stacks, unless you know what you are doing | ||
571 | # | ||
544 | # CONFIG_FIREWIRE is not set | 572 | # CONFIG_FIREWIRE is not set |
545 | # CONFIG_IEEE1394 is not set | 573 | # CONFIG_IEEE1394 is not set |
546 | # CONFIG_I2O is not set | 574 | # CONFIG_I2O is not set |
547 | CONFIG_NETDEVICES=y | 575 | CONFIG_NETDEVICES=y |
548 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
549 | # CONFIG_DUMMY is not set | 576 | # CONFIG_DUMMY is not set |
550 | # CONFIG_BONDING is not set | 577 | # CONFIG_BONDING is not set |
551 | # CONFIG_MACVLAN is not set | 578 | # CONFIG_MACVLAN is not set |
@@ -564,6 +591,7 @@ CONFIG_MII=y | |||
564 | # CONFIG_NET_VENDOR_3COM is not set | 591 | # CONFIG_NET_VENDOR_3COM is not set |
565 | # CONFIG_SMC91X is not set | 592 | # CONFIG_SMC91X is not set |
566 | # CONFIG_ENC28J60 is not set | 593 | # CONFIG_ENC28J60 is not set |
594 | # CONFIG_SMC911X is not set | ||
567 | # CONFIG_NET_TULIP is not set | 595 | # CONFIG_NET_TULIP is not set |
568 | # CONFIG_HP100 is not set | 596 | # CONFIG_HP100 is not set |
569 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 597 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -599,7 +627,6 @@ CONFIG_NETDEV_1000=y | |||
599 | # CONFIG_DL2K is not set | 627 | # CONFIG_DL2K is not set |
600 | # CONFIG_E1000 is not set | 628 | # CONFIG_E1000 is not set |
601 | # CONFIG_E1000E is not set | 629 | # CONFIG_E1000E is not set |
602 | # CONFIG_E1000E_ENABLED is not set | ||
603 | # CONFIG_IP1000 is not set | 630 | # CONFIG_IP1000 is not set |
604 | # CONFIG_IGB is not set | 631 | # CONFIG_IGB is not set |
605 | # CONFIG_NS83820 is not set | 632 | # CONFIG_NS83820 is not set |
@@ -609,12 +636,12 @@ CONFIG_NETDEV_1000=y | |||
609 | # CONFIG_SIS190 is not set | 636 | # CONFIG_SIS190 is not set |
610 | # CONFIG_SKGE is not set | 637 | # CONFIG_SKGE is not set |
611 | # CONFIG_SKY2 is not set | 638 | # CONFIG_SKY2 is not set |
612 | # CONFIG_SK98LIN is not set | ||
613 | # CONFIG_VIA_VELOCITY is not set | 639 | # CONFIG_VIA_VELOCITY is not set |
614 | # CONFIG_TIGON3 is not set | 640 | # CONFIG_TIGON3 is not set |
615 | # CONFIG_BNX2 is not set | 641 | # CONFIG_BNX2 is not set |
616 | # CONFIG_QLA3XXX is not set | 642 | # CONFIG_QLA3XXX is not set |
617 | # CONFIG_ATL1 is not set | 643 | # CONFIG_ATL1 is not set |
644 | # CONFIG_ATL1E is not set | ||
618 | CONFIG_NETDEV_10000=y | 645 | CONFIG_NETDEV_10000=y |
619 | # CONFIG_CHELSIO_T1 is not set | 646 | # CONFIG_CHELSIO_T1 is not set |
620 | # CONFIG_CHELSIO_T3 is not set | 647 | # CONFIG_CHELSIO_T3 is not set |
@@ -627,6 +654,7 @@ CONFIG_NETDEV_10000=y | |||
627 | # CONFIG_MLX4_CORE is not set | 654 | # CONFIG_MLX4_CORE is not set |
628 | # CONFIG_TEHUTI is not set | 655 | # CONFIG_TEHUTI is not set |
629 | # CONFIG_BNX2X is not set | 656 | # CONFIG_BNX2X is not set |
657 | # CONFIG_SFC is not set | ||
630 | # CONFIG_TR is not set | 658 | # CONFIG_TR is not set |
631 | 659 | ||
632 | # | 660 | # |
@@ -634,6 +662,7 @@ CONFIG_NETDEV_10000=y | |||
634 | # | 662 | # |
635 | # CONFIG_WLAN_PRE80211 is not set | 663 | # CONFIG_WLAN_PRE80211 is not set |
636 | # CONFIG_WLAN_80211 is not set | 664 | # CONFIG_WLAN_80211 is not set |
665 | # CONFIG_IWLWIFI_LEDS is not set | ||
637 | 666 | ||
638 | # | 667 | # |
639 | # USB Network Adapters | 668 | # USB Network Adapters |
@@ -690,9 +719,11 @@ CONFIG_INPUT=y | |||
690 | # Character devices | 719 | # Character devices |
691 | # | 720 | # |
692 | CONFIG_VT=y | 721 | CONFIG_VT=y |
722 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
693 | CONFIG_VT_CONSOLE=y | 723 | CONFIG_VT_CONSOLE=y |
694 | CONFIG_HW_CONSOLE=y | 724 | CONFIG_HW_CONSOLE=y |
695 | CONFIG_VT_HW_CONSOLE_BINDING=y | 725 | CONFIG_VT_HW_CONSOLE_BINDING=y |
726 | CONFIG_DEVKMEM=y | ||
696 | # CONFIG_SERIAL_NONSTANDARD is not set | 727 | # CONFIG_SERIAL_NONSTANDARD is not set |
697 | # CONFIG_NOZOMI is not set | 728 | # CONFIG_NOZOMI is not set |
698 | 729 | ||
@@ -726,10 +757,6 @@ CONFIG_HW_RANDOM=y | |||
726 | # CONFIG_TCG_TPM is not set | 757 | # CONFIG_TCG_TPM is not set |
727 | CONFIG_DEVPORT=y | 758 | CONFIG_DEVPORT=y |
728 | # CONFIG_I2C is not set | 759 | # CONFIG_I2C is not set |
729 | |||
730 | # | ||
731 | # SPI support | ||
732 | # | ||
733 | CONFIG_SPI=y | 760 | CONFIG_SPI=y |
734 | CONFIG_SPI_MASTER=y | 761 | CONFIG_SPI_MASTER=y |
735 | 762 | ||
@@ -765,6 +792,8 @@ CONFIG_HWMON=y | |||
765 | # CONFIG_SENSORS_W83627HF is not set | 792 | # CONFIG_SENSORS_W83627HF is not set |
766 | # CONFIG_SENSORS_W83627EHF is not set | 793 | # CONFIG_SENSORS_W83627EHF is not set |
767 | # CONFIG_HWMON_DEBUG_CHIP is not set | 794 | # CONFIG_HWMON_DEBUG_CHIP is not set |
795 | # CONFIG_THERMAL is not set | ||
796 | # CONFIG_THERMAL_HWMON is not set | ||
768 | # CONFIG_WATCHDOG is not set | 797 | # CONFIG_WATCHDOG is not set |
769 | 798 | ||
770 | # | 799 | # |
@@ -776,13 +805,24 @@ CONFIG_SSB_POSSIBLE=y | |||
776 | # | 805 | # |
777 | # Multifunction device drivers | 806 | # Multifunction device drivers |
778 | # | 807 | # |
808 | # CONFIG_MFD_CORE is not set | ||
779 | CONFIG_MFD_SM501=y | 809 | CONFIG_MFD_SM501=y |
810 | # CONFIG_HTC_PASIC3 is not set | ||
780 | 811 | ||
781 | # | 812 | # |
782 | # Multimedia devices | 813 | # Multimedia devices |
783 | # | 814 | # |
815 | |||
816 | # | ||
817 | # Multimedia core support | ||
818 | # | ||
784 | # CONFIG_VIDEO_DEV is not set | 819 | # CONFIG_VIDEO_DEV is not set |
785 | # CONFIG_DVB_CORE is not set | 820 | # CONFIG_DVB_CORE is not set |
821 | # CONFIG_VIDEO_MEDIA is not set | ||
822 | |||
823 | # | ||
824 | # Multimedia drivers | ||
825 | # | ||
786 | CONFIG_DAB=y | 826 | CONFIG_DAB=y |
787 | # CONFIG_USB_DABUSB is not set | 827 | # CONFIG_USB_DABUSB is not set |
788 | 828 | ||
@@ -802,8 +842,8 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
802 | # CONFIG_FB_SYS_FILLRECT is not set | 842 | # CONFIG_FB_SYS_FILLRECT is not set |
803 | # CONFIG_FB_SYS_COPYAREA is not set | 843 | # CONFIG_FB_SYS_COPYAREA is not set |
804 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 844 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
845 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
805 | # CONFIG_FB_SYS_FOPS is not set | 846 | # CONFIG_FB_SYS_FOPS is not set |
806 | CONFIG_FB_DEFERRED_IO=y | ||
807 | # CONFIG_FB_SVGALIB is not set | 847 | # CONFIG_FB_SVGALIB is not set |
808 | # CONFIG_FB_MACMODES is not set | 848 | # CONFIG_FB_MACMODES is not set |
809 | # CONFIG_FB_BACKLIGHT is not set | 849 | # CONFIG_FB_BACKLIGHT is not set |
@@ -836,6 +876,8 @@ CONFIG_FB_DEFERRED_IO=y | |||
836 | # CONFIG_FB_TRIDENT is not set | 876 | # CONFIG_FB_TRIDENT is not set |
837 | # CONFIG_FB_ARK is not set | 877 | # CONFIG_FB_ARK is not set |
838 | # CONFIG_FB_PM3 is not set | 878 | # CONFIG_FB_PM3 is not set |
879 | # CONFIG_FB_CARMINE is not set | ||
880 | CONFIG_FB_SH_MOBILE_LCDC=m | ||
839 | CONFIG_FB_SM501=y | 881 | CONFIG_FB_SM501=y |
840 | # CONFIG_FB_VIRTUAL is not set | 882 | # CONFIG_FB_VIRTUAL is not set |
841 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 883 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
@@ -862,15 +904,7 @@ CONFIG_LOGO=y | |||
862 | # CONFIG_LOGO_SUPERH_MONO is not set | 904 | # CONFIG_LOGO_SUPERH_MONO is not set |
863 | # CONFIG_LOGO_SUPERH_VGA16 is not set | 905 | # CONFIG_LOGO_SUPERH_VGA16 is not set |
864 | CONFIG_LOGO_SUPERH_CLUT224=y | 906 | CONFIG_LOGO_SUPERH_CLUT224=y |
865 | |||
866 | # | ||
867 | # Sound | ||
868 | # | ||
869 | CONFIG_SOUND=y | 907 | CONFIG_SOUND=y |
870 | |||
871 | # | ||
872 | # Advanced Linux Sound Architecture | ||
873 | # | ||
874 | CONFIG_SND=m | 908 | CONFIG_SND=m |
875 | CONFIG_SND_TIMER=m | 909 | CONFIG_SND_TIMER=m |
876 | CONFIG_SND_PCM=m | 910 | CONFIG_SND_PCM=m |
@@ -884,21 +918,17 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
884 | CONFIG_SND_VERBOSE_PROCFS=y | 918 | CONFIG_SND_VERBOSE_PROCFS=y |
885 | # CONFIG_SND_VERBOSE_PRINTK is not set | 919 | # CONFIG_SND_VERBOSE_PRINTK is not set |
886 | # CONFIG_SND_DEBUG is not set | 920 | # CONFIG_SND_DEBUG is not set |
887 | 921 | CONFIG_SND_VMASTER=y | |
888 | # | ||
889 | # Generic devices | ||
890 | # | ||
891 | CONFIG_SND_MPU401_UART=m | 922 | CONFIG_SND_MPU401_UART=m |
892 | CONFIG_SND_OPL3_LIB=m | 923 | CONFIG_SND_OPL3_LIB=m |
893 | CONFIG_SND_AC97_CODEC=m | 924 | CONFIG_SND_AC97_CODEC=m |
925 | CONFIG_SND_DRIVERS=y | ||
894 | # CONFIG_SND_DUMMY is not set | 926 | # CONFIG_SND_DUMMY is not set |
895 | # CONFIG_SND_MTPAV is not set | 927 | # CONFIG_SND_MTPAV is not set |
896 | # CONFIG_SND_SERIAL_U16550 is not set | 928 | # CONFIG_SND_SERIAL_U16550 is not set |
897 | # CONFIG_SND_MPU401 is not set | 929 | # CONFIG_SND_MPU401 is not set |
898 | 930 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
899 | # | 931 | CONFIG_SND_PCI=y |
900 | # PCI devices | ||
901 | # | ||
902 | # CONFIG_SND_AD1889 is not set | 932 | # CONFIG_SND_AD1889 is not set |
903 | # CONFIG_SND_ALS300 is not set | 933 | # CONFIG_SND_ALS300 is not set |
904 | # CONFIG_SND_ALI5451 is not set | 934 | # CONFIG_SND_ALI5451 is not set |
@@ -907,6 +937,7 @@ CONFIG_SND_AC97_CODEC=m | |||
907 | # CONFIG_SND_AU8810 is not set | 937 | # CONFIG_SND_AU8810 is not set |
908 | # CONFIG_SND_AU8820 is not set | 938 | # CONFIG_SND_AU8820 is not set |
909 | # CONFIG_SND_AU8830 is not set | 939 | # CONFIG_SND_AU8830 is not set |
940 | # CONFIG_SND_AW2 is not set | ||
910 | # CONFIG_SND_AZT3328 is not set | 941 | # CONFIG_SND_AZT3328 is not set |
911 | # CONFIG_SND_BT87X is not set | 942 | # CONFIG_SND_BT87X is not set |
912 | # CONFIG_SND_CA0106 is not set | 943 | # CONFIG_SND_CA0106 is not set |
@@ -957,43 +988,13 @@ CONFIG_SND_AC97_CODEC=m | |||
957 | # CONFIG_SND_VIRTUOSO is not set | 988 | # CONFIG_SND_VIRTUOSO is not set |
958 | # CONFIG_SND_VX222 is not set | 989 | # CONFIG_SND_VX222 is not set |
959 | CONFIG_SND_YMFPCI=m | 990 | CONFIG_SND_YMFPCI=m |
960 | CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y | 991 | CONFIG_SND_SPI=y |
961 | # CONFIG_SND_AC97_POWER_SAVE is not set | 992 | CONFIG_SND_SUPERH=y |
962 | 993 | CONFIG_SND_USB=y | |
963 | # | ||
964 | # SPI devices | ||
965 | # | ||
966 | |||
967 | # | ||
968 | # SUPERH devices | ||
969 | # | ||
970 | |||
971 | # | ||
972 | # USB devices | ||
973 | # | ||
974 | # CONFIG_SND_USB_AUDIO is not set | 994 | # CONFIG_SND_USB_AUDIO is not set |
975 | # CONFIG_SND_USB_CAIAQ is not set | 995 | # CONFIG_SND_USB_CAIAQ is not set |
976 | |||
977 | # | ||
978 | # System on Chip audio support | ||
979 | # | ||
980 | # CONFIG_SND_SOC is not set | 996 | # CONFIG_SND_SOC is not set |
981 | |||
982 | # | ||
983 | # SoC Audio support for SuperH | ||
984 | # | ||
985 | |||
986 | # | ||
987 | # ALSA SoC audio for Freescale SOCs | ||
988 | # | ||
989 | |||
990 | # | ||
991 | # Open Sound System | ||
992 | # | ||
993 | CONFIG_SOUND_PRIME=m | 997 | CONFIG_SOUND_PRIME=m |
994 | # CONFIG_SOUND_TRIDENT is not set | ||
995 | # CONFIG_SOUND_MSNDCLAS is not set | ||
996 | # CONFIG_SOUND_MSNDPIN is not set | ||
997 | CONFIG_AC97_BUS=m | 998 | CONFIG_AC97_BUS=m |
998 | CONFIG_HID_SUPPORT=y | 999 | CONFIG_HID_SUPPORT=y |
999 | CONFIG_HID=y | 1000 | CONFIG_HID=y |
@@ -1022,12 +1023,16 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | |||
1022 | CONFIG_USB_DEVICE_CLASS=y | 1023 | CONFIG_USB_DEVICE_CLASS=y |
1023 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1024 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1024 | # CONFIG_USB_OTG is not set | 1025 | # CONFIG_USB_OTG is not set |
1026 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1027 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1025 | 1028 | ||
1026 | # | 1029 | # |
1027 | # USB Host Controller Drivers | 1030 | # USB Host Controller Drivers |
1028 | # | 1031 | # |
1032 | # CONFIG_USB_C67X00_HCD is not set | ||
1029 | # CONFIG_USB_EHCI_HCD is not set | 1033 | # CONFIG_USB_EHCI_HCD is not set |
1030 | # CONFIG_USB_ISP116X_HCD is not set | 1034 | # CONFIG_USB_ISP116X_HCD is not set |
1035 | # CONFIG_USB_ISP1760_HCD is not set | ||
1031 | CONFIG_USB_OHCI_HCD=y | 1036 | CONFIG_USB_OHCI_HCD=y |
1032 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1037 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
1033 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | 1038 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |
@@ -1041,6 +1046,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1041 | # | 1046 | # |
1042 | # CONFIG_USB_ACM is not set | 1047 | # CONFIG_USB_ACM is not set |
1043 | # CONFIG_USB_PRINTER is not set | 1048 | # CONFIG_USB_PRINTER is not set |
1049 | # CONFIG_USB_WDM is not set | ||
1044 | 1050 | ||
1045 | # | 1051 | # |
1046 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1052 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -1060,7 +1066,9 @@ CONFIG_USB_STORAGE=y | |||
1060 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1066 | # CONFIG_USB_STORAGE_SDDR55 is not set |
1061 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1067 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
1062 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1068 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1069 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1063 | # CONFIG_USB_STORAGE_KARMA is not set | 1070 | # CONFIG_USB_STORAGE_KARMA is not set |
1071 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1064 | CONFIG_USB_LIBUSUAL=y | 1072 | CONFIG_USB_LIBUSUAL=y |
1065 | 1073 | ||
1066 | # | 1074 | # |
@@ -1096,9 +1104,12 @@ CONFIG_USB_LIBUSUAL=y | |||
1096 | # CONFIG_USB_LD is not set | 1104 | # CONFIG_USB_LD is not set |
1097 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1105 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1098 | # CONFIG_USB_IOWARRIOR is not set | 1106 | # CONFIG_USB_IOWARRIOR is not set |
1107 | # CONFIG_USB_ISIGHTFW is not set | ||
1099 | # CONFIG_USB_GADGET is not set | 1108 | # CONFIG_USB_GADGET is not set |
1100 | # CONFIG_MMC is not set | 1109 | # CONFIG_MMC is not set |
1110 | # CONFIG_MEMSTICK is not set | ||
1101 | # CONFIG_NEW_LEDS is not set | 1111 | # CONFIG_NEW_LEDS is not set |
1112 | # CONFIG_ACCESSIBILITY is not set | ||
1102 | # CONFIG_INFINIBAND is not set | 1113 | # CONFIG_INFINIBAND is not set |
1103 | CONFIG_RTC_LIB=y | 1114 | CONFIG_RTC_LIB=y |
1104 | CONFIG_RTC_CLASS=y | 1115 | CONFIG_RTC_CLASS=y |
@@ -1118,6 +1129,8 @@ CONFIG_RTC_INTF_DEV=y | |||
1118 | # | 1129 | # |
1119 | # SPI RTC drivers | 1130 | # SPI RTC drivers |
1120 | # | 1131 | # |
1132 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1133 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1121 | # CONFIG_RTC_DRV_MAX6902 is not set | 1134 | # CONFIG_RTC_DRV_MAX6902 is not set |
1122 | CONFIG_RTC_DRV_R9701=y | 1135 | CONFIG_RTC_DRV_R9701=y |
1123 | # CONFIG_RTC_DRV_RS5C348 is not set | 1136 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -1137,10 +1150,7 @@ CONFIG_RTC_DRV_R9701=y | |||
1137 | # on-CPU RTC drivers | 1150 | # on-CPU RTC drivers |
1138 | # | 1151 | # |
1139 | # CONFIG_RTC_DRV_SH is not set | 1152 | # CONFIG_RTC_DRV_SH is not set |
1140 | 1153 | # CONFIG_DMADEVICES is not set | |
1141 | # | ||
1142 | # Userspace I/O | ||
1143 | # | ||
1144 | # CONFIG_UIO is not set | 1154 | # CONFIG_UIO is not set |
1145 | 1155 | ||
1146 | # | 1156 | # |
@@ -1155,14 +1165,11 @@ CONFIG_EXT2_FS=y | |||
1155 | # CONFIG_JFS_FS is not set | 1165 | # CONFIG_JFS_FS is not set |
1156 | # CONFIG_FS_POSIX_ACL is not set | 1166 | # CONFIG_FS_POSIX_ACL is not set |
1157 | # CONFIG_XFS_FS is not set | 1167 | # CONFIG_XFS_FS is not set |
1158 | # CONFIG_GFS2_FS is not set | ||
1159 | # CONFIG_OCFS2_FS is not set | 1168 | # CONFIG_OCFS2_FS is not set |
1160 | CONFIG_MINIX_FS=y | 1169 | CONFIG_DNOTIFY=y |
1161 | # CONFIG_ROMFS_FS is not set | ||
1162 | CONFIG_INOTIFY=y | 1170 | CONFIG_INOTIFY=y |
1163 | CONFIG_INOTIFY_USER=y | 1171 | CONFIG_INOTIFY_USER=y |
1164 | # CONFIG_QUOTA is not set | 1172 | # CONFIG_QUOTA is not set |
1165 | CONFIG_DNOTIFY=y | ||
1166 | # CONFIG_AUTOFS_FS is not set | 1173 | # CONFIG_AUTOFS_FS is not set |
1167 | # CONFIG_AUTOFS4_FS is not set | 1174 | # CONFIG_AUTOFS4_FS is not set |
1168 | # CONFIG_FUSE_FS is not set | 1175 | # CONFIG_FUSE_FS is not set |
@@ -1208,8 +1215,11 @@ CONFIG_TMPFS=y | |||
1208 | # CONFIG_EFS_FS is not set | 1215 | # CONFIG_EFS_FS is not set |
1209 | # CONFIG_CRAMFS is not set | 1216 | # CONFIG_CRAMFS is not set |
1210 | # CONFIG_VXFS_FS is not set | 1217 | # CONFIG_VXFS_FS is not set |
1218 | CONFIG_MINIX_FS=y | ||
1219 | # CONFIG_OMFS_FS is not set | ||
1211 | # CONFIG_HPFS_FS is not set | 1220 | # CONFIG_HPFS_FS is not set |
1212 | # CONFIG_QNX4FS_FS is not set | 1221 | # CONFIG_QNX4FS_FS is not set |
1222 | # CONFIG_ROMFS_FS is not set | ||
1213 | # CONFIG_SYSV_FS is not set | 1223 | # CONFIG_SYSV_FS is not set |
1214 | # CONFIG_UFS_FS is not set | 1224 | # CONFIG_UFS_FS is not set |
1215 | CONFIG_NETWORK_FILESYSTEMS=y | 1225 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1275,12 +1285,14 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1275 | # CONFIG_PRINTK_TIME is not set | 1285 | # CONFIG_PRINTK_TIME is not set |
1276 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1286 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1277 | CONFIG_ENABLE_MUST_CHECK=y | 1287 | CONFIG_ENABLE_MUST_CHECK=y |
1288 | CONFIG_FRAME_WARN=1024 | ||
1278 | # CONFIG_MAGIC_SYSRQ is not set | 1289 | # CONFIG_MAGIC_SYSRQ is not set |
1279 | # CONFIG_UNUSED_SYMBOLS is not set | 1290 | # CONFIG_UNUSED_SYMBOLS is not set |
1280 | CONFIG_DEBUG_FS=y | 1291 | CONFIG_DEBUG_FS=y |
1281 | # CONFIG_HEADERS_CHECK is not set | 1292 | # CONFIG_HEADERS_CHECK is not set |
1282 | # CONFIG_DEBUG_KERNEL is not set | 1293 | # CONFIG_DEBUG_KERNEL is not set |
1283 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1294 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1295 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1284 | # CONFIG_SAMPLES is not set | 1296 | # CONFIG_SAMPLES is not set |
1285 | # CONFIG_SH_STANDARD_BIOS is not set | 1297 | # CONFIG_SH_STANDARD_BIOS is not set |
1286 | CONFIG_EARLY_SCIF_CONSOLE=y | 1298 | CONFIG_EARLY_SCIF_CONSOLE=y |
@@ -1295,48 +1307,81 @@ CONFIG_EARLY_PRINTK=y | |||
1295 | # CONFIG_SECURITY is not set | 1307 | # CONFIG_SECURITY is not set |
1296 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1308 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1297 | CONFIG_CRYPTO=y | 1309 | CONFIG_CRYPTO=y |
1298 | # CONFIG_CRYPTO_SEQIV is not set | 1310 | |
1311 | # | ||
1312 | # Crypto core or helper | ||
1313 | # | ||
1299 | # CONFIG_CRYPTO_MANAGER is not set | 1314 | # CONFIG_CRYPTO_MANAGER is not set |
1315 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1316 | # CONFIG_CRYPTO_NULL is not set | ||
1317 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1318 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1319 | # CONFIG_CRYPTO_TEST is not set | ||
1320 | |||
1321 | # | ||
1322 | # Authenticated Encryption with Associated Data | ||
1323 | # | ||
1324 | # CONFIG_CRYPTO_CCM is not set | ||
1325 | # CONFIG_CRYPTO_GCM is not set | ||
1326 | # CONFIG_CRYPTO_SEQIV is not set | ||
1327 | |||
1328 | # | ||
1329 | # Block modes | ||
1330 | # | ||
1331 | # CONFIG_CRYPTO_CBC is not set | ||
1332 | # CONFIG_CRYPTO_CTR is not set | ||
1333 | # CONFIG_CRYPTO_CTS is not set | ||
1334 | # CONFIG_CRYPTO_ECB is not set | ||
1335 | # CONFIG_CRYPTO_LRW is not set | ||
1336 | # CONFIG_CRYPTO_PCBC is not set | ||
1337 | # CONFIG_CRYPTO_XTS is not set | ||
1338 | |||
1339 | # | ||
1340 | # Hash modes | ||
1341 | # | ||
1300 | # CONFIG_CRYPTO_HMAC is not set | 1342 | # CONFIG_CRYPTO_HMAC is not set |
1301 | # CONFIG_CRYPTO_XCBC is not set | 1343 | # CONFIG_CRYPTO_XCBC is not set |
1302 | # CONFIG_CRYPTO_NULL is not set | 1344 | |
1345 | # | ||
1346 | # Digest | ||
1347 | # | ||
1348 | # CONFIG_CRYPTO_CRC32C is not set | ||
1303 | # CONFIG_CRYPTO_MD4 is not set | 1349 | # CONFIG_CRYPTO_MD4 is not set |
1304 | # CONFIG_CRYPTO_MD5 is not set | 1350 | # CONFIG_CRYPTO_MD5 is not set |
1351 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1352 | # CONFIG_CRYPTO_RMD128 is not set | ||
1353 | # CONFIG_CRYPTO_RMD160 is not set | ||
1354 | # CONFIG_CRYPTO_RMD256 is not set | ||
1355 | # CONFIG_CRYPTO_RMD320 is not set | ||
1305 | # CONFIG_CRYPTO_SHA1 is not set | 1356 | # CONFIG_CRYPTO_SHA1 is not set |
1306 | # CONFIG_CRYPTO_SHA256 is not set | 1357 | # CONFIG_CRYPTO_SHA256 is not set |
1307 | # CONFIG_CRYPTO_SHA512 is not set | 1358 | # CONFIG_CRYPTO_SHA512 is not set |
1308 | # CONFIG_CRYPTO_WP512 is not set | ||
1309 | # CONFIG_CRYPTO_TGR192 is not set | 1359 | # CONFIG_CRYPTO_TGR192 is not set |
1310 | # CONFIG_CRYPTO_GF128MUL is not set | 1360 | # CONFIG_CRYPTO_WP512 is not set |
1311 | # CONFIG_CRYPTO_ECB is not set | 1361 | |
1312 | # CONFIG_CRYPTO_CBC is not set | 1362 | # |
1313 | # CONFIG_CRYPTO_PCBC is not set | 1363 | # Ciphers |
1314 | # CONFIG_CRYPTO_LRW is not set | 1364 | # |
1315 | # CONFIG_CRYPTO_XTS is not set | ||
1316 | # CONFIG_CRYPTO_CTR is not set | ||
1317 | # CONFIG_CRYPTO_GCM is not set | ||
1318 | # CONFIG_CRYPTO_CCM is not set | ||
1319 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1320 | # CONFIG_CRYPTO_DES is not set | ||
1321 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1322 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1323 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1324 | # CONFIG_CRYPTO_SERPENT is not set | ||
1325 | # CONFIG_CRYPTO_AES is not set | 1365 | # CONFIG_CRYPTO_AES is not set |
1366 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1367 | # CONFIG_CRYPTO_ARC4 is not set | ||
1368 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1369 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1326 | # CONFIG_CRYPTO_CAST5 is not set | 1370 | # CONFIG_CRYPTO_CAST5 is not set |
1327 | # CONFIG_CRYPTO_CAST6 is not set | 1371 | # CONFIG_CRYPTO_CAST6 is not set |
1328 | # CONFIG_CRYPTO_TEA is not set | 1372 | # CONFIG_CRYPTO_DES is not set |
1329 | # CONFIG_CRYPTO_ARC4 is not set | 1373 | # CONFIG_CRYPTO_FCRYPT is not set |
1330 | # CONFIG_CRYPTO_KHAZAD is not set | 1374 | # CONFIG_CRYPTO_KHAZAD is not set |
1331 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1332 | # CONFIG_CRYPTO_SEED is not set | ||
1333 | # CONFIG_CRYPTO_SALSA20 is not set | 1375 | # CONFIG_CRYPTO_SALSA20 is not set |
1376 | # CONFIG_CRYPTO_SEED is not set | ||
1377 | # CONFIG_CRYPTO_SERPENT is not set | ||
1378 | # CONFIG_CRYPTO_TEA is not set | ||
1379 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1380 | |||
1381 | # | ||
1382 | # Compression | ||
1383 | # | ||
1334 | # CONFIG_CRYPTO_DEFLATE is not set | 1384 | # CONFIG_CRYPTO_DEFLATE is not set |
1335 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1336 | # CONFIG_CRYPTO_CRC32C is not set | ||
1337 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1338 | # CONFIG_CRYPTO_TEST is not set | ||
1339 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1340 | # CONFIG_CRYPTO_LZO is not set | 1385 | # CONFIG_CRYPTO_LZO is not set |
1341 | CONFIG_CRYPTO_HW=y | 1386 | CONFIG_CRYPTO_HW=y |
1342 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1387 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
@@ -1345,8 +1390,10 @@ CONFIG_CRYPTO_HW=y | |||
1345 | # Library routines | 1390 | # Library routines |
1346 | # | 1391 | # |
1347 | CONFIG_BITREVERSE=y | 1392 | CONFIG_BITREVERSE=y |
1393 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1348 | # CONFIG_CRC_CCITT is not set | 1394 | # CONFIG_CRC_CCITT is not set |
1349 | # CONFIG_CRC16 is not set | 1395 | # CONFIG_CRC16 is not set |
1396 | CONFIG_CRC_T10DIF=y | ||
1350 | # CONFIG_CRC_ITU_T is not set | 1397 | # CONFIG_CRC_ITU_T is not set |
1351 | CONFIG_CRC32=y | 1398 | CONFIG_CRC32=y |
1352 | # CONFIG_CRC7 is not set | 1399 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/rts7751r2dplus_defconfig b/arch/sh/configs/rts7751r2dplus_defconfig index 0a6d3b9e648b..7d9fa6e9ded5 100644 --- a/arch/sh/configs/rts7751r2dplus_defconfig +++ b/arch/sh/configs/rts7751r2dplus_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24 | 3 | # Linux kernel version: 2.6.26 |
4 | # Thu Feb 7 16:17:47 2008 | 4 | # Wed Jul 30 01:59:18 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -20,6 +21,8 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
25 | CONFIG_IO_TRAPPED=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
24 | 27 | ||
25 | # | 28 | # |
@@ -36,17 +39,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
36 | # CONFIG_POSIX_MQUEUE is not set | 39 | # CONFIG_POSIX_MQUEUE is not set |
37 | # CONFIG_BSD_PROCESS_ACCT is not set | 40 | # CONFIG_BSD_PROCESS_ACCT is not set |
38 | # CONFIG_TASKSTATS is not set | 41 | # CONFIG_TASKSTATS is not set |
39 | # CONFIG_USER_NS is not set | ||
40 | # CONFIG_PID_NS is not set | ||
41 | # CONFIG_AUDIT is not set | 42 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 43 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_LOG_BUF_SHIFT=14 | 44 | CONFIG_LOG_BUF_SHIFT=14 |
44 | # CONFIG_CGROUPS is not set | 45 | # CONFIG_CGROUPS is not set |
45 | CONFIG_FAIR_GROUP_SCHED=y | 46 | # CONFIG_GROUP_SCHED is not set |
46 | CONFIG_FAIR_USER_SCHED=y | ||
47 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
48 | CONFIG_SYSFS_DEPRECATED=y | 47 | CONFIG_SYSFS_DEPRECATED=y |
48 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
49 | # CONFIG_RELAY is not set | 49 | # CONFIG_RELAY is not set |
50 | # CONFIG_NAMESPACES is not set | ||
50 | # CONFIG_BLK_DEV_INITRD is not set | 51 | # CONFIG_BLK_DEV_INITRD is not set |
51 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 52 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
52 | CONFIG_SYSCTL=y | 53 | CONFIG_SYSCTL=y |
@@ -76,22 +77,31 @@ CONFIG_PROFILING=y | |||
76 | # CONFIG_MARKERS is not set | 77 | # CONFIG_MARKERS is not set |
77 | CONFIG_OPROFILE=y | 78 | CONFIG_OPROFILE=y |
78 | CONFIG_HAVE_OPROFILE=y | 79 | CONFIG_HAVE_OPROFILE=y |
80 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
81 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
79 | # CONFIG_HAVE_KPROBES is not set | 82 | # CONFIG_HAVE_KPROBES is not set |
83 | # CONFIG_HAVE_KRETPROBES is not set | ||
84 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
85 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
86 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
87 | CONFIG_HAVE_CLK=y | ||
80 | CONFIG_PROC_PAGE_MONITOR=y | 88 | CONFIG_PROC_PAGE_MONITOR=y |
81 | CONFIG_SLABINFO=y | 89 | CONFIG_SLABINFO=y |
82 | CONFIG_RT_MUTEXES=y | 90 | CONFIG_RT_MUTEXES=y |
83 | # CONFIG_TINY_SHMEM is not set | 91 | # CONFIG_TINY_SHMEM is not set |
84 | CONFIG_BASE_SMALL=0 | 92 | CONFIG_BASE_SMALL=0 |
85 | CONFIG_MODULES=y | 93 | CONFIG_MODULES=y |
94 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
86 | # CONFIG_MODULE_UNLOAD is not set | 95 | # CONFIG_MODULE_UNLOAD is not set |
87 | # CONFIG_MODVERSIONS is not set | 96 | # CONFIG_MODVERSIONS is not set |
88 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 97 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
89 | # CONFIG_KMOD is not set | 98 | CONFIG_KMOD=y |
90 | CONFIG_BLOCK=y | 99 | CONFIG_BLOCK=y |
91 | # CONFIG_LBD is not set | 100 | # CONFIG_LBD is not set |
92 | # CONFIG_BLK_DEV_IO_TRACE is not set | 101 | # CONFIG_BLK_DEV_IO_TRACE is not set |
93 | # CONFIG_LSF is not set | 102 | # CONFIG_LSF is not set |
94 | # CONFIG_BLK_DEV_BSG is not set | 103 | # CONFIG_BLK_DEV_BSG is not set |
104 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
95 | 105 | ||
96 | # | 106 | # |
97 | # IO Schedulers | 107 | # IO Schedulers |
@@ -106,7 +116,6 @@ CONFIG_DEFAULT_AS=y | |||
106 | # CONFIG_DEFAULT_NOOP is not set | 116 | # CONFIG_DEFAULT_NOOP is not set |
107 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 117 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
108 | CONFIG_CLASSIC_RCU=y | 118 | CONFIG_CLASSIC_RCU=y |
109 | # CONFIG_PREEMPT_RCU is not set | ||
110 | 119 | ||
111 | # | 120 | # |
112 | # System type | 121 | # System type |
@@ -116,6 +125,7 @@ CONFIG_CPU_SH4=y | |||
116 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
128 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
119 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
120 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
121 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -133,6 +143,7 @@ CONFIG_CPU_SH4=y | |||
133 | CONFIG_CPU_SUBTYPE_SH7751R=y | 143 | CONFIG_CPU_SUBTYPE_SH7751R=y |
134 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
135 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 145 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
137 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
138 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
@@ -140,6 +151,7 @@ CONFIG_CPU_SUBTYPE_SH7751R=y | |||
140 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 151 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
141 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
142 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
154 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
143 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | 155 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set |
144 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | 156 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set |
145 | 157 | ||
@@ -161,7 +173,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
161 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 173 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
162 | CONFIG_PAGE_SIZE_4KB=y | 174 | CONFIG_PAGE_SIZE_4KB=y |
163 | # CONFIG_PAGE_SIZE_8KB is not set | 175 | # CONFIG_PAGE_SIZE_8KB is not set |
176 | # CONFIG_PAGE_SIZE_16KB is not set | ||
164 | # CONFIG_PAGE_SIZE_64KB is not set | 177 | # CONFIG_PAGE_SIZE_64KB is not set |
178 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
165 | CONFIG_SELECT_MEMORY_MODEL=y | 179 | CONFIG_SELECT_MEMORY_MODEL=y |
166 | CONFIG_FLATMEM_MANUAL=y | 180 | CONFIG_FLATMEM_MANUAL=y |
167 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 181 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -170,6 +184,7 @@ CONFIG_FLATMEM=y | |||
170 | CONFIG_FLAT_NODE_MEM_MAP=y | 184 | CONFIG_FLAT_NODE_MEM_MAP=y |
171 | CONFIG_SPARSEMEM_STATIC=y | 185 | CONFIG_SPARSEMEM_STATIC=y |
172 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 186 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
187 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
173 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 188 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
174 | # CONFIG_RESOURCES_64BIT is not set | 189 | # CONFIG_RESOURCES_64BIT is not set |
175 | CONFIG_ZONE_DMA_FLAG=0 | 190 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -256,7 +271,6 @@ CONFIG_HZ=250 | |||
256 | CONFIG_PREEMPT_NONE=y | 271 | CONFIG_PREEMPT_NONE=y |
257 | # CONFIG_PREEMPT_VOLUNTARY is not set | 272 | # CONFIG_PREEMPT_VOLUNTARY is not set |
258 | # CONFIG_PREEMPT is not set | 273 | # CONFIG_PREEMPT is not set |
259 | CONFIG_RCU_TRACE=y | ||
260 | CONFIG_GUSA=y | 274 | CONFIG_GUSA=y |
261 | # CONFIG_GUSA_RB is not set | 275 | # CONFIG_GUSA_RB is not set |
262 | 276 | ||
@@ -332,8 +346,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
332 | CONFIG_DEFAULT_TCP_CONG="cubic" | 346 | CONFIG_DEFAULT_TCP_CONG="cubic" |
333 | # CONFIG_TCP_MD5SIG is not set | 347 | # CONFIG_TCP_MD5SIG is not set |
334 | # CONFIG_IPV6 is not set | 348 | # CONFIG_IPV6 is not set |
335 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
336 | # CONFIG_INET6_TUNNEL is not set | ||
337 | # CONFIG_NETWORK_SECMARK is not set | 349 | # CONFIG_NETWORK_SECMARK is not set |
338 | # CONFIG_NETFILTER is not set | 350 | # CONFIG_NETFILTER is not set |
339 | # CONFIG_IP_DCCP is not set | 351 | # CONFIG_IP_DCCP is not set |
@@ -367,6 +379,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
367 | # | 379 | # |
368 | # CONFIG_CFG80211 is not set | 380 | # CONFIG_CFG80211 is not set |
369 | CONFIG_WIRELESS_EXT=y | 381 | CONFIG_WIRELESS_EXT=y |
382 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
370 | # CONFIG_MAC80211 is not set | 383 | # CONFIG_MAC80211 is not set |
371 | # CONFIG_IEEE80211 is not set | 384 | # CONFIG_IEEE80211 is not set |
372 | # CONFIG_RFKILL is not set | 385 | # CONFIG_RFKILL is not set |
@@ -383,6 +396,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
383 | CONFIG_STANDALONE=y | 396 | CONFIG_STANDALONE=y |
384 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 397 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
385 | CONFIG_FW_LOADER=m | 398 | CONFIG_FW_LOADER=m |
399 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
400 | CONFIG_EXTRA_FIRMWARE="" | ||
386 | # CONFIG_SYS_HYPERVISOR is not set | 401 | # CONFIG_SYS_HYPERVISOR is not set |
387 | # CONFIG_CONNECTOR is not set | 402 | # CONFIG_CONNECTOR is not set |
388 | # CONFIG_MTD is not set | 403 | # CONFIG_MTD is not set |
@@ -399,14 +414,18 @@ CONFIG_BLK_DEV=y | |||
399 | CONFIG_BLK_DEV_RAM=y | 414 | CONFIG_BLK_DEV_RAM=y |
400 | CONFIG_BLK_DEV_RAM_COUNT=16 | 415 | CONFIG_BLK_DEV_RAM_COUNT=16 |
401 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 416 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
402 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 417 | # CONFIG_BLK_DEV_XIP is not set |
403 | # CONFIG_CDROM_PKTCDVD is not set | 418 | # CONFIG_CDROM_PKTCDVD is not set |
404 | # CONFIG_ATA_OVER_ETH is not set | 419 | # CONFIG_ATA_OVER_ETH is not set |
420 | # CONFIG_BLK_DEV_HD is not set | ||
405 | CONFIG_MISC_DEVICES=y | 421 | CONFIG_MISC_DEVICES=y |
406 | # CONFIG_PHANTOM is not set | 422 | # CONFIG_PHANTOM is not set |
407 | # CONFIG_EEPROM_93CX6 is not set | 423 | # CONFIG_EEPROM_93CX6 is not set |
408 | # CONFIG_SGI_IOC4 is not set | 424 | # CONFIG_SGI_IOC4 is not set |
409 | # CONFIG_TIFM_CORE is not set | 425 | # CONFIG_TIFM_CORE is not set |
426 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
427 | # CONFIG_HP_ILO is not set | ||
428 | CONFIG_HAVE_IDE=y | ||
410 | # CONFIG_IDE is not set | 429 | # CONFIG_IDE is not set |
411 | 430 | ||
412 | # | 431 | # |
@@ -466,6 +485,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
466 | # CONFIG_SCSI_IPS is not set | 485 | # CONFIG_SCSI_IPS is not set |
467 | # CONFIG_SCSI_INITIO is not set | 486 | # CONFIG_SCSI_INITIO is not set |
468 | # CONFIG_SCSI_INIA100 is not set | 487 | # CONFIG_SCSI_INIA100 is not set |
488 | # CONFIG_SCSI_MVSAS is not set | ||
469 | # CONFIG_SCSI_STEX is not set | 489 | # CONFIG_SCSI_STEX is not set |
470 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 490 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
471 | # CONFIG_SCSI_IPR is not set | 491 | # CONFIG_SCSI_IPR is not set |
@@ -478,9 +498,13 @@ CONFIG_SCSI_LOWLEVEL=y | |||
478 | # CONFIG_SCSI_NSP32 is not set | 498 | # CONFIG_SCSI_NSP32 is not set |
479 | # CONFIG_SCSI_DEBUG is not set | 499 | # CONFIG_SCSI_DEBUG is not set |
480 | # CONFIG_SCSI_SRP is not set | 500 | # CONFIG_SCSI_SRP is not set |
501 | # CONFIG_SCSI_DH is not set | ||
481 | CONFIG_ATA=y | 502 | CONFIG_ATA=y |
482 | # CONFIG_ATA_NONSTANDARD is not set | 503 | # CONFIG_ATA_NONSTANDARD is not set |
504 | CONFIG_SATA_PMP=y | ||
483 | # CONFIG_SATA_AHCI is not set | 505 | # CONFIG_SATA_AHCI is not set |
506 | # CONFIG_SATA_SIL24 is not set | ||
507 | CONFIG_ATA_SFF=y | ||
484 | # CONFIG_SATA_SVW is not set | 508 | # CONFIG_SATA_SVW is not set |
485 | # CONFIG_ATA_PIIX is not set | 509 | # CONFIG_ATA_PIIX is not set |
486 | # CONFIG_SATA_MV is not set | 510 | # CONFIG_SATA_MV is not set |
@@ -490,7 +514,6 @@ CONFIG_ATA=y | |||
490 | # CONFIG_SATA_PROMISE is not set | 514 | # CONFIG_SATA_PROMISE is not set |
491 | # CONFIG_SATA_SX4 is not set | 515 | # CONFIG_SATA_SX4 is not set |
492 | # CONFIG_SATA_SIL is not set | 516 | # CONFIG_SATA_SIL is not set |
493 | # CONFIG_SATA_SIL24 is not set | ||
494 | # CONFIG_SATA_SIS is not set | 517 | # CONFIG_SATA_SIS is not set |
495 | # CONFIG_SATA_ULI is not set | 518 | # CONFIG_SATA_ULI is not set |
496 | # CONFIG_SATA_VIA is not set | 519 | # CONFIG_SATA_VIA is not set |
@@ -535,17 +558,21 @@ CONFIG_ATA=y | |||
535 | # CONFIG_PATA_VIA is not set | 558 | # CONFIG_PATA_VIA is not set |
536 | # CONFIG_PATA_WINBOND is not set | 559 | # CONFIG_PATA_WINBOND is not set |
537 | CONFIG_PATA_PLATFORM=y | 560 | CONFIG_PATA_PLATFORM=y |
561 | # CONFIG_PATA_SCH is not set | ||
538 | # CONFIG_MD is not set | 562 | # CONFIG_MD is not set |
539 | # CONFIG_FUSION is not set | 563 | # CONFIG_FUSION is not set |
540 | 564 | ||
541 | # | 565 | # |
542 | # IEEE 1394 (FireWire) support | 566 | # IEEE 1394 (FireWire) support |
543 | # | 567 | # |
568 | |||
569 | # | ||
570 | # Enable only one of the two stacks, unless you know what you are doing | ||
571 | # | ||
544 | # CONFIG_FIREWIRE is not set | 572 | # CONFIG_FIREWIRE is not set |
545 | # CONFIG_IEEE1394 is not set | 573 | # CONFIG_IEEE1394 is not set |
546 | # CONFIG_I2O is not set | 574 | # CONFIG_I2O is not set |
547 | CONFIG_NETDEVICES=y | 575 | CONFIG_NETDEVICES=y |
548 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
549 | # CONFIG_DUMMY is not set | 576 | # CONFIG_DUMMY is not set |
550 | # CONFIG_BONDING is not set | 577 | # CONFIG_BONDING is not set |
551 | # CONFIG_MACVLAN is not set | 578 | # CONFIG_MACVLAN is not set |
@@ -564,6 +591,7 @@ CONFIG_MII=y | |||
564 | # CONFIG_NET_VENDOR_3COM is not set | 591 | # CONFIG_NET_VENDOR_3COM is not set |
565 | # CONFIG_SMC91X is not set | 592 | # CONFIG_SMC91X is not set |
566 | # CONFIG_ENC28J60 is not set | 593 | # CONFIG_ENC28J60 is not set |
594 | # CONFIG_SMC911X is not set | ||
567 | # CONFIG_NET_TULIP is not set | 595 | # CONFIG_NET_TULIP is not set |
568 | # CONFIG_HP100 is not set | 596 | # CONFIG_HP100 is not set |
569 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 597 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -599,7 +627,6 @@ CONFIG_NETDEV_1000=y | |||
599 | # CONFIG_DL2K is not set | 627 | # CONFIG_DL2K is not set |
600 | # CONFIG_E1000 is not set | 628 | # CONFIG_E1000 is not set |
601 | # CONFIG_E1000E is not set | 629 | # CONFIG_E1000E is not set |
602 | # CONFIG_E1000E_ENABLED is not set | ||
603 | # CONFIG_IP1000 is not set | 630 | # CONFIG_IP1000 is not set |
604 | # CONFIG_IGB is not set | 631 | # CONFIG_IGB is not set |
605 | # CONFIG_NS83820 is not set | 632 | # CONFIG_NS83820 is not set |
@@ -609,12 +636,12 @@ CONFIG_NETDEV_1000=y | |||
609 | # CONFIG_SIS190 is not set | 636 | # CONFIG_SIS190 is not set |
610 | # CONFIG_SKGE is not set | 637 | # CONFIG_SKGE is not set |
611 | # CONFIG_SKY2 is not set | 638 | # CONFIG_SKY2 is not set |
612 | # CONFIG_SK98LIN is not set | ||
613 | # CONFIG_VIA_VELOCITY is not set | 639 | # CONFIG_VIA_VELOCITY is not set |
614 | # CONFIG_TIGON3 is not set | 640 | # CONFIG_TIGON3 is not set |
615 | # CONFIG_BNX2 is not set | 641 | # CONFIG_BNX2 is not set |
616 | # CONFIG_QLA3XXX is not set | 642 | # CONFIG_QLA3XXX is not set |
617 | # CONFIG_ATL1 is not set | 643 | # CONFIG_ATL1 is not set |
644 | # CONFIG_ATL1E is not set | ||
618 | CONFIG_NETDEV_10000=y | 645 | CONFIG_NETDEV_10000=y |
619 | # CONFIG_CHELSIO_T1 is not set | 646 | # CONFIG_CHELSIO_T1 is not set |
620 | # CONFIG_CHELSIO_T3 is not set | 647 | # CONFIG_CHELSIO_T3 is not set |
@@ -627,6 +654,7 @@ CONFIG_NETDEV_10000=y | |||
627 | # CONFIG_MLX4_CORE is not set | 654 | # CONFIG_MLX4_CORE is not set |
628 | # CONFIG_TEHUTI is not set | 655 | # CONFIG_TEHUTI is not set |
629 | # CONFIG_BNX2X is not set | 656 | # CONFIG_BNX2X is not set |
657 | # CONFIG_SFC is not set | ||
630 | # CONFIG_TR is not set | 658 | # CONFIG_TR is not set |
631 | 659 | ||
632 | # | 660 | # |
@@ -634,6 +662,7 @@ CONFIG_NETDEV_10000=y | |||
634 | # | 662 | # |
635 | # CONFIG_WLAN_PRE80211 is not set | 663 | # CONFIG_WLAN_PRE80211 is not set |
636 | # CONFIG_WLAN_80211 is not set | 664 | # CONFIG_WLAN_80211 is not set |
665 | # CONFIG_IWLWIFI_LEDS is not set | ||
637 | 666 | ||
638 | # | 667 | # |
639 | # USB Network Adapters | 668 | # USB Network Adapters |
@@ -690,9 +719,11 @@ CONFIG_INPUT=y | |||
690 | # Character devices | 719 | # Character devices |
691 | # | 720 | # |
692 | CONFIG_VT=y | 721 | CONFIG_VT=y |
722 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
693 | CONFIG_VT_CONSOLE=y | 723 | CONFIG_VT_CONSOLE=y |
694 | CONFIG_HW_CONSOLE=y | 724 | CONFIG_HW_CONSOLE=y |
695 | CONFIG_VT_HW_CONSOLE_BINDING=y | 725 | CONFIG_VT_HW_CONSOLE_BINDING=y |
726 | CONFIG_DEVKMEM=y | ||
696 | # CONFIG_SERIAL_NONSTANDARD is not set | 727 | # CONFIG_SERIAL_NONSTANDARD is not set |
697 | # CONFIG_NOZOMI is not set | 728 | # CONFIG_NOZOMI is not set |
698 | 729 | ||
@@ -726,10 +757,6 @@ CONFIG_HW_RANDOM=y | |||
726 | # CONFIG_TCG_TPM is not set | 757 | # CONFIG_TCG_TPM is not set |
727 | CONFIG_DEVPORT=y | 758 | CONFIG_DEVPORT=y |
728 | # CONFIG_I2C is not set | 759 | # CONFIG_I2C is not set |
729 | |||
730 | # | ||
731 | # SPI support | ||
732 | # | ||
733 | CONFIG_SPI=y | 760 | CONFIG_SPI=y |
734 | CONFIG_SPI_MASTER=y | 761 | CONFIG_SPI_MASTER=y |
735 | 762 | ||
@@ -765,6 +792,8 @@ CONFIG_HWMON=y | |||
765 | # CONFIG_SENSORS_W83627HF is not set | 792 | # CONFIG_SENSORS_W83627HF is not set |
766 | # CONFIG_SENSORS_W83627EHF is not set | 793 | # CONFIG_SENSORS_W83627EHF is not set |
767 | # CONFIG_HWMON_DEBUG_CHIP is not set | 794 | # CONFIG_HWMON_DEBUG_CHIP is not set |
795 | # CONFIG_THERMAL is not set | ||
796 | # CONFIG_THERMAL_HWMON is not set | ||
768 | # CONFIG_WATCHDOG is not set | 797 | # CONFIG_WATCHDOG is not set |
769 | 798 | ||
770 | # | 799 | # |
@@ -776,13 +805,24 @@ CONFIG_SSB_POSSIBLE=y | |||
776 | # | 805 | # |
777 | # Multifunction device drivers | 806 | # Multifunction device drivers |
778 | # | 807 | # |
808 | # CONFIG_MFD_CORE is not set | ||
779 | CONFIG_MFD_SM501=y | 809 | CONFIG_MFD_SM501=y |
810 | # CONFIG_HTC_PASIC3 is not set | ||
780 | 811 | ||
781 | # | 812 | # |
782 | # Multimedia devices | 813 | # Multimedia devices |
783 | # | 814 | # |
815 | |||
816 | # | ||
817 | # Multimedia core support | ||
818 | # | ||
784 | # CONFIG_VIDEO_DEV is not set | 819 | # CONFIG_VIDEO_DEV is not set |
785 | # CONFIG_DVB_CORE is not set | 820 | # CONFIG_DVB_CORE is not set |
821 | # CONFIG_VIDEO_MEDIA is not set | ||
822 | |||
823 | # | ||
824 | # Multimedia drivers | ||
825 | # | ||
786 | CONFIG_DAB=y | 826 | CONFIG_DAB=y |
787 | # CONFIG_USB_DABUSB is not set | 827 | # CONFIG_USB_DABUSB is not set |
788 | 828 | ||
@@ -802,8 +842,8 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
802 | # CONFIG_FB_SYS_FILLRECT is not set | 842 | # CONFIG_FB_SYS_FILLRECT is not set |
803 | # CONFIG_FB_SYS_COPYAREA is not set | 843 | # CONFIG_FB_SYS_COPYAREA is not set |
804 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 844 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
845 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
805 | # CONFIG_FB_SYS_FOPS is not set | 846 | # CONFIG_FB_SYS_FOPS is not set |
806 | CONFIG_FB_DEFERRED_IO=y | ||
807 | # CONFIG_FB_SVGALIB is not set | 847 | # CONFIG_FB_SVGALIB is not set |
808 | # CONFIG_FB_MACMODES is not set | 848 | # CONFIG_FB_MACMODES is not set |
809 | # CONFIG_FB_BACKLIGHT is not set | 849 | # CONFIG_FB_BACKLIGHT is not set |
@@ -836,6 +876,8 @@ CONFIG_FB_DEFERRED_IO=y | |||
836 | # CONFIG_FB_TRIDENT is not set | 876 | # CONFIG_FB_TRIDENT is not set |
837 | # CONFIG_FB_ARK is not set | 877 | # CONFIG_FB_ARK is not set |
838 | # CONFIG_FB_PM3 is not set | 878 | # CONFIG_FB_PM3 is not set |
879 | # CONFIG_FB_CARMINE is not set | ||
880 | CONFIG_FB_SH_MOBILE_LCDC=m | ||
839 | CONFIG_FB_SM501=y | 881 | CONFIG_FB_SM501=y |
840 | # CONFIG_FB_VIRTUAL is not set | 882 | # CONFIG_FB_VIRTUAL is not set |
841 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 883 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
@@ -862,15 +904,7 @@ CONFIG_LOGO=y | |||
862 | # CONFIG_LOGO_SUPERH_MONO is not set | 904 | # CONFIG_LOGO_SUPERH_MONO is not set |
863 | # CONFIG_LOGO_SUPERH_VGA16 is not set | 905 | # CONFIG_LOGO_SUPERH_VGA16 is not set |
864 | CONFIG_LOGO_SUPERH_CLUT224=y | 906 | CONFIG_LOGO_SUPERH_CLUT224=y |
865 | |||
866 | # | ||
867 | # Sound | ||
868 | # | ||
869 | CONFIG_SOUND=y | 907 | CONFIG_SOUND=y |
870 | |||
871 | # | ||
872 | # Advanced Linux Sound Architecture | ||
873 | # | ||
874 | CONFIG_SND=m | 908 | CONFIG_SND=m |
875 | CONFIG_SND_TIMER=m | 909 | CONFIG_SND_TIMER=m |
876 | CONFIG_SND_PCM=m | 910 | CONFIG_SND_PCM=m |
@@ -884,21 +918,17 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
884 | CONFIG_SND_VERBOSE_PROCFS=y | 918 | CONFIG_SND_VERBOSE_PROCFS=y |
885 | # CONFIG_SND_VERBOSE_PRINTK is not set | 919 | # CONFIG_SND_VERBOSE_PRINTK is not set |
886 | # CONFIG_SND_DEBUG is not set | 920 | # CONFIG_SND_DEBUG is not set |
887 | 921 | CONFIG_SND_VMASTER=y | |
888 | # | ||
889 | # Generic devices | ||
890 | # | ||
891 | CONFIG_SND_MPU401_UART=m | 922 | CONFIG_SND_MPU401_UART=m |
892 | CONFIG_SND_OPL3_LIB=m | 923 | CONFIG_SND_OPL3_LIB=m |
893 | CONFIG_SND_AC97_CODEC=m | 924 | CONFIG_SND_AC97_CODEC=m |
925 | CONFIG_SND_DRIVERS=y | ||
894 | # CONFIG_SND_DUMMY is not set | 926 | # CONFIG_SND_DUMMY is not set |
895 | # CONFIG_SND_MTPAV is not set | 927 | # CONFIG_SND_MTPAV is not set |
896 | # CONFIG_SND_SERIAL_U16550 is not set | 928 | # CONFIG_SND_SERIAL_U16550 is not set |
897 | # CONFIG_SND_MPU401 is not set | 929 | # CONFIG_SND_MPU401 is not set |
898 | 930 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
899 | # | 931 | CONFIG_SND_PCI=y |
900 | # PCI devices | ||
901 | # | ||
902 | # CONFIG_SND_AD1889 is not set | 932 | # CONFIG_SND_AD1889 is not set |
903 | # CONFIG_SND_ALS300 is not set | 933 | # CONFIG_SND_ALS300 is not set |
904 | # CONFIG_SND_ALI5451 is not set | 934 | # CONFIG_SND_ALI5451 is not set |
@@ -907,6 +937,7 @@ CONFIG_SND_AC97_CODEC=m | |||
907 | # CONFIG_SND_AU8810 is not set | 937 | # CONFIG_SND_AU8810 is not set |
908 | # CONFIG_SND_AU8820 is not set | 938 | # CONFIG_SND_AU8820 is not set |
909 | # CONFIG_SND_AU8830 is not set | 939 | # CONFIG_SND_AU8830 is not set |
940 | # CONFIG_SND_AW2 is not set | ||
910 | # CONFIG_SND_AZT3328 is not set | 941 | # CONFIG_SND_AZT3328 is not set |
911 | # CONFIG_SND_BT87X is not set | 942 | # CONFIG_SND_BT87X is not set |
912 | # CONFIG_SND_CA0106 is not set | 943 | # CONFIG_SND_CA0106 is not set |
@@ -957,43 +988,13 @@ CONFIG_SND_AC97_CODEC=m | |||
957 | # CONFIG_SND_VIRTUOSO is not set | 988 | # CONFIG_SND_VIRTUOSO is not set |
958 | # CONFIG_SND_VX222 is not set | 989 | # CONFIG_SND_VX222 is not set |
959 | CONFIG_SND_YMFPCI=m | 990 | CONFIG_SND_YMFPCI=m |
960 | CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y | 991 | CONFIG_SND_SPI=y |
961 | # CONFIG_SND_AC97_POWER_SAVE is not set | 992 | CONFIG_SND_SUPERH=y |
962 | 993 | CONFIG_SND_USB=y | |
963 | # | ||
964 | # SPI devices | ||
965 | # | ||
966 | |||
967 | # | ||
968 | # SUPERH devices | ||
969 | # | ||
970 | |||
971 | # | ||
972 | # USB devices | ||
973 | # | ||
974 | # CONFIG_SND_USB_AUDIO is not set | 994 | # CONFIG_SND_USB_AUDIO is not set |
975 | # CONFIG_SND_USB_CAIAQ is not set | 995 | # CONFIG_SND_USB_CAIAQ is not set |
976 | |||
977 | # | ||
978 | # System on Chip audio support | ||
979 | # | ||
980 | # CONFIG_SND_SOC is not set | 996 | # CONFIG_SND_SOC is not set |
981 | |||
982 | # | ||
983 | # SoC Audio support for SuperH | ||
984 | # | ||
985 | |||
986 | # | ||
987 | # ALSA SoC audio for Freescale SOCs | ||
988 | # | ||
989 | |||
990 | # | ||
991 | # Open Sound System | ||
992 | # | ||
993 | CONFIG_SOUND_PRIME=m | 997 | CONFIG_SOUND_PRIME=m |
994 | # CONFIG_SOUND_TRIDENT is not set | ||
995 | # CONFIG_SOUND_MSNDCLAS is not set | ||
996 | # CONFIG_SOUND_MSNDPIN is not set | ||
997 | CONFIG_AC97_BUS=m | 998 | CONFIG_AC97_BUS=m |
998 | CONFIG_HID_SUPPORT=y | 999 | CONFIG_HID_SUPPORT=y |
999 | CONFIG_HID=y | 1000 | CONFIG_HID=y |
@@ -1022,12 +1023,16 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | |||
1022 | CONFIG_USB_DEVICE_CLASS=y | 1023 | CONFIG_USB_DEVICE_CLASS=y |
1023 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1024 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1024 | # CONFIG_USB_OTG is not set | 1025 | # CONFIG_USB_OTG is not set |
1026 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1027 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1025 | 1028 | ||
1026 | # | 1029 | # |
1027 | # USB Host Controller Drivers | 1030 | # USB Host Controller Drivers |
1028 | # | 1031 | # |
1032 | # CONFIG_USB_C67X00_HCD is not set | ||
1029 | # CONFIG_USB_EHCI_HCD is not set | 1033 | # CONFIG_USB_EHCI_HCD is not set |
1030 | # CONFIG_USB_ISP116X_HCD is not set | 1034 | # CONFIG_USB_ISP116X_HCD is not set |
1035 | # CONFIG_USB_ISP1760_HCD is not set | ||
1031 | CONFIG_USB_OHCI_HCD=y | 1036 | CONFIG_USB_OHCI_HCD=y |
1032 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1037 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
1033 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | 1038 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |
@@ -1041,6 +1046,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1041 | # | 1046 | # |
1042 | # CONFIG_USB_ACM is not set | 1047 | # CONFIG_USB_ACM is not set |
1043 | # CONFIG_USB_PRINTER is not set | 1048 | # CONFIG_USB_PRINTER is not set |
1049 | # CONFIG_USB_WDM is not set | ||
1044 | 1050 | ||
1045 | # | 1051 | # |
1046 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1052 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -1060,7 +1066,9 @@ CONFIG_USB_STORAGE=y | |||
1060 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1066 | # CONFIG_USB_STORAGE_SDDR55 is not set |
1061 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1067 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
1062 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1068 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1069 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1063 | # CONFIG_USB_STORAGE_KARMA is not set | 1070 | # CONFIG_USB_STORAGE_KARMA is not set |
1071 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1064 | CONFIG_USB_LIBUSUAL=y | 1072 | CONFIG_USB_LIBUSUAL=y |
1065 | 1073 | ||
1066 | # | 1074 | # |
@@ -1096,9 +1104,12 @@ CONFIG_USB_LIBUSUAL=y | |||
1096 | # CONFIG_USB_LD is not set | 1104 | # CONFIG_USB_LD is not set |
1097 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1105 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1098 | # CONFIG_USB_IOWARRIOR is not set | 1106 | # CONFIG_USB_IOWARRIOR is not set |
1107 | # CONFIG_USB_ISIGHTFW is not set | ||
1099 | # CONFIG_USB_GADGET is not set | 1108 | # CONFIG_USB_GADGET is not set |
1100 | # CONFIG_MMC is not set | 1109 | # CONFIG_MMC is not set |
1110 | # CONFIG_MEMSTICK is not set | ||
1101 | # CONFIG_NEW_LEDS is not set | 1111 | # CONFIG_NEW_LEDS is not set |
1112 | # CONFIG_ACCESSIBILITY is not set | ||
1102 | # CONFIG_INFINIBAND is not set | 1113 | # CONFIG_INFINIBAND is not set |
1103 | CONFIG_RTC_LIB=y | 1114 | CONFIG_RTC_LIB=y |
1104 | CONFIG_RTC_CLASS=y | 1115 | CONFIG_RTC_CLASS=y |
@@ -1118,6 +1129,8 @@ CONFIG_RTC_INTF_DEV=y | |||
1118 | # | 1129 | # |
1119 | # SPI RTC drivers | 1130 | # SPI RTC drivers |
1120 | # | 1131 | # |
1132 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1133 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1121 | # CONFIG_RTC_DRV_MAX6902 is not set | 1134 | # CONFIG_RTC_DRV_MAX6902 is not set |
1122 | CONFIG_RTC_DRV_R9701=y | 1135 | CONFIG_RTC_DRV_R9701=y |
1123 | # CONFIG_RTC_DRV_RS5C348 is not set | 1136 | # CONFIG_RTC_DRV_RS5C348 is not set |
@@ -1137,10 +1150,7 @@ CONFIG_RTC_DRV_R9701=y | |||
1137 | # on-CPU RTC drivers | 1150 | # on-CPU RTC drivers |
1138 | # | 1151 | # |
1139 | # CONFIG_RTC_DRV_SH is not set | 1152 | # CONFIG_RTC_DRV_SH is not set |
1140 | 1153 | # CONFIG_DMADEVICES is not set | |
1141 | # | ||
1142 | # Userspace I/O | ||
1143 | # | ||
1144 | # CONFIG_UIO is not set | 1154 | # CONFIG_UIO is not set |
1145 | 1155 | ||
1146 | # | 1156 | # |
@@ -1155,14 +1165,11 @@ CONFIG_EXT2_FS=y | |||
1155 | # CONFIG_JFS_FS is not set | 1165 | # CONFIG_JFS_FS is not set |
1156 | # CONFIG_FS_POSIX_ACL is not set | 1166 | # CONFIG_FS_POSIX_ACL is not set |
1157 | # CONFIG_XFS_FS is not set | 1167 | # CONFIG_XFS_FS is not set |
1158 | # CONFIG_GFS2_FS is not set | ||
1159 | # CONFIG_OCFS2_FS is not set | 1168 | # CONFIG_OCFS2_FS is not set |
1160 | CONFIG_MINIX_FS=y | 1169 | CONFIG_DNOTIFY=y |
1161 | # CONFIG_ROMFS_FS is not set | ||
1162 | CONFIG_INOTIFY=y | 1170 | CONFIG_INOTIFY=y |
1163 | CONFIG_INOTIFY_USER=y | 1171 | CONFIG_INOTIFY_USER=y |
1164 | # CONFIG_QUOTA is not set | 1172 | # CONFIG_QUOTA is not set |
1165 | CONFIG_DNOTIFY=y | ||
1166 | # CONFIG_AUTOFS_FS is not set | 1173 | # CONFIG_AUTOFS_FS is not set |
1167 | # CONFIG_AUTOFS4_FS is not set | 1174 | # CONFIG_AUTOFS4_FS is not set |
1168 | # CONFIG_FUSE_FS is not set | 1175 | # CONFIG_FUSE_FS is not set |
@@ -1208,8 +1215,11 @@ CONFIG_TMPFS=y | |||
1208 | # CONFIG_EFS_FS is not set | 1215 | # CONFIG_EFS_FS is not set |
1209 | # CONFIG_CRAMFS is not set | 1216 | # CONFIG_CRAMFS is not set |
1210 | # CONFIG_VXFS_FS is not set | 1217 | # CONFIG_VXFS_FS is not set |
1218 | CONFIG_MINIX_FS=y | ||
1219 | # CONFIG_OMFS_FS is not set | ||
1211 | # CONFIG_HPFS_FS is not set | 1220 | # CONFIG_HPFS_FS is not set |
1212 | # CONFIG_QNX4FS_FS is not set | 1221 | # CONFIG_QNX4FS_FS is not set |
1222 | # CONFIG_ROMFS_FS is not set | ||
1213 | # CONFIG_SYSV_FS is not set | 1223 | # CONFIG_SYSV_FS is not set |
1214 | # CONFIG_UFS_FS is not set | 1224 | # CONFIG_UFS_FS is not set |
1215 | CONFIG_NETWORK_FILESYSTEMS=y | 1225 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1275,12 +1285,14 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1275 | # CONFIG_PRINTK_TIME is not set | 1285 | # CONFIG_PRINTK_TIME is not set |
1276 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1286 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1277 | CONFIG_ENABLE_MUST_CHECK=y | 1287 | CONFIG_ENABLE_MUST_CHECK=y |
1288 | CONFIG_FRAME_WARN=1024 | ||
1278 | # CONFIG_MAGIC_SYSRQ is not set | 1289 | # CONFIG_MAGIC_SYSRQ is not set |
1279 | # CONFIG_UNUSED_SYMBOLS is not set | 1290 | # CONFIG_UNUSED_SYMBOLS is not set |
1280 | CONFIG_DEBUG_FS=y | 1291 | CONFIG_DEBUG_FS=y |
1281 | # CONFIG_HEADERS_CHECK is not set | 1292 | # CONFIG_HEADERS_CHECK is not set |
1282 | # CONFIG_DEBUG_KERNEL is not set | 1293 | # CONFIG_DEBUG_KERNEL is not set |
1283 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1294 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1295 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1284 | # CONFIG_SAMPLES is not set | 1296 | # CONFIG_SAMPLES is not set |
1285 | # CONFIG_SH_STANDARD_BIOS is not set | 1297 | # CONFIG_SH_STANDARD_BIOS is not set |
1286 | CONFIG_EARLY_SCIF_CONSOLE=y | 1298 | CONFIG_EARLY_SCIF_CONSOLE=y |
@@ -1295,48 +1307,81 @@ CONFIG_EARLY_PRINTK=y | |||
1295 | # CONFIG_SECURITY is not set | 1307 | # CONFIG_SECURITY is not set |
1296 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1308 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1297 | CONFIG_CRYPTO=y | 1309 | CONFIG_CRYPTO=y |
1298 | # CONFIG_CRYPTO_SEQIV is not set | 1310 | |
1311 | # | ||
1312 | # Crypto core or helper | ||
1313 | # | ||
1299 | # CONFIG_CRYPTO_MANAGER is not set | 1314 | # CONFIG_CRYPTO_MANAGER is not set |
1315 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1316 | # CONFIG_CRYPTO_NULL is not set | ||
1317 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1318 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1319 | # CONFIG_CRYPTO_TEST is not set | ||
1320 | |||
1321 | # | ||
1322 | # Authenticated Encryption with Associated Data | ||
1323 | # | ||
1324 | # CONFIG_CRYPTO_CCM is not set | ||
1325 | # CONFIG_CRYPTO_GCM is not set | ||
1326 | # CONFIG_CRYPTO_SEQIV is not set | ||
1327 | |||
1328 | # | ||
1329 | # Block modes | ||
1330 | # | ||
1331 | # CONFIG_CRYPTO_CBC is not set | ||
1332 | # CONFIG_CRYPTO_CTR is not set | ||
1333 | # CONFIG_CRYPTO_CTS is not set | ||
1334 | # CONFIG_CRYPTO_ECB is not set | ||
1335 | # CONFIG_CRYPTO_LRW is not set | ||
1336 | # CONFIG_CRYPTO_PCBC is not set | ||
1337 | # CONFIG_CRYPTO_XTS is not set | ||
1338 | |||
1339 | # | ||
1340 | # Hash modes | ||
1341 | # | ||
1300 | # CONFIG_CRYPTO_HMAC is not set | 1342 | # CONFIG_CRYPTO_HMAC is not set |
1301 | # CONFIG_CRYPTO_XCBC is not set | 1343 | # CONFIG_CRYPTO_XCBC is not set |
1302 | # CONFIG_CRYPTO_NULL is not set | 1344 | |
1345 | # | ||
1346 | # Digest | ||
1347 | # | ||
1348 | # CONFIG_CRYPTO_CRC32C is not set | ||
1303 | # CONFIG_CRYPTO_MD4 is not set | 1349 | # CONFIG_CRYPTO_MD4 is not set |
1304 | # CONFIG_CRYPTO_MD5 is not set | 1350 | # CONFIG_CRYPTO_MD5 is not set |
1351 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1352 | # CONFIG_CRYPTO_RMD128 is not set | ||
1353 | # CONFIG_CRYPTO_RMD160 is not set | ||
1354 | # CONFIG_CRYPTO_RMD256 is not set | ||
1355 | # CONFIG_CRYPTO_RMD320 is not set | ||
1305 | # CONFIG_CRYPTO_SHA1 is not set | 1356 | # CONFIG_CRYPTO_SHA1 is not set |
1306 | # CONFIG_CRYPTO_SHA256 is not set | 1357 | # CONFIG_CRYPTO_SHA256 is not set |
1307 | # CONFIG_CRYPTO_SHA512 is not set | 1358 | # CONFIG_CRYPTO_SHA512 is not set |
1308 | # CONFIG_CRYPTO_WP512 is not set | ||
1309 | # CONFIG_CRYPTO_TGR192 is not set | 1359 | # CONFIG_CRYPTO_TGR192 is not set |
1310 | # CONFIG_CRYPTO_GF128MUL is not set | 1360 | # CONFIG_CRYPTO_WP512 is not set |
1311 | # CONFIG_CRYPTO_ECB is not set | 1361 | |
1312 | # CONFIG_CRYPTO_CBC is not set | 1362 | # |
1313 | # CONFIG_CRYPTO_PCBC is not set | 1363 | # Ciphers |
1314 | # CONFIG_CRYPTO_LRW is not set | 1364 | # |
1315 | # CONFIG_CRYPTO_XTS is not set | ||
1316 | # CONFIG_CRYPTO_CTR is not set | ||
1317 | # CONFIG_CRYPTO_GCM is not set | ||
1318 | # CONFIG_CRYPTO_CCM is not set | ||
1319 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1320 | # CONFIG_CRYPTO_DES is not set | ||
1321 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1322 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1323 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1324 | # CONFIG_CRYPTO_SERPENT is not set | ||
1325 | # CONFIG_CRYPTO_AES is not set | 1365 | # CONFIG_CRYPTO_AES is not set |
1366 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1367 | # CONFIG_CRYPTO_ARC4 is not set | ||
1368 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1369 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1326 | # CONFIG_CRYPTO_CAST5 is not set | 1370 | # CONFIG_CRYPTO_CAST5 is not set |
1327 | # CONFIG_CRYPTO_CAST6 is not set | 1371 | # CONFIG_CRYPTO_CAST6 is not set |
1328 | # CONFIG_CRYPTO_TEA is not set | 1372 | # CONFIG_CRYPTO_DES is not set |
1329 | # CONFIG_CRYPTO_ARC4 is not set | 1373 | # CONFIG_CRYPTO_FCRYPT is not set |
1330 | # CONFIG_CRYPTO_KHAZAD is not set | 1374 | # CONFIG_CRYPTO_KHAZAD is not set |
1331 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1332 | # CONFIG_CRYPTO_SEED is not set | ||
1333 | # CONFIG_CRYPTO_SALSA20 is not set | 1375 | # CONFIG_CRYPTO_SALSA20 is not set |
1376 | # CONFIG_CRYPTO_SEED is not set | ||
1377 | # CONFIG_CRYPTO_SERPENT is not set | ||
1378 | # CONFIG_CRYPTO_TEA is not set | ||
1379 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1380 | |||
1381 | # | ||
1382 | # Compression | ||
1383 | # | ||
1334 | # CONFIG_CRYPTO_DEFLATE is not set | 1384 | # CONFIG_CRYPTO_DEFLATE is not set |
1335 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1336 | # CONFIG_CRYPTO_CRC32C is not set | ||
1337 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1338 | # CONFIG_CRYPTO_TEST is not set | ||
1339 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1340 | # CONFIG_CRYPTO_LZO is not set | 1385 | # CONFIG_CRYPTO_LZO is not set |
1341 | CONFIG_CRYPTO_HW=y | 1386 | CONFIG_CRYPTO_HW=y |
1342 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1387 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
@@ -1345,8 +1390,10 @@ CONFIG_CRYPTO_HW=y | |||
1345 | # Library routines | 1390 | # Library routines |
1346 | # | 1391 | # |
1347 | CONFIG_BITREVERSE=y | 1392 | CONFIG_BITREVERSE=y |
1393 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1348 | # CONFIG_CRC_CCITT is not set | 1394 | # CONFIG_CRC_CCITT is not set |
1349 | # CONFIG_CRC16 is not set | 1395 | # CONFIG_CRC16 is not set |
1396 | CONFIG_CRC_T10DIF=y | ||
1350 | # CONFIG_CRC_ITU_T is not set | 1397 | # CONFIG_CRC_ITU_T is not set |
1351 | CONFIG_CRC32=y | 1398 | CONFIG_CRC32=y |
1352 | # CONFIG_CRC7 is not set | 1399 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/sdk7780_defconfig b/arch/sh/configs/sdk7780_defconfig index bb9bcd6591ab..6d834f242905 100644 --- a/arch/sh/configs/sdk7780_defconfig +++ b/arch/sh/configs/sdk7780_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc7 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Jan 22 11:34:03 2008 | 4 | # Wed Jul 30 02:00:12 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -20,6 +21,7 @@ CONFIG_LOCKDEP_SUPPORT=y | |||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | 23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
24 | 26 | ||
25 | # | 27 | # |
@@ -38,24 +40,23 @@ CONFIG_POSIX_MQUEUE=y | |||
38 | CONFIG_BSD_PROCESS_ACCT=y | 40 | CONFIG_BSD_PROCESS_ACCT=y |
39 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
40 | # CONFIG_TASKSTATS is not set | 42 | # CONFIG_TASKSTATS is not set |
41 | # CONFIG_USER_NS is not set | ||
42 | # CONFIG_PID_NS is not set | ||
43 | # CONFIG_AUDIT is not set | 43 | # CONFIG_AUDIT is not set |
44 | CONFIG_IKCONFIG=y | 44 | CONFIG_IKCONFIG=y |
45 | CONFIG_IKCONFIG_PROC=y | 45 | CONFIG_IKCONFIG_PROC=y |
46 | CONFIG_LOG_BUF_SHIFT=18 | 46 | CONFIG_LOG_BUF_SHIFT=18 |
47 | # CONFIG_CGROUPS is not set | 47 | # CONFIG_CGROUPS is not set |
48 | CONFIG_FAIR_GROUP_SCHED=y | 48 | # CONFIG_GROUP_SCHED is not set |
49 | CONFIG_FAIR_USER_SCHED=y | ||
50 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
51 | CONFIG_SYSFS_DEPRECATED=y | 49 | CONFIG_SYSFS_DEPRECATED=y |
50 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
52 | CONFIG_RELAY=y | 51 | CONFIG_RELAY=y |
52 | # CONFIG_NAMESPACES is not set | ||
53 | # CONFIG_BLK_DEV_INITRD is not set | 53 | # CONFIG_BLK_DEV_INITRD is not set |
54 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 54 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
55 | CONFIG_SYSCTL=y | 55 | CONFIG_SYSCTL=y |
56 | CONFIG_EMBEDDED=y | 56 | CONFIG_EMBEDDED=y |
57 | CONFIG_UID16=y | 57 | CONFIG_UID16=y |
58 | CONFIG_SYSCTL_SYSCALL=y | 58 | CONFIG_SYSCTL_SYSCALL=y |
59 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
59 | CONFIG_KALLSYMS=y | 60 | CONFIG_KALLSYMS=y |
60 | CONFIG_KALLSYMS_ALL=y | 61 | CONFIG_KALLSYMS_ALL=y |
61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 62 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -63,11 +64,13 @@ CONFIG_HOTPLUG=y | |||
63 | CONFIG_PRINTK=y | 64 | CONFIG_PRINTK=y |
64 | CONFIG_BUG=y | 65 | CONFIG_BUG=y |
65 | CONFIG_ELF_CORE=y | 66 | CONFIG_ELF_CORE=y |
67 | CONFIG_COMPAT_BRK=y | ||
66 | CONFIG_BASE_FULL=y | 68 | CONFIG_BASE_FULL=y |
67 | CONFIG_FUTEX=y | 69 | CONFIG_FUTEX=y |
68 | CONFIG_ANON_INODES=y | 70 | CONFIG_ANON_INODES=y |
69 | CONFIG_EPOLL=y | 71 | CONFIG_EPOLL=y |
70 | CONFIG_SIGNALFD=y | 72 | CONFIG_SIGNALFD=y |
73 | CONFIG_TIMERFD=y | ||
71 | CONFIG_EVENTFD=y | 74 | CONFIG_EVENTFD=y |
72 | CONFIG_SHMEM=y | 75 | CONFIG_SHMEM=y |
73 | CONFIG_VM_EVENT_COUNTERS=y | 76 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -75,11 +78,24 @@ CONFIG_SLUB_DEBUG=y | |||
75 | # CONFIG_SLAB is not set | 78 | # CONFIG_SLAB is not set |
76 | CONFIG_SLUB=y | 79 | CONFIG_SLUB=y |
77 | # CONFIG_SLOB is not set | 80 | # CONFIG_SLOB is not set |
81 | # CONFIG_PROFILING is not set | ||
82 | # CONFIG_MARKERS is not set | ||
83 | CONFIG_HAVE_OPROFILE=y | ||
84 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
85 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
86 | # CONFIG_HAVE_KPROBES is not set | ||
87 | # CONFIG_HAVE_KRETPROBES is not set | ||
88 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
89 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
90 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
91 | CONFIG_HAVE_CLK=y | ||
92 | CONFIG_PROC_PAGE_MONITOR=y | ||
78 | CONFIG_SLABINFO=y | 93 | CONFIG_SLABINFO=y |
79 | CONFIG_RT_MUTEXES=y | 94 | CONFIG_RT_MUTEXES=y |
80 | # CONFIG_TINY_SHMEM is not set | 95 | # CONFIG_TINY_SHMEM is not set |
81 | CONFIG_BASE_SMALL=0 | 96 | CONFIG_BASE_SMALL=0 |
82 | CONFIG_MODULES=y | 97 | CONFIG_MODULES=y |
98 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
83 | CONFIG_MODULE_UNLOAD=y | 99 | CONFIG_MODULE_UNLOAD=y |
84 | CONFIG_MODULE_FORCE_UNLOAD=y | 100 | CONFIG_MODULE_FORCE_UNLOAD=y |
85 | # CONFIG_MODVERSIONS is not set | 101 | # CONFIG_MODVERSIONS is not set |
@@ -90,6 +106,7 @@ CONFIG_LBD=y | |||
90 | # CONFIG_BLK_DEV_IO_TRACE is not set | 106 | # CONFIG_BLK_DEV_IO_TRACE is not set |
91 | # CONFIG_LSF is not set | 107 | # CONFIG_LSF is not set |
92 | # CONFIG_BLK_DEV_BSG is not set | 108 | # CONFIG_BLK_DEV_BSG is not set |
109 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
93 | 110 | ||
94 | # | 111 | # |
95 | # IO Schedulers | 112 | # IO Schedulers |
@@ -103,6 +120,7 @@ CONFIG_DEFAULT_AS=y | |||
103 | # CONFIG_DEFAULT_CFQ is not set | 120 | # CONFIG_DEFAULT_CFQ is not set |
104 | # CONFIG_DEFAULT_NOOP is not set | 121 | # CONFIG_DEFAULT_NOOP is not set |
105 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 122 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
123 | CONFIG_CLASSIC_RCU=y | ||
106 | 124 | ||
107 | # | 125 | # |
108 | # System type | 126 | # System type |
@@ -113,6 +131,7 @@ CONFIG_CPU_SH4A=y | |||
113 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
114 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
134 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
116 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 135 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -130,6 +149,7 @@ CONFIG_CPU_SH4A=y | |||
130 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 149 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
131 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 150 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
132 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
152 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
133 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | 153 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
134 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 154 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
135 | CONFIG_CPU_SUBTYPE_SH7780=y | 155 | CONFIG_CPU_SUBTYPE_SH7780=y |
@@ -137,6 +157,7 @@ CONFIG_CPU_SUBTYPE_SH7780=y | |||
137 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 157 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
138 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 158 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
139 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 159 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
160 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
140 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | 161 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set |
141 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | 162 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set |
142 | 163 | ||
@@ -159,7 +180,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
159 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 180 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
160 | CONFIG_PAGE_SIZE_4KB=y | 181 | CONFIG_PAGE_SIZE_4KB=y |
161 | # CONFIG_PAGE_SIZE_8KB is not set | 182 | # CONFIG_PAGE_SIZE_8KB is not set |
183 | # CONFIG_PAGE_SIZE_16KB is not set | ||
162 | # CONFIG_PAGE_SIZE_64KB is not set | 184 | # CONFIG_PAGE_SIZE_64KB is not set |
185 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
163 | CONFIG_HUGETLB_PAGE_SIZE_64K=y | 186 | CONFIG_HUGETLB_PAGE_SIZE_64K=y |
164 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | 187 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set |
165 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set | 188 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set |
@@ -174,6 +197,7 @@ CONFIG_FLATMEM=y | |||
174 | CONFIG_FLAT_NODE_MEM_MAP=y | 197 | CONFIG_FLAT_NODE_MEM_MAP=y |
175 | CONFIG_SPARSEMEM_STATIC=y | 198 | CONFIG_SPARSEMEM_STATIC=y |
176 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 199 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
200 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
177 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 201 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
178 | CONFIG_RESOURCES_64BIT=y | 202 | CONFIG_RESOURCES_64BIT=y |
179 | CONFIG_ZONE_DMA_FLAG=0 | 203 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -205,7 +229,6 @@ CONFIG_CPU_HAS_FPU=y | |||
205 | # CONFIG_SH_7780_SOLUTION_ENGINE is not set | 229 | # CONFIG_SH_7780_SOLUTION_ENGINE is not set |
206 | CONFIG_SH_SDK7780=y | 230 | CONFIG_SH_SDK7780=y |
207 | # CONFIG_SH_HIGHLANDER is not set | 231 | # CONFIG_SH_HIGHLANDER is not set |
208 | # CONFIG_SH_SDK7780_STANDALONE is not set | ||
209 | CONFIG_SH_SDK7780_BASE=y | 232 | CONFIG_SH_SDK7780_BASE=y |
210 | 233 | ||
211 | # | 234 | # |
@@ -250,12 +273,13 @@ CONFIG_HZ_250=y | |||
250 | # CONFIG_HZ_300 is not set | 273 | # CONFIG_HZ_300 is not set |
251 | # CONFIG_HZ_1000 is not set | 274 | # CONFIG_HZ_1000 is not set |
252 | CONFIG_HZ=250 | 275 | CONFIG_HZ=250 |
276 | # CONFIG_SCHED_HRTICK is not set | ||
253 | # CONFIG_KEXEC is not set | 277 | # CONFIG_KEXEC is not set |
254 | # CONFIG_CRASH_DUMP is not set | 278 | # CONFIG_CRASH_DUMP is not set |
255 | # CONFIG_PREEMPT_NONE is not set | 279 | # CONFIG_PREEMPT_NONE is not set |
256 | # CONFIG_PREEMPT_VOLUNTARY is not set | 280 | # CONFIG_PREEMPT_VOLUNTARY is not set |
257 | CONFIG_PREEMPT=y | 281 | CONFIG_PREEMPT=y |
258 | CONFIG_PREEMPT_BKL=y | 282 | # CONFIG_PREEMPT_RCU is not set |
259 | CONFIG_GUSA=y | 283 | CONFIG_GUSA=y |
260 | 284 | ||
261 | # | 285 | # |
@@ -321,6 +345,7 @@ CONFIG_XFRM=y | |||
321 | # CONFIG_XFRM_USER is not set | 345 | # CONFIG_XFRM_USER is not set |
322 | # CONFIG_XFRM_SUB_POLICY is not set | 346 | # CONFIG_XFRM_SUB_POLICY is not set |
323 | # CONFIG_XFRM_MIGRATE is not set | 347 | # CONFIG_XFRM_MIGRATE is not set |
348 | # CONFIG_XFRM_STATISTICS is not set | ||
324 | # CONFIG_NET_KEY is not set | 349 | # CONFIG_NET_KEY is not set |
325 | CONFIG_INET=y | 350 | CONFIG_INET=y |
326 | CONFIG_IP_MULTICAST=y | 351 | CONFIG_IP_MULTICAST=y |
@@ -370,8 +395,10 @@ CONFIG_INET6_XFRM_MODE_TUNNEL=y | |||
370 | # CONFIG_INET6_XFRM_MODE_BEET is not set | 395 | # CONFIG_INET6_XFRM_MODE_BEET is not set |
371 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | 396 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set |
372 | CONFIG_IPV6_SIT=y | 397 | CONFIG_IPV6_SIT=y |
398 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
373 | # CONFIG_IPV6_TUNNEL is not set | 399 | # CONFIG_IPV6_TUNNEL is not set |
374 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | 400 | # CONFIG_IPV6_MULTIPLE_TABLES is not set |
401 | # CONFIG_IPV6_MROUTE is not set | ||
375 | # CONFIG_NETWORK_SECMARK is not set | 402 | # CONFIG_NETWORK_SECMARK is not set |
376 | # CONFIG_NETFILTER is not set | 403 | # CONFIG_NETFILTER is not set |
377 | # CONFIG_IP_DCCP is not set | 404 | # CONFIG_IP_DCCP is not set |
@@ -397,7 +424,6 @@ CONFIG_NET_SCHED=y | |||
397 | # CONFIG_NET_SCH_HTB is not set | 424 | # CONFIG_NET_SCH_HTB is not set |
398 | # CONFIG_NET_SCH_HFSC is not set | 425 | # CONFIG_NET_SCH_HFSC is not set |
399 | # CONFIG_NET_SCH_PRIO is not set | 426 | # CONFIG_NET_SCH_PRIO is not set |
400 | # CONFIG_NET_SCH_RR is not set | ||
401 | # CONFIG_NET_SCH_RED is not set | 427 | # CONFIG_NET_SCH_RED is not set |
402 | # CONFIG_NET_SCH_SFQ is not set | 428 | # CONFIG_NET_SCH_SFQ is not set |
403 | # CONFIG_NET_SCH_TEQL is not set | 429 | # CONFIG_NET_SCH_TEQL is not set |
@@ -405,7 +431,6 @@ CONFIG_NET_SCHED=y | |||
405 | # CONFIG_NET_SCH_GRED is not set | 431 | # CONFIG_NET_SCH_GRED is not set |
406 | # CONFIG_NET_SCH_DSMARK is not set | 432 | # CONFIG_NET_SCH_DSMARK is not set |
407 | # CONFIG_NET_SCH_NETEM is not set | 433 | # CONFIG_NET_SCH_NETEM is not set |
408 | # CONFIG_NET_SCH_INGRESS is not set | ||
409 | 434 | ||
410 | # | 435 | # |
411 | # Classification | 436 | # Classification |
@@ -417,9 +442,9 @@ CONFIG_NET_SCHED=y | |||
417 | # CONFIG_NET_CLS_U32 is not set | 442 | # CONFIG_NET_CLS_U32 is not set |
418 | # CONFIG_NET_CLS_RSVP is not set | 443 | # CONFIG_NET_CLS_RSVP is not set |
419 | # CONFIG_NET_CLS_RSVP6 is not set | 444 | # CONFIG_NET_CLS_RSVP6 is not set |
445 | # CONFIG_NET_CLS_FLOW is not set | ||
420 | # CONFIG_NET_EMATCH is not set | 446 | # CONFIG_NET_EMATCH is not set |
421 | # CONFIG_NET_CLS_ACT is not set | 447 | # CONFIG_NET_CLS_ACT is not set |
422 | # CONFIG_NET_CLS_POLICE is not set | ||
423 | CONFIG_NET_SCH_FIFO=y | 448 | CONFIG_NET_SCH_FIFO=y |
424 | 449 | ||
425 | # | 450 | # |
@@ -427,6 +452,7 @@ CONFIG_NET_SCH_FIFO=y | |||
427 | # | 452 | # |
428 | # CONFIG_NET_PKTGEN is not set | 453 | # CONFIG_NET_PKTGEN is not set |
429 | # CONFIG_HAMRADIO is not set | 454 | # CONFIG_HAMRADIO is not set |
455 | # CONFIG_CAN is not set | ||
430 | # CONFIG_IRDA is not set | 456 | # CONFIG_IRDA is not set |
431 | # CONFIG_BT is not set | 457 | # CONFIG_BT is not set |
432 | # CONFIG_AF_RXRPC is not set | 458 | # CONFIG_AF_RXRPC is not set |
@@ -452,6 +478,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
452 | CONFIG_STANDALONE=y | 478 | CONFIG_STANDALONE=y |
453 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 479 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
454 | CONFIG_FW_LOADER=y | 480 | CONFIG_FW_LOADER=y |
481 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
482 | CONFIG_EXTRA_FIRMWARE="" | ||
455 | # CONFIG_DEBUG_DRIVER is not set | 483 | # CONFIG_DEBUG_DRIVER is not set |
456 | # CONFIG_DEBUG_DEVRES is not set | 484 | # CONFIG_DEBUG_DEVRES is not set |
457 | # CONFIG_SYS_HYPERVISOR is not set | 485 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -475,16 +503,18 @@ CONFIG_BLK_DEV_LOOP=y | |||
475 | CONFIG_BLK_DEV_RAM=y | 503 | CONFIG_BLK_DEV_RAM=y |
476 | CONFIG_BLK_DEV_RAM_COUNT=16 | 504 | CONFIG_BLK_DEV_RAM_COUNT=16 |
477 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 505 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
478 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 506 | # CONFIG_BLK_DEV_XIP is not set |
479 | # CONFIG_CDROM_PKTCDVD is not set | 507 | # CONFIG_CDROM_PKTCDVD is not set |
480 | # CONFIG_ATA_OVER_ETH is not set | 508 | # CONFIG_ATA_OVER_ETH is not set |
509 | # CONFIG_BLK_DEV_HD is not set | ||
481 | # CONFIG_MISC_DEVICES is not set | 510 | # CONFIG_MISC_DEVICES is not set |
511 | CONFIG_HAVE_IDE=y | ||
482 | CONFIG_IDE=y | 512 | CONFIG_IDE=y |
483 | CONFIG_IDE_MAX_HWIFS=4 | 513 | CONFIG_IDE_MAX_HWIFS=4 |
484 | CONFIG_BLK_DEV_IDE=y | 514 | CONFIG_BLK_DEV_IDE=y |
485 | 515 | ||
486 | # | 516 | # |
487 | # Please see Documentation/ide.txt for help/info on IDE drives | 517 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
488 | # | 518 | # |
489 | # CONFIG_BLK_DEV_IDE_SATA is not set | 519 | # CONFIG_BLK_DEV_IDE_SATA is not set |
490 | CONFIG_BLK_DEV_IDEDISK=y | 520 | CONFIG_BLK_DEV_IDEDISK=y |
@@ -492,6 +522,7 @@ CONFIG_IDEDISK_MULTI_MODE=y | |||
492 | # CONFIG_BLK_DEV_IDECS is not set | 522 | # CONFIG_BLK_DEV_IDECS is not set |
493 | # CONFIG_BLK_DEV_DELKIN is not set | 523 | # CONFIG_BLK_DEV_DELKIN is not set |
494 | CONFIG_BLK_DEV_IDECD=y | 524 | CONFIG_BLK_DEV_IDECD=y |
525 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
495 | # CONFIG_BLK_DEV_IDETAPE is not set | 526 | # CONFIG_BLK_DEV_IDETAPE is not set |
496 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | 527 | # CONFIG_BLK_DEV_IDEFLOPPY is not set |
497 | # CONFIG_BLK_DEV_IDESCSI is not set | 528 | # CONFIG_BLK_DEV_IDESCSI is not set |
@@ -501,14 +532,12 @@ CONFIG_IDE_PROC_FS=y | |||
501 | # | 532 | # |
502 | # IDE chipset support/bugfixes | 533 | # IDE chipset support/bugfixes |
503 | # | 534 | # |
504 | CONFIG_IDE_GENERIC=y | ||
505 | CONFIG_BLK_DEV_PLATFORM=y | 535 | CONFIG_BLK_DEV_PLATFORM=y |
506 | 536 | ||
507 | # | 537 | # |
508 | # PCI IDE chipsets support | 538 | # PCI IDE chipsets support |
509 | # | 539 | # |
510 | CONFIG_BLK_DEV_IDEPCI=y | 540 | CONFIG_BLK_DEV_IDEPCI=y |
511 | # CONFIG_IDEPCI_SHARE_IRQ is not set | ||
512 | CONFIG_IDEPCI_PCIBUS_ORDER=y | 541 | CONFIG_IDEPCI_PCIBUS_ORDER=y |
513 | # CONFIG_BLK_DEV_OFFBOARD is not set | 542 | # CONFIG_BLK_DEV_OFFBOARD is not set |
514 | CONFIG_BLK_DEV_GENERIC=y | 543 | CONFIG_BLK_DEV_GENERIC=y |
@@ -518,10 +547,8 @@ CONFIG_BLK_DEV_GENERIC=y | |||
518 | # CONFIG_BLK_DEV_AMD74XX is not set | 547 | # CONFIG_BLK_DEV_AMD74XX is not set |
519 | # CONFIG_BLK_DEV_CMD64X is not set | 548 | # CONFIG_BLK_DEV_CMD64X is not set |
520 | # CONFIG_BLK_DEV_TRIFLEX is not set | 549 | # CONFIG_BLK_DEV_TRIFLEX is not set |
521 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
522 | # CONFIG_BLK_DEV_CS5520 is not set | 550 | # CONFIG_BLK_DEV_CS5520 is not set |
523 | # CONFIG_BLK_DEV_CS5530 is not set | 551 | # CONFIG_BLK_DEV_CS5530 is not set |
524 | # CONFIG_BLK_DEV_HPT34X is not set | ||
525 | # CONFIG_BLK_DEV_HPT366 is not set | 552 | # CONFIG_BLK_DEV_HPT366 is not set |
526 | # CONFIG_BLK_DEV_JMICRON is not set | 553 | # CONFIG_BLK_DEV_JMICRON is not set |
527 | # CONFIG_BLK_DEV_SC1200 is not set | 554 | # CONFIG_BLK_DEV_SC1200 is not set |
@@ -537,10 +564,7 @@ CONFIG_BLK_DEV_GENERIC=y | |||
537 | # CONFIG_BLK_DEV_TRM290 is not set | 564 | # CONFIG_BLK_DEV_TRM290 is not set |
538 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 565 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
539 | # CONFIG_BLK_DEV_TC86C001 is not set | 566 | # CONFIG_BLK_DEV_TC86C001 is not set |
540 | # CONFIG_IDE_ARM is not set | ||
541 | # CONFIG_BLK_DEV_IDEDMA is not set | 567 | # CONFIG_BLK_DEV_IDEDMA is not set |
542 | # CONFIG_IDE_ARCH_OBSOLETE_INIT is not set | ||
543 | # CONFIG_BLK_DEV_HD is not set | ||
544 | 568 | ||
545 | # | 569 | # |
546 | # SCSI device support | 570 | # SCSI device support |
@@ -600,6 +624,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
600 | # CONFIG_SCSI_IPS is not set | 624 | # CONFIG_SCSI_IPS is not set |
601 | # CONFIG_SCSI_INITIO is not set | 625 | # CONFIG_SCSI_INITIO is not set |
602 | # CONFIG_SCSI_INIA100 is not set | 626 | # CONFIG_SCSI_INIA100 is not set |
627 | # CONFIG_SCSI_MVSAS is not set | ||
603 | # CONFIG_SCSI_STEX is not set | 628 | # CONFIG_SCSI_STEX is not set |
604 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 629 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
605 | # CONFIG_SCSI_IPR is not set | 630 | # CONFIG_SCSI_IPR is not set |
@@ -613,9 +638,13 @@ CONFIG_SCSI_LOWLEVEL=y | |||
613 | # CONFIG_SCSI_DEBUG is not set | 638 | # CONFIG_SCSI_DEBUG is not set |
614 | # CONFIG_SCSI_SRP is not set | 639 | # CONFIG_SCSI_SRP is not set |
615 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | 640 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set |
641 | # CONFIG_SCSI_DH is not set | ||
616 | CONFIG_ATA=y | 642 | CONFIG_ATA=y |
617 | # CONFIG_ATA_NONSTANDARD is not set | 643 | # CONFIG_ATA_NONSTANDARD is not set |
644 | CONFIG_SATA_PMP=y | ||
618 | # CONFIG_SATA_AHCI is not set | 645 | # CONFIG_SATA_AHCI is not set |
646 | # CONFIG_SATA_SIL24 is not set | ||
647 | CONFIG_ATA_SFF=y | ||
619 | # CONFIG_SATA_SVW is not set | 648 | # CONFIG_SATA_SVW is not set |
620 | # CONFIG_ATA_PIIX is not set | 649 | # CONFIG_ATA_PIIX is not set |
621 | # CONFIG_SATA_MV is not set | 650 | # CONFIG_SATA_MV is not set |
@@ -625,7 +654,6 @@ CONFIG_ATA=y | |||
625 | # CONFIG_SATA_PROMISE is not set | 654 | # CONFIG_SATA_PROMISE is not set |
626 | # CONFIG_SATA_SX4 is not set | 655 | # CONFIG_SATA_SX4 is not set |
627 | # CONFIG_SATA_SIL is not set | 656 | # CONFIG_SATA_SIL is not set |
628 | # CONFIG_SATA_SIL24 is not set | ||
629 | # CONFIG_SATA_SIS is not set | 657 | # CONFIG_SATA_SIS is not set |
630 | # CONFIG_SATA_ULI is not set | 658 | # CONFIG_SATA_ULI is not set |
631 | # CONFIG_SATA_VIA is not set | 659 | # CONFIG_SATA_VIA is not set |
@@ -654,6 +682,7 @@ CONFIG_ATA=y | |||
654 | # CONFIG_PATA_MPIIX is not set | 682 | # CONFIG_PATA_MPIIX is not set |
655 | # CONFIG_PATA_OLDPIIX is not set | 683 | # CONFIG_PATA_OLDPIIX is not set |
656 | # CONFIG_PATA_NETCELL is not set | 684 | # CONFIG_PATA_NETCELL is not set |
685 | # CONFIG_PATA_NINJA32 is not set | ||
657 | # CONFIG_PATA_NS87410 is not set | 686 | # CONFIG_PATA_NS87410 is not set |
658 | # CONFIG_PATA_NS87415 is not set | 687 | # CONFIG_PATA_NS87415 is not set |
659 | # CONFIG_PATA_OPTI is not set | 688 | # CONFIG_PATA_OPTI is not set |
@@ -670,6 +699,7 @@ CONFIG_ATA=y | |||
670 | # CONFIG_PATA_VIA is not set | 699 | # CONFIG_PATA_VIA is not set |
671 | # CONFIG_PATA_WINBOND is not set | 700 | # CONFIG_PATA_WINBOND is not set |
672 | # CONFIG_PATA_PLATFORM is not set | 701 | # CONFIG_PATA_PLATFORM is not set |
702 | # CONFIG_PATA_SCH is not set | ||
673 | CONFIG_MD=y | 703 | CONFIG_MD=y |
674 | # CONFIG_BLK_DEV_MD is not set | 704 | # CONFIG_BLK_DEV_MD is not set |
675 | CONFIG_BLK_DEV_DM=y | 705 | CONFIG_BLK_DEV_DM=y |
@@ -686,11 +716,14 @@ CONFIG_BLK_DEV_DM=y | |||
686 | # | 716 | # |
687 | # IEEE 1394 (FireWire) support | 717 | # IEEE 1394 (FireWire) support |
688 | # | 718 | # |
719 | |||
720 | # | ||
721 | # Enable only one of the two stacks, unless you know what you are doing | ||
722 | # | ||
689 | # CONFIG_FIREWIRE is not set | 723 | # CONFIG_FIREWIRE is not set |
690 | # CONFIG_IEEE1394 is not set | 724 | # CONFIG_IEEE1394 is not set |
691 | # CONFIG_I2O is not set | 725 | # CONFIG_I2O is not set |
692 | CONFIG_NETDEVICES=y | 726 | CONFIG_NETDEVICES=y |
693 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
694 | # CONFIG_DUMMY is not set | 727 | # CONFIG_DUMMY is not set |
695 | # CONFIG_BONDING is not set | 728 | # CONFIG_BONDING is not set |
696 | # CONFIG_MACVLAN is not set | 729 | # CONFIG_MACVLAN is not set |
@@ -708,6 +741,7 @@ CONFIG_MII=y | |||
708 | # CONFIG_CASSINI is not set | 741 | # CONFIG_CASSINI is not set |
709 | # CONFIG_NET_VENDOR_3COM is not set | 742 | # CONFIG_NET_VENDOR_3COM is not set |
710 | CONFIG_SMC91X=y | 743 | CONFIG_SMC91X=y |
744 | # CONFIG_SMC911X is not set | ||
711 | # CONFIG_NET_TULIP is not set | 745 | # CONFIG_NET_TULIP is not set |
712 | # CONFIG_HP100 is not set | 746 | # CONFIG_HP100 is not set |
713 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 747 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -726,6 +760,7 @@ CONFIG_SMC91X=y | |||
726 | # | 760 | # |
727 | # CONFIG_WLAN_PRE80211 is not set | 761 | # CONFIG_WLAN_PRE80211 is not set |
728 | # CONFIG_WLAN_80211 is not set | 762 | # CONFIG_WLAN_80211 is not set |
763 | # CONFIG_IWLWIFI_LEDS is not set | ||
729 | 764 | ||
730 | # | 765 | # |
731 | # USB Network Adapters | 766 | # USB Network Adapters |
@@ -743,7 +778,6 @@ CONFIG_SMC91X=y | |||
743 | # CONFIG_PPP is not set | 778 | # CONFIG_PPP is not set |
744 | # CONFIG_SLIP is not set | 779 | # CONFIG_SLIP is not set |
745 | # CONFIG_NET_FC is not set | 780 | # CONFIG_NET_FC is not set |
746 | # CONFIG_SHAPER is not set | ||
747 | CONFIG_NETCONSOLE=y | 781 | CONFIG_NETCONSOLE=y |
748 | # CONFIG_NETCONSOLE_DYNAMIC is not set | 782 | # CONFIG_NETCONSOLE_DYNAMIC is not set |
749 | CONFIG_NETPOLL=y | 783 | CONFIG_NETPOLL=y |
@@ -780,6 +814,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
780 | # CONFIG_KEYBOARD_XTKBD is not set | 814 | # CONFIG_KEYBOARD_XTKBD is not set |
781 | # CONFIG_KEYBOARD_NEWTON is not set | 815 | # CONFIG_KEYBOARD_NEWTON is not set |
782 | # CONFIG_KEYBOARD_STOWAWAY is not set | 816 | # CONFIG_KEYBOARD_STOWAWAY is not set |
817 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
783 | CONFIG_INPUT_MOUSE=y | 818 | CONFIG_INPUT_MOUSE=y |
784 | CONFIG_MOUSE_PS2=y | 819 | CONFIG_MOUSE_PS2=y |
785 | CONFIG_MOUSE_PS2_ALPS=y | 820 | CONFIG_MOUSE_PS2_ALPS=y |
@@ -812,10 +847,13 @@ CONFIG_SERIO_LIBPS2=y | |||
812 | # Character devices | 847 | # Character devices |
813 | # | 848 | # |
814 | CONFIG_VT=y | 849 | CONFIG_VT=y |
850 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
815 | CONFIG_VT_CONSOLE=y | 851 | CONFIG_VT_CONSOLE=y |
816 | CONFIG_HW_CONSOLE=y | 852 | CONFIG_HW_CONSOLE=y |
817 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 853 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
854 | CONFIG_DEVKMEM=y | ||
818 | # CONFIG_SERIAL_NONSTANDARD is not set | 855 | # CONFIG_SERIAL_NONSTANDARD is not set |
856 | # CONFIG_NOZOMI is not set | ||
819 | 857 | ||
820 | # | 858 | # |
821 | # Serial drivers | 859 | # Serial drivers |
@@ -847,22 +885,20 @@ CONFIG_HW_RANDOM=y | |||
847 | # CONFIG_SYNCLINK_CS is not set | 885 | # CONFIG_SYNCLINK_CS is not set |
848 | # CONFIG_CARDMAN_4000 is not set | 886 | # CONFIG_CARDMAN_4000 is not set |
849 | # CONFIG_CARDMAN_4040 is not set | 887 | # CONFIG_CARDMAN_4040 is not set |
888 | # CONFIG_IPWIRELESS is not set | ||
850 | # CONFIG_RAW_DRIVER is not set | 889 | # CONFIG_RAW_DRIVER is not set |
851 | # CONFIG_TCG_TPM is not set | 890 | # CONFIG_TCG_TPM is not set |
852 | CONFIG_DEVPORT=y | 891 | CONFIG_DEVPORT=y |
853 | # CONFIG_I2C is not set | 892 | # CONFIG_I2C is not set |
854 | |||
855 | # | ||
856 | # SPI support | ||
857 | # | ||
858 | # CONFIG_SPI is not set | 893 | # CONFIG_SPI is not set |
859 | # CONFIG_SPI_MASTER is not set | ||
860 | # CONFIG_W1 is not set | 894 | # CONFIG_W1 is not set |
861 | CONFIG_POWER_SUPPLY=y | 895 | CONFIG_POWER_SUPPLY=y |
862 | # CONFIG_POWER_SUPPLY_DEBUG is not set | 896 | # CONFIG_POWER_SUPPLY_DEBUG is not set |
863 | # CONFIG_PDA_POWER is not set | 897 | # CONFIG_PDA_POWER is not set |
864 | # CONFIG_BATTERY_DS2760 is not set | 898 | # CONFIG_BATTERY_DS2760 is not set |
865 | # CONFIG_HWMON is not set | 899 | # CONFIG_HWMON is not set |
900 | # CONFIG_THERMAL is not set | ||
901 | # CONFIG_THERMAL_HWMON is not set | ||
866 | # CONFIG_WATCHDOG is not set | 902 | # CONFIG_WATCHDOG is not set |
867 | 903 | ||
868 | # | 904 | # |
@@ -870,8 +906,10 @@ CONFIG_POWER_SUPPLY=y | |||
870 | # | 906 | # |
871 | CONFIG_SSB_POSSIBLE=y | 907 | CONFIG_SSB_POSSIBLE=y |
872 | CONFIG_SSB=y | 908 | CONFIG_SSB=y |
909 | CONFIG_SSB_SPROM=y | ||
873 | CONFIG_SSB_PCIHOST_POSSIBLE=y | 910 | CONFIG_SSB_PCIHOST_POSSIBLE=y |
874 | CONFIG_SSB_PCIHOST=y | 911 | CONFIG_SSB_PCIHOST=y |
912 | # CONFIG_SSB_B43_PCI_BRIDGE is not set | ||
875 | CONFIG_SSB_PCMCIAHOST_POSSIBLE=y | 913 | CONFIG_SSB_PCMCIAHOST_POSSIBLE=y |
876 | # CONFIG_SSB_PCMCIAHOST is not set | 914 | # CONFIG_SSB_PCMCIAHOST is not set |
877 | # CONFIG_SSB_SILENT is not set | 915 | # CONFIG_SSB_SILENT is not set |
@@ -882,13 +920,24 @@ CONFIG_SSB_DRIVER_PCICORE=y | |||
882 | # | 920 | # |
883 | # Multifunction device drivers | 921 | # Multifunction device drivers |
884 | # | 922 | # |
923 | # CONFIG_MFD_CORE is not set | ||
885 | # CONFIG_MFD_SM501 is not set | 924 | # CONFIG_MFD_SM501 is not set |
925 | # CONFIG_HTC_PASIC3 is not set | ||
886 | 926 | ||
887 | # | 927 | # |
888 | # Multimedia devices | 928 | # Multimedia devices |
889 | # | 929 | # |
930 | |||
931 | # | ||
932 | # Multimedia core support | ||
933 | # | ||
890 | # CONFIG_VIDEO_DEV is not set | 934 | # CONFIG_VIDEO_DEV is not set |
891 | # CONFIG_DVB_CORE is not set | 935 | # CONFIG_DVB_CORE is not set |
936 | # CONFIG_VIDEO_MEDIA is not set | ||
937 | |||
938 | # | ||
939 | # Multimedia drivers | ||
940 | # | ||
892 | # CONFIG_DAB is not set | 941 | # CONFIG_DAB is not set |
893 | 942 | ||
894 | # | 943 | # |
@@ -900,15 +949,15 @@ CONFIG_SSB_DRIVER_PCICORE=y | |||
900 | CONFIG_FB=y | 949 | CONFIG_FB=y |
901 | # CONFIG_FIRMWARE_EDID is not set | 950 | # CONFIG_FIRMWARE_EDID is not set |
902 | # CONFIG_FB_DDC is not set | 951 | # CONFIG_FB_DDC is not set |
903 | # CONFIG_FB_CFB_FILLRECT is not set | 952 | CONFIG_FB_CFB_FILLRECT=m |
904 | # CONFIG_FB_CFB_COPYAREA is not set | 953 | CONFIG_FB_CFB_COPYAREA=m |
905 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 954 | CONFIG_FB_CFB_IMAGEBLIT=m |
906 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | 955 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
907 | # CONFIG_FB_SYS_FILLRECT is not set | 956 | # CONFIG_FB_SYS_FILLRECT is not set |
908 | # CONFIG_FB_SYS_COPYAREA is not set | 957 | # CONFIG_FB_SYS_COPYAREA is not set |
909 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 958 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
959 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
910 | # CONFIG_FB_SYS_FOPS is not set | 960 | # CONFIG_FB_SYS_FOPS is not set |
911 | CONFIG_FB_DEFERRED_IO=y | ||
912 | # CONFIG_FB_SVGALIB is not set | 961 | # CONFIG_FB_SVGALIB is not set |
913 | # CONFIG_FB_MACMODES is not set | 962 | # CONFIG_FB_MACMODES is not set |
914 | # CONFIG_FB_BACKLIGHT is not set | 963 | # CONFIG_FB_BACKLIGHT is not set |
@@ -941,6 +990,8 @@ CONFIG_FB_DEFERRED_IO=y | |||
941 | # CONFIG_FB_TRIDENT is not set | 990 | # CONFIG_FB_TRIDENT is not set |
942 | # CONFIG_FB_ARK is not set | 991 | # CONFIG_FB_ARK is not set |
943 | # CONFIG_FB_PM3 is not set | 992 | # CONFIG_FB_PM3 is not set |
993 | # CONFIG_FB_CARMINE is not set | ||
994 | CONFIG_FB_SH_MOBILE_LCDC=m | ||
944 | # CONFIG_FB_VIRTUAL is not set | 995 | # CONFIG_FB_VIRTUAL is not set |
945 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 996 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
946 | 997 | ||
@@ -970,24 +1021,9 @@ CONFIG_LOGO_LINUX_CLUT224=y | |||
970 | CONFIG_LOGO_SUPERH_MONO=y | 1021 | CONFIG_LOGO_SUPERH_MONO=y |
971 | CONFIG_LOGO_SUPERH_VGA16=y | 1022 | CONFIG_LOGO_SUPERH_VGA16=y |
972 | CONFIG_LOGO_SUPERH_CLUT224=y | 1023 | CONFIG_LOGO_SUPERH_CLUT224=y |
973 | |||
974 | # | ||
975 | # Sound | ||
976 | # | ||
977 | CONFIG_SOUND=y | 1024 | CONFIG_SOUND=y |
978 | |||
979 | # | ||
980 | # Advanced Linux Sound Architecture | ||
981 | # | ||
982 | # CONFIG_SND is not set | 1025 | # CONFIG_SND is not set |
983 | |||
984 | # | ||
985 | # Open Sound System | ||
986 | # | ||
987 | CONFIG_SOUND_PRIME=y | 1026 | CONFIG_SOUND_PRIME=y |
988 | # CONFIG_SOUND_TRIDENT is not set | ||
989 | # CONFIG_SOUND_MSNDCLAS is not set | ||
990 | # CONFIG_SOUND_MSNDPIN is not set | ||
991 | CONFIG_HID_SUPPORT=y | 1027 | CONFIG_HID_SUPPORT=y |
992 | CONFIG_HID=y | 1028 | CONFIG_HID=y |
993 | # CONFIG_HID_DEBUG is not set | 1029 | # CONFIG_HID_DEBUG is not set |
@@ -1006,6 +1042,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
1006 | CONFIG_USB_ARCH_HAS_EHCI=y | 1042 | CONFIG_USB_ARCH_HAS_EHCI=y |
1007 | CONFIG_USB=y | 1043 | CONFIG_USB=y |
1008 | CONFIG_USB_DEBUG=y | 1044 | CONFIG_USB_DEBUG=y |
1045 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
1009 | 1046 | ||
1010 | # | 1047 | # |
1011 | # Miscellaneous USB options | 1048 | # Miscellaneous USB options |
@@ -1014,15 +1051,18 @@ CONFIG_USB_DEVICEFS=y | |||
1014 | # CONFIG_USB_DEVICE_CLASS is not set | 1051 | # CONFIG_USB_DEVICE_CLASS is not set |
1015 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1052 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1016 | # CONFIG_USB_OTG is not set | 1053 | # CONFIG_USB_OTG is not set |
1054 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1055 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1017 | 1056 | ||
1018 | # | 1057 | # |
1019 | # USB Host Controller Drivers | 1058 | # USB Host Controller Drivers |
1020 | # | 1059 | # |
1060 | # CONFIG_USB_C67X00_HCD is not set | ||
1021 | CONFIG_USB_EHCI_HCD=y | 1061 | CONFIG_USB_EHCI_HCD=y |
1022 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
1023 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 1062 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
1024 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 1063 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
1025 | # CONFIG_USB_ISP116X_HCD is not set | 1064 | # CONFIG_USB_ISP116X_HCD is not set |
1065 | # CONFIG_USB_ISP1760_HCD is not set | ||
1026 | # CONFIG_USB_OHCI_HCD is not set | 1066 | # CONFIG_USB_OHCI_HCD is not set |
1027 | # CONFIG_USB_UHCI_HCD is not set | 1067 | # CONFIG_USB_UHCI_HCD is not set |
1028 | # CONFIG_USB_SL811_HCD is not set | 1068 | # CONFIG_USB_SL811_HCD is not set |
@@ -1033,6 +1073,7 @@ CONFIG_USB_EHCI_HCD=y | |||
1033 | # | 1073 | # |
1034 | # CONFIG_USB_ACM is not set | 1074 | # CONFIG_USB_ACM is not set |
1035 | CONFIG_USB_PRINTER=y | 1075 | CONFIG_USB_PRINTER=y |
1076 | # CONFIG_USB_WDM is not set | ||
1036 | 1077 | ||
1037 | # | 1078 | # |
1038 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1079 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -1054,6 +1095,7 @@ CONFIG_USB_STORAGE=y | |||
1054 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1095 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1055 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1096 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
1056 | # CONFIG_USB_STORAGE_KARMA is not set | 1097 | # CONFIG_USB_STORAGE_KARMA is not set |
1098 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1057 | # CONFIG_USB_LIBUSUAL is not set | 1099 | # CONFIG_USB_LIBUSUAL is not set |
1058 | 1100 | ||
1059 | # | 1101 | # |
@@ -1067,10 +1109,6 @@ CONFIG_USB_MON=y | |||
1067 | # USB port drivers | 1109 | # USB port drivers |
1068 | # | 1110 | # |
1069 | # CONFIG_USB_USS720 is not set | 1111 | # CONFIG_USB_USS720 is not set |
1070 | |||
1071 | # | ||
1072 | # USB Serial Converter support | ||
1073 | # | ||
1074 | # CONFIG_USB_SERIAL is not set | 1112 | # CONFIG_USB_SERIAL is not set |
1075 | 1113 | ||
1076 | # | 1114 | # |
@@ -1096,16 +1134,10 @@ CONFIG_USB_MON=y | |||
1096 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1134 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1097 | # CONFIG_USB_IOWARRIOR is not set | 1135 | # CONFIG_USB_IOWARRIOR is not set |
1098 | # CONFIG_USB_TEST is not set | 1136 | # CONFIG_USB_TEST is not set |
1099 | 1137 | # CONFIG_USB_ISIGHTFW is not set | |
1100 | # | ||
1101 | # USB DSL modem support | ||
1102 | # | ||
1103 | |||
1104 | # | ||
1105 | # USB Gadget Support | ||
1106 | # | ||
1107 | # CONFIG_USB_GADGET is not set | 1138 | # CONFIG_USB_GADGET is not set |
1108 | # CONFIG_MMC is not set | 1139 | # CONFIG_MMC is not set |
1140 | # CONFIG_MEMSTICK is not set | ||
1109 | CONFIG_NEW_LEDS=y | 1141 | CONFIG_NEW_LEDS=y |
1110 | CONFIG_LEDS_CLASS=y | 1142 | CONFIG_LEDS_CLASS=y |
1111 | 1143 | ||
@@ -1117,13 +1149,11 @@ CONFIG_LEDS_CLASS=y | |||
1117 | # LED Triggers | 1149 | # LED Triggers |
1118 | # | 1150 | # |
1119 | # CONFIG_LEDS_TRIGGERS is not set | 1151 | # CONFIG_LEDS_TRIGGERS is not set |
1152 | # CONFIG_ACCESSIBILITY is not set | ||
1120 | # CONFIG_INFINIBAND is not set | 1153 | # CONFIG_INFINIBAND is not set |
1121 | # CONFIG_RTC_CLASS is not set | 1154 | # CONFIG_RTC_CLASS is not set |
1155 | # CONFIG_DMADEVICES is not set | ||
1122 | # CONFIG_AUXDISPLAY is not set | 1156 | # CONFIG_AUXDISPLAY is not set |
1123 | |||
1124 | # | ||
1125 | # Userspace I/O | ||
1126 | # | ||
1127 | # CONFIG_UIO is not set | 1157 | # CONFIG_UIO is not set |
1128 | 1158 | ||
1129 | # | 1159 | # |
@@ -1145,14 +1175,11 @@ CONFIG_FS_MBCACHE=y | |||
1145 | # CONFIG_JFS_FS is not set | 1175 | # CONFIG_JFS_FS is not set |
1146 | CONFIG_FS_POSIX_ACL=y | 1176 | CONFIG_FS_POSIX_ACL=y |
1147 | # CONFIG_XFS_FS is not set | 1177 | # CONFIG_XFS_FS is not set |
1148 | # CONFIG_GFS2_FS is not set | ||
1149 | # CONFIG_OCFS2_FS is not set | 1178 | # CONFIG_OCFS2_FS is not set |
1150 | CONFIG_MINIX_FS=y | 1179 | CONFIG_DNOTIFY=y |
1151 | # CONFIG_ROMFS_FS is not set | ||
1152 | CONFIG_INOTIFY=y | 1180 | CONFIG_INOTIFY=y |
1153 | CONFIG_INOTIFY_USER=y | 1181 | CONFIG_INOTIFY_USER=y |
1154 | # CONFIG_QUOTA is not set | 1182 | # CONFIG_QUOTA is not set |
1155 | CONFIG_DNOTIFY=y | ||
1156 | # CONFIG_AUTOFS_FS is not set | 1183 | # CONFIG_AUTOFS_FS is not set |
1157 | CONFIG_AUTOFS4_FS=y | 1184 | CONFIG_AUTOFS4_FS=y |
1158 | # CONFIG_FUSE_FS is not set | 1185 | # CONFIG_FUSE_FS is not set |
@@ -1203,8 +1230,11 @@ CONFIG_HUGETLB_PAGE=y | |||
1203 | # CONFIG_EFS_FS is not set | 1230 | # CONFIG_EFS_FS is not set |
1204 | # CONFIG_CRAMFS is not set | 1231 | # CONFIG_CRAMFS is not set |
1205 | # CONFIG_VXFS_FS is not set | 1232 | # CONFIG_VXFS_FS is not set |
1233 | CONFIG_MINIX_FS=y | ||
1234 | # CONFIG_OMFS_FS is not set | ||
1206 | # CONFIG_HPFS_FS is not set | 1235 | # CONFIG_HPFS_FS is not set |
1207 | # CONFIG_QNX4FS_FS is not set | 1236 | # CONFIG_QNX4FS_FS is not set |
1237 | # CONFIG_ROMFS_FS is not set | ||
1208 | # CONFIG_SYSV_FS is not set | 1238 | # CONFIG_SYSV_FS is not set |
1209 | # CONFIG_UFS_FS is not set | 1239 | # CONFIG_UFS_FS is not set |
1210 | CONFIG_NETWORK_FILESYSTEMS=y | 1240 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1212,19 +1242,16 @@ CONFIG_NFS_FS=y | |||
1212 | CONFIG_NFS_V3=y | 1242 | CONFIG_NFS_V3=y |
1213 | # CONFIG_NFS_V3_ACL is not set | 1243 | # CONFIG_NFS_V3_ACL is not set |
1214 | # CONFIG_NFS_V4 is not set | 1244 | # CONFIG_NFS_V4 is not set |
1215 | # CONFIG_NFS_DIRECTIO is not set | 1245 | CONFIG_ROOT_NFS=y |
1216 | CONFIG_NFSD=y | 1246 | CONFIG_NFSD=y |
1217 | CONFIG_NFSD_V3=y | 1247 | CONFIG_NFSD_V3=y |
1218 | # CONFIG_NFSD_V3_ACL is not set | 1248 | # CONFIG_NFSD_V3_ACL is not set |
1219 | # CONFIG_NFSD_V4 is not set | 1249 | # CONFIG_NFSD_V4 is not set |
1220 | CONFIG_NFSD_TCP=y | ||
1221 | CONFIG_ROOT_NFS=y | ||
1222 | CONFIG_LOCKD=y | 1250 | CONFIG_LOCKD=y |
1223 | CONFIG_LOCKD_V4=y | 1251 | CONFIG_LOCKD_V4=y |
1224 | CONFIG_EXPORTFS=y | 1252 | CONFIG_EXPORTFS=y |
1225 | CONFIG_NFS_COMMON=y | 1253 | CONFIG_NFS_COMMON=y |
1226 | CONFIG_SUNRPC=y | 1254 | CONFIG_SUNRPC=y |
1227 | # CONFIG_SUNRPC_BIND34 is not set | ||
1228 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1255 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1229 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1256 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1230 | # CONFIG_SMB_FS is not set | 1257 | # CONFIG_SMB_FS is not set |
@@ -1279,7 +1306,6 @@ CONFIG_NLS_ISO8859_15=y | |||
1279 | # CONFIG_NLS_KOI8_U is not set | 1306 | # CONFIG_NLS_KOI8_U is not set |
1280 | CONFIG_NLS_UTF8=y | 1307 | CONFIG_NLS_UTF8=y |
1281 | # CONFIG_DLM is not set | 1308 | # CONFIG_DLM is not set |
1282 | # CONFIG_INSTRUMENTATION is not set | ||
1283 | 1309 | ||
1284 | # | 1310 | # |
1285 | # Kernel hacking | 1311 | # Kernel hacking |
@@ -1288,6 +1314,7 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1288 | # CONFIG_PRINTK_TIME is not set | 1314 | # CONFIG_PRINTK_TIME is not set |
1289 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1315 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1290 | # CONFIG_ENABLE_MUST_CHECK is not set | 1316 | # CONFIG_ENABLE_MUST_CHECK is not set |
1317 | CONFIG_FRAME_WARN=1024 | ||
1291 | CONFIG_MAGIC_SYSRQ=y | 1318 | CONFIG_MAGIC_SYSRQ=y |
1292 | CONFIG_UNUSED_SYMBOLS=y | 1319 | CONFIG_UNUSED_SYMBOLS=y |
1293 | # CONFIG_DEBUG_FS is not set | 1320 | # CONFIG_DEBUG_FS is not set |
@@ -1295,10 +1322,14 @@ CONFIG_UNUSED_SYMBOLS=y | |||
1295 | CONFIG_DEBUG_KERNEL=y | 1322 | CONFIG_DEBUG_KERNEL=y |
1296 | # CONFIG_DEBUG_SHIRQ is not set | 1323 | # CONFIG_DEBUG_SHIRQ is not set |
1297 | CONFIG_DETECT_SOFTLOCKUP=y | 1324 | CONFIG_DETECT_SOFTLOCKUP=y |
1325 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1326 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1298 | # CONFIG_SCHED_DEBUG is not set | 1327 | # CONFIG_SCHED_DEBUG is not set |
1299 | # CONFIG_SCHEDSTATS is not set | 1328 | # CONFIG_SCHEDSTATS is not set |
1300 | CONFIG_TIMER_STATS=y | 1329 | CONFIG_TIMER_STATS=y |
1330 | # CONFIG_DEBUG_OBJECTS is not set | ||
1301 | # CONFIG_SLUB_DEBUG_ON is not set | 1331 | # CONFIG_SLUB_DEBUG_ON is not set |
1332 | # CONFIG_SLUB_STATS is not set | ||
1302 | CONFIG_DEBUG_PREEMPT=y | 1333 | CONFIG_DEBUG_PREEMPT=y |
1303 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1334 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1304 | # CONFIG_RT_MUTEX_TESTER is not set | 1335 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -1313,12 +1344,14 @@ CONFIG_DEBUG_PREEMPT=y | |||
1313 | CONFIG_DEBUG_BUGVERBOSE=y | 1344 | CONFIG_DEBUG_BUGVERBOSE=y |
1314 | CONFIG_DEBUG_INFO=y | 1345 | CONFIG_DEBUG_INFO=y |
1315 | # CONFIG_DEBUG_VM is not set | 1346 | # CONFIG_DEBUG_VM is not set |
1347 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1348 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1316 | # CONFIG_DEBUG_LIST is not set | 1349 | # CONFIG_DEBUG_LIST is not set |
1317 | # CONFIG_DEBUG_SG is not set | 1350 | # CONFIG_DEBUG_SG is not set |
1318 | # CONFIG_FRAME_POINTER is not set | 1351 | # CONFIG_FRAME_POINTER is not set |
1319 | # CONFIG_FORCED_INLINING is not set | ||
1320 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1352 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1321 | # CONFIG_RCU_TORTURE_TEST is not set | 1353 | # CONFIG_RCU_TORTURE_TEST is not set |
1354 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1322 | # CONFIG_FAULT_INJECTION is not set | 1355 | # CONFIG_FAULT_INJECTION is not set |
1323 | # CONFIG_SAMPLES is not set | 1356 | # CONFIG_SAMPLES is not set |
1324 | CONFIG_SH_STANDARD_BIOS=y | 1357 | CONFIG_SH_STANDARD_BIOS=y |
@@ -1338,52 +1371,94 @@ CONFIG_DEBUG_STACKOVERFLOW=y | |||
1338 | # CONFIG_SECURITY is not set | 1371 | # CONFIG_SECURITY is not set |
1339 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1372 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1340 | CONFIG_CRYPTO=y | 1373 | CONFIG_CRYPTO=y |
1374 | |||
1375 | # | ||
1376 | # Crypto core or helper | ||
1377 | # | ||
1341 | CONFIG_CRYPTO_ALGAPI=y | 1378 | CONFIG_CRYPTO_ALGAPI=y |
1342 | # CONFIG_CRYPTO_MANAGER is not set | 1379 | # CONFIG_CRYPTO_MANAGER is not set |
1380 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1381 | # CONFIG_CRYPTO_NULL is not set | ||
1382 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1383 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1384 | # CONFIG_CRYPTO_TEST is not set | ||
1385 | |||
1386 | # | ||
1387 | # Authenticated Encryption with Associated Data | ||
1388 | # | ||
1389 | # CONFIG_CRYPTO_CCM is not set | ||
1390 | # CONFIG_CRYPTO_GCM is not set | ||
1391 | # CONFIG_CRYPTO_SEQIV is not set | ||
1392 | |||
1393 | # | ||
1394 | # Block modes | ||
1395 | # | ||
1396 | # CONFIG_CRYPTO_CBC is not set | ||
1397 | # CONFIG_CRYPTO_CTR is not set | ||
1398 | # CONFIG_CRYPTO_CTS is not set | ||
1399 | # CONFIG_CRYPTO_ECB is not set | ||
1400 | # CONFIG_CRYPTO_LRW is not set | ||
1401 | # CONFIG_CRYPTO_PCBC is not set | ||
1402 | # CONFIG_CRYPTO_XTS is not set | ||
1403 | |||
1404 | # | ||
1405 | # Hash modes | ||
1406 | # | ||
1343 | # CONFIG_CRYPTO_HMAC is not set | 1407 | # CONFIG_CRYPTO_HMAC is not set |
1344 | # CONFIG_CRYPTO_XCBC is not set | 1408 | # CONFIG_CRYPTO_XCBC is not set |
1345 | # CONFIG_CRYPTO_NULL is not set | 1409 | |
1410 | # | ||
1411 | # Digest | ||
1412 | # | ||
1413 | # CONFIG_CRYPTO_CRC32C is not set | ||
1346 | # CONFIG_CRYPTO_MD4 is not set | 1414 | # CONFIG_CRYPTO_MD4 is not set |
1347 | CONFIG_CRYPTO_MD5=y | 1415 | CONFIG_CRYPTO_MD5=y |
1416 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1417 | # CONFIG_CRYPTO_RMD128 is not set | ||
1418 | # CONFIG_CRYPTO_RMD160 is not set | ||
1419 | # CONFIG_CRYPTO_RMD256 is not set | ||
1420 | # CONFIG_CRYPTO_RMD320 is not set | ||
1348 | # CONFIG_CRYPTO_SHA1 is not set | 1421 | # CONFIG_CRYPTO_SHA1 is not set |
1349 | # CONFIG_CRYPTO_SHA256 is not set | 1422 | # CONFIG_CRYPTO_SHA256 is not set |
1350 | # CONFIG_CRYPTO_SHA512 is not set | 1423 | # CONFIG_CRYPTO_SHA512 is not set |
1351 | # CONFIG_CRYPTO_WP512 is not set | ||
1352 | # CONFIG_CRYPTO_TGR192 is not set | 1424 | # CONFIG_CRYPTO_TGR192 is not set |
1353 | # CONFIG_CRYPTO_GF128MUL is not set | 1425 | # CONFIG_CRYPTO_WP512 is not set |
1354 | # CONFIG_CRYPTO_ECB is not set | 1426 | |
1355 | # CONFIG_CRYPTO_CBC is not set | 1427 | # |
1356 | # CONFIG_CRYPTO_PCBC is not set | 1428 | # Ciphers |
1357 | # CONFIG_CRYPTO_LRW is not set | 1429 | # |
1358 | # CONFIG_CRYPTO_XTS is not set | ||
1359 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1360 | CONFIG_CRYPTO_DES=y | ||
1361 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1362 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1363 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1364 | # CONFIG_CRYPTO_SERPENT is not set | ||
1365 | # CONFIG_CRYPTO_AES is not set | 1430 | # CONFIG_CRYPTO_AES is not set |
1431 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1432 | # CONFIG_CRYPTO_ARC4 is not set | ||
1433 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1434 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1366 | # CONFIG_CRYPTO_CAST5 is not set | 1435 | # CONFIG_CRYPTO_CAST5 is not set |
1367 | # CONFIG_CRYPTO_CAST6 is not set | 1436 | # CONFIG_CRYPTO_CAST6 is not set |
1368 | # CONFIG_CRYPTO_TEA is not set | 1437 | CONFIG_CRYPTO_DES=y |
1369 | # CONFIG_CRYPTO_ARC4 is not set | 1438 | # CONFIG_CRYPTO_FCRYPT is not set |
1370 | # CONFIG_CRYPTO_KHAZAD is not set | 1439 | # CONFIG_CRYPTO_KHAZAD is not set |
1371 | # CONFIG_CRYPTO_ANUBIS is not set | 1440 | # CONFIG_CRYPTO_SALSA20 is not set |
1372 | # CONFIG_CRYPTO_SEED is not set | 1441 | # CONFIG_CRYPTO_SEED is not set |
1442 | # CONFIG_CRYPTO_SERPENT is not set | ||
1443 | # CONFIG_CRYPTO_TEA is not set | ||
1444 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1445 | |||
1446 | # | ||
1447 | # Compression | ||
1448 | # | ||
1373 | # CONFIG_CRYPTO_DEFLATE is not set | 1449 | # CONFIG_CRYPTO_DEFLATE is not set |
1374 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1450 | # CONFIG_CRYPTO_LZO is not set |
1375 | # CONFIG_CRYPTO_CRC32C is not set | ||
1376 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1377 | # CONFIG_CRYPTO_TEST is not set | ||
1378 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1379 | CONFIG_CRYPTO_HW=y | 1451 | CONFIG_CRYPTO_HW=y |
1452 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1380 | 1453 | ||
1381 | # | 1454 | # |
1382 | # Library routines | 1455 | # Library routines |
1383 | # | 1456 | # |
1384 | CONFIG_BITREVERSE=y | 1457 | CONFIG_BITREVERSE=y |
1458 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1385 | # CONFIG_CRC_CCITT is not set | 1459 | # CONFIG_CRC_CCITT is not set |
1386 | # CONFIG_CRC16 is not set | 1460 | # CONFIG_CRC16 is not set |
1461 | CONFIG_CRC_T10DIF=y | ||
1387 | # CONFIG_CRC_ITU_T is not set | 1462 | # CONFIG_CRC_ITU_T is not set |
1388 | CONFIG_CRC32=y | 1463 | CONFIG_CRC32=y |
1389 | # CONFIG_CRC7 is not set | 1464 | # CONFIG_CRC7 is not set |
diff --git a/arch/sh/configs/se7206_defconfig b/arch/sh/configs/se7206_defconfig index 6b34baa26eae..af15cbef12ba 100644 --- a/arch/sh/configs/se7206_defconfig +++ b/arch/sh/configs/se7206_defconfig | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Jun 3 20:27:08 2008 | 4 | # Wed Jul 30 02:06:07 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -87,9 +88,14 @@ CONFIG_PROFILING=y | |||
87 | # CONFIG_MARKERS is not set | 88 | # CONFIG_MARKERS is not set |
88 | CONFIG_OPROFILE=y | 89 | CONFIG_OPROFILE=y |
89 | CONFIG_HAVE_OPROFILE=y | 90 | CONFIG_HAVE_OPROFILE=y |
91 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
92 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
90 | # CONFIG_HAVE_KPROBES is not set | 93 | # CONFIG_HAVE_KPROBES is not set |
91 | # CONFIG_HAVE_KRETPROBES is not set | 94 | # CONFIG_HAVE_KRETPROBES is not set |
95 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
92 | # CONFIG_HAVE_DMA_ATTRS is not set | 96 | # CONFIG_HAVE_DMA_ATTRS is not set |
97 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
98 | CONFIG_HAVE_CLK=y | ||
93 | CONFIG_RT_MUTEXES=y | 99 | CONFIG_RT_MUTEXES=y |
94 | CONFIG_TINY_SHMEM=y | 100 | CONFIG_TINY_SHMEM=y |
95 | CONFIG_BASE_SMALL=0 | 101 | CONFIG_BASE_SMALL=0 |
@@ -99,12 +105,13 @@ CONFIG_MODULE_UNLOAD=y | |||
99 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 105 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
100 | # CONFIG_MODVERSIONS is not set | 106 | # CONFIG_MODVERSIONS is not set |
101 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 107 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
102 | # CONFIG_KMOD is not set | 108 | CONFIG_KMOD=y |
103 | CONFIG_BLOCK=y | 109 | CONFIG_BLOCK=y |
104 | # CONFIG_LBD is not set | 110 | # CONFIG_LBD is not set |
105 | # CONFIG_BLK_DEV_IO_TRACE is not set | 111 | # CONFIG_BLK_DEV_IO_TRACE is not set |
106 | # CONFIG_LSF is not set | 112 | # CONFIG_LSF is not set |
107 | # CONFIG_BLK_DEV_BSG is not set | 113 | # CONFIG_BLK_DEV_BSG is not set |
114 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
108 | 115 | ||
109 | # | 116 | # |
110 | # IO Schedulers | 117 | # IO Schedulers |
@@ -175,7 +182,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
175 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 182 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
176 | CONFIG_PAGE_SIZE_4KB=y | 183 | CONFIG_PAGE_SIZE_4KB=y |
177 | # CONFIG_PAGE_SIZE_8KB is not set | 184 | # CONFIG_PAGE_SIZE_8KB is not set |
185 | # CONFIG_PAGE_SIZE_16KB is not set | ||
178 | # CONFIG_PAGE_SIZE_64KB is not set | 186 | # CONFIG_PAGE_SIZE_64KB is not set |
187 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
179 | CONFIG_SELECT_MEMORY_MODEL=y | 188 | CONFIG_SELECT_MEMORY_MODEL=y |
180 | CONFIG_FLATMEM_MANUAL=y | 189 | CONFIG_FLATMEM_MANUAL=y |
181 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 190 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -294,6 +303,7 @@ CONFIG_CF_BASE_ADDR=0xb8000000 | |||
294 | # | 303 | # |
295 | # Executable file formats | 304 | # Executable file formats |
296 | # | 305 | # |
306 | CONFIG_BINFMT_ELF_FDPIC=y | ||
297 | CONFIG_BINFMT_FLAT=y | 307 | CONFIG_BINFMT_FLAT=y |
298 | CONFIG_BINFMT_ZFLAT=y | 308 | CONFIG_BINFMT_ZFLAT=y |
299 | CONFIG_BINFMT_SHARED_FLAT=y | 309 | CONFIG_BINFMT_SHARED_FLAT=y |
@@ -487,6 +497,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
487 | # CONFIG_BLK_DEV_XIP is not set | 497 | # CONFIG_BLK_DEV_XIP is not set |
488 | # CONFIG_CDROM_PKTCDVD is not set | 498 | # CONFIG_CDROM_PKTCDVD is not set |
489 | # CONFIG_ATA_OVER_ETH is not set | 499 | # CONFIG_ATA_OVER_ETH is not set |
500 | # CONFIG_BLK_DEV_HD is not set | ||
490 | CONFIG_MISC_DEVICES=y | 501 | CONFIG_MISC_DEVICES=y |
491 | CONFIG_EEPROM_93CX6=y | 502 | CONFIG_EEPROM_93CX6=y |
492 | # CONFIG_ENCLOSURE_SERVICES is not set | 503 | # CONFIG_ENCLOSURE_SERVICES is not set |
@@ -503,7 +514,6 @@ CONFIG_HAVE_IDE=y | |||
503 | # CONFIG_ATA is not set | 514 | # CONFIG_ATA is not set |
504 | # CONFIG_MD is not set | 515 | # CONFIG_MD is not set |
505 | CONFIG_NETDEVICES=y | 516 | CONFIG_NETDEVICES=y |
506 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
507 | # CONFIG_DUMMY is not set | 517 | # CONFIG_DUMMY is not set |
508 | # CONFIG_BONDING is not set | 518 | # CONFIG_BONDING is not set |
509 | # CONFIG_MACVLAN is not set | 519 | # CONFIG_MACVLAN is not set |
@@ -516,6 +526,7 @@ CONFIG_MII=y | |||
516 | # CONFIG_AX88796 is not set | 526 | # CONFIG_AX88796 is not set |
517 | # CONFIG_STNIC is not set | 527 | # CONFIG_STNIC is not set |
518 | CONFIG_SMC91X=y | 528 | CONFIG_SMC91X=y |
529 | # CONFIG_SMC911X is not set | ||
519 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 530 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
520 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 531 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
521 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 532 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
@@ -583,6 +594,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
583 | # CONFIG_POWER_SUPPLY is not set | 594 | # CONFIG_POWER_SUPPLY is not set |
584 | # CONFIG_HWMON is not set | 595 | # CONFIG_HWMON is not set |
585 | # CONFIG_THERMAL is not set | 596 | # CONFIG_THERMAL is not set |
597 | # CONFIG_THERMAL_HWMON is not set | ||
586 | # CONFIG_WATCHDOG is not set | 598 | # CONFIG_WATCHDOG is not set |
587 | 599 | ||
588 | # | 600 | # |
@@ -594,6 +606,7 @@ CONFIG_SSB_POSSIBLE=y | |||
594 | # | 606 | # |
595 | # Multifunction device drivers | 607 | # Multifunction device drivers |
596 | # | 608 | # |
609 | # CONFIG_MFD_CORE is not set | ||
597 | # CONFIG_MFD_SM501 is not set | 610 | # CONFIG_MFD_SM501 is not set |
598 | # CONFIG_HTC_PASIC3 is not set | 611 | # CONFIG_HTC_PASIC3 is not set |
599 | 612 | ||
@@ -625,10 +638,6 @@ CONFIG_SSB_POSSIBLE=y | |||
625 | # Display device support | 638 | # Display device support |
626 | # | 639 | # |
627 | # CONFIG_DISPLAY_SUPPORT is not set | 640 | # CONFIG_DISPLAY_SUPPORT is not set |
628 | |||
629 | # | ||
630 | # Sound | ||
631 | # | ||
632 | # CONFIG_SOUND is not set | 641 | # CONFIG_SOUND is not set |
633 | # CONFIG_USB_SUPPORT is not set | 642 | # CONFIG_USB_SUPPORT is not set |
634 | # CONFIG_MMC is not set | 643 | # CONFIG_MMC is not set |
@@ -669,6 +678,7 @@ CONFIG_RTC_INTF_DEV=y | |||
669 | # on-CPU RTC drivers | 678 | # on-CPU RTC drivers |
670 | # | 679 | # |
671 | CONFIG_RTC_DRV_SH=y | 680 | CONFIG_RTC_DRV_SH=y |
681 | # CONFIG_DMADEVICES is not set | ||
672 | # CONFIG_UIO is not set | 682 | # CONFIG_UIO is not set |
673 | 683 | ||
674 | # | 684 | # |
@@ -728,6 +738,7 @@ CONFIG_CONFIGFS_FS=y | |||
728 | CONFIG_CRAMFS=y | 738 | CONFIG_CRAMFS=y |
729 | # CONFIG_VXFS_FS is not set | 739 | # CONFIG_VXFS_FS is not set |
730 | # CONFIG_MINIX_FS is not set | 740 | # CONFIG_MINIX_FS is not set |
741 | # CONFIG_OMFS_FS is not set | ||
731 | # CONFIG_HPFS_FS is not set | 742 | # CONFIG_HPFS_FS is not set |
732 | # CONFIG_QNX4FS_FS is not set | 743 | # CONFIG_QNX4FS_FS is not set |
733 | CONFIG_ROMFS_FS=y | 744 | CONFIG_ROMFS_FS=y |
@@ -738,13 +749,12 @@ CONFIG_NFS_FS=y | |||
738 | CONFIG_NFS_V3=y | 749 | CONFIG_NFS_V3=y |
739 | # CONFIG_NFS_V3_ACL is not set | 750 | # CONFIG_NFS_V3_ACL is not set |
740 | # CONFIG_NFS_V4 is not set | 751 | # CONFIG_NFS_V4 is not set |
741 | # CONFIG_NFSD is not set | ||
742 | CONFIG_ROOT_NFS=y | 752 | CONFIG_ROOT_NFS=y |
753 | # CONFIG_NFSD is not set | ||
743 | CONFIG_LOCKD=y | 754 | CONFIG_LOCKD=y |
744 | CONFIG_LOCKD_V4=y | 755 | CONFIG_LOCKD_V4=y |
745 | CONFIG_NFS_COMMON=y | 756 | CONFIG_NFS_COMMON=y |
746 | CONFIG_SUNRPC=y | 757 | CONFIG_SUNRPC=y |
747 | # CONFIG_SUNRPC_BIND34 is not set | ||
748 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 758 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
749 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 759 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
750 | # CONFIG_SMB_FS is not set | 760 | # CONFIG_SMB_FS is not set |
@@ -776,6 +786,8 @@ CONFIG_DEBUG_FS=y | |||
776 | CONFIG_DEBUG_KERNEL=y | 786 | CONFIG_DEBUG_KERNEL=y |
777 | # CONFIG_DEBUG_SHIRQ is not set | 787 | # CONFIG_DEBUG_SHIRQ is not set |
778 | CONFIG_DETECT_SOFTLOCKUP=y | 788 | CONFIG_DETECT_SOFTLOCKUP=y |
789 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
790 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
779 | CONFIG_SCHED_DEBUG=y | 791 | CONFIG_SCHED_DEBUG=y |
780 | # CONFIG_SCHEDSTATS is not set | 792 | # CONFIG_SCHEDSTATS is not set |
781 | # CONFIG_TIMER_STATS is not set | 793 | # CONFIG_TIMER_STATS is not set |
@@ -795,6 +807,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
795 | # CONFIG_DEBUG_INFO is not set | 807 | # CONFIG_DEBUG_INFO is not set |
796 | CONFIG_DEBUG_VM=y | 808 | CONFIG_DEBUG_VM=y |
797 | # CONFIG_DEBUG_WRITECOUNT is not set | 809 | # CONFIG_DEBUG_WRITECOUNT is not set |
810 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
798 | CONFIG_DEBUG_LIST=y | 811 | CONFIG_DEBUG_LIST=y |
799 | # CONFIG_DEBUG_SG is not set | 812 | # CONFIG_DEBUG_SG is not set |
800 | CONFIG_FRAME_POINTER=y | 813 | CONFIG_FRAME_POINTER=y |
@@ -860,6 +873,10 @@ CONFIG_CRYPTO_ALGAPI=y | |||
860 | # CONFIG_CRYPTO_MD4 is not set | 873 | # CONFIG_CRYPTO_MD4 is not set |
861 | # CONFIG_CRYPTO_MD5 is not set | 874 | # CONFIG_CRYPTO_MD5 is not set |
862 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 875 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
876 | # CONFIG_CRYPTO_RMD128 is not set | ||
877 | # CONFIG_CRYPTO_RMD160 is not set | ||
878 | # CONFIG_CRYPTO_RMD256 is not set | ||
879 | # CONFIG_CRYPTO_RMD320 is not set | ||
863 | # CONFIG_CRYPTO_SHA1 is not set | 880 | # CONFIG_CRYPTO_SHA1 is not set |
864 | # CONFIG_CRYPTO_SHA256 is not set | 881 | # CONFIG_CRYPTO_SHA256 is not set |
865 | # CONFIG_CRYPTO_SHA512 is not set | 882 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -899,6 +916,7 @@ CONFIG_BITREVERSE=y | |||
899 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 916 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
900 | CONFIG_CRC_CCITT=y | 917 | CONFIG_CRC_CCITT=y |
901 | CONFIG_CRC16=y | 918 | CONFIG_CRC16=y |
919 | # CONFIG_CRC_T10DIF is not set | ||
902 | CONFIG_CRC_ITU_T=y | 920 | CONFIG_CRC_ITU_T=y |
903 | CONFIG_CRC32=y | 921 | CONFIG_CRC32=y |
904 | CONFIG_CRC7=y | 922 | CONFIG_CRC7=y |
diff --git a/arch/sh/configs/se7343_defconfig b/arch/sh/configs/se7343_defconfig index 84c0075e2ad4..4e30b70377e2 100644 --- a/arch/sh/configs/se7343_defconfig +++ b/arch/sh/configs/se7343_defconfig | |||
@@ -1,40 +1,56 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18 | 3 | # Linux kernel version: 2.6.26 |
4 | # Tue Oct 3 11:46:17 2006 | 4 | # Wed Jul 30 02:08:38 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
10 | CONFIG_GENERIC_BUG=y | ||
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 12 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 14 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 15 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
16 | CONFIG_GENERIC_TIME=y | ||
17 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
18 | CONFIG_STACKTRACE_SUPPORT=y | ||
19 | CONFIG_LOCKDEP_SUPPORT=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
23 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
13 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
14 | 25 | ||
15 | # | 26 | # |
16 | # Code maturity level options | 27 | # General setup |
17 | # | 28 | # |
18 | CONFIG_EXPERIMENTAL=y | 29 | CONFIG_EXPERIMENTAL=y |
19 | CONFIG_BROKEN_ON_SMP=y | 30 | CONFIG_BROKEN_ON_SMP=y |
20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 31 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
21 | |||
22 | # | ||
23 | # General setup | ||
24 | # | ||
25 | CONFIG_LOCALVERSION="" | 32 | CONFIG_LOCALVERSION="" |
26 | CONFIG_LOCALVERSION_AUTO=y | 33 | CONFIG_LOCALVERSION_AUTO=y |
27 | # CONFIG_SWAP is not set | 34 | # CONFIG_SWAP is not set |
28 | CONFIG_SYSVIPC=y | 35 | CONFIG_SYSVIPC=y |
29 | # CONFIG_IPC_NS is not set | 36 | CONFIG_SYSVIPC_SYSCTL=y |
30 | CONFIG_POSIX_MQUEUE=y | 37 | CONFIG_POSIX_MQUEUE=y |
31 | # CONFIG_BSD_PROCESS_ACCT is not set | 38 | # CONFIG_BSD_PROCESS_ACCT is not set |
32 | # CONFIG_TASKSTATS is not set | 39 | # CONFIG_TASKSTATS is not set |
33 | # CONFIG_UTS_NS is not set | ||
34 | # CONFIG_AUDIT is not set | 40 | # CONFIG_AUDIT is not set |
35 | # CONFIG_IKCONFIG is not set | 41 | # CONFIG_IKCONFIG is not set |
42 | CONFIG_LOG_BUF_SHIFT=14 | ||
43 | # CONFIG_CGROUPS is not set | ||
44 | CONFIG_GROUP_SCHED=y | ||
45 | CONFIG_FAIR_GROUP_SCHED=y | ||
46 | # CONFIG_RT_GROUP_SCHED is not set | ||
47 | CONFIG_USER_SCHED=y | ||
48 | # CONFIG_CGROUP_SCHED is not set | ||
49 | CONFIG_SYSFS_DEPRECATED=y | ||
50 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
36 | # CONFIG_RELAY is not set | 51 | # CONFIG_RELAY is not set |
37 | CONFIG_INITRAMFS_SOURCE="" | 52 | # CONFIG_NAMESPACES is not set |
53 | # CONFIG_BLK_DEV_INITRD is not set | ||
38 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 54 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
39 | CONFIG_SYSCTL=y | 55 | CONFIG_SYSCTL=y |
40 | CONFIG_EMBEDDED=y | 56 | CONFIG_EMBEDDED=y |
@@ -46,33 +62,47 @@ CONFIG_HOTPLUG=y | |||
46 | CONFIG_PRINTK=y | 62 | CONFIG_PRINTK=y |
47 | CONFIG_BUG=y | 63 | CONFIG_BUG=y |
48 | CONFIG_ELF_CORE=y | 64 | CONFIG_ELF_CORE=y |
65 | CONFIG_COMPAT_BRK=y | ||
49 | CONFIG_BASE_FULL=y | 66 | CONFIG_BASE_FULL=y |
50 | # CONFIG_FUTEX is not set | 67 | # CONFIG_FUTEX is not set |
68 | CONFIG_ANON_INODES=y | ||
51 | # CONFIG_EPOLL is not set | 69 | # CONFIG_EPOLL is not set |
70 | CONFIG_SIGNALFD=y | ||
71 | CONFIG_TIMERFD=y | ||
72 | CONFIG_EVENTFD=y | ||
52 | # CONFIG_SHMEM is not set | 73 | # CONFIG_SHMEM is not set |
53 | CONFIG_SLAB=y | ||
54 | CONFIG_VM_EVENT_COUNTERS=y | 74 | CONFIG_VM_EVENT_COUNTERS=y |
75 | CONFIG_SLAB=y | ||
76 | # CONFIG_SLUB is not set | ||
77 | # CONFIG_SLOB is not set | ||
78 | # CONFIG_PROFILING is not set | ||
79 | # CONFIG_MARKERS is not set | ||
80 | CONFIG_HAVE_OPROFILE=y | ||
81 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
82 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
83 | # CONFIG_HAVE_KPROBES is not set | ||
84 | # CONFIG_HAVE_KRETPROBES is not set | ||
85 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
86 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
87 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
88 | CONFIG_HAVE_CLK=y | ||
89 | CONFIG_PROC_PAGE_MONITOR=y | ||
90 | CONFIG_SLABINFO=y | ||
55 | CONFIG_TINY_SHMEM=y | 91 | CONFIG_TINY_SHMEM=y |
56 | CONFIG_BASE_SMALL=0 | 92 | CONFIG_BASE_SMALL=0 |
57 | # CONFIG_SLOB is not set | ||
58 | |||
59 | # | ||
60 | # Loadable module support | ||
61 | # | ||
62 | CONFIG_MODULES=y | 93 | CONFIG_MODULES=y |
94 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
63 | CONFIG_MODULE_UNLOAD=y | 95 | CONFIG_MODULE_UNLOAD=y |
64 | CONFIG_MODULE_FORCE_UNLOAD=y | 96 | CONFIG_MODULE_FORCE_UNLOAD=y |
65 | # CONFIG_MODVERSIONS is not set | 97 | # CONFIG_MODVERSIONS is not set |
66 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 98 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
67 | # CONFIG_KMOD is not set | 99 | CONFIG_KMOD=y |
68 | |||
69 | # | ||
70 | # Block layer | ||
71 | # | ||
72 | CONFIG_BLOCK=y | 100 | CONFIG_BLOCK=y |
73 | # CONFIG_LBD is not set | 101 | # CONFIG_LBD is not set |
74 | # CONFIG_BLK_DEV_IO_TRACE is not set | 102 | # CONFIG_BLK_DEV_IO_TRACE is not set |
75 | # CONFIG_LSF is not set | 103 | # CONFIG_LSF is not set |
104 | # CONFIG_BLK_DEV_BSG is not set | ||
105 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
76 | 106 | ||
77 | # | 107 | # |
78 | # IO Schedulers | 108 | # IO Schedulers |
@@ -86,62 +116,28 @@ CONFIG_DEFAULT_DEADLINE=y | |||
86 | # CONFIG_DEFAULT_CFQ is not set | 116 | # CONFIG_DEFAULT_CFQ is not set |
87 | # CONFIG_DEFAULT_NOOP is not set | 117 | # CONFIG_DEFAULT_NOOP is not set |
88 | CONFIG_DEFAULT_IOSCHED="deadline" | 118 | CONFIG_DEFAULT_IOSCHED="deadline" |
119 | CONFIG_CLASSIC_RCU=y | ||
89 | 120 | ||
90 | # | 121 | # |
91 | # System type | 122 | # System type |
92 | # | 123 | # |
93 | CONFIG_SOLUTION_ENGINE=y | ||
94 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
95 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
96 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
97 | CONFIG_SH_7343_SOLUTION_ENGINE=y | ||
98 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
99 | # CONFIG_SH_7751_SYSTEMH is not set | ||
100 | # CONFIG_SH_HP6XX is not set | ||
101 | # CONFIG_SH_EC3104 is not set | ||
102 | # CONFIG_SH_SATURN is not set | ||
103 | # CONFIG_SH_DREAMCAST is not set | ||
104 | # CONFIG_SH_BIGSUR is not set | ||
105 | # CONFIG_SH_MPC1211 is not set | ||
106 | # CONFIG_SH_SH03 is not set | ||
107 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
108 | # CONFIG_SH_HS7751RVOIP is not set | ||
109 | # CONFIG_SH_7710VOIPGW is not set | ||
110 | # CONFIG_SH_RTS7751R2D is not set | ||
111 | # CONFIG_SH_R7780RP is not set | ||
112 | # CONFIG_SH_EDOSK7705 is not set | ||
113 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
114 | # CONFIG_SH_LANDISK is not set | ||
115 | # CONFIG_SH_TITAN is not set | ||
116 | # CONFIG_SH_SHMIN is not set | ||
117 | # CONFIG_SH_UNKNOWN is not set | ||
118 | |||
119 | # | ||
120 | # Processor selection | ||
121 | # | ||
122 | CONFIG_CPU_SH4=y | 124 | CONFIG_CPU_SH4=y |
123 | CONFIG_CPU_SH4A=y | 125 | CONFIG_CPU_SH4A=y |
124 | CONFIG_CPU_SH4AL_DSP=y | 126 | CONFIG_CPU_SH4AL_DSP=y |
125 | 127 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | |
126 | # | 128 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
127 | # SH-2 Processor Support | 129 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
128 | # | 130 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
129 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | 131 | # CONFIG_CPU_SUBTYPE_MXG is not set |
130 | |||
131 | # | ||
132 | # SH-3 Processor Support | ||
133 | # | ||
134 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
136 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
137 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 134 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
138 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 135 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
139 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
140 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
141 | 138 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
142 | # | 139 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
143 | # SH-4 Processor Support | 140 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
144 | # | ||
145 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
147 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 143 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -150,67 +146,89 @@ CONFIG_CPU_SH4AL_DSP=y | |||
150 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 146 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
151 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 147 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
152 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 148 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
153 | 149 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | |
154 | # | 150 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
155 | # ST40 Processor Support | ||
156 | # | ||
157 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
159 | |||
160 | # | ||
161 | # SH-4A Processor Support | ||
162 | # | ||
163 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 151 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
164 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 152 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
165 | 153 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | |
166 | # | 154 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
167 | # SH4AL-DSP Processor Support | ||
168 | # | ||
169 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
170 | CONFIG_CPU_SUBTYPE_SH7343=y | 155 | CONFIG_CPU_SUBTYPE_SH7343=y |
156 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
157 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
171 | 160 | ||
172 | # | 161 | # |
173 | # Memory management options | 162 | # Memory management options |
174 | # | 163 | # |
164 | CONFIG_QUICKLIST=y | ||
175 | CONFIG_MMU=y | 165 | CONFIG_MMU=y |
176 | CONFIG_PAGE_OFFSET=0x80000000 | 166 | CONFIG_PAGE_OFFSET=0x80000000 |
177 | CONFIG_MEMORY_START=0x0c000000 | 167 | CONFIG_MEMORY_START=0x0c000000 |
178 | CONFIG_MEMORY_SIZE=0x01000000 | 168 | CONFIG_MEMORY_SIZE=0x01000000 |
179 | CONFIG_32BIT=y | 169 | CONFIG_29BIT=y |
180 | CONFIG_VSYSCALL=y | 170 | CONFIG_VSYSCALL=y |
171 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
172 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
173 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
174 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
175 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
176 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
177 | CONFIG_PAGE_SIZE_4KB=y | ||
178 | # CONFIG_PAGE_SIZE_8KB is not set | ||
179 | # CONFIG_PAGE_SIZE_16KB is not set | ||
180 | # CONFIG_PAGE_SIZE_64KB is not set | ||
181 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
181 | CONFIG_SELECT_MEMORY_MODEL=y | 182 | CONFIG_SELECT_MEMORY_MODEL=y |
182 | CONFIG_FLATMEM_MANUAL=y | 183 | CONFIG_FLATMEM_MANUAL=y |
183 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 184 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
184 | # CONFIG_SPARSEMEM_MANUAL is not set | 185 | # CONFIG_SPARSEMEM_MANUAL is not set |
185 | CONFIG_FLATMEM=y | 186 | CONFIG_FLATMEM=y |
186 | CONFIG_FLAT_NODE_MEM_MAP=y | 187 | CONFIG_FLAT_NODE_MEM_MAP=y |
187 | # CONFIG_SPARSEMEM_STATIC is not set | 188 | CONFIG_SPARSEMEM_STATIC=y |
189 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
190 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
188 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 191 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
189 | # CONFIG_RESOURCES_64BIT is not set | 192 | # CONFIG_RESOURCES_64BIT is not set |
193 | CONFIG_ZONE_DMA_FLAG=0 | ||
194 | CONFIG_NR_QUICK=2 | ||
190 | 195 | ||
191 | # | 196 | # |
192 | # Cache configuration | 197 | # Cache configuration |
193 | # | 198 | # |
194 | # CONFIG_SH_DIRECT_MAPPED is not set | 199 | # CONFIG_SH_DIRECT_MAPPED is not set |
195 | # CONFIG_SH_WRITETHROUGH is not set | 200 | CONFIG_CACHE_WRITEBACK=y |
196 | # CONFIG_SH_OCRAM is not set | 201 | # CONFIG_CACHE_WRITETHROUGH is not set |
202 | # CONFIG_CACHE_OFF is not set | ||
197 | 203 | ||
198 | # | 204 | # |
199 | # Processor features | 205 | # Processor features |
200 | # | 206 | # |
201 | CONFIG_CPU_LITTLE_ENDIAN=y | 207 | CONFIG_CPU_LITTLE_ENDIAN=y |
202 | # CONFIG_SH_FPU is not set | 208 | # CONFIG_CPU_BIG_ENDIAN is not set |
203 | # CONFIG_SH_FPU_EMU is not set | 209 | # CONFIG_SH_FPU_EMU is not set |
204 | CONFIG_SH_DSP=y | 210 | CONFIG_SH_DSP=y |
205 | # CONFIG_SH_STORE_QUEUES is not set | 211 | # CONFIG_SH_STORE_QUEUES is not set |
206 | CONFIG_CPU_HAS_INTEVT=y | 212 | CONFIG_CPU_HAS_INTEVT=y |
207 | CONFIG_CPU_HAS_SR_RB=y | 213 | CONFIG_CPU_HAS_SR_RB=y |
214 | CONFIG_CPU_HAS_DSP=y | ||
215 | |||
216 | # | ||
217 | # Board support | ||
218 | # | ||
219 | CONFIG_SOLUTION_ENGINE=y | ||
220 | CONFIG_SH_7343_SOLUTION_ENGINE=y | ||
208 | 221 | ||
209 | # | 222 | # |
210 | # Timer support | 223 | # Timer and clock configuration |
211 | # | 224 | # |
212 | CONFIG_SH_TMU=y | 225 | CONFIG_SH_TMU=y |
226 | CONFIG_SH_TIMER_IRQ=16 | ||
213 | CONFIG_SH_PCLK_FREQ=27000000 | 227 | CONFIG_SH_PCLK_FREQ=27000000 |
228 | # CONFIG_TICK_ONESHOT is not set | ||
229 | # CONFIG_NO_HZ is not set | ||
230 | # CONFIG_HIGH_RES_TIMERS is not set | ||
231 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
214 | 232 | ||
215 | # | 233 | # |
216 | # CPU Frequency scaling | 234 | # CPU Frequency scaling |
@@ -225,57 +243,50 @@ CONFIG_SH_PCLK_FREQ=27000000 | |||
225 | # | 243 | # |
226 | # Companion Chips | 244 | # Companion Chips |
227 | # | 245 | # |
228 | # CONFIG_HD6446X_SERIES is not set | 246 | |
247 | # | ||
248 | # Additional SuperH Device Drivers | ||
249 | # | ||
229 | CONFIG_HEARTBEAT=y | 250 | CONFIG_HEARTBEAT=y |
251 | # CONFIG_PUSH_SWITCH is not set | ||
230 | 252 | ||
231 | # | 253 | # |
232 | # Kernel features | 254 | # Kernel features |
233 | # | 255 | # |
234 | # CONFIG_HZ_100 is not set | 256 | # CONFIG_HZ_100 is not set |
235 | CONFIG_HZ_250=y | 257 | CONFIG_HZ_250=y |
258 | # CONFIG_HZ_300 is not set | ||
236 | # CONFIG_HZ_1000 is not set | 259 | # CONFIG_HZ_1000 is not set |
237 | CONFIG_HZ=250 | 260 | CONFIG_HZ=250 |
261 | # CONFIG_SCHED_HRTICK is not set | ||
238 | # CONFIG_KEXEC is not set | 262 | # CONFIG_KEXEC is not set |
239 | # CONFIG_SMP is not set | 263 | # CONFIG_CRASH_DUMP is not set |
240 | CONFIG_PREEMPT_NONE=y | 264 | CONFIG_PREEMPT_NONE=y |
241 | # CONFIG_PREEMPT_VOLUNTARY is not set | 265 | # CONFIG_PREEMPT_VOLUNTARY is not set |
242 | # CONFIG_PREEMPT is not set | 266 | # CONFIG_PREEMPT is not set |
267 | CONFIG_GUSA=y | ||
243 | 268 | ||
244 | # | 269 | # |
245 | # Boot options | 270 | # Boot options |
246 | # | 271 | # |
247 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 272 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
248 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 273 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
249 | # CONFIG_UBC_WAKEUP is not set | ||
250 | # CONFIG_CMDLINE_BOOL is not set | 274 | # CONFIG_CMDLINE_BOOL is not set |
251 | 275 | ||
252 | # | 276 | # |
253 | # Bus options | 277 | # Bus options |
254 | # | 278 | # |
255 | # CONFIG_PCI is not set | 279 | # CONFIG_CF_ENABLER is not set |
256 | 280 | # CONFIG_ARCH_SUPPORTS_MSI is not set | |
257 | # | ||
258 | # PCCARD (PCMCIA/CardBus) support | ||
259 | # | ||
260 | # CONFIG_PCCARD is not set | 281 | # CONFIG_PCCARD is not set |
261 | 282 | ||
262 | # | 283 | # |
263 | # PCI Hotplug Support | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # Executable file formats | 284 | # Executable file formats |
268 | # | 285 | # |
269 | CONFIG_BINFMT_ELF=y | 286 | CONFIG_BINFMT_ELF=y |
270 | # CONFIG_BINFMT_FLAT is not set | ||
271 | # CONFIG_BINFMT_MISC is not set | 287 | # CONFIG_BINFMT_MISC is not set |
272 | 288 | ||
273 | # | 289 | # |
274 | # Power management options (EXPERIMENTAL) | ||
275 | # | ||
276 | # CONFIG_PM is not set | ||
277 | |||
278 | # | ||
279 | # Networking | 290 | # Networking |
280 | # | 291 | # |
281 | CONFIG_NET=y | 292 | CONFIG_NET=y |
@@ -283,22 +294,20 @@ CONFIG_NET=y | |||
283 | # | 294 | # |
284 | # Networking options | 295 | # Networking options |
285 | # | 296 | # |
286 | # CONFIG_NETDEBUG is not set | ||
287 | CONFIG_PACKET=y | 297 | CONFIG_PACKET=y |
288 | CONFIG_PACKET_MMAP=y | 298 | CONFIG_PACKET_MMAP=y |
289 | CONFIG_UNIX=y | 299 | CONFIG_UNIX=y |
290 | CONFIG_XFRM=y | 300 | CONFIG_XFRM=y |
291 | # CONFIG_XFRM_USER is not set | 301 | # CONFIG_XFRM_USER is not set |
292 | # CONFIG_XFRM_SUB_POLICY is not set | 302 | # CONFIG_XFRM_SUB_POLICY is not set |
303 | # CONFIG_XFRM_MIGRATE is not set | ||
304 | # CONFIG_XFRM_STATISTICS is not set | ||
293 | # CONFIG_NET_KEY is not set | 305 | # CONFIG_NET_KEY is not set |
294 | CONFIG_INET=y | 306 | CONFIG_INET=y |
295 | # CONFIG_IP_MULTICAST is not set | 307 | # CONFIG_IP_MULTICAST is not set |
296 | # CONFIG_IP_ADVANCED_ROUTER is not set | 308 | # CONFIG_IP_ADVANCED_ROUTER is not set |
297 | CONFIG_IP_FIB_HASH=y | 309 | CONFIG_IP_FIB_HASH=y |
298 | CONFIG_IP_PNP=y | 310 | # CONFIG_IP_PNP is not set |
299 | CONFIG_IP_PNP_DHCP=y | ||
300 | # CONFIG_IP_PNP_BOOTP is not set | ||
301 | # CONFIG_IP_PNP_RARP is not set | ||
302 | # CONFIG_NET_IPIP is not set | 311 | # CONFIG_NET_IPIP is not set |
303 | # CONFIG_NET_IPGRE is not set | 312 | # CONFIG_NET_IPGRE is not set |
304 | # CONFIG_ARPD is not set | 313 | # CONFIG_ARPD is not set |
@@ -310,29 +319,18 @@ CONFIG_SYN_COOKIES=y | |||
310 | # CONFIG_INET_TUNNEL is not set | 319 | # CONFIG_INET_TUNNEL is not set |
311 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 320 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
312 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 321 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
322 | CONFIG_INET_XFRM_MODE_BEET=y | ||
323 | # CONFIG_INET_LRO is not set | ||
313 | # CONFIG_INET_DIAG is not set | 324 | # CONFIG_INET_DIAG is not set |
314 | # CONFIG_TCP_CONG_ADVANCED is not set | 325 | # CONFIG_TCP_CONG_ADVANCED is not set |
315 | CONFIG_TCP_CONG_CUBIC=y | 326 | CONFIG_TCP_CONG_CUBIC=y |
316 | CONFIG_DEFAULT_TCP_CONG="cubic" | 327 | CONFIG_DEFAULT_TCP_CONG="cubic" |
328 | # CONFIG_TCP_MD5SIG is not set | ||
317 | # CONFIG_IPV6 is not set | 329 | # CONFIG_IPV6 is not set |
318 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
319 | # CONFIG_INET6_TUNNEL is not set | ||
320 | # CONFIG_NETWORK_SECMARK is not set | 330 | # CONFIG_NETWORK_SECMARK is not set |
321 | # CONFIG_NETFILTER is not set | 331 | # CONFIG_NETFILTER is not set |
322 | |||
323 | # | ||
324 | # DCCP Configuration (EXPERIMENTAL) | ||
325 | # | ||
326 | # CONFIG_IP_DCCP is not set | 332 | # CONFIG_IP_DCCP is not set |
327 | |||
328 | # | ||
329 | # SCTP Configuration (EXPERIMENTAL) | ||
330 | # | ||
331 | # CONFIG_IP_SCTP is not set | 333 | # CONFIG_IP_SCTP is not set |
332 | |||
333 | # | ||
334 | # TIPC Configuration (EXPERIMENTAL) | ||
335 | # | ||
336 | # CONFIG_TIPC is not set | 334 | # CONFIG_TIPC is not set |
337 | # CONFIG_ATM is not set | 335 | # CONFIG_ATM is not set |
338 | # CONFIG_BRIDGE is not set | 336 | # CONFIG_BRIDGE is not set |
@@ -345,10 +343,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
345 | # CONFIG_LAPB is not set | 343 | # CONFIG_LAPB is not set |
346 | # CONFIG_ECONET is not set | 344 | # CONFIG_ECONET is not set |
347 | # CONFIG_WAN_ROUTER is not set | 345 | # CONFIG_WAN_ROUTER is not set |
348 | |||
349 | # | ||
350 | # QoS and/or fair queueing | ||
351 | # | ||
352 | # CONFIG_NET_SCHED is not set | 346 | # CONFIG_NET_SCHED is not set |
353 | 347 | ||
354 | # | 348 | # |
@@ -356,9 +350,20 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
356 | # | 350 | # |
357 | # CONFIG_NET_PKTGEN is not set | 351 | # CONFIG_NET_PKTGEN is not set |
358 | # CONFIG_HAMRADIO is not set | 352 | # CONFIG_HAMRADIO is not set |
353 | # CONFIG_CAN is not set | ||
359 | # CONFIG_IRDA is not set | 354 | # CONFIG_IRDA is not set |
360 | # CONFIG_BT is not set | 355 | # CONFIG_BT is not set |
356 | # CONFIG_AF_RXRPC is not set | ||
357 | |||
358 | # | ||
359 | # Wireless | ||
360 | # | ||
361 | # CONFIG_CFG80211 is not set | ||
362 | # CONFIG_WIRELESS_EXT is not set | ||
363 | # CONFIG_MAC80211 is not set | ||
361 | # CONFIG_IEEE80211 is not set | 364 | # CONFIG_IEEE80211 is not set |
365 | # CONFIG_RFKILL is not set | ||
366 | # CONFIG_NET_9P is not set | ||
362 | 367 | ||
363 | # | 368 | # |
364 | # Device Drivers | 369 | # Device Drivers |
@@ -367,36 +372,34 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
367 | # | 372 | # |
368 | # Generic Driver Options | 373 | # Generic Driver Options |
369 | # | 374 | # |
375 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
370 | CONFIG_STANDALONE=y | 376 | CONFIG_STANDALONE=y |
371 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 377 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
372 | CONFIG_FW_LOADER=y | 378 | CONFIG_FW_LOADER=y |
379 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
380 | CONFIG_EXTRA_FIRMWARE="" | ||
373 | # CONFIG_SYS_HYPERVISOR is not set | 381 | # CONFIG_SYS_HYPERVISOR is not set |
374 | |||
375 | # | ||
376 | # Connector - unified userspace <-> kernelspace linker | ||
377 | # | ||
378 | # CONFIG_CONNECTOR is not set | 382 | # CONFIG_CONNECTOR is not set |
379 | |||
380 | # | ||
381 | # Memory Technology Devices (MTD) | ||
382 | # | ||
383 | CONFIG_MTD=y | 383 | CONFIG_MTD=y |
384 | # CONFIG_MTD_DEBUG is not set | 384 | # CONFIG_MTD_DEBUG is not set |
385 | CONFIG_MTD_CONCAT=y | 385 | CONFIG_MTD_CONCAT=y |
386 | CONFIG_MTD_PARTITIONS=y | 386 | CONFIG_MTD_PARTITIONS=y |
387 | # CONFIG_MTD_REDBOOT_PARTS is not set | 387 | # CONFIG_MTD_REDBOOT_PARTS is not set |
388 | # CONFIG_MTD_CMDLINE_PARTS is not set | 388 | # CONFIG_MTD_CMDLINE_PARTS is not set |
389 | # CONFIG_MTD_AR7_PARTS is not set | ||
389 | 390 | ||
390 | # | 391 | # |
391 | # User Modules And Translation Layers | 392 | # User Modules And Translation Layers |
392 | # | 393 | # |
393 | CONFIG_MTD_CHAR=y | 394 | CONFIG_MTD_CHAR=y |
395 | CONFIG_MTD_BLKDEVS=y | ||
394 | CONFIG_MTD_BLOCK=y | 396 | CONFIG_MTD_BLOCK=y |
395 | # CONFIG_FTL is not set | 397 | # CONFIG_FTL is not set |
396 | # CONFIG_NFTL is not set | 398 | # CONFIG_NFTL is not set |
397 | # CONFIG_INFTL is not set | 399 | # CONFIG_INFTL is not set |
398 | # CONFIG_RFD_FTL is not set | 400 | # CONFIG_RFD_FTL is not set |
399 | # CONFIG_SSFDC is not set | 401 | # CONFIG_SSFDC is not set |
402 | # CONFIG_MTD_OOPS is not set | ||
400 | 403 | ||
401 | # | 404 | # |
402 | # RAM/ROM/Flash chip drivers | 405 | # RAM/ROM/Flash chip drivers |
@@ -422,13 +425,15 @@ CONFIG_MTD_CFI_UTIL=y | |||
422 | CONFIG_MTD_RAM=y | 425 | CONFIG_MTD_RAM=y |
423 | # CONFIG_MTD_ROM is not set | 426 | # CONFIG_MTD_ROM is not set |
424 | # CONFIG_MTD_ABSENT is not set | 427 | # CONFIG_MTD_ABSENT is not set |
425 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
426 | 428 | ||
427 | # | 429 | # |
428 | # Mapping drivers for chip access | 430 | # Mapping drivers for chip access |
429 | # | 431 | # |
430 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 432 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
431 | # CONFIG_MTD_PHYSMAP is not set | 433 | CONFIG_MTD_PHYSMAP=y |
434 | CONFIG_MTD_PHYSMAP_START=0x0 | ||
435 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
436 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
432 | # CONFIG_MTD_PLATRAM is not set | 437 | # CONFIG_MTD_PLATRAM is not set |
433 | 438 | ||
434 | # | 439 | # |
@@ -445,130 +450,102 @@ CONFIG_MTD_RAM=y | |||
445 | # CONFIG_MTD_DOC2000 is not set | 450 | # CONFIG_MTD_DOC2000 is not set |
446 | # CONFIG_MTD_DOC2001 is not set | 451 | # CONFIG_MTD_DOC2001 is not set |
447 | # CONFIG_MTD_DOC2001PLUS is not set | 452 | # CONFIG_MTD_DOC2001PLUS is not set |
448 | |||
449 | # | ||
450 | # NAND Flash Device Drivers | ||
451 | # | ||
452 | # CONFIG_MTD_NAND is not set | 453 | # CONFIG_MTD_NAND is not set |
453 | |||
454 | # | ||
455 | # OneNAND Flash Device Drivers | ||
456 | # | ||
457 | # CONFIG_MTD_ONENAND is not set | 454 | # CONFIG_MTD_ONENAND is not set |
458 | 455 | ||
459 | # | 456 | # |
460 | # Parallel port support | 457 | # UBI - Unsorted block images |
461 | # | 458 | # |
459 | # CONFIG_MTD_UBI is not set | ||
462 | # CONFIG_PARPORT is not set | 460 | # CONFIG_PARPORT is not set |
463 | 461 | CONFIG_BLK_DEV=y | |
464 | # | ||
465 | # Plug and Play support | ||
466 | # | ||
467 | |||
468 | # | ||
469 | # Block devices | ||
470 | # | ||
471 | # CONFIG_BLK_DEV_COW_COMMON is not set | 462 | # CONFIG_BLK_DEV_COW_COMMON is not set |
472 | # CONFIG_BLK_DEV_LOOP is not set | 463 | # CONFIG_BLK_DEV_LOOP is not set |
473 | # CONFIG_BLK_DEV_NBD is not set | 464 | # CONFIG_BLK_DEV_NBD is not set |
474 | # CONFIG_BLK_DEV_RAM is not set | 465 | # CONFIG_BLK_DEV_RAM is not set |
475 | # CONFIG_BLK_DEV_INITRD is not set | ||
476 | # CONFIG_CDROM_PKTCDVD is not set | 466 | # CONFIG_CDROM_PKTCDVD is not set |
477 | # CONFIG_ATA_OVER_ETH is not set | 467 | # CONFIG_ATA_OVER_ETH is not set |
478 | 468 | # CONFIG_BLK_DEV_HD is not set | |
479 | # | 469 | # CONFIG_MISC_DEVICES is not set |
480 | # ATA/ATAPI/MFM/RLL support | 470 | CONFIG_HAVE_IDE=y |
481 | # | ||
482 | # CONFIG_IDE is not set | 471 | # CONFIG_IDE is not set |
483 | 472 | ||
484 | # | 473 | # |
485 | # SCSI device support | 474 | # SCSI device support |
486 | # | 475 | # |
487 | # CONFIG_RAID_ATTRS is not set | 476 | # CONFIG_RAID_ATTRS is not set |
488 | # CONFIG_SCSI is not set | 477 | CONFIG_SCSI=y |
478 | CONFIG_SCSI_DMA=y | ||
479 | # CONFIG_SCSI_TGT is not set | ||
489 | # CONFIG_SCSI_NETLINK is not set | 480 | # CONFIG_SCSI_NETLINK is not set |
481 | CONFIG_SCSI_PROC_FS=y | ||
490 | 482 | ||
491 | # | 483 | # |
492 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | 484 | # SCSI support type (disk, tape, CD-ROM) |
493 | # | 485 | # |
494 | # CONFIG_ATA is not set | 486 | # CONFIG_BLK_DEV_SD is not set |
487 | # CONFIG_CHR_DEV_ST is not set | ||
488 | # CONFIG_CHR_DEV_OSST is not set | ||
489 | # CONFIG_BLK_DEV_SR is not set | ||
490 | # CONFIG_CHR_DEV_SG is not set | ||
491 | # CONFIG_CHR_DEV_SCH is not set | ||
495 | 492 | ||
496 | # | 493 | # |
497 | # Multi-device support (RAID and LVM) | 494 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
498 | # | 495 | # |
499 | # CONFIG_MD is not set | 496 | CONFIG_SCSI_MULTI_LUN=y |
497 | # CONFIG_SCSI_CONSTANTS is not set | ||
498 | # CONFIG_SCSI_LOGGING is not set | ||
499 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
500 | CONFIG_SCSI_WAIT_SCAN=m | ||
500 | 501 | ||
501 | # | 502 | # |
502 | # Fusion MPT device support | 503 | # SCSI Transports |
503 | # | ||
504 | # CONFIG_FUSION is not set | ||
505 | |||
506 | # | ||
507 | # IEEE 1394 (FireWire) support | ||
508 | # | ||
509 | |||
510 | # | ||
511 | # I2O device support | ||
512 | # | ||
513 | |||
514 | # | ||
515 | # Network device support | ||
516 | # | 504 | # |
505 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
506 | # CONFIG_SCSI_FC_ATTRS is not set | ||
507 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
508 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
509 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
510 | # CONFIG_SCSI_LOWLEVEL is not set | ||
511 | # CONFIG_SCSI_DH is not set | ||
512 | # CONFIG_ATA is not set | ||
513 | # CONFIG_MD is not set | ||
517 | CONFIG_NETDEVICES=y | 514 | CONFIG_NETDEVICES=y |
518 | # CONFIG_DUMMY is not set | 515 | # CONFIG_DUMMY is not set |
519 | # CONFIG_BONDING is not set | 516 | # CONFIG_BONDING is not set |
517 | # CONFIG_MACVLAN is not set | ||
520 | # CONFIG_EQUALIZER is not set | 518 | # CONFIG_EQUALIZER is not set |
521 | # CONFIG_TUN is not set | 519 | # CONFIG_TUN is not set |
522 | 520 | # CONFIG_VETH is not set | |
523 | # | ||
524 | # PHY device support | ||
525 | # | ||
526 | # CONFIG_PHYLIB is not set | 521 | # CONFIG_PHYLIB is not set |
527 | |||
528 | # | ||
529 | # Ethernet (10 or 100Mbit) | ||
530 | # | ||
531 | CONFIG_NET_ETHERNET=y | 522 | CONFIG_NET_ETHERNET=y |
532 | CONFIG_MII=y | 523 | CONFIG_MII=y |
524 | # CONFIG_AX88796 is not set | ||
533 | # CONFIG_STNIC is not set | 525 | # CONFIG_STNIC is not set |
534 | CONFIG_SMC91X=y | 526 | CONFIG_SMC91X=y |
527 | # CONFIG_SMC911X is not set | ||
528 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
529 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
530 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
531 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
532 | # CONFIG_B44 is not set | ||
533 | CONFIG_NETDEV_1000=y | ||
534 | CONFIG_NETDEV_10000=y | ||
535 | 535 | ||
536 | # | 536 | # |
537 | # Ethernet (1000 Mbit) | 537 | # Wireless LAN |
538 | # | ||
539 | |||
540 | # | ||
541 | # Ethernet (10000 Mbit) | ||
542 | # | ||
543 | |||
544 | # | ||
545 | # Token Ring devices | ||
546 | # | ||
547 | |||
548 | # | ||
549 | # Wireless LAN (non-hamradio) | ||
550 | # | ||
551 | # CONFIG_NET_RADIO is not set | ||
552 | |||
553 | # | ||
554 | # Wan interfaces | ||
555 | # | 538 | # |
539 | # CONFIG_WLAN_PRE80211 is not set | ||
540 | # CONFIG_WLAN_80211 is not set | ||
541 | # CONFIG_IWLWIFI_LEDS is not set | ||
556 | # CONFIG_WAN is not set | 542 | # CONFIG_WAN is not set |
557 | # CONFIG_PPP is not set | 543 | # CONFIG_PPP is not set |
558 | # CONFIG_SLIP is not set | 544 | # CONFIG_SLIP is not set |
559 | # CONFIG_SHAPER is not set | ||
560 | # CONFIG_NETCONSOLE is not set | 545 | # CONFIG_NETCONSOLE is not set |
561 | # CONFIG_NETPOLL is not set | 546 | # CONFIG_NETPOLL is not set |
562 | # CONFIG_NET_POLL_CONTROLLER is not set | 547 | # CONFIG_NET_POLL_CONTROLLER is not set |
563 | |||
564 | # | ||
565 | # ISDN subsystem | ||
566 | # | ||
567 | # CONFIG_ISDN is not set | 548 | # CONFIG_ISDN is not set |
568 | |||
569 | # | ||
570 | # Telephony Support | ||
571 | # | ||
572 | # CONFIG_PHONE is not set | 549 | # CONFIG_PHONE is not set |
573 | 550 | ||
574 | # | 551 | # |
@@ -576,13 +553,13 @@ CONFIG_SMC91X=y | |||
576 | # | 553 | # |
577 | CONFIG_INPUT=y | 554 | CONFIG_INPUT=y |
578 | # CONFIG_INPUT_FF_MEMLESS is not set | 555 | # CONFIG_INPUT_FF_MEMLESS is not set |
556 | # CONFIG_INPUT_POLLDEV is not set | ||
579 | 557 | ||
580 | # | 558 | # |
581 | # Userland interfaces | 559 | # Userland interfaces |
582 | # | 560 | # |
583 | # CONFIG_INPUT_MOUSEDEV is not set | 561 | # CONFIG_INPUT_MOUSEDEV is not set |
584 | # CONFIG_INPUT_JOYDEV is not set | 562 | # CONFIG_INPUT_JOYDEV is not set |
585 | # CONFIG_INPUT_TSDEV is not set | ||
586 | # CONFIG_INPUT_EVDEV is not set | 563 | # CONFIG_INPUT_EVDEV is not set |
587 | # CONFIG_INPUT_EVBUG is not set | 564 | # CONFIG_INPUT_EVBUG is not set |
588 | 565 | ||
@@ -592,6 +569,7 @@ CONFIG_INPUT=y | |||
592 | # CONFIG_INPUT_KEYBOARD is not set | 569 | # CONFIG_INPUT_KEYBOARD is not set |
593 | # CONFIG_INPUT_MOUSE is not set | 570 | # CONFIG_INPUT_MOUSE is not set |
594 | # CONFIG_INPUT_JOYSTICK is not set | 571 | # CONFIG_INPUT_JOYSTICK is not set |
572 | # CONFIG_INPUT_TABLET is not set | ||
595 | # CONFIG_INPUT_TOUCHSCREEN is not set | 573 | # CONFIG_INPUT_TOUCHSCREEN is not set |
596 | # CONFIG_INPUT_MISC is not set | 574 | # CONFIG_INPUT_MISC is not set |
597 | 575 | ||
@@ -605,9 +583,11 @@ CONFIG_INPUT=y | |||
605 | # Character devices | 583 | # Character devices |
606 | # | 584 | # |
607 | CONFIG_VT=y | 585 | CONFIG_VT=y |
586 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
608 | CONFIG_VT_CONSOLE=y | 587 | CONFIG_VT_CONSOLE=y |
609 | CONFIG_HW_CONSOLE=y | 588 | CONFIG_HW_CONSOLE=y |
610 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 589 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
590 | CONFIG_DEVKMEM=y | ||
611 | # CONFIG_SERIAL_NONSTANDARD is not set | 591 | # CONFIG_SERIAL_NONSTANDARD is not set |
612 | 592 | ||
613 | # | 593 | # |
@@ -626,156 +606,106 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
626 | # CONFIG_UNIX98_PTYS is not set | 606 | # CONFIG_UNIX98_PTYS is not set |
627 | CONFIG_LEGACY_PTYS=y | 607 | CONFIG_LEGACY_PTYS=y |
628 | CONFIG_LEGACY_PTY_COUNT=256 | 608 | CONFIG_LEGACY_PTY_COUNT=256 |
629 | |||
630 | # | ||
631 | # IPMI | ||
632 | # | ||
633 | # CONFIG_IPMI_HANDLER is not set | 609 | # CONFIG_IPMI_HANDLER is not set |
634 | |||
635 | # | ||
636 | # Watchdog Cards | ||
637 | # | ||
638 | # CONFIG_WATCHDOG is not set | ||
639 | CONFIG_HW_RANDOM=y | 610 | CONFIG_HW_RANDOM=y |
640 | # CONFIG_GEN_RTC is not set | ||
641 | # CONFIG_DTLK is not set | ||
642 | # CONFIG_R3964 is not set | 611 | # CONFIG_R3964 is not set |
643 | |||
644 | # | ||
645 | # Ftape, the floppy tape device driver | ||
646 | # | ||
647 | # CONFIG_RAW_DRIVER is not set | 612 | # CONFIG_RAW_DRIVER is not set |
648 | |||
649 | # | ||
650 | # TPM devices | ||
651 | # | ||
652 | # CONFIG_TCG_TPM is not set | 613 | # CONFIG_TCG_TPM is not set |
653 | # CONFIG_TELCLOCK is not set | 614 | # CONFIG_I2C is not set |
654 | |||
655 | # | ||
656 | # I2C support | ||
657 | # | ||
658 | CONFIG_I2C=y | ||
659 | CONFIG_I2C_CHARDEV=y | ||
660 | |||
661 | # | ||
662 | # I2C Algorithms | ||
663 | # | ||
664 | # CONFIG_I2C_ALGOBIT is not set | ||
665 | # CONFIG_I2C_ALGOPCF is not set | ||
666 | # CONFIG_I2C_ALGOPCA is not set | ||
667 | |||
668 | # | ||
669 | # I2C Hardware Bus support | ||
670 | # | ||
671 | # CONFIG_I2C_OCORES is not set | ||
672 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
673 | # CONFIG_I2C_STUB is not set | ||
674 | # CONFIG_I2C_PCA_ISA is not set | ||
675 | |||
676 | # | ||
677 | # Miscellaneous I2C Chip support | ||
678 | # | ||
679 | # CONFIG_SENSORS_DS1337 is not set | ||
680 | # CONFIG_SENSORS_DS1374 is not set | ||
681 | # CONFIG_SENSORS_EEPROM is not set | ||
682 | # CONFIG_SENSORS_PCF8574 is not set | ||
683 | # CONFIG_SENSORS_PCA9539 is not set | ||
684 | # CONFIG_SENSORS_PCF8591 is not set | ||
685 | # CONFIG_SENSORS_MAX6875 is not set | ||
686 | # CONFIG_I2C_DEBUG_CORE is not set | ||
687 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
688 | # CONFIG_I2C_DEBUG_BUS is not set | ||
689 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
690 | |||
691 | # | ||
692 | # SPI support | ||
693 | # | ||
694 | # CONFIG_SPI is not set | 615 | # CONFIG_SPI is not set |
695 | # CONFIG_SPI_MASTER is not set | 616 | # CONFIG_W1 is not set |
617 | # CONFIG_POWER_SUPPLY is not set | ||
618 | # CONFIG_HWMON is not set | ||
619 | # CONFIG_THERMAL is not set | ||
620 | # CONFIG_THERMAL_HWMON is not set | ||
621 | # CONFIG_WATCHDOG is not set | ||
696 | 622 | ||
697 | # | 623 | # |
698 | # Dallas's 1-wire bus | 624 | # Sonics Silicon Backplane |
699 | # | 625 | # |
626 | CONFIG_SSB_POSSIBLE=y | ||
627 | # CONFIG_SSB is not set | ||
700 | 628 | ||
701 | # | 629 | # |
702 | # Hardware Monitoring support | 630 | # Multifunction device drivers |
703 | # | 631 | # |
704 | # CONFIG_HWMON is not set | 632 | # CONFIG_MFD_CORE is not set |
705 | # CONFIG_HWMON_VID is not set | 633 | # CONFIG_MFD_SM501 is not set |
634 | # CONFIG_HTC_PASIC3 is not set | ||
706 | 635 | ||
707 | # | 636 | # |
708 | # Misc devices | 637 | # Multimedia devices |
709 | # | 638 | # |
710 | 639 | ||
711 | # | 640 | # |
712 | # Multimedia devices | 641 | # Multimedia core support |
713 | # | 642 | # |
714 | CONFIG_VIDEO_DEV=y | 643 | CONFIG_VIDEO_DEV=y |
715 | CONFIG_VIDEO_V4L1=y | 644 | CONFIG_VIDEO_V4L2_COMMON=y |
645 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
716 | CONFIG_VIDEO_V4L1_COMPAT=y | 646 | CONFIG_VIDEO_V4L1_COMPAT=y |
717 | CONFIG_VIDEO_V4L2=y | 647 | # CONFIG_DVB_CORE is not set |
648 | CONFIG_VIDEO_MEDIA=y | ||
718 | 649 | ||
719 | # | 650 | # |
720 | # Video Capture Adapters | 651 | # Multimedia drivers |
721 | # | ||
722 | |||
723 | # | ||
724 | # Video Capture Adapters | ||
725 | # | 652 | # |
653 | # CONFIG_MEDIA_ATTACH is not set | ||
654 | CONFIG_VIDEO_V4L2=y | ||
655 | CONFIG_VIDEO_V4L1=y | ||
656 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
726 | # CONFIG_VIDEO_ADV_DEBUG is not set | 657 | # CONFIG_VIDEO_ADV_DEBUG is not set |
727 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | 658 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y |
728 | # CONFIG_VIDEO_VIVI is not set | 659 | # CONFIG_VIDEO_VIVI is not set |
729 | # CONFIG_VIDEO_CPIA is not set | 660 | # CONFIG_VIDEO_CPIA is not set |
730 | # CONFIG_VIDEO_SAA5246A is not set | 661 | # CONFIG_SOC_CAMERA is not set |
731 | # CONFIG_VIDEO_SAA5249 is not set | 662 | # CONFIG_VIDEO_SH_MOBILE_CEU is not set |
732 | # CONFIG_TUNER_3036 is not set | 663 | CONFIG_RADIO_ADAPTERS=y |
733 | 664 | # CONFIG_DAB is not set | |
734 | # | ||
735 | # Radio Adapters | ||
736 | # | ||
737 | |||
738 | # | ||
739 | # Digital Video Broadcasting Devices | ||
740 | # | ||
741 | # CONFIG_DVB is not set | ||
742 | 665 | ||
743 | # | 666 | # |
744 | # Graphics support | 667 | # Graphics support |
745 | # | 668 | # |
746 | CONFIG_FIRMWARE_EDID=y | 669 | # CONFIG_VGASTATE is not set |
670 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
747 | CONFIG_FB=y | 671 | CONFIG_FB=y |
748 | # CONFIG_FB_CFB_FILLRECT is not set | 672 | CONFIG_FIRMWARE_EDID=y |
749 | # CONFIG_FB_CFB_COPYAREA is not set | 673 | # CONFIG_FB_DDC is not set |
750 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 674 | CONFIG_FB_CFB_FILLRECT=m |
675 | CONFIG_FB_CFB_COPYAREA=m | ||
676 | CONFIG_FB_CFB_IMAGEBLIT=m | ||
677 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
678 | # CONFIG_FB_SYS_FILLRECT is not set | ||
679 | # CONFIG_FB_SYS_COPYAREA is not set | ||
680 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
681 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
682 | # CONFIG_FB_SYS_FOPS is not set | ||
683 | # CONFIG_FB_SVGALIB is not set | ||
751 | # CONFIG_FB_MACMODES is not set | 684 | # CONFIG_FB_MACMODES is not set |
752 | # CONFIG_FB_BACKLIGHT is not set | 685 | # CONFIG_FB_BACKLIGHT is not set |
753 | # CONFIG_FB_MODE_HELPERS is not set | 686 | # CONFIG_FB_MODE_HELPERS is not set |
754 | # CONFIG_FB_TILEBLITTING is not set | 687 | # CONFIG_FB_TILEBLITTING is not set |
755 | # CONFIG_FB_EPSON1355 is not set | ||
756 | # CONFIG_FB_S1D13XXX is not set | ||
757 | # CONFIG_FB_VIRTUAL is not set | ||
758 | 688 | ||
759 | # | 689 | # |
760 | # Console display driver support | 690 | # Frame buffer hardware drivers |
761 | # | 691 | # |
762 | CONFIG_DUMMY_CONSOLE=y | 692 | # CONFIG_FB_S1D13XXX is not set |
763 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 693 | CONFIG_FB_SH_MOBILE_LCDC=m |
764 | 694 | # CONFIG_FB_VIRTUAL is not set | |
765 | # | ||
766 | # Logo configuration | ||
767 | # | ||
768 | # CONFIG_LOGO is not set | ||
769 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 695 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
770 | 696 | ||
771 | # | 697 | # |
772 | # Sound | 698 | # Display device support |
773 | # | 699 | # |
774 | CONFIG_SOUND=y | 700 | # CONFIG_DISPLAY_SUPPORT is not set |
775 | 701 | ||
776 | # | 702 | # |
777 | # Advanced Linux Sound Architecture | 703 | # Console display driver support |
778 | # | 704 | # |
705 | CONFIG_DUMMY_CONSOLE=y | ||
706 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
707 | # CONFIG_LOGO is not set | ||
708 | CONFIG_SOUND=y | ||
779 | CONFIG_SND=y | 709 | CONFIG_SND=y |
780 | CONFIG_SND_TIMER=y | 710 | CONFIG_SND_TIMER=y |
781 | CONFIG_SND_PCM=y | 711 | CONFIG_SND_PCM=y |
@@ -791,96 +721,49 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
791 | CONFIG_SND_VERBOSE_PROCFS=y | 721 | CONFIG_SND_VERBOSE_PROCFS=y |
792 | # CONFIG_SND_VERBOSE_PRINTK is not set | 722 | # CONFIG_SND_VERBOSE_PRINTK is not set |
793 | # CONFIG_SND_DEBUG is not set | 723 | # CONFIG_SND_DEBUG is not set |
794 | 724 | CONFIG_SND_DRIVERS=y | |
795 | # | ||
796 | # Generic devices | ||
797 | # | ||
798 | # CONFIG_SND_DUMMY is not set | 725 | # CONFIG_SND_DUMMY is not set |
799 | # CONFIG_SND_VIRMIDI is not set | 726 | # CONFIG_SND_VIRMIDI is not set |
800 | # CONFIG_SND_MTPAV is not set | 727 | # CONFIG_SND_MTPAV is not set |
801 | # CONFIG_SND_SERIAL_U16550 is not set | 728 | # CONFIG_SND_SERIAL_U16550 is not set |
802 | # CONFIG_SND_MPU401 is not set | 729 | # CONFIG_SND_MPU401 is not set |
803 | 730 | CONFIG_SND_SUPERH=y | |
804 | # | 731 | # CONFIG_SND_SOC is not set |
805 | # Open Sound System | ||
806 | # | ||
807 | # CONFIG_SOUND_PRIME is not set | 732 | # CONFIG_SOUND_PRIME is not set |
808 | 733 | CONFIG_HID_SUPPORT=y | |
809 | # | 734 | CONFIG_HID=y |
810 | # USB support | 735 | # CONFIG_HID_DEBUG is not set |
811 | # | 736 | # CONFIG_HIDRAW is not set |
812 | # CONFIG_USB_ARCH_HAS_HCD is not set | 737 | # CONFIG_USB_SUPPORT is not set |
813 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
814 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
815 | |||
816 | # | ||
817 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
818 | # | ||
819 | |||
820 | # | ||
821 | # USB Gadget Support | ||
822 | # | ||
823 | # CONFIG_USB_GADGET is not set | ||
824 | |||
825 | # | ||
826 | # MMC/SD Card support | ||
827 | # | ||
828 | # CONFIG_MMC is not set | 738 | # CONFIG_MMC is not set |
829 | 739 | # CONFIG_MEMSTICK is not set | |
830 | # | ||
831 | # LED devices | ||
832 | # | ||
833 | # CONFIG_NEW_LEDS is not set | 740 | # CONFIG_NEW_LEDS is not set |
834 | 741 | # CONFIG_ACCESSIBILITY is not set | |
835 | # | ||
836 | # LED drivers | ||
837 | # | ||
838 | |||
839 | # | ||
840 | # LED Triggers | ||
841 | # | ||
842 | |||
843 | # | ||
844 | # InfiniBand support | ||
845 | # | ||
846 | |||
847 | # | ||
848 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
849 | # | ||
850 | |||
851 | # | ||
852 | # Real Time Clock | ||
853 | # | ||
854 | # CONFIG_RTC_CLASS is not set | 742 | # CONFIG_RTC_CLASS is not set |
855 | 743 | # CONFIG_DMADEVICES is not set | |
856 | # | 744 | # CONFIG_UIO is not set |
857 | # DMA Engine support | ||
858 | # | ||
859 | # CONFIG_DMA_ENGINE is not set | ||
860 | |||
861 | # | ||
862 | # DMA Clients | ||
863 | # | ||
864 | |||
865 | # | ||
866 | # DMA Devices | ||
867 | # | ||
868 | 745 | ||
869 | # | 746 | # |
870 | # File systems | 747 | # File systems |
871 | # | 748 | # |
872 | # CONFIG_EXT2_FS is not set | 749 | CONFIG_EXT2_FS=y |
873 | # CONFIG_EXT3_FS is not set | 750 | # CONFIG_EXT2_FS_XATTR is not set |
751 | # CONFIG_EXT2_FS_XIP is not set | ||
752 | CONFIG_EXT3_FS=y | ||
753 | CONFIG_EXT3_FS_XATTR=y | ||
754 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
755 | # CONFIG_EXT3_FS_SECURITY is not set | ||
756 | # CONFIG_EXT4DEV_FS is not set | ||
757 | CONFIG_JBD=y | ||
758 | CONFIG_FS_MBCACHE=y | ||
874 | # CONFIG_REISERFS_FS is not set | 759 | # CONFIG_REISERFS_FS is not set |
875 | # CONFIG_JFS_FS is not set | 760 | # CONFIG_JFS_FS is not set |
876 | # CONFIG_FS_POSIX_ACL is not set | 761 | # CONFIG_FS_POSIX_ACL is not set |
877 | # CONFIG_XFS_FS is not set | 762 | # CONFIG_XFS_FS is not set |
878 | # CONFIG_OCFS2_FS is not set | 763 | # CONFIG_OCFS2_FS is not set |
879 | # CONFIG_MINIX_FS is not set | 764 | # CONFIG_DNOTIFY is not set |
880 | # CONFIG_ROMFS_FS is not set | ||
881 | # CONFIG_INOTIFY is not set | 765 | # CONFIG_INOTIFY is not set |
882 | # CONFIG_QUOTA is not set | 766 | # CONFIG_QUOTA is not set |
883 | # CONFIG_DNOTIFY is not set | ||
884 | # CONFIG_AUTOFS_FS is not set | 767 | # CONFIG_AUTOFS_FS is not set |
885 | # CONFIG_AUTOFS4_FS is not set | 768 | # CONFIG_AUTOFS4_FS is not set |
886 | # CONFIG_FUSE_FS is not set | 769 | # CONFIG_FUSE_FS is not set |
@@ -909,7 +792,6 @@ CONFIG_TMPFS=y | |||
909 | # CONFIG_TMPFS_POSIX_ACL is not set | 792 | # CONFIG_TMPFS_POSIX_ACL is not set |
910 | # CONFIG_HUGETLBFS is not set | 793 | # CONFIG_HUGETLBFS is not set |
911 | # CONFIG_HUGETLB_PAGE is not set | 794 | # CONFIG_HUGETLB_PAGE is not set |
912 | CONFIG_RAMFS=y | ||
913 | # CONFIG_CONFIGFS_FS is not set | 795 | # CONFIG_CONFIGFS_FS is not set |
914 | 796 | ||
915 | # | 797 | # |
@@ -922,35 +804,34 @@ CONFIG_RAMFS=y | |||
922 | # CONFIG_BEFS_FS is not set | 804 | # CONFIG_BEFS_FS is not set |
923 | # CONFIG_BFS_FS is not set | 805 | # CONFIG_BFS_FS is not set |
924 | # CONFIG_EFS_FS is not set | 806 | # CONFIG_EFS_FS is not set |
925 | # CONFIG_JFFS_FS is not set | ||
926 | CONFIG_JFFS2_FS=y | 807 | CONFIG_JFFS2_FS=y |
927 | CONFIG_JFFS2_FS_DEBUG=0 | 808 | CONFIG_JFFS2_FS_DEBUG=0 |
928 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 809 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
810 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
929 | # CONFIG_JFFS2_SUMMARY is not set | 811 | # CONFIG_JFFS2_SUMMARY is not set |
930 | # CONFIG_JFFS2_FS_XATTR is not set | 812 | # CONFIG_JFFS2_FS_XATTR is not set |
931 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 813 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
932 | CONFIG_JFFS2_ZLIB=y | 814 | CONFIG_JFFS2_ZLIB=y |
815 | # CONFIG_JFFS2_LZO is not set | ||
933 | CONFIG_JFFS2_RTIME=y | 816 | CONFIG_JFFS2_RTIME=y |
934 | # CONFIG_JFFS2_RUBIN is not set | 817 | # CONFIG_JFFS2_RUBIN is not set |
935 | # CONFIG_CRAMFS is not set | 818 | CONFIG_CRAMFS=y |
936 | # CONFIG_VXFS_FS is not set | 819 | # CONFIG_VXFS_FS is not set |
820 | # CONFIG_MINIX_FS is not set | ||
821 | # CONFIG_OMFS_FS is not set | ||
937 | # CONFIG_HPFS_FS is not set | 822 | # CONFIG_HPFS_FS is not set |
938 | # CONFIG_QNX4FS_FS is not set | 823 | # CONFIG_QNX4FS_FS is not set |
824 | # CONFIG_ROMFS_FS is not set | ||
939 | # CONFIG_SYSV_FS is not set | 825 | # CONFIG_SYSV_FS is not set |
940 | # CONFIG_UFS_FS is not set | 826 | # CONFIG_UFS_FS is not set |
941 | 827 | CONFIG_NETWORK_FILESYSTEMS=y | |
942 | # | ||
943 | # Network File Systems | ||
944 | # | ||
945 | CONFIG_NFS_FS=y | 828 | CONFIG_NFS_FS=y |
946 | CONFIG_NFS_V3=y | 829 | CONFIG_NFS_V3=y |
947 | # CONFIG_NFS_V3_ACL is not set | 830 | # CONFIG_NFS_V3_ACL is not set |
948 | # CONFIG_NFS_V4 is not set | 831 | # CONFIG_NFS_V4 is not set |
949 | # CONFIG_NFS_DIRECTIO is not set | ||
950 | CONFIG_NFSD=y | 832 | CONFIG_NFSD=y |
951 | # CONFIG_NFSD_V3 is not set | 833 | # CONFIG_NFSD_V3 is not set |
952 | # CONFIG_NFSD_TCP is not set | 834 | # CONFIG_NFSD_V4 is not set |
953 | CONFIG_ROOT_NFS=y | ||
954 | CONFIG_LOCKD=y | 835 | CONFIG_LOCKD=y |
955 | CONFIG_LOCKD_V4=y | 836 | CONFIG_LOCKD_V4=y |
956 | CONFIG_EXPORTFS=y | 837 | CONFIG_EXPORTFS=y |
@@ -963,56 +844,136 @@ CONFIG_SUNRPC=y | |||
963 | # CONFIG_NCP_FS is not set | 844 | # CONFIG_NCP_FS is not set |
964 | # CONFIG_CODA_FS is not set | 845 | # CONFIG_CODA_FS is not set |
965 | # CONFIG_AFS_FS is not set | 846 | # CONFIG_AFS_FS is not set |
966 | # CONFIG_9P_FS is not set | ||
967 | 847 | ||
968 | # | 848 | # |
969 | # Partition Types | 849 | # Partition Types |
970 | # | 850 | # |
971 | # CONFIG_PARTITION_ADVANCED is not set | 851 | # CONFIG_PARTITION_ADVANCED is not set |
972 | CONFIG_MSDOS_PARTITION=y | 852 | CONFIG_MSDOS_PARTITION=y |
973 | |||
974 | # | ||
975 | # Native Language Support | ||
976 | # | ||
977 | # CONFIG_NLS is not set | 853 | # CONFIG_NLS is not set |
978 | 854 | # CONFIG_DLM is not set | |
979 | # | ||
980 | # Profiling support | ||
981 | # | ||
982 | # CONFIG_PROFILING is not set | ||
983 | 855 | ||
984 | # | 856 | # |
985 | # Kernel hacking | 857 | # Kernel hacking |
986 | # | 858 | # |
859 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
987 | # CONFIG_PRINTK_TIME is not set | 860 | # CONFIG_PRINTK_TIME is not set |
861 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
988 | CONFIG_ENABLE_MUST_CHECK=y | 862 | CONFIG_ENABLE_MUST_CHECK=y |
863 | CONFIG_FRAME_WARN=1024 | ||
989 | # CONFIG_MAGIC_SYSRQ is not set | 864 | # CONFIG_MAGIC_SYSRQ is not set |
990 | # CONFIG_UNUSED_SYMBOLS is not set | 865 | # CONFIG_UNUSED_SYMBOLS is not set |
866 | # CONFIG_DEBUG_FS is not set | ||
867 | # CONFIG_HEADERS_CHECK is not set | ||
991 | # CONFIG_DEBUG_KERNEL is not set | 868 | # CONFIG_DEBUG_KERNEL is not set |
992 | CONFIG_LOG_BUF_SHIFT=14 | ||
993 | # CONFIG_DEBUG_BUGVERBOSE is not set | 869 | # CONFIG_DEBUG_BUGVERBOSE is not set |
994 | # CONFIG_DEBUG_FS is not set | 870 | # CONFIG_DEBUG_MEMORY_INIT is not set |
871 | # CONFIG_SAMPLES is not set | ||
995 | # CONFIG_SH_STANDARD_BIOS is not set | 872 | # CONFIG_SH_STANDARD_BIOS is not set |
996 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 873 | CONFIG_EARLY_SCIF_CONSOLE=y |
997 | # CONFIG_KGDB is not set | 874 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe00000 |
875 | CONFIG_EARLY_PRINTK=y | ||
876 | # CONFIG_SH_KGDB is not set | ||
998 | 877 | ||
999 | # | 878 | # |
1000 | # Security options | 879 | # Security options |
1001 | # | 880 | # |
1002 | # CONFIG_KEYS is not set | 881 | # CONFIG_KEYS is not set |
1003 | # CONFIG_SECURITY is not set | 882 | # CONFIG_SECURITY is not set |
883 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
884 | CONFIG_CRYPTO=y | ||
885 | |||
886 | # | ||
887 | # Crypto core or helper | ||
888 | # | ||
889 | # CONFIG_CRYPTO_MANAGER is not set | ||
890 | # CONFIG_CRYPTO_GF128MUL is not set | ||
891 | # CONFIG_CRYPTO_NULL is not set | ||
892 | # CONFIG_CRYPTO_CRYPTD is not set | ||
893 | # CONFIG_CRYPTO_AUTHENC is not set | ||
894 | # CONFIG_CRYPTO_TEST is not set | ||
895 | |||
896 | # | ||
897 | # Authenticated Encryption with Associated Data | ||
898 | # | ||
899 | # CONFIG_CRYPTO_CCM is not set | ||
900 | # CONFIG_CRYPTO_GCM is not set | ||
901 | # CONFIG_CRYPTO_SEQIV is not set | ||
902 | |||
903 | # | ||
904 | # Block modes | ||
905 | # | ||
906 | # CONFIG_CRYPTO_CBC is not set | ||
907 | # CONFIG_CRYPTO_CTR is not set | ||
908 | # CONFIG_CRYPTO_CTS is not set | ||
909 | # CONFIG_CRYPTO_ECB is not set | ||
910 | # CONFIG_CRYPTO_LRW is not set | ||
911 | # CONFIG_CRYPTO_PCBC is not set | ||
912 | # CONFIG_CRYPTO_XTS is not set | ||
913 | |||
914 | # | ||
915 | # Hash modes | ||
916 | # | ||
917 | # CONFIG_CRYPTO_HMAC is not set | ||
918 | # CONFIG_CRYPTO_XCBC is not set | ||
919 | |||
920 | # | ||
921 | # Digest | ||
922 | # | ||
923 | # CONFIG_CRYPTO_CRC32C is not set | ||
924 | # CONFIG_CRYPTO_MD4 is not set | ||
925 | # CONFIG_CRYPTO_MD5 is not set | ||
926 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
927 | # CONFIG_CRYPTO_RMD128 is not set | ||
928 | # CONFIG_CRYPTO_RMD160 is not set | ||
929 | # CONFIG_CRYPTO_RMD256 is not set | ||
930 | # CONFIG_CRYPTO_RMD320 is not set | ||
931 | # CONFIG_CRYPTO_SHA1 is not set | ||
932 | # CONFIG_CRYPTO_SHA256 is not set | ||
933 | # CONFIG_CRYPTO_SHA512 is not set | ||
934 | # CONFIG_CRYPTO_TGR192 is not set | ||
935 | # CONFIG_CRYPTO_WP512 is not set | ||
936 | |||
937 | # | ||
938 | # Ciphers | ||
939 | # | ||
940 | # CONFIG_CRYPTO_AES is not set | ||
941 | # CONFIG_CRYPTO_ANUBIS is not set | ||
942 | # CONFIG_CRYPTO_ARC4 is not set | ||
943 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
944 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
945 | # CONFIG_CRYPTO_CAST5 is not set | ||
946 | # CONFIG_CRYPTO_CAST6 is not set | ||
947 | # CONFIG_CRYPTO_DES is not set | ||
948 | # CONFIG_CRYPTO_FCRYPT is not set | ||
949 | # CONFIG_CRYPTO_KHAZAD is not set | ||
950 | # CONFIG_CRYPTO_SALSA20 is not set | ||
951 | # CONFIG_CRYPTO_SEED is not set | ||
952 | # CONFIG_CRYPTO_SERPENT is not set | ||
953 | # CONFIG_CRYPTO_TEA is not set | ||
954 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1004 | 955 | ||
1005 | # | 956 | # |
1006 | # Cryptographic options | 957 | # Compression |
1007 | # | 958 | # |
1008 | # CONFIG_CRYPTO is not set | 959 | # CONFIG_CRYPTO_DEFLATE is not set |
960 | # CONFIG_CRYPTO_LZO is not set | ||
961 | CONFIG_CRYPTO_HW=y | ||
1009 | 962 | ||
1010 | # | 963 | # |
1011 | # Library routines | 964 | # Library routines |
1012 | # | 965 | # |
966 | CONFIG_BITREVERSE=y | ||
967 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1013 | # CONFIG_CRC_CCITT is not set | 968 | # CONFIG_CRC_CCITT is not set |
1014 | # CONFIG_CRC16 is not set | 969 | # CONFIG_CRC16 is not set |
970 | # CONFIG_CRC_T10DIF is not set | ||
971 | # CONFIG_CRC_ITU_T is not set | ||
1015 | CONFIG_CRC32=y | 972 | CONFIG_CRC32=y |
973 | # CONFIG_CRC7 is not set | ||
1016 | # CONFIG_LIBCRC32C is not set | 974 | # CONFIG_LIBCRC32C is not set |
1017 | CONFIG_ZLIB_INFLATE=y | 975 | CONFIG_ZLIB_INFLATE=y |
1018 | CONFIG_ZLIB_DEFLATE=y | 976 | CONFIG_ZLIB_DEFLATE=y |
977 | CONFIG_HAS_IOMEM=y | ||
978 | CONFIG_HAS_IOPORT=y | ||
979 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/se7619_defconfig b/arch/sh/configs/se7619_defconfig index 3a3c3c1f507d..80c1c72edb56 100644 --- a/arch/sh/configs/se7619_defconfig +++ b/arch/sh/configs/se7619_defconfig | |||
@@ -1,9 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.22-rc4 | 3 | # Linux kernel version: 2.6.26 |
4 | # Fri Jun 15 19:43:06 2007 | 4 | # Wed Jul 30 02:12:32 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | 10 | CONFIG_GENERIC_BUG=y |
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -17,27 +19,26 @@ CONFIG_STACKTRACE_SUPPORT=y | |||
17 | CONFIG_LOCKDEP_SUPPORT=y | 19 | CONFIG_LOCKDEP_SUPPORT=y |
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
23 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
21 | 25 | ||
22 | # | 26 | # |
23 | # Code maturity level options | 27 | # General setup |
24 | # | 28 | # |
25 | CONFIG_EXPERIMENTAL=y | 29 | CONFIG_EXPERIMENTAL=y |
26 | CONFIG_BROKEN_ON_SMP=y | 30 | CONFIG_BROKEN_ON_SMP=y |
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 31 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | 32 | CONFIG_LOCALVERSION="" |
33 | # CONFIG_LOCALVERSION_AUTO is not set | 33 | # CONFIG_LOCALVERSION_AUTO is not set |
34 | # CONFIG_SYSVIPC is not set | 34 | # CONFIG_SYSVIPC is not set |
35 | # CONFIG_BSD_PROCESS_ACCT is not set | 35 | # CONFIG_BSD_PROCESS_ACCT is not set |
36 | # CONFIG_UTS_NS is not set | ||
37 | # CONFIG_IKCONFIG is not set | 36 | # CONFIG_IKCONFIG is not set |
38 | CONFIG_LOG_BUF_SHIFT=14 | 37 | CONFIG_LOG_BUF_SHIFT=14 |
39 | CONFIG_SYSFS_DEPRECATED=y | 38 | # CONFIG_CGROUPS is not set |
39 | # CONFIG_GROUP_SCHED is not set | ||
40 | # CONFIG_RELAY is not set | 40 | # CONFIG_RELAY is not set |
41 | # CONFIG_NAMESPACES is not set | ||
41 | # CONFIG_BLK_DEV_INITRD is not set | 42 | # CONFIG_BLK_DEV_INITRD is not set |
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 43 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
43 | CONFIG_SYSCTL=y | 44 | CONFIG_SYSCTL=y |
@@ -49,6 +50,7 @@ CONFIG_EMBEDDED=y | |||
49 | CONFIG_PRINTK=y | 50 | CONFIG_PRINTK=y |
50 | CONFIG_BUG=y | 51 | CONFIG_BUG=y |
51 | # CONFIG_ELF_CORE is not set | 52 | # CONFIG_ELF_CORE is not set |
53 | CONFIG_COMPAT_BRK=y | ||
52 | # CONFIG_BASE_FULL is not set | 54 | # CONFIG_BASE_FULL is not set |
53 | # CONFIG_FUTEX is not set | 55 | # CONFIG_FUTEX is not set |
54 | CONFIG_ANON_INODES=y | 56 | CONFIG_ANON_INODES=y |
@@ -60,20 +62,26 @@ CONFIG_EVENTFD=y | |||
60 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
61 | # CONFIG_SLUB is not set | 63 | # CONFIG_SLUB is not set |
62 | # CONFIG_SLOB is not set | 64 | # CONFIG_SLOB is not set |
65 | # CONFIG_PROFILING is not set | ||
66 | # CONFIG_MARKERS is not set | ||
67 | CONFIG_HAVE_OPROFILE=y | ||
68 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
69 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
70 | # CONFIG_HAVE_KPROBES is not set | ||
71 | # CONFIG_HAVE_KRETPROBES is not set | ||
72 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
73 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
74 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
75 | CONFIG_HAVE_CLK=y | ||
76 | CONFIG_SLABINFO=y | ||
63 | CONFIG_TINY_SHMEM=y | 77 | CONFIG_TINY_SHMEM=y |
64 | CONFIG_BASE_SMALL=1 | 78 | CONFIG_BASE_SMALL=1 |
65 | |||
66 | # | ||
67 | # Loadable module support | ||
68 | # | ||
69 | # CONFIG_MODULES is not set | 79 | # CONFIG_MODULES is not set |
70 | |||
71 | # | ||
72 | # Block layer | ||
73 | # | ||
74 | CONFIG_BLOCK=y | 80 | CONFIG_BLOCK=y |
75 | # CONFIG_LBD is not set | 81 | # CONFIG_LBD is not set |
76 | # CONFIG_LSF is not set | 82 | # CONFIG_LSF is not set |
83 | # CONFIG_BLK_DEV_BSG is not set | ||
84 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
77 | 85 | ||
78 | # | 86 | # |
79 | # IO Schedulers | 87 | # IO Schedulers |
@@ -87,14 +95,17 @@ CONFIG_IOSCHED_NOOP=y | |||
87 | # CONFIG_DEFAULT_CFQ is not set | 95 | # CONFIG_DEFAULT_CFQ is not set |
88 | CONFIG_DEFAULT_NOOP=y | 96 | CONFIG_DEFAULT_NOOP=y |
89 | CONFIG_DEFAULT_IOSCHED="noop" | 97 | CONFIG_DEFAULT_IOSCHED="noop" |
98 | CONFIG_CLASSIC_RCU=y | ||
90 | 99 | ||
91 | # | 100 | # |
92 | # System type | 101 | # System type |
93 | # | 102 | # |
94 | CONFIG_CPU_SH2=y | 103 | CONFIG_CPU_SH2=y |
95 | CONFIG_CPU_SUBTYPE_SH7619=y | 104 | CONFIG_CPU_SUBTYPE_SH7619=y |
105 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
96 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 106 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
97 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | 107 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
108 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
98 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
99 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
100 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -102,6 +113,8 @@ CONFIG_CPU_SUBTYPE_SH7619=y | |||
102 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 113 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
103 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
104 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
116 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
117 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
105 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
106 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 119 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
107 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 120 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -110,14 +123,17 @@ CONFIG_CPU_SUBTYPE_SH7619=y | |||
110 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
111 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 124 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
112 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
113 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
114 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
116 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | 131 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
120 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 133 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
134 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
121 | 137 | ||
122 | # | 138 | # |
123 | # Memory management options | 139 | # Memory management options |
@@ -126,6 +142,7 @@ CONFIG_QUICKLIST=y | |||
126 | CONFIG_PAGE_OFFSET=0x00000000 | 142 | CONFIG_PAGE_OFFSET=0x00000000 |
127 | CONFIG_MEMORY_START=0x0c000000 | 143 | CONFIG_MEMORY_START=0x0c000000 |
128 | CONFIG_MEMORY_SIZE=0x04000000 | 144 | CONFIG_MEMORY_SIZE=0x04000000 |
145 | CONFIG_29BIT=y | ||
129 | CONFIG_ARCH_FLATMEM_ENABLE=y | 146 | CONFIG_ARCH_FLATMEM_ENABLE=y |
130 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 147 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
131 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | 148 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y |
@@ -134,7 +151,9 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y | |||
134 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 151 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
135 | CONFIG_PAGE_SIZE_4KB=y | 152 | CONFIG_PAGE_SIZE_4KB=y |
136 | # CONFIG_PAGE_SIZE_8KB is not set | 153 | # CONFIG_PAGE_SIZE_8KB is not set |
154 | # CONFIG_PAGE_SIZE_16KB is not set | ||
137 | # CONFIG_PAGE_SIZE_64KB is not set | 155 | # CONFIG_PAGE_SIZE_64KB is not set |
156 | CONFIG_ENTRY_OFFSET=0x00001000 | ||
138 | CONFIG_SELECT_MEMORY_MODEL=y | 157 | CONFIG_SELECT_MEMORY_MODEL=y |
139 | CONFIG_FLATMEM_MANUAL=y | 158 | CONFIG_FLATMEM_MANUAL=y |
140 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 159 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -142,6 +161,8 @@ CONFIG_FLATMEM_MANUAL=y | |||
142 | CONFIG_FLATMEM=y | 161 | CONFIG_FLATMEM=y |
143 | CONFIG_FLAT_NODE_MEM_MAP=y | 162 | CONFIG_FLAT_NODE_MEM_MAP=y |
144 | CONFIG_SPARSEMEM_STATIC=y | 163 | CONFIG_SPARSEMEM_STATIC=y |
164 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
165 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
145 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 166 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
146 | # CONFIG_RESOURCES_64BIT is not set | 167 | # CONFIG_RESOURCES_64BIT is not set |
147 | CONFIG_ZONE_DMA_FLAG=0 | 168 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -151,7 +172,9 @@ CONFIG_NR_QUICK=2 | |||
151 | # Cache configuration | 172 | # Cache configuration |
152 | # | 173 | # |
153 | # CONFIG_SH_DIRECT_MAPPED is not set | 174 | # CONFIG_SH_DIRECT_MAPPED is not set |
154 | CONFIG_SH_WRITETHROUGH=y | 175 | # CONFIG_CACHE_WRITEBACK is not set |
176 | CONFIG_CACHE_WRITETHROUGH=y | ||
177 | # CONFIG_CACHE_OFF is not set | ||
155 | 178 | ||
156 | # | 179 | # |
157 | # Processor features | 180 | # Processor features |
@@ -159,8 +182,6 @@ CONFIG_SH_WRITETHROUGH=y | |||
159 | # CONFIG_CPU_LITTLE_ENDIAN is not set | 182 | # CONFIG_CPU_LITTLE_ENDIAN is not set |
160 | CONFIG_CPU_BIG_ENDIAN=y | 183 | CONFIG_CPU_BIG_ENDIAN=y |
161 | # CONFIG_SH_FPU_EMU is not set | 184 | # CONFIG_SH_FPU_EMU is not set |
162 | # CONFIG_SH_DSP is not set | ||
163 | CONFIG_CPU_HAS_IPR_IRQ=y | ||
164 | 185 | ||
165 | # | 186 | # |
166 | # Board support | 187 | # Board support |
@@ -185,7 +206,6 @@ CONFIG_SH_CLK_MD=5 | |||
185 | # | 206 | # |
186 | # DMA support | 207 | # DMA support |
187 | # | 208 | # |
188 | # CONFIG_SH_DMA is not set | ||
189 | 209 | ||
190 | # | 210 | # |
191 | # Companion Chips | 211 | # Companion Chips |
@@ -205,11 +225,13 @@ CONFIG_HZ_100=y | |||
205 | # CONFIG_HZ_300 is not set | 225 | # CONFIG_HZ_300 is not set |
206 | # CONFIG_HZ_1000 is not set | 226 | # CONFIG_HZ_1000 is not set |
207 | CONFIG_HZ=100 | 227 | CONFIG_HZ=100 |
228 | # CONFIG_SCHED_HRTICK is not set | ||
208 | # CONFIG_KEXEC is not set | 229 | # CONFIG_KEXEC is not set |
209 | # CONFIG_CRASH_DUMP is not set | 230 | # CONFIG_CRASH_DUMP is not set |
210 | CONFIG_PREEMPT_NONE=y | 231 | CONFIG_PREEMPT_NONE=y |
211 | # CONFIG_PREEMPT_VOLUNTARY is not set | 232 | # CONFIG_PREEMPT_VOLUNTARY is not set |
212 | # CONFIG_PREEMPT is not set | 233 | # CONFIG_PREEMPT is not set |
234 | CONFIG_GUSA=y | ||
213 | 235 | ||
214 | # | 236 | # |
215 | # Boot options | 237 | # Boot options |
@@ -221,15 +243,13 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000 | |||
221 | # | 243 | # |
222 | # Bus options | 244 | # Bus options |
223 | # | 245 | # |
246 | # CONFIG_CF_ENABLER is not set | ||
224 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 247 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
225 | 248 | ||
226 | # | 249 | # |
227 | # PCCARD (PCMCIA/CardBus) support | ||
228 | # | ||
229 | |||
230 | # | ||
231 | # Executable file formats | 250 | # Executable file formats |
232 | # | 251 | # |
252 | CONFIG_BINFMT_ELF_FDPIC=y | ||
233 | CONFIG_BINFMT_FLAT=y | 253 | CONFIG_BINFMT_FLAT=y |
234 | CONFIG_BINFMT_ZFLAT=y | 254 | CONFIG_BINFMT_ZFLAT=y |
235 | # CONFIG_BINFMT_SHARED_FLAT is not set | 255 | # CONFIG_BINFMT_SHARED_FLAT is not set |
@@ -250,10 +270,6 @@ CONFIG_BINFMT_ZFLAT=y | |||
250 | # CONFIG_STANDALONE is not set | 270 | # CONFIG_STANDALONE is not set |
251 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 271 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
252 | # CONFIG_SYS_HYPERVISOR is not set | 272 | # CONFIG_SYS_HYPERVISOR is not set |
253 | |||
254 | # | ||
255 | # Connector - unified userspace <-> kernelspace linker | ||
256 | # | ||
257 | CONFIG_MTD=y | 273 | CONFIG_MTD=y |
258 | # CONFIG_MTD_DEBUG is not set | 274 | # CONFIG_MTD_DEBUG is not set |
259 | CONFIG_MTD_CONCAT=y | 275 | CONFIG_MTD_CONCAT=y |
@@ -263,6 +279,7 @@ CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | |||
263 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | 279 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set |
264 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | 280 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set |
265 | # CONFIG_MTD_CMDLINE_PARTS is not set | 281 | # CONFIG_MTD_CMDLINE_PARTS is not set |
282 | # CONFIG_MTD_AR7_PARTS is not set | ||
266 | 283 | ||
267 | # | 284 | # |
268 | # User Modules And Translation Layers | 285 | # User Modules And Translation Layers |
@@ -275,6 +292,7 @@ CONFIG_MTD_BLOCK=y | |||
275 | # CONFIG_INFTL is not set | 292 | # CONFIG_INFTL is not set |
276 | # CONFIG_RFD_FTL is not set | 293 | # CONFIG_RFD_FTL is not set |
277 | # CONFIG_SSFDC is not set | 294 | # CONFIG_SSFDC is not set |
295 | # CONFIG_MTD_OOPS is not set | ||
278 | 296 | ||
279 | # | 297 | # |
280 | # RAM/ROM/Flash chip drivers | 298 | # RAM/ROM/Flash chip drivers |
@@ -334,29 +352,17 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
334 | # UBI - Unsorted block images | 352 | # UBI - Unsorted block images |
335 | # | 353 | # |
336 | # CONFIG_MTD_UBI is not set | 354 | # CONFIG_MTD_UBI is not set |
337 | |||
338 | # | ||
339 | # Parallel port support | ||
340 | # | ||
341 | # CONFIG_PARPORT is not set | 355 | # CONFIG_PARPORT is not set |
342 | 356 | CONFIG_BLK_DEV=y | |
343 | # | ||
344 | # Plug and Play support | ||
345 | # | ||
346 | # CONFIG_PNPACPI is not set | ||
347 | |||
348 | # | ||
349 | # Block devices | ||
350 | # | ||
351 | # CONFIG_BLK_DEV_COW_COMMON is not set | 357 | # CONFIG_BLK_DEV_COW_COMMON is not set |
352 | # CONFIG_BLK_DEV_LOOP is not set | 358 | # CONFIG_BLK_DEV_LOOP is not set |
353 | # CONFIG_BLK_DEV_RAM is not set | 359 | # CONFIG_BLK_DEV_RAM is not set |
354 | # CONFIG_CDROM_PKTCDVD is not set | 360 | # CONFIG_CDROM_PKTCDVD is not set |
355 | 361 | # CONFIG_BLK_DEV_HD is not set | |
356 | # | 362 | CONFIG_MISC_DEVICES=y |
357 | # Misc devices | 363 | # CONFIG_EEPROM_93CX6 is not set |
358 | # | 364 | # CONFIG_ENCLOSURE_SERVICES is not set |
359 | # CONFIG_BLINK is not set | 365 | CONFIG_HAVE_IDE=y |
360 | # CONFIG_IDE is not set | 366 | # CONFIG_IDE is not set |
361 | 367 | ||
362 | # | 368 | # |
@@ -364,21 +370,10 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
364 | # | 370 | # |
365 | # CONFIG_RAID_ATTRS is not set | 371 | # CONFIG_RAID_ATTRS is not set |
366 | # CONFIG_SCSI is not set | 372 | # CONFIG_SCSI is not set |
373 | # CONFIG_SCSI_DMA is not set | ||
367 | # CONFIG_SCSI_NETLINK is not set | 374 | # CONFIG_SCSI_NETLINK is not set |
368 | # CONFIG_ATA is not set | 375 | # CONFIG_ATA is not set |
369 | |||
370 | # | ||
371 | # Multi-device support (RAID and LVM) | ||
372 | # | ||
373 | # CONFIG_MD is not set | 376 | # CONFIG_MD is not set |
374 | |||
375 | # | ||
376 | # ISDN subsystem | ||
377 | # | ||
378 | |||
379 | # | ||
380 | # Telephony Support | ||
381 | # | ||
382 | # CONFIG_PHONE is not set | 377 | # CONFIG_PHONE is not set |
383 | 378 | ||
384 | # | 379 | # |
@@ -386,13 +381,13 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
386 | # | 381 | # |
387 | CONFIG_INPUT=y | 382 | CONFIG_INPUT=y |
388 | # CONFIG_INPUT_FF_MEMLESS is not set | 383 | # CONFIG_INPUT_FF_MEMLESS is not set |
384 | # CONFIG_INPUT_POLLDEV is not set | ||
389 | 385 | ||
390 | # | 386 | # |
391 | # Userland interfaces | 387 | # Userland interfaces |
392 | # | 388 | # |
393 | # CONFIG_INPUT_MOUSEDEV is not set | 389 | # CONFIG_INPUT_MOUSEDEV is not set |
394 | # CONFIG_INPUT_JOYDEV is not set | 390 | # CONFIG_INPUT_JOYDEV is not set |
395 | # CONFIG_INPUT_TSDEV is not set | ||
396 | # CONFIG_INPUT_EVDEV is not set | 391 | # CONFIG_INPUT_EVDEV is not set |
397 | # CONFIG_INPUT_EVBUG is not set | 392 | # CONFIG_INPUT_EVBUG is not set |
398 | 393 | ||
@@ -416,6 +411,7 @@ CONFIG_INPUT=y | |||
416 | # Character devices | 411 | # Character devices |
417 | # | 412 | # |
418 | # CONFIG_VT is not set | 413 | # CONFIG_VT is not set |
414 | CONFIG_DEVKMEM=y | ||
419 | # CONFIG_SERIAL_NONSTANDARD is not set | 415 | # CONFIG_SERIAL_NONSTANDARD is not set |
420 | 416 | ||
421 | # | 417 | # |
@@ -433,123 +429,84 @@ CONFIG_SERIAL_CORE=y | |||
433 | CONFIG_SERIAL_CORE_CONSOLE=y | 429 | CONFIG_SERIAL_CORE_CONSOLE=y |
434 | # CONFIG_UNIX98_PTYS is not set | 430 | # CONFIG_UNIX98_PTYS is not set |
435 | # CONFIG_LEGACY_PTYS is not set | 431 | # CONFIG_LEGACY_PTYS is not set |
436 | |||
437 | # | ||
438 | # IPMI | ||
439 | # | ||
440 | # CONFIG_IPMI_HANDLER is not set | 432 | # CONFIG_IPMI_HANDLER is not set |
441 | # CONFIG_WATCHDOG is not set | ||
442 | # CONFIG_HW_RANDOM is not set | 433 | # CONFIG_HW_RANDOM is not set |
443 | # CONFIG_R3964 is not set | 434 | # CONFIG_R3964 is not set |
444 | # CONFIG_RAW_DRIVER is not set | 435 | # CONFIG_RAW_DRIVER is not set |
445 | |||
446 | # | ||
447 | # TPM devices | ||
448 | # | ||
449 | # CONFIG_TCG_TPM is not set | 436 | # CONFIG_TCG_TPM is not set |
450 | # CONFIG_I2C is not set | 437 | # CONFIG_I2C is not set |
451 | |||
452 | # | ||
453 | # SPI support | ||
454 | # | ||
455 | # CONFIG_SPI is not set | 438 | # CONFIG_SPI is not set |
456 | # CONFIG_SPI_MASTER is not set | 439 | # CONFIG_W1 is not set |
440 | # CONFIG_POWER_SUPPLY is not set | ||
441 | # CONFIG_HWMON is not set | ||
442 | # CONFIG_THERMAL is not set | ||
443 | # CONFIG_THERMAL_HWMON is not set | ||
444 | # CONFIG_WATCHDOG is not set | ||
457 | 445 | ||
458 | # | 446 | # |
459 | # Dallas's 1-wire bus | 447 | # Sonics Silicon Backplane |
460 | # | 448 | # |
461 | # CONFIG_W1 is not set | 449 | CONFIG_SSB_POSSIBLE=y |
462 | # CONFIG_HWMON is not set | 450 | # CONFIG_SSB is not set |
463 | 451 | ||
464 | # | 452 | # |
465 | # Multifunction device drivers | 453 | # Multifunction device drivers |
466 | # | 454 | # |
455 | # CONFIG_MFD_CORE is not set | ||
467 | # CONFIG_MFD_SM501 is not set | 456 | # CONFIG_MFD_SM501 is not set |
457 | # CONFIG_HTC_PASIC3 is not set | ||
468 | 458 | ||
469 | # | 459 | # |
470 | # Multimedia devices | 460 | # Multimedia devices |
471 | # | 461 | # |
462 | |||
463 | # | ||
464 | # Multimedia core support | ||
465 | # | ||
472 | # CONFIG_VIDEO_DEV is not set | 466 | # CONFIG_VIDEO_DEV is not set |
473 | CONFIG_DAB=y | 467 | # CONFIG_VIDEO_MEDIA is not set |
474 | 468 | ||
475 | # | 469 | # |
476 | # Graphics support | 470 | # Multimedia drivers |
477 | # | 471 | # |
478 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 472 | CONFIG_DAB=y |
479 | 473 | ||
480 | # | 474 | # |
481 | # Display device support | 475 | # Graphics support |
482 | # | 476 | # |
483 | # CONFIG_DISPLAY_SUPPORT is not set | ||
484 | # CONFIG_VGASTATE is not set | 477 | # CONFIG_VGASTATE is not set |
478 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
485 | # CONFIG_FB is not set | 479 | # CONFIG_FB is not set |
480 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
486 | 481 | ||
487 | # | 482 | # |
488 | # Sound | 483 | # Display device support |
489 | # | 484 | # |
485 | # CONFIG_DISPLAY_SUPPORT is not set | ||
490 | # CONFIG_SOUND is not set | 486 | # CONFIG_SOUND is not set |
491 | 487 | CONFIG_HID_SUPPORT=y | |
492 | # | ||
493 | # HID Devices | ||
494 | # | ||
495 | CONFIG_HID=y | 488 | CONFIG_HID=y |
496 | # CONFIG_HID_DEBUG is not set | 489 | # CONFIG_HID_DEBUG is not set |
497 | 490 | # CONFIG_HIDRAW is not set | |
498 | # | 491 | CONFIG_USB_SUPPORT=y |
499 | # USB support | 492 | CONFIG_USB_ARCH_HAS_HCD=y |
500 | # | ||
501 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
502 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 493 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
503 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 494 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
495 | # CONFIG_USB is not set | ||
496 | # CONFIG_USB_OTG_WHITELIST is not set | ||
497 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
504 | 498 | ||
505 | # | 499 | # |
506 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 500 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
507 | # | 501 | # |
508 | |||
509 | # | ||
510 | # USB Gadget Support | ||
511 | # | ||
512 | # CONFIG_USB_GADGET is not set | 502 | # CONFIG_USB_GADGET is not set |
513 | # CONFIG_MMC is not set | 503 | # CONFIG_MMC is not set |
514 | 504 | # CONFIG_MEMSTICK is not set | |
515 | # | ||
516 | # LED devices | ||
517 | # | ||
518 | # CONFIG_NEW_LEDS is not set | 505 | # CONFIG_NEW_LEDS is not set |
519 | 506 | # CONFIG_ACCESSIBILITY is not set | |
520 | # | ||
521 | # LED drivers | ||
522 | # | ||
523 | |||
524 | # | ||
525 | # LED Triggers | ||
526 | # | ||
527 | |||
528 | # | ||
529 | # InfiniBand support | ||
530 | # | ||
531 | |||
532 | # | ||
533 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
534 | # | ||
535 | |||
536 | # | ||
537 | # Real Time Clock | ||
538 | # | ||
539 | # CONFIG_RTC_CLASS is not set | 507 | # CONFIG_RTC_CLASS is not set |
540 | 508 | # CONFIG_DMADEVICES is not set | |
541 | # | 509 | # CONFIG_UIO is not set |
542 | # DMA Engine support | ||
543 | # | ||
544 | # CONFIG_DMA_ENGINE is not set | ||
545 | |||
546 | # | ||
547 | # DMA Clients | ||
548 | # | ||
549 | |||
550 | # | ||
551 | # DMA Devices | ||
552 | # | ||
553 | 510 | ||
554 | # | 511 | # |
555 | # File systems | 512 | # File systems |
@@ -561,12 +518,9 @@ CONFIG_HID=y | |||
561 | # CONFIG_JFS_FS is not set | 518 | # CONFIG_JFS_FS is not set |
562 | # CONFIG_FS_POSIX_ACL is not set | 519 | # CONFIG_FS_POSIX_ACL is not set |
563 | # CONFIG_XFS_FS is not set | 520 | # CONFIG_XFS_FS is not set |
564 | # CONFIG_GFS2_FS is not set | 521 | # CONFIG_DNOTIFY is not set |
565 | # CONFIG_MINIX_FS is not set | ||
566 | CONFIG_ROMFS_FS=y | ||
567 | # CONFIG_INOTIFY is not set | 522 | # CONFIG_INOTIFY is not set |
568 | # CONFIG_QUOTA is not set | 523 | # CONFIG_QUOTA is not set |
569 | # CONFIG_DNOTIFY is not set | ||
570 | # CONFIG_AUTOFS_FS is not set | 524 | # CONFIG_AUTOFS_FS is not set |
571 | # CONFIG_AUTOFS4_FS is not set | 525 | # CONFIG_AUTOFS4_FS is not set |
572 | # CONFIG_FUSE_FS is not set | 526 | # CONFIG_FUSE_FS is not set |
@@ -592,7 +546,6 @@ CONFIG_PROC_SYSCTL=y | |||
592 | # CONFIG_SYSFS is not set | 546 | # CONFIG_SYSFS is not set |
593 | # CONFIG_TMPFS is not set | 547 | # CONFIG_TMPFS is not set |
594 | # CONFIG_HUGETLB_PAGE is not set | 548 | # CONFIG_HUGETLB_PAGE is not set |
595 | CONFIG_RAMFS=y | ||
596 | 549 | ||
597 | # | 550 | # |
598 | # Miscellaneous filesystems | 551 | # Miscellaneous filesystems |
@@ -607,8 +560,11 @@ CONFIG_RAMFS=y | |||
607 | # CONFIG_JFFS2_FS is not set | 560 | # CONFIG_JFFS2_FS is not set |
608 | # CONFIG_CRAMFS is not set | 561 | # CONFIG_CRAMFS is not set |
609 | # CONFIG_VXFS_FS is not set | 562 | # CONFIG_VXFS_FS is not set |
563 | # CONFIG_MINIX_FS is not set | ||
564 | # CONFIG_OMFS_FS is not set | ||
610 | # CONFIG_HPFS_FS is not set | 565 | # CONFIG_HPFS_FS is not set |
611 | # CONFIG_QNX4FS_FS is not set | 566 | # CONFIG_QNX4FS_FS is not set |
567 | CONFIG_ROMFS_FS=y | ||
612 | # CONFIG_SYSV_FS is not set | 568 | # CONFIG_SYSV_FS is not set |
613 | # CONFIG_UFS_FS is not set | 569 | # CONFIG_UFS_FS is not set |
614 | 570 | ||
@@ -617,28 +573,23 @@ CONFIG_RAMFS=y | |||
617 | # | 573 | # |
618 | # CONFIG_PARTITION_ADVANCED is not set | 574 | # CONFIG_PARTITION_ADVANCED is not set |
619 | CONFIG_MSDOS_PARTITION=y | 575 | CONFIG_MSDOS_PARTITION=y |
620 | |||
621 | # | ||
622 | # Native Language Support | ||
623 | # | ||
624 | # CONFIG_NLS is not set | 576 | # CONFIG_NLS is not set |
625 | 577 | ||
626 | # | 578 | # |
627 | # Profiling support | ||
628 | # | ||
629 | # CONFIG_PROFILING is not set | ||
630 | |||
631 | # | ||
632 | # Kernel hacking | 579 | # Kernel hacking |
633 | # | 580 | # |
634 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 581 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
635 | # CONFIG_PRINTK_TIME is not set | 582 | # CONFIG_PRINTK_TIME is not set |
583 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
636 | # CONFIG_ENABLE_MUST_CHECK is not set | 584 | # CONFIG_ENABLE_MUST_CHECK is not set |
585 | CONFIG_FRAME_WARN=1024 | ||
637 | # CONFIG_MAGIC_SYSRQ is not set | 586 | # CONFIG_MAGIC_SYSRQ is not set |
638 | # CONFIG_UNUSED_SYMBOLS is not set | 587 | # CONFIG_UNUSED_SYMBOLS is not set |
639 | # CONFIG_HEADERS_CHECK is not set | 588 | # CONFIG_HEADERS_CHECK is not set |
640 | # CONFIG_DEBUG_KERNEL is not set | 589 | # CONFIG_DEBUG_KERNEL is not set |
641 | # CONFIG_DEBUG_BUGVERBOSE is not set | 590 | # CONFIG_DEBUG_BUGVERBOSE is not set |
591 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
592 | # CONFIG_SAMPLES is not set | ||
642 | # CONFIG_SH_STANDARD_BIOS is not set | 593 | # CONFIG_SH_STANDARD_BIOS is not set |
643 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 594 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
644 | 595 | ||
@@ -646,20 +597,20 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
646 | # Security options | 597 | # Security options |
647 | # | 598 | # |
648 | # CONFIG_KEYS is not set | 599 | # CONFIG_KEYS is not set |
649 | 600 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | |
650 | # | ||
651 | # Cryptographic options | ||
652 | # | ||
653 | # CONFIG_CRYPTO is not set | 601 | # CONFIG_CRYPTO is not set |
654 | 602 | ||
655 | # | 603 | # |
656 | # Library routines | 604 | # Library routines |
657 | # | 605 | # |
658 | CONFIG_BITREVERSE=y | 606 | CONFIG_BITREVERSE=y |
607 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
659 | # CONFIG_CRC_CCITT is not set | 608 | # CONFIG_CRC_CCITT is not set |
660 | # CONFIG_CRC16 is not set | 609 | # CONFIG_CRC16 is not set |
610 | # CONFIG_CRC_T10DIF is not set | ||
661 | # CONFIG_CRC_ITU_T is not set | 611 | # CONFIG_CRC_ITU_T is not set |
662 | CONFIG_CRC32=y | 612 | CONFIG_CRC32=y |
613 | # CONFIG_CRC7 is not set | ||
663 | # CONFIG_LIBCRC32C is not set | 614 | # CONFIG_LIBCRC32C is not set |
664 | CONFIG_ZLIB_INFLATE=y | 615 | CONFIG_ZLIB_INFLATE=y |
665 | CONFIG_HAS_IOMEM=y | 616 | CONFIG_HAS_IOMEM=y |
diff --git a/arch/sh/configs/se7712_defconfig b/arch/sh/configs/se7712_defconfig index 2dd83af988f0..7be79cd04eb0 100644 --- a/arch/sh/configs/se7712_defconfig +++ b/arch/sh/configs/se7712_defconfig | |||
@@ -1,53 +1,57 @@ | |||
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-rc4 | 3 | # Linux kernel version: 2.6.26-rc6 |
4 | # Wed Mar 28 10:19:02 2007 | 4 | # Wed Jun 18 16:36:08 2008 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 9 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 10 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 11 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
13 | # CONFIG_GENERIC_TIME is not set | 14 | CONFIG_GENERIC_TIME=y |
15 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
14 | CONFIG_STACKTRACE_SUPPORT=y | 16 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_LOCKDEP_SUPPORT=y | 17 | CONFIG_LOCKDEP_SUPPORT=y |
16 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
17 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
20 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
21 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
18 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
19 | 23 | ||
20 | # | 24 | # |
21 | # Code maturity level options | 25 | # General setup |
22 | # | 26 | # |
23 | CONFIG_EXPERIMENTAL=y | 27 | CONFIG_EXPERIMENTAL=y |
24 | CONFIG_BROKEN_ON_SMP=y | 28 | CONFIG_BROKEN_ON_SMP=y |
25 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 29 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
26 | |||
27 | # | ||
28 | # General setup | ||
29 | # | ||
30 | CONFIG_LOCALVERSION="" | 30 | CONFIG_LOCALVERSION="" |
31 | # CONFIG_LOCALVERSION_AUTO is not set | 31 | # CONFIG_LOCALVERSION_AUTO is not set |
32 | # CONFIG_SWAP is not set | 32 | # CONFIG_SWAP is not set |
33 | CONFIG_SYSVIPC=y | 33 | CONFIG_SYSVIPC=y |
34 | # CONFIG_IPC_NS is not set | ||
35 | CONFIG_SYSVIPC_SYSCTL=y | 34 | CONFIG_SYSVIPC_SYSCTL=y |
36 | CONFIG_POSIX_MQUEUE=y | 35 | CONFIG_POSIX_MQUEUE=y |
37 | CONFIG_BSD_PROCESS_ACCT=y | 36 | CONFIG_BSD_PROCESS_ACCT=y |
38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 37 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
39 | # CONFIG_TASKSTATS is not set | 38 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | ||
41 | # CONFIG_AUDIT is not set | 39 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 40 | # CONFIG_IKCONFIG is not set |
41 | CONFIG_LOG_BUF_SHIFT=14 | ||
42 | # CONFIG_CGROUPS is not set | ||
43 | # CONFIG_GROUP_SCHED is not set | ||
43 | CONFIG_SYSFS_DEPRECATED=y | 44 | CONFIG_SYSFS_DEPRECATED=y |
45 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
44 | # CONFIG_RELAY is not set | 46 | # CONFIG_RELAY is not set |
47 | # CONFIG_NAMESPACES is not set | ||
45 | # CONFIG_BLK_DEV_INITRD is not set | 48 | # CONFIG_BLK_DEV_INITRD is not set |
46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 49 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
47 | CONFIG_SYSCTL=y | 50 | CONFIG_SYSCTL=y |
48 | CONFIG_EMBEDDED=y | 51 | CONFIG_EMBEDDED=y |
49 | CONFIG_UID16=y | 52 | CONFIG_UID16=y |
50 | CONFIG_SYSCTL_SYSCALL=y | 53 | CONFIG_SYSCTL_SYSCALL=y |
54 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
51 | CONFIG_KALLSYMS=y | 55 | CONFIG_KALLSYMS=y |
52 | CONFIG_KALLSYMS_ALL=y | 56 | CONFIG_KALLSYMS_ALL=y |
53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 57 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -55,33 +59,41 @@ CONFIG_HOTPLUG=y | |||
55 | CONFIG_PRINTK=y | 59 | CONFIG_PRINTK=y |
56 | # CONFIG_BUG is not set | 60 | # CONFIG_BUG is not set |
57 | CONFIG_ELF_CORE=y | 61 | CONFIG_ELF_CORE=y |
62 | CONFIG_COMPAT_BRK=y | ||
58 | # CONFIG_BASE_FULL is not set | 63 | # CONFIG_BASE_FULL is not set |
59 | CONFIG_FUTEX=y | 64 | CONFIG_FUTEX=y |
65 | CONFIG_ANON_INODES=y | ||
60 | CONFIG_EPOLL=y | 66 | CONFIG_EPOLL=y |
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
61 | # CONFIG_SHMEM is not set | 70 | # CONFIG_SHMEM is not set |
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | 71 | CONFIG_VM_EVENT_COUNTERS=y |
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | # CONFIG_PROFILING is not set | ||
76 | # CONFIG_MARKERS is not set | ||
77 | CONFIG_HAVE_OPROFILE=y | ||
78 | # CONFIG_HAVE_KPROBES is not set | ||
79 | # CONFIG_HAVE_KRETPROBES is not set | ||
80 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
81 | CONFIG_PROC_PAGE_MONITOR=y | ||
82 | CONFIG_SLABINFO=y | ||
64 | CONFIG_RT_MUTEXES=y | 83 | CONFIG_RT_MUTEXES=y |
65 | CONFIG_TINY_SHMEM=y | 84 | CONFIG_TINY_SHMEM=y |
66 | CONFIG_BASE_SMALL=1 | 85 | CONFIG_BASE_SMALL=1 |
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | 86 | CONFIG_MODULES=y |
87 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
73 | # CONFIG_MODULE_UNLOAD is not set | 88 | # CONFIG_MODULE_UNLOAD is not set |
74 | # CONFIG_MODVERSIONS is not set | 89 | # CONFIG_MODVERSIONS is not set |
75 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 90 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
76 | # CONFIG_KMOD is not set | 91 | # CONFIG_KMOD is not set |
77 | |||
78 | # | ||
79 | # Block layer | ||
80 | # | ||
81 | CONFIG_BLOCK=y | 92 | CONFIG_BLOCK=y |
82 | # CONFIG_LBD is not set | 93 | # CONFIG_LBD is not set |
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | 94 | # CONFIG_BLK_DEV_IO_TRACE is not set |
84 | # CONFIG_LSF is not set | 95 | # CONFIG_LSF is not set |
96 | # CONFIG_BLK_DEV_BSG is not set | ||
85 | 97 | ||
86 | # | 98 | # |
87 | # IO Schedulers | 99 | # IO Schedulers |
@@ -95,57 +107,17 @@ CONFIG_IOSCHED_NOOP=y | |||
95 | # CONFIG_DEFAULT_CFQ is not set | 107 | # CONFIG_DEFAULT_CFQ is not set |
96 | CONFIG_DEFAULT_NOOP=y | 108 | CONFIG_DEFAULT_NOOP=y |
97 | CONFIG_DEFAULT_IOSCHED="noop" | 109 | CONFIG_DEFAULT_IOSCHED="noop" |
110 | CONFIG_CLASSIC_RCU=y | ||
98 | 111 | ||
99 | # | 112 | # |
100 | # System type | 113 | # System type |
101 | # | 114 | # |
102 | CONFIG_SOLUTION_ENGINE=y | ||
103 | CONFIG_SH_SOLUTION_ENGINE=y | ||
104 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
105 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
106 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
107 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
108 | # CONFIG_SH_7751_SYSTEMH is not set | ||
109 | # CONFIG_SH_HP6XX is not set | ||
110 | # CONFIG_SH_SATURN is not set | ||
111 | # CONFIG_SH_DREAMCAST is not set | ||
112 | # CONFIG_SH_MPC1211 is not set | ||
113 | # CONFIG_SH_SH03 is not set | ||
114 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
115 | # CONFIG_SH_HS7751RVOIP is not set | ||
116 | # CONFIG_SH_7710VOIPGW is not set | ||
117 | # CONFIG_SH_RTS7751R2D is not set | ||
118 | # CONFIG_SH_HIGHLANDER is not set | ||
119 | # CONFIG_SH_EDOSK7705 is not set | ||
120 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
121 | # CONFIG_SH_LANDISK is not set | ||
122 | # CONFIG_SH_TITAN is not set | ||
123 | # CONFIG_SH_SHMIN is not set | ||
124 | # CONFIG_SH_7206_SOLUTION_ENGINE is not set | ||
125 | # CONFIG_SH_7619_SOLUTION_ENGINE is not set | ||
126 | # CONFIG_SH_LBOX_RE2 is not set | ||
127 | # CONFIG_SH_UNKNOWN is not set | ||
128 | |||
129 | # | ||
130 | # Processor selection | ||
131 | # | ||
132 | CONFIG_CPU_SH3=y | 115 | CONFIG_CPU_SH3=y |
133 | |||
134 | # | ||
135 | # SH-2 Processor Support | ||
136 | # | ||
137 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
138 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 116 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
139 | 117 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | |
140 | # | ||
141 | # SH-2A Processor Support | ||
142 | # | ||
143 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
144 | 119 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | |
145 | # | 120 | # CONFIG_CPU_SUBTYPE_MXG is not set |
146 | # SH-3 Processor Support | ||
147 | # | ||
148 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
149 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 121 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
150 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 122 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
151 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -153,10 +125,8 @@ CONFIG_CPU_SH3=y | |||
153 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
154 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
155 | CONFIG_CPU_SUBTYPE_SH7712=y | 127 | CONFIG_CPU_SUBTYPE_SH7712=y |
156 | 128 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | |
157 | # | 129 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
158 | # SH-4 Processor Support | ||
159 | # | ||
160 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
161 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
162 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -165,37 +135,37 @@ CONFIG_CPU_SUBTYPE_SH7712=y | |||
165 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 135 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
166 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 136 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
167 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 137 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
168 | 138 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | |
169 | # | 139 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
170 | # ST40 Processor Support | ||
171 | # | ||
172 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
173 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
174 | |||
175 | # | ||
176 | # SH-4A Processor Support | ||
177 | # | ||
178 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 140 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
179 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 141 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
180 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 142 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
181 | 143 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | |
182 | # | ||
183 | # SH4AL-DSP Processor Support | ||
184 | # | ||
185 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
186 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 144 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
187 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 145 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
147 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
188 | 149 | ||
189 | # | 150 | # |
190 | # Memory management options | 151 | # Memory management options |
191 | # | 152 | # |
153 | CONFIG_QUICKLIST=y | ||
192 | CONFIG_MMU=y | 154 | CONFIG_MMU=y |
193 | CONFIG_PAGE_OFFSET=0x80000000 | 155 | CONFIG_PAGE_OFFSET=0x80000000 |
194 | CONFIG_MEMORY_START=0x0c000000 | 156 | CONFIG_MEMORY_START=0x0c000000 |
195 | CONFIG_MEMORY_SIZE=0x02000000 | 157 | CONFIG_MEMORY_SIZE=0x02000000 |
158 | CONFIG_29BIT=y | ||
196 | CONFIG_VSYSCALL=y | 159 | CONFIG_VSYSCALL=y |
160 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
161 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
162 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
163 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
164 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
165 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
197 | CONFIG_PAGE_SIZE_4KB=y | 166 | CONFIG_PAGE_SIZE_4KB=y |
198 | # CONFIG_PAGE_SIZE_8KB is not set | 167 | # CONFIG_PAGE_SIZE_8KB is not set |
168 | # CONFIG_PAGE_SIZE_16KB is not set | ||
199 | # CONFIG_PAGE_SIZE_64KB is not set | 169 | # CONFIG_PAGE_SIZE_64KB is not set |
200 | CONFIG_SELECT_MEMORY_MODEL=y | 170 | CONFIG_SELECT_MEMORY_MODEL=y |
201 | CONFIG_FLATMEM_MANUAL=y | 171 | CONFIG_FLATMEM_MANUAL=y |
@@ -203,21 +173,21 @@ CONFIG_FLATMEM_MANUAL=y | |||
203 | # CONFIG_SPARSEMEM_MANUAL is not set | 173 | # CONFIG_SPARSEMEM_MANUAL is not set |
204 | CONFIG_FLATMEM=y | 174 | CONFIG_FLATMEM=y |
205 | CONFIG_FLAT_NODE_MEM_MAP=y | 175 | CONFIG_FLAT_NODE_MEM_MAP=y |
206 | # CONFIG_SPARSEMEM_STATIC is not set | 176 | CONFIG_SPARSEMEM_STATIC=y |
177 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
178 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 179 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
208 | # CONFIG_RESOURCES_64BIT is not set | 180 | # CONFIG_RESOURCES_64BIT is not set |
209 | CONFIG_ZONE_DMA_FLAG=0 | 181 | CONFIG_ZONE_DMA_FLAG=0 |
182 | CONFIG_NR_QUICK=2 | ||
210 | 183 | ||
211 | # | 184 | # |
212 | # Cache configuration | 185 | # Cache configuration |
213 | # | 186 | # |
214 | # CONFIG_SH_DIRECT_MAPPED is not set | 187 | # CONFIG_SH_DIRECT_MAPPED is not set |
215 | # CONFIG_SH_WRITETHROUGH is not set | 188 | CONFIG_CACHE_WRITEBACK=y |
216 | # CONFIG_SH_OCRAM is not set | 189 | # CONFIG_CACHE_WRITETHROUGH is not set |
217 | CONFIG_CF_ENABLER=y | 190 | # CONFIG_CACHE_OFF is not set |
218 | # CONFIG_CF_AREA5 is not set | ||
219 | CONFIG_CF_AREA6=y | ||
220 | CONFIG_CF_BASE_ADDR=0xb8000000 | ||
221 | 191 | ||
222 | # | 192 | # |
223 | # Processor features | 193 | # Processor features |
@@ -230,6 +200,14 @@ CONFIG_CPU_LITTLE_ENDIAN=y | |||
230 | CONFIG_CPU_HAS_INTEVT=y | 200 | CONFIG_CPU_HAS_INTEVT=y |
231 | CONFIG_CPU_HAS_IPR_IRQ=y | 201 | CONFIG_CPU_HAS_IPR_IRQ=y |
232 | CONFIG_CPU_HAS_SR_RB=y | 202 | CONFIG_CPU_HAS_SR_RB=y |
203 | CONFIG_CPU_HAS_DSP=y | ||
204 | |||
205 | # | ||
206 | # Board support | ||
207 | # | ||
208 | CONFIG_SOLUTION_ENGINE=y | ||
209 | CONFIG_SH_SOLUTION_ENGINE=y | ||
210 | # CONFIG_SH_AP325RXA is not set | ||
233 | 211 | ||
234 | # | 212 | # |
235 | # Timer and clock configuration | 213 | # Timer and clock configuration |
@@ -237,6 +215,10 @@ CONFIG_CPU_HAS_SR_RB=y | |||
237 | CONFIG_SH_TMU=y | 215 | CONFIG_SH_TMU=y |
238 | CONFIG_SH_TIMER_IRQ=16 | 216 | CONFIG_SH_TIMER_IRQ=16 |
239 | CONFIG_SH_PCLK_FREQ=66666666 | 217 | CONFIG_SH_PCLK_FREQ=66666666 |
218 | # CONFIG_TICK_ONESHOT is not set | ||
219 | # CONFIG_NO_HZ is not set | ||
220 | # CONFIG_HIGH_RES_TIMERS is not set | ||
221 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
240 | 222 | ||
241 | # | 223 | # |
242 | # CPU Frequency scaling | 224 | # CPU Frequency scaling |
@@ -251,7 +233,6 @@ CONFIG_SH_PCLK_FREQ=66666666 | |||
251 | # | 233 | # |
252 | # Companion Chips | 234 | # Companion Chips |
253 | # | 235 | # |
254 | # CONFIG_HD6446X_SERIES is not set | ||
255 | 236 | ||
256 | # | 237 | # |
257 | # Additional SuperH Device Drivers | 238 | # Additional SuperH Device Drivers |
@@ -267,48 +248,40 @@ CONFIG_HZ_250=y | |||
267 | # CONFIG_HZ_300 is not set | 248 | # CONFIG_HZ_300 is not set |
268 | # CONFIG_HZ_1000 is not set | 249 | # CONFIG_HZ_1000 is not set |
269 | CONFIG_HZ=250 | 250 | CONFIG_HZ=250 |
251 | # CONFIG_SCHED_HRTICK is not set | ||
270 | # CONFIG_KEXEC is not set | 252 | # CONFIG_KEXEC is not set |
271 | # CONFIG_SMP is not set | 253 | # CONFIG_CRASH_DUMP is not set |
272 | # CONFIG_PREEMPT_NONE is not set | 254 | # CONFIG_PREEMPT_NONE is not set |
273 | CONFIG_PREEMPT_VOLUNTARY=y | 255 | CONFIG_PREEMPT_VOLUNTARY=y |
274 | # CONFIG_PREEMPT is not set | 256 | # CONFIG_PREEMPT is not set |
257 | CONFIG_GUSA=y | ||
258 | # CONFIG_GUSA_RB is not set | ||
275 | 259 | ||
276 | # | 260 | # |
277 | # Boot options | 261 | # Boot options |
278 | # | 262 | # |
279 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 263 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
280 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 264 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
281 | # CONFIG_UBC_WAKEUP is not set | ||
282 | CONFIG_CMDLINE_BOOL=y | 265 | CONFIG_CMDLINE_BOOL=y |
283 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" | 266 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" |
284 | 267 | ||
285 | # | 268 | # |
286 | # Bus options | 269 | # Bus options |
287 | # | 270 | # |
288 | # CONFIG_PCI is not set | 271 | CONFIG_CF_ENABLER=y |
289 | 272 | # CONFIG_CF_AREA5 is not set | |
290 | # | 273 | CONFIG_CF_AREA6=y |
291 | # PCCARD (PCMCIA/CardBus) support | 274 | CONFIG_CF_BASE_ADDR=0xb8000000 |
292 | # | 275 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
293 | # CONFIG_PCCARD is not set | 276 | # CONFIG_PCCARD is not set |
294 | 277 | ||
295 | # | 278 | # |
296 | # PCI Hotplug Support | ||
297 | # | ||
298 | |||
299 | # | ||
300 | # Executable file formats | 279 | # Executable file formats |
301 | # | 280 | # |
302 | CONFIG_BINFMT_ELF=y | 281 | CONFIG_BINFMT_ELF=y |
303 | # CONFIG_BINFMT_FLAT is not set | ||
304 | # CONFIG_BINFMT_MISC is not set | 282 | # CONFIG_BINFMT_MISC is not set |
305 | 283 | ||
306 | # | 284 | # |
307 | # Power management options (EXPERIMENTAL) | ||
308 | # | ||
309 | # CONFIG_PM is not set | ||
310 | |||
311 | # | ||
312 | # Networking | 285 | # Networking |
313 | # | 286 | # |
314 | CONFIG_NET=y | 287 | CONFIG_NET=y |
@@ -316,7 +289,6 @@ CONFIG_NET=y | |||
316 | # | 289 | # |
317 | # Networking options | 290 | # Networking options |
318 | # | 291 | # |
319 | # CONFIG_NETDEBUG is not set | ||
320 | CONFIG_PACKET=y | 292 | CONFIG_PACKET=y |
321 | CONFIG_PACKET_MMAP=y | 293 | CONFIG_PACKET_MMAP=y |
322 | CONFIG_UNIX=y | 294 | CONFIG_UNIX=y |
@@ -324,6 +296,7 @@ CONFIG_XFRM=y | |||
324 | # CONFIG_XFRM_USER is not set | 296 | # CONFIG_XFRM_USER is not set |
325 | # CONFIG_XFRM_SUB_POLICY is not set | 297 | # CONFIG_XFRM_SUB_POLICY is not set |
326 | # CONFIG_XFRM_MIGRATE is not set | 298 | # CONFIG_XFRM_MIGRATE is not set |
299 | # CONFIG_XFRM_STATISTICS is not set | ||
327 | CONFIG_NET_KEY=y | 300 | CONFIG_NET_KEY=y |
328 | # CONFIG_NET_KEY_MIGRATE is not set | 301 | # CONFIG_NET_KEY_MIGRATE is not set |
329 | CONFIG_INET=y | 302 | CONFIG_INET=y |
@@ -334,11 +307,10 @@ CONFIG_ASK_IP_FIB_HASH=y | |||
334 | CONFIG_IP_FIB_HASH=y | 307 | CONFIG_IP_FIB_HASH=y |
335 | CONFIG_IP_MULTIPLE_TABLES=y | 308 | CONFIG_IP_MULTIPLE_TABLES=y |
336 | CONFIG_IP_ROUTE_MULTIPATH=y | 309 | CONFIG_IP_ROUTE_MULTIPATH=y |
337 | # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set | ||
338 | CONFIG_IP_ROUTE_VERBOSE=y | 310 | CONFIG_IP_ROUTE_VERBOSE=y |
339 | CONFIG_IP_PNP=y | 311 | CONFIG_IP_PNP=y |
340 | CONFIG_IP_PNP_DHCP=y | 312 | CONFIG_IP_PNP_DHCP=y |
341 | # CONFIG_IP_PNP_BOOTP is not set | 313 | CONFIG_IP_PNP_BOOTP=y |
342 | # CONFIG_IP_PNP_RARP is not set | 314 | # CONFIG_IP_PNP_RARP is not set |
343 | # CONFIG_NET_IPIP is not set | 315 | # CONFIG_NET_IPIP is not set |
344 | # CONFIG_NET_IPGRE is not set | 316 | # CONFIG_NET_IPGRE is not set |
@@ -355,30 +327,17 @@ CONFIG_INET_TUNNEL=y | |||
355 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 327 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
356 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 328 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
357 | CONFIG_INET_XFRM_MODE_BEET=y | 329 | CONFIG_INET_XFRM_MODE_BEET=y |
330 | # CONFIG_INET_LRO is not set | ||
358 | # CONFIG_INET_DIAG is not set | 331 | # CONFIG_INET_DIAG is not set |
359 | # CONFIG_TCP_CONG_ADVANCED is not set | 332 | # CONFIG_TCP_CONG_ADVANCED is not set |
360 | CONFIG_TCP_CONG_CUBIC=y | 333 | CONFIG_TCP_CONG_CUBIC=y |
361 | CONFIG_DEFAULT_TCP_CONG="cubic" | 334 | CONFIG_DEFAULT_TCP_CONG="cubic" |
362 | # CONFIG_TCP_MD5SIG is not set | 335 | # CONFIG_TCP_MD5SIG is not set |
363 | # CONFIG_IPV6 is not set | 336 | # CONFIG_IPV6 is not set |
364 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
365 | # CONFIG_INET6_TUNNEL is not set | ||
366 | # CONFIG_NETWORK_SECMARK is not set | 337 | # CONFIG_NETWORK_SECMARK is not set |
367 | # CONFIG_NETFILTER is not set | 338 | # CONFIG_NETFILTER is not set |
368 | |||
369 | # | ||
370 | # DCCP Configuration (EXPERIMENTAL) | ||
371 | # | ||
372 | # CONFIG_IP_DCCP is not set | 339 | # CONFIG_IP_DCCP is not set |
373 | |||
374 | # | ||
375 | # SCTP Configuration (EXPERIMENTAL) | ||
376 | # | ||
377 | # CONFIG_IP_SCTP is not set | 340 | # CONFIG_IP_SCTP is not set |
378 | |||
379 | # | ||
380 | # TIPC Configuration (EXPERIMENTAL) | ||
381 | # | ||
382 | # CONFIG_TIPC is not set | 341 | # CONFIG_TIPC is not set |
383 | # CONFIG_ATM is not set | 342 | # CONFIG_ATM is not set |
384 | # CONFIG_BRIDGE is not set | 343 | # CONFIG_BRIDGE is not set |
@@ -391,15 +350,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
391 | # CONFIG_LAPB is not set | 350 | # CONFIG_LAPB is not set |
392 | # CONFIG_ECONET is not set | 351 | # CONFIG_ECONET is not set |
393 | # CONFIG_WAN_ROUTER is not set | 352 | # CONFIG_WAN_ROUTER is not set |
394 | |||
395 | # | ||
396 | # QoS and/or fair queueing | ||
397 | # | ||
398 | CONFIG_NET_SCHED=y | 353 | CONFIG_NET_SCHED=y |
399 | CONFIG_NET_SCH_FIFO=y | ||
400 | CONFIG_NET_SCH_CLK_JIFFIES=y | ||
401 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | ||
402 | # CONFIG_NET_SCH_CLK_CPU is not set | ||
403 | 354 | ||
404 | # | 355 | # |
405 | # Queueing/Scheduling | 356 | # Queueing/Scheduling |
@@ -408,6 +359,7 @@ CONFIG_NET_SCH_CBQ=y | |||
408 | CONFIG_NET_SCH_HTB=y | 359 | CONFIG_NET_SCH_HTB=y |
409 | CONFIG_NET_SCH_HFSC=y | 360 | CONFIG_NET_SCH_HFSC=y |
410 | CONFIG_NET_SCH_PRIO=y | 361 | CONFIG_NET_SCH_PRIO=y |
362 | # CONFIG_NET_SCH_RR is not set | ||
411 | CONFIG_NET_SCH_RED=y | 363 | CONFIG_NET_SCH_RED=y |
412 | CONFIG_NET_SCH_SFQ=y | 364 | CONFIG_NET_SCH_SFQ=y |
413 | CONFIG_NET_SCH_TEQL=y | 365 | CONFIG_NET_SCH_TEQL=y |
@@ -415,7 +367,6 @@ CONFIG_NET_SCH_TBF=y | |||
415 | CONFIG_NET_SCH_GRED=y | 367 | CONFIG_NET_SCH_GRED=y |
416 | CONFIG_NET_SCH_DSMARK=y | 368 | CONFIG_NET_SCH_DSMARK=y |
417 | CONFIG_NET_SCH_NETEM=y | 369 | CONFIG_NET_SCH_NETEM=y |
418 | CONFIG_NET_SCH_INGRESS=y | ||
419 | 370 | ||
420 | # | 371 | # |
421 | # Classification | 372 | # Classification |
@@ -429,50 +380,55 @@ CONFIG_NET_CLS_FW=y | |||
429 | # CONFIG_NET_CLS_U32 is not set | 380 | # CONFIG_NET_CLS_U32 is not set |
430 | # CONFIG_NET_CLS_RSVP is not set | 381 | # CONFIG_NET_CLS_RSVP is not set |
431 | # CONFIG_NET_CLS_RSVP6 is not set | 382 | # CONFIG_NET_CLS_RSVP6 is not set |
383 | # CONFIG_NET_CLS_FLOW is not set | ||
432 | # CONFIG_NET_EMATCH is not set | 384 | # CONFIG_NET_EMATCH is not set |
433 | # CONFIG_NET_CLS_ACT is not set | 385 | # CONFIG_NET_CLS_ACT is not set |
434 | # CONFIG_NET_CLS_POLICE is not set | ||
435 | CONFIG_NET_CLS_IND=y | 386 | CONFIG_NET_CLS_IND=y |
436 | CONFIG_NET_ESTIMATOR=y | 387 | CONFIG_NET_SCH_FIFO=y |
437 | 388 | ||
438 | # | 389 | # |
439 | # Network testing | 390 | # Network testing |
440 | # | 391 | # |
441 | # CONFIG_NET_PKTGEN is not set | 392 | # CONFIG_NET_PKTGEN is not set |
442 | # CONFIG_HAMRADIO is not set | 393 | # CONFIG_HAMRADIO is not set |
394 | # CONFIG_CAN is not set | ||
443 | # CONFIG_IRDA is not set | 395 | # CONFIG_IRDA is not set |
444 | # CONFIG_BT is not set | 396 | # CONFIG_BT is not set |
445 | # CONFIG_IEEE80211 is not set | 397 | # CONFIG_AF_RXRPC is not set |
446 | CONFIG_FIB_RULES=y | 398 | CONFIG_FIB_RULES=y |
447 | 399 | ||
448 | # | 400 | # |
401 | # Wireless | ||
402 | # | ||
403 | # CONFIG_CFG80211 is not set | ||
404 | # CONFIG_WIRELESS_EXT is not set | ||
405 | # CONFIG_MAC80211 is not set | ||
406 | # CONFIG_IEEE80211 is not set | ||
407 | # CONFIG_RFKILL is not set | ||
408 | # CONFIG_NET_9P is not set | ||
409 | |||
410 | # | ||
449 | # Device Drivers | 411 | # Device Drivers |
450 | # | 412 | # |
451 | 413 | ||
452 | # | 414 | # |
453 | # Generic Driver Options | 415 | # Generic Driver Options |
454 | # | 416 | # |
417 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
455 | CONFIG_STANDALONE=y | 418 | CONFIG_STANDALONE=y |
456 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 419 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
457 | CONFIG_FW_LOADER=y | 420 | CONFIG_FW_LOADER=y |
458 | # CONFIG_DEBUG_DRIVER is not set | 421 | # CONFIG_DEBUG_DRIVER is not set |
459 | # CONFIG_DEBUG_DEVRES is not set | 422 | # CONFIG_DEBUG_DEVRES is not set |
460 | # CONFIG_SYS_HYPERVISOR is not set | 423 | # CONFIG_SYS_HYPERVISOR is not set |
461 | |||
462 | # | ||
463 | # Connector - unified userspace <-> kernelspace linker | ||
464 | # | ||
465 | # CONFIG_CONNECTOR is not set | 424 | # CONFIG_CONNECTOR is not set |
466 | |||
467 | # | ||
468 | # Memory Technology Devices (MTD) | ||
469 | # | ||
470 | CONFIG_MTD=y | 425 | CONFIG_MTD=y |
471 | # CONFIG_MTD_DEBUG is not set | 426 | # CONFIG_MTD_DEBUG is not set |
472 | CONFIG_MTD_CONCAT=y | 427 | CONFIG_MTD_CONCAT=y |
473 | CONFIG_MTD_PARTITIONS=y | 428 | CONFIG_MTD_PARTITIONS=y |
474 | # CONFIG_MTD_REDBOOT_PARTS is not set | 429 | # CONFIG_MTD_REDBOOT_PARTS is not set |
475 | # CONFIG_MTD_CMDLINE_PARTS is not set | 430 | # CONFIG_MTD_CMDLINE_PARTS is not set |
431 | # CONFIG_MTD_AR7_PARTS is not set | ||
476 | 432 | ||
477 | # | 433 | # |
478 | # User Modules And Translation Layers | 434 | # User Modules And Translation Layers |
@@ -485,6 +441,7 @@ CONFIG_MTD_BLOCK=y | |||
485 | # CONFIG_INFTL is not set | 441 | # CONFIG_INFTL is not set |
486 | # CONFIG_RFD_FTL is not set | 442 | # CONFIG_RFD_FTL is not set |
487 | # CONFIG_SSFDC is not set | 443 | # CONFIG_SSFDC is not set |
444 | # CONFIG_MTD_OOPS is not set | ||
488 | 445 | ||
489 | # | 446 | # |
490 | # RAM/ROM/Flash chip drivers | 447 | # RAM/ROM/Flash chip drivers |
@@ -510,7 +467,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
510 | # CONFIG_MTD_RAM is not set | 467 | # CONFIG_MTD_RAM is not set |
511 | # CONFIG_MTD_ROM is not set | 468 | # CONFIG_MTD_ROM is not set |
512 | # CONFIG_MTD_ABSENT is not set | 469 | # CONFIG_MTD_ABSENT is not set |
513 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
514 | 470 | ||
515 | # | 471 | # |
516 | # Mapping drivers for chip access | 472 | # Mapping drivers for chip access |
@@ -533,44 +489,25 @@ CONFIG_MTD_CFI_UTIL=y | |||
533 | # CONFIG_MTD_DOC2000 is not set | 489 | # CONFIG_MTD_DOC2000 is not set |
534 | # CONFIG_MTD_DOC2001 is not set | 490 | # CONFIG_MTD_DOC2001 is not set |
535 | # CONFIG_MTD_DOC2001PLUS is not set | 491 | # CONFIG_MTD_DOC2001PLUS is not set |
536 | |||
537 | # | ||
538 | # NAND Flash Device Drivers | ||
539 | # | ||
540 | # CONFIG_MTD_NAND is not set | 492 | # CONFIG_MTD_NAND is not set |
541 | |||
542 | # | ||
543 | # OneNAND Flash Device Drivers | ||
544 | # | ||
545 | # CONFIG_MTD_ONENAND is not set | 493 | # CONFIG_MTD_ONENAND is not set |
546 | 494 | ||
547 | # | 495 | # |
548 | # Parallel port support | 496 | # UBI - Unsorted block images |
549 | # | 497 | # |
498 | # CONFIG_MTD_UBI is not set | ||
550 | # CONFIG_PARPORT is not set | 499 | # CONFIG_PARPORT is not set |
551 | 500 | CONFIG_BLK_DEV=y | |
552 | # | ||
553 | # Plug and Play support | ||
554 | # | ||
555 | # CONFIG_PNPACPI is not set | ||
556 | |||
557 | # | ||
558 | # Block devices | ||
559 | # | ||
560 | # CONFIG_BLK_DEV_COW_COMMON is not set | 501 | # CONFIG_BLK_DEV_COW_COMMON is not set |
561 | # CONFIG_BLK_DEV_LOOP is not set | 502 | # CONFIG_BLK_DEV_LOOP is not set |
562 | # CONFIG_BLK_DEV_NBD is not set | 503 | # CONFIG_BLK_DEV_NBD is not set |
563 | # CONFIG_BLK_DEV_RAM is not set | 504 | # CONFIG_BLK_DEV_RAM is not set |
564 | # CONFIG_CDROM_PKTCDVD is not set | 505 | # CONFIG_CDROM_PKTCDVD is not set |
565 | # CONFIG_ATA_OVER_ETH is not set | 506 | # CONFIG_ATA_OVER_ETH is not set |
566 | 507 | CONFIG_MISC_DEVICES=y | |
567 | # | 508 | # CONFIG_EEPROM_93CX6 is not set |
568 | # Misc devices | 509 | # CONFIG_ENCLOSURE_SERVICES is not set |
569 | # | 510 | CONFIG_HAVE_IDE=y |
570 | |||
571 | # | ||
572 | # ATA/ATAPI/MFM/RLL support | ||
573 | # | ||
574 | # CONFIG_IDE is not set | 511 | # CONFIG_IDE is not set |
575 | 512 | ||
576 | # | 513 | # |
@@ -578,6 +515,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
578 | # | 515 | # |
579 | # CONFIG_RAID_ATTRS is not set | 516 | # CONFIG_RAID_ATTRS is not set |
580 | CONFIG_SCSI=y | 517 | CONFIG_SCSI=y |
518 | CONFIG_SCSI_DMA=y | ||
581 | # CONFIG_SCSI_TGT is not set | 519 | # CONFIG_SCSI_TGT is not set |
582 | # CONFIG_SCSI_NETLINK is not set | 520 | # CONFIG_SCSI_NETLINK is not set |
583 | CONFIG_SCSI_PROC_FS=y | 521 | CONFIG_SCSI_PROC_FS=y |
@@ -599,6 +537,7 @@ CONFIG_BLK_DEV_SD=y | |||
599 | # CONFIG_SCSI_CONSTANTS is not set | 537 | # CONFIG_SCSI_CONSTANTS is not set |
600 | # CONFIG_SCSI_LOGGING is not set | 538 | # CONFIG_SCSI_LOGGING is not set |
601 | # CONFIG_SCSI_SCAN_ASYNC is not set | 539 | # CONFIG_SCSI_SCAN_ASYNC is not set |
540 | CONFIG_SCSI_WAIT_SCAN=m | ||
602 | 541 | ||
603 | # | 542 | # |
604 | # SCSI Transports | 543 | # SCSI Transports |
@@ -606,94 +545,72 @@ CONFIG_BLK_DEV_SD=y | |||
606 | # CONFIG_SCSI_SPI_ATTRS is not set | 545 | # CONFIG_SCSI_SPI_ATTRS is not set |
607 | # CONFIG_SCSI_FC_ATTRS is not set | 546 | # CONFIG_SCSI_FC_ATTRS is not set |
608 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 547 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
609 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
610 | # CONFIG_SCSI_SAS_LIBSAS is not set | 548 | # CONFIG_SCSI_SAS_LIBSAS is not set |
611 | 549 | # CONFIG_SCSI_SRP_ATTRS is not set | |
612 | # | 550 | CONFIG_SCSI_LOWLEVEL=y |
613 | # SCSI low-level drivers | ||
614 | # | ||
615 | # CONFIG_ISCSI_TCP is not set | 551 | # CONFIG_ISCSI_TCP is not set |
616 | # CONFIG_SCSI_DEBUG is not set | 552 | # CONFIG_SCSI_DEBUG is not set |
617 | |||
618 | # | ||
619 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
620 | # | ||
621 | CONFIG_ATA=y | 553 | CONFIG_ATA=y |
622 | # CONFIG_ATA_NONSTANDARD is not set | 554 | # CONFIG_ATA_NONSTANDARD is not set |
555 | CONFIG_SATA_PMP=y | ||
556 | CONFIG_ATA_SFF=y | ||
557 | # CONFIG_SATA_MV is not set | ||
623 | CONFIG_PATA_PLATFORM=y | 558 | CONFIG_PATA_PLATFORM=y |
624 | |||
625 | # | ||
626 | # Multi-device support (RAID and LVM) | ||
627 | # | ||
628 | # CONFIG_MD is not set | 559 | # CONFIG_MD is not set |
629 | |||
630 | # | ||
631 | # Fusion MPT device support | ||
632 | # | ||
633 | # CONFIG_FUSION is not set | ||
634 | |||
635 | # | ||
636 | # IEEE 1394 (FireWire) support | ||
637 | # | ||
638 | |||
639 | # | ||
640 | # I2O device support | ||
641 | # | ||
642 | |||
643 | # | ||
644 | # Network device support | ||
645 | # | ||
646 | CONFIG_NETDEVICES=y | 560 | CONFIG_NETDEVICES=y |
561 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
647 | # CONFIG_DUMMY is not set | 562 | # CONFIG_DUMMY is not set |
648 | # CONFIG_BONDING is not set | 563 | # CONFIG_BONDING is not set |
564 | # CONFIG_MACVLAN is not set | ||
649 | # CONFIG_EQUALIZER is not set | 565 | # CONFIG_EQUALIZER is not set |
650 | # CONFIG_TUN is not set | 566 | # CONFIG_TUN is not set |
651 | 567 | # CONFIG_VETH is not set | |
652 | # | 568 | CONFIG_PHYLIB=y |
653 | # PHY device support | 569 | |
654 | # | 570 | # |
655 | 571 | # MII PHY device drivers | |
656 | # | 572 | # |
657 | # Ethernet (10 or 100Mbit) | 573 | # CONFIG_MARVELL_PHY is not set |
658 | # | 574 | # CONFIG_DAVICOM_PHY is not set |
659 | # CONFIG_NET_ETHERNET is not set | 575 | # CONFIG_QSEMI_PHY is not set |
660 | 576 | # CONFIG_LXT_PHY is not set | |
661 | # | 577 | # CONFIG_CICADA_PHY is not set |
662 | # Ethernet (1000 Mbit) | 578 | # CONFIG_VITESSE_PHY is not set |
663 | # | 579 | # CONFIG_SMSC_PHY is not set |
664 | 580 | # CONFIG_BROADCOM_PHY is not set | |
665 | # | 581 | # CONFIG_ICPLUS_PHY is not set |
666 | # Ethernet (10000 Mbit) | 582 | # CONFIG_REALTEK_PHY is not set |
667 | # | 583 | # CONFIG_FIXED_PHY is not set |
668 | 584 | CONFIG_MDIO_BITBANG=y | |
669 | # | 585 | CONFIG_NET_ETHERNET=y |
670 | # Token Ring devices | 586 | CONFIG_MII=y |
671 | # | 587 | # CONFIG_AX88796 is not set |
672 | 588 | # CONFIG_STNIC is not set | |
673 | # | 589 | CONFIG_SH_ETH=y |
674 | # Wireless LAN (non-hamradio) | 590 | # CONFIG_SMC91X is not set |
675 | # | 591 | # CONFIG_SMC911X is not set |
676 | # CONFIG_NET_RADIO is not set | 592 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
677 | 593 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | |
678 | # | 594 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
679 | # Wan interfaces | 595 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
680 | # | 596 | # CONFIG_B44 is not set |
597 | CONFIG_NETDEV_1000=y | ||
598 | # CONFIG_E1000E_ENABLED is not set | ||
599 | CONFIG_NETDEV_10000=y | ||
600 | |||
601 | # | ||
602 | # Wireless LAN | ||
603 | # | ||
604 | # CONFIG_WLAN_PRE80211 is not set | ||
605 | # CONFIG_WLAN_80211 is not set | ||
606 | # CONFIG_IWLWIFI_LEDS is not set | ||
681 | # CONFIG_WAN is not set | 607 | # CONFIG_WAN is not set |
682 | # CONFIG_PPP is not set | 608 | # CONFIG_PPP is not set |
683 | # CONFIG_SLIP is not set | 609 | # CONFIG_SLIP is not set |
684 | # CONFIG_SHAPER is not set | ||
685 | # CONFIG_NETCONSOLE is not set | 610 | # CONFIG_NETCONSOLE is not set |
686 | # CONFIG_NETPOLL is not set | 611 | # CONFIG_NETPOLL is not set |
687 | # CONFIG_NET_POLL_CONTROLLER is not set | 612 | # CONFIG_NET_POLL_CONTROLLER is not set |
688 | |||
689 | # | ||
690 | # ISDN subsystem | ||
691 | # | ||
692 | # CONFIG_ISDN is not set | 613 | # CONFIG_ISDN is not set |
693 | |||
694 | # | ||
695 | # Telephony Support | ||
696 | # | ||
697 | # CONFIG_PHONE is not set | 614 | # CONFIG_PHONE is not set |
698 | 615 | ||
699 | # | 616 | # |
@@ -711,6 +628,7 @@ CONFIG_NETDEVICES=y | |||
711 | # Character devices | 628 | # Character devices |
712 | # | 629 | # |
713 | # CONFIG_VT is not set | 630 | # CONFIG_VT is not set |
631 | CONFIG_DEVKMEM=y | ||
714 | # CONFIG_SERIAL_NONSTANDARD is not set | 632 | # CONFIG_SERIAL_NONSTANDARD is not set |
715 | 633 | ||
716 | # | 634 | # |
@@ -728,99 +646,78 @@ CONFIG_SERIAL_CORE=y | |||
728 | CONFIG_SERIAL_CORE_CONSOLE=y | 646 | CONFIG_SERIAL_CORE_CONSOLE=y |
729 | CONFIG_UNIX98_PTYS=y | 647 | CONFIG_UNIX98_PTYS=y |
730 | # CONFIG_LEGACY_PTYS is not set | 648 | # CONFIG_LEGACY_PTYS is not set |
731 | |||
732 | # | ||
733 | # IPMI | ||
734 | # | ||
735 | # CONFIG_IPMI_HANDLER is not set | 649 | # CONFIG_IPMI_HANDLER is not set |
736 | |||
737 | # | ||
738 | # Watchdog Cards | ||
739 | # | ||
740 | # CONFIG_WATCHDOG is not set | ||
741 | CONFIG_HW_RANDOM=m | 650 | CONFIG_HW_RANDOM=m |
742 | # CONFIG_GEN_RTC is not set | ||
743 | # CONFIG_DTLK is not set | ||
744 | # CONFIG_R3964 is not set | 651 | # CONFIG_R3964 is not set |
745 | # CONFIG_RAW_DRIVER is not set | 652 | # CONFIG_RAW_DRIVER is not set |
746 | |||
747 | # | ||
748 | # TPM devices | ||
749 | # | ||
750 | # CONFIG_TCG_TPM is not set | 653 | # CONFIG_TCG_TPM is not set |
751 | |||
752 | # | ||
753 | # I2C support | ||
754 | # | ||
755 | # CONFIG_I2C is not set | 654 | # CONFIG_I2C is not set |
756 | |||
757 | # | ||
758 | # SPI support | ||
759 | # | ||
760 | # CONFIG_SPI is not set | 655 | # CONFIG_SPI is not set |
761 | # CONFIG_SPI_MASTER is not set | ||
762 | |||
763 | # | ||
764 | # Dallas's 1-wire bus | ||
765 | # | ||
766 | # CONFIG_W1 is not set | 656 | # CONFIG_W1 is not set |
657 | # CONFIG_POWER_SUPPLY is not set | ||
658 | # CONFIG_HWMON is not set | ||
659 | # CONFIG_THERMAL is not set | ||
660 | # CONFIG_WATCHDOG is not set | ||
767 | 661 | ||
768 | # | 662 | # |
769 | # Hardware Monitoring support | 663 | # Sonics Silicon Backplane |
770 | # | 664 | # |
771 | # CONFIG_HWMON is not set | 665 | CONFIG_SSB_POSSIBLE=y |
772 | # CONFIG_HWMON_VID is not set | 666 | # CONFIG_SSB is not set |
773 | 667 | ||
774 | # | 668 | # |
775 | # Multifunction device drivers | 669 | # Multifunction device drivers |
776 | # | 670 | # |
777 | # CONFIG_MFD_SM501 is not set | 671 | # CONFIG_MFD_SM501 is not set |
672 | # CONFIG_HTC_PASIC3 is not set | ||
778 | 673 | ||
779 | # | 674 | # |
780 | # Multimedia devices | 675 | # Multimedia devices |
781 | # | 676 | # |
677 | |||
678 | # | ||
679 | # Multimedia core support | ||
680 | # | ||
782 | # CONFIG_VIDEO_DEV is not set | 681 | # CONFIG_VIDEO_DEV is not set |
682 | # CONFIG_DVB_CORE is not set | ||
683 | # CONFIG_VIDEO_MEDIA is not set | ||
783 | 684 | ||
784 | # | 685 | # |
785 | # Digital Video Broadcasting Devices | 686 | # Multimedia drivers |
786 | # | 687 | # |
787 | # CONFIG_DVB is not set | 688 | # CONFIG_DAB is not set |
788 | 689 | ||
789 | # | 690 | # |
790 | # Graphics support | 691 | # Graphics support |
791 | # | 692 | # |
792 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 693 | # CONFIG_VGASTATE is not set |
694 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
793 | # CONFIG_FB is not set | 695 | # CONFIG_FB is not set |
696 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
794 | 697 | ||
795 | # | 698 | # |
796 | # Sound | 699 | # Display device support |
797 | # | 700 | # |
798 | # CONFIG_SOUND is not set | 701 | # CONFIG_DISPLAY_SUPPORT is not set |
799 | 702 | ||
800 | # | 703 | # |
801 | # USB support | 704 | # Sound |
802 | # | 705 | # |
803 | # CONFIG_USB_ARCH_HAS_HCD is not set | 706 | # CONFIG_SOUND is not set |
707 | CONFIG_USB_SUPPORT=y | ||
708 | CONFIG_USB_ARCH_HAS_HCD=y | ||
804 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 709 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
805 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 710 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
711 | # CONFIG_USB is not set | ||
712 | # CONFIG_USB_OTG_WHITELIST is not set | ||
713 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
806 | 714 | ||
807 | # | 715 | # |
808 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 716 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
809 | # | 717 | # |
810 | |||
811 | # | ||
812 | # USB Gadget Support | ||
813 | # | ||
814 | # CONFIG_USB_GADGET is not set | 718 | # CONFIG_USB_GADGET is not set |
815 | |||
816 | # | ||
817 | # MMC/SD Card support | ||
818 | # | ||
819 | # CONFIG_MMC is not set | 719 | # CONFIG_MMC is not set |
820 | 720 | # CONFIG_MEMSTICK is not set | |
821 | # | ||
822 | # LED devices | ||
823 | # | ||
824 | CONFIG_NEW_LEDS=y | 721 | CONFIG_NEW_LEDS=y |
825 | CONFIG_LEDS_CLASS=y | 722 | CONFIG_LEDS_CLASS=y |
826 | 723 | ||
@@ -834,40 +731,10 @@ CONFIG_LEDS_CLASS=y | |||
834 | CONFIG_LEDS_TRIGGERS=y | 731 | CONFIG_LEDS_TRIGGERS=y |
835 | # CONFIG_LEDS_TRIGGER_TIMER is not set | 732 | # CONFIG_LEDS_TRIGGER_TIMER is not set |
836 | # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set | 733 | # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set |
837 | 734 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | |
838 | # | 735 | # CONFIG_ACCESSIBILITY is not set |
839 | # InfiniBand support | ||
840 | # | ||
841 | |||
842 | # | ||
843 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
844 | # | ||
845 | |||
846 | # | ||
847 | # Real Time Clock | ||
848 | # | ||
849 | # CONFIG_RTC_CLASS is not set | 736 | # CONFIG_RTC_CLASS is not set |
850 | 737 | # CONFIG_UIO is not set | |
851 | # | ||
852 | # DMA Engine support | ||
853 | # | ||
854 | # CONFIG_DMA_ENGINE is not set | ||
855 | |||
856 | # | ||
857 | # DMA Clients | ||
858 | # | ||
859 | |||
860 | # | ||
861 | # DMA Devices | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # Auxiliary Display support | ||
866 | # | ||
867 | |||
868 | # | ||
869 | # Virtualization | ||
870 | # | ||
871 | 738 | ||
872 | # | 739 | # |
873 | # File systems | 740 | # File systems |
@@ -877,20 +744,21 @@ CONFIG_EXT2_FS_XATTR=y | |||
877 | CONFIG_EXT2_FS_POSIX_ACL=y | 744 | CONFIG_EXT2_FS_POSIX_ACL=y |
878 | CONFIG_EXT2_FS_SECURITY=y | 745 | CONFIG_EXT2_FS_SECURITY=y |
879 | # CONFIG_EXT2_FS_XIP is not set | 746 | # CONFIG_EXT2_FS_XIP is not set |
880 | # CONFIG_EXT3_FS is not set | 747 | CONFIG_EXT3_FS=y |
748 | CONFIG_EXT3_FS_XATTR=y | ||
749 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
750 | # CONFIG_EXT3_FS_SECURITY is not set | ||
881 | # CONFIG_EXT4DEV_FS is not set | 751 | # CONFIG_EXT4DEV_FS is not set |
752 | CONFIG_JBD=y | ||
882 | CONFIG_FS_MBCACHE=y | 753 | CONFIG_FS_MBCACHE=y |
883 | # CONFIG_REISERFS_FS is not set | 754 | # CONFIG_REISERFS_FS is not set |
884 | # CONFIG_JFS_FS is not set | 755 | # CONFIG_JFS_FS is not set |
885 | CONFIG_FS_POSIX_ACL=y | 756 | CONFIG_FS_POSIX_ACL=y |
886 | # CONFIG_XFS_FS is not set | 757 | # CONFIG_XFS_FS is not set |
887 | # CONFIG_GFS2_FS is not set | ||
888 | # CONFIG_OCFS2_FS is not set | 758 | # CONFIG_OCFS2_FS is not set |
889 | # CONFIG_MINIX_FS is not set | 759 | # CONFIG_DNOTIFY is not set |
890 | # CONFIG_ROMFS_FS is not set | ||
891 | # CONFIG_INOTIFY is not set | 760 | # CONFIG_INOTIFY is not set |
892 | # CONFIG_QUOTA is not set | 761 | # CONFIG_QUOTA is not set |
893 | # CONFIG_DNOTIFY is not set | ||
894 | # CONFIG_AUTOFS_FS is not set | 762 | # CONFIG_AUTOFS_FS is not set |
895 | # CONFIG_AUTOFS4_FS is not set | 763 | # CONFIG_AUTOFS4_FS is not set |
896 | # CONFIG_FUSE_FS is not set | 764 | # CONFIG_FUSE_FS is not set |
@@ -919,7 +787,6 @@ CONFIG_TMPFS=y | |||
919 | # CONFIG_TMPFS_POSIX_ACL is not set | 787 | # CONFIG_TMPFS_POSIX_ACL is not set |
920 | # CONFIG_HUGETLBFS is not set | 788 | # CONFIG_HUGETLBFS is not set |
921 | # CONFIG_HUGETLB_PAGE is not set | 789 | # CONFIG_HUGETLB_PAGE is not set |
922 | CONFIG_RAMFS=y | ||
923 | # CONFIG_CONFIGFS_FS is not set | 790 | # CONFIG_CONFIGFS_FS is not set |
924 | 791 | ||
925 | # | 792 | # |
@@ -935,68 +802,67 @@ CONFIG_RAMFS=y | |||
935 | CONFIG_JFFS2_FS=y | 802 | CONFIG_JFFS2_FS=y |
936 | CONFIG_JFFS2_FS_DEBUG=0 | 803 | CONFIG_JFFS2_FS_DEBUG=0 |
937 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 804 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
805 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
938 | # CONFIG_JFFS2_SUMMARY is not set | 806 | # CONFIG_JFFS2_SUMMARY is not set |
939 | # CONFIG_JFFS2_FS_XATTR is not set | 807 | # CONFIG_JFFS2_FS_XATTR is not set |
940 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 808 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
941 | CONFIG_JFFS2_ZLIB=y | 809 | CONFIG_JFFS2_ZLIB=y |
810 | # CONFIG_JFFS2_LZO is not set | ||
942 | CONFIG_JFFS2_RTIME=y | 811 | CONFIG_JFFS2_RTIME=y |
943 | # CONFIG_JFFS2_RUBIN is not set | 812 | # CONFIG_JFFS2_RUBIN is not set |
944 | CONFIG_CRAMFS=y | 813 | CONFIG_CRAMFS=y |
945 | # CONFIG_VXFS_FS is not set | 814 | # CONFIG_VXFS_FS is not set |
815 | # CONFIG_MINIX_FS is not set | ||
946 | # CONFIG_HPFS_FS is not set | 816 | # CONFIG_HPFS_FS is not set |
947 | # CONFIG_QNX4FS_FS is not set | 817 | # CONFIG_QNX4FS_FS is not set |
818 | # CONFIG_ROMFS_FS is not set | ||
948 | # CONFIG_SYSV_FS is not set | 819 | # CONFIG_SYSV_FS is not set |
949 | # CONFIG_UFS_FS is not set | 820 | # CONFIG_UFS_FS is not set |
950 | 821 | CONFIG_NETWORK_FILESYSTEMS=y | |
951 | # | 822 | CONFIG_NFS_FS=y |
952 | # Network File Systems | 823 | # CONFIG_NFS_V3 is not set |
953 | # | 824 | # CONFIG_NFS_V4 is not set |
954 | # CONFIG_NFS_FS is not set | ||
955 | # CONFIG_NFSD is not set | 825 | # CONFIG_NFSD is not set |
826 | CONFIG_ROOT_NFS=y | ||
827 | CONFIG_LOCKD=y | ||
828 | CONFIG_NFS_COMMON=y | ||
829 | CONFIG_SUNRPC=y | ||
830 | # CONFIG_SUNRPC_BIND34 is not set | ||
831 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
832 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
956 | # CONFIG_SMB_FS is not set | 833 | # CONFIG_SMB_FS is not set |
957 | # CONFIG_CIFS is not set | 834 | # CONFIG_CIFS is not set |
958 | # CONFIG_NCP_FS is not set | 835 | # CONFIG_NCP_FS is not set |
959 | # CONFIG_CODA_FS is not set | 836 | # CONFIG_CODA_FS is not set |
960 | # CONFIG_AFS_FS is not set | 837 | # CONFIG_AFS_FS is not set |
961 | # CONFIG_9P_FS is not set | ||
962 | 838 | ||
963 | # | 839 | # |
964 | # Partition Types | 840 | # Partition Types |
965 | # | 841 | # |
966 | # CONFIG_PARTITION_ADVANCED is not set | 842 | # CONFIG_PARTITION_ADVANCED is not set |
967 | CONFIG_MSDOS_PARTITION=y | 843 | CONFIG_MSDOS_PARTITION=y |
968 | |||
969 | # | ||
970 | # Native Language Support | ||
971 | # | ||
972 | # CONFIG_NLS is not set | 844 | # CONFIG_NLS is not set |
973 | |||
974 | # | ||
975 | # Distributed Lock Manager | ||
976 | # | ||
977 | # CONFIG_DLM is not set | 845 | # CONFIG_DLM is not set |
978 | 846 | ||
979 | # | 847 | # |
980 | # Profiling support | ||
981 | # | ||
982 | # CONFIG_PROFILING is not set | ||
983 | |||
984 | # | ||
985 | # Kernel hacking | 848 | # Kernel hacking |
986 | # | 849 | # |
987 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 850 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
988 | # CONFIG_PRINTK_TIME is not set | 851 | # CONFIG_PRINTK_TIME is not set |
852 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
989 | CONFIG_ENABLE_MUST_CHECK=y | 853 | CONFIG_ENABLE_MUST_CHECK=y |
854 | CONFIG_FRAME_WARN=1024 | ||
990 | # CONFIG_MAGIC_SYSRQ is not set | 855 | # CONFIG_MAGIC_SYSRQ is not set |
991 | # CONFIG_UNUSED_SYMBOLS is not set | 856 | # CONFIG_UNUSED_SYMBOLS is not set |
992 | # CONFIG_DEBUG_FS is not set | 857 | # CONFIG_DEBUG_FS is not set |
993 | # CONFIG_HEADERS_CHECK is not set | 858 | # CONFIG_HEADERS_CHECK is not set |
994 | CONFIG_DEBUG_KERNEL=y | 859 | CONFIG_DEBUG_KERNEL=y |
995 | # CONFIG_DEBUG_SHIRQ is not set | 860 | # CONFIG_DEBUG_SHIRQ is not set |
996 | CONFIG_LOG_BUF_SHIFT=14 | ||
997 | # CONFIG_DETECT_SOFTLOCKUP is not set | 861 | # CONFIG_DETECT_SOFTLOCKUP is not set |
862 | CONFIG_SCHED_DEBUG=y | ||
998 | # CONFIG_SCHEDSTATS is not set | 863 | # CONFIG_SCHEDSTATS is not set |
999 | # CONFIG_TIMER_STATS is not set | 864 | # CONFIG_TIMER_STATS is not set |
865 | # CONFIG_DEBUG_OBJECTS is not set | ||
1000 | # CONFIG_DEBUG_SLAB is not set | 866 | # CONFIG_DEBUG_SLAB is not set |
1001 | # CONFIG_DEBUG_RT_MUTEXES is not set | 867 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1002 | # CONFIG_RT_MUTEX_TESTER is not set | 868 | # CONFIG_RT_MUTEX_TESTER is not set |
@@ -1004,21 +870,28 @@ CONFIG_LOG_BUF_SHIFT=14 | |||
1004 | # CONFIG_DEBUG_MUTEXES is not set | 870 | # CONFIG_DEBUG_MUTEXES is not set |
1005 | # CONFIG_DEBUG_LOCK_ALLOC is not set | 871 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
1006 | # CONFIG_PROVE_LOCKING is not set | 872 | # CONFIG_PROVE_LOCKING is not set |
873 | # CONFIG_LOCK_STAT is not set | ||
1007 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 874 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1008 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 875 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1009 | # CONFIG_DEBUG_KOBJECT is not set | 876 | # CONFIG_DEBUG_KOBJECT is not set |
1010 | CONFIG_DEBUG_INFO=y | 877 | CONFIG_DEBUG_INFO=y |
1011 | # CONFIG_DEBUG_VM is not set | 878 | # CONFIG_DEBUG_VM is not set |
879 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1012 | # CONFIG_DEBUG_LIST is not set | 880 | # CONFIG_DEBUG_LIST is not set |
881 | # CONFIG_DEBUG_SG is not set | ||
1013 | CONFIG_FRAME_POINTER=y | 882 | CONFIG_FRAME_POINTER=y |
1014 | # CONFIG_FORCED_INLINING is not set | 883 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1015 | # CONFIG_RCU_TORTURE_TEST is not set | 884 | # CONFIG_RCU_TORTURE_TEST is not set |
885 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1016 | # CONFIG_FAULT_INJECTION is not set | 886 | # CONFIG_FAULT_INJECTION is not set |
887 | # CONFIG_SAMPLES is not set | ||
1017 | # CONFIG_SH_STANDARD_BIOS is not set | 888 | # CONFIG_SH_STANDARD_BIOS is not set |
1018 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 889 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
890 | # CONFIG_DEBUG_BOOTMEM is not set | ||
1019 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 891 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1020 | # CONFIG_DEBUG_STACK_USAGE is not set | 892 | # CONFIG_DEBUG_STACK_USAGE is not set |
1021 | # CONFIG_4KSTACKS is not set | 893 | # CONFIG_4KSTACKS is not set |
894 | # CONFIG_IRQSTACKS is not set | ||
1022 | # CONFIG_SH_KGDB is not set | 895 | # CONFIG_SH_KGDB is not set |
1023 | 896 | ||
1024 | # | 897 | # |
@@ -1026,62 +899,100 @@ CONFIG_FRAME_POINTER=y | |||
1026 | # | 899 | # |
1027 | # CONFIG_KEYS is not set | 900 | # CONFIG_KEYS is not set |
1028 | # CONFIG_SECURITY is not set | 901 | # CONFIG_SECURITY is not set |
902 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
903 | CONFIG_CRYPTO=y | ||
1029 | 904 | ||
1030 | # | 905 | # |
1031 | # Cryptographic options | 906 | # Crypto core or helper |
1032 | # | 907 | # |
1033 | CONFIG_CRYPTO=y | ||
1034 | CONFIG_CRYPTO_ALGAPI=y | 908 | CONFIG_CRYPTO_ALGAPI=y |
909 | CONFIG_CRYPTO_AEAD=y | ||
1035 | CONFIG_CRYPTO_BLKCIPHER=y | 910 | CONFIG_CRYPTO_BLKCIPHER=y |
1036 | CONFIG_CRYPTO_HASH=y | 911 | CONFIG_CRYPTO_HASH=y |
1037 | CONFIG_CRYPTO_MANAGER=y | 912 | CONFIG_CRYPTO_MANAGER=y |
913 | # CONFIG_CRYPTO_GF128MUL is not set | ||
914 | # CONFIG_CRYPTO_NULL is not set | ||
915 | # CONFIG_CRYPTO_CRYPTD is not set | ||
916 | CONFIG_CRYPTO_AUTHENC=y | ||
917 | # CONFIG_CRYPTO_TEST is not set | ||
918 | |||
919 | # | ||
920 | # Authenticated Encryption with Associated Data | ||
921 | # | ||
922 | # CONFIG_CRYPTO_CCM is not set | ||
923 | # CONFIG_CRYPTO_GCM is not set | ||
924 | # CONFIG_CRYPTO_SEQIV is not set | ||
925 | |||
926 | # | ||
927 | # Block modes | ||
928 | # | ||
929 | CONFIG_CRYPTO_CBC=y | ||
930 | # CONFIG_CRYPTO_CTR is not set | ||
931 | # CONFIG_CRYPTO_CTS is not set | ||
932 | CONFIG_CRYPTO_ECB=m | ||
933 | # CONFIG_CRYPTO_LRW is not set | ||
934 | CONFIG_CRYPTO_PCBC=m | ||
935 | # CONFIG_CRYPTO_XTS is not set | ||
936 | |||
937 | # | ||
938 | # Hash modes | ||
939 | # | ||
1038 | CONFIG_CRYPTO_HMAC=y | 940 | CONFIG_CRYPTO_HMAC=y |
1039 | # CONFIG_CRYPTO_XCBC is not set | 941 | # CONFIG_CRYPTO_XCBC is not set |
1040 | # CONFIG_CRYPTO_NULL is not set | 942 | |
943 | # | ||
944 | # Digest | ||
945 | # | ||
946 | # CONFIG_CRYPTO_CRC32C is not set | ||
1041 | # CONFIG_CRYPTO_MD4 is not set | 947 | # CONFIG_CRYPTO_MD4 is not set |
1042 | CONFIG_CRYPTO_MD5=y | 948 | CONFIG_CRYPTO_MD5=y |
949 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1043 | CONFIG_CRYPTO_SHA1=y | 950 | CONFIG_CRYPTO_SHA1=y |
1044 | # CONFIG_CRYPTO_SHA256 is not set | 951 | # CONFIG_CRYPTO_SHA256 is not set |
1045 | # CONFIG_CRYPTO_SHA512 is not set | 952 | # CONFIG_CRYPTO_SHA512 is not set |
1046 | # CONFIG_CRYPTO_WP512 is not set | ||
1047 | # CONFIG_CRYPTO_TGR192 is not set | 953 | # CONFIG_CRYPTO_TGR192 is not set |
1048 | # CONFIG_CRYPTO_GF128MUL is not set | 954 | # CONFIG_CRYPTO_WP512 is not set |
1049 | CONFIG_CRYPTO_ECB=m | 955 | |
1050 | CONFIG_CRYPTO_CBC=y | 956 | # |
1051 | CONFIG_CRYPTO_PCBC=m | 957 | # Ciphers |
1052 | # CONFIG_CRYPTO_LRW is not set | 958 | # |
1053 | CONFIG_CRYPTO_DES=y | ||
1054 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1055 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1056 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1057 | # CONFIG_CRYPTO_SERPENT is not set | ||
1058 | # CONFIG_CRYPTO_AES is not set | 959 | # CONFIG_CRYPTO_AES is not set |
960 | # CONFIG_CRYPTO_ANUBIS is not set | ||
961 | # CONFIG_CRYPTO_ARC4 is not set | ||
962 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
963 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1059 | # CONFIG_CRYPTO_CAST5 is not set | 964 | # CONFIG_CRYPTO_CAST5 is not set |
1060 | # CONFIG_CRYPTO_CAST6 is not set | 965 | # CONFIG_CRYPTO_CAST6 is not set |
1061 | # CONFIG_CRYPTO_TEA is not set | 966 | CONFIG_CRYPTO_DES=y |
1062 | # CONFIG_CRYPTO_ARC4 is not set | 967 | # CONFIG_CRYPTO_FCRYPT is not set |
1063 | # CONFIG_CRYPTO_KHAZAD is not set | 968 | # CONFIG_CRYPTO_KHAZAD is not set |
1064 | # CONFIG_CRYPTO_ANUBIS is not set | 969 | # CONFIG_CRYPTO_SALSA20 is not set |
1065 | CONFIG_CRYPTO_DEFLATE=y | 970 | # CONFIG_CRYPTO_SEED is not set |
1066 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 971 | # CONFIG_CRYPTO_SERPENT is not set |
1067 | # CONFIG_CRYPTO_CRC32C is not set | 972 | # CONFIG_CRYPTO_TEA is not set |
1068 | # CONFIG_CRYPTO_CAMELLIA is not set | 973 | # CONFIG_CRYPTO_TWOFISH is not set |
1069 | # CONFIG_CRYPTO_TEST is not set | ||
1070 | 974 | ||
1071 | # | 975 | # |
1072 | # Hardware crypto devices | 976 | # Compression |
1073 | # | 977 | # |
978 | CONFIG_CRYPTO_DEFLATE=y | ||
979 | # CONFIG_CRYPTO_LZO is not set | ||
980 | CONFIG_CRYPTO_HW=y | ||
1074 | 981 | ||
1075 | # | 982 | # |
1076 | # Library routines | 983 | # Library routines |
1077 | # | 984 | # |
1078 | CONFIG_BITREVERSE=y | 985 | CONFIG_BITREVERSE=y |
986 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1079 | CONFIG_CRC_CCITT=y | 987 | CONFIG_CRC_CCITT=y |
1080 | # CONFIG_CRC16 is not set | 988 | # CONFIG_CRC16 is not set |
989 | # CONFIG_CRC_ITU_T is not set | ||
1081 | CONFIG_CRC32=y | 990 | CONFIG_CRC32=y |
991 | # CONFIG_CRC7 is not set | ||
1082 | # CONFIG_LIBCRC32C is not set | 992 | # CONFIG_LIBCRC32C is not set |
1083 | CONFIG_ZLIB_INFLATE=y | 993 | CONFIG_ZLIB_INFLATE=y |
1084 | CONFIG_ZLIB_DEFLATE=y | 994 | CONFIG_ZLIB_DEFLATE=y |
1085 | CONFIG_PLIST=y | 995 | CONFIG_PLIST=y |
1086 | CONFIG_HAS_IOMEM=y | 996 | CONFIG_HAS_IOMEM=y |
1087 | CONFIG_HAS_IOPORT=y | 997 | CONFIG_HAS_IOPORT=y |
998 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/sh7763rdp_defconfig b/arch/sh/configs/sh7763rdp_defconfig new file mode 100644 index 000000000000..83f3fe5db3e5 --- /dev/null +++ b/arch/sh/configs/sh7763rdp_defconfig | |||
@@ -0,0 +1,1052 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc4 | ||
4 | # Fri Jun 6 12:20:17 2008 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | CONFIG_GENERIC_BUG=y | ||
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
11 | CONFIG_GENERIC_HWEIGHT=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_GENERIC_IRQ_PROBE=y | ||
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
15 | CONFIG_GENERIC_TIME=y | ||
16 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
17 | CONFIG_STACKTRACE_SUPPORT=y | ||
18 | CONFIG_LOCKDEP_SUPPORT=y | ||
19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
21 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
22 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
24 | |||
25 | # | ||
26 | # General setup | ||
27 | # | ||
28 | CONFIG_EXPERIMENTAL=y | ||
29 | CONFIG_BROKEN_ON_SMP=y | ||
30 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
31 | CONFIG_LOCALVERSION="" | ||
32 | CONFIG_LOCALVERSION_AUTO=y | ||
33 | CONFIG_SWAP=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | CONFIG_SYSVIPC_SYSCTL=y | ||
36 | # CONFIG_POSIX_MQUEUE is not set | ||
37 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
38 | # CONFIG_TASKSTATS is not set | ||
39 | # CONFIG_AUDIT is not set | ||
40 | CONFIG_IKCONFIG=y | ||
41 | CONFIG_IKCONFIG_PROC=y | ||
42 | CONFIG_LOG_BUF_SHIFT=14 | ||
43 | # CONFIG_CGROUPS is not set | ||
44 | CONFIG_GROUP_SCHED=y | ||
45 | CONFIG_FAIR_GROUP_SCHED=y | ||
46 | # CONFIG_RT_GROUP_SCHED is not set | ||
47 | CONFIG_USER_SCHED=y | ||
48 | # CONFIG_CGROUP_SCHED is not set | ||
49 | CONFIG_SYSFS_DEPRECATED=y | ||
50 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
51 | # CONFIG_RELAY is not set | ||
52 | CONFIG_NAMESPACES=y | ||
53 | CONFIG_UTS_NS=y | ||
54 | CONFIG_IPC_NS=y | ||
55 | # CONFIG_USER_NS is not set | ||
56 | # CONFIG_PID_NS is not set | ||
57 | # CONFIG_BLK_DEV_INITRD is not set | ||
58 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
59 | CONFIG_SYSCTL=y | ||
60 | CONFIG_EMBEDDED=y | ||
61 | CONFIG_UID16=y | ||
62 | # CONFIG_SYSCTL_SYSCALL is not set | ||
63 | CONFIG_KALLSYMS=y | ||
64 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
65 | CONFIG_HOTPLUG=y | ||
66 | CONFIG_PRINTK=y | ||
67 | CONFIG_BUG=y | ||
68 | CONFIG_ELF_CORE=y | ||
69 | CONFIG_COMPAT_BRK=y | ||
70 | CONFIG_BASE_FULL=y | ||
71 | CONFIG_FUTEX=y | ||
72 | CONFIG_ANON_INODES=y | ||
73 | CONFIG_EPOLL=y | ||
74 | CONFIG_SIGNALFD=y | ||
75 | CONFIG_TIMERFD=y | ||
76 | CONFIG_EVENTFD=y | ||
77 | CONFIG_SHMEM=y | ||
78 | CONFIG_VM_EVENT_COUNTERS=y | ||
79 | CONFIG_SLAB=y | ||
80 | # CONFIG_SLUB is not set | ||
81 | # CONFIG_SLOB is not set | ||
82 | CONFIG_PROFILING=y | ||
83 | # CONFIG_MARKERS is not set | ||
84 | CONFIG_OPROFILE=y | ||
85 | CONFIG_HAVE_OPROFILE=y | ||
86 | # CONFIG_HAVE_KPROBES is not set | ||
87 | # CONFIG_HAVE_KRETPROBES is not set | ||
88 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
89 | CONFIG_PROC_PAGE_MONITOR=y | ||
90 | CONFIG_SLABINFO=y | ||
91 | CONFIG_RT_MUTEXES=y | ||
92 | # CONFIG_TINY_SHMEM is not set | ||
93 | CONFIG_BASE_SMALL=0 | ||
94 | CONFIG_MODULES=y | ||
95 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
96 | # CONFIG_MODULE_UNLOAD is not set | ||
97 | # CONFIG_MODVERSIONS is not set | ||
98 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
99 | # CONFIG_KMOD is not set | ||
100 | CONFIG_BLOCK=y | ||
101 | # CONFIG_LBD is not set | ||
102 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
103 | # CONFIG_LSF is not set | ||
104 | # CONFIG_BLK_DEV_BSG is not set | ||
105 | |||
106 | # | ||
107 | # IO Schedulers | ||
108 | # | ||
109 | CONFIG_IOSCHED_NOOP=y | ||
110 | CONFIG_IOSCHED_AS=y | ||
111 | CONFIG_IOSCHED_DEADLINE=y | ||
112 | CONFIG_IOSCHED_CFQ=y | ||
113 | CONFIG_DEFAULT_AS=y | ||
114 | # CONFIG_DEFAULT_DEADLINE is not set | ||
115 | # CONFIG_DEFAULT_CFQ is not set | ||
116 | # CONFIG_DEFAULT_NOOP is not set | ||
117 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
118 | CONFIG_CLASSIC_RCU=y | ||
119 | |||
120 | # | ||
121 | # System type | ||
122 | # | ||
123 | CONFIG_CPU_SH4=y | ||
124 | CONFIG_CPU_SH4A=y | ||
125 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
126 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
127 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
128 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
129 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
130 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
131 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
132 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
133 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
134 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
137 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
138 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
139 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
140 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
141 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
142 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
143 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
144 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | ||
145 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
146 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
147 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
148 | CONFIG_CPU_SUBTYPE_SH7763=y | ||
149 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
150 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
151 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | ||
152 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | ||
153 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
155 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
156 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
157 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
158 | |||
159 | # | ||
160 | # Memory management options | ||
161 | # | ||
162 | CONFIG_QUICKLIST=y | ||
163 | CONFIG_MMU=y | ||
164 | CONFIG_PAGE_OFFSET=0x80000000 | ||
165 | CONFIG_MEMORY_START=0x0c000000 | ||
166 | CONFIG_MEMORY_SIZE=0x04000000 | ||
167 | CONFIG_29BIT=y | ||
168 | CONFIG_VSYSCALL=y | ||
169 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
170 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
171 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
172 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
173 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
174 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
175 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
176 | CONFIG_PAGE_SIZE_4KB=y | ||
177 | # CONFIG_PAGE_SIZE_8KB is not set | ||
178 | # CONFIG_PAGE_SIZE_16KB is not set | ||
179 | # CONFIG_PAGE_SIZE_64KB is not set | ||
180 | CONFIG_SELECT_MEMORY_MODEL=y | ||
181 | # CONFIG_FLATMEM_MANUAL is not set | ||
182 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
183 | CONFIG_SPARSEMEM_MANUAL=y | ||
184 | CONFIG_SPARSEMEM=y | ||
185 | CONFIG_HAVE_MEMORY_PRESENT=y | ||
186 | CONFIG_SPARSEMEM_STATIC=y | ||
187 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
188 | # CONFIG_MEMORY_HOTPLUG is not set | ||
189 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
190 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
191 | # CONFIG_RESOURCES_64BIT is not set | ||
192 | CONFIG_ZONE_DMA_FLAG=0 | ||
193 | CONFIG_NR_QUICK=2 | ||
194 | |||
195 | # | ||
196 | # Cache configuration | ||
197 | # | ||
198 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
199 | CONFIG_CACHE_WRITEBACK=y | ||
200 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
201 | # CONFIG_CACHE_OFF is not set | ||
202 | |||
203 | # | ||
204 | # Processor features | ||
205 | # | ||
206 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
207 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
208 | CONFIG_SH_FPU=y | ||
209 | # CONFIG_SH_STORE_QUEUES is not set | ||
210 | CONFIG_CPU_HAS_INTEVT=y | ||
211 | CONFIG_CPU_HAS_SR_RB=y | ||
212 | CONFIG_CPU_HAS_FPU=y | ||
213 | |||
214 | # | ||
215 | # Board support | ||
216 | # | ||
217 | CONFIG_SH_SH7763RDP=y | ||
218 | |||
219 | # | ||
220 | # Timer and clock configuration | ||
221 | # | ||
222 | CONFIG_SH_TMU=y | ||
223 | CONFIG_SH_TIMER_IRQ=28 | ||
224 | CONFIG_SH_PCLK_FREQ=66666666 | ||
225 | # CONFIG_TICK_ONESHOT is not set | ||
226 | # CONFIG_NO_HZ is not set | ||
227 | # CONFIG_HIGH_RES_TIMERS is not set | ||
228 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
229 | |||
230 | # | ||
231 | # CPU Frequency scaling | ||
232 | # | ||
233 | # CONFIG_CPU_FREQ is not set | ||
234 | |||
235 | # | ||
236 | # DMA support | ||
237 | # | ||
238 | # CONFIG_SH_DMA is not set | ||
239 | |||
240 | # | ||
241 | # Companion Chips | ||
242 | # | ||
243 | |||
244 | # | ||
245 | # Additional SuperH Device Drivers | ||
246 | # | ||
247 | # CONFIG_HEARTBEAT is not set | ||
248 | # CONFIG_PUSH_SWITCH is not set | ||
249 | |||
250 | # | ||
251 | # Kernel features | ||
252 | # | ||
253 | # CONFIG_HZ_100 is not set | ||
254 | CONFIG_HZ_250=y | ||
255 | # CONFIG_HZ_300 is not set | ||
256 | # CONFIG_HZ_1000 is not set | ||
257 | CONFIG_HZ=250 | ||
258 | # CONFIG_SCHED_HRTICK is not set | ||
259 | # CONFIG_KEXEC is not set | ||
260 | # CONFIG_CRASH_DUMP is not set | ||
261 | CONFIG_PREEMPT_NONE=y | ||
262 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
263 | # CONFIG_PREEMPT is not set | ||
264 | CONFIG_GUSA=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | ||
270 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
271 | CONFIG_CMDLINE_BOOL=y | ||
272 | CONFIG_CMDLINE="console=ttySC2,115200 root=/dev/sda1 rootdelay=10" | ||
273 | |||
274 | # | ||
275 | # Bus options | ||
276 | # | ||
277 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
278 | # CONFIG_PCCARD is not set | ||
279 | |||
280 | # | ||
281 | # Executable file formats | ||
282 | # | ||
283 | CONFIG_BINFMT_ELF=y | ||
284 | # CONFIG_BINFMT_MISC is not set | ||
285 | |||
286 | # | ||
287 | # Networking | ||
288 | # | ||
289 | CONFIG_NET=y | ||
290 | |||
291 | # | ||
292 | # Networking options | ||
293 | # | ||
294 | CONFIG_PACKET=y | ||
295 | # CONFIG_PACKET_MMAP is not set | ||
296 | CONFIG_UNIX=y | ||
297 | CONFIG_XFRM=y | ||
298 | # CONFIG_XFRM_USER is not set | ||
299 | # CONFIG_XFRM_SUB_POLICY is not set | ||
300 | # CONFIG_XFRM_MIGRATE is not set | ||
301 | # CONFIG_XFRM_STATISTICS is not set | ||
302 | # CONFIG_NET_KEY is not set | ||
303 | CONFIG_INET=y | ||
304 | # CONFIG_IP_MULTICAST is not set | ||
305 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
306 | CONFIG_IP_FIB_HASH=y | ||
307 | CONFIG_IP_PNP=y | ||
308 | CONFIG_IP_PNP_DHCP=y | ||
309 | CONFIG_IP_PNP_BOOTP=y | ||
310 | # CONFIG_IP_PNP_RARP is not set | ||
311 | # CONFIG_NET_IPIP is not set | ||
312 | # CONFIG_NET_IPGRE is not set | ||
313 | # CONFIG_ARPD is not set | ||
314 | # CONFIG_SYN_COOKIES is not set | ||
315 | # CONFIG_INET_AH is not set | ||
316 | # CONFIG_INET_ESP is not set | ||
317 | # CONFIG_INET_IPCOMP is not set | ||
318 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
319 | # CONFIG_INET_TUNNEL is not set | ||
320 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
321 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
322 | CONFIG_INET_XFRM_MODE_BEET=y | ||
323 | # CONFIG_INET_LRO is not set | ||
324 | CONFIG_INET_DIAG=y | ||
325 | CONFIG_INET_TCP_DIAG=y | ||
326 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
327 | CONFIG_TCP_CONG_CUBIC=y | ||
328 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
329 | # CONFIG_TCP_MD5SIG is not set | ||
330 | # CONFIG_IPV6 is not set | ||
331 | # CONFIG_NETWORK_SECMARK is not set | ||
332 | # CONFIG_NETFILTER is not set | ||
333 | # CONFIG_IP_DCCP is not set | ||
334 | # CONFIG_IP_SCTP is not set | ||
335 | # CONFIG_TIPC is not set | ||
336 | # CONFIG_ATM is not set | ||
337 | # CONFIG_BRIDGE is not set | ||
338 | # CONFIG_VLAN_8021Q is not set | ||
339 | # CONFIG_DECNET is not set | ||
340 | # CONFIG_LLC2 is not set | ||
341 | # CONFIG_IPX is not set | ||
342 | # CONFIG_ATALK is not set | ||
343 | # CONFIG_X25 is not set | ||
344 | # CONFIG_LAPB is not set | ||
345 | # CONFIG_ECONET is not set | ||
346 | # CONFIG_WAN_ROUTER is not set | ||
347 | # CONFIG_NET_SCHED is not set | ||
348 | |||
349 | # | ||
350 | # Network testing | ||
351 | # | ||
352 | # CONFIG_NET_PKTGEN is not set | ||
353 | # CONFIG_HAMRADIO is not set | ||
354 | # CONFIG_CAN is not set | ||
355 | # CONFIG_IRDA is not set | ||
356 | # CONFIG_BT is not set | ||
357 | # CONFIG_AF_RXRPC is not set | ||
358 | |||
359 | # | ||
360 | # Wireless | ||
361 | # | ||
362 | # CONFIG_CFG80211 is not set | ||
363 | CONFIG_WIRELESS_EXT=y | ||
364 | # CONFIG_MAC80211 is not set | ||
365 | # CONFIG_IEEE80211 is not set | ||
366 | # CONFIG_RFKILL is not set | ||
367 | # CONFIG_NET_9P is not set | ||
368 | |||
369 | # | ||
370 | # Device Drivers | ||
371 | # | ||
372 | |||
373 | # | ||
374 | # Generic Driver Options | ||
375 | # | ||
376 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
377 | CONFIG_STANDALONE=y | ||
378 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
379 | CONFIG_FW_LOADER=y | ||
380 | # CONFIG_SYS_HYPERVISOR is not set | ||
381 | # CONFIG_CONNECTOR is not set | ||
382 | CONFIG_MTD=y | ||
383 | # CONFIG_MTD_DEBUG is not set | ||
384 | # CONFIG_MTD_CONCAT is not set | ||
385 | CONFIG_MTD_PARTITIONS=y | ||
386 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
387 | CONFIG_MTD_CMDLINE_PARTS=y | ||
388 | # CONFIG_MTD_AR7_PARTS is not set | ||
389 | |||
390 | # | ||
391 | # User Modules And Translation Layers | ||
392 | # | ||
393 | # CONFIG_MTD_CHAR is not set | ||
394 | CONFIG_MTD_BLKDEVS=y | ||
395 | # CONFIG_MTD_BLOCK is not set | ||
396 | # CONFIG_MTD_BLOCK_RO is not set | ||
397 | # CONFIG_FTL is not set | ||
398 | # CONFIG_NFTL is not set | ||
399 | # CONFIG_INFTL is not set | ||
400 | # CONFIG_RFD_FTL is not set | ||
401 | # CONFIG_SSFDC is not set | ||
402 | # CONFIG_MTD_OOPS is not set | ||
403 | |||
404 | # | ||
405 | # RAM/ROM/Flash chip drivers | ||
406 | # | ||
407 | CONFIG_MTD_CFI=y | ||
408 | CONFIG_MTD_JEDECPROBE=y | ||
409 | CONFIG_MTD_GEN_PROBE=y | ||
410 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
411 | CONFIG_MTD_CFI_NOSWAP=y | ||
412 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
413 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
414 | CONFIG_MTD_CFI_GEOMETRY=y | ||
415 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
416 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
417 | # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set | ||
418 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
419 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
420 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
421 | CONFIG_MTD_CFI_I1=y | ||
422 | CONFIG_MTD_CFI_I2=y | ||
423 | # CONFIG_MTD_CFI_I4 is not set | ||
424 | # CONFIG_MTD_CFI_I8 is not set | ||
425 | # CONFIG_MTD_OTP is not set | ||
426 | CONFIG_MTD_CFI_INTELEXT=y | ||
427 | CONFIG_MTD_CFI_AMDSTD=y | ||
428 | CONFIG_MTD_CFI_STAA=y | ||
429 | CONFIG_MTD_CFI_UTIL=y | ||
430 | # CONFIG_MTD_RAM is not set | ||
431 | # CONFIG_MTD_ROM is not set | ||
432 | # CONFIG_MTD_ABSENT is not set | ||
433 | |||
434 | # | ||
435 | # Mapping drivers for chip access | ||
436 | # | ||
437 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
438 | CONFIG_MTD_PHYSMAP=y | ||
439 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
440 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
441 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
442 | # CONFIG_MTD_PLATRAM is not set | ||
443 | |||
444 | # | ||
445 | # Self-contained MTD device drivers | ||
446 | # | ||
447 | # CONFIG_MTD_SLRAM is not set | ||
448 | # CONFIG_MTD_PHRAM is not set | ||
449 | # CONFIG_MTD_MTDRAM is not set | ||
450 | # CONFIG_MTD_BLOCK2MTD is not set | ||
451 | |||
452 | # | ||
453 | # Disk-On-Chip Device Drivers | ||
454 | # | ||
455 | # CONFIG_MTD_DOC2000 is not set | ||
456 | # CONFIG_MTD_DOC2001 is not set | ||
457 | # CONFIG_MTD_DOC2001PLUS is not set | ||
458 | # CONFIG_MTD_NAND is not set | ||
459 | # CONFIG_MTD_ONENAND is not set | ||
460 | |||
461 | # | ||
462 | # UBI - Unsorted block images | ||
463 | # | ||
464 | # CONFIG_MTD_UBI is not set | ||
465 | # CONFIG_PARPORT is not set | ||
466 | CONFIG_BLK_DEV=y | ||
467 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
468 | # CONFIG_BLK_DEV_LOOP is not set | ||
469 | # CONFIG_BLK_DEV_NBD is not set | ||
470 | # CONFIG_BLK_DEV_UB is not set | ||
471 | # CONFIG_BLK_DEV_RAM is not set | ||
472 | # CONFIG_CDROM_PKTCDVD is not set | ||
473 | # CONFIG_ATA_OVER_ETH is not set | ||
474 | # CONFIG_MISC_DEVICES is not set | ||
475 | CONFIG_HAVE_IDE=y | ||
476 | # CONFIG_IDE is not set | ||
477 | |||
478 | # | ||
479 | # SCSI device support | ||
480 | # | ||
481 | # CONFIG_RAID_ATTRS is not set | ||
482 | CONFIG_SCSI=y | ||
483 | CONFIG_SCSI_DMA=y | ||
484 | # CONFIG_SCSI_TGT is not set | ||
485 | # CONFIG_SCSI_NETLINK is not set | ||
486 | CONFIG_SCSI_PROC_FS=y | ||
487 | |||
488 | # | ||
489 | # SCSI support type (disk, tape, CD-ROM) | ||
490 | # | ||
491 | CONFIG_BLK_DEV_SD=y | ||
492 | # CONFIG_CHR_DEV_ST is not set | ||
493 | # CONFIG_CHR_DEV_OSST is not set | ||
494 | # CONFIG_BLK_DEV_SR is not set | ||
495 | # CONFIG_CHR_DEV_SG is not set | ||
496 | # CONFIG_CHR_DEV_SCH is not set | ||
497 | |||
498 | # | ||
499 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
500 | # | ||
501 | # CONFIG_SCSI_MULTI_LUN is not set | ||
502 | # CONFIG_SCSI_CONSTANTS is not set | ||
503 | # CONFIG_SCSI_LOGGING is not set | ||
504 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
505 | CONFIG_SCSI_WAIT_SCAN=m | ||
506 | |||
507 | # | ||
508 | # SCSI Transports | ||
509 | # | ||
510 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
511 | # CONFIG_SCSI_FC_ATTRS is not set | ||
512 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
513 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
514 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
515 | CONFIG_SCSI_LOWLEVEL=y | ||
516 | # CONFIG_ISCSI_TCP is not set | ||
517 | # CONFIG_SCSI_DEBUG is not set | ||
518 | # CONFIG_ATA is not set | ||
519 | # CONFIG_MD is not set | ||
520 | CONFIG_NETDEVICES=y | ||
521 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
522 | # CONFIG_DUMMY is not set | ||
523 | # CONFIG_BONDING is not set | ||
524 | # CONFIG_MACVLAN is not set | ||
525 | # CONFIG_EQUALIZER is not set | ||
526 | # CONFIG_TUN is not set | ||
527 | # CONFIG_VETH is not set | ||
528 | CONFIG_PHYLIB=y | ||
529 | |||
530 | # | ||
531 | # MII PHY device drivers | ||
532 | # | ||
533 | # CONFIG_MARVELL_PHY is not set | ||
534 | # CONFIG_DAVICOM_PHY is not set | ||
535 | # CONFIG_QSEMI_PHY is not set | ||
536 | # CONFIG_LXT_PHY is not set | ||
537 | # CONFIG_CICADA_PHY is not set | ||
538 | # CONFIG_VITESSE_PHY is not set | ||
539 | # CONFIG_SMSC_PHY is not set | ||
540 | # CONFIG_BROADCOM_PHY is not set | ||
541 | # CONFIG_ICPLUS_PHY is not set | ||
542 | # CONFIG_REALTEK_PHY is not set | ||
543 | # CONFIG_FIXED_PHY is not set | ||
544 | CONFIG_MDIO_BITBANG=y | ||
545 | CONFIG_NET_ETHERNET=y | ||
546 | CONFIG_MII=y | ||
547 | # CONFIG_AX88796 is not set | ||
548 | # CONFIG_STNIC is not set | ||
549 | # CONFIG_SMC91X is not set | ||
550 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
551 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
552 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
553 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
554 | # CONFIG_B44 is not set | ||
555 | # CONFIG_NETDEV_1000 is not set | ||
556 | # CONFIG_NETDEV_10000 is not set | ||
557 | |||
558 | # | ||
559 | # Wireless LAN | ||
560 | # | ||
561 | # CONFIG_WLAN_PRE80211 is not set | ||
562 | # CONFIG_WLAN_80211 is not set | ||
563 | # CONFIG_IWLWIFI_LEDS is not set | ||
564 | |||
565 | # | ||
566 | # USB Network Adapters | ||
567 | # | ||
568 | # CONFIG_USB_CATC is not set | ||
569 | # CONFIG_USB_KAWETH is not set | ||
570 | # CONFIG_USB_PEGASUS is not set | ||
571 | # CONFIG_USB_RTL8150 is not set | ||
572 | # CONFIG_USB_USBNET is not set | ||
573 | # CONFIG_WAN is not set | ||
574 | # CONFIG_PPP is not set | ||
575 | # CONFIG_SLIP is not set | ||
576 | # CONFIG_NETCONSOLE is not set | ||
577 | # CONFIG_NETPOLL is not set | ||
578 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
579 | # CONFIG_ISDN is not set | ||
580 | # CONFIG_PHONE is not set | ||
581 | |||
582 | # | ||
583 | # Input device support | ||
584 | # | ||
585 | CONFIG_INPUT=y | ||
586 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
587 | # CONFIG_INPUT_POLLDEV is not set | ||
588 | |||
589 | # | ||
590 | # Userland interfaces | ||
591 | # | ||
592 | # CONFIG_INPUT_MOUSEDEV is not set | ||
593 | # CONFIG_INPUT_JOYDEV is not set | ||
594 | # CONFIG_INPUT_EVDEV is not set | ||
595 | # CONFIG_INPUT_EVBUG is not set | ||
596 | |||
597 | # | ||
598 | # Input Device Drivers | ||
599 | # | ||
600 | # CONFIG_INPUT_KEYBOARD is not set | ||
601 | # CONFIG_INPUT_MOUSE is not set | ||
602 | # CONFIG_INPUT_JOYSTICK is not set | ||
603 | # CONFIG_INPUT_TABLET is not set | ||
604 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
605 | # CONFIG_INPUT_MISC is not set | ||
606 | |||
607 | # | ||
608 | # Hardware I/O ports | ||
609 | # | ||
610 | # CONFIG_SERIO is not set | ||
611 | # CONFIG_GAMEPORT is not set | ||
612 | |||
613 | # | ||
614 | # Character devices | ||
615 | # | ||
616 | # CONFIG_VT is not set | ||
617 | CONFIG_DEVKMEM=y | ||
618 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
619 | |||
620 | # | ||
621 | # Serial drivers | ||
622 | # | ||
623 | # CONFIG_SERIAL_8250 is not set | ||
624 | |||
625 | # | ||
626 | # Non-8250 serial port support | ||
627 | # | ||
628 | CONFIG_SERIAL_SH_SCI=y | ||
629 | CONFIG_SERIAL_SH_SCI_NR_UARTS=3 | ||
630 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
631 | CONFIG_SERIAL_CORE=y | ||
632 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
633 | CONFIG_UNIX98_PTYS=y | ||
634 | CONFIG_LEGACY_PTYS=y | ||
635 | CONFIG_LEGACY_PTY_COUNT=256 | ||
636 | # CONFIG_IPMI_HANDLER is not set | ||
637 | CONFIG_HW_RANDOM=y | ||
638 | # CONFIG_R3964 is not set | ||
639 | # CONFIG_RAW_DRIVER is not set | ||
640 | # CONFIG_TCG_TPM is not set | ||
641 | # CONFIG_I2C is not set | ||
642 | # CONFIG_SPI is not set | ||
643 | # CONFIG_W1 is not set | ||
644 | # CONFIG_POWER_SUPPLY is not set | ||
645 | # CONFIG_HWMON is not set | ||
646 | # CONFIG_THERMAL is not set | ||
647 | # CONFIG_WATCHDOG is not set | ||
648 | |||
649 | # | ||
650 | # Sonics Silicon Backplane | ||
651 | # | ||
652 | CONFIG_SSB_POSSIBLE=y | ||
653 | # CONFIG_SSB is not set | ||
654 | |||
655 | # | ||
656 | # Multifunction device drivers | ||
657 | # | ||
658 | # CONFIG_MFD_SM501 is not set | ||
659 | # CONFIG_HTC_PASIC3 is not set | ||
660 | |||
661 | # | ||
662 | # Multimedia devices | ||
663 | # | ||
664 | |||
665 | # | ||
666 | # Multimedia core support | ||
667 | # | ||
668 | # CONFIG_VIDEO_DEV is not set | ||
669 | # CONFIG_DVB_CORE is not set | ||
670 | # CONFIG_VIDEO_MEDIA is not set | ||
671 | |||
672 | # | ||
673 | # Multimedia drivers | ||
674 | # | ||
675 | # CONFIG_DAB is not set | ||
676 | |||
677 | # | ||
678 | # Graphics support | ||
679 | # | ||
680 | # CONFIG_VGASTATE is not set | ||
681 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
682 | # CONFIG_FB is not set | ||
683 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
684 | |||
685 | # | ||
686 | # Display device support | ||
687 | # | ||
688 | # CONFIG_DISPLAY_SUPPORT is not set | ||
689 | |||
690 | # | ||
691 | # Sound | ||
692 | # | ||
693 | # CONFIG_SOUND is not set | ||
694 | # CONFIG_HID_SUPPORT is not set | ||
695 | CONFIG_USB_SUPPORT=y | ||
696 | CONFIG_USB_ARCH_HAS_HCD=y | ||
697 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
698 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
699 | CONFIG_USB=y | ||
700 | # CONFIG_USB_DEBUG is not set | ||
701 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
702 | |||
703 | # | ||
704 | # Miscellaneous USB options | ||
705 | # | ||
706 | # CONFIG_USB_DEVICEFS is not set | ||
707 | CONFIG_USB_DEVICE_CLASS=y | ||
708 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
709 | # CONFIG_USB_OTG is not set | ||
710 | # CONFIG_USB_OTG_WHITELIST is not set | ||
711 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
712 | |||
713 | # | ||
714 | # USB Host Controller Drivers | ||
715 | # | ||
716 | # CONFIG_USB_C67X00_HCD is not set | ||
717 | # CONFIG_USB_ISP116X_HCD is not set | ||
718 | # CONFIG_USB_ISP1760_HCD is not set | ||
719 | CONFIG_USB_OHCI_HCD=y | ||
720 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
721 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
722 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
723 | # CONFIG_USB_SL811_HCD is not set | ||
724 | # CONFIG_USB_R8A66597_HCD is not set | ||
725 | |||
726 | # | ||
727 | # USB Device Class drivers | ||
728 | # | ||
729 | # CONFIG_USB_ACM is not set | ||
730 | # CONFIG_USB_PRINTER is not set | ||
731 | # CONFIG_USB_WDM is not set | ||
732 | |||
733 | # | ||
734 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
735 | # | ||
736 | |||
737 | # | ||
738 | # may also be needed; see USB_STORAGE Help for more information | ||
739 | # | ||
740 | CONFIG_USB_STORAGE=y | ||
741 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
742 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
743 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
744 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
745 | # CONFIG_USB_STORAGE_DPCM is not set | ||
746 | # CONFIG_USB_STORAGE_USBAT is not set | ||
747 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
748 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
749 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
750 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
751 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
752 | # CONFIG_USB_STORAGE_KARMA is not set | ||
753 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
754 | # CONFIG_USB_LIBUSUAL is not set | ||
755 | |||
756 | # | ||
757 | # USB Imaging devices | ||
758 | # | ||
759 | # CONFIG_USB_MDC800 is not set | ||
760 | # CONFIG_USB_MICROTEK is not set | ||
761 | CONFIG_USB_MON=y | ||
762 | |||
763 | # | ||
764 | # USB port drivers | ||
765 | # | ||
766 | # CONFIG_USB_SERIAL is not set | ||
767 | |||
768 | # | ||
769 | # USB Miscellaneous drivers | ||
770 | # | ||
771 | # CONFIG_USB_EMI62 is not set | ||
772 | # CONFIG_USB_EMI26 is not set | ||
773 | # CONFIG_USB_ADUTUX is not set | ||
774 | # CONFIG_USB_AUERSWALD is not set | ||
775 | # CONFIG_USB_RIO500 is not set | ||
776 | # CONFIG_USB_LEGOTOWER is not set | ||
777 | # CONFIG_USB_LCD is not set | ||
778 | # CONFIG_USB_BERRY_CHARGE is not set | ||
779 | # CONFIG_USB_LED is not set | ||
780 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
781 | # CONFIG_USB_CYTHERM is not set | ||
782 | # CONFIG_USB_PHIDGET is not set | ||
783 | # CONFIG_USB_IDMOUSE is not set | ||
784 | # CONFIG_USB_FTDI_ELAN is not set | ||
785 | # CONFIG_USB_APPLEDISPLAY is not set | ||
786 | # CONFIG_USB_LD is not set | ||
787 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
788 | # CONFIG_USB_IOWARRIOR is not set | ||
789 | # CONFIG_USB_ISIGHTFW is not set | ||
790 | # CONFIG_USB_GADGET is not set | ||
791 | # CONFIG_MMC is not set | ||
792 | # CONFIG_MEMSTICK is not set | ||
793 | # CONFIG_NEW_LEDS is not set | ||
794 | # CONFIG_ACCESSIBILITY is not set | ||
795 | # CONFIG_RTC_CLASS is not set | ||
796 | # CONFIG_UIO is not set | ||
797 | |||
798 | # | ||
799 | # File systems | ||
800 | # | ||
801 | CONFIG_EXT2_FS=y | ||
802 | # CONFIG_EXT2_FS_XATTR is not set | ||
803 | # CONFIG_EXT2_FS_XIP is not set | ||
804 | CONFIG_EXT3_FS=y | ||
805 | CONFIG_EXT3_FS_XATTR=y | ||
806 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
807 | # CONFIG_EXT3_FS_SECURITY is not set | ||
808 | # CONFIG_EXT4DEV_FS is not set | ||
809 | CONFIG_JBD=y | ||
810 | CONFIG_FS_MBCACHE=y | ||
811 | # CONFIG_REISERFS_FS is not set | ||
812 | # CONFIG_JFS_FS is not set | ||
813 | CONFIG_FS_POSIX_ACL=y | ||
814 | # CONFIG_XFS_FS is not set | ||
815 | # CONFIG_OCFS2_FS is not set | ||
816 | CONFIG_DNOTIFY=y | ||
817 | CONFIG_INOTIFY=y | ||
818 | CONFIG_INOTIFY_USER=y | ||
819 | # CONFIG_QUOTA is not set | ||
820 | CONFIG_AUTOFS_FS=y | ||
821 | CONFIG_AUTOFS4_FS=y | ||
822 | # CONFIG_FUSE_FS is not set | ||
823 | CONFIG_GENERIC_ACL=y | ||
824 | |||
825 | # | ||
826 | # CD-ROM/DVD Filesystems | ||
827 | # | ||
828 | # CONFIG_ISO9660_FS is not set | ||
829 | # CONFIG_UDF_FS is not set | ||
830 | |||
831 | # | ||
832 | # DOS/FAT/NT Filesystems | ||
833 | # | ||
834 | CONFIG_FAT_FS=y | ||
835 | CONFIG_MSDOS_FS=y | ||
836 | CONFIG_VFAT_FS=y | ||
837 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
838 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
839 | # CONFIG_NTFS_FS is not set | ||
840 | |||
841 | # | ||
842 | # Pseudo filesystems | ||
843 | # | ||
844 | CONFIG_PROC_FS=y | ||
845 | CONFIG_PROC_KCORE=y | ||
846 | CONFIG_PROC_SYSCTL=y | ||
847 | CONFIG_SYSFS=y | ||
848 | CONFIG_TMPFS=y | ||
849 | CONFIG_TMPFS_POSIX_ACL=y | ||
850 | # CONFIG_HUGETLBFS is not set | ||
851 | # CONFIG_HUGETLB_PAGE is not set | ||
852 | # CONFIG_CONFIGFS_FS is not set | ||
853 | |||
854 | # | ||
855 | # Miscellaneous filesystems | ||
856 | # | ||
857 | # CONFIG_ADFS_FS is not set | ||
858 | # CONFIG_AFFS_FS is not set | ||
859 | # CONFIG_HFS_FS is not set | ||
860 | # CONFIG_HFSPLUS_FS is not set | ||
861 | # CONFIG_BEFS_FS is not set | ||
862 | # CONFIG_BFS_FS is not set | ||
863 | # CONFIG_EFS_FS is not set | ||
864 | # CONFIG_JFFS2_FS is not set | ||
865 | # CONFIG_CRAMFS is not set | ||
866 | # CONFIG_VXFS_FS is not set | ||
867 | # CONFIG_MINIX_FS is not set | ||
868 | # CONFIG_HPFS_FS is not set | ||
869 | # CONFIG_QNX4FS_FS is not set | ||
870 | # CONFIG_ROMFS_FS is not set | ||
871 | # CONFIG_SYSV_FS is not set | ||
872 | # CONFIG_UFS_FS is not set | ||
873 | CONFIG_NETWORK_FILESYSTEMS=y | ||
874 | CONFIG_NFS_FS=y | ||
875 | # CONFIG_NFS_V3 is not set | ||
876 | # CONFIG_NFS_V4 is not set | ||
877 | # CONFIG_NFSD is not set | ||
878 | CONFIG_ROOT_NFS=y | ||
879 | CONFIG_LOCKD=y | ||
880 | CONFIG_NFS_COMMON=y | ||
881 | CONFIG_SUNRPC=y | ||
882 | # CONFIG_SUNRPC_BIND34 is not set | ||
883 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
884 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
885 | # CONFIG_SMB_FS is not set | ||
886 | # CONFIG_CIFS is not set | ||
887 | # CONFIG_NCP_FS is not set | ||
888 | # CONFIG_CODA_FS is not set | ||
889 | # CONFIG_AFS_FS is not set | ||
890 | |||
891 | # | ||
892 | # Partition Types | ||
893 | # | ||
894 | # CONFIG_PARTITION_ADVANCED is not set | ||
895 | CONFIG_MSDOS_PARTITION=y | ||
896 | CONFIG_NLS=y | ||
897 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
898 | CONFIG_NLS_CODEPAGE_437=y | ||
899 | CONFIG_NLS_CODEPAGE_737=y | ||
900 | CONFIG_NLS_CODEPAGE_775=y | ||
901 | CONFIG_NLS_CODEPAGE_850=y | ||
902 | CONFIG_NLS_CODEPAGE_852=y | ||
903 | CONFIG_NLS_CODEPAGE_855=y | ||
904 | CONFIG_NLS_CODEPAGE_857=y | ||
905 | CONFIG_NLS_CODEPAGE_860=y | ||
906 | CONFIG_NLS_CODEPAGE_861=y | ||
907 | CONFIG_NLS_CODEPAGE_862=y | ||
908 | CONFIG_NLS_CODEPAGE_863=y | ||
909 | CONFIG_NLS_CODEPAGE_864=y | ||
910 | CONFIG_NLS_CODEPAGE_865=y | ||
911 | CONFIG_NLS_CODEPAGE_866=y | ||
912 | CONFIG_NLS_CODEPAGE_869=y | ||
913 | CONFIG_NLS_CODEPAGE_936=y | ||
914 | CONFIG_NLS_CODEPAGE_950=y | ||
915 | CONFIG_NLS_CODEPAGE_932=y | ||
916 | CONFIG_NLS_CODEPAGE_949=y | ||
917 | CONFIG_NLS_CODEPAGE_874=y | ||
918 | CONFIG_NLS_ISO8859_8=y | ||
919 | CONFIG_NLS_CODEPAGE_1250=y | ||
920 | CONFIG_NLS_CODEPAGE_1251=y | ||
921 | CONFIG_NLS_ASCII=y | ||
922 | CONFIG_NLS_ISO8859_1=y | ||
923 | CONFIG_NLS_ISO8859_2=y | ||
924 | CONFIG_NLS_ISO8859_3=y | ||
925 | CONFIG_NLS_ISO8859_4=y | ||
926 | CONFIG_NLS_ISO8859_5=y | ||
927 | CONFIG_NLS_ISO8859_6=y | ||
928 | CONFIG_NLS_ISO8859_7=y | ||
929 | CONFIG_NLS_ISO8859_9=y | ||
930 | CONFIG_NLS_ISO8859_13=y | ||
931 | CONFIG_NLS_ISO8859_14=y | ||
932 | CONFIG_NLS_ISO8859_15=y | ||
933 | CONFIG_NLS_KOI8_R=y | ||
934 | CONFIG_NLS_KOI8_U=y | ||
935 | CONFIG_NLS_UTF8=y | ||
936 | # CONFIG_DLM is not set | ||
937 | |||
938 | # | ||
939 | # Kernel hacking | ||
940 | # | ||
941 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
942 | # CONFIG_PRINTK_TIME is not set | ||
943 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
944 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
945 | CONFIG_FRAME_WARN=1024 | ||
946 | # CONFIG_MAGIC_SYSRQ is not set | ||
947 | # CONFIG_UNUSED_SYMBOLS is not set | ||
948 | # CONFIG_DEBUG_FS is not set | ||
949 | # CONFIG_HEADERS_CHECK is not set | ||
950 | # CONFIG_DEBUG_KERNEL is not set | ||
951 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
952 | # CONFIG_SAMPLES is not set | ||
953 | # CONFIG_SH_STANDARD_BIOS is not set | ||
954 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
955 | # CONFIG_SH_KGDB is not set | ||
956 | |||
957 | # | ||
958 | # Security options | ||
959 | # | ||
960 | # CONFIG_KEYS is not set | ||
961 | # CONFIG_SECURITY is not set | ||
962 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
963 | CONFIG_CRYPTO=y | ||
964 | |||
965 | # | ||
966 | # Crypto core or helper | ||
967 | # | ||
968 | # CONFIG_CRYPTO_MANAGER is not set | ||
969 | # CONFIG_CRYPTO_GF128MUL is not set | ||
970 | # CONFIG_CRYPTO_NULL is not set | ||
971 | # CONFIG_CRYPTO_CRYPTD is not set | ||
972 | # CONFIG_CRYPTO_AUTHENC is not set | ||
973 | # CONFIG_CRYPTO_TEST is not set | ||
974 | |||
975 | # | ||
976 | # Authenticated Encryption with Associated Data | ||
977 | # | ||
978 | # CONFIG_CRYPTO_CCM is not set | ||
979 | # CONFIG_CRYPTO_GCM is not set | ||
980 | # CONFIG_CRYPTO_SEQIV is not set | ||
981 | |||
982 | # | ||
983 | # Block modes | ||
984 | # | ||
985 | # CONFIG_CRYPTO_CBC is not set | ||
986 | # CONFIG_CRYPTO_CTR is not set | ||
987 | # CONFIG_CRYPTO_CTS is not set | ||
988 | # CONFIG_CRYPTO_ECB is not set | ||
989 | # CONFIG_CRYPTO_LRW is not set | ||
990 | # CONFIG_CRYPTO_PCBC is not set | ||
991 | # CONFIG_CRYPTO_XTS is not set | ||
992 | |||
993 | # | ||
994 | # Hash modes | ||
995 | # | ||
996 | # CONFIG_CRYPTO_HMAC is not set | ||
997 | # CONFIG_CRYPTO_XCBC is not set | ||
998 | |||
999 | # | ||
1000 | # Digest | ||
1001 | # | ||
1002 | # CONFIG_CRYPTO_CRC32C is not set | ||
1003 | # CONFIG_CRYPTO_MD4 is not set | ||
1004 | # CONFIG_CRYPTO_MD5 is not set | ||
1005 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1006 | # CONFIG_CRYPTO_SHA1 is not set | ||
1007 | # CONFIG_CRYPTO_SHA256 is not set | ||
1008 | # CONFIG_CRYPTO_SHA512 is not set | ||
1009 | # CONFIG_CRYPTO_TGR192 is not set | ||
1010 | # CONFIG_CRYPTO_WP512 is not set | ||
1011 | |||
1012 | # | ||
1013 | # Ciphers | ||
1014 | # | ||
1015 | # CONFIG_CRYPTO_AES is not set | ||
1016 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1017 | # CONFIG_CRYPTO_ARC4 is not set | ||
1018 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1019 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1020 | # CONFIG_CRYPTO_CAST5 is not set | ||
1021 | # CONFIG_CRYPTO_CAST6 is not set | ||
1022 | # CONFIG_CRYPTO_DES is not set | ||
1023 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1024 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1025 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1026 | # CONFIG_CRYPTO_SEED is not set | ||
1027 | # CONFIG_CRYPTO_SERPENT is not set | ||
1028 | # CONFIG_CRYPTO_TEA is not set | ||
1029 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1030 | |||
1031 | # | ||
1032 | # Compression | ||
1033 | # | ||
1034 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1035 | # CONFIG_CRYPTO_LZO is not set | ||
1036 | CONFIG_CRYPTO_HW=y | ||
1037 | |||
1038 | # | ||
1039 | # Library routines | ||
1040 | # | ||
1041 | CONFIG_BITREVERSE=y | ||
1042 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1043 | # CONFIG_CRC_CCITT is not set | ||
1044 | # CONFIG_CRC16 is not set | ||
1045 | # CONFIG_CRC_ITU_T is not set | ||
1046 | CONFIG_CRC32=y | ||
1047 | # CONFIG_CRC7 is not set | ||
1048 | # CONFIG_LIBCRC32C is not set | ||
1049 | CONFIG_PLIST=y | ||
1050 | CONFIG_HAS_IOMEM=y | ||
1051 | CONFIG_HAS_IOPORT=y | ||
1052 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/sh7785lcr_defconfig b/arch/sh/configs/sh7785lcr_defconfig new file mode 100644 index 000000000000..ff72697365d1 --- /dev/null +++ b/arch/sh/configs/sh7785lcr_defconfig | |||
@@ -0,0 +1,1388 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc8 | ||
4 | # Tue Jul 15 21:37:59 2008 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_SUPERH32=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | CONFIG_GENERIC_BUG=y | ||
10 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
11 | CONFIG_GENERIC_HWEIGHT=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_GENERIC_IRQ_PROBE=y | ||
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
15 | CONFIG_GENERIC_TIME=y | ||
16 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
17 | CONFIG_SYS_SUPPORTS_NUMA=y | ||
18 | CONFIG_SYS_SUPPORTS_PCI=y | ||
19 | CONFIG_STACKTRACE_SUPPORT=y | ||
20 | CONFIG_LOCKDEP_SUPPORT=y | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
23 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
25 | CONFIG_IO_TRAPPED=y | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | CONFIG_BSD_PROCESS_ACCT=y | ||
42 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
43 | # CONFIG_TASKSTATS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | CONFIG_IKCONFIG=y | ||
46 | CONFIG_IKCONFIG_PROC=y | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | # CONFIG_CGROUPS is not set | ||
49 | CONFIG_GROUP_SCHED=y | ||
50 | CONFIG_FAIR_GROUP_SCHED=y | ||
51 | # CONFIG_RT_GROUP_SCHED is not set | ||
52 | CONFIG_USER_SCHED=y | ||
53 | # CONFIG_CGROUP_SCHED is not set | ||
54 | CONFIG_SYSFS_DEPRECATED=y | ||
55 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
56 | # CONFIG_RELAY is not set | ||
57 | # CONFIG_NAMESPACES is not set | ||
58 | # CONFIG_BLK_DEV_INITRD is not set | ||
59 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
60 | CONFIG_SYSCTL=y | ||
61 | CONFIG_EMBEDDED=y | ||
62 | CONFIG_UID16=y | ||
63 | CONFIG_SYSCTL_SYSCALL=y | ||
64 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
65 | CONFIG_KALLSYMS=y | ||
66 | # CONFIG_KALLSYMS_ALL is not set | ||
67 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
68 | CONFIG_HOTPLUG=y | ||
69 | CONFIG_PRINTK=y | ||
70 | CONFIG_BUG=y | ||
71 | CONFIG_ELF_CORE=y | ||
72 | CONFIG_COMPAT_BRK=y | ||
73 | CONFIG_BASE_FULL=y | ||
74 | CONFIG_FUTEX=y | ||
75 | CONFIG_ANON_INODES=y | ||
76 | CONFIG_EPOLL=y | ||
77 | CONFIG_SIGNALFD=y | ||
78 | CONFIG_TIMERFD=y | ||
79 | CONFIG_EVENTFD=y | ||
80 | CONFIG_SHMEM=y | ||
81 | CONFIG_VM_EVENT_COUNTERS=y | ||
82 | CONFIG_SLAB=y | ||
83 | # CONFIG_SLUB is not set | ||
84 | # CONFIG_SLOB is not set | ||
85 | CONFIG_PROFILING=y | ||
86 | # CONFIG_MARKERS is not set | ||
87 | # CONFIG_OPROFILE is not set | ||
88 | CONFIG_HAVE_OPROFILE=y | ||
89 | # CONFIG_HAVE_KPROBES is not set | ||
90 | # CONFIG_HAVE_KRETPROBES is not set | ||
91 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
92 | CONFIG_PROC_PAGE_MONITOR=y | ||
93 | CONFIG_SLABINFO=y | ||
94 | CONFIG_RT_MUTEXES=y | ||
95 | # CONFIG_TINY_SHMEM is not set | ||
96 | CONFIG_BASE_SMALL=0 | ||
97 | CONFIG_MODULES=y | ||
98 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
99 | CONFIG_MODULE_UNLOAD=y | ||
100 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
101 | # CONFIG_MODVERSIONS is not set | ||
102 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
103 | CONFIG_KMOD=y | ||
104 | CONFIG_BLOCK=y | ||
105 | # CONFIG_LBD is not set | ||
106 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
107 | # CONFIG_LSF is not set | ||
108 | # CONFIG_BLK_DEV_BSG is not set | ||
109 | |||
110 | # | ||
111 | # IO Schedulers | ||
112 | # | ||
113 | CONFIG_IOSCHED_NOOP=y | ||
114 | CONFIG_IOSCHED_AS=y | ||
115 | CONFIG_IOSCHED_DEADLINE=y | ||
116 | CONFIG_IOSCHED_CFQ=y | ||
117 | # CONFIG_DEFAULT_AS is not set | ||
118 | # CONFIG_DEFAULT_DEADLINE is not set | ||
119 | CONFIG_DEFAULT_CFQ=y | ||
120 | # CONFIG_DEFAULT_NOOP is not set | ||
121 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
122 | CONFIG_CLASSIC_RCU=y | ||
123 | |||
124 | # | ||
125 | # System type | ||
126 | # | ||
127 | CONFIG_CPU_SH4=y | ||
128 | CONFIG_CPU_SH4A=y | ||
129 | CONFIG_CPU_SHX2=y | ||
130 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
131 | # CONFIG_CPU_SUBTYPE_SH7203 is not set | ||
132 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
133 | # CONFIG_CPU_SUBTYPE_SH7263 is not set | ||
134 | # CONFIG_CPU_SUBTYPE_MXG is not set | ||
135 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
136 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
137 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
138 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
139 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
140 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
141 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
142 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
143 | # CONFIG_CPU_SUBTYPE_SH7721 is not set | ||
144 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
145 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
146 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
147 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
148 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
149 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | ||
150 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
151 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
152 | # CONFIG_CPU_SUBTYPE_SH7723 is not set | ||
153 | # CONFIG_CPU_SUBTYPE_SH7763 is not set | ||
154 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
155 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
156 | CONFIG_CPU_SUBTYPE_SH7785=y | ||
157 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | ||
158 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
160 | # CONFIG_CPU_SUBTYPE_SH7366 is not set | ||
161 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set | ||
162 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set | ||
163 | |||
164 | # | ||
165 | # Memory management options | ||
166 | # | ||
167 | CONFIG_QUICKLIST=y | ||
168 | CONFIG_MMU=y | ||
169 | CONFIG_PAGE_OFFSET=0x80000000 | ||
170 | CONFIG_MEMORY_START=0x08000000 | ||
171 | CONFIG_MEMORY_SIZE=0x08000000 | ||
172 | CONFIG_29BIT=y | ||
173 | # CONFIG_PMB is not set | ||
174 | # CONFIG_X2TLB is not set | ||
175 | CONFIG_VSYSCALL=y | ||
176 | # CONFIG_NUMA is not set | ||
177 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
178 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
179 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
180 | CONFIG_MAX_ACTIVE_REGIONS=2 | ||
181 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
182 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
183 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
184 | CONFIG_PAGE_SIZE_4KB=y | ||
185 | # CONFIG_PAGE_SIZE_8KB is not set | ||
186 | # CONFIG_PAGE_SIZE_16KB is not set | ||
187 | # CONFIG_PAGE_SIZE_64KB is not set | ||
188 | CONFIG_SELECT_MEMORY_MODEL=y | ||
189 | # CONFIG_FLATMEM_MANUAL is not set | ||
190 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
191 | CONFIG_SPARSEMEM_MANUAL=y | ||
192 | CONFIG_SPARSEMEM=y | ||
193 | CONFIG_HAVE_MEMORY_PRESENT=y | ||
194 | CONFIG_SPARSEMEM_STATIC=y | ||
195 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
196 | # CONFIG_MEMORY_HOTPLUG is not set | ||
197 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
198 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
199 | # CONFIG_RESOURCES_64BIT is not set | ||
200 | CONFIG_ZONE_DMA_FLAG=0 | ||
201 | CONFIG_NR_QUICK=2 | ||
202 | |||
203 | # | ||
204 | # Cache configuration | ||
205 | # | ||
206 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
207 | CONFIG_CACHE_WRITEBACK=y | ||
208 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
209 | # CONFIG_CACHE_OFF is not set | ||
210 | |||
211 | # | ||
212 | # Processor features | ||
213 | # | ||
214 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
215 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
216 | CONFIG_SH_FPU=y | ||
217 | CONFIG_SH_STORE_QUEUES=y | ||
218 | CONFIG_CPU_HAS_INTEVT=y | ||
219 | CONFIG_CPU_HAS_SR_RB=y | ||
220 | CONFIG_CPU_HAS_PTEA=y | ||
221 | CONFIG_CPU_HAS_FPU=y | ||
222 | |||
223 | # | ||
224 | # Board support | ||
225 | # | ||
226 | # CONFIG_SH_HIGHLANDER is not set | ||
227 | CONFIG_SH_SH7785LCR=y | ||
228 | CONFIG_SH_SH7785LCR_29BIT_PHYSMAPS=y | ||
229 | |||
230 | # | ||
231 | # Timer and clock configuration | ||
232 | # | ||
233 | CONFIG_SH_TMU=y | ||
234 | CONFIG_SH_TIMER_IRQ=28 | ||
235 | CONFIG_SH_PCLK_FREQ=50000000 | ||
236 | CONFIG_TICK_ONESHOT=y | ||
237 | # CONFIG_NO_HZ is not set | ||
238 | CONFIG_HIGH_RES_TIMERS=y | ||
239 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
240 | |||
241 | # | ||
242 | # CPU Frequency scaling | ||
243 | # | ||
244 | # CONFIG_CPU_FREQ is not set | ||
245 | |||
246 | # | ||
247 | # DMA support | ||
248 | # | ||
249 | # CONFIG_SH_DMA is not set | ||
250 | |||
251 | # | ||
252 | # Companion Chips | ||
253 | # | ||
254 | |||
255 | # | ||
256 | # Additional SuperH Device Drivers | ||
257 | # | ||
258 | CONFIG_HEARTBEAT=y | ||
259 | # CONFIG_PUSH_SWITCH is not set | ||
260 | |||
261 | # | ||
262 | # Kernel features | ||
263 | # | ||
264 | # CONFIG_HZ_100 is not set | ||
265 | CONFIG_HZ_250=y | ||
266 | # CONFIG_HZ_300 is not set | ||
267 | # CONFIG_HZ_1000 is not set | ||
268 | CONFIG_HZ=250 | ||
269 | # CONFIG_SCHED_HRTICK is not set | ||
270 | CONFIG_KEXEC=y | ||
271 | # CONFIG_CRASH_DUMP is not set | ||
272 | # CONFIG_PREEMPT_NONE is not set | ||
273 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
274 | CONFIG_PREEMPT=y | ||
275 | # CONFIG_PREEMPT_RCU is not set | ||
276 | CONFIG_GUSA=y | ||
277 | |||
278 | # | ||
279 | # Boot options | ||
280 | # | ||
281 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | ||
282 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
283 | # CONFIG_CMDLINE_BOOL is not set | ||
284 | |||
285 | # | ||
286 | # Bus options | ||
287 | # | ||
288 | CONFIG_PCI=y | ||
289 | CONFIG_SH_PCIDMA_NONCOHERENT=y | ||
290 | CONFIG_PCI_AUTO=y | ||
291 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | ||
292 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
293 | CONFIG_PCI_LEGACY=y | ||
294 | # CONFIG_PCI_DEBUG is not set | ||
295 | # CONFIG_PCCARD is not set | ||
296 | # CONFIG_HOTPLUG_PCI is not set | ||
297 | |||
298 | # | ||
299 | # Executable file formats | ||
300 | # | ||
301 | CONFIG_BINFMT_ELF=y | ||
302 | # CONFIG_BINFMT_MISC is not set | ||
303 | |||
304 | # | ||
305 | # Networking | ||
306 | # | ||
307 | CONFIG_NET=y | ||
308 | |||
309 | # | ||
310 | # Networking options | ||
311 | # | ||
312 | CONFIG_PACKET=y | ||
313 | # CONFIG_PACKET_MMAP is not set | ||
314 | CONFIG_UNIX=y | ||
315 | CONFIG_XFRM=y | ||
316 | # CONFIG_XFRM_USER is not set | ||
317 | # CONFIG_XFRM_SUB_POLICY is not set | ||
318 | # CONFIG_XFRM_MIGRATE is not set | ||
319 | # CONFIG_XFRM_STATISTICS is not set | ||
320 | # CONFIG_NET_KEY is not set | ||
321 | CONFIG_INET=y | ||
322 | # CONFIG_IP_MULTICAST is not set | ||
323 | CONFIG_IP_ADVANCED_ROUTER=y | ||
324 | CONFIG_ASK_IP_FIB_HASH=y | ||
325 | # CONFIG_IP_FIB_TRIE is not set | ||
326 | CONFIG_IP_FIB_HASH=y | ||
327 | # CONFIG_IP_MULTIPLE_TABLES is not set | ||
328 | # CONFIG_IP_ROUTE_MULTIPATH is not set | ||
329 | # CONFIG_IP_ROUTE_VERBOSE is not set | ||
330 | CONFIG_IP_PNP=y | ||
331 | CONFIG_IP_PNP_DHCP=y | ||
332 | # CONFIG_IP_PNP_BOOTP is not set | ||
333 | # CONFIG_IP_PNP_RARP is not set | ||
334 | # CONFIG_NET_IPIP is not set | ||
335 | # CONFIG_NET_IPGRE is not set | ||
336 | # CONFIG_ARPD is not set | ||
337 | # CONFIG_SYN_COOKIES is not set | ||
338 | # CONFIG_INET_AH is not set | ||
339 | # CONFIG_INET_ESP is not set | ||
340 | # CONFIG_INET_IPCOMP is not set | ||
341 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
342 | # CONFIG_INET_TUNNEL is not set | ||
343 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
344 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
345 | CONFIG_INET_XFRM_MODE_BEET=y | ||
346 | # CONFIG_INET_LRO is not set | ||
347 | CONFIG_INET_DIAG=y | ||
348 | CONFIG_INET_TCP_DIAG=y | ||
349 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
350 | CONFIG_TCP_CONG_CUBIC=y | ||
351 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
352 | # CONFIG_TCP_MD5SIG is not set | ||
353 | # CONFIG_IPV6 is not set | ||
354 | # CONFIG_NETWORK_SECMARK is not set | ||
355 | # CONFIG_NETFILTER is not set | ||
356 | # CONFIG_IP_DCCP is not set | ||
357 | # CONFIG_IP_SCTP is not set | ||
358 | # CONFIG_TIPC is not set | ||
359 | # CONFIG_ATM is not set | ||
360 | # CONFIG_BRIDGE is not set | ||
361 | # CONFIG_VLAN_8021Q is not set | ||
362 | # CONFIG_DECNET is not set | ||
363 | # CONFIG_LLC2 is not set | ||
364 | # CONFIG_IPX is not set | ||
365 | # CONFIG_ATALK is not set | ||
366 | # CONFIG_X25 is not set | ||
367 | # CONFIG_LAPB is not set | ||
368 | # CONFIG_ECONET is not set | ||
369 | # CONFIG_WAN_ROUTER is not set | ||
370 | # CONFIG_NET_SCHED is not set | ||
371 | |||
372 | # | ||
373 | # Network testing | ||
374 | # | ||
375 | # CONFIG_NET_PKTGEN is not set | ||
376 | # CONFIG_HAMRADIO is not set | ||
377 | # CONFIG_CAN is not set | ||
378 | # CONFIG_IRDA is not set | ||
379 | # CONFIG_BT is not set | ||
380 | # CONFIG_AF_RXRPC is not set | ||
381 | |||
382 | # | ||
383 | # Wireless | ||
384 | # | ||
385 | # CONFIG_CFG80211 is not set | ||
386 | CONFIG_WIRELESS_EXT=y | ||
387 | # CONFIG_MAC80211 is not set | ||
388 | # CONFIG_IEEE80211 is not set | ||
389 | # CONFIG_RFKILL is not set | ||
390 | # CONFIG_NET_9P is not set | ||
391 | |||
392 | # | ||
393 | # Device Drivers | ||
394 | # | ||
395 | |||
396 | # | ||
397 | # Generic Driver Options | ||
398 | # | ||
399 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
400 | CONFIG_STANDALONE=y | ||
401 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
402 | # CONFIG_FW_LOADER is not set | ||
403 | # CONFIG_DEBUG_DRIVER is not set | ||
404 | # CONFIG_DEBUG_DEVRES is not set | ||
405 | # CONFIG_SYS_HYPERVISOR is not set | ||
406 | # CONFIG_CONNECTOR is not set | ||
407 | CONFIG_MTD=y | ||
408 | # CONFIG_MTD_DEBUG is not set | ||
409 | CONFIG_MTD_CONCAT=y | ||
410 | CONFIG_MTD_PARTITIONS=y | ||
411 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
412 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
413 | # CONFIG_MTD_AR7_PARTS is not set | ||
414 | |||
415 | # | ||
416 | # User Modules And Translation Layers | ||
417 | # | ||
418 | CONFIG_MTD_CHAR=y | ||
419 | CONFIG_MTD_BLKDEVS=y | ||
420 | CONFIG_MTD_BLOCK=y | ||
421 | # CONFIG_FTL is not set | ||
422 | # CONFIG_NFTL is not set | ||
423 | # CONFIG_INFTL is not set | ||
424 | # CONFIG_RFD_FTL is not set | ||
425 | # CONFIG_SSFDC is not set | ||
426 | # CONFIG_MTD_OOPS is not set | ||
427 | |||
428 | # | ||
429 | # RAM/ROM/Flash chip drivers | ||
430 | # | ||
431 | CONFIG_MTD_CFI=y | ||
432 | # CONFIG_MTD_JEDECPROBE is not set | ||
433 | CONFIG_MTD_GEN_PROBE=y | ||
434 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
435 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
436 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
437 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
438 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
439 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
440 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
441 | CONFIG_MTD_CFI_I1=y | ||
442 | CONFIG_MTD_CFI_I2=y | ||
443 | # CONFIG_MTD_CFI_I4 is not set | ||
444 | # CONFIG_MTD_CFI_I8 is not set | ||
445 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
446 | CONFIG_MTD_CFI_AMDSTD=y | ||
447 | # CONFIG_MTD_CFI_STAA is not set | ||
448 | CONFIG_MTD_CFI_UTIL=y | ||
449 | # CONFIG_MTD_RAM is not set | ||
450 | # CONFIG_MTD_ROM is not set | ||
451 | # CONFIG_MTD_ABSENT is not set | ||
452 | |||
453 | # | ||
454 | # Mapping drivers for chip access | ||
455 | # | ||
456 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
457 | CONFIG_MTD_PHYSMAP=y | ||
458 | CONFIG_MTD_PHYSMAP_START=0x00000000 | ||
459 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
460 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
461 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
462 | # CONFIG_MTD_PLATRAM is not set | ||
463 | |||
464 | # | ||
465 | # Self-contained MTD device drivers | ||
466 | # | ||
467 | # CONFIG_MTD_PMC551 is not set | ||
468 | # CONFIG_MTD_SLRAM is not set | ||
469 | # CONFIG_MTD_PHRAM is not set | ||
470 | # CONFIG_MTD_MTDRAM is not set | ||
471 | # CONFIG_MTD_BLOCK2MTD is not set | ||
472 | |||
473 | # | ||
474 | # Disk-On-Chip Device Drivers | ||
475 | # | ||
476 | # CONFIG_MTD_DOC2000 is not set | ||
477 | # CONFIG_MTD_DOC2001 is not set | ||
478 | # CONFIG_MTD_DOC2001PLUS is not set | ||
479 | # CONFIG_MTD_NAND is not set | ||
480 | # CONFIG_MTD_ONENAND is not set | ||
481 | |||
482 | # | ||
483 | # UBI - Unsorted block images | ||
484 | # | ||
485 | # CONFIG_MTD_UBI is not set | ||
486 | # CONFIG_PARPORT is not set | ||
487 | CONFIG_BLK_DEV=y | ||
488 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
489 | # CONFIG_BLK_DEV_DAC960 is not set | ||
490 | # CONFIG_BLK_DEV_UMEM is not set | ||
491 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
492 | # CONFIG_BLK_DEV_LOOP is not set | ||
493 | # CONFIG_BLK_DEV_NBD is not set | ||
494 | # CONFIG_BLK_DEV_SX8 is not set | ||
495 | # CONFIG_BLK_DEV_UB is not set | ||
496 | CONFIG_BLK_DEV_RAM=y | ||
497 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
498 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
499 | # CONFIG_BLK_DEV_XIP is not set | ||
500 | # CONFIG_CDROM_PKTCDVD is not set | ||
501 | # CONFIG_ATA_OVER_ETH is not set | ||
502 | # CONFIG_MISC_DEVICES is not set | ||
503 | CONFIG_HAVE_IDE=y | ||
504 | # CONFIG_IDE is not set | ||
505 | |||
506 | # | ||
507 | # SCSI device support | ||
508 | # | ||
509 | # CONFIG_RAID_ATTRS is not set | ||
510 | CONFIG_SCSI=y | ||
511 | CONFIG_SCSI_DMA=y | ||
512 | # CONFIG_SCSI_TGT is not set | ||
513 | # CONFIG_SCSI_NETLINK is not set | ||
514 | CONFIG_SCSI_PROC_FS=y | ||
515 | |||
516 | # | ||
517 | # SCSI support type (disk, tape, CD-ROM) | ||
518 | # | ||
519 | CONFIG_BLK_DEV_SD=y | ||
520 | # CONFIG_CHR_DEV_ST is not set | ||
521 | # CONFIG_CHR_DEV_OSST is not set | ||
522 | # CONFIG_BLK_DEV_SR is not set | ||
523 | # CONFIG_CHR_DEV_SG is not set | ||
524 | # CONFIG_CHR_DEV_SCH is not set | ||
525 | |||
526 | # | ||
527 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
528 | # | ||
529 | # CONFIG_SCSI_MULTI_LUN is not set | ||
530 | # CONFIG_SCSI_CONSTANTS is not set | ||
531 | # CONFIG_SCSI_LOGGING is not set | ||
532 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
533 | CONFIG_SCSI_WAIT_SCAN=m | ||
534 | |||
535 | # | ||
536 | # SCSI Transports | ||
537 | # | ||
538 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
539 | # CONFIG_SCSI_FC_ATTRS is not set | ||
540 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
541 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
542 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
543 | # CONFIG_SCSI_LOWLEVEL is not set | ||
544 | CONFIG_ATA=y | ||
545 | # CONFIG_ATA_NONSTANDARD is not set | ||
546 | CONFIG_SATA_PMP=y | ||
547 | # CONFIG_SATA_AHCI is not set | ||
548 | # CONFIG_SATA_SIL24 is not set | ||
549 | CONFIG_ATA_SFF=y | ||
550 | # CONFIG_SATA_SVW is not set | ||
551 | # CONFIG_ATA_PIIX is not set | ||
552 | # CONFIG_SATA_MV is not set | ||
553 | # CONFIG_SATA_NV is not set | ||
554 | # CONFIG_PDC_ADMA is not set | ||
555 | # CONFIG_SATA_QSTOR is not set | ||
556 | # CONFIG_SATA_PROMISE is not set | ||
557 | # CONFIG_SATA_SX4 is not set | ||
558 | CONFIG_SATA_SIL=y | ||
559 | # CONFIG_SATA_SIS is not set | ||
560 | # CONFIG_SATA_ULI is not set | ||
561 | # CONFIG_SATA_VIA is not set | ||
562 | # CONFIG_SATA_VITESSE is not set | ||
563 | # CONFIG_SATA_INIC162X is not set | ||
564 | # CONFIG_PATA_ALI is not set | ||
565 | # CONFIG_PATA_AMD is not set | ||
566 | # CONFIG_PATA_ARTOP is not set | ||
567 | # CONFIG_PATA_ATIIXP is not set | ||
568 | # CONFIG_PATA_CMD640_PCI is not set | ||
569 | # CONFIG_PATA_CMD64X is not set | ||
570 | # CONFIG_PATA_CS5520 is not set | ||
571 | # CONFIG_PATA_CS5530 is not set | ||
572 | # CONFIG_PATA_CYPRESS is not set | ||
573 | # CONFIG_PATA_EFAR is not set | ||
574 | # CONFIG_ATA_GENERIC is not set | ||
575 | # CONFIG_PATA_HPT366 is not set | ||
576 | # CONFIG_PATA_HPT37X is not set | ||
577 | # CONFIG_PATA_HPT3X2N is not set | ||
578 | # CONFIG_PATA_HPT3X3 is not set | ||
579 | # CONFIG_PATA_IT821X is not set | ||
580 | # CONFIG_PATA_IT8213 is not set | ||
581 | # CONFIG_PATA_JMICRON is not set | ||
582 | # CONFIG_PATA_TRIFLEX is not set | ||
583 | # CONFIG_PATA_MARVELL is not set | ||
584 | # CONFIG_PATA_MPIIX is not set | ||
585 | # CONFIG_PATA_OLDPIIX is not set | ||
586 | # CONFIG_PATA_NETCELL is not set | ||
587 | # CONFIG_PATA_NINJA32 is not set | ||
588 | # CONFIG_PATA_NS87410 is not set | ||
589 | # CONFIG_PATA_NS87415 is not set | ||
590 | # CONFIG_PATA_OPTI is not set | ||
591 | # CONFIG_PATA_OPTIDMA is not set | ||
592 | # CONFIG_PATA_PDC_OLD is not set | ||
593 | # CONFIG_PATA_RADISYS is not set | ||
594 | # CONFIG_PATA_RZ1000 is not set | ||
595 | # CONFIG_PATA_SC1200 is not set | ||
596 | # CONFIG_PATA_SERVERWORKS is not set | ||
597 | # CONFIG_PATA_PDC2027X is not set | ||
598 | # CONFIG_PATA_SIL680 is not set | ||
599 | # CONFIG_PATA_SIS is not set | ||
600 | # CONFIG_PATA_VIA is not set | ||
601 | # CONFIG_PATA_WINBOND is not set | ||
602 | # CONFIG_PATA_PLATFORM is not set | ||
603 | # CONFIG_PATA_SCH is not set | ||
604 | # CONFIG_MD is not set | ||
605 | # CONFIG_FUSION is not set | ||
606 | |||
607 | # | ||
608 | # IEEE 1394 (FireWire) support | ||
609 | # | ||
610 | |||
611 | # | ||
612 | # Enable only one of the two stacks, unless you know what you are doing | ||
613 | # | ||
614 | # CONFIG_FIREWIRE is not set | ||
615 | # CONFIG_IEEE1394 is not set | ||
616 | # CONFIG_I2O is not set | ||
617 | CONFIG_NETDEVICES=y | ||
618 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
619 | # CONFIG_DUMMY is not set | ||
620 | # CONFIG_BONDING is not set | ||
621 | # CONFIG_MACVLAN is not set | ||
622 | # CONFIG_EQUALIZER is not set | ||
623 | # CONFIG_TUN is not set | ||
624 | # CONFIG_VETH is not set | ||
625 | # CONFIG_ARCNET is not set | ||
626 | # CONFIG_NET_ETHERNET is not set | ||
627 | CONFIG_NETDEV_1000=y | ||
628 | # CONFIG_ACENIC is not set | ||
629 | # CONFIG_DL2K is not set | ||
630 | # CONFIG_E1000 is not set | ||
631 | # CONFIG_E1000E is not set | ||
632 | # CONFIG_E1000E_ENABLED is not set | ||
633 | # CONFIG_IP1000 is not set | ||
634 | # CONFIG_IGB is not set | ||
635 | # CONFIG_NS83820 is not set | ||
636 | # CONFIG_HAMACHI is not set | ||
637 | # CONFIG_YELLOWFIN is not set | ||
638 | CONFIG_R8169=y | ||
639 | # CONFIG_R8169_NAPI is not set | ||
640 | # CONFIG_SIS190 is not set | ||
641 | # CONFIG_SKGE is not set | ||
642 | # CONFIG_SKY2 is not set | ||
643 | # CONFIG_VIA_VELOCITY is not set | ||
644 | # CONFIG_TIGON3 is not set | ||
645 | # CONFIG_BNX2 is not set | ||
646 | # CONFIG_QLA3XXX is not set | ||
647 | # CONFIG_ATL1 is not set | ||
648 | # CONFIG_NETDEV_10000 is not set | ||
649 | # CONFIG_TR is not set | ||
650 | |||
651 | # | ||
652 | # Wireless LAN | ||
653 | # | ||
654 | # CONFIG_WLAN_PRE80211 is not set | ||
655 | # CONFIG_WLAN_80211 is not set | ||
656 | # CONFIG_IWLWIFI_LEDS is not set | ||
657 | |||
658 | # | ||
659 | # USB Network Adapters | ||
660 | # | ||
661 | # CONFIG_USB_CATC is not set | ||
662 | # CONFIG_USB_KAWETH is not set | ||
663 | # CONFIG_USB_PEGASUS is not set | ||
664 | # CONFIG_USB_RTL8150 is not set | ||
665 | # CONFIG_USB_USBNET is not set | ||
666 | # CONFIG_WAN is not set | ||
667 | # CONFIG_FDDI is not set | ||
668 | # CONFIG_HIPPI is not set | ||
669 | # CONFIG_PPP is not set | ||
670 | # CONFIG_SLIP is not set | ||
671 | # CONFIG_NET_FC is not set | ||
672 | # CONFIG_NETCONSOLE is not set | ||
673 | # CONFIG_NETPOLL is not set | ||
674 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
675 | # CONFIG_ISDN is not set | ||
676 | # CONFIG_PHONE is not set | ||
677 | |||
678 | # | ||
679 | # Input device support | ||
680 | # | ||
681 | CONFIG_INPUT=y | ||
682 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
683 | # CONFIG_INPUT_POLLDEV is not set | ||
684 | |||
685 | # | ||
686 | # Userland interfaces | ||
687 | # | ||
688 | CONFIG_INPUT_MOUSEDEV=y | ||
689 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
690 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
691 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
692 | # CONFIG_INPUT_JOYDEV is not set | ||
693 | # CONFIG_INPUT_EVDEV is not set | ||
694 | # CONFIG_INPUT_EVBUG is not set | ||
695 | |||
696 | # | ||
697 | # Input Device Drivers | ||
698 | # | ||
699 | CONFIG_INPUT_KEYBOARD=y | ||
700 | # CONFIG_KEYBOARD_ATKBD is not set | ||
701 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
702 | # CONFIG_KEYBOARD_LKKBD is not set | ||
703 | # CONFIG_KEYBOARD_XTKBD is not set | ||
704 | # CONFIG_KEYBOARD_NEWTON is not set | ||
705 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
706 | # CONFIG_KEYBOARD_SH_KEYSC is not set | ||
707 | # CONFIG_INPUT_MOUSE is not set | ||
708 | # CONFIG_INPUT_JOYSTICK is not set | ||
709 | # CONFIG_INPUT_TABLET is not set | ||
710 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
711 | # CONFIG_INPUT_MISC is not set | ||
712 | |||
713 | # | ||
714 | # Hardware I/O ports | ||
715 | # | ||
716 | # CONFIG_SERIO is not set | ||
717 | # CONFIG_GAMEPORT is not set | ||
718 | |||
719 | # | ||
720 | # Character devices | ||
721 | # | ||
722 | CONFIG_VT=y | ||
723 | CONFIG_VT_CONSOLE=y | ||
724 | CONFIG_HW_CONSOLE=y | ||
725 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
726 | CONFIG_DEVKMEM=y | ||
727 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
728 | # CONFIG_NOZOMI is not set | ||
729 | |||
730 | # | ||
731 | # Serial drivers | ||
732 | # | ||
733 | # CONFIG_SERIAL_8250 is not set | ||
734 | |||
735 | # | ||
736 | # Non-8250 serial port support | ||
737 | # | ||
738 | CONFIG_SERIAL_SH_SCI=y | ||
739 | CONFIG_SERIAL_SH_SCI_NR_UARTS=6 | ||
740 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
741 | CONFIG_SERIAL_CORE=y | ||
742 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
743 | # CONFIG_SERIAL_JSM is not set | ||
744 | CONFIG_UNIX98_PTYS=y | ||
745 | CONFIG_LEGACY_PTYS=y | ||
746 | CONFIG_LEGACY_PTY_COUNT=256 | ||
747 | # CONFIG_IPMI_HANDLER is not set | ||
748 | CONFIG_HW_RANDOM=y | ||
749 | # CONFIG_R3964 is not set | ||
750 | # CONFIG_APPLICOM is not set | ||
751 | # CONFIG_RAW_DRIVER is not set | ||
752 | # CONFIG_TCG_TPM is not set | ||
753 | CONFIG_DEVPORT=y | ||
754 | CONFIG_I2C=y | ||
755 | CONFIG_I2C_BOARDINFO=y | ||
756 | # CONFIG_I2C_CHARDEV is not set | ||
757 | CONFIG_I2C_ALGOPCA=y | ||
758 | |||
759 | # | ||
760 | # I2C Hardware Bus support | ||
761 | # | ||
762 | # CONFIG_I2C_ALI1535 is not set | ||
763 | # CONFIG_I2C_ALI1563 is not set | ||
764 | # CONFIG_I2C_ALI15X3 is not set | ||
765 | # CONFIG_I2C_AMD756 is not set | ||
766 | # CONFIG_I2C_AMD8111 is not set | ||
767 | # CONFIG_I2C_I801 is not set | ||
768 | # CONFIG_I2C_I810 is not set | ||
769 | # CONFIG_I2C_PIIX4 is not set | ||
770 | # CONFIG_I2C_NFORCE2 is not set | ||
771 | # CONFIG_I2C_OCORES is not set | ||
772 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
773 | # CONFIG_I2C_PROSAVAGE is not set | ||
774 | # CONFIG_I2C_SAVAGE4 is not set | ||
775 | # CONFIG_I2C_SIMTEC is not set | ||
776 | # CONFIG_I2C_SIS5595 is not set | ||
777 | # CONFIG_I2C_SIS630 is not set | ||
778 | # CONFIG_I2C_SIS96X is not set | ||
779 | # CONFIG_I2C_TAOS_EVM is not set | ||
780 | # CONFIG_I2C_STUB is not set | ||
781 | # CONFIG_I2C_TINY_USB is not set | ||
782 | # CONFIG_I2C_VIA is not set | ||
783 | # CONFIG_I2C_VIAPRO is not set | ||
784 | # CONFIG_I2C_VOODOO3 is not set | ||
785 | CONFIG_I2C_PCA_PLATFORM=y | ||
786 | # CONFIG_I2C_SH_MOBILE is not set | ||
787 | |||
788 | # | ||
789 | # Miscellaneous I2C Chip support | ||
790 | # | ||
791 | # CONFIG_DS1682 is not set | ||
792 | # CONFIG_SENSORS_EEPROM is not set | ||
793 | # CONFIG_SENSORS_PCF8574 is not set | ||
794 | # CONFIG_PCF8575 is not set | ||
795 | # CONFIG_SENSORS_PCF8591 is not set | ||
796 | # CONFIG_SENSORS_MAX6875 is not set | ||
797 | # CONFIG_SENSORS_TSL2550 is not set | ||
798 | # CONFIG_I2C_DEBUG_CORE is not set | ||
799 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
800 | # CONFIG_I2C_DEBUG_BUS is not set | ||
801 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
802 | # CONFIG_SPI is not set | ||
803 | # CONFIG_W1 is not set | ||
804 | # CONFIG_POWER_SUPPLY is not set | ||
805 | # CONFIG_HWMON is not set | ||
806 | # CONFIG_THERMAL is not set | ||
807 | # CONFIG_THERMAL_HWMON is not set | ||
808 | # CONFIG_WATCHDOG is not set | ||
809 | |||
810 | # | ||
811 | # Sonics Silicon Backplane | ||
812 | # | ||
813 | CONFIG_SSB_POSSIBLE=y | ||
814 | # CONFIG_SSB is not set | ||
815 | |||
816 | # | ||
817 | # Multifunction device drivers | ||
818 | # | ||
819 | CONFIG_MFD_SM501=y | ||
820 | # CONFIG_HTC_PASIC3 is not set | ||
821 | |||
822 | # | ||
823 | # Multimedia devices | ||
824 | # | ||
825 | |||
826 | # | ||
827 | # Multimedia core support | ||
828 | # | ||
829 | # CONFIG_VIDEO_DEV is not set | ||
830 | # CONFIG_DVB_CORE is not set | ||
831 | # CONFIG_VIDEO_MEDIA is not set | ||
832 | |||
833 | # | ||
834 | # Multimedia drivers | ||
835 | # | ||
836 | # CONFIG_DAB is not set | ||
837 | |||
838 | # | ||
839 | # Graphics support | ||
840 | # | ||
841 | # CONFIG_DRM is not set | ||
842 | # CONFIG_VGASTATE is not set | ||
843 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
844 | CONFIG_FB=y | ||
845 | # CONFIG_FIRMWARE_EDID is not set | ||
846 | # CONFIG_FB_DDC is not set | ||
847 | CONFIG_FB_CFB_FILLRECT=y | ||
848 | CONFIG_FB_CFB_COPYAREA=y | ||
849 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
850 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
851 | # CONFIG_FB_SYS_FILLRECT is not set | ||
852 | # CONFIG_FB_SYS_COPYAREA is not set | ||
853 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
854 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
855 | # CONFIG_FB_SYS_FOPS is not set | ||
856 | # CONFIG_FB_SVGALIB is not set | ||
857 | # CONFIG_FB_MACMODES is not set | ||
858 | # CONFIG_FB_BACKLIGHT is not set | ||
859 | # CONFIG_FB_MODE_HELPERS is not set | ||
860 | # CONFIG_FB_TILEBLITTING is not set | ||
861 | |||
862 | # | ||
863 | # Frame buffer hardware drivers | ||
864 | # | ||
865 | # CONFIG_FB_CIRRUS is not set | ||
866 | # CONFIG_FB_PM2 is not set | ||
867 | # CONFIG_FB_CYBER2000 is not set | ||
868 | # CONFIG_FB_ASILIANT is not set | ||
869 | # CONFIG_FB_IMSTT is not set | ||
870 | # CONFIG_FB_S1D13XXX is not set | ||
871 | # CONFIG_FB_NVIDIA is not set | ||
872 | # CONFIG_FB_RIVA is not set | ||
873 | # CONFIG_FB_MATROX is not set | ||
874 | # CONFIG_FB_RADEON is not set | ||
875 | # CONFIG_FB_ATY128 is not set | ||
876 | # CONFIG_FB_ATY is not set | ||
877 | # CONFIG_FB_S3 is not set | ||
878 | # CONFIG_FB_SAVAGE is not set | ||
879 | # CONFIG_FB_SIS is not set | ||
880 | # CONFIG_FB_NEOMAGIC is not set | ||
881 | # CONFIG_FB_KYRO is not set | ||
882 | # CONFIG_FB_3DFX is not set | ||
883 | # CONFIG_FB_VOODOO1 is not set | ||
884 | # CONFIG_FB_VT8623 is not set | ||
885 | # CONFIG_FB_TRIDENT is not set | ||
886 | # CONFIG_FB_ARK is not set | ||
887 | # CONFIG_FB_PM3 is not set | ||
888 | CONFIG_FB_SM501=y | ||
889 | # CONFIG_FB_VIRTUAL is not set | ||
890 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
891 | |||
892 | # | ||
893 | # Display device support | ||
894 | # | ||
895 | # CONFIG_DISPLAY_SUPPORT is not set | ||
896 | |||
897 | # | ||
898 | # Console display driver support | ||
899 | # | ||
900 | CONFIG_DUMMY_CONSOLE=y | ||
901 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
902 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
903 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
904 | # CONFIG_FONTS is not set | ||
905 | CONFIG_FONT_8x8=y | ||
906 | CONFIG_FONT_8x16=y | ||
907 | CONFIG_LOGO=y | ||
908 | # CONFIG_LOGO_LINUX_MONO is not set | ||
909 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
910 | CONFIG_LOGO_LINUX_CLUT224=y | ||
911 | # CONFIG_LOGO_SUPERH_MONO is not set | ||
912 | # CONFIG_LOGO_SUPERH_VGA16 is not set | ||
913 | # CONFIG_LOGO_SUPERH_CLUT224 is not set | ||
914 | |||
915 | # | ||
916 | # Sound | ||
917 | # | ||
918 | # CONFIG_SOUND is not set | ||
919 | CONFIG_HID_SUPPORT=y | ||
920 | CONFIG_HID=y | ||
921 | # CONFIG_HID_DEBUG is not set | ||
922 | # CONFIG_HIDRAW is not set | ||
923 | |||
924 | # | ||
925 | # USB Input Devices | ||
926 | # | ||
927 | CONFIG_USB_HID=y | ||
928 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
929 | # CONFIG_HID_FF is not set | ||
930 | # CONFIG_USB_HIDDEV is not set | ||
931 | CONFIG_USB_SUPPORT=y | ||
932 | CONFIG_USB_ARCH_HAS_HCD=y | ||
933 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
934 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
935 | CONFIG_USB=y | ||
936 | # CONFIG_USB_DEBUG is not set | ||
937 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
938 | |||
939 | # | ||
940 | # Miscellaneous USB options | ||
941 | # | ||
942 | CONFIG_USB_DEVICEFS=y | ||
943 | CONFIG_USB_DEVICE_CLASS=y | ||
944 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
945 | # CONFIG_USB_OTG is not set | ||
946 | # CONFIG_USB_OTG_WHITELIST is not set | ||
947 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
948 | |||
949 | # | ||
950 | # USB Host Controller Drivers | ||
951 | # | ||
952 | # CONFIG_USB_C67X00_HCD is not set | ||
953 | CONFIG_USB_EHCI_HCD=m | ||
954 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
955 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
956 | # CONFIG_USB_ISP116X_HCD is not set | ||
957 | # CONFIG_USB_ISP1760_HCD is not set | ||
958 | CONFIG_USB_OHCI_HCD=m | ||
959 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
960 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
961 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
962 | # CONFIG_USB_UHCI_HCD is not set | ||
963 | # CONFIG_USB_SL811_HCD is not set | ||
964 | CONFIG_USB_R8A66597_HCD=y | ||
965 | |||
966 | # | ||
967 | # USB Device Class drivers | ||
968 | # | ||
969 | # CONFIG_USB_ACM is not set | ||
970 | # CONFIG_USB_PRINTER is not set | ||
971 | # CONFIG_USB_WDM is not set | ||
972 | |||
973 | # | ||
974 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
975 | # | ||
976 | |||
977 | # | ||
978 | # may also be needed; see USB_STORAGE Help for more information | ||
979 | # | ||
980 | CONFIG_USB_STORAGE=y | ||
981 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
982 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
983 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
984 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
985 | # CONFIG_USB_STORAGE_DPCM is not set | ||
986 | # CONFIG_USB_STORAGE_USBAT is not set | ||
987 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
988 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
989 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
990 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
991 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
992 | # CONFIG_USB_STORAGE_KARMA is not set | ||
993 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
994 | # CONFIG_USB_LIBUSUAL is not set | ||
995 | |||
996 | # | ||
997 | # USB Imaging devices | ||
998 | # | ||
999 | # CONFIG_USB_MDC800 is not set | ||
1000 | # CONFIG_USB_MICROTEK is not set | ||
1001 | CONFIG_USB_MON=y | ||
1002 | |||
1003 | # | ||
1004 | # USB port drivers | ||
1005 | # | ||
1006 | # CONFIG_USB_SERIAL is not set | ||
1007 | |||
1008 | # | ||
1009 | # USB Miscellaneous drivers | ||
1010 | # | ||
1011 | # CONFIG_USB_EMI62 is not set | ||
1012 | # CONFIG_USB_EMI26 is not set | ||
1013 | # CONFIG_USB_ADUTUX is not set | ||
1014 | # CONFIG_USB_AUERSWALD is not set | ||
1015 | # CONFIG_USB_RIO500 is not set | ||
1016 | # CONFIG_USB_LEGOTOWER is not set | ||
1017 | # CONFIG_USB_LCD is not set | ||
1018 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1019 | # CONFIG_USB_LED is not set | ||
1020 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1021 | # CONFIG_USB_CYTHERM is not set | ||
1022 | # CONFIG_USB_PHIDGET is not set | ||
1023 | # CONFIG_USB_IDMOUSE is not set | ||
1024 | # CONFIG_USB_FTDI_ELAN is not set | ||
1025 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1026 | # CONFIG_USB_SISUSBVGA is not set | ||
1027 | # CONFIG_USB_LD is not set | ||
1028 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1029 | # CONFIG_USB_IOWARRIOR is not set | ||
1030 | CONFIG_USB_TEST=m | ||
1031 | # CONFIG_USB_ISIGHTFW is not set | ||
1032 | # CONFIG_USB_GADGET is not set | ||
1033 | # CONFIG_MMC is not set | ||
1034 | # CONFIG_MEMSTICK is not set | ||
1035 | # CONFIG_NEW_LEDS is not set | ||
1036 | # CONFIG_ACCESSIBILITY is not set | ||
1037 | # CONFIG_INFINIBAND is not set | ||
1038 | CONFIG_RTC_LIB=y | ||
1039 | CONFIG_RTC_CLASS=y | ||
1040 | CONFIG_RTC_HCTOSYS=y | ||
1041 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1042 | # CONFIG_RTC_DEBUG is not set | ||
1043 | |||
1044 | # | ||
1045 | # RTC interfaces | ||
1046 | # | ||
1047 | CONFIG_RTC_INTF_SYSFS=y | ||
1048 | CONFIG_RTC_INTF_PROC=y | ||
1049 | CONFIG_RTC_INTF_DEV=y | ||
1050 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1051 | # CONFIG_RTC_DRV_TEST is not set | ||
1052 | |||
1053 | # | ||
1054 | # I2C RTC drivers | ||
1055 | # | ||
1056 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1057 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1058 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1059 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1060 | CONFIG_RTC_DRV_RS5C372=y | ||
1061 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1062 | # CONFIG_RTC_DRV_X1205 is not set | ||
1063 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1064 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1065 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1066 | # CONFIG_RTC_DRV_S35390A is not set | ||
1067 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1068 | |||
1069 | # | ||
1070 | # SPI RTC drivers | ||
1071 | # | ||
1072 | |||
1073 | # | ||
1074 | # Platform RTC drivers | ||
1075 | # | ||
1076 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1077 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1078 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1079 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1080 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1081 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1082 | # CONFIG_RTC_DRV_V3020 is not set | ||
1083 | |||
1084 | # | ||
1085 | # on-CPU RTC drivers | ||
1086 | # | ||
1087 | # CONFIG_RTC_DRV_SH is not set | ||
1088 | # CONFIG_UIO is not set | ||
1089 | |||
1090 | # | ||
1091 | # File systems | ||
1092 | # | ||
1093 | CONFIG_EXT2_FS=y | ||
1094 | # CONFIG_EXT2_FS_XATTR is not set | ||
1095 | # CONFIG_EXT2_FS_XIP is not set | ||
1096 | CONFIG_EXT3_FS=y | ||
1097 | CONFIG_EXT3_FS_XATTR=y | ||
1098 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1099 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1100 | # CONFIG_EXT4DEV_FS is not set | ||
1101 | CONFIG_JBD=y | ||
1102 | CONFIG_FS_MBCACHE=y | ||
1103 | # CONFIG_REISERFS_FS is not set | ||
1104 | # CONFIG_JFS_FS is not set | ||
1105 | CONFIG_FS_POSIX_ACL=y | ||
1106 | # CONFIG_XFS_FS is not set | ||
1107 | # CONFIG_OCFS2_FS is not set | ||
1108 | CONFIG_DNOTIFY=y | ||
1109 | CONFIG_INOTIFY=y | ||
1110 | CONFIG_INOTIFY_USER=y | ||
1111 | # CONFIG_QUOTA is not set | ||
1112 | # CONFIG_AUTOFS_FS is not set | ||
1113 | # CONFIG_AUTOFS4_FS is not set | ||
1114 | # CONFIG_FUSE_FS is not set | ||
1115 | |||
1116 | # | ||
1117 | # CD-ROM/DVD Filesystems | ||
1118 | # | ||
1119 | # CONFIG_ISO9660_FS is not set | ||
1120 | # CONFIG_UDF_FS is not set | ||
1121 | |||
1122 | # | ||
1123 | # DOS/FAT/NT Filesystems | ||
1124 | # | ||
1125 | CONFIG_FAT_FS=y | ||
1126 | CONFIG_MSDOS_FS=y | ||
1127 | CONFIG_VFAT_FS=y | ||
1128 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1129 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1130 | CONFIG_NTFS_FS=y | ||
1131 | # CONFIG_NTFS_DEBUG is not set | ||
1132 | CONFIG_NTFS_RW=y | ||
1133 | |||
1134 | # | ||
1135 | # Pseudo filesystems | ||
1136 | # | ||
1137 | CONFIG_PROC_FS=y | ||
1138 | CONFIG_PROC_KCORE=y | ||
1139 | CONFIG_PROC_SYSCTL=y | ||
1140 | CONFIG_SYSFS=y | ||
1141 | CONFIG_TMPFS=y | ||
1142 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1143 | # CONFIG_HUGETLBFS is not set | ||
1144 | # CONFIG_HUGETLB_PAGE is not set | ||
1145 | # CONFIG_CONFIGFS_FS is not set | ||
1146 | |||
1147 | # | ||
1148 | # Miscellaneous filesystems | ||
1149 | # | ||
1150 | # CONFIG_ADFS_FS is not set | ||
1151 | # CONFIG_AFFS_FS is not set | ||
1152 | # CONFIG_HFS_FS is not set | ||
1153 | # CONFIG_HFSPLUS_FS is not set | ||
1154 | # CONFIG_BEFS_FS is not set | ||
1155 | # CONFIG_BFS_FS is not set | ||
1156 | # CONFIG_EFS_FS is not set | ||
1157 | # CONFIG_JFFS2_FS is not set | ||
1158 | # CONFIG_CRAMFS is not set | ||
1159 | # CONFIG_VXFS_FS is not set | ||
1160 | CONFIG_MINIX_FS=y | ||
1161 | # CONFIG_HPFS_FS is not set | ||
1162 | # CONFIG_QNX4FS_FS is not set | ||
1163 | # CONFIG_ROMFS_FS is not set | ||
1164 | # CONFIG_SYSV_FS is not set | ||
1165 | # CONFIG_UFS_FS is not set | ||
1166 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1167 | CONFIG_NFS_FS=y | ||
1168 | CONFIG_NFS_V3=y | ||
1169 | # CONFIG_NFS_V3_ACL is not set | ||
1170 | CONFIG_NFS_V4=y | ||
1171 | CONFIG_NFSD=y | ||
1172 | CONFIG_NFSD_V3=y | ||
1173 | # CONFIG_NFSD_V3_ACL is not set | ||
1174 | CONFIG_NFSD_V4=y | ||
1175 | CONFIG_ROOT_NFS=y | ||
1176 | CONFIG_LOCKD=y | ||
1177 | CONFIG_LOCKD_V4=y | ||
1178 | CONFIG_EXPORTFS=y | ||
1179 | CONFIG_NFS_COMMON=y | ||
1180 | CONFIG_SUNRPC=y | ||
1181 | CONFIG_SUNRPC_GSS=y | ||
1182 | # CONFIG_SUNRPC_BIND34 is not set | ||
1183 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1184 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1185 | # CONFIG_SMB_FS is not set | ||
1186 | # CONFIG_CIFS is not set | ||
1187 | # CONFIG_NCP_FS is not set | ||
1188 | # CONFIG_CODA_FS is not set | ||
1189 | # CONFIG_AFS_FS is not set | ||
1190 | |||
1191 | # | ||
1192 | # Partition Types | ||
1193 | # | ||
1194 | # CONFIG_PARTITION_ADVANCED is not set | ||
1195 | CONFIG_MSDOS_PARTITION=y | ||
1196 | CONFIG_NLS=y | ||
1197 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1198 | CONFIG_NLS_CODEPAGE_437=y | ||
1199 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1200 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1201 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1202 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1203 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1204 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1205 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1206 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1207 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1208 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1209 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1210 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1211 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1212 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1213 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1214 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1215 | CONFIG_NLS_CODEPAGE_932=y | ||
1216 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1217 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1218 | # CONFIG_NLS_ISO8859_8 is not set | ||
1219 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1220 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1221 | # CONFIG_NLS_ASCII is not set | ||
1222 | CONFIG_NLS_ISO8859_1=y | ||
1223 | # CONFIG_NLS_ISO8859_2 is not set | ||
1224 | # CONFIG_NLS_ISO8859_3 is not set | ||
1225 | # CONFIG_NLS_ISO8859_4 is not set | ||
1226 | # CONFIG_NLS_ISO8859_5 is not set | ||
1227 | # CONFIG_NLS_ISO8859_6 is not set | ||
1228 | # CONFIG_NLS_ISO8859_7 is not set | ||
1229 | # CONFIG_NLS_ISO8859_9 is not set | ||
1230 | # CONFIG_NLS_ISO8859_13 is not set | ||
1231 | # CONFIG_NLS_ISO8859_14 is not set | ||
1232 | # CONFIG_NLS_ISO8859_15 is not set | ||
1233 | # CONFIG_NLS_KOI8_R is not set | ||
1234 | # CONFIG_NLS_KOI8_U is not set | ||
1235 | # CONFIG_NLS_UTF8 is not set | ||
1236 | # CONFIG_DLM is not set | ||
1237 | |||
1238 | # | ||
1239 | # Kernel hacking | ||
1240 | # | ||
1241 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
1242 | # CONFIG_PRINTK_TIME is not set | ||
1243 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
1244 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
1245 | CONFIG_FRAME_WARN=1024 | ||
1246 | # CONFIG_MAGIC_SYSRQ is not set | ||
1247 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1248 | # CONFIG_DEBUG_FS is not set | ||
1249 | # CONFIG_HEADERS_CHECK is not set | ||
1250 | CONFIG_DEBUG_KERNEL=y | ||
1251 | # CONFIG_DEBUG_SHIRQ is not set | ||
1252 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1253 | CONFIG_SCHED_DEBUG=y | ||
1254 | # CONFIG_SCHEDSTATS is not set | ||
1255 | # CONFIG_TIMER_STATS is not set | ||
1256 | # CONFIG_DEBUG_OBJECTS is not set | ||
1257 | # CONFIG_DEBUG_SLAB is not set | ||
1258 | CONFIG_DEBUG_PREEMPT=y | ||
1259 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1260 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1261 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1262 | # CONFIG_DEBUG_MUTEXES is not set | ||
1263 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1264 | # CONFIG_PROVE_LOCKING is not set | ||
1265 | # CONFIG_LOCK_STAT is not set | ||
1266 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1267 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1268 | # CONFIG_DEBUG_KOBJECT is not set | ||
1269 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1270 | # CONFIG_DEBUG_INFO is not set | ||
1271 | # CONFIG_DEBUG_VM is not set | ||
1272 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1273 | # CONFIG_DEBUG_LIST is not set | ||
1274 | # CONFIG_DEBUG_SG is not set | ||
1275 | # CONFIG_FRAME_POINTER is not set | ||
1276 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1277 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1278 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1279 | # CONFIG_FAULT_INJECTION is not set | ||
1280 | # CONFIG_SAMPLES is not set | ||
1281 | # CONFIG_SH_STANDARD_BIOS is not set | ||
1282 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
1283 | # CONFIG_DEBUG_BOOTMEM is not set | ||
1284 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
1285 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1286 | # CONFIG_4KSTACKS is not set | ||
1287 | # CONFIG_IRQSTACKS is not set | ||
1288 | # CONFIG_SH_KGDB is not set | ||
1289 | |||
1290 | # | ||
1291 | # Security options | ||
1292 | # | ||
1293 | # CONFIG_KEYS is not set | ||
1294 | # CONFIG_SECURITY is not set | ||
1295 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1296 | CONFIG_CRYPTO=y | ||
1297 | |||
1298 | # | ||
1299 | # Crypto core or helper | ||
1300 | # | ||
1301 | CONFIG_CRYPTO_ALGAPI=y | ||
1302 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1303 | CONFIG_CRYPTO_HASH=y | ||
1304 | CONFIG_CRYPTO_MANAGER=y | ||
1305 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1306 | # CONFIG_CRYPTO_NULL is not set | ||
1307 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1308 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1309 | # CONFIG_CRYPTO_TEST is not set | ||
1310 | |||
1311 | # | ||
1312 | # Authenticated Encryption with Associated Data | ||
1313 | # | ||
1314 | # CONFIG_CRYPTO_CCM is not set | ||
1315 | # CONFIG_CRYPTO_GCM is not set | ||
1316 | # CONFIG_CRYPTO_SEQIV is not set | ||
1317 | |||
1318 | # | ||
1319 | # Block modes | ||
1320 | # | ||
1321 | CONFIG_CRYPTO_CBC=y | ||
1322 | # CONFIG_CRYPTO_CTR is not set | ||
1323 | # CONFIG_CRYPTO_CTS is not set | ||
1324 | # CONFIG_CRYPTO_ECB is not set | ||
1325 | # CONFIG_CRYPTO_LRW is not set | ||
1326 | # CONFIG_CRYPTO_PCBC is not set | ||
1327 | # CONFIG_CRYPTO_XTS is not set | ||
1328 | |||
1329 | # | ||
1330 | # Hash modes | ||
1331 | # | ||
1332 | CONFIG_CRYPTO_HMAC=y | ||
1333 | # CONFIG_CRYPTO_XCBC is not set | ||
1334 | |||
1335 | # | ||
1336 | # Digest | ||
1337 | # | ||
1338 | # CONFIG_CRYPTO_CRC32C is not set | ||
1339 | # CONFIG_CRYPTO_MD4 is not set | ||
1340 | CONFIG_CRYPTO_MD5=y | ||
1341 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1342 | # CONFIG_CRYPTO_SHA1 is not set | ||
1343 | # CONFIG_CRYPTO_SHA256 is not set | ||
1344 | # CONFIG_CRYPTO_SHA512 is not set | ||
1345 | # CONFIG_CRYPTO_TGR192 is not set | ||
1346 | # CONFIG_CRYPTO_WP512 is not set | ||
1347 | |||
1348 | # | ||
1349 | # Ciphers | ||
1350 | # | ||
1351 | # CONFIG_CRYPTO_AES is not set | ||
1352 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1353 | # CONFIG_CRYPTO_ARC4 is not set | ||
1354 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1355 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1356 | # CONFIG_CRYPTO_CAST5 is not set | ||
1357 | # CONFIG_CRYPTO_CAST6 is not set | ||
1358 | CONFIG_CRYPTO_DES=y | ||
1359 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1360 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1361 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1362 | # CONFIG_CRYPTO_SEED is not set | ||
1363 | # CONFIG_CRYPTO_SERPENT is not set | ||
1364 | # CONFIG_CRYPTO_TEA is not set | ||
1365 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1366 | |||
1367 | # | ||
1368 | # Compression | ||
1369 | # | ||
1370 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1371 | # CONFIG_CRYPTO_LZO is not set | ||
1372 | # CONFIG_CRYPTO_HW is not set | ||
1373 | |||
1374 | # | ||
1375 | # Library routines | ||
1376 | # | ||
1377 | CONFIG_BITREVERSE=y | ||
1378 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1379 | # CONFIG_CRC_CCITT is not set | ||
1380 | # CONFIG_CRC16 is not set | ||
1381 | # CONFIG_CRC_ITU_T is not set | ||
1382 | CONFIG_CRC32=y | ||
1383 | # CONFIG_CRC7 is not set | ||
1384 | # CONFIG_LIBCRC32C is not set | ||
1385 | CONFIG_PLIST=y | ||
1386 | CONFIG_HAS_IOMEM=y | ||
1387 | CONFIG_HAS_IOPORT=y | ||
1388 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/drivers/dma/dma-g2.c b/arch/sh/drivers/dma/dma-g2.c index 0caf11bb7e27..af7bb589c2c8 100644 --- a/arch/sh/drivers/dma/dma-g2.c +++ b/arch/sh/drivers/dma/dma-g2.c | |||
@@ -14,8 +14,8 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <asm/cacheflush.h> | 16 | #include <asm/cacheflush.h> |
17 | #include <asm/mach/sysasic.h> | 17 | #include <mach/sysasic.h> |
18 | #include <asm/mach/dma.h> | 18 | #include <mach/dma.h> |
19 | #include <asm/dma.h> | 19 | #include <asm/dma.h> |
20 | 20 | ||
21 | struct g2_channel { | 21 | struct g2_channel { |
diff --git a/arch/sh/drivers/dma/dma-pvr2.c b/arch/sh/drivers/dma/dma-pvr2.c index 838fad566eaf..391cbe1c2956 100644 --- a/arch/sh/drivers/dma/dma-pvr2.c +++ b/arch/sh/drivers/dma/dma-pvr2.c | |||
@@ -13,8 +13,8 @@ | |||
13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <asm/mach/sysasic.h> | 16 | #include <mach/sysasic.h> |
17 | #include <asm/mach/dma.h> | 17 | #include <mach/dma.h> |
18 | #include <asm/dma.h> | 18 | #include <asm/dma.h> |
19 | #include <asm/io.h> | 19 | #include <asm/io.h> |
20 | 20 | ||
diff --git a/arch/sh/drivers/dma/dma-sh.c b/arch/sh/drivers/dma/dma-sh.c index 71ff3d6f26e2..b2ffe649c7c0 100644 --- a/arch/sh/drivers/dma/dma-sh.c +++ b/arch/sh/drivers/dma/dma-sh.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | #include <asm/dreamcast/dma.h> | 17 | #include <mach-dreamcast/mach/dma.h> |
18 | #include <asm/dma.h> | 18 | #include <asm/dma.h> |
19 | #include <asm/io.h> | 19 | #include <asm/io.h> |
20 | #include "dma-sh.h" | 20 | #include "dma-sh.h" |
diff --git a/arch/sh/drivers/dma/dma-sh.h b/arch/sh/drivers/dma/dma-sh.h index 0f591fbc922d..b05af34fc15d 100644 --- a/arch/sh/drivers/dma/dma-sh.h +++ b/arch/sh/drivers/dma/dma-sh.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifndef __DMA_SH_H | 11 | #ifndef __DMA_SH_H |
12 | #define __DMA_SH_H | 12 | #define __DMA_SH_H |
13 | 13 | ||
14 | #include <asm/cpu/dma.h> | 14 | #include <cpu/dma.h> |
15 | 15 | ||
16 | /* Definitions for the SuperH DMAC */ | 16 | /* Definitions for the SuperH DMAC */ |
17 | #define REQ_L 0x00000000 | 17 | #define REQ_L 0x00000000 |
diff --git a/arch/sh/drivers/pci/Makefile b/arch/sh/drivers/pci/Makefile index 0718805774e8..847e90894d1b 100644 --- a/arch/sh/drivers/pci/Makefile +++ b/arch/sh/drivers/pci/Makefile | |||
@@ -23,3 +23,4 @@ obj-$(CONFIG_SH_LANDISK) += ops-landisk.o | |||
23 | obj-$(CONFIG_SH_LBOX_RE2) += ops-lboxre2.o fixups-lboxre2.o | 23 | obj-$(CONFIG_SH_LBOX_RE2) += ops-lboxre2.o fixups-lboxre2.o |
24 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += ops-se7780.o fixups-se7780.o | 24 | obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += ops-se7780.o fixups-se7780.o |
25 | obj-$(CONFIG_SH_CAYMAN) += ops-cayman.o | 25 | obj-$(CONFIG_SH_CAYMAN) += ops-cayman.o |
26 | obj-$(CONFIG_SH_SH7785LCR) += ops-sh7785lcr.o fixups-sh7785lcr.o | ||
diff --git a/arch/sh/drivers/pci/fixups-dreamcast.c b/arch/sh/drivers/pci/fixups-dreamcast.c index c44699301eeb..2bf85cf091e1 100644 --- a/arch/sh/drivers/pci/fixups-dreamcast.c +++ b/arch/sh/drivers/pci/fixups-dreamcast.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
28 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
29 | #include <asm/mach/pci.h> | 29 | #include <mach/pci.h> |
30 | 30 | ||
31 | static void __init gapspci_fixup_resources(struct pci_dev *dev) | 31 | static void __init gapspci_fixup_resources(struct pci_dev *dev) |
32 | { | 32 | { |
diff --git a/arch/sh/drivers/pci/fixups-sh7785lcr.c b/arch/sh/drivers/pci/fixups-sh7785lcr.c new file mode 100644 index 000000000000..4949e601387a --- /dev/null +++ b/arch/sh/drivers/pci/fixups-sh7785lcr.c | |||
@@ -0,0 +1,46 @@ | |||
1 | /* | ||
2 | * arch/sh/drivers/pci/fixups-sh7785lcr.c | ||
3 | * | ||
4 | * R0P7785LC0011RL PCI fixups | ||
5 | * Copyright (C) 2008 Yoshihiro Shimoda | ||
6 | * | ||
7 | * Based on arch/sh/drivers/pci/fixups-r7780rp.c | ||
8 | * Copyright (C) 2003 Lineo uSolutions, Inc. | ||
9 | * Copyright (C) 2004 - 2006 Paul Mundt | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | */ | ||
15 | #include <linux/pci.h> | ||
16 | #include "pci-sh4.h" | ||
17 | |||
18 | int pci_fixup_pcic(void) | ||
19 | { | ||
20 | pci_write_reg(0x000043ff, SH4_PCIINTM); | ||
21 | pci_write_reg(0x0000380f, SH4_PCIAINTM); | ||
22 | |||
23 | pci_write_reg(0xfbb00047, SH7780_PCICMD); | ||
24 | pci_write_reg(0x00000000, SH7780_PCIIBAR); | ||
25 | |||
26 | pci_write_reg(0x00011912, SH7780_PCISVID); | ||
27 | pci_write_reg(0x08000000, SH7780_PCICSCR0); | ||
28 | pci_write_reg(0x0000001b, SH7780_PCICSAR0); | ||
29 | pci_write_reg(0xfd000000, SH7780_PCICSCR1); | ||
30 | pci_write_reg(0x0000000f, SH7780_PCICSAR1); | ||
31 | |||
32 | pci_write_reg(0xfd000000, SH7780_PCIMBR0); | ||
33 | pci_write_reg(0x00fc0000, SH7780_PCIMBMR0); | ||
34 | |||
35 | #ifdef CONFIG_32BIT | ||
36 | pci_write_reg(0xc0000000, SH7780_PCIMBR2); | ||
37 | pci_write_reg(0x20000000 - SH7780_PCI_IO_SIZE, SH7780_PCIMBMR2); | ||
38 | #endif | ||
39 | |||
40 | /* Set IOBR for windows containing area specified in pci.h */ | ||
41 | pci_write_reg((PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE - 1)), | ||
42 | SH7780_PCIIOBR); | ||
43 | pci_write_reg(((SH7780_PCI_IO_SIZE - 1) & (7 << 18)), SH7780_PCIIOBMR); | ||
44 | |||
45 | return 0; | ||
46 | } | ||
diff --git a/arch/sh/drivers/pci/ops-cayman.c b/arch/sh/drivers/pci/ops-cayman.c index 980275ffa30b..5ccf9ea3a9de 100644 --- a/arch/sh/drivers/pci/ops-cayman.c +++ b/arch/sh/drivers/pci/ops-cayman.c | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <linux/init.h> | 2 | #include <linux/init.h> |
3 | #include <linux/pci.h> | 3 | #include <linux/pci.h> |
4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
5 | #include <asm/cpu/irq.h> | 5 | #include <cpu/irq.h> |
6 | #include "pci-sh5.h" | 6 | #include "pci-sh5.h" |
7 | 7 | ||
8 | static inline u8 bridge_swizzle(u8 pin, u8 slot) | 8 | static inline u8 bridge_swizzle(u8 pin, u8 slot) |
diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c index e1284fc69361..f5d2a2aa6f3f 100644 --- a/arch/sh/drivers/pci/ops-dreamcast.c +++ b/arch/sh/drivers/pci/ops-dreamcast.c | |||
@@ -22,10 +22,11 @@ | |||
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/irq.h> | 23 | #include <linux/irq.h> |
24 | #include <linux/pci.h> | 24 | #include <linux/pci.h> |
25 | #include <linux/module.h> | ||
25 | 26 | ||
26 | #include <asm/io.h> | 27 | #include <asm/io.h> |
27 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
28 | #include <asm/mach/pci.h> | 29 | #include <mach/pci.h> |
29 | 30 | ||
30 | static struct resource gapspci_io_resource = { | 31 | static struct resource gapspci_io_resource = { |
31 | .name = "GAPSPCI IO", | 32 | .name = "GAPSPCI IO", |
@@ -48,6 +49,7 @@ struct pci_channel board_pci_channels[] = { | |||
48 | &gapspci_mem_resource, 0, 1 }, | 49 | &gapspci_mem_resource, 0, 1 }, |
49 | { 0, } | 50 | { 0, } |
50 | }; | 51 | }; |
52 | EXPORT_SYMBOL(board_pci_channels); | ||
51 | 53 | ||
52 | /* | 54 | /* |
53 | * The !gapspci_config_access case really shouldn't happen, ever, unless | 55 | * The !gapspci_config_access case really shouldn't happen, ever, unless |
diff --git a/arch/sh/drivers/pci/ops-se7780.c b/arch/sh/drivers/pci/ops-se7780.c index bbdb48c124a2..3145c62484d6 100644 --- a/arch/sh/drivers/pci/ops-se7780.c +++ b/arch/sh/drivers/pci/ops-se7780.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
15 | #include <linux/pci.h> | 15 | #include <linux/pci.h> |
16 | #include <asm/se7780.h> | 16 | #include <mach-se/mach/se7780.h> |
17 | #include <asm/io.h> | 17 | #include <asm/io.h> |
18 | #include "pci-sh4.h" | 18 | #include "pci-sh4.h" |
19 | 19 | ||
diff --git a/arch/sh/drivers/pci/ops-sh7785lcr.c b/arch/sh/drivers/pci/ops-sh7785lcr.c new file mode 100644 index 000000000000..b3bd68702059 --- /dev/null +++ b/arch/sh/drivers/pci/ops-sh7785lcr.c | |||
@@ -0,0 +1,66 @@ | |||
1 | /* | ||
2 | * Author: Ian DaSilva (idasilva@mvista.com) | ||
3 | * | ||
4 | * Highly leveraged from pci-bigsur.c, written by Dustin McIntire. | ||
5 | * | ||
6 | * May be copied or modified under the terms of the GNU General Public | ||
7 | * License. See linux/COPYING for more information. | ||
8 | * | ||
9 | * PCI initialization for the Renesas R0P7785LC0011RL board | ||
10 | * Based on arch/sh/drivers/pci/ops-r7780rp.c | ||
11 | * | ||
12 | */ | ||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/types.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/delay.h> | ||
17 | #include <linux/pci.h> | ||
18 | #include "pci-sh4.h" | ||
19 | |||
20 | static char irq_tab[] __initdata = { | ||
21 | 65, 66, 67, 68, | ||
22 | }; | ||
23 | |||
24 | int __init pcibios_map_platform_irq(struct pci_dev *pdev, u8 slot, u8 pin) | ||
25 | { | ||
26 | return irq_tab[slot]; | ||
27 | } | ||
28 | |||
29 | static struct resource sh7785_io_resource = { | ||
30 | .name = "SH7785_IO", | ||
31 | .start = SH7780_PCI_IO_BASE, | ||
32 | .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1, | ||
33 | .flags = IORESOURCE_IO | ||
34 | }; | ||
35 | |||
36 | static struct resource sh7785_mem_resource = { | ||
37 | .name = "SH7785_mem", | ||
38 | .start = SH7780_PCI_MEMORY_BASE, | ||
39 | .end = SH7780_PCI_MEMORY_BASE + SH7780_PCI_MEM_SIZE - 1, | ||
40 | .flags = IORESOURCE_MEM | ||
41 | }; | ||
42 | |||
43 | struct pci_channel board_pci_channels[] = { | ||
44 | { &sh4_pci_ops, &sh7785_io_resource, &sh7785_mem_resource, 0, 0xff }, | ||
45 | { NULL, NULL, NULL, 0, 0 }, | ||
46 | }; | ||
47 | EXPORT_SYMBOL(board_pci_channels); | ||
48 | |||
49 | static struct sh4_pci_address_map sh7785_pci_map = { | ||
50 | .window0 = { | ||
51 | .base = SH7780_CS2_BASE_ADDR, | ||
52 | .size = 0x04000000, | ||
53 | }, | ||
54 | |||
55 | .window1 = { | ||
56 | .base = SH7780_CS3_BASE_ADDR, | ||
57 | .size = 0x04000000, | ||
58 | }, | ||
59 | |||
60 | .flags = SH4_PCIC_NO_RESET, | ||
61 | }; | ||
62 | |||
63 | int __init pcibios_init_platform(void) | ||
64 | { | ||
65 | return sh7780_pcic_init(&sh7785_pci_map); | ||
66 | } | ||
diff --git a/arch/sh/drivers/pci/pci-auto.c b/arch/sh/drivers/pci/pci-auto.c index ea404704ace8..cf48b12ee58c 100644 --- a/arch/sh/drivers/pci/pci-auto.c +++ b/arch/sh/drivers/pci/pci-auto.c | |||
@@ -78,7 +78,7 @@ static struct pci_dev *fake_pci_dev(struct pci_channel *hose, | |||
78 | } | 78 | } |
79 | 79 | ||
80 | #define EARLY_PCI_OP(rw, size, type) \ | 80 | #define EARLY_PCI_OP(rw, size, type) \ |
81 | int early_##rw##_config_##size(struct pci_channel *hose, \ | 81 | static int early_##rw##_config_##size(struct pci_channel *hose, \ |
82 | int top_bus, int bus, int devfn, int offset, type value) \ | 82 | int top_bus, int bus, int devfn, int offset, type value) \ |
83 | { \ | 83 | { \ |
84 | return pci_##rw##_config_##size( \ | 84 | return pci_##rw##_config_##size( \ |
diff --git a/arch/sh/drivers/pci/pci-sh5.c b/arch/sh/drivers/pci/pci-sh5.c index a00a4df8c02d..7a97438762c8 100644 --- a/arch/sh/drivers/pci/pci-sh5.c +++ b/arch/sh/drivers/pci/pci-sh5.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
20 | #include <linux/types.h> | 20 | #include <linux/types.h> |
21 | #include <linux/irq.h> | 21 | #include <linux/irq.h> |
22 | #include <asm/cpu/irq.h> | 22 | #include <cpu/irq.h> |
23 | #include <asm/pci.h> | 23 | #include <asm/pci.h> |
24 | #include <asm/io.h> | 24 | #include <asm/io.h> |
25 | #include "pci-sh5.h" | 25 | #include "pci-sh5.h" |
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c index f57095a2617c..d3839e609aac 100644 --- a/arch/sh/drivers/pci/pci.c +++ b/arch/sh/drivers/pci/pci.c | |||
@@ -135,7 +135,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
135 | * If we set up a device for bus mastering, we need to check and set | 135 | * If we set up a device for bus mastering, we need to check and set |
136 | * the latency timer as it may not be properly set. | 136 | * the latency timer as it may not be properly set. |
137 | */ | 137 | */ |
138 | unsigned int pcibios_max_latency = 255; | 138 | static unsigned int pcibios_max_latency = 255; |
139 | 139 | ||
140 | void pcibios_set_master(struct pci_dev *dev) | 140 | void pcibios_set_master(struct pci_dev *dev) |
141 | { | 141 | { |
diff --git a/arch/sh/include/asm/.gitignore b/arch/sh/include/asm/.gitignore new file mode 100644 index 000000000000..378db779fb6c --- /dev/null +++ b/arch/sh/include/asm/.gitignore | |||
@@ -0,0 +1 @@ | |||
machtypes.h | |||
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild new file mode 100644 index 000000000000..43910cdf78a5 --- /dev/null +++ b/arch/sh/include/asm/Kbuild | |||
@@ -0,0 +1,8 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += cpu-features.h | ||
4 | |||
5 | unifdef-y += unistd_32.h | ||
6 | unifdef-y += unistd_64.h | ||
7 | unifdef-y += posix_types_32.h | ||
8 | unifdef-y += posix_types_64.h | ||
diff --git a/arch/sh/include/asm/adc.h b/arch/sh/include/asm/adc.h new file mode 100644 index 000000000000..48824c1fab80 --- /dev/null +++ b/arch/sh/include/asm/adc.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __ASM_ADC_H | ||
2 | #define __ASM_ADC_H | ||
3 | #ifdef __KERNEL__ | ||
4 | /* | ||
5 | * Copyright (C) 2004 Andriy Skulysh | ||
6 | */ | ||
7 | |||
8 | #include <cpu/adc.h> | ||
9 | |||
10 | int adc_single(unsigned int channel); | ||
11 | |||
12 | #endif /* __KERNEL__ */ | ||
13 | #endif /* __ASM_ADC_H */ | ||
diff --git a/arch/sh/include/asm/addrspace.h b/arch/sh/include/asm/addrspace.h new file mode 100644 index 000000000000..2702d81bfc0d --- /dev/null +++ b/arch/sh/include/asm/addrspace.h | |||
@@ -0,0 +1,53 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 1999 by Kaz Kojima | ||
7 | * | ||
8 | * Defitions for the address spaces of the SH CPUs. | ||
9 | */ | ||
10 | #ifndef __ASM_SH_ADDRSPACE_H | ||
11 | #define __ASM_SH_ADDRSPACE_H | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | |||
15 | #include <cpu/addrspace.h> | ||
16 | |||
17 | /* If this CPU supports segmentation, hook up the helpers */ | ||
18 | #ifdef P1SEG | ||
19 | |||
20 | /* | ||
21 | [ P0/U0 (virtual) ] 0x00000000 <------ User space | ||
22 | [ P1 (fixed) cached ] 0x80000000 <------ Kernel space | ||
23 | [ P2 (fixed) non-cachable] 0xA0000000 <------ Physical access | ||
24 | [ P3 (virtual) cached] 0xC0000000 <------ vmalloced area | ||
25 | [ P4 control ] 0xE0000000 | ||
26 | */ | ||
27 | |||
28 | /* Returns the privileged segment base of a given address */ | ||
29 | #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) | ||
30 | |||
31 | /* Returns the physical address of a PnSEG (n=1,2) address */ | ||
32 | #define PHYSADDR(a) (((unsigned long)(a)) & 0x1fffffff) | ||
33 | |||
34 | #ifdef CONFIG_29BIT | ||
35 | /* | ||
36 | * Map an address to a certain privileged segment | ||
37 | */ | ||
38 | #define P1SEGADDR(a) \ | ||
39 | ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG)) | ||
40 | #define P2SEGADDR(a) \ | ||
41 | ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P2SEG)) | ||
42 | #define P3SEGADDR(a) \ | ||
43 | ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG)) | ||
44 | #define P4SEGADDR(a) \ | ||
45 | ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG)) | ||
46 | #endif /* 29BIT */ | ||
47 | #endif /* P1SEG */ | ||
48 | |||
49 | /* Check if an address can be reached in 29 bits */ | ||
50 | #define IS_29BIT(a) (((unsigned long)(a)) < 0x20000000) | ||
51 | |||
52 | #endif /* __KERNEL__ */ | ||
53 | #endif /* __ASM_SH_ADDRSPACE_H */ | ||
diff --git a/arch/sh/include/asm/atomic-grb.h b/arch/sh/include/asm/atomic-grb.h new file mode 100644 index 000000000000..4c5b7dbfcedb --- /dev/null +++ b/arch/sh/include/asm/atomic-grb.h | |||
@@ -0,0 +1,169 @@ | |||
1 | #ifndef __ASM_SH_ATOMIC_GRB_H | ||
2 | #define __ASM_SH_ATOMIC_GRB_H | ||
3 | |||
4 | static inline void atomic_add(int i, atomic_t *v) | ||
5 | { | ||
6 | int tmp; | ||
7 | |||
8 | __asm__ __volatile__ ( | ||
9 | " .align 2 \n\t" | ||
10 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
11 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
12 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
13 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
14 | " add %2, %0 \n\t" /* add */ | ||
15 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
16 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
17 | : "=&r" (tmp), | ||
18 | "+r" (v) | ||
19 | : "r" (i) | ||
20 | : "memory" , "r0", "r1"); | ||
21 | } | ||
22 | |||
23 | static inline void atomic_sub(int i, atomic_t *v) | ||
24 | { | ||
25 | int tmp; | ||
26 | |||
27 | __asm__ __volatile__ ( | ||
28 | " .align 2 \n\t" | ||
29 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
30 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
31 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
32 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
33 | " sub %2, %0 \n\t" /* sub */ | ||
34 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
35 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
36 | : "=&r" (tmp), | ||
37 | "+r" (v) | ||
38 | : "r" (i) | ||
39 | : "memory" , "r0", "r1"); | ||
40 | } | ||
41 | |||
42 | static inline int atomic_add_return(int i, atomic_t *v) | ||
43 | { | ||
44 | int tmp; | ||
45 | |||
46 | __asm__ __volatile__ ( | ||
47 | " .align 2 \n\t" | ||
48 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
49 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
50 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
51 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
52 | " add %2, %0 \n\t" /* add */ | ||
53 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
54 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
55 | : "=&r" (tmp), | ||
56 | "+r" (v) | ||
57 | : "r" (i) | ||
58 | : "memory" , "r0", "r1"); | ||
59 | |||
60 | return tmp; | ||
61 | } | ||
62 | |||
63 | static inline int atomic_sub_return(int i, atomic_t *v) | ||
64 | { | ||
65 | int tmp; | ||
66 | |||
67 | __asm__ __volatile__ ( | ||
68 | " .align 2 \n\t" | ||
69 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
70 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
71 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
72 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
73 | " sub %2, %0 \n\t" /* sub */ | ||
74 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
75 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
76 | : "=&r" (tmp), | ||
77 | "+r" (v) | ||
78 | : "r" (i) | ||
79 | : "memory", "r0", "r1"); | ||
80 | |||
81 | return tmp; | ||
82 | } | ||
83 | |||
84 | static inline void atomic_clear_mask(unsigned int mask, atomic_t *v) | ||
85 | { | ||
86 | int tmp; | ||
87 | unsigned int _mask = ~mask; | ||
88 | |||
89 | __asm__ __volatile__ ( | ||
90 | " .align 2 \n\t" | ||
91 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
92 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
93 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
94 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
95 | " and %2, %0 \n\t" /* add */ | ||
96 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
97 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
98 | : "=&r" (tmp), | ||
99 | "+r" (v) | ||
100 | : "r" (_mask) | ||
101 | : "memory" , "r0", "r1"); | ||
102 | } | ||
103 | |||
104 | static inline void atomic_set_mask(unsigned int mask, atomic_t *v) | ||
105 | { | ||
106 | int tmp; | ||
107 | |||
108 | __asm__ __volatile__ ( | ||
109 | " .align 2 \n\t" | ||
110 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
111 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
112 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
113 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
114 | " or %2, %0 \n\t" /* or */ | ||
115 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
116 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
117 | : "=&r" (tmp), | ||
118 | "+r" (v) | ||
119 | : "r" (mask) | ||
120 | : "memory" , "r0", "r1"); | ||
121 | } | ||
122 | |||
123 | static inline int atomic_cmpxchg(atomic_t *v, int old, int new) | ||
124 | { | ||
125 | int ret; | ||
126 | |||
127 | __asm__ __volatile__ ( | ||
128 | " .align 2 \n\t" | ||
129 | " mova 1f, r0 \n\t" | ||
130 | " nop \n\t" | ||
131 | " mov r15, r1 \n\t" | ||
132 | " mov #-8, r15 \n\t" | ||
133 | " mov.l @%1, %0 \n\t" | ||
134 | " cmp/eq %2, %0 \n\t" | ||
135 | " bf 1f \n\t" | ||
136 | " mov.l %3, @%1 \n\t" | ||
137 | "1: mov r1, r15 \n\t" | ||
138 | : "=&r" (ret) | ||
139 | : "r" (v), "r" (old), "r" (new) | ||
140 | : "memory" , "r0", "r1" , "t"); | ||
141 | |||
142 | return ret; | ||
143 | } | ||
144 | |||
145 | static inline int atomic_add_unless(atomic_t *v, int a, int u) | ||
146 | { | ||
147 | int ret; | ||
148 | unsigned long tmp; | ||
149 | |||
150 | __asm__ __volatile__ ( | ||
151 | " .align 2 \n\t" | ||
152 | " mova 1f, r0 \n\t" | ||
153 | " nop \n\t" | ||
154 | " mov r15, r1 \n\t" | ||
155 | " mov #-12, r15 \n\t" | ||
156 | " mov.l @%2, %1 \n\t" | ||
157 | " mov %1, %0 \n\t" | ||
158 | " cmp/eq %4, %0 \n\t" | ||
159 | " bt/s 1f \n\t" | ||
160 | " add %3, %1 \n\t" | ||
161 | " mov.l %1, @%2 \n\t" | ||
162 | "1: mov r1, r15 \n\t" | ||
163 | : "=&r" (ret), "=&r" (tmp) | ||
164 | : "r" (v), "r" (a), "r" (u) | ||
165 | : "memory" , "r0", "r1" , "t"); | ||
166 | |||
167 | return ret != u; | ||
168 | } | ||
169 | #endif /* __ASM_SH_ATOMIC_GRB_H */ | ||
diff --git a/arch/sh/include/asm/atomic-irq.h b/arch/sh/include/asm/atomic-irq.h new file mode 100644 index 000000000000..74f7943cff6f --- /dev/null +++ b/arch/sh/include/asm/atomic-irq.h | |||
@@ -0,0 +1,71 @@ | |||
1 | #ifndef __ASM_SH_ATOMIC_IRQ_H | ||
2 | #define __ASM_SH_ATOMIC_IRQ_H | ||
3 | |||
4 | /* | ||
5 | * To get proper branch prediction for the main line, we must branch | ||
6 | * forward to code at the end of this object's .text section, then | ||
7 | * branch back to restart the operation. | ||
8 | */ | ||
9 | static inline void atomic_add(int i, atomic_t *v) | ||
10 | { | ||
11 | unsigned long flags; | ||
12 | |||
13 | local_irq_save(flags); | ||
14 | *(long *)v += i; | ||
15 | local_irq_restore(flags); | ||
16 | } | ||
17 | |||
18 | static inline void atomic_sub(int i, atomic_t *v) | ||
19 | { | ||
20 | unsigned long flags; | ||
21 | |||
22 | local_irq_save(flags); | ||
23 | *(long *)v -= i; | ||
24 | local_irq_restore(flags); | ||
25 | } | ||
26 | |||
27 | static inline int atomic_add_return(int i, atomic_t *v) | ||
28 | { | ||
29 | unsigned long temp, flags; | ||
30 | |||
31 | local_irq_save(flags); | ||
32 | temp = *(long *)v; | ||
33 | temp += i; | ||
34 | *(long *)v = temp; | ||
35 | local_irq_restore(flags); | ||
36 | |||
37 | return temp; | ||
38 | } | ||
39 | |||
40 | static inline int atomic_sub_return(int i, atomic_t *v) | ||
41 | { | ||
42 | unsigned long temp, flags; | ||
43 | |||
44 | local_irq_save(flags); | ||
45 | temp = *(long *)v; | ||
46 | temp -= i; | ||
47 | *(long *)v = temp; | ||
48 | local_irq_restore(flags); | ||
49 | |||
50 | return temp; | ||
51 | } | ||
52 | |||
53 | static inline void atomic_clear_mask(unsigned int mask, atomic_t *v) | ||
54 | { | ||
55 | unsigned long flags; | ||
56 | |||
57 | local_irq_save(flags); | ||
58 | *(long *)v &= ~mask; | ||
59 | local_irq_restore(flags); | ||
60 | } | ||
61 | |||
62 | static inline void atomic_set_mask(unsigned int mask, atomic_t *v) | ||
63 | { | ||
64 | unsigned long flags; | ||
65 | |||
66 | local_irq_save(flags); | ||
67 | *(long *)v |= mask; | ||
68 | local_irq_restore(flags); | ||
69 | } | ||
70 | |||
71 | #endif /* __ASM_SH_ATOMIC_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/atomic-llsc.h b/arch/sh/include/asm/atomic-llsc.h new file mode 100644 index 000000000000..4b00b78e3f4f --- /dev/null +++ b/arch/sh/include/asm/atomic-llsc.h | |||
@@ -0,0 +1,107 @@ | |||
1 | #ifndef __ASM_SH_ATOMIC_LLSC_H | ||
2 | #define __ASM_SH_ATOMIC_LLSC_H | ||
3 | |||
4 | /* | ||
5 | * To get proper branch prediction for the main line, we must branch | ||
6 | * forward to code at the end of this object's .text section, then | ||
7 | * branch back to restart the operation. | ||
8 | */ | ||
9 | static inline void atomic_add(int i, atomic_t *v) | ||
10 | { | ||
11 | unsigned long tmp; | ||
12 | |||
13 | __asm__ __volatile__ ( | ||
14 | "1: movli.l @%2, %0 ! atomic_add \n" | ||
15 | " add %1, %0 \n" | ||
16 | " movco.l %0, @%2 \n" | ||
17 | " bf 1b \n" | ||
18 | : "=&z" (tmp) | ||
19 | : "r" (i), "r" (&v->counter) | ||
20 | : "t"); | ||
21 | } | ||
22 | |||
23 | static inline void atomic_sub(int i, atomic_t *v) | ||
24 | { | ||
25 | unsigned long tmp; | ||
26 | |||
27 | __asm__ __volatile__ ( | ||
28 | "1: movli.l @%2, %0 ! atomic_sub \n" | ||
29 | " sub %1, %0 \n" | ||
30 | " movco.l %0, @%2 \n" | ||
31 | " bf 1b \n" | ||
32 | : "=&z" (tmp) | ||
33 | : "r" (i), "r" (&v->counter) | ||
34 | : "t"); | ||
35 | } | ||
36 | |||
37 | /* | ||
38 | * SH-4A note: | ||
39 | * | ||
40 | * We basically get atomic_xxx_return() for free compared with | ||
41 | * atomic_xxx(). movli.l/movco.l require r0 due to the instruction | ||
42 | * encoding, so the retval is automatically set without having to | ||
43 | * do any special work. | ||
44 | */ | ||
45 | static inline int atomic_add_return(int i, atomic_t *v) | ||
46 | { | ||
47 | unsigned long temp; | ||
48 | |||
49 | __asm__ __volatile__ ( | ||
50 | "1: movli.l @%2, %0 ! atomic_add_return \n" | ||
51 | " add %1, %0 \n" | ||
52 | " movco.l %0, @%2 \n" | ||
53 | " bf 1b \n" | ||
54 | " synco \n" | ||
55 | : "=&z" (temp) | ||
56 | : "r" (i), "r" (&v->counter) | ||
57 | : "t"); | ||
58 | |||
59 | return temp; | ||
60 | } | ||
61 | |||
62 | static inline int atomic_sub_return(int i, atomic_t *v) | ||
63 | { | ||
64 | unsigned long temp; | ||
65 | |||
66 | __asm__ __volatile__ ( | ||
67 | "1: movli.l @%2, %0 ! atomic_sub_return \n" | ||
68 | " sub %1, %0 \n" | ||
69 | " movco.l %0, @%2 \n" | ||
70 | " bf 1b \n" | ||
71 | " synco \n" | ||
72 | : "=&z" (temp) | ||
73 | : "r" (i), "r" (&v->counter) | ||
74 | : "t"); | ||
75 | |||
76 | return temp; | ||
77 | } | ||
78 | |||
79 | static inline void atomic_clear_mask(unsigned int mask, atomic_t *v) | ||
80 | { | ||
81 | unsigned long tmp; | ||
82 | |||
83 | __asm__ __volatile__ ( | ||
84 | "1: movli.l @%2, %0 ! atomic_clear_mask \n" | ||
85 | " and %1, %0 \n" | ||
86 | " movco.l %0, @%2 \n" | ||
87 | " bf 1b \n" | ||
88 | : "=&z" (tmp) | ||
89 | : "r" (~mask), "r" (&v->counter) | ||
90 | : "t"); | ||
91 | } | ||
92 | |||
93 | static inline void atomic_set_mask(unsigned int mask, atomic_t *v) | ||
94 | { | ||
95 | unsigned long tmp; | ||
96 | |||
97 | __asm__ __volatile__ ( | ||
98 | "1: movli.l @%2, %0 ! atomic_set_mask \n" | ||
99 | " or %1, %0 \n" | ||
100 | " movco.l %0, @%2 \n" | ||
101 | " bf 1b \n" | ||
102 | : "=&z" (tmp) | ||
103 | : "r" (mask), "r" (&v->counter) | ||
104 | : "t"); | ||
105 | } | ||
106 | |||
107 | #endif /* __ASM_SH_ATOMIC_LLSC_H */ | ||
diff --git a/arch/sh/include/asm/atomic.h b/arch/sh/include/asm/atomic.h new file mode 100644 index 000000000000..c043ef003028 --- /dev/null +++ b/arch/sh/include/asm/atomic.h | |||
@@ -0,0 +1,89 @@ | |||
1 | #ifndef __ASM_SH_ATOMIC_H | ||
2 | #define __ASM_SH_ATOMIC_H | ||
3 | |||
4 | /* | ||
5 | * Atomic operations that C can't guarantee us. Useful for | ||
6 | * resource counting etc.. | ||
7 | * | ||
8 | */ | ||
9 | |||
10 | typedef struct { volatile int counter; } atomic_t; | ||
11 | |||
12 | #define ATOMIC_INIT(i) ( (atomic_t) { (i) } ) | ||
13 | |||
14 | #define atomic_read(v) ((v)->counter) | ||
15 | #define atomic_set(v,i) ((v)->counter = (i)) | ||
16 | |||
17 | #include <linux/compiler.h> | ||
18 | #include <asm/system.h> | ||
19 | |||
20 | #if defined(CONFIG_GUSA_RB) | ||
21 | #include <asm/atomic-grb.h> | ||
22 | #elif defined(CONFIG_CPU_SH4A) | ||
23 | #include <asm/atomic-llsc.h> | ||
24 | #else | ||
25 | #include <asm/atomic-irq.h> | ||
26 | #endif | ||
27 | |||
28 | #define atomic_add_negative(a, v) (atomic_add_return((a), (v)) < 0) | ||
29 | |||
30 | #define atomic_dec_return(v) atomic_sub_return(1,(v)) | ||
31 | #define atomic_inc_return(v) atomic_add_return(1,(v)) | ||
32 | |||
33 | /* | ||
34 | * atomic_inc_and_test - increment and test | ||
35 | * @v: pointer of type atomic_t | ||
36 | * | ||
37 | * Atomically increments @v by 1 | ||
38 | * and returns true if the result is zero, or false for all | ||
39 | * other cases. | ||
40 | */ | ||
41 | #define atomic_inc_and_test(v) (atomic_inc_return(v) == 0) | ||
42 | |||
43 | #define atomic_sub_and_test(i,v) (atomic_sub_return((i), (v)) == 0) | ||
44 | #define atomic_dec_and_test(v) (atomic_sub_return(1, (v)) == 0) | ||
45 | |||
46 | #define atomic_inc(v) atomic_add(1,(v)) | ||
47 | #define atomic_dec(v) atomic_sub(1,(v)) | ||
48 | |||
49 | #ifndef CONFIG_GUSA_RB | ||
50 | static inline int atomic_cmpxchg(atomic_t *v, int old, int new) | ||
51 | { | ||
52 | int ret; | ||
53 | unsigned long flags; | ||
54 | |||
55 | local_irq_save(flags); | ||
56 | ret = v->counter; | ||
57 | if (likely(ret == old)) | ||
58 | v->counter = new; | ||
59 | local_irq_restore(flags); | ||
60 | |||
61 | return ret; | ||
62 | } | ||
63 | |||
64 | static inline int atomic_add_unless(atomic_t *v, int a, int u) | ||
65 | { | ||
66 | int ret; | ||
67 | unsigned long flags; | ||
68 | |||
69 | local_irq_save(flags); | ||
70 | ret = v->counter; | ||
71 | if (ret != u) | ||
72 | v->counter += a; | ||
73 | local_irq_restore(flags); | ||
74 | |||
75 | return ret != u; | ||
76 | } | ||
77 | #endif | ||
78 | |||
79 | #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) | ||
80 | #define atomic_inc_not_zero(v) atomic_add_unless((v), 1, 0) | ||
81 | |||
82 | /* Atomic operations are already serializing on SH */ | ||
83 | #define smp_mb__before_atomic_dec() barrier() | ||
84 | #define smp_mb__after_atomic_dec() barrier() | ||
85 | #define smp_mb__before_atomic_inc() barrier() | ||
86 | #define smp_mb__after_atomic_inc() barrier() | ||
87 | |||
88 | #include <asm-generic/atomic.h> | ||
89 | #endif /* __ASM_SH_ATOMIC_H */ | ||
diff --git a/arch/sh/include/asm/auxvec.h b/arch/sh/include/asm/auxvec.h new file mode 100644 index 000000000000..483effd65e00 --- /dev/null +++ b/arch/sh/include/asm/auxvec.h | |||
@@ -0,0 +1,36 @@ | |||
1 | #ifndef __ASM_SH_AUXVEC_H | ||
2 | #define __ASM_SH_AUXVEC_H | ||
3 | |||
4 | /* | ||
5 | * Architecture-neutral AT_ values in 0-17, leave some room | ||
6 | * for more of them. | ||
7 | */ | ||
8 | |||
9 | /* | ||
10 | * This entry gives some information about the FPU initialization | ||
11 | * performed by the kernel. | ||
12 | */ | ||
13 | #define AT_FPUCW 18 /* Used FPU control word. */ | ||
14 | |||
15 | #if defined(CONFIG_VSYSCALL) || !defined(__KERNEL__) | ||
16 | /* | ||
17 | * Only define this in the vsyscall case, the entry point to | ||
18 | * the vsyscall page gets placed here. The kernel will attempt | ||
19 | * to build a gate VMA we don't care about otherwise.. | ||
20 | */ | ||
21 | #define AT_SYSINFO_EHDR 33 | ||
22 | #endif | ||
23 | |||
24 | /* | ||
25 | * More complete cache descriptions than AT_[DIU]CACHEBSIZE. If the | ||
26 | * value is -1, then the cache doesn't exist. Otherwise: | ||
27 | * | ||
28 | * bit 0-3: Cache set-associativity; 0 means fully associative. | ||
29 | * bit 4-7: Log2 of cacheline size. | ||
30 | * bit 8-31: Size of the entire cache >> 8. | ||
31 | */ | ||
32 | #define AT_L1I_CACHESHAPE 34 | ||
33 | #define AT_L1D_CACHESHAPE 35 | ||
34 | #define AT_L2_CACHESHAPE 36 | ||
35 | |||
36 | #endif /* __ASM_SH_AUXVEC_H */ | ||
diff --git a/arch/sh/include/asm/bitops-grb.h b/arch/sh/include/asm/bitops-grb.h new file mode 100644 index 000000000000..a5907b94395b --- /dev/null +++ b/arch/sh/include/asm/bitops-grb.h | |||
@@ -0,0 +1,169 @@ | |||
1 | #ifndef __ASM_SH_BITOPS_GRB_H | ||
2 | #define __ASM_SH_BITOPS_GRB_H | ||
3 | |||
4 | static inline void set_bit(int nr, volatile void * addr) | ||
5 | { | ||
6 | int mask; | ||
7 | volatile unsigned int *a = addr; | ||
8 | unsigned long tmp; | ||
9 | |||
10 | a += nr >> 5; | ||
11 | mask = 1 << (nr & 0x1f); | ||
12 | |||
13 | __asm__ __volatile__ ( | ||
14 | " .align 2 \n\t" | ||
15 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
16 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
17 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
18 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
19 | " or %2, %0 \n\t" /* or */ | ||
20 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
21 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
22 | : "=&r" (tmp), | ||
23 | "+r" (a) | ||
24 | : "r" (mask) | ||
25 | : "memory" , "r0", "r1"); | ||
26 | } | ||
27 | |||
28 | static inline void clear_bit(int nr, volatile void * addr) | ||
29 | { | ||
30 | int mask; | ||
31 | volatile unsigned int *a = addr; | ||
32 | unsigned long tmp; | ||
33 | |||
34 | a += nr >> 5; | ||
35 | mask = ~(1 << (nr & 0x1f)); | ||
36 | __asm__ __volatile__ ( | ||
37 | " .align 2 \n\t" | ||
38 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
39 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
40 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
41 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
42 | " and %2, %0 \n\t" /* and */ | ||
43 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
44 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
45 | : "=&r" (tmp), | ||
46 | "+r" (a) | ||
47 | : "r" (mask) | ||
48 | : "memory" , "r0", "r1"); | ||
49 | } | ||
50 | |||
51 | static inline void change_bit(int nr, volatile void * addr) | ||
52 | { | ||
53 | int mask; | ||
54 | volatile unsigned int *a = addr; | ||
55 | unsigned long tmp; | ||
56 | |||
57 | a += nr >> 5; | ||
58 | mask = 1 << (nr & 0x1f); | ||
59 | __asm__ __volatile__ ( | ||
60 | " .align 2 \n\t" | ||
61 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
62 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
63 | " mov #-6, r15 \n\t" /* LOGIN: r15 = size */ | ||
64 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
65 | " xor %2, %0 \n\t" /* xor */ | ||
66 | " mov.l %0, @%1 \n\t" /* store new value */ | ||
67 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
68 | : "=&r" (tmp), | ||
69 | "+r" (a) | ||
70 | : "r" (mask) | ||
71 | : "memory" , "r0", "r1"); | ||
72 | } | ||
73 | |||
74 | static inline int test_and_set_bit(int nr, volatile void * addr) | ||
75 | { | ||
76 | int mask, retval; | ||
77 | volatile unsigned int *a = addr; | ||
78 | unsigned long tmp; | ||
79 | |||
80 | a += nr >> 5; | ||
81 | mask = 1 << (nr & 0x1f); | ||
82 | |||
83 | __asm__ __volatile__ ( | ||
84 | " .align 2 \n\t" | ||
85 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
86 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
87 | " mov #-14, r15 \n\t" /* LOGIN: r15 = size */ | ||
88 | " mov.l @%2, %0 \n\t" /* load old value */ | ||
89 | " mov %0, %1 \n\t" | ||
90 | " tst %1, %3 \n\t" /* T = ((*a & mask) == 0) */ | ||
91 | " mov #-1, %1 \n\t" /* retvat = -1 */ | ||
92 | " negc %1, %1 \n\t" /* retval = (mask & *a) != 0 */ | ||
93 | " or %3, %0 \n\t" | ||
94 | " mov.l %0, @%2 \n\t" /* store new value */ | ||
95 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
96 | : "=&r" (tmp), | ||
97 | "=&r" (retval), | ||
98 | "+r" (a) | ||
99 | : "r" (mask) | ||
100 | : "memory" , "r0", "r1" ,"t"); | ||
101 | |||
102 | return retval; | ||
103 | } | ||
104 | |||
105 | static inline int test_and_clear_bit(int nr, volatile void * addr) | ||
106 | { | ||
107 | int mask, retval,not_mask; | ||
108 | volatile unsigned int *a = addr; | ||
109 | unsigned long tmp; | ||
110 | |||
111 | a += nr >> 5; | ||
112 | mask = 1 << (nr & 0x1f); | ||
113 | |||
114 | not_mask = ~mask; | ||
115 | |||
116 | __asm__ __volatile__ ( | ||
117 | " .align 2 \n\t" | ||
118 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
119 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
120 | " mov #-14, r15 \n\t" /* LOGIN */ | ||
121 | " mov.l @%2, %0 \n\t" /* load old value */ | ||
122 | " mov %0, %1 \n\t" /* %1 = *a */ | ||
123 | " tst %1, %3 \n\t" /* T = ((*a & mask) == 0) */ | ||
124 | " mov #-1, %1 \n\t" /* retvat = -1 */ | ||
125 | " negc %1, %1 \n\t" /* retval = (mask & *a) != 0 */ | ||
126 | " and %4, %0 \n\t" | ||
127 | " mov.l %0, @%2 \n\t" /* store new value */ | ||
128 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
129 | : "=&r" (tmp), | ||
130 | "=&r" (retval), | ||
131 | "+r" (a) | ||
132 | : "r" (mask), | ||
133 | "r" (not_mask) | ||
134 | : "memory" , "r0", "r1", "t"); | ||
135 | |||
136 | return retval; | ||
137 | } | ||
138 | |||
139 | static inline int test_and_change_bit(int nr, volatile void * addr) | ||
140 | { | ||
141 | int mask, retval; | ||
142 | volatile unsigned int *a = addr; | ||
143 | unsigned long tmp; | ||
144 | |||
145 | a += nr >> 5; | ||
146 | mask = 1 << (nr & 0x1f); | ||
147 | |||
148 | __asm__ __volatile__ ( | ||
149 | " .align 2 \n\t" | ||
150 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
151 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
152 | " mov #-14, r15 \n\t" /* LOGIN */ | ||
153 | " mov.l @%2, %0 \n\t" /* load old value */ | ||
154 | " mov %0, %1 \n\t" /* %1 = *a */ | ||
155 | " tst %1, %3 \n\t" /* T = ((*a & mask) == 0) */ | ||
156 | " mov #-1, %1 \n\t" /* retvat = -1 */ | ||
157 | " negc %1, %1 \n\t" /* retval = (mask & *a) != 0 */ | ||
158 | " xor %3, %0 \n\t" | ||
159 | " mov.l %0, @%2 \n\t" /* store new value */ | ||
160 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
161 | : "=&r" (tmp), | ||
162 | "=&r" (retval), | ||
163 | "+r" (a) | ||
164 | : "r" (mask) | ||
165 | : "memory" , "r0", "r1", "t"); | ||
166 | |||
167 | return retval; | ||
168 | } | ||
169 | #endif /* __ASM_SH_BITOPS_GRB_H */ | ||
diff --git a/arch/sh/include/asm/bitops-irq.h b/arch/sh/include/asm/bitops-irq.h new file mode 100644 index 000000000000..653a12750584 --- /dev/null +++ b/arch/sh/include/asm/bitops-irq.h | |||
@@ -0,0 +1,91 @@ | |||
1 | #ifndef __ASM_SH_BITOPS_IRQ_H | ||
2 | #define __ASM_SH_BITOPS_IRQ_H | ||
3 | |||
4 | static inline void set_bit(int nr, volatile void *addr) | ||
5 | { | ||
6 | int mask; | ||
7 | volatile unsigned int *a = addr; | ||
8 | unsigned long flags; | ||
9 | |||
10 | a += nr >> 5; | ||
11 | mask = 1 << (nr & 0x1f); | ||
12 | local_irq_save(flags); | ||
13 | *a |= mask; | ||
14 | local_irq_restore(flags); | ||
15 | } | ||
16 | |||
17 | static inline void clear_bit(int nr, volatile void *addr) | ||
18 | { | ||
19 | int mask; | ||
20 | volatile unsigned int *a = addr; | ||
21 | unsigned long flags; | ||
22 | |||
23 | a += nr >> 5; | ||
24 | mask = 1 << (nr & 0x1f); | ||
25 | local_irq_save(flags); | ||
26 | *a &= ~mask; | ||
27 | local_irq_restore(flags); | ||
28 | } | ||
29 | |||
30 | static inline void change_bit(int nr, volatile void *addr) | ||
31 | { | ||
32 | int mask; | ||
33 | volatile unsigned int *a = addr; | ||
34 | unsigned long flags; | ||
35 | |||
36 | a += nr >> 5; | ||
37 | mask = 1 << (nr & 0x1f); | ||
38 | local_irq_save(flags); | ||
39 | *a ^= mask; | ||
40 | local_irq_restore(flags); | ||
41 | } | ||
42 | |||
43 | static inline int test_and_set_bit(int nr, volatile void *addr) | ||
44 | { | ||
45 | int mask, retval; | ||
46 | volatile unsigned int *a = addr; | ||
47 | unsigned long flags; | ||
48 | |||
49 | a += nr >> 5; | ||
50 | mask = 1 << (nr & 0x1f); | ||
51 | local_irq_save(flags); | ||
52 | retval = (mask & *a) != 0; | ||
53 | *a |= mask; | ||
54 | local_irq_restore(flags); | ||
55 | |||
56 | return retval; | ||
57 | } | ||
58 | |||
59 | static inline int test_and_clear_bit(int nr, volatile void *addr) | ||
60 | { | ||
61 | int mask, retval; | ||
62 | volatile unsigned int *a = addr; | ||
63 | unsigned long flags; | ||
64 | |||
65 | a += nr >> 5; | ||
66 | mask = 1 << (nr & 0x1f); | ||
67 | local_irq_save(flags); | ||
68 | retval = (mask & *a) != 0; | ||
69 | *a &= ~mask; | ||
70 | local_irq_restore(flags); | ||
71 | |||
72 | return retval; | ||
73 | } | ||
74 | |||
75 | static inline int test_and_change_bit(int nr, volatile void *addr) | ||
76 | { | ||
77 | int mask, retval; | ||
78 | volatile unsigned int *a = addr; | ||
79 | unsigned long flags; | ||
80 | |||
81 | a += nr >> 5; | ||
82 | mask = 1 << (nr & 0x1f); | ||
83 | local_irq_save(flags); | ||
84 | retval = (mask & *a) != 0; | ||
85 | *a ^= mask; | ||
86 | local_irq_restore(flags); | ||
87 | |||
88 | return retval; | ||
89 | } | ||
90 | |||
91 | #endif /* __ASM_SH_BITOPS_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/bitops.h b/arch/sh/include/asm/bitops.h new file mode 100644 index 000000000000..d7d382f63ee5 --- /dev/null +++ b/arch/sh/include/asm/bitops.h | |||
@@ -0,0 +1,103 @@ | |||
1 | #ifndef __ASM_SH_BITOPS_H | ||
2 | #define __ASM_SH_BITOPS_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #ifndef _LINUX_BITOPS_H | ||
7 | #error only <linux/bitops.h> can be included directly | ||
8 | #endif | ||
9 | |||
10 | #include <asm/system.h> | ||
11 | /* For __swab32 */ | ||
12 | #include <asm/byteorder.h> | ||
13 | |||
14 | #ifdef CONFIG_GUSA_RB | ||
15 | #include <asm/bitops-grb.h> | ||
16 | #else | ||
17 | #include <asm/bitops-irq.h> | ||
18 | #endif | ||
19 | |||
20 | |||
21 | /* | ||
22 | * clear_bit() doesn't provide any barrier for the compiler. | ||
23 | */ | ||
24 | #define smp_mb__before_clear_bit() barrier() | ||
25 | #define smp_mb__after_clear_bit() barrier() | ||
26 | |||
27 | #include <asm-generic/bitops/non-atomic.h> | ||
28 | |||
29 | #ifdef CONFIG_SUPERH32 | ||
30 | static inline unsigned long ffz(unsigned long word) | ||
31 | { | ||
32 | unsigned long result; | ||
33 | |||
34 | __asm__("1:\n\t" | ||
35 | "shlr %1\n\t" | ||
36 | "bt/s 1b\n\t" | ||
37 | " add #1, %0" | ||
38 | : "=r" (result), "=r" (word) | ||
39 | : "0" (~0L), "1" (word) | ||
40 | : "t"); | ||
41 | return result; | ||
42 | } | ||
43 | |||
44 | /** | ||
45 | * __ffs - find first bit in word. | ||
46 | * @word: The word to search | ||
47 | * | ||
48 | * Undefined if no bit exists, so code should check against 0 first. | ||
49 | */ | ||
50 | static inline unsigned long __ffs(unsigned long word) | ||
51 | { | ||
52 | unsigned long result; | ||
53 | |||
54 | __asm__("1:\n\t" | ||
55 | "shlr %1\n\t" | ||
56 | "bf/s 1b\n\t" | ||
57 | " add #1, %0" | ||
58 | : "=r" (result), "=r" (word) | ||
59 | : "0" (~0L), "1" (word) | ||
60 | : "t"); | ||
61 | return result; | ||
62 | } | ||
63 | #else | ||
64 | static inline unsigned long ffz(unsigned long word) | ||
65 | { | ||
66 | unsigned long result, __d2, __d3; | ||
67 | |||
68 | __asm__("gettr tr0, %2\n\t" | ||
69 | "pta $+32, tr0\n\t" | ||
70 | "andi %1, 1, %3\n\t" | ||
71 | "beq %3, r63, tr0\n\t" | ||
72 | "pta $+4, tr0\n" | ||
73 | "0:\n\t" | ||
74 | "shlri.l %1, 1, %1\n\t" | ||
75 | "addi %0, 1, %0\n\t" | ||
76 | "andi %1, 1, %3\n\t" | ||
77 | "beqi %3, 1, tr0\n" | ||
78 | "1:\n\t" | ||
79 | "ptabs %2, tr0\n\t" | ||
80 | : "=r" (result), "=r" (word), "=r" (__d2), "=r" (__d3) | ||
81 | : "0" (0L), "1" (word)); | ||
82 | |||
83 | return result; | ||
84 | } | ||
85 | |||
86 | #include <asm-generic/bitops/__ffs.h> | ||
87 | #endif | ||
88 | |||
89 | #include <asm-generic/bitops/find.h> | ||
90 | #include <asm-generic/bitops/ffs.h> | ||
91 | #include <asm-generic/bitops/hweight.h> | ||
92 | #include <asm-generic/bitops/lock.h> | ||
93 | #include <asm-generic/bitops/sched.h> | ||
94 | #include <asm-generic/bitops/ext2-non-atomic.h> | ||
95 | #include <asm-generic/bitops/ext2-atomic.h> | ||
96 | #include <asm-generic/bitops/minix.h> | ||
97 | #include <asm-generic/bitops/fls.h> | ||
98 | #include <asm-generic/bitops/__fls.h> | ||
99 | #include <asm-generic/bitops/fls64.h> | ||
100 | |||
101 | #endif /* __KERNEL__ */ | ||
102 | |||
103 | #endif /* __ASM_SH_BITOPS_H */ | ||
diff --git a/arch/sh/include/asm/bug.h b/arch/sh/include/asm/bug.h new file mode 100644 index 000000000000..c01718040166 --- /dev/null +++ b/arch/sh/include/asm/bug.h | |||
@@ -0,0 +1,79 @@ | |||
1 | #ifndef __ASM_SH_BUG_H | ||
2 | #define __ASM_SH_BUG_H | ||
3 | |||
4 | #define TRAPA_BUG_OPCODE 0xc33e /* trapa #0x3e */ | ||
5 | |||
6 | #ifdef CONFIG_GENERIC_BUG | ||
7 | #define HAVE_ARCH_BUG | ||
8 | #define HAVE_ARCH_WARN_ON | ||
9 | |||
10 | /** | ||
11 | * _EMIT_BUG_ENTRY | ||
12 | * %1 - __FILE__ | ||
13 | * %2 - __LINE__ | ||
14 | * %3 - trap type | ||
15 | * %4 - sizeof(struct bug_entry) | ||
16 | * | ||
17 | * The trapa opcode itself sits in %0. | ||
18 | * The %O notation is used to avoid # generation. | ||
19 | * | ||
20 | * The offending file and line are encoded in the __bug_table section. | ||
21 | */ | ||
22 | #ifdef CONFIG_DEBUG_BUGVERBOSE | ||
23 | #define _EMIT_BUG_ENTRY \ | ||
24 | "\t.pushsection __bug_table,\"a\"\n" \ | ||
25 | "2:\t.long 1b, %O1\n" \ | ||
26 | "\t.short %O2, %O3\n" \ | ||
27 | "\t.org 2b+%O4\n" \ | ||
28 | "\t.popsection\n" | ||
29 | #else | ||
30 | #define _EMIT_BUG_ENTRY \ | ||
31 | "\t.pushsection __bug_table,\"a\"\n" \ | ||
32 | "2:\t.long 1b\n" \ | ||
33 | "\t.short %O3\n" \ | ||
34 | "\t.org 2b+%O4\n" \ | ||
35 | "\t.popsection\n" | ||
36 | #endif | ||
37 | |||
38 | #define BUG() \ | ||
39 | do { \ | ||
40 | __asm__ __volatile__ ( \ | ||
41 | "1:\t.short %O0\n" \ | ||
42 | _EMIT_BUG_ENTRY \ | ||
43 | : \ | ||
44 | : "n" (TRAPA_BUG_OPCODE), \ | ||
45 | "i" (__FILE__), \ | ||
46 | "i" (__LINE__), "i" (0), \ | ||
47 | "i" (sizeof(struct bug_entry))); \ | ||
48 | } while (0) | ||
49 | |||
50 | #define __WARN() \ | ||
51 | do { \ | ||
52 | __asm__ __volatile__ ( \ | ||
53 | "1:\t.short %O0\n" \ | ||
54 | _EMIT_BUG_ENTRY \ | ||
55 | : \ | ||
56 | : "n" (TRAPA_BUG_OPCODE), \ | ||
57 | "i" (__FILE__), \ | ||
58 | "i" (__LINE__), \ | ||
59 | "i" (BUGFLAG_WARNING), \ | ||
60 | "i" (sizeof(struct bug_entry))); \ | ||
61 | } while (0) | ||
62 | |||
63 | #define WARN_ON(x) ({ \ | ||
64 | int __ret_warn_on = !!(x); \ | ||
65 | if (__builtin_constant_p(__ret_warn_on)) { \ | ||
66 | if (__ret_warn_on) \ | ||
67 | __WARN(); \ | ||
68 | } else { \ | ||
69 | if (unlikely(__ret_warn_on)) \ | ||
70 | __WARN(); \ | ||
71 | } \ | ||
72 | unlikely(__ret_warn_on); \ | ||
73 | }) | ||
74 | |||
75 | #endif /* CONFIG_GENERIC_BUG */ | ||
76 | |||
77 | #include <asm-generic/bug.h> | ||
78 | |||
79 | #endif /* __ASM_SH_BUG_H */ | ||
diff --git a/arch/sh/include/asm/bugs.h b/arch/sh/include/asm/bugs.h new file mode 100644 index 000000000000..121b2ecddfc3 --- /dev/null +++ b/arch/sh/include/asm/bugs.h | |||
@@ -0,0 +1,73 @@ | |||
1 | #ifndef __ASM_SH_BUGS_H | ||
2 | #define __ASM_SH_BUGS_H | ||
3 | |||
4 | /* | ||
5 | * This is included by init/main.c to check for architecture-dependent bugs. | ||
6 | * | ||
7 | * Needs: | ||
8 | * void check_bugs(void); | ||
9 | */ | ||
10 | |||
11 | /* | ||
12 | * I don't know of any Super-H bugs yet. | ||
13 | */ | ||
14 | |||
15 | #include <asm/processor.h> | ||
16 | |||
17 | static void __init check_bugs(void) | ||
18 | { | ||
19 | extern unsigned long loops_per_jiffy; | ||
20 | char *p = &init_utsname()->machine[2]; /* "sh" */ | ||
21 | |||
22 | current_cpu_data.loops_per_jiffy = loops_per_jiffy; | ||
23 | |||
24 | switch (current_cpu_data.type) { | ||
25 | case CPU_SH7619: | ||
26 | *p++ = '2'; | ||
27 | break; | ||
28 | case CPU_SH7203 ... CPU_MXG: | ||
29 | *p++ = '2'; | ||
30 | *p++ = 'a'; | ||
31 | break; | ||
32 | case CPU_SH7705 ... CPU_SH7729: | ||
33 | *p++ = '3'; | ||
34 | break; | ||
35 | case CPU_SH7750 ... CPU_SH4_501: | ||
36 | *p++ = '4'; | ||
37 | break; | ||
38 | case CPU_SH7763 ... CPU_SHX3: | ||
39 | *p++ = '4'; | ||
40 | *p++ = 'a'; | ||
41 | break; | ||
42 | case CPU_SH7343 ... CPU_SH7366: | ||
43 | *p++ = '4'; | ||
44 | *p++ = 'a'; | ||
45 | *p++ = 'l'; | ||
46 | *p++ = '-'; | ||
47 | *p++ = 'd'; | ||
48 | *p++ = 's'; | ||
49 | *p++ = 'p'; | ||
50 | break; | ||
51 | case CPU_SH5_101 ... CPU_SH5_103: | ||
52 | *p++ = '6'; | ||
53 | *p++ = '4'; | ||
54 | break; | ||
55 | case CPU_SH_NONE: | ||
56 | /* | ||
57 | * Specifically use CPU_SH_NONE rather than default:, | ||
58 | * so we're able to have the compiler whine about | ||
59 | * unhandled enumerations. | ||
60 | */ | ||
61 | break; | ||
62 | } | ||
63 | |||
64 | printk("CPU: %s\n", get_cpu_subtype(¤t_cpu_data)); | ||
65 | |||
66 | #ifndef __LITTLE_ENDIAN__ | ||
67 | /* 'eb' means 'Endian Big' */ | ||
68 | *p++ = 'e'; | ||
69 | *p++ = 'b'; | ||
70 | #endif | ||
71 | *p = '\0'; | ||
72 | } | ||
73 | #endif /* __ASM_SH_BUGS_H */ | ||
diff --git a/arch/sh/include/asm/byteorder.h b/arch/sh/include/asm/byteorder.h new file mode 100644 index 000000000000..4c13e6117563 --- /dev/null +++ b/arch/sh/include/asm/byteorder.h | |||
@@ -0,0 +1,70 @@ | |||
1 | #ifndef __ASM_SH_BYTEORDER_H | ||
2 | #define __ASM_SH_BYTEORDER_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999 Niibe Yutaka | ||
6 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
7 | */ | ||
8 | #include <linux/compiler.h> | ||
9 | #include <linux/types.h> | ||
10 | |||
11 | static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) | ||
12 | { | ||
13 | __asm__( | ||
14 | #ifdef __SH5__ | ||
15 | "byterev %0, %0\n\t" | ||
16 | "shari %0, 32, %0" | ||
17 | #else | ||
18 | "swap.b %0, %0\n\t" | ||
19 | "swap.w %0, %0\n\t" | ||
20 | "swap.b %0, %0" | ||
21 | #endif | ||
22 | : "=r" (x) | ||
23 | : "0" (x)); | ||
24 | |||
25 | return x; | ||
26 | } | ||
27 | |||
28 | static inline __attribute_const__ __u16 ___arch__swab16(__u16 x) | ||
29 | { | ||
30 | __asm__( | ||
31 | #ifdef __SH5__ | ||
32 | "byterev %0, %0\n\t" | ||
33 | "shari %0, 32, %0" | ||
34 | #else | ||
35 | "swap.b %0, %0" | ||
36 | #endif | ||
37 | : "=r" (x) | ||
38 | : "0" (x)); | ||
39 | |||
40 | return x; | ||
41 | } | ||
42 | |||
43 | static inline __u64 ___arch__swab64(__u64 val) | ||
44 | { | ||
45 | union { | ||
46 | struct { __u32 a,b; } s; | ||
47 | __u64 u; | ||
48 | } v, w; | ||
49 | v.u = val; | ||
50 | w.s.b = ___arch__swab32(v.s.a); | ||
51 | w.s.a = ___arch__swab32(v.s.b); | ||
52 | return w.u; | ||
53 | } | ||
54 | |||
55 | #define __arch__swab64(x) ___arch__swab64(x) | ||
56 | #define __arch__swab32(x) ___arch__swab32(x) | ||
57 | #define __arch__swab16(x) ___arch__swab16(x) | ||
58 | |||
59 | #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) | ||
60 | # define __BYTEORDER_HAS_U64__ | ||
61 | # define __SWAB_64_THRU_32__ | ||
62 | #endif | ||
63 | |||
64 | #ifdef __LITTLE_ENDIAN__ | ||
65 | #include <linux/byteorder/little_endian.h> | ||
66 | #else | ||
67 | #include <linux/byteorder/big_endian.h> | ||
68 | #endif | ||
69 | |||
70 | #endif /* __ASM_SH_BYTEORDER_H */ | ||
diff --git a/arch/sh/include/asm/cache.h b/arch/sh/include/asm/cache.h new file mode 100644 index 000000000000..02df18ea9608 --- /dev/null +++ b/arch/sh/include/asm/cache.h | |||
@@ -0,0 +1,51 @@ | |||
1 | /* $Id: cache.h,v 1.6 2004/03/11 18:08:05 lethal Exp $ | ||
2 | * | ||
3 | * include/asm-sh/cache.h | ||
4 | * | ||
5 | * Copyright 1999 (C) Niibe Yutaka | ||
6 | * Copyright 2002, 2003 (C) Paul Mundt | ||
7 | */ | ||
8 | #ifndef __ASM_SH_CACHE_H | ||
9 | #define __ASM_SH_CACHE_H | ||
10 | #ifdef __KERNEL__ | ||
11 | |||
12 | #include <linux/init.h> | ||
13 | #include <cpu/cache.h> | ||
14 | |||
15 | #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) | ||
16 | |||
17 | #define __read_mostly __attribute__((__section__(".data.read_mostly"))) | ||
18 | |||
19 | #ifndef __ASSEMBLY__ | ||
20 | struct cache_info { | ||
21 | unsigned int ways; /* Number of cache ways */ | ||
22 | unsigned int sets; /* Number of cache sets */ | ||
23 | unsigned int linesz; /* Cache line size (bytes) */ | ||
24 | |||
25 | unsigned int way_size; /* sets * line size */ | ||
26 | |||
27 | /* | ||
28 | * way_incr is the address offset for accessing the next way | ||
29 | * in memory mapped cache array ops. | ||
30 | */ | ||
31 | unsigned int way_incr; | ||
32 | unsigned int entry_shift; | ||
33 | unsigned int entry_mask; | ||
34 | |||
35 | /* | ||
36 | * Compute a mask which selects the address bits which overlap between | ||
37 | * 1. those used to select the cache set during indexing | ||
38 | * 2. those in the physical page number. | ||
39 | */ | ||
40 | unsigned int alias_mask; | ||
41 | |||
42 | unsigned int n_aliases; /* Number of aliases */ | ||
43 | |||
44 | unsigned long flags; | ||
45 | }; | ||
46 | |||
47 | int __init detect_cpu_and_cache_system(void); | ||
48 | |||
49 | #endif /* __ASSEMBLY__ */ | ||
50 | #endif /* __KERNEL__ */ | ||
51 | #endif /* __ASM_SH_CACHE_H */ | ||
diff --git a/arch/sh/include/asm/cacheflush.h b/arch/sh/include/asm/cacheflush.h new file mode 100644 index 000000000000..09acbc32d6c7 --- /dev/null +++ b/arch/sh/include/asm/cacheflush.h | |||
@@ -0,0 +1,81 @@ | |||
1 | #ifndef __ASM_SH_CACHEFLUSH_H | ||
2 | #define __ASM_SH_CACHEFLUSH_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #ifdef CONFIG_CACHE_OFF | ||
7 | /* | ||
8 | * Nothing to do when the cache is disabled, initial flush and explicit | ||
9 | * disabling is handled at CPU init time. | ||
10 | * | ||
11 | * See arch/sh/kernel/cpu/init.c:cache_init(). | ||
12 | */ | ||
13 | #define p3_cache_init() do { } while (0) | ||
14 | #define flush_cache_all() do { } while (0) | ||
15 | #define flush_cache_mm(mm) do { } while (0) | ||
16 | #define flush_cache_dup_mm(mm) do { } while (0) | ||
17 | #define flush_cache_range(vma, start, end) do { } while (0) | ||
18 | #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) | ||
19 | #define flush_dcache_page(page) do { } while (0) | ||
20 | #define flush_icache_range(start, end) do { } while (0) | ||
21 | #define flush_icache_page(vma,pg) do { } while (0) | ||
22 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | ||
23 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | ||
24 | #define flush_cache_sigtramp(vaddr) do { } while (0) | ||
25 | #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) | ||
26 | #define __flush_wback_region(start, size) do { (void)(start); } while (0) | ||
27 | #define __flush_purge_region(start, size) do { (void)(start); } while (0) | ||
28 | #define __flush_invalidate_region(start, size) do { (void)(start); } while (0) | ||
29 | #else | ||
30 | #include <cpu/cacheflush.h> | ||
31 | |||
32 | /* | ||
33 | * Consistent DMA requires that the __flush_xxx() primitives must be set | ||
34 | * for any of the enabled non-coherent caches (most of the UP CPUs), | ||
35 | * regardless of PIPT or VIPT cache configurations. | ||
36 | */ | ||
37 | |||
38 | /* Flush (write-back only) a region (smaller than a page) */ | ||
39 | extern void __flush_wback_region(void *start, int size); | ||
40 | /* Flush (write-back & invalidate) a region (smaller than a page) */ | ||
41 | extern void __flush_purge_region(void *start, int size); | ||
42 | /* Flush (invalidate only) a region (smaller than a page) */ | ||
43 | extern void __flush_invalidate_region(void *start, int size); | ||
44 | #endif | ||
45 | |||
46 | #define ARCH_HAS_FLUSH_KERNEL_DCACHE_PAGE | ||
47 | static inline void flush_kernel_dcache_page(struct page *page) | ||
48 | { | ||
49 | flush_dcache_page(page); | ||
50 | } | ||
51 | |||
52 | #if defined(CONFIG_CPU_SH4) && !defined(CONFIG_CACHE_OFF) | ||
53 | extern void copy_to_user_page(struct vm_area_struct *vma, | ||
54 | struct page *page, unsigned long vaddr, void *dst, const void *src, | ||
55 | unsigned long len); | ||
56 | |||
57 | extern void copy_from_user_page(struct vm_area_struct *vma, | ||
58 | struct page *page, unsigned long vaddr, void *dst, const void *src, | ||
59 | unsigned long len); | ||
60 | #else | ||
61 | #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ | ||
62 | do { \ | ||
63 | flush_cache_page(vma, vaddr, page_to_pfn(page));\ | ||
64 | memcpy(dst, src, len); \ | ||
65 | flush_icache_user_range(vma, page, vaddr, len); \ | ||
66 | } while (0) | ||
67 | |||
68 | #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ | ||
69 | do { \ | ||
70 | flush_cache_page(vma, vaddr, page_to_pfn(page));\ | ||
71 | memcpy(dst, src, len); \ | ||
72 | } while (0) | ||
73 | #endif | ||
74 | |||
75 | #define flush_cache_vmap(start, end) flush_cache_all() | ||
76 | #define flush_cache_vunmap(start, end) flush_cache_all() | ||
77 | |||
78 | #define HAVE_ARCH_UNMAPPED_AREA | ||
79 | |||
80 | #endif /* __KERNEL__ */ | ||
81 | #endif /* __ASM_SH_CACHEFLUSH_H */ | ||
diff --git a/arch/sh/include/asm/checksum.h b/arch/sh/include/asm/checksum.h new file mode 100644 index 000000000000..67496ab0ef04 --- /dev/null +++ b/arch/sh/include/asm/checksum.h | |||
@@ -0,0 +1,5 @@ | |||
1 | #ifdef CONFIG_SUPERH32 | ||
2 | # include "checksum_32.h" | ||
3 | #else | ||
4 | # include "checksum_64.h" | ||
5 | #endif | ||
diff --git a/arch/sh/include/asm/checksum_32.h b/arch/sh/include/asm/checksum_32.h new file mode 100644 index 000000000000..14b7ac2f0a07 --- /dev/null +++ b/arch/sh/include/asm/checksum_32.h | |||
@@ -0,0 +1,215 @@ | |||
1 | #ifndef __ASM_SH_CHECKSUM_H | ||
2 | #define __ASM_SH_CHECKSUM_H | ||
3 | |||
4 | /* | ||
5 | * This file is subject to the terms and conditions of the GNU General Public | ||
6 | * License. See the file "COPYING" in the main directory of this archive | ||
7 | * for more details. | ||
8 | * | ||
9 | * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka | ||
10 | */ | ||
11 | |||
12 | #include <linux/in6.h> | ||
13 | |||
14 | /* | ||
15 | * computes the checksum of a memory block at buff, length len, | ||
16 | * and adds in "sum" (32-bit) | ||
17 | * | ||
18 | * returns a 32-bit number suitable for feeding into itself | ||
19 | * or csum_tcpudp_magic | ||
20 | * | ||
21 | * this function must be called with even lengths, except | ||
22 | * for the last fragment, which may be odd | ||
23 | * | ||
24 | * it's best to have buff aligned on a 32-bit boundary | ||
25 | */ | ||
26 | asmlinkage __wsum csum_partial(const void *buff, int len, __wsum sum); | ||
27 | |||
28 | /* | ||
29 | * the same as csum_partial, but copies from src while it | ||
30 | * checksums, and handles user-space pointer exceptions correctly, when needed. | ||
31 | * | ||
32 | * here even more important to align src and dst on a 32-bit (or even | ||
33 | * better 64-bit) boundary | ||
34 | */ | ||
35 | |||
36 | asmlinkage __wsum csum_partial_copy_generic(const void *src, void *dst, | ||
37 | int len, __wsum sum, | ||
38 | int *src_err_ptr, int *dst_err_ptr); | ||
39 | |||
40 | /* | ||
41 | * Note: when you get a NULL pointer exception here this means someone | ||
42 | * passed in an incorrect kernel address to one of these functions. | ||
43 | * | ||
44 | * If you use these functions directly please don't forget the | ||
45 | * access_ok(). | ||
46 | */ | ||
47 | static inline | ||
48 | __wsum csum_partial_copy_nocheck(const void *src, void *dst, | ||
49 | int len, __wsum sum) | ||
50 | { | ||
51 | return csum_partial_copy_generic(src, dst, len, sum, NULL, NULL); | ||
52 | } | ||
53 | |||
54 | static inline | ||
55 | __wsum csum_partial_copy_from_user(const void __user *src, void *dst, | ||
56 | int len, __wsum sum, int *err_ptr) | ||
57 | { | ||
58 | return csum_partial_copy_generic((__force const void *)src, dst, | ||
59 | len, sum, err_ptr, NULL); | ||
60 | } | ||
61 | |||
62 | /* | ||
63 | * Fold a partial checksum | ||
64 | */ | ||
65 | |||
66 | static inline __sum16 csum_fold(__wsum sum) | ||
67 | { | ||
68 | unsigned int __dummy; | ||
69 | __asm__("swap.w %0, %1\n\t" | ||
70 | "extu.w %0, %0\n\t" | ||
71 | "extu.w %1, %1\n\t" | ||
72 | "add %1, %0\n\t" | ||
73 | "swap.w %0, %1\n\t" | ||
74 | "add %1, %0\n\t" | ||
75 | "not %0, %0\n\t" | ||
76 | : "=r" (sum), "=&r" (__dummy) | ||
77 | : "0" (sum) | ||
78 | : "t"); | ||
79 | return (__force __sum16)sum; | ||
80 | } | ||
81 | |||
82 | /* | ||
83 | * This is a version of ip_compute_csum() optimized for IP headers, | ||
84 | * which always checksum on 4 octet boundaries. | ||
85 | * | ||
86 | * i386 version by Jorge Cwik <jorge@laser.satlink.net>, adapted | ||
87 | * for linux by * Arnt Gulbrandsen. | ||
88 | */ | ||
89 | static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) | ||
90 | { | ||
91 | unsigned int sum, __dummy0, __dummy1; | ||
92 | |||
93 | __asm__ __volatile__( | ||
94 | "mov.l @%1+, %0\n\t" | ||
95 | "mov.l @%1+, %3\n\t" | ||
96 | "add #-2, %2\n\t" | ||
97 | "clrt\n\t" | ||
98 | "1:\t" | ||
99 | "addc %3, %0\n\t" | ||
100 | "movt %4\n\t" | ||
101 | "mov.l @%1+, %3\n\t" | ||
102 | "dt %2\n\t" | ||
103 | "bf/s 1b\n\t" | ||
104 | " cmp/eq #1, %4\n\t" | ||
105 | "addc %3, %0\n\t" | ||
106 | "addc %2, %0" /* Here %2 is 0, add carry-bit */ | ||
107 | /* Since the input registers which are loaded with iph and ihl | ||
108 | are modified, we must also specify them as outputs, or gcc | ||
109 | will assume they contain their original values. */ | ||
110 | : "=r" (sum), "=r" (iph), "=r" (ihl), "=&r" (__dummy0), "=&z" (__dummy1) | ||
111 | : "1" (iph), "2" (ihl) | ||
112 | : "t", "memory"); | ||
113 | |||
114 | return csum_fold(sum); | ||
115 | } | ||
116 | |||
117 | static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, | ||
118 | unsigned short len, | ||
119 | unsigned short proto, | ||
120 | __wsum sum) | ||
121 | { | ||
122 | #ifdef __LITTLE_ENDIAN__ | ||
123 | unsigned long len_proto = (proto + len) << 8; | ||
124 | #else | ||
125 | unsigned long len_proto = proto + len; | ||
126 | #endif | ||
127 | __asm__("clrt\n\t" | ||
128 | "addc %0, %1\n\t" | ||
129 | "addc %2, %1\n\t" | ||
130 | "addc %3, %1\n\t" | ||
131 | "movt %0\n\t" | ||
132 | "add %1, %0" | ||
133 | : "=r" (sum), "=r" (len_proto) | ||
134 | : "r" (daddr), "r" (saddr), "1" (len_proto), "0" (sum) | ||
135 | : "t"); | ||
136 | |||
137 | return sum; | ||
138 | } | ||
139 | |||
140 | /* | ||
141 | * computes the checksum of the TCP/UDP pseudo-header | ||
142 | * returns a 16-bit checksum, already complemented | ||
143 | */ | ||
144 | static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, | ||
145 | unsigned short len, | ||
146 | unsigned short proto, | ||
147 | __wsum sum) | ||
148 | { | ||
149 | return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); | ||
150 | } | ||
151 | |||
152 | /* | ||
153 | * this routine is used for miscellaneous IP-like checksums, mainly | ||
154 | * in icmp.c | ||
155 | */ | ||
156 | static inline __sum16 ip_compute_csum(const void *buff, int len) | ||
157 | { | ||
158 | return csum_fold(csum_partial(buff, len, 0)); | ||
159 | } | ||
160 | |||
161 | #define _HAVE_ARCH_IPV6_CSUM | ||
162 | static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr, | ||
163 | const struct in6_addr *daddr, | ||
164 | __u32 len, unsigned short proto, | ||
165 | __wsum sum) | ||
166 | { | ||
167 | unsigned int __dummy; | ||
168 | __asm__("clrt\n\t" | ||
169 | "mov.l @(0,%2), %1\n\t" | ||
170 | "addc %1, %0\n\t" | ||
171 | "mov.l @(4,%2), %1\n\t" | ||
172 | "addc %1, %0\n\t" | ||
173 | "mov.l @(8,%2), %1\n\t" | ||
174 | "addc %1, %0\n\t" | ||
175 | "mov.l @(12,%2), %1\n\t" | ||
176 | "addc %1, %0\n\t" | ||
177 | "mov.l @(0,%3), %1\n\t" | ||
178 | "addc %1, %0\n\t" | ||
179 | "mov.l @(4,%3), %1\n\t" | ||
180 | "addc %1, %0\n\t" | ||
181 | "mov.l @(8,%3), %1\n\t" | ||
182 | "addc %1, %0\n\t" | ||
183 | "mov.l @(12,%3), %1\n\t" | ||
184 | "addc %1, %0\n\t" | ||
185 | "addc %4, %0\n\t" | ||
186 | "addc %5, %0\n\t" | ||
187 | "movt %1\n\t" | ||
188 | "add %1, %0\n" | ||
189 | : "=r" (sum), "=&r" (__dummy) | ||
190 | : "r" (saddr), "r" (daddr), | ||
191 | "r" (htonl(len)), "r" (htonl(proto)), "0" (sum) | ||
192 | : "t"); | ||
193 | |||
194 | return csum_fold(sum); | ||
195 | } | ||
196 | |||
197 | /* | ||
198 | * Copy and checksum to user | ||
199 | */ | ||
200 | #define HAVE_CSUM_COPY_USER | ||
201 | static inline __wsum csum_and_copy_to_user(const void *src, | ||
202 | void __user *dst, | ||
203 | int len, __wsum sum, | ||
204 | int *err_ptr) | ||
205 | { | ||
206 | if (access_ok(VERIFY_WRITE, dst, len)) | ||
207 | return csum_partial_copy_generic((__force const void *)src, | ||
208 | dst, len, sum, NULL, err_ptr); | ||
209 | |||
210 | if (len) | ||
211 | *err_ptr = -EFAULT; | ||
212 | |||
213 | return (__force __wsum)-1; /* invalid checksum */ | ||
214 | } | ||
215 | #endif /* __ASM_SH_CHECKSUM_H */ | ||
diff --git a/arch/sh/include/asm/checksum_64.h b/arch/sh/include/asm/checksum_64.h new file mode 100644 index 000000000000..9c62a031a8f5 --- /dev/null +++ b/arch/sh/include/asm/checksum_64.h | |||
@@ -0,0 +1,78 @@ | |||
1 | #ifndef __ASM_SH_CHECKSUM_64_H | ||
2 | #define __ASM_SH_CHECKSUM_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/checksum_64.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | |||
14 | /* | ||
15 | * computes the checksum of a memory block at buff, length len, | ||
16 | * and adds in "sum" (32-bit) | ||
17 | * | ||
18 | * returns a 32-bit number suitable for feeding into itself | ||
19 | * or csum_tcpudp_magic | ||
20 | * | ||
21 | * this function must be called with even lengths, except | ||
22 | * for the last fragment, which may be odd | ||
23 | * | ||
24 | * it's best to have buff aligned on a 32-bit boundary | ||
25 | */ | ||
26 | asmlinkage __wsum csum_partial(const void *buff, int len, __wsum sum); | ||
27 | |||
28 | /* | ||
29 | * Note: when you get a NULL pointer exception here this means someone | ||
30 | * passed in an incorrect kernel address to one of these functions. | ||
31 | * | ||
32 | * If you use these functions directly please don't forget the | ||
33 | * access_ok(). | ||
34 | */ | ||
35 | |||
36 | |||
37 | __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len, | ||
38 | __wsum sum); | ||
39 | |||
40 | __wsum csum_partial_copy_from_user(const void __user *src, void *dst, | ||
41 | int len, __wsum sum, int *err_ptr); | ||
42 | |||
43 | static inline __sum16 csum_fold(__wsum csum) | ||
44 | { | ||
45 | u32 sum = (__force u32)csum; | ||
46 | sum = (sum & 0xffff) + (sum >> 16); | ||
47 | sum = (sum & 0xffff) + (sum >> 16); | ||
48 | return (__force __sum16)~sum; | ||
49 | } | ||
50 | |||
51 | __sum16 ip_fast_csum(const void *iph, unsigned int ihl); | ||
52 | |||
53 | __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, | ||
54 | unsigned short len, unsigned short proto, | ||
55 | __wsum sum); | ||
56 | |||
57 | /* | ||
58 | * computes the checksum of the TCP/UDP pseudo-header | ||
59 | * returns a 16-bit checksum, already complemented | ||
60 | */ | ||
61 | static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, | ||
62 | unsigned short len, | ||
63 | unsigned short proto, | ||
64 | __wsum sum) | ||
65 | { | ||
66 | return csum_fold(csum_tcpudp_nofold(saddr,daddr,len,proto,sum)); | ||
67 | } | ||
68 | |||
69 | /* | ||
70 | * this routine is used for miscellaneous IP-like checksums, mainly | ||
71 | * in icmp.c | ||
72 | */ | ||
73 | static inline __sum16 ip_compute_csum(const void *buff, int len) | ||
74 | { | ||
75 | return csum_fold(csum_partial(buff, len, 0)); | ||
76 | } | ||
77 | |||
78 | #endif /* __ASM_SH_CHECKSUM_64_H */ | ||
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h new file mode 100644 index 000000000000..720dfab7b15e --- /dev/null +++ b/arch/sh/include/asm/clock.h | |||
@@ -0,0 +1,97 @@ | |||
1 | #ifndef __ASM_SH_CLOCK_H | ||
2 | #define __ASM_SH_CLOCK_H | ||
3 | |||
4 | #include <linux/kref.h> | ||
5 | #include <linux/list.h> | ||
6 | #include <linux/seq_file.h> | ||
7 | #include <linux/clk.h> | ||
8 | #include <linux/err.h> | ||
9 | |||
10 | struct clk; | ||
11 | |||
12 | struct clk_ops { | ||
13 | void (*init)(struct clk *clk); | ||
14 | void (*enable)(struct clk *clk); | ||
15 | void (*disable)(struct clk *clk); | ||
16 | void (*recalc)(struct clk *clk); | ||
17 | int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id); | ||
18 | long (*round_rate)(struct clk *clk, unsigned long rate); | ||
19 | }; | ||
20 | |||
21 | struct clk { | ||
22 | struct list_head node; | ||
23 | const char *name; | ||
24 | int id; | ||
25 | struct module *owner; | ||
26 | |||
27 | struct clk *parent; | ||
28 | struct clk_ops *ops; | ||
29 | |||
30 | struct kref kref; | ||
31 | |||
32 | unsigned long rate; | ||
33 | unsigned long flags; | ||
34 | unsigned long arch_flags; | ||
35 | }; | ||
36 | |||
37 | #define CLK_ALWAYS_ENABLED (1 << 0) | ||
38 | #define CLK_RATE_PROPAGATES (1 << 1) | ||
39 | |||
40 | /* Should be defined by processor-specific code */ | ||
41 | void arch_init_clk_ops(struct clk_ops **, int type); | ||
42 | |||
43 | /* arch/sh/kernel/cpu/clock.c */ | ||
44 | int clk_init(void); | ||
45 | |||
46 | void clk_recalc_rate(struct clk *); | ||
47 | |||
48 | int clk_register(struct clk *); | ||
49 | void clk_unregister(struct clk *); | ||
50 | |||
51 | static inline int clk_always_enable(const char *id) | ||
52 | { | ||
53 | struct clk *clk; | ||
54 | int ret; | ||
55 | |||
56 | clk = clk_get(NULL, id); | ||
57 | if (IS_ERR(clk)) | ||
58 | return PTR_ERR(clk); | ||
59 | |||
60 | ret = clk_enable(clk); | ||
61 | if (ret) | ||
62 | clk_put(clk); | ||
63 | |||
64 | return ret; | ||
65 | } | ||
66 | |||
67 | /* the exported API, in addition to clk_set_rate */ | ||
68 | /** | ||
69 | * clk_set_rate_ex - set the clock rate for a clock source, with additional parameter | ||
70 | * @clk: clock source | ||
71 | * @rate: desired clock rate in Hz | ||
72 | * @algo_id: algorithm id to be passed down to ops->set_rate | ||
73 | * | ||
74 | * Returns success (0) or negative errno. | ||
75 | */ | ||
76 | int clk_set_rate_ex(struct clk *clk, unsigned long rate, int algo_id); | ||
77 | |||
78 | enum clk_sh_algo_id { | ||
79 | NO_CHANGE = 0, | ||
80 | |||
81 | IUS_N1_N1, | ||
82 | IUS_322, | ||
83 | IUS_522, | ||
84 | IUS_N11, | ||
85 | |||
86 | SB_N1, | ||
87 | |||
88 | SB3_N1, | ||
89 | SB3_32, | ||
90 | SB3_43, | ||
91 | SB3_54, | ||
92 | |||
93 | BP_N1, | ||
94 | |||
95 | IP_N1, | ||
96 | }; | ||
97 | #endif /* __ASM_SH_CLOCK_H */ | ||
diff --git a/arch/sh/include/asm/cmpxchg-grb.h b/arch/sh/include/asm/cmpxchg-grb.h new file mode 100644 index 000000000000..e2681abe764f --- /dev/null +++ b/arch/sh/include/asm/cmpxchg-grb.h | |||
@@ -0,0 +1,70 @@ | |||
1 | #ifndef __ASM_SH_CMPXCHG_GRB_H | ||
2 | #define __ASM_SH_CMPXCHG_GRB_H | ||
3 | |||
4 | static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) | ||
5 | { | ||
6 | unsigned long retval; | ||
7 | |||
8 | __asm__ __volatile__ ( | ||
9 | " .align 2 \n\t" | ||
10 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
11 | " nop \n\t" | ||
12 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
13 | " mov #-4, r15 \n\t" /* LOGIN */ | ||
14 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
15 | " mov.l %2, @%1 \n\t" /* store new value */ | ||
16 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
17 | : "=&r" (retval), | ||
18 | "+r" (m) | ||
19 | : "r" (val) | ||
20 | : "memory", "r0", "r1"); | ||
21 | |||
22 | return retval; | ||
23 | } | ||
24 | |||
25 | static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) | ||
26 | { | ||
27 | unsigned long retval; | ||
28 | |||
29 | __asm__ __volatile__ ( | ||
30 | " .align 2 \n\t" | ||
31 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
32 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
33 | " mov #-6, r15 \n\t" /* LOGIN */ | ||
34 | " mov.b @%1, %0 \n\t" /* load old value */ | ||
35 | " extu.b %0, %0 \n\t" /* extend as unsigned */ | ||
36 | " mov.b %2, @%1 \n\t" /* store new value */ | ||
37 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
38 | : "=&r" (retval), | ||
39 | "+r" (m) | ||
40 | : "r" (val) | ||
41 | : "memory" , "r0", "r1"); | ||
42 | |||
43 | return retval; | ||
44 | } | ||
45 | |||
46 | static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, | ||
47 | unsigned long new) | ||
48 | { | ||
49 | unsigned long retval; | ||
50 | |||
51 | __asm__ __volatile__ ( | ||
52 | " .align 2 \n\t" | ||
53 | " mova 1f, r0 \n\t" /* r0 = end point */ | ||
54 | " nop \n\t" | ||
55 | " mov r15, r1 \n\t" /* r1 = saved sp */ | ||
56 | " mov #-8, r15 \n\t" /* LOGIN */ | ||
57 | " mov.l @%1, %0 \n\t" /* load old value */ | ||
58 | " cmp/eq %0, %2 \n\t" | ||
59 | " bf 1f \n\t" /* if not equal */ | ||
60 | " mov.l %2, @%1 \n\t" /* store new value */ | ||
61 | "1: mov r1, r15 \n\t" /* LOGOUT */ | ||
62 | : "=&r" (retval), | ||
63 | "+r" (m) | ||
64 | : "r" (new) | ||
65 | : "memory" , "r0", "r1", "t"); | ||
66 | |||
67 | return retval; | ||
68 | } | ||
69 | |||
70 | #endif /* __ASM_SH_CMPXCHG_GRB_H */ | ||
diff --git a/arch/sh/include/asm/cmpxchg-irq.h b/arch/sh/include/asm/cmpxchg-irq.h new file mode 100644 index 000000000000..43049ec0554b --- /dev/null +++ b/arch/sh/include/asm/cmpxchg-irq.h | |||
@@ -0,0 +1,40 @@ | |||
1 | #ifndef __ASM_SH_CMPXCHG_IRQ_H | ||
2 | #define __ASM_SH_CMPXCHG_IRQ_H | ||
3 | |||
4 | static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) | ||
5 | { | ||
6 | unsigned long flags, retval; | ||
7 | |||
8 | local_irq_save(flags); | ||
9 | retval = *m; | ||
10 | *m = val; | ||
11 | local_irq_restore(flags); | ||
12 | return retval; | ||
13 | } | ||
14 | |||
15 | static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) | ||
16 | { | ||
17 | unsigned long flags, retval; | ||
18 | |||
19 | local_irq_save(flags); | ||
20 | retval = *m; | ||
21 | *m = val & 0xff; | ||
22 | local_irq_restore(flags); | ||
23 | return retval; | ||
24 | } | ||
25 | |||
26 | static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, | ||
27 | unsigned long new) | ||
28 | { | ||
29 | __u32 retval; | ||
30 | unsigned long flags; | ||
31 | |||
32 | local_irq_save(flags); | ||
33 | retval = *m; | ||
34 | if (retval == old) | ||
35 | *m = new; | ||
36 | local_irq_restore(flags); /* implies memory barrier */ | ||
37 | return retval; | ||
38 | } | ||
39 | |||
40 | #endif /* __ASM_SH_CMPXCHG_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/cpu-features.h b/arch/sh/include/asm/cpu-features.h new file mode 100644 index 000000000000..86308aa39731 --- /dev/null +++ b/arch/sh/include/asm/cpu-features.h | |||
@@ -0,0 +1,25 @@ | |||
1 | #ifndef __ASM_SH_CPU_FEATURES_H | ||
2 | #define __ASM_SH_CPU_FEATURES_H | ||
3 | |||
4 | /* | ||
5 | * Processor flags | ||
6 | * | ||
7 | * Note: When adding a new flag, keep cpu_flags[] in | ||
8 | * arch/sh/kernel/setup.c in sync so symbolic name | ||
9 | * mapping of the processor flags has a chance of being | ||
10 | * reasonably accurate. | ||
11 | * | ||
12 | * These flags are also available through the ELF | ||
13 | * auxiliary vector as AT_HWCAP. | ||
14 | */ | ||
15 | #define CPU_HAS_FPU 0x0001 /* Hardware FPU support */ | ||
16 | #define CPU_HAS_P2_FLUSH_BUG 0x0002 /* Need to flush the cache in P2 area */ | ||
17 | #define CPU_HAS_MMU_PAGE_ASSOC 0x0004 /* SH3: TLB way selection bit support */ | ||
18 | #define CPU_HAS_DSP 0x0008 /* SH-DSP: DSP support */ | ||
19 | #define CPU_HAS_PERF_COUNTER 0x0010 /* Hardware performance counters */ | ||
20 | #define CPU_HAS_PTEA 0x0020 /* PTEA register */ | ||
21 | #define CPU_HAS_LLSC 0x0040 /* movli.l/movco.l */ | ||
22 | #define CPU_HAS_L2_CACHE 0x0080 /* Secondary cache / URAM */ | ||
23 | #define CPU_HAS_OP32 0x0100 /* 32-bit instruction support */ | ||
24 | |||
25 | #endif /* __ASM_SH_CPU_FEATURES_H */ | ||
diff --git a/arch/sh/include/asm/cputime.h b/arch/sh/include/asm/cputime.h new file mode 100644 index 000000000000..6ca395d1393e --- /dev/null +++ b/arch/sh/include/asm/cputime.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __SH_CPUTIME_H | ||
2 | #define __SH_CPUTIME_H | ||
3 | |||
4 | #include <asm-generic/cputime.h> | ||
5 | |||
6 | #endif /* __SH_CPUTIME_H */ | ||
diff --git a/arch/sh/include/asm/current.h b/arch/sh/include/asm/current.h new file mode 100644 index 000000000000..62b63880b333 --- /dev/null +++ b/arch/sh/include/asm/current.h | |||
@@ -0,0 +1,20 @@ | |||
1 | #ifndef __ASM_SH_CURRENT_H | ||
2 | #define __ASM_SH_CURRENT_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999 Niibe Yutaka | ||
6 | * | ||
7 | */ | ||
8 | |||
9 | #include <linux/thread_info.h> | ||
10 | |||
11 | struct task_struct; | ||
12 | |||
13 | static __inline__ struct task_struct * get_current(void) | ||
14 | { | ||
15 | return current_thread_info()->task; | ||
16 | } | ||
17 | |||
18 | #define current get_current() | ||
19 | |||
20 | #endif /* __ASM_SH_CURRENT_H */ | ||
diff --git a/arch/sh/include/asm/delay.h b/arch/sh/include/asm/delay.h new file mode 100644 index 000000000000..4b16bf9b56bd --- /dev/null +++ b/arch/sh/include/asm/delay.h | |||
@@ -0,0 +1,26 @@ | |||
1 | #ifndef __ASM_SH_DELAY_H | ||
2 | #define __ASM_SH_DELAY_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1993 Linus Torvalds | ||
6 | * | ||
7 | * Delay routines calling functions in arch/sh/lib/delay.c | ||
8 | */ | ||
9 | |||
10 | extern void __bad_udelay(void); | ||
11 | extern void __bad_ndelay(void); | ||
12 | |||
13 | extern void __udelay(unsigned long usecs); | ||
14 | extern void __ndelay(unsigned long nsecs); | ||
15 | extern void __const_udelay(unsigned long xloops); | ||
16 | extern void __delay(unsigned long loops); | ||
17 | |||
18 | #define udelay(n) (__builtin_constant_p(n) ? \ | ||
19 | ((n) > 20000 ? __bad_udelay() : __const_udelay((n) * 0x10c6ul)) : \ | ||
20 | __udelay(n)) | ||
21 | |||
22 | #define ndelay(n) (__builtin_constant_p(n) ? \ | ||
23 | ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \ | ||
24 | __ndelay(n)) | ||
25 | |||
26 | #endif /* __ASM_SH_DELAY_H */ | ||
diff --git a/arch/sh/include/asm/device.h b/arch/sh/include/asm/device.h new file mode 100644 index 000000000000..efd511d0803a --- /dev/null +++ b/arch/sh/include/asm/device.h | |||
@@ -0,0 +1,12 @@ | |||
1 | /* | ||
2 | * Arch specific extensions to struct device | ||
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | ||
6 | #include <asm-generic/device.h> | ||
7 | |||
8 | struct platform_device; | ||
9 | /* allocate contiguous memory chunk and fill in struct resource */ | ||
10 | int platform_resource_setup_memory(struct platform_device *pdev, | ||
11 | char *name, unsigned long memsize); | ||
12 | |||
diff --git a/arch/sh/include/asm/div64.h b/arch/sh/include/asm/div64.h new file mode 100644 index 000000000000..6cd978cefb28 --- /dev/null +++ b/arch/sh/include/asm/div64.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/div64.h> | |||
diff --git a/arch/sh/include/asm/dma-mapping.h b/arch/sh/include/asm/dma-mapping.h new file mode 100644 index 000000000000..627315ecdb52 --- /dev/null +++ b/arch/sh/include/asm/dma-mapping.h | |||
@@ -0,0 +1,193 @@ | |||
1 | #ifndef __ASM_SH_DMA_MAPPING_H | ||
2 | #define __ASM_SH_DMA_MAPPING_H | ||
3 | |||
4 | #include <linux/mm.h> | ||
5 | #include <linux/scatterlist.h> | ||
6 | #include <asm/cacheflush.h> | ||
7 | #include <asm/io.h> | ||
8 | #include <asm-generic/dma-coherent.h> | ||
9 | |||
10 | extern struct bus_type pci_bus_type; | ||
11 | |||
12 | #define dma_supported(dev, mask) (1) | ||
13 | |||
14 | static inline int dma_set_mask(struct device *dev, u64 mask) | ||
15 | { | ||
16 | if (!dev->dma_mask || !dma_supported(dev, mask)) | ||
17 | return -EIO; | ||
18 | |||
19 | *dev->dma_mask = mask; | ||
20 | |||
21 | return 0; | ||
22 | } | ||
23 | |||
24 | void *dma_alloc_coherent(struct device *dev, size_t size, | ||
25 | dma_addr_t *dma_handle, gfp_t flag); | ||
26 | |||
27 | void dma_free_coherent(struct device *dev, size_t size, | ||
28 | void *vaddr, dma_addr_t dma_handle); | ||
29 | |||
30 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | ||
31 | enum dma_data_direction dir); | ||
32 | |||
33 | #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) | ||
34 | #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) | ||
35 | #define dma_is_consistent(d, h) (1) | ||
36 | |||
37 | static inline dma_addr_t dma_map_single(struct device *dev, | ||
38 | void *ptr, size_t size, | ||
39 | enum dma_data_direction dir) | ||
40 | { | ||
41 | #if defined(CONFIG_PCI) && !defined(CONFIG_SH_PCIDMA_NONCOHERENT) | ||
42 | if (dev->bus == &pci_bus_type) | ||
43 | return virt_to_phys(ptr); | ||
44 | #endif | ||
45 | dma_cache_sync(dev, ptr, size, dir); | ||
46 | |||
47 | return virt_to_phys(ptr); | ||
48 | } | ||
49 | |||
50 | #define dma_unmap_single(dev, addr, size, dir) do { } while (0) | ||
51 | |||
52 | static inline int dma_map_sg(struct device *dev, struct scatterlist *sg, | ||
53 | int nents, enum dma_data_direction dir) | ||
54 | { | ||
55 | int i; | ||
56 | |||
57 | for (i = 0; i < nents; i++) { | ||
58 | #if !defined(CONFIG_PCI) || defined(CONFIG_SH_PCIDMA_NONCOHERENT) | ||
59 | dma_cache_sync(dev, sg_virt(&sg[i]), sg[i].length, dir); | ||
60 | #endif | ||
61 | sg[i].dma_address = sg_phys(&sg[i]); | ||
62 | } | ||
63 | |||
64 | return nents; | ||
65 | } | ||
66 | |||
67 | #define dma_unmap_sg(dev, sg, nents, dir) do { } while (0) | ||
68 | |||
69 | static inline dma_addr_t dma_map_page(struct device *dev, struct page *page, | ||
70 | unsigned long offset, size_t size, | ||
71 | enum dma_data_direction dir) | ||
72 | { | ||
73 | return dma_map_single(dev, page_address(page) + offset, size, dir); | ||
74 | } | ||
75 | |||
76 | static inline void dma_unmap_page(struct device *dev, dma_addr_t dma_address, | ||
77 | size_t size, enum dma_data_direction dir) | ||
78 | { | ||
79 | dma_unmap_single(dev, dma_address, size, dir); | ||
80 | } | ||
81 | |||
82 | static inline void dma_sync_single(struct device *dev, dma_addr_t dma_handle, | ||
83 | size_t size, enum dma_data_direction dir) | ||
84 | { | ||
85 | #if defined(CONFIG_PCI) && !defined(CONFIG_SH_PCIDMA_NONCOHERENT) | ||
86 | if (dev->bus == &pci_bus_type) | ||
87 | return; | ||
88 | #endif | ||
89 | dma_cache_sync(dev, phys_to_virt(dma_handle), size, dir); | ||
90 | } | ||
91 | |||
92 | static inline void dma_sync_single_range(struct device *dev, | ||
93 | dma_addr_t dma_handle, | ||
94 | unsigned long offset, size_t size, | ||
95 | enum dma_data_direction dir) | ||
96 | { | ||
97 | #if defined(CONFIG_PCI) && !defined(CONFIG_SH_PCIDMA_NONCOHERENT) | ||
98 | if (dev->bus == &pci_bus_type) | ||
99 | return; | ||
100 | #endif | ||
101 | dma_cache_sync(dev, phys_to_virt(dma_handle) + offset, size, dir); | ||
102 | } | ||
103 | |||
104 | static inline void dma_sync_sg(struct device *dev, struct scatterlist *sg, | ||
105 | int nelems, enum dma_data_direction dir) | ||
106 | { | ||
107 | int i; | ||
108 | |||
109 | for (i = 0; i < nelems; i++) { | ||
110 | #if !defined(CONFIG_PCI) || defined(CONFIG_SH_PCIDMA_NONCOHERENT) | ||
111 | dma_cache_sync(dev, sg_virt(&sg[i]), sg[i].length, dir); | ||
112 | #endif | ||
113 | sg[i].dma_address = sg_phys(&sg[i]); | ||
114 | } | ||
115 | } | ||
116 | |||
117 | static inline void dma_sync_single_for_cpu(struct device *dev, | ||
118 | dma_addr_t dma_handle, size_t size, | ||
119 | enum dma_data_direction dir) | ||
120 | { | ||
121 | dma_sync_single(dev, dma_handle, size, dir); | ||
122 | } | ||
123 | |||
124 | static inline void dma_sync_single_for_device(struct device *dev, | ||
125 | dma_addr_t dma_handle, | ||
126 | size_t size, | ||
127 | enum dma_data_direction dir) | ||
128 | { | ||
129 | dma_sync_single(dev, dma_handle, size, dir); | ||
130 | } | ||
131 | |||
132 | static inline void dma_sync_single_range_for_cpu(struct device *dev, | ||
133 | dma_addr_t dma_handle, | ||
134 | unsigned long offset, | ||
135 | size_t size, | ||
136 | enum dma_data_direction direction) | ||
137 | { | ||
138 | dma_sync_single_for_cpu(dev, dma_handle+offset, size, direction); | ||
139 | } | ||
140 | |||
141 | static inline void dma_sync_single_range_for_device(struct device *dev, | ||
142 | dma_addr_t dma_handle, | ||
143 | unsigned long offset, | ||
144 | size_t size, | ||
145 | enum dma_data_direction direction) | ||
146 | { | ||
147 | dma_sync_single_for_device(dev, dma_handle+offset, size, direction); | ||
148 | } | ||
149 | |||
150 | |||
151 | static inline void dma_sync_sg_for_cpu(struct device *dev, | ||
152 | struct scatterlist *sg, int nelems, | ||
153 | enum dma_data_direction dir) | ||
154 | { | ||
155 | dma_sync_sg(dev, sg, nelems, dir); | ||
156 | } | ||
157 | |||
158 | static inline void dma_sync_sg_for_device(struct device *dev, | ||
159 | struct scatterlist *sg, int nelems, | ||
160 | enum dma_data_direction dir) | ||
161 | { | ||
162 | dma_sync_sg(dev, sg, nelems, dir); | ||
163 | } | ||
164 | |||
165 | |||
166 | static inline int dma_get_cache_alignment(void) | ||
167 | { | ||
168 | /* | ||
169 | * Each processor family will define its own L1_CACHE_SHIFT, | ||
170 | * L1_CACHE_BYTES wraps to this, so this is always safe. | ||
171 | */ | ||
172 | return L1_CACHE_BYTES; | ||
173 | } | ||
174 | |||
175 | static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr) | ||
176 | { | ||
177 | return dma_addr == 0; | ||
178 | } | ||
179 | |||
180 | #define ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY | ||
181 | |||
182 | extern int | ||
183 | dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr, | ||
184 | dma_addr_t device_addr, size_t size, int flags); | ||
185 | |||
186 | extern void | ||
187 | dma_release_declared_memory(struct device *dev); | ||
188 | |||
189 | extern void * | ||
190 | dma_mark_declared_memory_occupied(struct device *dev, | ||
191 | dma_addr_t device_addr, size_t size); | ||
192 | |||
193 | #endif /* __ASM_SH_DMA_MAPPING_H */ | ||
diff --git a/arch/sh/include/asm/dma.h b/arch/sh/include/asm/dma.h new file mode 100644 index 000000000000..beca7128e2ab --- /dev/null +++ b/arch/sh/include/asm/dma.h | |||
@@ -0,0 +1,166 @@ | |||
1 | /* | ||
2 | * include/asm-sh/dma.h | ||
3 | * | ||
4 | * Copyright (C) 2003, 2004 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_SH_DMA_H | ||
11 | #define __ASM_SH_DMA_H | ||
12 | #ifdef __KERNEL__ | ||
13 | |||
14 | #include <linux/spinlock.h> | ||
15 | #include <linux/wait.h> | ||
16 | #include <linux/sched.h> | ||
17 | #include <linux/sysdev.h> | ||
18 | #include <cpu/dma.h> | ||
19 | |||
20 | /* The maximum address that we can perform a DMA transfer to on this platform */ | ||
21 | /* Don't define MAX_DMA_ADDRESS; it's useless on the SuperH and any | ||
22 | occurrence should be flagged as an error. */ | ||
23 | /* But... */ | ||
24 | /* XXX: This is not applicable to SuperH, just needed for alloc_bootmem */ | ||
25 | #define MAX_DMA_ADDRESS (PAGE_OFFSET+0x10000000) | ||
26 | |||
27 | #ifdef CONFIG_NR_DMA_CHANNELS | ||
28 | # define MAX_DMA_CHANNELS (CONFIG_NR_DMA_CHANNELS) | ||
29 | #else | ||
30 | # define MAX_DMA_CHANNELS (CONFIG_NR_ONCHIP_DMA_CHANNELS) | ||
31 | #endif | ||
32 | |||
33 | /* | ||
34 | * Read and write modes can mean drastically different things depending on the | ||
35 | * channel configuration. Consult your DMAC documentation and module | ||
36 | * implementation for further clues. | ||
37 | */ | ||
38 | #define DMA_MODE_READ 0x00 | ||
39 | #define DMA_MODE_WRITE 0x01 | ||
40 | #define DMA_MODE_MASK 0x01 | ||
41 | |||
42 | #define DMA_AUTOINIT 0x10 | ||
43 | |||
44 | /* | ||
45 | * DMAC (dma_info) flags | ||
46 | */ | ||
47 | enum { | ||
48 | DMAC_CHANNELS_CONFIGURED = 0x01, | ||
49 | DMAC_CHANNELS_TEI_CAPABLE = 0x02, /* Transfer end interrupt */ | ||
50 | }; | ||
51 | |||
52 | /* | ||
53 | * DMA channel capabilities / flags | ||
54 | */ | ||
55 | enum { | ||
56 | DMA_CONFIGURED = 0x01, | ||
57 | |||
58 | /* | ||
59 | * Transfer end interrupt, inherited from DMAC. | ||
60 | * wait_queue used in dma_wait_for_completion. | ||
61 | */ | ||
62 | DMA_TEI_CAPABLE = 0x02, | ||
63 | }; | ||
64 | |||
65 | extern spinlock_t dma_spin_lock; | ||
66 | |||
67 | struct dma_channel; | ||
68 | |||
69 | struct dma_ops { | ||
70 | int (*request)(struct dma_channel *chan); | ||
71 | void (*free)(struct dma_channel *chan); | ||
72 | |||
73 | int (*get_residue)(struct dma_channel *chan); | ||
74 | int (*xfer)(struct dma_channel *chan); | ||
75 | int (*configure)(struct dma_channel *chan, unsigned long flags); | ||
76 | int (*extend)(struct dma_channel *chan, unsigned long op, void *param); | ||
77 | }; | ||
78 | |||
79 | struct dma_channel { | ||
80 | char dev_id[16]; /* unique name per DMAC of channel */ | ||
81 | |||
82 | unsigned int chan; /* DMAC channel number */ | ||
83 | unsigned int vchan; /* Virtual channel number */ | ||
84 | |||
85 | unsigned int mode; | ||
86 | unsigned int count; | ||
87 | |||
88 | unsigned long sar; | ||
89 | unsigned long dar; | ||
90 | |||
91 | const char **caps; | ||
92 | |||
93 | unsigned long flags; | ||
94 | atomic_t busy; | ||
95 | |||
96 | wait_queue_head_t wait_queue; | ||
97 | |||
98 | struct sys_device dev; | ||
99 | void *priv_data; | ||
100 | }; | ||
101 | |||
102 | struct dma_info { | ||
103 | struct platform_device *pdev; | ||
104 | |||
105 | const char *name; | ||
106 | unsigned int nr_channels; | ||
107 | unsigned long flags; | ||
108 | |||
109 | struct dma_ops *ops; | ||
110 | struct dma_channel *channels; | ||
111 | |||
112 | struct list_head list; | ||
113 | int first_channel_nr; | ||
114 | int first_vchannel_nr; | ||
115 | }; | ||
116 | |||
117 | struct dma_chan_caps { | ||
118 | int ch_num; | ||
119 | const char **caplist; | ||
120 | }; | ||
121 | |||
122 | #define to_dma_channel(channel) container_of(channel, struct dma_channel, dev) | ||
123 | |||
124 | /* arch/sh/drivers/dma/dma-api.c */ | ||
125 | extern int dma_xfer(unsigned int chan, unsigned long from, | ||
126 | unsigned long to, size_t size, unsigned int mode); | ||
127 | |||
128 | #define dma_write(chan, from, to, size) \ | ||
129 | dma_xfer(chan, from, to, size, DMA_MODE_WRITE) | ||
130 | #define dma_write_page(chan, from, to) \ | ||
131 | dma_write(chan, from, to, PAGE_SIZE) | ||
132 | |||
133 | #define dma_read(chan, from, to, size) \ | ||
134 | dma_xfer(chan, from, to, size, DMA_MODE_READ) | ||
135 | #define dma_read_page(chan, from, to) \ | ||
136 | dma_read(chan, from, to, PAGE_SIZE) | ||
137 | |||
138 | extern int request_dma_bycap(const char **dmac, const char **caps, | ||
139 | const char *dev_id); | ||
140 | extern int request_dma(unsigned int chan, const char *dev_id); | ||
141 | extern void free_dma(unsigned int chan); | ||
142 | extern int get_dma_residue(unsigned int chan); | ||
143 | extern struct dma_info *get_dma_info(unsigned int chan); | ||
144 | extern struct dma_channel *get_dma_channel(unsigned int chan); | ||
145 | extern void dma_wait_for_completion(unsigned int chan); | ||
146 | extern void dma_configure_channel(unsigned int chan, unsigned long flags); | ||
147 | |||
148 | extern int register_dmac(struct dma_info *info); | ||
149 | extern void unregister_dmac(struct dma_info *info); | ||
150 | extern struct dma_info *get_dma_info_by_name(const char *dmac_name); | ||
151 | |||
152 | extern int dma_extend(unsigned int chan, unsigned long op, void *param); | ||
153 | extern int register_chan_caps(const char *dmac, struct dma_chan_caps *capslist); | ||
154 | |||
155 | /* arch/sh/drivers/dma/dma-sysfs.c */ | ||
156 | extern int dma_create_sysfs_files(struct dma_channel *, struct dma_info *); | ||
157 | extern void dma_remove_sysfs_files(struct dma_channel *, struct dma_info *); | ||
158 | |||
159 | #ifdef CONFIG_PCI | ||
160 | extern int isa_dma_bridge_buggy; | ||
161 | #else | ||
162 | #define isa_dma_bridge_buggy (0) | ||
163 | #endif | ||
164 | |||
165 | #endif /* __KERNEL__ */ | ||
166 | #endif /* __ASM_SH_DMA_H */ | ||
diff --git a/arch/sh/include/asm/dmabrg.h b/arch/sh/include/asm/dmabrg.h new file mode 100644 index 000000000000..c5edba216cf1 --- /dev/null +++ b/arch/sh/include/asm/dmabrg.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * SH7760 DMABRG (USB/Audio) support | ||
3 | */ | ||
4 | |||
5 | #ifndef _DMABRG_H_ | ||
6 | #define _DMABRG_H_ | ||
7 | |||
8 | /* IRQ sources */ | ||
9 | #define DMABRGIRQ_USBDMA 0 | ||
10 | #define DMABRGIRQ_USBDMAERR 1 | ||
11 | #define DMABRGIRQ_A0TXF 2 | ||
12 | #define DMABRGIRQ_A0TXH 3 | ||
13 | #define DMABRGIRQ_A0RXF 4 | ||
14 | #define DMABRGIRQ_A0RXH 5 | ||
15 | #define DMABRGIRQ_A1TXF 6 | ||
16 | #define DMABRGIRQ_A1TXH 7 | ||
17 | #define DMABRGIRQ_A1RXF 8 | ||
18 | #define DMABRGIRQ_A1RXH 9 | ||
19 | |||
20 | extern int dmabrg_request_irq(unsigned int, void(*)(void *), void *); | ||
21 | extern void dmabrg_free_irq(unsigned int); | ||
22 | |||
23 | #endif | ||
diff --git a/arch/sh/include/asm/edosk7705.h b/arch/sh/include/asm/edosk7705.h new file mode 100644 index 000000000000..5bdc9d9be3de --- /dev/null +++ b/arch/sh/include/asm/edosk7705.h | |||
@@ -0,0 +1,30 @@ | |||
1 | /* | ||
2 | * include/asm-sh/edosk7705.h | ||
3 | * | ||
4 | * Modified version of io_se.h for the EDOSK7705 specific functions. | ||
5 | * | ||
6 | * May be copied or modified under the terms of the GNU General Public | ||
7 | * License. See linux/COPYING for more information. | ||
8 | * | ||
9 | * IO functions for an Hitachi EDOSK7705 development board | ||
10 | */ | ||
11 | |||
12 | #ifndef __ASM_SH_EDOSK7705_IO_H | ||
13 | #define __ASM_SH_EDOSK7705_IO_H | ||
14 | |||
15 | #include <asm/io_generic.h> | ||
16 | |||
17 | extern unsigned char sh_edosk7705_inb(unsigned long port); | ||
18 | extern unsigned int sh_edosk7705_inl(unsigned long port); | ||
19 | |||
20 | extern void sh_edosk7705_outb(unsigned char value, unsigned long port); | ||
21 | extern void sh_edosk7705_outl(unsigned int value, unsigned long port); | ||
22 | |||
23 | extern void sh_edosk7705_insb(unsigned long port, void *addr, unsigned long count); | ||
24 | extern void sh_edosk7705_insl(unsigned long port, void *addr, unsigned long count); | ||
25 | extern void sh_edosk7705_outsb(unsigned long port, const void *addr, unsigned long count); | ||
26 | extern void sh_edosk7705_outsl(unsigned long port, const void *addr, unsigned long count); | ||
27 | |||
28 | extern unsigned long sh_edosk7705_isa_port2addr(unsigned long offset); | ||
29 | |||
30 | #endif /* __ASM_SH_EDOSK7705_IO_H */ | ||
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h new file mode 100644 index 000000000000..f01449a8d378 --- /dev/null +++ b/arch/sh/include/asm/elf.h | |||
@@ -0,0 +1,244 @@ | |||
1 | #ifndef __ASM_SH_ELF_H | ||
2 | #define __ASM_SH_ELF_H | ||
3 | |||
4 | #include <linux/utsname.h> | ||
5 | #include <asm/auxvec.h> | ||
6 | #include <asm/ptrace.h> | ||
7 | #include <asm/user.h> | ||
8 | |||
9 | /* ELF header e_flags defines */ | ||
10 | #define EF_SH_PIC 0x100 /* -fpic */ | ||
11 | #define EF_SH_FDPIC 0x8000 /* -mfdpic */ | ||
12 | |||
13 | /* SH (particularly SHcompact) relocation types */ | ||
14 | #define R_SH_NONE 0 | ||
15 | #define R_SH_DIR32 1 | ||
16 | #define R_SH_REL32 2 | ||
17 | #define R_SH_DIR8WPN 3 | ||
18 | #define R_SH_IND12W 4 | ||
19 | #define R_SH_DIR8WPL 5 | ||
20 | #define R_SH_DIR8WPZ 6 | ||
21 | #define R_SH_DIR8BP 7 | ||
22 | #define R_SH_DIR8W 8 | ||
23 | #define R_SH_DIR8L 9 | ||
24 | #define R_SH_SWITCH16 25 | ||
25 | #define R_SH_SWITCH32 26 | ||
26 | #define R_SH_USES 27 | ||
27 | #define R_SH_COUNT 28 | ||
28 | #define R_SH_ALIGN 29 | ||
29 | #define R_SH_CODE 30 | ||
30 | #define R_SH_DATA 31 | ||
31 | #define R_SH_LABEL 32 | ||
32 | #define R_SH_SWITCH8 33 | ||
33 | #define R_SH_GNU_VTINHERIT 34 | ||
34 | #define R_SH_GNU_VTENTRY 35 | ||
35 | #define R_SH_TLS_GD_32 144 | ||
36 | #define R_SH_TLS_LD_32 145 | ||
37 | #define R_SH_TLS_LDO_32 146 | ||
38 | #define R_SH_TLS_IE_32 147 | ||
39 | #define R_SH_TLS_LE_32 148 | ||
40 | #define R_SH_TLS_DTPMOD32 149 | ||
41 | #define R_SH_TLS_DTPOFF32 150 | ||
42 | #define R_SH_TLS_TPOFF32 151 | ||
43 | #define R_SH_GOT32 160 | ||
44 | #define R_SH_PLT32 161 | ||
45 | #define R_SH_COPY 162 | ||
46 | #define R_SH_GLOB_DAT 163 | ||
47 | #define R_SH_JMP_SLOT 164 | ||
48 | #define R_SH_RELATIVE 165 | ||
49 | #define R_SH_GOTOFF 166 | ||
50 | #define R_SH_GOTPC 167 | ||
51 | |||
52 | /* FDPIC relocs */ | ||
53 | #define R_SH_GOT20 70 | ||
54 | #define R_SH_GOTOFF20 71 | ||
55 | #define R_SH_GOTFUNCDESC 72 | ||
56 | #define R_SH_GOTFUNCDESC20 73 | ||
57 | #define R_SH_GOTOFFFUNCDESC 74 | ||
58 | #define R_SH_GOTOFFFUNCDESC20 75 | ||
59 | #define R_SH_FUNCDESC 76 | ||
60 | #define R_SH_FUNCDESC_VALUE 77 | ||
61 | |||
62 | #if 0 /* XXX - later .. */ | ||
63 | #define R_SH_GOT20 198 | ||
64 | #define R_SH_GOTOFF20 199 | ||
65 | #define R_SH_GOTFUNCDESC 200 | ||
66 | #define R_SH_GOTFUNCDESC20 201 | ||
67 | #define R_SH_GOTOFFFUNCDESC 202 | ||
68 | #define R_SH_GOTOFFFUNCDESC20 203 | ||
69 | #define R_SH_FUNCDESC 204 | ||
70 | #define R_SH_FUNCDESC_VALUE 205 | ||
71 | #endif | ||
72 | |||
73 | /* SHmedia relocs */ | ||
74 | #define R_SH_IMM_LOW16 246 | ||
75 | #define R_SH_IMM_LOW16_PCREL 247 | ||
76 | #define R_SH_IMM_MEDLOW16 248 | ||
77 | #define R_SH_IMM_MEDLOW16_PCREL 249 | ||
78 | /* Keep this the last entry. */ | ||
79 | #define R_SH_NUM 256 | ||
80 | |||
81 | /* | ||
82 | * ELF register definitions.. | ||
83 | */ | ||
84 | |||
85 | typedef unsigned long elf_greg_t; | ||
86 | |||
87 | #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t)) | ||
88 | typedef elf_greg_t elf_gregset_t[ELF_NGREG]; | ||
89 | |||
90 | typedef struct user_fpu_struct elf_fpregset_t; | ||
91 | |||
92 | /* | ||
93 | * These are used to set parameters in the core dumps. | ||
94 | */ | ||
95 | #define ELF_CLASS ELFCLASS32 | ||
96 | #ifdef __LITTLE_ENDIAN__ | ||
97 | #define ELF_DATA ELFDATA2LSB | ||
98 | #else | ||
99 | #define ELF_DATA ELFDATA2MSB | ||
100 | #endif | ||
101 | #define ELF_ARCH EM_SH | ||
102 | |||
103 | #ifdef __KERNEL__ | ||
104 | /* | ||
105 | * This is used to ensure we don't load something for the wrong architecture. | ||
106 | */ | ||
107 | #define elf_check_arch(x) ((x)->e_machine == EM_SH) | ||
108 | #define elf_check_fdpic(x) ((x)->e_flags & EF_SH_FDPIC) | ||
109 | #define elf_check_const_displacement(x) ((x)->e_flags & EF_SH_PIC) | ||
110 | |||
111 | #define USE_ELF_CORE_DUMP | ||
112 | #define ELF_FDPIC_CORE_EFLAGS EF_SH_FDPIC | ||
113 | #define ELF_EXEC_PAGESIZE PAGE_SIZE | ||
114 | |||
115 | /* This is the location that an ET_DYN program is loaded if exec'ed. Typical | ||
116 | use of this is to invoke "./ld.so someprog" to test out a new version of | ||
117 | the loader. We need to make sure that it is out of the way of the program | ||
118 | that it will "exec", and that there is sufficient room for the brk. */ | ||
119 | |||
120 | #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3) | ||
121 | |||
122 | #define ELF_CORE_COPY_REGS(_dest,_regs) \ | ||
123 | memcpy((char *) &_dest, (char *) _regs, \ | ||
124 | sizeof(struct pt_regs)); | ||
125 | |||
126 | /* This yields a mask that user programs can use to figure out what | ||
127 | instruction set this CPU supports. This could be done in user space, | ||
128 | but it's not easy, and we've already done it here. */ | ||
129 | |||
130 | #define ELF_HWCAP (boot_cpu_data.flags) | ||
131 | |||
132 | /* This yields a string that ld.so will use to load implementation | ||
133 | specific libraries for optimization. This is more specific in | ||
134 | intent than poking at uname or /proc/cpuinfo. | ||
135 | |||
136 | For the moment, we have only optimizations for the Intel generations, | ||
137 | but that could change... */ | ||
138 | |||
139 | #define ELF_PLATFORM (utsname()->machine) | ||
140 | |||
141 | #ifdef __SH5__ | ||
142 | #define ELF_PLAT_INIT(_r, load_addr) \ | ||
143 | do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \ | ||
144 | _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \ | ||
145 | _r->regs[8]=0; _r->regs[9]=0; _r->regs[10]=0; _r->regs[11]=0; \ | ||
146 | _r->regs[12]=0; _r->regs[13]=0; _r->regs[14]=0; _r->regs[15]=0; \ | ||
147 | _r->regs[16]=0; _r->regs[17]=0; _r->regs[18]=0; _r->regs[19]=0; \ | ||
148 | _r->regs[20]=0; _r->regs[21]=0; _r->regs[22]=0; _r->regs[23]=0; \ | ||
149 | _r->regs[24]=0; _r->regs[25]=0; _r->regs[26]=0; _r->regs[27]=0; \ | ||
150 | _r->regs[28]=0; _r->regs[29]=0; _r->regs[30]=0; _r->regs[31]=0; \ | ||
151 | _r->regs[32]=0; _r->regs[33]=0; _r->regs[34]=0; _r->regs[35]=0; \ | ||
152 | _r->regs[36]=0; _r->regs[37]=0; _r->regs[38]=0; _r->regs[39]=0; \ | ||
153 | _r->regs[40]=0; _r->regs[41]=0; _r->regs[42]=0; _r->regs[43]=0; \ | ||
154 | _r->regs[44]=0; _r->regs[45]=0; _r->regs[46]=0; _r->regs[47]=0; \ | ||
155 | _r->regs[48]=0; _r->regs[49]=0; _r->regs[50]=0; _r->regs[51]=0; \ | ||
156 | _r->regs[52]=0; _r->regs[53]=0; _r->regs[54]=0; _r->regs[55]=0; \ | ||
157 | _r->regs[56]=0; _r->regs[57]=0; _r->regs[58]=0; _r->regs[59]=0; \ | ||
158 | _r->regs[60]=0; _r->regs[61]=0; _r->regs[62]=0; \ | ||
159 | _r->tregs[0]=0; _r->tregs[1]=0; _r->tregs[2]=0; _r->tregs[3]=0; \ | ||
160 | _r->tregs[4]=0; _r->tregs[5]=0; _r->tregs[6]=0; _r->tregs[7]=0; \ | ||
161 | _r->sr = SR_FD | SR_MMU; } while (0) | ||
162 | #else | ||
163 | #define ELF_PLAT_INIT(_r, load_addr) \ | ||
164 | do { _r->regs[0]=0; _r->regs[1]=0; _r->regs[2]=0; _r->regs[3]=0; \ | ||
165 | _r->regs[4]=0; _r->regs[5]=0; _r->regs[6]=0; _r->regs[7]=0; \ | ||
166 | _r->regs[8]=0; _r->regs[9]=0; _r->regs[10]=0; _r->regs[11]=0; \ | ||
167 | _r->regs[12]=0; _r->regs[13]=0; _r->regs[14]=0; \ | ||
168 | _r->sr = SR_FD; } while (0) | ||
169 | |||
170 | #define ELF_FDPIC_PLAT_INIT(_r, _exec_map_addr, _interp_map_addr, \ | ||
171 | _dynamic_addr) \ | ||
172 | do { \ | ||
173 | _r->regs[0] = 0; \ | ||
174 | _r->regs[1] = 0; \ | ||
175 | _r->regs[2] = 0; \ | ||
176 | _r->regs[3] = 0; \ | ||
177 | _r->regs[4] = 0; \ | ||
178 | _r->regs[5] = 0; \ | ||
179 | _r->regs[6] = 0; \ | ||
180 | _r->regs[7] = 0; \ | ||
181 | _r->regs[8] = _exec_map_addr; \ | ||
182 | _r->regs[9] = _interp_map_addr; \ | ||
183 | _r->regs[10] = _dynamic_addr; \ | ||
184 | _r->regs[11] = 0; \ | ||
185 | _r->regs[12] = 0; \ | ||
186 | _r->regs[13] = 0; \ | ||
187 | _r->regs[14] = 0; \ | ||
188 | _r->sr = SR_FD; \ | ||
189 | } while (0) | ||
190 | #endif | ||
191 | |||
192 | #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) | ||
193 | struct task_struct; | ||
194 | extern int dump_task_regs (struct task_struct *, elf_gregset_t *); | ||
195 | extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *); | ||
196 | |||
197 | #define ELF_CORE_COPY_TASK_REGS(tsk, elf_regs) dump_task_regs(tsk, elf_regs) | ||
198 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs) | ||
199 | |||
200 | #ifdef CONFIG_VSYSCALL | ||
201 | /* vDSO has arch_setup_additional_pages */ | ||
202 | #define ARCH_HAS_SETUP_ADDITIONAL_PAGES | ||
203 | struct linux_binprm; | ||
204 | extern int arch_setup_additional_pages(struct linux_binprm *bprm, | ||
205 | int executable_stack); | ||
206 | |||
207 | extern unsigned int vdso_enabled; | ||
208 | extern void __kernel_vsyscall; | ||
209 | |||
210 | #define VDSO_BASE ((unsigned long)current->mm->context.vdso) | ||
211 | #define VDSO_SYM(x) (VDSO_BASE + (unsigned long)(x)) | ||
212 | |||
213 | #define VSYSCALL_AUX_ENT \ | ||
214 | if (vdso_enabled) \ | ||
215 | NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); | ||
216 | #else | ||
217 | #define VSYSCALL_AUX_ENT | ||
218 | #endif /* CONFIG_VSYSCALL */ | ||
219 | |||
220 | #ifdef CONFIG_SH_FPU | ||
221 | #define FPU_AUX_ENT NEW_AUX_ENT(AT_FPUCW, FPSCR_INIT) | ||
222 | #else | ||
223 | #define FPU_AUX_ENT | ||
224 | #endif | ||
225 | |||
226 | extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape; | ||
227 | |||
228 | /* update AT_VECTOR_SIZE_ARCH if the number of NEW_AUX_ENT entries changes */ | ||
229 | #define ARCH_DLINFO \ | ||
230 | do { \ | ||
231 | /* Optional FPU initialization */ \ | ||
232 | FPU_AUX_ENT; \ | ||
233 | \ | ||
234 | /* Optional vsyscall entry */ \ | ||
235 | VSYSCALL_AUX_ENT; \ | ||
236 | \ | ||
237 | /* Cache desc */ \ | ||
238 | NEW_AUX_ENT(AT_L1I_CACHESHAPE, l1i_cache_shape); \ | ||
239 | NEW_AUX_ENT(AT_L1D_CACHESHAPE, l1d_cache_shape); \ | ||
240 | NEW_AUX_ENT(AT_L2_CACHESHAPE, l2_cache_shape); \ | ||
241 | } while (0) | ||
242 | |||
243 | #endif /* __KERNEL__ */ | ||
244 | #endif /* __ASM_SH_ELF_H */ | ||
diff --git a/arch/sh/include/asm/emergency-restart.h b/arch/sh/include/asm/emergency-restart.h new file mode 100644 index 000000000000..108d8c48e42e --- /dev/null +++ b/arch/sh/include/asm/emergency-restart.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef _ASM_EMERGENCY_RESTART_H | ||
2 | #define _ASM_EMERGENCY_RESTART_H | ||
3 | |||
4 | #include <asm-generic/emergency-restart.h> | ||
5 | |||
6 | #endif /* _ASM_EMERGENCY_RESTART_H */ | ||
diff --git a/arch/sh/include/asm/entry-macros.S b/arch/sh/include/asm/entry-macros.S new file mode 100644 index 000000000000..2dab0b8d9454 --- /dev/null +++ b/arch/sh/include/asm/entry-macros.S | |||
@@ -0,0 +1,33 @@ | |||
1 | ! entry.S macro define | ||
2 | |||
3 | .macro cli | ||
4 | stc sr, r0 | ||
5 | or #0xf0, r0 | ||
6 | ldc r0, sr | ||
7 | .endm | ||
8 | |||
9 | .macro sti | ||
10 | mov #0xf0, r11 | ||
11 | extu.b r11, r11 | ||
12 | not r11, r11 | ||
13 | stc sr, r10 | ||
14 | and r11, r10 | ||
15 | #ifdef CONFIG_CPU_HAS_SR_RB | ||
16 | stc k_g_imask, r11 | ||
17 | or r11, r10 | ||
18 | #endif | ||
19 | ldc r10, sr | ||
20 | .endm | ||
21 | |||
22 | .macro get_current_thread_info, ti, tmp | ||
23 | #ifdef CONFIG_CPU_HAS_SR_RB | ||
24 | stc r7_bank, \ti | ||
25 | #else | ||
26 | mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp | ||
27 | shll8 \tmp | ||
28 | shll2 \tmp | ||
29 | mov r15, \ti | ||
30 | and \tmp, \ti | ||
31 | #endif | ||
32 | .endm | ||
33 | |||
diff --git a/arch/sh/include/asm/errno.h b/arch/sh/include/asm/errno.h new file mode 100644 index 000000000000..51cf6f9cebb8 --- /dev/null +++ b/arch/sh/include/asm/errno.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_ERRNO_H | ||
2 | #define __ASM_SH_ERRNO_H | ||
3 | |||
4 | #include <asm-generic/errno.h> | ||
5 | |||
6 | #endif /* __ASM_SH_ERRNO_H */ | ||
diff --git a/arch/sh/include/asm/fb.h b/arch/sh/include/asm/fb.h new file mode 100644 index 000000000000..d92e99cd8c8a --- /dev/null +++ b/arch/sh/include/asm/fb.h | |||
@@ -0,0 +1,19 @@ | |||
1 | #ifndef _ASM_FB_H_ | ||
2 | #define _ASM_FB_H_ | ||
3 | |||
4 | #include <linux/fb.h> | ||
5 | #include <linux/fs.h> | ||
6 | #include <asm/page.h> | ||
7 | |||
8 | static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, | ||
9 | unsigned long off) | ||
10 | { | ||
11 | vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); | ||
12 | } | ||
13 | |||
14 | static inline int fb_is_primary_device(struct fb_info *info) | ||
15 | { | ||
16 | return 0; | ||
17 | } | ||
18 | |||
19 | #endif /* _ASM_FB_H_ */ | ||
diff --git a/arch/sh/include/asm/fcntl.h b/arch/sh/include/asm/fcntl.h new file mode 100644 index 000000000000..46ab12db5739 --- /dev/null +++ b/arch/sh/include/asm/fcntl.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/fcntl.h> | |||
diff --git a/arch/sh/include/asm/fixmap.h b/arch/sh/include/asm/fixmap.h new file mode 100644 index 000000000000..721fcc4d5e98 --- /dev/null +++ b/arch/sh/include/asm/fixmap.h | |||
@@ -0,0 +1,117 @@ | |||
1 | /* | ||
2 | * fixmap.h: compile-time virtual memory allocation | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | ||
5 | * License. See the file "COPYING" in the main directory of this archive | ||
6 | * for more details. | ||
7 | * | ||
8 | * Copyright (C) 1998 Ingo Molnar | ||
9 | * | ||
10 | * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 | ||
11 | */ | ||
12 | |||
13 | #ifndef _ASM_FIXMAP_H | ||
14 | #define _ASM_FIXMAP_H | ||
15 | |||
16 | #include <linux/kernel.h> | ||
17 | #include <asm/page.h> | ||
18 | #ifdef CONFIG_HIGHMEM | ||
19 | #include <linux/threads.h> | ||
20 | #include <asm/kmap_types.h> | ||
21 | #endif | ||
22 | |||
23 | /* | ||
24 | * Here we define all the compile-time 'special' virtual | ||
25 | * addresses. The point is to have a constant address at | ||
26 | * compile time, but to set the physical address only | ||
27 | * in the boot process. We allocate these special addresses | ||
28 | * from the end of P3 backwards. | ||
29 | * Also this lets us do fail-safe vmalloc(), we | ||
30 | * can guarantee that these special addresses and | ||
31 | * vmalloc()-ed addresses never overlap. | ||
32 | * | ||
33 | * these 'compile-time allocated' memory buffers are | ||
34 | * fixed-size 4k pages. (or larger if used with an increment | ||
35 | * highger than 1) use fixmap_set(idx,phys) to associate | ||
36 | * physical memory with fixmap indices. | ||
37 | * | ||
38 | * TLB entries of such buffers will not be flushed across | ||
39 | * task switches. | ||
40 | */ | ||
41 | |||
42 | /* | ||
43 | * on UP currently we will have no trace of the fixmap mechanizm, | ||
44 | * no page table allocations, etc. This might change in the | ||
45 | * future, say framebuffers for the console driver(s) could be | ||
46 | * fix-mapped? | ||
47 | */ | ||
48 | enum fixed_addresses { | ||
49 | #define FIX_N_COLOURS 16 | ||
50 | FIX_CMAP_BEGIN, | ||
51 | FIX_CMAP_END = FIX_CMAP_BEGIN + FIX_N_COLOURS, | ||
52 | FIX_UNCACHED, | ||
53 | #ifdef CONFIG_HIGHMEM | ||
54 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ | ||
55 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | ||
56 | #endif | ||
57 | __end_of_fixed_addresses | ||
58 | }; | ||
59 | |||
60 | extern void __set_fixmap(enum fixed_addresses idx, | ||
61 | unsigned long phys, pgprot_t flags); | ||
62 | |||
63 | #define set_fixmap(idx, phys) \ | ||
64 | __set_fixmap(idx, phys, PAGE_KERNEL) | ||
65 | /* | ||
66 | * Some hardware wants to get fixmapped without caching. | ||
67 | */ | ||
68 | #define set_fixmap_nocache(idx, phys) \ | ||
69 | __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) | ||
70 | /* | ||
71 | * used by vmalloc.c. | ||
72 | * | ||
73 | * Leave one empty page between vmalloc'ed areas and | ||
74 | * the start of the fixmap, and leave one page empty | ||
75 | * at the top of mem.. | ||
76 | */ | ||
77 | #ifdef CONFIG_SUPERH32 | ||
78 | #define FIXADDR_TOP (P4SEG - PAGE_SIZE) | ||
79 | #else | ||
80 | #define FIXADDR_TOP (0xff000000 - PAGE_SIZE) | ||
81 | #endif | ||
82 | #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) | ||
83 | #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE) | ||
84 | |||
85 | #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT)) | ||
86 | #define __virt_to_fix(x) ((FIXADDR_TOP - ((x)&PAGE_MASK)) >> PAGE_SHIFT) | ||
87 | |||
88 | extern void __this_fixmap_does_not_exist(void); | ||
89 | |||
90 | /* | ||
91 | * 'index to address' translation. If anyone tries to use the idx | ||
92 | * directly without tranlation, we catch the bug with a NULL-deference | ||
93 | * kernel oops. Illegal ranges of incoming indices are caught too. | ||
94 | */ | ||
95 | static inline unsigned long fix_to_virt(const unsigned int idx) | ||
96 | { | ||
97 | /* | ||
98 | * this branch gets completely eliminated after inlining, | ||
99 | * except when someone tries to use fixaddr indices in an | ||
100 | * illegal way. (such as mixing up address types or using | ||
101 | * out-of-range indices). | ||
102 | * | ||
103 | * If it doesn't get removed, the linker will complain | ||
104 | * loudly with a reasonably clear error message.. | ||
105 | */ | ||
106 | if (idx >= __end_of_fixed_addresses) | ||
107 | __this_fixmap_does_not_exist(); | ||
108 | |||
109 | return __fix_to_virt(idx); | ||
110 | } | ||
111 | |||
112 | static inline unsigned long virt_to_fix(const unsigned long vaddr) | ||
113 | { | ||
114 | BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START); | ||
115 | return __virt_to_fix(vaddr); | ||
116 | } | ||
117 | #endif | ||
diff --git a/arch/sh/include/asm/flat.h b/arch/sh/include/asm/flat.h new file mode 100644 index 000000000000..0cc800299e06 --- /dev/null +++ b/arch/sh/include/asm/flat.h | |||
@@ -0,0 +1,24 @@ | |||
1 | /* | ||
2 | * include/asm-sh/flat.h | ||
3 | * | ||
4 | * uClinux flat-format executables | ||
5 | * | ||
6 | * Copyright (C) 2003 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive for | ||
10 | * more details. | ||
11 | */ | ||
12 | #ifndef __ASM_SH_FLAT_H | ||
13 | #define __ASM_SH_FLAT_H | ||
14 | |||
15 | #define flat_stack_align(sp) /* nothing needed */ | ||
16 | #define flat_argvp_envp_on_stack() 0 | ||
17 | #define flat_old_ram_flag(flags) (flags) | ||
18 | #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) | ||
19 | #define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp) | ||
20 | #define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp) | ||
21 | #define flat_get_relocate_addr(rel) (rel) | ||
22 | #define flat_set_persistent(relval, p) ({ (void)p; 0; }) | ||
23 | |||
24 | #endif /* __ASM_SH_FLAT_H */ | ||
diff --git a/arch/sh/include/asm/fpu.h b/arch/sh/include/asm/fpu.h new file mode 100644 index 000000000000..91462fea1507 --- /dev/null +++ b/arch/sh/include/asm/fpu.h | |||
@@ -0,0 +1,55 @@ | |||
1 | #ifndef __ASM_SH_FPU_H | ||
2 | #define __ASM_SH_FPU_H | ||
3 | |||
4 | #ifndef __ASSEMBLY__ | ||
5 | #include <linux/preempt.h> | ||
6 | #include <asm/ptrace.h> | ||
7 | |||
8 | #ifdef CONFIG_SH_FPU | ||
9 | static inline void release_fpu(struct pt_regs *regs) | ||
10 | { | ||
11 | regs->sr |= SR_FD; | ||
12 | } | ||
13 | |||
14 | static inline void grab_fpu(struct pt_regs *regs) | ||
15 | { | ||
16 | regs->sr &= ~SR_FD; | ||
17 | } | ||
18 | |||
19 | struct task_struct; | ||
20 | |||
21 | extern void save_fpu(struct task_struct *__tsk, struct pt_regs *regs); | ||
22 | #else | ||
23 | |||
24 | #define release_fpu(regs) do { } while (0) | ||
25 | #define grab_fpu(regs) do { } while (0) | ||
26 | |||
27 | static inline void save_fpu(struct task_struct *tsk, struct pt_regs *regs) | ||
28 | { | ||
29 | clear_tsk_thread_flag(tsk, TIF_USEDFPU); | ||
30 | } | ||
31 | #endif | ||
32 | |||
33 | extern int do_fpu_inst(unsigned short, struct pt_regs *); | ||
34 | |||
35 | static inline void unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) | ||
36 | { | ||
37 | preempt_disable(); | ||
38 | if (test_tsk_thread_flag(tsk, TIF_USEDFPU)) | ||
39 | save_fpu(tsk, regs); | ||
40 | preempt_enable(); | ||
41 | } | ||
42 | |||
43 | static inline void clear_fpu(struct task_struct *tsk, struct pt_regs *regs) | ||
44 | { | ||
45 | preempt_disable(); | ||
46 | if (test_tsk_thread_flag(tsk, TIF_USEDFPU)) { | ||
47 | clear_tsk_thread_flag(tsk, TIF_USEDFPU); | ||
48 | release_fpu(regs); | ||
49 | } | ||
50 | preempt_enable(); | ||
51 | } | ||
52 | |||
53 | #endif /* __ASSEMBLY__ */ | ||
54 | |||
55 | #endif /* __ASM_SH_FPU_H */ | ||
diff --git a/arch/sh/include/asm/freq.h b/arch/sh/include/asm/freq.h new file mode 100644 index 000000000000..4ece90b09b9c --- /dev/null +++ b/arch/sh/include/asm/freq.h | |||
@@ -0,0 +1,18 @@ | |||
1 | /* | ||
2 | * include/asm-sh/freq.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_FREQ_H | ||
12 | #define __ASM_SH_FREQ_H | ||
13 | #ifdef __KERNEL__ | ||
14 | |||
15 | #include <cpu/freq.h> | ||
16 | |||
17 | #endif /* __KERNEL__ */ | ||
18 | #endif /* __ASM_SH_FREQ_H */ | ||
diff --git a/arch/sh/include/asm/futex-irq.h b/arch/sh/include/asm/futex-irq.h new file mode 100644 index 000000000000..a9f16a7f9aea --- /dev/null +++ b/arch/sh/include/asm/futex-irq.h | |||
@@ -0,0 +1,111 @@ | |||
1 | #ifndef __ASM_SH_FUTEX_IRQ_H | ||
2 | #define __ASM_SH_FUTEX_IRQ_H | ||
3 | |||
4 | #include <asm/system.h> | ||
5 | |||
6 | static inline int atomic_futex_op_xchg_set(int oparg, int __user *uaddr, | ||
7 | int *oldval) | ||
8 | { | ||
9 | unsigned long flags; | ||
10 | int ret; | ||
11 | |||
12 | local_irq_save(flags); | ||
13 | |||
14 | ret = get_user(*oldval, uaddr); | ||
15 | if (!ret) | ||
16 | ret = put_user(oparg, uaddr); | ||
17 | |||
18 | local_irq_restore(flags); | ||
19 | |||
20 | return ret; | ||
21 | } | ||
22 | |||
23 | static inline int atomic_futex_op_xchg_add(int oparg, int __user *uaddr, | ||
24 | int *oldval) | ||
25 | { | ||
26 | unsigned long flags; | ||
27 | int ret; | ||
28 | |||
29 | local_irq_save(flags); | ||
30 | |||
31 | ret = get_user(*oldval, uaddr); | ||
32 | if (!ret) | ||
33 | ret = put_user(*oldval + oparg, uaddr); | ||
34 | |||
35 | local_irq_restore(flags); | ||
36 | |||
37 | return ret; | ||
38 | } | ||
39 | |||
40 | static inline int atomic_futex_op_xchg_or(int oparg, int __user *uaddr, | ||
41 | int *oldval) | ||
42 | { | ||
43 | unsigned long flags; | ||
44 | int ret; | ||
45 | |||
46 | local_irq_save(flags); | ||
47 | |||
48 | ret = get_user(*oldval, uaddr); | ||
49 | if (!ret) | ||
50 | ret = put_user(*oldval | oparg, uaddr); | ||
51 | |||
52 | local_irq_restore(flags); | ||
53 | |||
54 | return ret; | ||
55 | } | ||
56 | |||
57 | static inline int atomic_futex_op_xchg_and(int oparg, int __user *uaddr, | ||
58 | int *oldval) | ||
59 | { | ||
60 | unsigned long flags; | ||
61 | int ret; | ||
62 | |||
63 | local_irq_save(flags); | ||
64 | |||
65 | ret = get_user(*oldval, uaddr); | ||
66 | if (!ret) | ||
67 | ret = put_user(*oldval & oparg, uaddr); | ||
68 | |||
69 | local_irq_restore(flags); | ||
70 | |||
71 | return ret; | ||
72 | } | ||
73 | |||
74 | static inline int atomic_futex_op_xchg_xor(int oparg, int __user *uaddr, | ||
75 | int *oldval) | ||
76 | { | ||
77 | unsigned long flags; | ||
78 | int ret; | ||
79 | |||
80 | local_irq_save(flags); | ||
81 | |||
82 | ret = get_user(*oldval, uaddr); | ||
83 | if (!ret) | ||
84 | ret = put_user(*oldval ^ oparg, uaddr); | ||
85 | |||
86 | local_irq_restore(flags); | ||
87 | |||
88 | return ret; | ||
89 | } | ||
90 | |||
91 | static inline int atomic_futex_op_cmpxchg_inatomic(int __user *uaddr, | ||
92 | int oldval, int newval) | ||
93 | { | ||
94 | unsigned long flags; | ||
95 | int ret, prev = 0; | ||
96 | |||
97 | local_irq_save(flags); | ||
98 | |||
99 | ret = get_user(prev, uaddr); | ||
100 | if (!ret && oldval == prev) | ||
101 | ret = put_user(newval, uaddr); | ||
102 | |||
103 | local_irq_restore(flags); | ||
104 | |||
105 | if (ret) | ||
106 | return ret; | ||
107 | |||
108 | return prev; | ||
109 | } | ||
110 | |||
111 | #endif /* __ASM_SH_FUTEX_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/futex.h b/arch/sh/include/asm/futex.h new file mode 100644 index 000000000000..68256ec5fa35 --- /dev/null +++ b/arch/sh/include/asm/futex.h | |||
@@ -0,0 +1,77 @@ | |||
1 | #ifndef __ASM_SH_FUTEX_H | ||
2 | #define __ASM_SH_FUTEX_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #include <linux/futex.h> | ||
7 | #include <linux/uaccess.h> | ||
8 | #include <asm/errno.h> | ||
9 | |||
10 | /* XXX: UP variants, fix for SH-4A and SMP.. */ | ||
11 | #include <asm/futex-irq.h> | ||
12 | |||
13 | static inline int futex_atomic_op_inuser(int encoded_op, int __user *uaddr) | ||
14 | { | ||
15 | int op = (encoded_op >> 28) & 7; | ||
16 | int cmp = (encoded_op >> 24) & 15; | ||
17 | int oparg = (encoded_op << 8) >> 20; | ||
18 | int cmparg = (encoded_op << 20) >> 20; | ||
19 | int oldval = 0, ret; | ||
20 | |||
21 | if (encoded_op & (FUTEX_OP_OPARG_SHIFT << 28)) | ||
22 | oparg = 1 << oparg; | ||
23 | |||
24 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(int))) | ||
25 | return -EFAULT; | ||
26 | |||
27 | pagefault_disable(); | ||
28 | |||
29 | switch (op) { | ||
30 | case FUTEX_OP_SET: | ||
31 | ret = atomic_futex_op_xchg_set(oparg, uaddr, &oldval); | ||
32 | break; | ||
33 | case FUTEX_OP_ADD: | ||
34 | ret = atomic_futex_op_xchg_add(oparg, uaddr, &oldval); | ||
35 | break; | ||
36 | case FUTEX_OP_OR: | ||
37 | ret = atomic_futex_op_xchg_or(oparg, uaddr, &oldval); | ||
38 | break; | ||
39 | case FUTEX_OP_ANDN: | ||
40 | ret = atomic_futex_op_xchg_and(~oparg, uaddr, &oldval); | ||
41 | break; | ||
42 | case FUTEX_OP_XOR: | ||
43 | ret = atomic_futex_op_xchg_xor(oparg, uaddr, &oldval); | ||
44 | break; | ||
45 | default: | ||
46 | ret = -ENOSYS; | ||
47 | break; | ||
48 | } | ||
49 | |||
50 | pagefault_enable(); | ||
51 | |||
52 | if (!ret) { | ||
53 | switch (cmp) { | ||
54 | case FUTEX_OP_CMP_EQ: ret = (oldval == cmparg); break; | ||
55 | case FUTEX_OP_CMP_NE: ret = (oldval != cmparg); break; | ||
56 | case FUTEX_OP_CMP_LT: ret = (oldval < cmparg); break; | ||
57 | case FUTEX_OP_CMP_GE: ret = (oldval >= cmparg); break; | ||
58 | case FUTEX_OP_CMP_LE: ret = (oldval <= cmparg); break; | ||
59 | case FUTEX_OP_CMP_GT: ret = (oldval > cmparg); break; | ||
60 | default: ret = -ENOSYS; | ||
61 | } | ||
62 | } | ||
63 | |||
64 | return ret; | ||
65 | } | ||
66 | |||
67 | static inline int | ||
68 | futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) | ||
69 | { | ||
70 | if (!access_ok(VERIFY_WRITE, uaddr, sizeof(int))) | ||
71 | return -EFAULT; | ||
72 | |||
73 | return atomic_futex_op_cmpxchg_inatomic(uaddr, oldval, newval); | ||
74 | } | ||
75 | |||
76 | #endif /* __KERNEL__ */ | ||
77 | #endif /* __ASM_SH_FUTEX_H */ | ||
diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h new file mode 100644 index 000000000000..cf32bd2df881 --- /dev/null +++ b/arch/sh/include/asm/gpio.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * include/asm-sh/gpio.h | ||
3 | * | ||
4 | * Copyright (C) 2007 Markus Brunner, Mark Jonas | ||
5 | * | ||
6 | * Addresses for the Pin Function Controller | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #ifndef __ASM_SH_GPIO_H | ||
13 | #define __ASM_SH_GPIO_H | ||
14 | |||
15 | #if defined(CONFIG_CPU_SH3) | ||
16 | #include <cpu/gpio.h> | ||
17 | #endif | ||
18 | |||
19 | #endif /* __ASM_SH_GPIO_H */ | ||
diff --git a/arch/sh/include/asm/hardirq.h b/arch/sh/include/asm/hardirq.h new file mode 100644 index 000000000000..715ee237fc77 --- /dev/null +++ b/arch/sh/include/asm/hardirq.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef __ASM_SH_HARDIRQ_H | ||
2 | #define __ASM_SH_HARDIRQ_H | ||
3 | |||
4 | #include <linux/threads.h> | ||
5 | #include <linux/irq.h> | ||
6 | |||
7 | /* entry.S is sensitive to the offsets of these fields */ | ||
8 | typedef struct { | ||
9 | unsigned int __softirq_pending; | ||
10 | } ____cacheline_aligned irq_cpustat_t; | ||
11 | |||
12 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ | ||
13 | |||
14 | extern void ack_bad_irq(unsigned int irq); | ||
15 | |||
16 | #endif /* __ASM_SH_HARDIRQ_H */ | ||
diff --git a/arch/sh/include/asm/hd64461.h b/arch/sh/include/asm/hd64461.h new file mode 100644 index 000000000000..8c1353baf00f --- /dev/null +++ b/arch/sh/include/asm/hd64461.h | |||
@@ -0,0 +1,250 @@ | |||
1 | #ifndef __ASM_SH_HD64461 | ||
2 | #define __ASM_SH_HD64461 | ||
3 | /* | ||
4 | * Copyright (C) 2007 Kristoffer Ericson <Kristoffer.Ericson@gmail.com> | ||
5 | * Copyright (C) 2004 Paul Mundt | ||
6 | * Copyright (C) 2000 YAEGASHI Takeshi | ||
7 | * | ||
8 | * Hitachi HD64461 companion chip support | ||
9 | * (please note manual reference 0x10000000 = 0xb0000000) | ||
10 | */ | ||
11 | |||
12 | /* Constants for PCMCIA mappings */ | ||
13 | #define HD64461_PCC_WINDOW 0x01000000 | ||
14 | |||
15 | /* Area 6 - Slot 0 - memory and/or IO card */ | ||
16 | #define HD64461_PCC0_BASE (CONFIG_HD64461_IOBASE + 0x8000000) | ||
17 | #define HD64461_PCC0_ATTR (HD64461_PCC0_BASE) /* 0xb80000000 */ | ||
18 | #define HD64461_PCC0_COMM (HD64461_PCC0_BASE+HD64461_PCC_WINDOW) /* 0xb90000000 */ | ||
19 | #define HD64461_PCC0_IO (HD64461_PCC0_BASE+2*HD64461_PCC_WINDOW) /* 0xba0000000 */ | ||
20 | |||
21 | /* Area 5 - Slot 1 - memory card only */ | ||
22 | #define HD64461_PCC1_BASE (CONFIG_HD64461_IOBASE + 0x4000000) | ||
23 | #define HD64461_PCC1_ATTR (HD64461_PCC1_BASE) /* 0xb4000000 */ | ||
24 | #define HD64461_PCC1_COMM (HD64461_PCC1_BASE+HD64461_PCC_WINDOW) /* 0xb5000000 */ | ||
25 | |||
26 | /* Standby Control Register for HD64461 */ | ||
27 | #define HD64461_STBCR CONFIG_HD64461_IOBASE | ||
28 | #define HD64461_STBCR_CKIO_STBY 0x2000 | ||
29 | #define HD64461_STBCR_SAFECKE_IST 0x1000 | ||
30 | #define HD64461_STBCR_SLCKE_IST 0x0800 | ||
31 | #define HD64461_STBCR_SAFECKE_OST 0x0400 | ||
32 | #define HD64461_STBCR_SLCKE_OST 0x0200 | ||
33 | #define HD64461_STBCR_SMIAST 0x0100 | ||
34 | #define HD64461_STBCR_SLCDST 0x0080 | ||
35 | #define HD64461_STBCR_SPC0ST 0x0040 | ||
36 | #define HD64461_STBCR_SPC1ST 0x0020 | ||
37 | #define HD64461_STBCR_SAFEST 0x0010 | ||
38 | #define HD64461_STBCR_STM0ST 0x0008 | ||
39 | #define HD64461_STBCR_STM1ST 0x0004 | ||
40 | #define HD64461_STBCR_SIRST 0x0002 | ||
41 | #define HD64461_STBCR_SURTST 0x0001 | ||
42 | |||
43 | /* System Configuration Register */ | ||
44 | #define HD64461_SYSCR (CONFIG_HD64461_IOBASE + 0x02) | ||
45 | |||
46 | /* CPU Data Bus Control Register */ | ||
47 | #define HD64461_SCPUCR (CONFIG_HD64461_IOBASE + 0x04) | ||
48 | |||
49 | /* Base Address Register */ | ||
50 | #define HD64461_LCDCBAR (CONFIG_HD64461_IOBASE + 0x1000) | ||
51 | |||
52 | /* Line increment address */ | ||
53 | #define HD64461_LCDCLOR (CONFIG_HD64461_IOBASE + 0x1002) | ||
54 | |||
55 | /* Controls LCD controller */ | ||
56 | #define HD64461_LCDCCR (CONFIG_HD64461_IOBASE + 0x1004) | ||
57 | |||
58 | /* LCCDR control bits */ | ||
59 | #define HD64461_LCDCCR_STBACK 0x0400 /* Standby Back */ | ||
60 | #define HD64461_LCDCCR_STREQ 0x0100 /* Standby Request */ | ||
61 | #define HD64461_LCDCCR_MOFF 0x0080 /* Memory Off */ | ||
62 | #define HD64461_LCDCCR_REFSEL 0x0040 /* Refresh Select */ | ||
63 | #define HD64461_LCDCCR_EPON 0x0020 /* End Power On */ | ||
64 | #define HD64461_LCDCCR_SPON 0x0010 /* Start Power On */ | ||
65 | |||
66 | /* Controls LCD (1) */ | ||
67 | #define HD64461_LDR1 (CONFIG_HD64461_IOBASE + 0x1010) | ||
68 | #define HD64461_LDR1_DON 0x01 /* Display On */ | ||
69 | #define HD64461_LDR1_DINV 0x80 /* Display Invert */ | ||
70 | |||
71 | /* Controls LCD (2) */ | ||
72 | #define HD64461_LDR2 (CONFIG_HD64461_IOBASE + 0x1012) | ||
73 | #define HD64461_LDHNCR (CONFIG_HD64461_IOBASE + 0x1014) /* Number of horizontal characters */ | ||
74 | #define HD64461_LDHNSR (CONFIG_HD64461_IOBASE + 0x1016) /* Specify output start position + width of CL1 */ | ||
75 | #define HD64461_LDVNTR (CONFIG_HD64461_IOBASE + 0x1018) /* Specify total vertical lines */ | ||
76 | #define HD64461_LDVNDR (CONFIG_HD64461_IOBASE + 0x101a) /* specify number of display vertical lines */ | ||
77 | #define HD64461_LDVSPR (CONFIG_HD64461_IOBASE + 0x101c) /* specify vertical synchronization pos and AC nr */ | ||
78 | |||
79 | /* Controls LCD (3) */ | ||
80 | #define HD64461_LDR3 (CONFIG_HD64461_IOBASE + 0x101e) | ||
81 | |||
82 | /* Palette Registers */ | ||
83 | #define HD64461_CPTWAR (CONFIG_HD64461_IOBASE + 0x1030) /* Color Palette Write Address Register */ | ||
84 | #define HD64461_CPTWDR (CONFIG_HD64461_IOBASE + 0x1032) /* Color Palette Write Data Register */ | ||
85 | #define HD64461_CPTRAR (CONFIG_HD64461_IOBASE + 0x1034) /* Color Palette Read Address Register */ | ||
86 | #define HD64461_CPTRDR (CONFIG_HD64461_IOBASE + 0x1036) /* Color Palette Read Data Register */ | ||
87 | |||
88 | #define HD64461_GRDOR (CONFIG_HD64461_IOBASE + 0x1040) /* Display Resolution Offset Register */ | ||
89 | #define HD64461_GRSCR (CONFIG_HD64461_IOBASE + 0x1042) /* Solid Color Register */ | ||
90 | #define HD64461_GRCFGR (CONFIG_HD64461_IOBASE + 0x1044) /* Accelerator Configuration Register */ | ||
91 | |||
92 | #define HD64461_GRCFGR_ACCSTATUS 0x10 /* Accelerator Status */ | ||
93 | #define HD64461_GRCFGR_ACCRESET 0x08 /* Accelerator Reset */ | ||
94 | #define HD64461_GRCFGR_ACCSTART_BITBLT 0x06 /* Accelerator Start BITBLT */ | ||
95 | #define HD64461_GRCFGR_ACCSTART_LINE 0x04 /* Accelerator Start Line Drawing */ | ||
96 | #define HD64461_GRCFGR_COLORDEPTH16 0x01 /* Sets Colordepth 16 for Accelerator */ | ||
97 | #define HD64461_GRCFGR_COLORDEPTH8 0x01 /* Sets Colordepth 8 for Accelerator */ | ||
98 | |||
99 | /* Line Drawing Registers */ | ||
100 | #define HD64461_LNSARH (CONFIG_HD64461_IOBASE + 0x1046) /* Line Start Address Register (H) */ | ||
101 | #define HD64461_LNSARL (CONFIG_HD64461_IOBASE + 0x1048) /* Line Start Address Register (L) */ | ||
102 | #define HD64461_LNAXLR (CONFIG_HD64461_IOBASE + 0x104a) /* Axis Pixel Length Register */ | ||
103 | #define HD64461_LNDGR (CONFIG_HD64461_IOBASE + 0x104c) /* Diagonal Register */ | ||
104 | #define HD64461_LNAXR (CONFIG_HD64461_IOBASE + 0x104e) /* Axial Register */ | ||
105 | #define HD64461_LNERTR (CONFIG_HD64461_IOBASE + 0x1050) /* Start Error Term Register */ | ||
106 | #define HD64461_LNMDR (CONFIG_HD64461_IOBASE + 0x1052) /* Line Mode Register */ | ||
107 | |||
108 | /* BitBLT Registers */ | ||
109 | #define HD64461_BBTSSARH (CONFIG_HD64461_IOBASE + 0x1054) /* Source Start Address Register (H) */ | ||
110 | #define HD64461_BBTSSARL (CONFIG_HD64461_IOBASE + 0x1056) /* Source Start Address Register (L) */ | ||
111 | #define HD64461_BBTDSARH (CONFIG_HD64461_IOBASE + 0x1058) /* Destination Start Address Register (H) */ | ||
112 | #define HD64461_BBTDSARL (CONFIG_HD64461_IOBASE + 0x105a) /* Destination Start Address Register (L) */ | ||
113 | #define HD64461_BBTDWR (CONFIG_HD64461_IOBASE + 0x105c) /* Destination Block Width Register */ | ||
114 | #define HD64461_BBTDHR (CONFIG_HD64461_IOBASE + 0x105e) /* Destination Block Height Register */ | ||
115 | #define HD64461_BBTPARH (CONFIG_HD64461_IOBASE + 0x1060) /* Pattern Start Address Register (H) */ | ||
116 | #define HD64461_BBTPARL (CONFIG_HD64461_IOBASE + 0x1062) /* Pattern Start Address Register (L) */ | ||
117 | #define HD64461_BBTMARH (CONFIG_HD64461_IOBASE + 0x1064) /* Mask Start Address Register (H) */ | ||
118 | #define HD64461_BBTMARL (CONFIG_HD64461_IOBASE + 0x1066) /* Mask Start Address Register (L) */ | ||
119 | #define HD64461_BBTROPR (CONFIG_HD64461_IOBASE + 0x1068) /* ROP Register */ | ||
120 | #define HD64461_BBTMDR (CONFIG_HD64461_IOBASE + 0x106a) /* BitBLT Mode Register */ | ||
121 | |||
122 | /* PC Card Controller Registers */ | ||
123 | /* Maps to Physical Area 6 */ | ||
124 | #define HD64461_PCC0ISR (CONFIG_HD64461_IOBASE + 0x2000) /* socket 0 interface status */ | ||
125 | #define HD64461_PCC0GCR (CONFIG_HD64461_IOBASE + 0x2002) /* socket 0 general control */ | ||
126 | #define HD64461_PCC0CSCR (CONFIG_HD64461_IOBASE + 0x2004) /* socket 0 card status change */ | ||
127 | #define HD64461_PCC0CSCIER (CONFIG_HD64461_IOBASE + 0x2006) /* socket 0 card status change interrupt enable */ | ||
128 | #define HD64461_PCC0SCR (CONFIG_HD64461_IOBASE + 0x2008) /* socket 0 software control */ | ||
129 | /* Maps to Physical Area 5 */ | ||
130 | #define HD64461_PCC1ISR (CONFIG_HD64461_IOBASE + 0x2010) /* socket 1 interface status */ | ||
131 | #define HD64461_PCC1GCR (CONFIG_HD64461_IOBASE + 0x2012) /* socket 1 general control */ | ||
132 | #define HD64461_PCC1CSCR (CONFIG_HD64461_IOBASE + 0x2014) /* socket 1 card status change */ | ||
133 | #define HD64461_PCC1CSCIER (CONFIG_HD64461_IOBASE + 0x2016) /* socket 1 card status change interrupt enable */ | ||
134 | #define HD64461_PCC1SCR (CONFIG_HD64461_IOBASE + 0x2018) /* socket 1 software control */ | ||
135 | |||
136 | /* PCC Interface Status Register */ | ||
137 | #define HD64461_PCCISR_READY 0x80 /* card ready */ | ||
138 | #define HD64461_PCCISR_MWP 0x40 /* card write-protected */ | ||
139 | #define HD64461_PCCISR_VS2 0x20 /* voltage select pin 2 */ | ||
140 | #define HD64461_PCCISR_VS1 0x10 /* voltage select pin 1 */ | ||
141 | #define HD64461_PCCISR_CD2 0x08 /* card detect 2 */ | ||
142 | #define HD64461_PCCISR_CD1 0x04 /* card detect 1 */ | ||
143 | #define HD64461_PCCISR_BVD2 0x02 /* battery 1 */ | ||
144 | #define HD64461_PCCISR_BVD1 0x01 /* battery 1 */ | ||
145 | |||
146 | #define HD64461_PCCISR_PCD_MASK 0x0c /* card detect */ | ||
147 | #define HD64461_PCCISR_BVD_MASK 0x03 /* battery voltage */ | ||
148 | #define HD64461_PCCISR_BVD_BATGOOD 0x03 /* battery good */ | ||
149 | #define HD64461_PCCISR_BVD_BATWARN 0x01 /* battery low warning */ | ||
150 | #define HD64461_PCCISR_BVD_BATDEAD1 0x02 /* battery dead */ | ||
151 | #define HD64461_PCCISR_BVD_BATDEAD2 0x00 /* battery dead */ | ||
152 | |||
153 | /* PCC General Control Register */ | ||
154 | #define HD64461_PCCGCR_DRVE 0x80 /* output drive */ | ||
155 | #define HD64461_PCCGCR_PCCR 0x40 /* PC card reset */ | ||
156 | #define HD64461_PCCGCR_PCCT 0x20 /* PC card type, 1=IO&mem, 0=mem */ | ||
157 | #define HD64461_PCCGCR_VCC0 0x10 /* voltage control pin VCC0SEL0 */ | ||
158 | #define HD64461_PCCGCR_PMMOD 0x08 /* memory mode */ | ||
159 | #define HD64461_PCCGCR_PA25 0x04 /* pin A25 */ | ||
160 | #define HD64461_PCCGCR_PA24 0x02 /* pin A24 */ | ||
161 | #define HD64461_PCCGCR_REG 0x01 /* pin PCC0REG# */ | ||
162 | |||
163 | /* PCC Card Status Change Register */ | ||
164 | #define HD64461_PCCCSCR_SCDI 0x80 /* sw card detect intr */ | ||
165 | #define HD64461_PCCCSCR_SRV1 0x40 /* reserved */ | ||
166 | #define HD64461_PCCCSCR_IREQ 0x20 /* IREQ intr req */ | ||
167 | #define HD64461_PCCCSCR_SC 0x10 /* STSCHG (status change) pin */ | ||
168 | #define HD64461_PCCCSCR_CDC 0x08 /* CD (card detect) change */ | ||
169 | #define HD64461_PCCCSCR_RC 0x04 /* READY change */ | ||
170 | #define HD64461_PCCCSCR_BW 0x02 /* battery warning change */ | ||
171 | #define HD64461_PCCCSCR_BD 0x01 /* battery dead change */ | ||
172 | |||
173 | /* PCC Card Status Change Interrupt Enable Register */ | ||
174 | #define HD64461_PCCCSCIER_CRE 0x80 /* change reset enable */ | ||
175 | #define HD64461_PCCCSCIER_IREQE_MASK 0x60 /* IREQ enable */ | ||
176 | #define HD64461_PCCCSCIER_IREQE_DISABLED 0x00 /* IREQ disabled */ | ||
177 | #define HD64461_PCCCSCIER_IREQE_LEVEL 0x20 /* IREQ level-triggered */ | ||
178 | #define HD64461_PCCCSCIER_IREQE_FALLING 0x40 /* IREQ falling-edge-trig */ | ||
179 | #define HD64461_PCCCSCIER_IREQE_RISING 0x60 /* IREQ rising-edge-trig */ | ||
180 | |||
181 | #define HD64461_PCCCSCIER_SCE 0x10 /* status change enable */ | ||
182 | #define HD64461_PCCCSCIER_CDE 0x08 /* card detect change enable */ | ||
183 | #define HD64461_PCCCSCIER_RE 0x04 /* ready change enable */ | ||
184 | #define HD64461_PCCCSCIER_BWE 0x02 /* battery warn change enable */ | ||
185 | #define HD64461_PCCCSCIER_BDE 0x01 /* battery dead change enable*/ | ||
186 | |||
187 | /* PCC Software Control Register */ | ||
188 | #define HD64461_PCCSCR_VCC1 0x02 /* voltage control pin 1 */ | ||
189 | #define HD64461_PCCSCR_SWP 0x01 /* write protect */ | ||
190 | |||
191 | /* PCC0 Output Pins Control Register */ | ||
192 | #define HD64461_P0OCR (CONFIG_HD64461_IOBASE + 0x202a) | ||
193 | |||
194 | /* PCC1 Output Pins Control Register */ | ||
195 | #define HD64461_P1OCR (CONFIG_HD64461_IOBASE + 0x202c) | ||
196 | |||
197 | /* PC Card General Control Register */ | ||
198 | #define HD64461_PGCR (CONFIG_HD64461_IOBASE + 0x202e) | ||
199 | |||
200 | /* Port Control Registers */ | ||
201 | #define HD64461_GPACR (CONFIG_HD64461_IOBASE + 0x4000) /* Port A - Handles IRDA/TIMER */ | ||
202 | #define HD64461_GPBCR (CONFIG_HD64461_IOBASE + 0x4002) /* Port B - Handles UART */ | ||
203 | #define HD64461_GPCCR (CONFIG_HD64461_IOBASE + 0x4004) /* Port C - Handles PCMCIA 1 */ | ||
204 | #define HD64461_GPDCR (CONFIG_HD64461_IOBASE + 0x4006) /* Port D - Handles PCMCIA 1 */ | ||
205 | |||
206 | /* Port Control Data Registers */ | ||
207 | #define HD64461_GPADR (CONFIG_HD64461_IOBASE + 0x4010) /* A */ | ||
208 | #define HD64461_GPBDR (CONFIG_HD64461_IOBASE + 0x4012) /* B */ | ||
209 | #define HD64461_GPCDR (CONFIG_HD64461_IOBASE + 0x4014) /* C */ | ||
210 | #define HD64461_GPDDR (CONFIG_HD64461_IOBASE + 0x4016) /* D */ | ||
211 | |||
212 | /* Interrupt Control Registers */ | ||
213 | #define HD64461_GPAICR (CONFIG_HD64461_IOBASE + 0x4020) /* A */ | ||
214 | #define HD64461_GPBICR (CONFIG_HD64461_IOBASE + 0x4022) /* B */ | ||
215 | #define HD64461_GPCICR (CONFIG_HD64461_IOBASE + 0x4024) /* C */ | ||
216 | #define HD64461_GPDICR (CONFIG_HD64461_IOBASE + 0x4026) /* D */ | ||
217 | |||
218 | /* Interrupt Status Registers */ | ||
219 | #define HD64461_GPAISR (CONFIG_HD64461_IOBASE + 0x4040) /* A */ | ||
220 | #define HD64461_GPBISR (CONFIG_HD64461_IOBASE + 0x4042) /* B */ | ||
221 | #define HD64461_GPCISR (CONFIG_HD64461_IOBASE + 0x4044) /* C */ | ||
222 | #define HD64461_GPDISR (CONFIG_HD64461_IOBASE + 0x4046) /* D */ | ||
223 | |||
224 | /* Interrupt Request Register & Interrupt Mask Register */ | ||
225 | #define HD64461_NIRR (CONFIG_HD64461_IOBASE + 0x5000) | ||
226 | #define HD64461_NIMR (CONFIG_HD64461_IOBASE + 0x5002) | ||
227 | |||
228 | #define HD64461_IRQBASE OFFCHIP_IRQ_BASE | ||
229 | #define OFFCHIP_IRQ_BASE 64 | ||
230 | #define HD64461_IRQ_NUM 16 | ||
231 | |||
232 | #define HD64461_IRQ_UART (HD64461_IRQBASE+5) | ||
233 | #define HD64461_IRQ_IRDA (HD64461_IRQBASE+6) | ||
234 | #define HD64461_IRQ_TMU1 (HD64461_IRQBASE+9) | ||
235 | #define HD64461_IRQ_TMU0 (HD64461_IRQBASE+10) | ||
236 | #define HD64461_IRQ_GPIO (HD64461_IRQBASE+11) | ||
237 | #define HD64461_IRQ_AFE (HD64461_IRQBASE+12) | ||
238 | #define HD64461_IRQ_PCC1 (HD64461_IRQBASE+13) | ||
239 | #define HD64461_IRQ_PCC0 (HD64461_IRQBASE+14) | ||
240 | |||
241 | #define __IO_PREFIX hd64461 | ||
242 | #include <asm/io_generic.h> | ||
243 | |||
244 | /* arch/sh/cchips/hd6446x/hd64461/setup.c */ | ||
245 | int hd64461_irq_demux(int irq); | ||
246 | void hd64461_register_irq_demux(int irq, | ||
247 | int (*demux) (int irq, void *dev), void *dev); | ||
248 | void hd64461_unregister_irq_demux(int irq); | ||
249 | |||
250 | #endif | ||
diff --git a/arch/sh/include/asm/hd64465/gpio.h b/arch/sh/include/asm/hd64465/gpio.h new file mode 100644 index 000000000000..a3cdca2713dd --- /dev/null +++ b/arch/sh/include/asm/hd64465/gpio.h | |||
@@ -0,0 +1,46 @@ | |||
1 | #ifndef _ASM_SH_HD64465_GPIO_ | ||
2 | #define _ASM_SH_HD64465_GPIO_ 1 | ||
3 | /* | ||
4 | * $Id: gpio.h,v 1.3 2003/05/04 19:30:14 lethal Exp $ | ||
5 | * | ||
6 | * Hitachi HD64465 companion chip: General Purpose IO pins support. | ||
7 | * This layer enables other device drivers to configure GPIO | ||
8 | * pins, get and set their values, and register an interrupt | ||
9 | * routine for when input pins change in hardware. | ||
10 | * | ||
11 | * by Greg Banks <gbanks@pocketpenguins.com> | ||
12 | * (c) 2000 PocketPenguins Inc. | ||
13 | */ | ||
14 | #include <asm/hd64465.h> | ||
15 | |||
16 | /* Macro to construct a portpin number (used in all | ||
17 | * subsequent functions) from a port letter and a pin | ||
18 | * number, e.g. HD64465_GPIO_PORTPIN('A', 5). | ||
19 | */ | ||
20 | #define HD64465_GPIO_PORTPIN(port,pin) (((port)-'A')<<3|(pin)) | ||
21 | |||
22 | /* Pin configuration constants for _configure() */ | ||
23 | #define HD64465_GPIO_FUNCTION2 0 /* use the pin's *other* function */ | ||
24 | #define HD64465_GPIO_OUT 1 /* output */ | ||
25 | #define HD64465_GPIO_IN_PULLUP 2 /* input, pull-up MOS on */ | ||
26 | #define HD64465_GPIO_IN 3 /* input */ | ||
27 | |||
28 | /* Configure a pin's direction */ | ||
29 | extern void hd64465_gpio_configure(int portpin, int direction); | ||
30 | |||
31 | /* Get, set value */ | ||
32 | extern void hd64465_gpio_set_pin(int portpin, unsigned int value); | ||
33 | extern unsigned int hd64465_gpio_get_pin(int portpin); | ||
34 | extern void hd64465_gpio_set_port(int port, unsigned int value); | ||
35 | extern unsigned int hd64465_gpio_get_port(int port); | ||
36 | |||
37 | /* mode constants for _register_irq() */ | ||
38 | #define HD64465_GPIO_FALLING 0 | ||
39 | #define HD64465_GPIO_RISING 1 | ||
40 | |||
41 | /* Interrupt on external value change */ | ||
42 | extern void hd64465_gpio_register_irq(int portpin, int mode, | ||
43 | void (*handler)(int portpin, void *dev), void *dev); | ||
44 | extern void hd64465_gpio_unregister_irq(int portpin); | ||
45 | |||
46 | #endif /* _ASM_SH_HD64465_GPIO_ */ | ||
diff --git a/arch/sh/include/asm/hd64465/hd64465.h b/arch/sh/include/asm/hd64465/hd64465.h new file mode 100644 index 000000000000..cfd0e803d2a2 --- /dev/null +++ b/arch/sh/include/asm/hd64465/hd64465.h | |||
@@ -0,0 +1,256 @@ | |||
1 | #ifndef _ASM_SH_HD64465_ | ||
2 | #define _ASM_SH_HD64465_ 1 | ||
3 | /* | ||
4 | * $Id: hd64465.h,v 1.3 2003/05/04 19:30:15 lethal Exp $ | ||
5 | * | ||
6 | * Hitachi HD64465 companion chip support | ||
7 | * | ||
8 | * by Greg Banks <gbanks@pocketpenguins.com> | ||
9 | * (c) 2000 PocketPenguins Inc. | ||
10 | * | ||
11 | * Derived from <asm/hd64461.h> which bore the message: | ||
12 | * Copyright (C) 2000 YAEGASHI Takeshi | ||
13 | */ | ||
14 | #include <asm/io.h> | ||
15 | #include <asm/irq.h> | ||
16 | |||
17 | /* | ||
18 | * Note that registers are defined here as virtual port numbers, | ||
19 | * which have no meaning except to get translated by hd64465_isa_port2addr() | ||
20 | * to an address in the range 0xb0000000-0xb3ffffff. Note that | ||
21 | * this translation happens to consist of adding the lower 16 bits | ||
22 | * of the virtual port number to 0xb0000000. Note also that the manual | ||
23 | * shows addresses as absolute physical addresses starting at 0x10000000, | ||
24 | * so e.g. the NIRR register is listed as 0x15000 here, 0x10005000 in the | ||
25 | * manual, and accessed using address 0xb0005000 - Greg. | ||
26 | */ | ||
27 | |||
28 | /* System registers */ | ||
29 | #define HD64465_REG_SRR 0x1000c /* System Revision Register */ | ||
30 | #define HD64465_REG_SDID 0x10010 /* System Device ID Reg */ | ||
31 | #define HD64465_SDID 0x8122 /* 64465 device ID */ | ||
32 | |||
33 | /* Power Management registers */ | ||
34 | #define HD64465_REG_SMSCR 0x10000 /* System Module Standby Control Reg */ | ||
35 | #define HD64465_SMSCR_PS2ST 0x4000 /* PS/2 Standby */ | ||
36 | #define HD64465_SMSCR_ADCST 0x1000 /* ADC Standby */ | ||
37 | #define HD64465_SMSCR_UARTST 0x0800 /* UART Standby */ | ||
38 | #define HD64465_SMSCR_SCDIST 0x0200 /* Serial Codec Standby */ | ||
39 | #define HD64465_SMSCR_PPST 0x0100 /* Parallel Port Standby */ | ||
40 | #define HD64465_SMSCR_PC0ST 0x0040 /* PCMCIA0 Standby */ | ||
41 | #define HD64465_SMSCR_PC1ST 0x0020 /* PCMCIA1 Standby */ | ||
42 | #define HD64465_SMSCR_AFEST 0x0010 /* AFE Standby */ | ||
43 | #define HD64465_SMSCR_TM0ST 0x0008 /* Timer0 Standby */ | ||
44 | #define HD64465_SMSCR_TM1ST 0x0004 /* Timer1 Standby */ | ||
45 | #define HD64465_SMSCR_IRDAST 0x0002 /* IRDA Standby */ | ||
46 | #define HD64465_SMSCR_KBCST 0x0001 /* Keyboard Controller Standby */ | ||
47 | |||
48 | /* Interrupt Controller registers */ | ||
49 | #define HD64465_REG_NIRR 0x15000 /* Interrupt Request Register */ | ||
50 | #define HD64465_REG_NIMR 0x15002 /* Interrupt Mask Register */ | ||
51 | #define HD64465_REG_NITR 0x15004 /* Interrupt Trigger Mode Register */ | ||
52 | |||
53 | /* Timer registers */ | ||
54 | #define HD64465_REG_TCVR1 0x16000 /* Timer 1 constant value register */ | ||
55 | #define HD64465_REG_TCVR0 0x16002 /* Timer 0 constant value register */ | ||
56 | #define HD64465_REG_TRVR1 0x16004 /* Timer 1 read value register */ | ||
57 | #define HD64465_REG_TRVR0 0x16006 /* Timer 0 read value register */ | ||
58 | #define HD64465_REG_TCR1 0x16008 /* Timer 1 control register */ | ||
59 | #define HD64465_REG_TCR0 0x1600A /* Timer 0 control register */ | ||
60 | #define HD64465_TCR_EADT 0x10 /* Enable ADTRIG# signal */ | ||
61 | #define HD64465_TCR_ETMO 0x08 /* Enable TMO signal */ | ||
62 | #define HD64465_TCR_PST_MASK 0x06 /* Clock Prescale */ | ||
63 | #define HD64465_TCR_PST_1 0x06 /* 1:1 */ | ||
64 | #define HD64465_TCR_PST_4 0x04 /* 1:4 */ | ||
65 | #define HD64465_TCR_PST_8 0x02 /* 1:8 */ | ||
66 | #define HD64465_TCR_PST_16 0x00 /* 1:16 */ | ||
67 | #define HD64465_TCR_TSTP 0x01 /* Start/Stop timer */ | ||
68 | #define HD64465_REG_TIRR 0x1600C /* Timer interrupt request register */ | ||
69 | #define HD64465_REG_TIDR 0x1600E /* Timer interrupt disable register */ | ||
70 | #define HD64465_REG_PWM1CS 0x16010 /* PWM 1 clock scale register */ | ||
71 | #define HD64465_REG_PWM1LPC 0x16012 /* PWM 1 low pulse width counter register */ | ||
72 | #define HD64465_REG_PWM1HPC 0x16014 /* PWM 1 high pulse width counter register */ | ||
73 | #define HD64465_REG_PWM0CS 0x16018 /* PWM 0 clock scale register */ | ||
74 | #define HD64465_REG_PWM0LPC 0x1601A /* PWM 0 low pulse width counter register */ | ||
75 | #define HD64465_REG_PWM0HPC 0x1601C /* PWM 0 high pulse width counter register */ | ||
76 | |||
77 | /* Analog/Digital Converter registers */ | ||
78 | #define HD64465_REG_ADDRA 0x1E000 /* A/D data register A */ | ||
79 | #define HD64465_REG_ADDRB 0x1E002 /* A/D data register B */ | ||
80 | #define HD64465_REG_ADDRC 0x1E004 /* A/D data register C */ | ||
81 | #define HD64465_REG_ADDRD 0x1E006 /* A/D data register D */ | ||
82 | #define HD64465_REG_ADCSR 0x1E008 /* A/D control/status register */ | ||
83 | #define HD64465_ADCSR_ADF 0x80 /* A/D End Flag */ | ||
84 | #define HD64465_ADCSR_ADST 0x40 /* A/D Start Flag */ | ||
85 | #define HD64465_ADCSR_ADIS 0x20 /* A/D Interrupt Status */ | ||
86 | #define HD64465_ADCSR_TRGE 0x10 /* A/D Trigger Enable */ | ||
87 | #define HD64465_ADCSR_ADIE 0x08 /* A/D Interrupt Enable */ | ||
88 | #define HD64465_ADCSR_SCAN 0x04 /* A/D Scan Mode */ | ||
89 | #define HD64465_ADCSR_CH_MASK 0x03 /* A/D Channel */ | ||
90 | #define HD64465_REG_ADCALCR 0x1E00A /* A/D calibration sample control */ | ||
91 | #define HD64465_REG_ADCAL 0x1E00C /* A/D calibration data register */ | ||
92 | |||
93 | |||
94 | /* General Purpose I/O ports registers */ | ||
95 | #define HD64465_REG_GPACR 0x14000 /* Port A Control Register */ | ||
96 | #define HD64465_REG_GPBCR 0x14002 /* Port B Control Register */ | ||
97 | #define HD64465_REG_GPCCR 0x14004 /* Port C Control Register */ | ||
98 | #define HD64465_REG_GPDCR 0x14006 /* Port D Control Register */ | ||
99 | #define HD64465_REG_GPECR 0x14008 /* Port E Control Register */ | ||
100 | #define HD64465_REG_GPADR 0x14010 /* Port A Data Register */ | ||
101 | #define HD64465_REG_GPBDR 0x14012 /* Port B Data Register */ | ||
102 | #define HD64465_REG_GPCDR 0x14014 /* Port C Data Register */ | ||
103 | #define HD64465_REG_GPDDR 0x14016 /* Port D Data Register */ | ||
104 | #define HD64465_REG_GPEDR 0x14018 /* Port E Data Register */ | ||
105 | #define HD64465_REG_GPAICR 0x14020 /* Port A Interrupt Control Register */ | ||
106 | #define HD64465_REG_GPBICR 0x14022 /* Port B Interrupt Control Register */ | ||
107 | #define HD64465_REG_GPCICR 0x14024 /* Port C Interrupt Control Register */ | ||
108 | #define HD64465_REG_GPDICR 0x14026 /* Port D Interrupt Control Register */ | ||
109 | #define HD64465_REG_GPEICR 0x14028 /* Port E Interrupt Control Register */ | ||
110 | #define HD64465_REG_GPAISR 0x14040 /* Port A Interrupt Status Register */ | ||
111 | #define HD64465_REG_GPBISR 0x14042 /* Port B Interrupt Status Register */ | ||
112 | #define HD64465_REG_GPCISR 0x14044 /* Port C Interrupt Status Register */ | ||
113 | #define HD64465_REG_GPDISR 0x14046 /* Port D Interrupt Status Register */ | ||
114 | #define HD64465_REG_GPEISR 0x14048 /* Port E Interrupt Status Register */ | ||
115 | |||
116 | /* PCMCIA bridge interface */ | ||
117 | #define HD64465_REG_PCC0ISR 0x12000 /* socket 0 interface status */ | ||
118 | #define HD64465_PCCISR_PREADY 0x80 /* mem card ready / io card IREQ */ | ||
119 | #define HD64465_PCCISR_PIREQ 0x80 | ||
120 | #define HD64465_PCCISR_PMWP 0x40 /* mem card write-protected */ | ||
121 | #define HD64465_PCCISR_PVS2 0x20 /* voltage select pin 2 */ | ||
122 | #define HD64465_PCCISR_PVS1 0x10 /* voltage select pin 1 */ | ||
123 | #define HD64465_PCCISR_PCD_MASK 0x0c /* card detect */ | ||
124 | #define HD64465_PCCISR_PBVD_MASK 0x03 /* battery voltage */ | ||
125 | #define HD64465_PCCISR_PBVD_BATGOOD 0x03 /* battery good */ | ||
126 | #define HD64465_PCCISR_PBVD_BATWARN 0x01 /* battery low warning */ | ||
127 | #define HD64465_PCCISR_PBVD_BATDEAD1 0x02 /* battery dead */ | ||
128 | #define HD64465_PCCISR_PBVD_BATDEAD2 0x00 /* battery dead */ | ||
129 | #define HD64465_REG_PCC0GCR 0x12002 /* socket 0 general control */ | ||
130 | #define HD64465_PCCGCR_PDRV 0x80 /* output drive */ | ||
131 | #define HD64465_PCCGCR_PCCR 0x40 /* PC card reset */ | ||
132 | #define HD64465_PCCGCR_PCCT 0x20 /* PC card type, 1=IO&mem, 0=mem */ | ||
133 | #define HD64465_PCCGCR_PVCC0 0x10 /* voltage control pin VCC0SEL0 */ | ||
134 | #define HD64465_PCCGCR_PMMOD 0x08 /* memory mode */ | ||
135 | #define HD64465_PCCGCR_PPA25 0x04 /* pin A25 */ | ||
136 | #define HD64465_PCCGCR_PPA24 0x02 /* pin A24 */ | ||
137 | #define HD64465_PCCGCR_PREG 0x01 /* ping PCC0REG# */ | ||
138 | #define HD64465_REG_PCC0CSCR 0x12004 /* socket 0 card status change */ | ||
139 | #define HD64465_PCCCSCR_PSCDI 0x80 /* sw card detect intr */ | ||
140 | #define HD64465_PCCCSCR_PSWSEL 0x40 /* power select */ | ||
141 | #define HD64465_PCCCSCR_PIREQ 0x20 /* IREQ intr req */ | ||
142 | #define HD64465_PCCCSCR_PSC 0x10 /* STSCHG (status change) pin */ | ||
143 | #define HD64465_PCCCSCR_PCDC 0x08 /* CD (card detect) change */ | ||
144 | #define HD64465_PCCCSCR_PRC 0x04 /* ready change */ | ||
145 | #define HD64465_PCCCSCR_PBW 0x02 /* battery warning change */ | ||
146 | #define HD64465_PCCCSCR_PBD 0x01 /* battery dead change */ | ||
147 | #define HD64465_REG_PCC0CSCIER 0x12006 /* socket 0 card status change interrupt enable */ | ||
148 | #define HD64465_PCCCSCIER_PCRE 0x80 /* change reset enable */ | ||
149 | #define HD64465_PCCCSCIER_PIREQE_MASK 0x60 /* IREQ enable */ | ||
150 | #define HD64465_PCCCSCIER_PIREQE_DISABLED 0x00 /* IREQ disabled */ | ||
151 | #define HD64465_PCCCSCIER_PIREQE_LEVEL 0x20 /* IREQ level-triggered */ | ||
152 | #define HD64465_PCCCSCIER_PIREQE_FALLING 0x40 /* IREQ falling-edge-trig */ | ||
153 | #define HD64465_PCCCSCIER_PIREQE_RISING 0x60 /* IREQ rising-edge-trig */ | ||
154 | #define HD64465_PCCCSCIER_PSCE 0x10 /* status change enable */ | ||
155 | #define HD64465_PCCCSCIER_PCDE 0x08 /* card detect change enable */ | ||
156 | #define HD64465_PCCCSCIER_PRE 0x04 /* ready change enable */ | ||
157 | #define HD64465_PCCCSCIER_PBWE 0x02 /* battery warn change enable */ | ||
158 | #define HD64465_PCCCSCIER_PBDE 0x01 /* battery dead change enable*/ | ||
159 | #define HD64465_REG_PCC0SCR 0x12008 /* socket 0 software control */ | ||
160 | #define HD64465_PCCSCR_SHDN 0x10 /* TPS2206 SHutDowN pin */ | ||
161 | #define HD64465_PCCSCR_SWP 0x01 /* write protect */ | ||
162 | #define HD64465_REG_PCCPSR 0x1200A /* serial power switch control */ | ||
163 | #define HD64465_REG_PCC1ISR 0x12010 /* socket 1 interface status */ | ||
164 | #define HD64465_REG_PCC1GCR 0x12012 /* socket 1 general control */ | ||
165 | #define HD64465_REG_PCC1CSCR 0x12014 /* socket 1 card status change */ | ||
166 | #define HD64465_REG_PCC1CSCIER 0x12016 /* socket 1 card status change interrupt enable */ | ||
167 | #define HD64465_REG_PCC1SCR 0x12018 /* socket 1 software control */ | ||
168 | |||
169 | |||
170 | /* PS/2 Keyboard and mouse controller -- *not* register compatible */ | ||
171 | #define HD64465_REG_KBCSR 0x1dc00 /* Keyboard Control/Status reg */ | ||
172 | #define HD64465_KBCSR_KBCIE 0x8000 /* KBCK Input Enable */ | ||
173 | #define HD64465_KBCSR_KBCOE 0x4000 /* KBCK Output Enable */ | ||
174 | #define HD64465_KBCSR_KBDOE 0x2000 /* KB DATA Output Enable */ | ||
175 | #define HD64465_KBCSR_KBCD 0x1000 /* KBCK Driven */ | ||
176 | #define HD64465_KBCSR_KBDD 0x0800 /* KB DATA Driven */ | ||
177 | #define HD64465_KBCSR_KBCS 0x0400 /* KBCK pin Status */ | ||
178 | #define HD64465_KBCSR_KBDS 0x0200 /* KB DATA pin Status */ | ||
179 | #define HD64465_KBCSR_KBDP 0x0100 /* KB DATA Parity bit */ | ||
180 | #define HD64465_KBCSR_KBD_MASK 0x00ff /* KD DATA shift reg */ | ||
181 | #define HD64465_REG_KBISR 0x1dc04 /* Keyboard Interrupt Status reg */ | ||
182 | #define HD64465_KBISR_KBRDF 0x0001 /* KB Received Data Full */ | ||
183 | #define HD64465_REG_MSCSR 0x1dc10 /* Mouse Control/Status reg */ | ||
184 | #define HD64465_REG_MSISR 0x1dc14 /* Mouse Interrupt Status reg */ | ||
185 | |||
186 | |||
187 | /* | ||
188 | * Logical address at which the HD64465 is mapped. Note that this | ||
189 | * should always be in the P2 segment (uncached and untranslated). | ||
190 | */ | ||
191 | #ifndef CONFIG_HD64465_IOBASE | ||
192 | #define CONFIG_HD64465_IOBASE 0xb0000000 | ||
193 | #endif | ||
194 | /* | ||
195 | * The HD64465 multiplexes all its modules' interrupts onto | ||
196 | * this single interrupt. | ||
197 | */ | ||
198 | #ifndef CONFIG_HD64465_IRQ | ||
199 | #define CONFIG_HD64465_IRQ 5 | ||
200 | #endif | ||
201 | |||
202 | |||
203 | #define _HD64465_IO_MASK 0xf8000000 | ||
204 | #define is_hd64465_addr(addr) \ | ||
205 | ((addr & _HD64465_IO_MASK) == (CONFIG_HD64465_IOBASE & _HD64465_IO_MASK)) | ||
206 | |||
207 | /* | ||
208 | * A range of 16 virtual interrupts generated by | ||
209 | * demuxing the HD64465 muxed interrupt. | ||
210 | */ | ||
211 | #define HD64465_IRQ_BASE OFFCHIP_IRQ_BASE | ||
212 | #define HD64465_IRQ_NUM 16 | ||
213 | #define HD64465_IRQ_ADC (HD64465_IRQ_BASE+0) | ||
214 | #define HD64465_IRQ_USB (HD64465_IRQ_BASE+1) | ||
215 | #define HD64465_IRQ_SCDI (HD64465_IRQ_BASE+2) | ||
216 | #define HD64465_IRQ_PARALLEL (HD64465_IRQ_BASE+3) | ||
217 | /* bit 4 is reserved */ | ||
218 | #define HD64465_IRQ_UART (HD64465_IRQ_BASE+5) | ||
219 | #define HD64465_IRQ_IRDA (HD64465_IRQ_BASE+6) | ||
220 | #define HD64465_IRQ_PS2MOUSE (HD64465_IRQ_BASE+7) | ||
221 | #define HD64465_IRQ_KBC (HD64465_IRQ_BASE+8) | ||
222 | #define HD64465_IRQ_TIMER1 (HD64465_IRQ_BASE+9) | ||
223 | #define HD64465_IRQ_TIMER0 (HD64465_IRQ_BASE+10) | ||
224 | #define HD64465_IRQ_GPIO (HD64465_IRQ_BASE+11) | ||
225 | #define HD64465_IRQ_AFE (HD64465_IRQ_BASE+12) | ||
226 | #define HD64465_IRQ_PCMCIA1 (HD64465_IRQ_BASE+13) | ||
227 | #define HD64465_IRQ_PCMCIA0 (HD64465_IRQ_BASE+14) | ||
228 | #define HD64465_IRQ_PS2KBD (HD64465_IRQ_BASE+15) | ||
229 | |||
230 | /* Constants for PCMCIA mappings */ | ||
231 | #define HD64465_PCC_WINDOW 0x01000000 | ||
232 | |||
233 | #define HD64465_PCC0_BASE 0xb8000000 /* area 6 */ | ||
234 | #define HD64465_PCC0_ATTR (HD64465_PCC0_BASE) | ||
235 | #define HD64465_PCC0_COMM (HD64465_PCC0_BASE+HD64465_PCC_WINDOW) | ||
236 | #define HD64465_PCC0_IO (HD64465_PCC0_BASE+2*HD64465_PCC_WINDOW) | ||
237 | |||
238 | #define HD64465_PCC1_BASE 0xb4000000 /* area 5 */ | ||
239 | #define HD64465_PCC1_ATTR (HD64465_PCC1_BASE) | ||
240 | #define HD64465_PCC1_COMM (HD64465_PCC1_BASE+HD64465_PCC_WINDOW) | ||
241 | #define HD64465_PCC1_IO (HD64465_PCC1_BASE+2*HD64465_PCC_WINDOW) | ||
242 | |||
243 | /* | ||
244 | * Base of USB controller interface (as memory) | ||
245 | */ | ||
246 | #define HD64465_USB_BASE (CONFIG_HD64465_IOBASE+0xb000) | ||
247 | #define HD64465_USB_LEN 0x1000 | ||
248 | /* | ||
249 | * Base of embedded SRAM, used for USB controller. | ||
250 | */ | ||
251 | #define HD64465_SRAM_BASE (CONFIG_HD64465_IOBASE+0x9000) | ||
252 | #define HD64465_SRAM_LEN 0x1000 | ||
253 | |||
254 | |||
255 | |||
256 | #endif /* _ASM_SH_HD64465_ */ | ||
diff --git a/arch/sh/include/asm/hd64465/io.h b/arch/sh/include/asm/hd64465/io.h new file mode 100644 index 000000000000..139f1472e5bb --- /dev/null +++ b/arch/sh/include/asm/hd64465/io.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | * include/asm-sh/hd64465/io.h | ||
3 | * | ||
4 | * By Greg Banks <gbanks@pocketpenguins.com> | ||
5 | * (c) 2000 PocketPenguins Inc. | ||
6 | * | ||
7 | * Derived from io_hd64461.h, which bore the message: | ||
8 | * Copyright 2000 Stuart Menefy (stuart.menefy@st.com) | ||
9 | * | ||
10 | * May be copied or modified under the terms of the GNU General Public | ||
11 | * License. See linux/COPYING for more information. | ||
12 | * | ||
13 | * IO functions for an HD64465 "Windows CE Intelligent Peripheral Controller". | ||
14 | */ | ||
15 | |||
16 | #ifndef _ASM_SH_IO_HD64465_H | ||
17 | #define _ASM_SH_IO_HD64465_H | ||
18 | |||
19 | extern unsigned char hd64465_inb(unsigned long port); | ||
20 | extern unsigned short hd64465_inw(unsigned long port); | ||
21 | extern unsigned int hd64465_inl(unsigned long port); | ||
22 | |||
23 | extern void hd64465_outb(unsigned char value, unsigned long port); | ||
24 | extern void hd64465_outw(unsigned short value, unsigned long port); | ||
25 | extern void hd64465_outl(unsigned int value, unsigned long port); | ||
26 | |||
27 | extern unsigned char hd64465_inb_p(unsigned long port); | ||
28 | extern void hd64465_outb_p(unsigned char value, unsigned long port); | ||
29 | |||
30 | extern unsigned long hd64465_isa_port2addr(unsigned long offset); | ||
31 | extern int hd64465_irq_demux(int irq); | ||
32 | /* Provision for generic secondary demux step -- used by PCMCIA code */ | ||
33 | extern void hd64465_register_irq_demux(int irq, | ||
34 | int (*demux)(int irq, void *dev), void *dev); | ||
35 | extern void hd64465_unregister_irq_demux(int irq); | ||
36 | /* Set this variable to 1 to see port traffic */ | ||
37 | extern int hd64465_io_debug; | ||
38 | /* Map a range of ports to a range of kernel virtual memory. | ||
39 | */ | ||
40 | extern void hd64465_port_map(unsigned short baseport, unsigned int nports, | ||
41 | unsigned long addr, unsigned char shift); | ||
42 | extern void hd64465_port_unmap(unsigned short baseport, unsigned int nports); | ||
43 | |||
44 | #endif /* _ASM_SH_IO_HD64465_H */ | ||
diff --git a/arch/sh/include/asm/heartbeat.h b/arch/sh/include/asm/heartbeat.h new file mode 100644 index 000000000000..724a43ed245e --- /dev/null +++ b/arch/sh/include/asm/heartbeat.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef __ASM_SH_HEARTBEAT_H | ||
2 | #define __ASM_SH_HEARTBEAT_H | ||
3 | |||
4 | #include <linux/timer.h> | ||
5 | |||
6 | #define HEARTBEAT_INVERTED (1 << 0) | ||
7 | |||
8 | struct heartbeat_data { | ||
9 | void __iomem *base; | ||
10 | unsigned char *bit_pos; | ||
11 | unsigned int nr_bits; | ||
12 | struct timer_list timer; | ||
13 | unsigned int regsize; | ||
14 | unsigned long flags; | ||
15 | }; | ||
16 | |||
17 | #endif /* __ASM_SH_HEARTBEAT_H */ | ||
diff --git a/arch/sh/include/asm/hp6xx.h b/arch/sh/include/asm/hp6xx.h new file mode 100644 index 000000000000..0d4165a32dcd --- /dev/null +++ b/arch/sh/include/asm/hp6xx.h | |||
@@ -0,0 +1,58 @@ | |||
1 | #ifndef __ASM_SH_HP6XX_H | ||
2 | #define __ASM_SH_HP6XX_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 2003, 2004, 2005 Andriy Skulysh | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #define HP680_BTN_IRQ 32 /* IRQ0_IRQ */ | ||
14 | #define HP680_TS_IRQ 35 /* IRQ3_IRQ */ | ||
15 | #define HP680_HD64461_IRQ 36 /* IRQ4_IRQ */ | ||
16 | |||
17 | #define DAC_LCD_BRIGHTNESS 0 | ||
18 | #define DAC_SPEAKER_VOLUME 1 | ||
19 | |||
20 | #define PGDR_OPENED 0x01 | ||
21 | #define PGDR_MAIN_BATTERY_OUT 0x04 | ||
22 | #define PGDR_PLAY_BUTTON 0x08 | ||
23 | #define PGDR_REWIND_BUTTON 0x10 | ||
24 | #define PGDR_RECORD_BUTTON 0x20 | ||
25 | |||
26 | #define PHDR_TS_PEN_DOWN 0x08 | ||
27 | |||
28 | #define PJDR_LED_BLINK 0x02 | ||
29 | |||
30 | #define PKDR_LED_GREEN 0x10 | ||
31 | |||
32 | #define SCPDR_TS_SCAN_ENABLE 0x20 | ||
33 | #define SCPDR_TS_SCAN_Y 0x02 | ||
34 | #define SCPDR_TS_SCAN_X 0x01 | ||
35 | |||
36 | #define SCPCR_TS_ENABLE 0x405 | ||
37 | #define SCPCR_TS_MASK 0xc0f | ||
38 | |||
39 | #define ADC_CHANNEL_TS_Y 1 | ||
40 | #define ADC_CHANNEL_TS_X 2 | ||
41 | #define ADC_CHANNEL_BATTERY 3 | ||
42 | #define ADC_CHANNEL_BACKUP 4 | ||
43 | #define ADC_CHANNEL_CHARGE 5 | ||
44 | |||
45 | #define HD64461_GPADR_SPEAKER 0x01 | ||
46 | #define HD64461_GPADR_PCMCIA0 (0x02|0x08) | ||
47 | |||
48 | #define HD64461_GPBDR_LCDOFF 0x01 | ||
49 | #define HD64461_GPBDR_LCD_CONTRAST_MASK 0x78 | ||
50 | #define HD64461_GPBDR_LED_RED 0x80 | ||
51 | |||
52 | #include <asm/hd64461.h> | ||
53 | #include <asm/io.h> | ||
54 | |||
55 | #define PJDR 0xa4000130 | ||
56 | #define PKDR 0xa4000132 | ||
57 | |||
58 | #endif /* __ASM_SH_HP6XX_H */ | ||
diff --git a/arch/sh/include/asm/hugetlb.h b/arch/sh/include/asm/hugetlb.h new file mode 100644 index 000000000000..967068fb79ac --- /dev/null +++ b/arch/sh/include/asm/hugetlb.h | |||
@@ -0,0 +1,92 @@ | |||
1 | #ifndef _ASM_SH_HUGETLB_H | ||
2 | #define _ASM_SH_HUGETLB_H | ||
3 | |||
4 | #include <asm/page.h> | ||
5 | |||
6 | |||
7 | static inline int is_hugepage_only_range(struct mm_struct *mm, | ||
8 | unsigned long addr, | ||
9 | unsigned long len) { | ||
10 | return 0; | ||
11 | } | ||
12 | |||
13 | /* | ||
14 | * If the arch doesn't supply something else, assume that hugepage | ||
15 | * size aligned regions are ok without further preparation. | ||
16 | */ | ||
17 | static inline int prepare_hugepage_range(struct file *file, | ||
18 | unsigned long addr, unsigned long len) | ||
19 | { | ||
20 | if (len & ~HPAGE_MASK) | ||
21 | return -EINVAL; | ||
22 | if (addr & ~HPAGE_MASK) | ||
23 | return -EINVAL; | ||
24 | return 0; | ||
25 | } | ||
26 | |||
27 | static inline void hugetlb_prefault_arch_hook(struct mm_struct *mm) { | ||
28 | } | ||
29 | |||
30 | static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, | ||
31 | unsigned long addr, unsigned long end, | ||
32 | unsigned long floor, | ||
33 | unsigned long ceiling) | ||
34 | { | ||
35 | free_pgd_range(tlb, addr, end, floor, ceiling); | ||
36 | } | ||
37 | |||
38 | static inline void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, | ||
39 | pte_t *ptep, pte_t pte) | ||
40 | { | ||
41 | set_pte_at(mm, addr, ptep, pte); | ||
42 | } | ||
43 | |||
44 | static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, | ||
45 | unsigned long addr, pte_t *ptep) | ||
46 | { | ||
47 | return ptep_get_and_clear(mm, addr, ptep); | ||
48 | } | ||
49 | |||
50 | static inline void huge_ptep_clear_flush(struct vm_area_struct *vma, | ||
51 | unsigned long addr, pte_t *ptep) | ||
52 | { | ||
53 | } | ||
54 | |||
55 | static inline int huge_pte_none(pte_t pte) | ||
56 | { | ||
57 | return pte_none(pte); | ||
58 | } | ||
59 | |||
60 | static inline pte_t huge_pte_wrprotect(pte_t pte) | ||
61 | { | ||
62 | return pte_wrprotect(pte); | ||
63 | } | ||
64 | |||
65 | static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, | ||
66 | unsigned long addr, pte_t *ptep) | ||
67 | { | ||
68 | ptep_set_wrprotect(mm, addr, ptep); | ||
69 | } | ||
70 | |||
71 | static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, | ||
72 | unsigned long addr, pte_t *ptep, | ||
73 | pte_t pte, int dirty) | ||
74 | { | ||
75 | return ptep_set_access_flags(vma, addr, ptep, pte, dirty); | ||
76 | } | ||
77 | |||
78 | static inline pte_t huge_ptep_get(pte_t *ptep) | ||
79 | { | ||
80 | return *ptep; | ||
81 | } | ||
82 | |||
83 | static inline int arch_prepare_hugepage(struct page *page) | ||
84 | { | ||
85 | return 0; | ||
86 | } | ||
87 | |||
88 | static inline void arch_release_hugepage(struct page *page) | ||
89 | { | ||
90 | } | ||
91 | |||
92 | #endif /* _ASM_SH_HUGETLB_H */ | ||
diff --git a/arch/sh/include/asm/hw_irq.h b/arch/sh/include/asm/hw_irq.h new file mode 100644 index 000000000000..d557b00111bf --- /dev/null +++ b/arch/sh/include/asm/hw_irq.h | |||
@@ -0,0 +1,123 @@ | |||
1 | #ifndef __ASM_SH_HW_IRQ_H | ||
2 | #define __ASM_SH_HW_IRQ_H | ||
3 | |||
4 | #include <linux/init.h> | ||
5 | #include <asm/atomic.h> | ||
6 | |||
7 | extern atomic_t irq_err_count; | ||
8 | |||
9 | struct ipr_data { | ||
10 | unsigned char irq; | ||
11 | unsigned char ipr_idx; /* Index for the IPR registered */ | ||
12 | unsigned char shift; /* Number of bits to shift the data */ | ||
13 | unsigned char priority; /* The priority */ | ||
14 | }; | ||
15 | |||
16 | struct ipr_desc { | ||
17 | unsigned long *ipr_offsets; | ||
18 | unsigned int nr_offsets; | ||
19 | struct ipr_data *ipr_data; | ||
20 | unsigned int nr_irqs; | ||
21 | struct irq_chip chip; | ||
22 | }; | ||
23 | |||
24 | void register_ipr_controller(struct ipr_desc *); | ||
25 | |||
26 | typedef unsigned char intc_enum; | ||
27 | |||
28 | struct intc_vect { | ||
29 | intc_enum enum_id; | ||
30 | unsigned short vect; | ||
31 | }; | ||
32 | |||
33 | #define INTC_VECT(enum_id, vect) { enum_id, vect } | ||
34 | #define INTC_IRQ(enum_id, irq) INTC_VECT(enum_id, irq2evt(irq)) | ||
35 | |||
36 | struct intc_group { | ||
37 | intc_enum enum_id; | ||
38 | intc_enum enum_ids[32]; | ||
39 | }; | ||
40 | |||
41 | #define INTC_GROUP(enum_id, ids...) { enum_id, { ids } } | ||
42 | |||
43 | struct intc_mask_reg { | ||
44 | unsigned long set_reg, clr_reg, reg_width; | ||
45 | intc_enum enum_ids[32]; | ||
46 | #ifdef CONFIG_SMP | ||
47 | unsigned long smp; | ||
48 | #endif | ||
49 | }; | ||
50 | |||
51 | struct intc_prio_reg { | ||
52 | unsigned long set_reg, clr_reg, reg_width, field_width; | ||
53 | intc_enum enum_ids[16]; | ||
54 | #ifdef CONFIG_SMP | ||
55 | unsigned long smp; | ||
56 | #endif | ||
57 | }; | ||
58 | |||
59 | struct intc_sense_reg { | ||
60 | unsigned long reg, reg_width, field_width; | ||
61 | intc_enum enum_ids[16]; | ||
62 | }; | ||
63 | |||
64 | #ifdef CONFIG_SMP | ||
65 | #define INTC_SMP(stride, nr) .smp = (stride) | ((nr) << 8) | ||
66 | #else | ||
67 | #define INTC_SMP(stride, nr) | ||
68 | #endif | ||
69 | |||
70 | struct intc_desc { | ||
71 | struct intc_vect *vectors; | ||
72 | unsigned int nr_vectors; | ||
73 | struct intc_group *groups; | ||
74 | unsigned int nr_groups; | ||
75 | struct intc_mask_reg *mask_regs; | ||
76 | unsigned int nr_mask_regs; | ||
77 | struct intc_prio_reg *prio_regs; | ||
78 | unsigned int nr_prio_regs; | ||
79 | struct intc_sense_reg *sense_regs; | ||
80 | unsigned int nr_sense_regs; | ||
81 | char *name; | ||
82 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) | ||
83 | struct intc_mask_reg *ack_regs; | ||
84 | unsigned int nr_ack_regs; | ||
85 | #endif | ||
86 | }; | ||
87 | |||
88 | #define _INTC_ARRAY(a) a, sizeof(a)/sizeof(*a) | ||
89 | #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, \ | ||
90 | mask_regs, prio_regs, sense_regs) \ | ||
91 | struct intc_desc symbol __initdata = { \ | ||
92 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ||
93 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ||
94 | _INTC_ARRAY(sense_regs), \ | ||
95 | chipname, \ | ||
96 | } | ||
97 | |||
98 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) | ||
99 | #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, \ | ||
100 | mask_regs, prio_regs, sense_regs, ack_regs) \ | ||
101 | struct intc_desc symbol __initdata = { \ | ||
102 | _INTC_ARRAY(vectors), _INTC_ARRAY(groups), \ | ||
103 | _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), \ | ||
104 | _INTC_ARRAY(sense_regs), \ | ||
105 | chipname, \ | ||
106 | _INTC_ARRAY(ack_regs), \ | ||
107 | } | ||
108 | #endif | ||
109 | |||
110 | void __init register_intc_controller(struct intc_desc *desc); | ||
111 | int intc_set_priority(unsigned int irq, unsigned int prio); | ||
112 | |||
113 | void __init plat_irq_setup(void); | ||
114 | #ifdef CONFIG_CPU_SH3 | ||
115 | void __init plat_irq_setup_sh3(void); | ||
116 | #endif | ||
117 | |||
118 | enum { IRQ_MODE_IRQ, IRQ_MODE_IRQ7654, IRQ_MODE_IRQ3210, | ||
119 | IRQ_MODE_IRL7654_MASK, IRQ_MODE_IRL3210_MASK, | ||
120 | IRQ_MODE_IRL7654, IRQ_MODE_IRL3210 }; | ||
121 | void __init plat_irq_setup_pins(int mode); | ||
122 | |||
123 | #endif /* __ASM_SH_HW_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/i2c-sh7760.h b/arch/sh/include/asm/i2c-sh7760.h new file mode 100644 index 000000000000..24182116711f --- /dev/null +++ b/arch/sh/include/asm/i2c-sh7760.h | |||
@@ -0,0 +1,22 @@ | |||
1 | /* | ||
2 | * MMIO/IRQ and platform data for SH7760 I2C channels | ||
3 | */ | ||
4 | |||
5 | #ifndef _I2C_SH7760_H_ | ||
6 | #define _I2C_SH7760_H_ | ||
7 | |||
8 | #define SH7760_I2C_DEVNAME "sh7760-i2c" | ||
9 | |||
10 | #define SH7760_I2C0_MMIO 0xFE140000 | ||
11 | #define SH7760_I2C0_MMIOEND 0xFE14003B | ||
12 | #define SH7760_I2C0_IRQ 62 | ||
13 | |||
14 | #define SH7760_I2C1_MMIO 0xFE150000 | ||
15 | #define SH7760_I2C1_MMIOEND 0xFE15003B | ||
16 | #define SH7760_I2C1_IRQ 63 | ||
17 | |||
18 | struct sh7760_i2c_platdata { | ||
19 | unsigned int speed_khz; | ||
20 | }; | ||
21 | |||
22 | #endif | ||
diff --git a/arch/sh/include/asm/ilsel.h b/arch/sh/include/asm/ilsel.h new file mode 100644 index 000000000000..e3d304b280f6 --- /dev/null +++ b/arch/sh/include/asm/ilsel.h | |||
@@ -0,0 +1,45 @@ | |||
1 | #ifndef __ASM_SH_ILSEL_H | ||
2 | #define __ASM_SH_ILSEL_H | ||
3 | |||
4 | typedef enum { | ||
5 | ILSEL_NONE, | ||
6 | ILSEL_LAN, | ||
7 | ILSEL_USBH_I, | ||
8 | ILSEL_USBH_S, | ||
9 | ILSEL_USBH_V, | ||
10 | ILSEL_RTC, | ||
11 | ILSEL_USBP_I, | ||
12 | ILSEL_USBP_S, | ||
13 | ILSEL_USBP_V, | ||
14 | ILSEL_KEY, | ||
15 | |||
16 | /* | ||
17 | * ILSEL Aliases - corner cases for interleaved level tables. | ||
18 | * | ||
19 | * Someone thought this was a good idea and less hassle than | ||
20 | * demuxing a shared vector, really. | ||
21 | */ | ||
22 | |||
23 | /* ILSEL0 and 2 */ | ||
24 | ILSEL_FPGA0, | ||
25 | ILSEL_FPGA1, | ||
26 | ILSEL_EX1, | ||
27 | ILSEL_EX2, | ||
28 | ILSEL_EX3, | ||
29 | ILSEL_EX4, | ||
30 | |||
31 | /* ILSEL1 and 3 */ | ||
32 | ILSEL_FPGA2 = ILSEL_FPGA0, | ||
33 | ILSEL_FPGA3 = ILSEL_FPGA1, | ||
34 | ILSEL_EX5 = ILSEL_EX1, | ||
35 | ILSEL_EX6 = ILSEL_EX2, | ||
36 | ILSEL_EX7 = ILSEL_EX3, | ||
37 | ILSEL_EX8 = ILSEL_EX4, | ||
38 | } ilsel_source_t; | ||
39 | |||
40 | /* arch/sh/boards/renesas/x3proto/ilsel.c */ | ||
41 | int ilsel_enable(ilsel_source_t set); | ||
42 | int ilsel_enable_fixed(ilsel_source_t set, unsigned int level); | ||
43 | void ilsel_disable(unsigned int irq); | ||
44 | |||
45 | #endif /* __ASM_SH_ILSEL_H */ | ||
diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h new file mode 100644 index 000000000000..a4fbf0c84fb1 --- /dev/null +++ b/arch/sh/include/asm/io.h | |||
@@ -0,0 +1,366 @@ | |||
1 | #ifndef __ASM_SH_IO_H | ||
2 | #define __ASM_SH_IO_H | ||
3 | |||
4 | /* | ||
5 | * Convention: | ||
6 | * read{b,w,l}/write{b,w,l} are for PCI, | ||
7 | * while in{b,w,l}/out{b,w,l} are for ISA | ||
8 | * These may (will) be platform specific function. | ||
9 | * In addition we have 'pausing' versions: in{b,w,l}_p/out{b,w,l}_p | ||
10 | * and 'string' versions: ins{b,w,l}/outs{b,w,l} | ||
11 | * For read{b,w,l} and write{b,w,l} there are also __raw versions, which | ||
12 | * do not have a memory barrier after them. | ||
13 | * | ||
14 | * In addition, we have | ||
15 | * ctrl_in{b,w,l}/ctrl_out{b,w,l} for SuperH specific I/O. | ||
16 | * which are processor specific. | ||
17 | */ | ||
18 | |||
19 | /* | ||
20 | * We follow the Alpha convention here: | ||
21 | * __inb expands to an inline function call (which calls via the mv) | ||
22 | * _inb is a real function call (note ___raw fns are _ version of __raw) | ||
23 | * inb by default expands to _inb, but the machine specific code may | ||
24 | * define it to __inb if it chooses. | ||
25 | */ | ||
26 | #include <asm/cache.h> | ||
27 | #include <asm/system.h> | ||
28 | #include <asm/addrspace.h> | ||
29 | #include <asm/machvec.h> | ||
30 | #include <asm/pgtable.h> | ||
31 | #include <asm-generic/iomap.h> | ||
32 | |||
33 | #ifdef __KERNEL__ | ||
34 | |||
35 | /* | ||
36 | * Depending on which platform we are running on, we need different | ||
37 | * I/O functions. | ||
38 | */ | ||
39 | #define __IO_PREFIX generic | ||
40 | #include <asm/io_generic.h> | ||
41 | #include <asm/io_trapped.h> | ||
42 | |||
43 | #define maybebadio(port) \ | ||
44 | printk(KERN_ERR "bad PC-like io %s:%u for port 0x%lx at 0x%08x\n", \ | ||
45 | __FUNCTION__, __LINE__, (port), (u32)__builtin_return_address(0)) | ||
46 | |||
47 | /* | ||
48 | * Since boards are able to define their own set of I/O routines through | ||
49 | * their respective machine vector, we always wrap through the mv. | ||
50 | * | ||
51 | * Also, in the event that a board hasn't provided its own definition for | ||
52 | * a given routine, it will be wrapped to generic code at run-time. | ||
53 | */ | ||
54 | |||
55 | #define __inb(p) sh_mv.mv_inb((p)) | ||
56 | #define __inw(p) sh_mv.mv_inw((p)) | ||
57 | #define __inl(p) sh_mv.mv_inl((p)) | ||
58 | #define __outb(x,p) sh_mv.mv_outb((x),(p)) | ||
59 | #define __outw(x,p) sh_mv.mv_outw((x),(p)) | ||
60 | #define __outl(x,p) sh_mv.mv_outl((x),(p)) | ||
61 | |||
62 | #define __inb_p(p) sh_mv.mv_inb_p((p)) | ||
63 | #define __inw_p(p) sh_mv.mv_inw_p((p)) | ||
64 | #define __inl_p(p) sh_mv.mv_inl_p((p)) | ||
65 | #define __outb_p(x,p) sh_mv.mv_outb_p((x),(p)) | ||
66 | #define __outw_p(x,p) sh_mv.mv_outw_p((x),(p)) | ||
67 | #define __outl_p(x,p) sh_mv.mv_outl_p((x),(p)) | ||
68 | |||
69 | #define __insb(p,b,c) sh_mv.mv_insb((p), (b), (c)) | ||
70 | #define __insw(p,b,c) sh_mv.mv_insw((p), (b), (c)) | ||
71 | #define __insl(p,b,c) sh_mv.mv_insl((p), (b), (c)) | ||
72 | #define __outsb(p,b,c) sh_mv.mv_outsb((p), (b), (c)) | ||
73 | #define __outsw(p,b,c) sh_mv.mv_outsw((p), (b), (c)) | ||
74 | #define __outsl(p,b,c) sh_mv.mv_outsl((p), (b), (c)) | ||
75 | |||
76 | #define __readb(a) sh_mv.mv_readb((a)) | ||
77 | #define __readw(a) sh_mv.mv_readw((a)) | ||
78 | #define __readl(a) sh_mv.mv_readl((a)) | ||
79 | #define __writeb(v,a) sh_mv.mv_writeb((v),(a)) | ||
80 | #define __writew(v,a) sh_mv.mv_writew((v),(a)) | ||
81 | #define __writel(v,a) sh_mv.mv_writel((v),(a)) | ||
82 | |||
83 | #define inb __inb | ||
84 | #define inw __inw | ||
85 | #define inl __inl | ||
86 | #define outb __outb | ||
87 | #define outw __outw | ||
88 | #define outl __outl | ||
89 | |||
90 | #define inb_p __inb_p | ||
91 | #define inw_p __inw_p | ||
92 | #define inl_p __inl_p | ||
93 | #define outb_p __outb_p | ||
94 | #define outw_p __outw_p | ||
95 | #define outl_p __outl_p | ||
96 | |||
97 | #define insb __insb | ||
98 | #define insw __insw | ||
99 | #define insl __insl | ||
100 | #define outsb __outsb | ||
101 | #define outsw __outsw | ||
102 | #define outsl __outsl | ||
103 | |||
104 | #define __raw_readb(a) __readb((void __iomem *)(a)) | ||
105 | #define __raw_readw(a) __readw((void __iomem *)(a)) | ||
106 | #define __raw_readl(a) __readl((void __iomem *)(a)) | ||
107 | #define __raw_writeb(v, a) __writeb(v, (void __iomem *)(a)) | ||
108 | #define __raw_writew(v, a) __writew(v, (void __iomem *)(a)) | ||
109 | #define __raw_writel(v, a) __writel(v, (void __iomem *)(a)) | ||
110 | |||
111 | void __raw_writesl(unsigned long addr, const void *data, int longlen); | ||
112 | void __raw_readsl(unsigned long addr, void *data, int longlen); | ||
113 | |||
114 | /* | ||
115 | * The platform header files may define some of these macros to use | ||
116 | * the inlined versions where appropriate. These macros may also be | ||
117 | * redefined by userlevel programs. | ||
118 | */ | ||
119 | #ifdef __readb | ||
120 | # define readb(a) ({ unsigned int r_ = __raw_readb(a); mb(); r_; }) | ||
121 | #endif | ||
122 | #ifdef __raw_readw | ||
123 | # define readw(a) ({ unsigned int r_ = __raw_readw(a); mb(); r_; }) | ||
124 | #endif | ||
125 | #ifdef __raw_readl | ||
126 | # define readl(a) ({ unsigned int r_ = __raw_readl(a); mb(); r_; }) | ||
127 | #endif | ||
128 | |||
129 | #ifdef __raw_writeb | ||
130 | # define writeb(v,a) ({ __raw_writeb((v),(a)); mb(); }) | ||
131 | #endif | ||
132 | #ifdef __raw_writew | ||
133 | # define writew(v,a) ({ __raw_writew((v),(a)); mb(); }) | ||
134 | #endif | ||
135 | #ifdef __raw_writel | ||
136 | # define writel(v,a) ({ __raw_writel((v),(a)); mb(); }) | ||
137 | #endif | ||
138 | |||
139 | #define __BUILD_MEMORY_STRING(bwlq, type) \ | ||
140 | \ | ||
141 | static inline void writes##bwlq(volatile void __iomem *mem, \ | ||
142 | const void *addr, unsigned int count) \ | ||
143 | { \ | ||
144 | const volatile type *__addr = addr; \ | ||
145 | \ | ||
146 | while (count--) { \ | ||
147 | __raw_write##bwlq(*__addr, mem); \ | ||
148 | __addr++; \ | ||
149 | } \ | ||
150 | } \ | ||
151 | \ | ||
152 | static inline void reads##bwlq(volatile void __iomem *mem, void *addr, \ | ||
153 | unsigned int count) \ | ||
154 | { \ | ||
155 | volatile type *__addr = addr; \ | ||
156 | \ | ||
157 | while (count--) { \ | ||
158 | *__addr = __raw_read##bwlq(mem); \ | ||
159 | __addr++; \ | ||
160 | } \ | ||
161 | } | ||
162 | |||
163 | __BUILD_MEMORY_STRING(b, u8) | ||
164 | __BUILD_MEMORY_STRING(w, u16) | ||
165 | #define writesl __raw_writesl | ||
166 | #define readsl __raw_readsl | ||
167 | |||
168 | #define readb_relaxed(a) readb(a) | ||
169 | #define readw_relaxed(a) readw(a) | ||
170 | #define readl_relaxed(a) readl(a) | ||
171 | |||
172 | /* Simple MMIO */ | ||
173 | #define ioread8(a) readb(a) | ||
174 | #define ioread16(a) readw(a) | ||
175 | #define ioread16be(a) be16_to_cpu(__raw_readw((a))) | ||
176 | #define ioread32(a) readl(a) | ||
177 | #define ioread32be(a) be32_to_cpu(__raw_readl((a))) | ||
178 | |||
179 | #define iowrite8(v,a) writeb((v),(a)) | ||
180 | #define iowrite16(v,a) writew((v),(a)) | ||
181 | #define iowrite16be(v,a) __raw_writew(cpu_to_be16((v)),(a)) | ||
182 | #define iowrite32(v,a) writel((v),(a)) | ||
183 | #define iowrite32be(v,a) __raw_writel(cpu_to_be32((v)),(a)) | ||
184 | |||
185 | #define ioread8_rep(a, d, c) readsb((a), (d), (c)) | ||
186 | #define ioread16_rep(a, d, c) readsw((a), (d), (c)) | ||
187 | #define ioread32_rep(a, d, c) readsl((a), (d), (c)) | ||
188 | |||
189 | #define iowrite8_rep(a, s, c) writesb((a), (s), (c)) | ||
190 | #define iowrite16_rep(a, s, c) writesw((a), (s), (c)) | ||
191 | #define iowrite32_rep(a, s, c) writesl((a), (s), (c)) | ||
192 | |||
193 | #define mmiowb() wmb() /* synco on SH-4A, otherwise a nop */ | ||
194 | |||
195 | #define IO_SPACE_LIMIT 0xffffffff | ||
196 | |||
197 | /* | ||
198 | * This function provides a method for the generic case where a board-specific | ||
199 | * ioport_map simply needs to return the port + some arbitrary port base. | ||
200 | * | ||
201 | * We use this at board setup time to implicitly set the port base, and | ||
202 | * as a result, we can use the generic ioport_map. | ||
203 | */ | ||
204 | static inline void __set_io_port_base(unsigned long pbase) | ||
205 | { | ||
206 | extern unsigned long generic_io_base; | ||
207 | |||
208 | generic_io_base = pbase; | ||
209 | } | ||
210 | |||
211 | #define __ioport_map(p, n) sh_mv.mv_ioport_map((p), (n)) | ||
212 | |||
213 | /* We really want to try and get these to memcpy etc */ | ||
214 | extern void memcpy_fromio(void *, volatile void __iomem *, unsigned long); | ||
215 | extern void memcpy_toio(volatile void __iomem *, const void *, unsigned long); | ||
216 | extern void memset_io(volatile void __iomem *, int, unsigned long); | ||
217 | |||
218 | /* SuperH on-chip I/O functions */ | ||
219 | static inline unsigned char ctrl_inb(unsigned long addr) | ||
220 | { | ||
221 | return *(volatile unsigned char*)addr; | ||
222 | } | ||
223 | |||
224 | static inline unsigned short ctrl_inw(unsigned long addr) | ||
225 | { | ||
226 | return *(volatile unsigned short*)addr; | ||
227 | } | ||
228 | |||
229 | static inline unsigned int ctrl_inl(unsigned long addr) | ||
230 | { | ||
231 | return *(volatile unsigned long*)addr; | ||
232 | } | ||
233 | |||
234 | static inline unsigned long long ctrl_inq(unsigned long addr) | ||
235 | { | ||
236 | return *(volatile unsigned long long*)addr; | ||
237 | } | ||
238 | |||
239 | static inline void ctrl_outb(unsigned char b, unsigned long addr) | ||
240 | { | ||
241 | *(volatile unsigned char*)addr = b; | ||
242 | } | ||
243 | |||
244 | static inline void ctrl_outw(unsigned short b, unsigned long addr) | ||
245 | { | ||
246 | *(volatile unsigned short*)addr = b; | ||
247 | } | ||
248 | |||
249 | static inline void ctrl_outl(unsigned int b, unsigned long addr) | ||
250 | { | ||
251 | *(volatile unsigned long*)addr = b; | ||
252 | } | ||
253 | |||
254 | static inline void ctrl_outq(unsigned long long b, unsigned long addr) | ||
255 | { | ||
256 | *(volatile unsigned long long*)addr = b; | ||
257 | } | ||
258 | |||
259 | static inline void ctrl_delay(void) | ||
260 | { | ||
261 | #ifdef P2SEG | ||
262 | ctrl_inw(P2SEG); | ||
263 | #endif | ||
264 | } | ||
265 | |||
266 | /* Quad-word real-mode I/O, don't ask.. */ | ||
267 | unsigned long long peek_real_address_q(unsigned long long addr); | ||
268 | unsigned long long poke_real_address_q(unsigned long long addr, | ||
269 | unsigned long long val); | ||
270 | |||
271 | #if !defined(CONFIG_MMU) | ||
272 | #define virt_to_phys(address) ((unsigned long)(address)) | ||
273 | #define phys_to_virt(address) ((void *)(address)) | ||
274 | #else | ||
275 | #define virt_to_phys(address) (__pa(address)) | ||
276 | #define phys_to_virt(address) (__va(address)) | ||
277 | #endif | ||
278 | |||
279 | /* | ||
280 | * On 32-bit SH, we traditionally have the whole physical address space | ||
281 | * mapped at all times (as MIPS does), so "ioremap()" and "iounmap()" do | ||
282 | * not need to do anything but place the address in the proper segment. | ||
283 | * This is true for P1 and P2 addresses, as well as some P3 ones. | ||
284 | * However, most of the P3 addresses and newer cores using extended | ||
285 | * addressing need to map through page tables, so the ioremap() | ||
286 | * implementation becomes a bit more complicated. | ||
287 | * | ||
288 | * See arch/sh/mm/ioremap.c for additional notes on this. | ||
289 | * | ||
290 | * We cheat a bit and always return uncachable areas until we've fixed | ||
291 | * the drivers to handle caching properly. | ||
292 | * | ||
293 | * On the SH-5 the concept of segmentation in the 1:1 PXSEG sense simply | ||
294 | * doesn't exist, so everything must go through page tables. | ||
295 | */ | ||
296 | #ifdef CONFIG_MMU | ||
297 | void __iomem *__ioremap(unsigned long offset, unsigned long size, | ||
298 | unsigned long flags); | ||
299 | void __iounmap(void __iomem *addr); | ||
300 | |||
301 | /* arch/sh/mm/ioremap_64.c */ | ||
302 | unsigned long onchip_remap(unsigned long addr, unsigned long size, | ||
303 | const char *name); | ||
304 | extern void onchip_unmap(unsigned long vaddr); | ||
305 | #else | ||
306 | #define __ioremap(offset, size, flags) ((void __iomem *)(offset)) | ||
307 | #define __iounmap(addr) do { } while (0) | ||
308 | #define onchip_remap(addr, size, name) (addr) | ||
309 | #define onchip_unmap(addr) do { } while (0) | ||
310 | #endif /* CONFIG_MMU */ | ||
311 | |||
312 | static inline void __iomem * | ||
313 | __ioremap_mode(unsigned long offset, unsigned long size, unsigned long flags) | ||
314 | { | ||
315 | #ifdef CONFIG_SUPERH32 | ||
316 | unsigned long last_addr = offset + size - 1; | ||
317 | #endif | ||
318 | void __iomem *ret; | ||
319 | |||
320 | ret = __ioremap_trapped(offset, size); | ||
321 | if (ret) | ||
322 | return ret; | ||
323 | |||
324 | #ifdef CONFIG_SUPERH32 | ||
325 | /* | ||
326 | * For P1 and P2 space this is trivial, as everything is already | ||
327 | * mapped. Uncached access for P1 addresses are done through P2. | ||
328 | * In the P3 case or for addresses outside of the 29-bit space, | ||
329 | * mapping must be done by the PMB or by using page tables. | ||
330 | */ | ||
331 | if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { | ||
332 | if (unlikely(flags & _PAGE_CACHABLE)) | ||
333 | return (void __iomem *)P1SEGADDR(offset); | ||
334 | |||
335 | return (void __iomem *)P2SEGADDR(offset); | ||
336 | } | ||
337 | #endif | ||
338 | |||
339 | return __ioremap(offset, size, flags); | ||
340 | } | ||
341 | |||
342 | #define ioremap(offset, size) \ | ||
343 | __ioremap_mode((offset), (size), 0) | ||
344 | #define ioremap_nocache(offset, size) \ | ||
345 | __ioremap_mode((offset), (size), 0) | ||
346 | #define ioremap_cache(offset, size) \ | ||
347 | __ioremap_mode((offset), (size), _PAGE_CACHABLE) | ||
348 | #define p3_ioremap(offset, size, flags) \ | ||
349 | __ioremap((offset), (size), (flags)) | ||
350 | #define iounmap(addr) \ | ||
351 | __iounmap((addr)) | ||
352 | |||
353 | /* | ||
354 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem | ||
355 | * access | ||
356 | */ | ||
357 | #define xlate_dev_mem_ptr(p) __va(p) | ||
358 | |||
359 | /* | ||
360 | * Convert a virtual cached pointer to an uncached pointer | ||
361 | */ | ||
362 | #define xlate_dev_kmem_ptr(p) p | ||
363 | |||
364 | #endif /* __KERNEL__ */ | ||
365 | |||
366 | #endif /* __ASM_SH_IO_H */ | ||
diff --git a/arch/sh/include/asm/io_generic.h b/arch/sh/include/asm/io_generic.h new file mode 100644 index 000000000000..92fc6070d7b3 --- /dev/null +++ b/arch/sh/include/asm/io_generic.h | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | * Trivial I/O routine definitions, intentionally meant to be included | ||
3 | * multiple times. Ugly I/O routine concatenation helpers taken from | ||
4 | * alpha. Must be included _before_ io.h to avoid preprocessor-induced | ||
5 | * routine mismatch. | ||
6 | */ | ||
7 | #define IO_CONCAT(a,b) _IO_CONCAT(a,b) | ||
8 | #define _IO_CONCAT(a,b) a ## _ ## b | ||
9 | |||
10 | #ifndef __IO_PREFIX | ||
11 | #error "Don't include this header without a valid system prefix" | ||
12 | #endif | ||
13 | |||
14 | u8 IO_CONCAT(__IO_PREFIX,inb)(unsigned long); | ||
15 | u16 IO_CONCAT(__IO_PREFIX,inw)(unsigned long); | ||
16 | u32 IO_CONCAT(__IO_PREFIX,inl)(unsigned long); | ||
17 | |||
18 | void IO_CONCAT(__IO_PREFIX,outb)(u8, unsigned long); | ||
19 | void IO_CONCAT(__IO_PREFIX,outw)(u16, unsigned long); | ||
20 | void IO_CONCAT(__IO_PREFIX,outl)(u32, unsigned long); | ||
21 | |||
22 | u8 IO_CONCAT(__IO_PREFIX,inb_p)(unsigned long); | ||
23 | u16 IO_CONCAT(__IO_PREFIX,inw_p)(unsigned long); | ||
24 | u32 IO_CONCAT(__IO_PREFIX,inl_p)(unsigned long); | ||
25 | void IO_CONCAT(__IO_PREFIX,outb_p)(u8, unsigned long); | ||
26 | void IO_CONCAT(__IO_PREFIX,outw_p)(u16, unsigned long); | ||
27 | void IO_CONCAT(__IO_PREFIX,outl_p)(u32, unsigned long); | ||
28 | |||
29 | void IO_CONCAT(__IO_PREFIX,insb)(unsigned long, void *dst, unsigned long count); | ||
30 | void IO_CONCAT(__IO_PREFIX,insw)(unsigned long, void *dst, unsigned long count); | ||
31 | void IO_CONCAT(__IO_PREFIX,insl)(unsigned long, void *dst, unsigned long count); | ||
32 | void IO_CONCAT(__IO_PREFIX,outsb)(unsigned long, const void *src, unsigned long count); | ||
33 | void IO_CONCAT(__IO_PREFIX,outsw)(unsigned long, const void *src, unsigned long count); | ||
34 | void IO_CONCAT(__IO_PREFIX,outsl)(unsigned long, const void *src, unsigned long count); | ||
35 | |||
36 | u8 IO_CONCAT(__IO_PREFIX,readb)(void __iomem *); | ||
37 | u16 IO_CONCAT(__IO_PREFIX,readw)(void __iomem *); | ||
38 | u32 IO_CONCAT(__IO_PREFIX,readl)(void __iomem *); | ||
39 | void IO_CONCAT(__IO_PREFIX,writeb)(u8, void __iomem *); | ||
40 | void IO_CONCAT(__IO_PREFIX,writew)(u16, void __iomem *); | ||
41 | void IO_CONCAT(__IO_PREFIX,writel)(u32, void __iomem *); | ||
42 | |||
43 | void *IO_CONCAT(__IO_PREFIX,ioremap)(unsigned long offset, unsigned long size); | ||
44 | void IO_CONCAT(__IO_PREFIX,iounmap)(void *addr); | ||
45 | |||
46 | void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size); | ||
47 | void IO_CONCAT(__IO_PREFIX,ioport_unmap)(void __iomem *addr); | ||
48 | |||
49 | #undef __IO_PREFIX | ||
diff --git a/arch/sh/include/asm/io_trapped.h b/arch/sh/include/asm/io_trapped.h new file mode 100644 index 000000000000..f1251d4f0ba9 --- /dev/null +++ b/arch/sh/include/asm/io_trapped.h | |||
@@ -0,0 +1,58 @@ | |||
1 | #ifndef __ASM_SH_IO_TRAPPED_H | ||
2 | #define __ASM_SH_IO_TRAPPED_H | ||
3 | |||
4 | #include <linux/list.h> | ||
5 | #include <linux/ioport.h> | ||
6 | #include <asm/page.h> | ||
7 | |||
8 | #define IO_TRAPPED_MAGIC 0xfeedbeef | ||
9 | |||
10 | struct trapped_io { | ||
11 | unsigned int magic; | ||
12 | struct resource *resource; | ||
13 | unsigned int num_resources; | ||
14 | unsigned int minimum_bus_width; | ||
15 | struct list_head list; | ||
16 | void __iomem *virt_base; | ||
17 | } __aligned(PAGE_SIZE); | ||
18 | |||
19 | #ifdef CONFIG_IO_TRAPPED | ||
20 | int register_trapped_io(struct trapped_io *tiop); | ||
21 | int handle_trapped_io(struct pt_regs *regs, unsigned long address); | ||
22 | |||
23 | void __iomem *match_trapped_io_handler(struct list_head *list, | ||
24 | unsigned long offset, | ||
25 | unsigned long size); | ||
26 | |||
27 | #ifdef CONFIG_HAS_IOMEM | ||
28 | extern struct list_head trapped_mem; | ||
29 | |||
30 | static inline void __iomem * | ||
31 | __ioremap_trapped(unsigned long offset, unsigned long size) | ||
32 | { | ||
33 | return match_trapped_io_handler(&trapped_mem, offset, size); | ||
34 | } | ||
35 | #else | ||
36 | #define __ioremap_trapped(offset, size) NULL | ||
37 | #endif | ||
38 | |||
39 | #ifdef CONFIG_HAS_IOPORT | ||
40 | extern struct list_head trapped_io; | ||
41 | |||
42 | static inline void __iomem * | ||
43 | __ioport_map_trapped(unsigned long offset, unsigned long size) | ||
44 | { | ||
45 | return match_trapped_io_handler(&trapped_io, offset, size); | ||
46 | } | ||
47 | #else | ||
48 | #define __ioport_map_trapped(offset, size) NULL | ||
49 | #endif | ||
50 | |||
51 | #else | ||
52 | #define register_trapped_io(tiop) (-1) | ||
53 | #define handle_trapped_io(tiop, address) 0 | ||
54 | #define __ioremap_trapped(offset, size) NULL | ||
55 | #define __ioport_map_trapped(offset, size) NULL | ||
56 | #endif | ||
57 | |||
58 | #endif /* __ASM_SH_IO_TRAPPED_H */ | ||
diff --git a/arch/sh/include/asm/ioctl.h b/arch/sh/include/asm/ioctl.h new file mode 100644 index 000000000000..b279fe06dfe5 --- /dev/null +++ b/arch/sh/include/asm/ioctl.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/ioctl.h> | |||
diff --git a/arch/sh/include/asm/ioctls.h b/arch/sh/include/asm/ioctls.h new file mode 100644 index 000000000000..c212c371a4a5 --- /dev/null +++ b/arch/sh/include/asm/ioctls.h | |||
@@ -0,0 +1,103 @@ | |||
1 | #ifndef __ASM_SH_IOCTLS_H | ||
2 | #define __ASM_SH_IOCTLS_H | ||
3 | |||
4 | #include <asm/ioctl.h> | ||
5 | |||
6 | #define FIOCLEX _IO('f', 1) | ||
7 | #define FIONCLEX _IO('f', 2) | ||
8 | #define FIOASYNC _IOW('f', 125, int) | ||
9 | #define FIONBIO _IOW('f', 126, int) | ||
10 | #define FIONREAD _IOR('f', 127, int) | ||
11 | #define TIOCINQ FIONREAD | ||
12 | #define FIOQSIZE _IOR('f', 128, loff_t) | ||
13 | |||
14 | #define TCGETS 0x5401 | ||
15 | #define TCSETS 0x5402 | ||
16 | #define TCSETSW 0x5403 | ||
17 | #define TCSETSF 0x5404 | ||
18 | |||
19 | #define TCGETA 0x80127417 /* _IOR('t', 23, struct termio) */ | ||
20 | #define TCSETA 0x40127418 /* _IOW('t', 24, struct termio) */ | ||
21 | #define TCSETAW 0x40127419 /* _IOW('t', 25, struct termio) */ | ||
22 | #define TCSETAF 0x4012741C /* _IOW('t', 28, struct termio) */ | ||
23 | |||
24 | #define TCSBRK _IO('t', 29) | ||
25 | #define TCXONC _IO('t', 30) | ||
26 | #define TCFLSH _IO('t', 31) | ||
27 | |||
28 | #define TIOCSWINSZ 0x40087467 /* _IOW('t', 103, struct winsize) */ | ||
29 | #define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */ | ||
30 | #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ | ||
31 | #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ | ||
32 | #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ | ||
33 | |||
34 | #define TIOCSPGRP _IOW('t', 118, int) | ||
35 | #define TIOCGPGRP _IOR('t', 119, int) | ||
36 | |||
37 | #define TIOCEXCL _IO('T', 12) /* 0x540C */ | ||
38 | #define TIOCNXCL _IO('T', 13) /* 0x540D */ | ||
39 | #define TIOCSCTTY _IO('T', 14) /* 0x540E */ | ||
40 | |||
41 | #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ | ||
42 | #define TIOCMGET _IOR('T', 21, unsigned int) /* 0x5415 */ | ||
43 | #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ | ||
44 | #define TIOCMBIC _IOW('T', 23, unsigned int) /* 0x5417 */ | ||
45 | #define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ | ||
46 | # define TIOCM_LE 0x001 | ||
47 | # define TIOCM_DTR 0x002 | ||
48 | # define TIOCM_RTS 0x004 | ||
49 | # define TIOCM_ST 0x008 | ||
50 | # define TIOCM_SR 0x010 | ||
51 | # define TIOCM_CTS 0x020 | ||
52 | # define TIOCM_CAR 0x040 | ||
53 | # define TIOCM_RNG 0x080 | ||
54 | # define TIOCM_DSR 0x100 | ||
55 | # define TIOCM_CD TIOCM_CAR | ||
56 | # define TIOCM_RI TIOCM_RNG | ||
57 | |||
58 | #define TIOCGSOFTCAR _IOR('T', 25, unsigned int) /* 0x5419 */ | ||
59 | #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) /* 0x541A */ | ||
60 | #define TIOCLINUX _IOW('T', 28, char) /* 0x541C */ | ||
61 | #define TIOCCONS _IO('T', 29) /* 0x541D */ | ||
62 | #define TIOCGSERIAL 0x803C541E /* _IOR('T', 30, struct serial_struct) 0x541E */ | ||
63 | #define TIOCSSERIAL 0x403C541F /* _IOW('T', 31, struct serial_struct) 0x541F */ | ||
64 | #define TIOCPKT _IOW('T', 32, int) /* 0x5420 */ | ||
65 | # define TIOCPKT_DATA 0 | ||
66 | # define TIOCPKT_FLUSHREAD 1 | ||
67 | # define TIOCPKT_FLUSHWRITE 2 | ||
68 | # define TIOCPKT_STOP 4 | ||
69 | # define TIOCPKT_START 8 | ||
70 | # define TIOCPKT_NOSTOP 16 | ||
71 | # define TIOCPKT_DOSTOP 32 | ||
72 | |||
73 | |||
74 | #define TIOCNOTTY _IO('T', 34) /* 0x5422 */ | ||
75 | #define TIOCSETD _IOW('T', 35, int) /* 0x5423 */ | ||
76 | #define TIOCGETD _IOR('T', 36, int) /* 0x5424 */ | ||
77 | #define TCSBRKP _IOW('T', 37, int) /* 0x5425 */ /* Needed for POSIX tcsendbreak() */ | ||
78 | #define TIOCSBRK _IO('T', 39) /* 0x5427 */ /* BSD compatibility */ | ||
79 | #define TIOCCBRK _IO('T', 40) /* 0x5428 */ /* BSD compatibility */ | ||
80 | #define TIOCGSID _IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session ID of FD */ | ||
81 | #define TCGETS2 _IOR('T', 42, struct termios2) | ||
82 | #define TCSETS2 _IOW('T', 43, struct termios2) | ||
83 | #define TCSETSW2 _IOW('T', 44, struct termios2) | ||
84 | #define TCSETSF2 _IOW('T', 45, struct termios2) | ||
85 | #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ | ||
86 | #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ | ||
87 | |||
88 | #define TIOCSERCONFIG _IO('T', 83) /* 0x5453 */ | ||
89 | #define TIOCSERGWILD _IOR('T', 84, int) /* 0x5454 */ | ||
90 | #define TIOCSERSWILD _IOW('T', 85, int) /* 0x5455 */ | ||
91 | #define TIOCGLCKTRMIOS 0x5456 | ||
92 | #define TIOCSLCKTRMIOS 0x5457 | ||
93 | #define TIOCSERGSTRUCT 0x80d85458 /* _IOR('T', 88, struct async_struct) 0x5458 */ /* For debugging only */ | ||
94 | #define TIOCSERGETLSR _IOR('T', 89, unsigned int) /* 0x5459 */ /* Get line status register */ | ||
95 | /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */ | ||
96 | # define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ | ||
97 | #define TIOCSERGETMULTI 0x80A8545A /* _IOR('T', 90, struct serial_multiport_struct) 0x545A */ /* Get multiport config */ | ||
98 | #define TIOCSERSETMULTI 0x40A8545B /* _IOW('T', 91, struct serial_multiport_struct) 0x545B */ /* Set multiport config */ | ||
99 | |||
100 | #define TIOCMIWAIT _IO('T', 92) /* 0x545C */ /* wait for a change on serial input line(s) */ | ||
101 | #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ | ||
102 | |||
103 | #endif /* __ASM_SH_IOCTLS_H */ | ||
diff --git a/arch/sh/include/asm/ipcbuf.h b/arch/sh/include/asm/ipcbuf.h new file mode 100644 index 000000000000..5ffc9972a7ea --- /dev/null +++ b/arch/sh/include/asm/ipcbuf.h | |||
@@ -0,0 +1,29 @@ | |||
1 | #ifndef __ASM_SH_IPCBUF_H__ | ||
2 | #define __ASM_SH_IPCBUF_H__ | ||
3 | |||
4 | /* | ||
5 | * The ipc64_perm structure for i386 architecture. | ||
6 | * Note extra padding because this structure is passed back and forth | ||
7 | * between kernel and user space. | ||
8 | * | ||
9 | * Pad space is left for: | ||
10 | * - 32-bit mode_t and seq | ||
11 | * - 2 miscellaneous 32-bit values | ||
12 | */ | ||
13 | |||
14 | struct ipc64_perm | ||
15 | { | ||
16 | __kernel_key_t key; | ||
17 | __kernel_uid32_t uid; | ||
18 | __kernel_gid32_t gid; | ||
19 | __kernel_uid32_t cuid; | ||
20 | __kernel_gid32_t cgid; | ||
21 | __kernel_mode_t mode; | ||
22 | unsigned short __pad1; | ||
23 | unsigned short seq; | ||
24 | unsigned short __pad2; | ||
25 | unsigned long __unused1; | ||
26 | unsigned long __unused2; | ||
27 | }; | ||
28 | |||
29 | #endif /* __ASM_SH_IPCBUF_H__ */ | ||
diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h new file mode 100644 index 000000000000..6195a531c1b0 --- /dev/null +++ b/arch/sh/include/asm/irq.h | |||
@@ -0,0 +1,57 @@ | |||
1 | #ifndef __ASM_SH_IRQ_H | ||
2 | #define __ASM_SH_IRQ_H | ||
3 | |||
4 | #include <asm/machvec.h> | ||
5 | |||
6 | /* | ||
7 | * A sane default based on a reasonable vector table size, platforms are | ||
8 | * advised to cap this at the hard limit that they're interested in | ||
9 | * through the machvec. | ||
10 | */ | ||
11 | #define NR_IRQS 256 | ||
12 | |||
13 | /* | ||
14 | * Convert back and forth between INTEVT and IRQ values. | ||
15 | */ | ||
16 | #ifdef CONFIG_CPU_HAS_INTEVT | ||
17 | #define evt2irq(evt) (((evt) >> 5) - 16) | ||
18 | #define irq2evt(irq) (((irq) + 16) << 5) | ||
19 | #else | ||
20 | #define evt2irq(evt) (evt) | ||
21 | #define irq2evt(irq) (irq) | ||
22 | #endif | ||
23 | |||
24 | /* | ||
25 | * Simple Mask Register Support | ||
26 | */ | ||
27 | extern void make_maskreg_irq(unsigned int irq); | ||
28 | extern unsigned short *irq_mask_register; | ||
29 | |||
30 | /* | ||
31 | * PINT IRQs | ||
32 | */ | ||
33 | void init_IRQ_pint(void); | ||
34 | void make_imask_irq(unsigned int irq); | ||
35 | |||
36 | static inline int generic_irq_demux(int irq) | ||
37 | { | ||
38 | return irq; | ||
39 | } | ||
40 | |||
41 | #define irq_canonicalize(irq) (irq) | ||
42 | #define irq_demux(irq) sh_mv.mv_irq_demux(irq) | ||
43 | |||
44 | #ifdef CONFIG_IRQSTACKS | ||
45 | extern void irq_ctx_init(int cpu); | ||
46 | extern void irq_ctx_exit(int cpu); | ||
47 | # define __ARCH_HAS_DO_SOFTIRQ | ||
48 | #else | ||
49 | # define irq_ctx_init(cpu) do { } while (0) | ||
50 | # define irq_ctx_exit(cpu) do { } while (0) | ||
51 | #endif | ||
52 | |||
53 | #ifdef CONFIG_CPU_SH5 | ||
54 | #include <cpu/irq.h> | ||
55 | #endif | ||
56 | |||
57 | #endif /* __ASM_SH_IRQ_H */ | ||
diff --git a/arch/sh/include/asm/irq_regs.h b/arch/sh/include/asm/irq_regs.h new file mode 100644 index 000000000000..3dd9c0b70270 --- /dev/null +++ b/arch/sh/include/asm/irq_regs.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/irq_regs.h> | |||
diff --git a/arch/sh/include/asm/irqflags.h b/arch/sh/include/asm/irqflags.h new file mode 100644 index 000000000000..46e71da5be6b --- /dev/null +++ b/arch/sh/include/asm/irqflags.h | |||
@@ -0,0 +1,34 @@ | |||
1 | #ifndef __ASM_SH_IRQFLAGS_H | ||
2 | #define __ASM_SH_IRQFLAGS_H | ||
3 | |||
4 | #ifdef CONFIG_SUPERH32 | ||
5 | #include "irqflags_32.h" | ||
6 | #else | ||
7 | #include "irqflags_64.h" | ||
8 | #endif | ||
9 | |||
10 | #define raw_local_save_flags(flags) \ | ||
11 | do { (flags) = __raw_local_save_flags(); } while (0) | ||
12 | |||
13 | static inline int raw_irqs_disabled_flags(unsigned long flags) | ||
14 | { | ||
15 | return (flags != 0); | ||
16 | } | ||
17 | |||
18 | static inline int raw_irqs_disabled(void) | ||
19 | { | ||
20 | unsigned long flags = __raw_local_save_flags(); | ||
21 | |||
22 | return raw_irqs_disabled_flags(flags); | ||
23 | } | ||
24 | |||
25 | #define raw_local_irq_save(flags) \ | ||
26 | do { (flags) = __raw_local_irq_save(); } while (0) | ||
27 | |||
28 | static inline void raw_local_irq_restore(unsigned long flags) | ||
29 | { | ||
30 | if ((flags & 0xf0) != 0xf0) | ||
31 | raw_local_irq_enable(); | ||
32 | } | ||
33 | |||
34 | #endif /* __ASM_SH_IRQFLAGS_H */ | ||
diff --git a/arch/sh/include/asm/irqflags_32.h b/arch/sh/include/asm/irqflags_32.h new file mode 100644 index 000000000000..60218f541340 --- /dev/null +++ b/arch/sh/include/asm/irqflags_32.h | |||
@@ -0,0 +1,99 @@ | |||
1 | #ifndef __ASM_SH_IRQFLAGS_32_H | ||
2 | #define __ASM_SH_IRQFLAGS_32_H | ||
3 | |||
4 | static inline void raw_local_irq_enable(void) | ||
5 | { | ||
6 | unsigned long __dummy0, __dummy1; | ||
7 | |||
8 | __asm__ __volatile__ ( | ||
9 | "stc sr, %0\n\t" | ||
10 | "and %1, %0\n\t" | ||
11 | #ifdef CONFIG_CPU_HAS_SR_RB | ||
12 | "stc r6_bank, %1\n\t" | ||
13 | "or %1, %0\n\t" | ||
14 | #endif | ||
15 | "ldc %0, sr\n\t" | ||
16 | : "=&r" (__dummy0), "=r" (__dummy1) | ||
17 | : "1" (~0x000000f0) | ||
18 | : "memory" | ||
19 | ); | ||
20 | } | ||
21 | |||
22 | static inline void raw_local_irq_disable(void) | ||
23 | { | ||
24 | unsigned long flags; | ||
25 | |||
26 | __asm__ __volatile__ ( | ||
27 | "stc sr, %0\n\t" | ||
28 | "or #0xf0, %0\n\t" | ||
29 | "ldc %0, sr\n\t" | ||
30 | : "=&z" (flags) | ||
31 | : /* no inputs */ | ||
32 | : "memory" | ||
33 | ); | ||
34 | } | ||
35 | |||
36 | static inline void set_bl_bit(void) | ||
37 | { | ||
38 | unsigned long __dummy0, __dummy1; | ||
39 | |||
40 | __asm__ __volatile__ ( | ||
41 | "stc sr, %0\n\t" | ||
42 | "or %2, %0\n\t" | ||
43 | "and %3, %0\n\t" | ||
44 | "ldc %0, sr\n\t" | ||
45 | : "=&r" (__dummy0), "=r" (__dummy1) | ||
46 | : "r" (0x10000000), "r" (0xffffff0f) | ||
47 | : "memory" | ||
48 | ); | ||
49 | } | ||
50 | |||
51 | static inline void clear_bl_bit(void) | ||
52 | { | ||
53 | unsigned long __dummy0, __dummy1; | ||
54 | |||
55 | __asm__ __volatile__ ( | ||
56 | "stc sr, %0\n\t" | ||
57 | "and %2, %0\n\t" | ||
58 | "ldc %0, sr\n\t" | ||
59 | : "=&r" (__dummy0), "=r" (__dummy1) | ||
60 | : "1" (~0x10000000) | ||
61 | : "memory" | ||
62 | ); | ||
63 | } | ||
64 | |||
65 | static inline unsigned long __raw_local_save_flags(void) | ||
66 | { | ||
67 | unsigned long flags; | ||
68 | |||
69 | __asm__ __volatile__ ( | ||
70 | "stc sr, %0\n\t" | ||
71 | "and #0xf0, %0\n\t" | ||
72 | : "=&z" (flags) | ||
73 | : /* no inputs */ | ||
74 | : "memory" | ||
75 | ); | ||
76 | |||
77 | return flags; | ||
78 | } | ||
79 | |||
80 | static inline unsigned long __raw_local_irq_save(void) | ||
81 | { | ||
82 | unsigned long flags, __dummy; | ||
83 | |||
84 | __asm__ __volatile__ ( | ||
85 | "stc sr, %1\n\t" | ||
86 | "mov %1, %0\n\t" | ||
87 | "or #0xf0, %0\n\t" | ||
88 | "ldc %0, sr\n\t" | ||
89 | "mov %1, %0\n\t" | ||
90 | "and #0xf0, %0\n\t" | ||
91 | : "=&z" (flags), "=&r" (__dummy) | ||
92 | : /* no inputs */ | ||
93 | : "memory" | ||
94 | ); | ||
95 | |||
96 | return flags; | ||
97 | } | ||
98 | |||
99 | #endif /* __ASM_SH_IRQFLAGS_32_H */ | ||
diff --git a/arch/sh/include/asm/irqflags_64.h b/arch/sh/include/asm/irqflags_64.h new file mode 100644 index 000000000000..88f65222c1d4 --- /dev/null +++ b/arch/sh/include/asm/irqflags_64.h | |||
@@ -0,0 +1,85 @@ | |||
1 | #ifndef __ASM_SH_IRQFLAGS_64_H | ||
2 | #define __ASM_SH_IRQFLAGS_64_H | ||
3 | |||
4 | #include <cpu/registers.h> | ||
5 | |||
6 | #define SR_MASK_LL 0x00000000000000f0LL | ||
7 | #define SR_BL_LL 0x0000000010000000LL | ||
8 | |||
9 | static inline void raw_local_irq_enable(void) | ||
10 | { | ||
11 | unsigned long long __dummy0, __dummy1 = ~SR_MASK_LL; | ||
12 | |||
13 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
14 | "and %0, %1, %0\n\t" | ||
15 | "putcon %0, " __SR "\n\t" | ||
16 | : "=&r" (__dummy0) | ||
17 | : "r" (__dummy1)); | ||
18 | } | ||
19 | |||
20 | static inline void raw_local_irq_disable(void) | ||
21 | { | ||
22 | unsigned long long __dummy0, __dummy1 = SR_MASK_LL; | ||
23 | |||
24 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
25 | "or %0, %1, %0\n\t" | ||
26 | "putcon %0, " __SR "\n\t" | ||
27 | : "=&r" (__dummy0) | ||
28 | : "r" (__dummy1)); | ||
29 | } | ||
30 | |||
31 | static inline void set_bl_bit(void) | ||
32 | { | ||
33 | unsigned long long __dummy0, __dummy1 = SR_BL_LL; | ||
34 | |||
35 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
36 | "or %0, %1, %0\n\t" | ||
37 | "putcon %0, " __SR "\n\t" | ||
38 | : "=&r" (__dummy0) | ||
39 | : "r" (__dummy1)); | ||
40 | |||
41 | } | ||
42 | |||
43 | static inline void clear_bl_bit(void) | ||
44 | { | ||
45 | unsigned long long __dummy0, __dummy1 = ~SR_BL_LL; | ||
46 | |||
47 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
48 | "and %0, %1, %0\n\t" | ||
49 | "putcon %0, " __SR "\n\t" | ||
50 | : "=&r" (__dummy0) | ||
51 | : "r" (__dummy1)); | ||
52 | } | ||
53 | |||
54 | static inline unsigned long __raw_local_save_flags(void) | ||
55 | { | ||
56 | unsigned long long __dummy = SR_MASK_LL; | ||
57 | unsigned long flags; | ||
58 | |||
59 | __asm__ __volatile__ ( | ||
60 | "getcon " __SR ", %0\n\t" | ||
61 | "and %0, %1, %0" | ||
62 | : "=&r" (flags) | ||
63 | : "r" (__dummy)); | ||
64 | |||
65 | return flags; | ||
66 | } | ||
67 | |||
68 | static inline unsigned long __raw_local_irq_save(void) | ||
69 | { | ||
70 | unsigned long long __dummy0, __dummy1 = SR_MASK_LL; | ||
71 | unsigned long flags; | ||
72 | |||
73 | __asm__ __volatile__ ( | ||
74 | "getcon " __SR ", %1\n\t" | ||
75 | "or %1, r63, %0\n\t" | ||
76 | "or %1, %2, %1\n\t" | ||
77 | "putcon %1, " __SR "\n\t" | ||
78 | "and %0, %2, %0" | ||
79 | : "=&r" (flags), "=&r" (__dummy0) | ||
80 | : "r" (__dummy1)); | ||
81 | |||
82 | return flags; | ||
83 | } | ||
84 | |||
85 | #endif /* __ASM_SH_IRQFLAGS_64_H */ | ||
diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h new file mode 100644 index 000000000000..49cd69051a88 --- /dev/null +++ b/arch/sh/include/asm/kdebug.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __ASM_SH_KDEBUG_H | ||
2 | #define __ASM_SH_KDEBUG_H | ||
3 | |||
4 | /* Grossly misnamed. */ | ||
5 | enum die_val { | ||
6 | DIE_TRAP, | ||
7 | }; | ||
8 | |||
9 | #endif /* __ASM_SH_KDEBUG_H */ | ||
diff --git a/arch/sh/include/asm/kexec.h b/arch/sh/include/asm/kexec.h new file mode 100644 index 000000000000..00f4260ef09b --- /dev/null +++ b/arch/sh/include/asm/kexec.h | |||
@@ -0,0 +1,62 @@ | |||
1 | #ifndef __ASM_SH_KEXEC_H | ||
2 | #define __ASM_SH_KEXEC_H | ||
3 | |||
4 | #include <asm/ptrace.h> | ||
5 | #include <asm/string.h> | ||
6 | |||
7 | /* | ||
8 | * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return. | ||
9 | * I.e. Maximum page that is mapped directly into kernel memory, | ||
10 | * and kmap is not required. | ||
11 | * | ||
12 | * Someone correct me if FIXADDR_START - PAGEOFFSET is not the correct | ||
13 | * calculation for the amount of memory directly mappable into the | ||
14 | * kernel memory space. | ||
15 | */ | ||
16 | |||
17 | /* Maximum physical address we can use pages from */ | ||
18 | #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL) | ||
19 | /* Maximum address we can reach in physical address mode */ | ||
20 | #define KEXEC_DESTINATION_MEMORY_LIMIT (-1UL) | ||
21 | /* Maximum address we can use for the control code buffer */ | ||
22 | #define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE | ||
23 | |||
24 | #define KEXEC_CONTROL_CODE_SIZE 4096 | ||
25 | |||
26 | /* The native architecture */ | ||
27 | #define KEXEC_ARCH KEXEC_ARCH_SH | ||
28 | |||
29 | static inline void crash_setup_regs(struct pt_regs *newregs, | ||
30 | struct pt_regs *oldregs) | ||
31 | { | ||
32 | if (oldregs) | ||
33 | memcpy(newregs, oldregs, sizeof(*newregs)); | ||
34 | else { | ||
35 | __asm__ __volatile__ ("mov r0, %0" : "=r" (newregs->regs[0])); | ||
36 | __asm__ __volatile__ ("mov r1, %0" : "=r" (newregs->regs[1])); | ||
37 | __asm__ __volatile__ ("mov r2, %0" : "=r" (newregs->regs[2])); | ||
38 | __asm__ __volatile__ ("mov r3, %0" : "=r" (newregs->regs[3])); | ||
39 | __asm__ __volatile__ ("mov r4, %0" : "=r" (newregs->regs[4])); | ||
40 | __asm__ __volatile__ ("mov r5, %0" : "=r" (newregs->regs[5])); | ||
41 | __asm__ __volatile__ ("mov r6, %0" : "=r" (newregs->regs[6])); | ||
42 | __asm__ __volatile__ ("mov r7, %0" : "=r" (newregs->regs[7])); | ||
43 | __asm__ __volatile__ ("mov r8, %0" : "=r" (newregs->regs[8])); | ||
44 | __asm__ __volatile__ ("mov r9, %0" : "=r" (newregs->regs[9])); | ||
45 | __asm__ __volatile__ ("mov r10, %0" : "=r" (newregs->regs[10])); | ||
46 | __asm__ __volatile__ ("mov r11, %0" : "=r" (newregs->regs[11])); | ||
47 | __asm__ __volatile__ ("mov r12, %0" : "=r" (newregs->regs[12])); | ||
48 | __asm__ __volatile__ ("mov r13, %0" : "=r" (newregs->regs[13])); | ||
49 | __asm__ __volatile__ ("mov r14, %0" : "=r" (newregs->regs[14])); | ||
50 | __asm__ __volatile__ ("mov r15, %0" : "=r" (newregs->regs[15])); | ||
51 | |||
52 | __asm__ __volatile__ ("sts pr, %0" : "=r" (newregs->pr)); | ||
53 | __asm__ __volatile__ ("sts macl, %0" : "=r" (newregs->macl)); | ||
54 | __asm__ __volatile__ ("sts mach, %0" : "=r" (newregs->mach)); | ||
55 | |||
56 | __asm__ __volatile__ ("stc gbr, %0" : "=r" (newregs->gbr)); | ||
57 | __asm__ __volatile__ ("stc sr, %0" : "=r" (newregs->sr)); | ||
58 | |||
59 | newregs->pc = (unsigned long)current_text_addr(); | ||
60 | } | ||
61 | } | ||
62 | #endif /* __ASM_SH_KEXEC_H */ | ||
diff --git a/arch/sh/include/asm/kgdb.h b/arch/sh/include/asm/kgdb.h new file mode 100644 index 000000000000..24e42078f36f --- /dev/null +++ b/arch/sh/include/asm/kgdb.h | |||
@@ -0,0 +1,69 @@ | |||
1 | /* | ||
2 | * May be copied or modified under the terms of the GNU General Public | ||
3 | * License. See linux/COPYING for more information. | ||
4 | * | ||
5 | * Based on original code by Glenn Engel, Jim Kingdon, | ||
6 | * David Grothe <dave@gcom.com>, Tigran Aivazian, <tigran@sco.com> and | ||
7 | * Amit S. Kale <akale@veritas.com> | ||
8 | * | ||
9 | * Super-H port based on sh-stub.c (Ben Lee and Steve Chamberlain) by | ||
10 | * Henry Bell <henry.bell@st.com> | ||
11 | * | ||
12 | * Header file for low-level support for remote debug using GDB. | ||
13 | * | ||
14 | */ | ||
15 | |||
16 | #ifndef __KGDB_H | ||
17 | #define __KGDB_H | ||
18 | |||
19 | #include <asm/ptrace.h> | ||
20 | |||
21 | /* Same as pt_regs but has vbr in place of syscall_nr */ | ||
22 | struct kgdb_regs { | ||
23 | unsigned long regs[16]; | ||
24 | unsigned long pc; | ||
25 | unsigned long pr; | ||
26 | unsigned long sr; | ||
27 | unsigned long gbr; | ||
28 | unsigned long mach; | ||
29 | unsigned long macl; | ||
30 | unsigned long vbr; | ||
31 | }; | ||
32 | |||
33 | /* State info */ | ||
34 | extern char kgdb_in_gdb_mode; | ||
35 | extern int kgdb_nofault; /* Ignore bus errors (in gdb mem access) */ | ||
36 | extern char in_nmi; /* Debounce flag to prevent NMI reentry*/ | ||
37 | |||
38 | /* SCI */ | ||
39 | extern int kgdb_portnum; | ||
40 | extern int kgdb_baud; | ||
41 | extern char kgdb_parity; | ||
42 | extern char kgdb_bits; | ||
43 | |||
44 | /* Init and interface stuff */ | ||
45 | extern int kgdb_init(void); | ||
46 | extern int (*kgdb_getchar)(void); | ||
47 | extern void (*kgdb_putchar)(int); | ||
48 | |||
49 | /* Trap functions */ | ||
50 | typedef void (kgdb_debug_hook_t)(struct pt_regs *regs); | ||
51 | typedef void (kgdb_bus_error_hook_t)(void); | ||
52 | extern kgdb_debug_hook_t *kgdb_debug_hook; | ||
53 | extern kgdb_bus_error_hook_t *kgdb_bus_err_hook; | ||
54 | |||
55 | /* Console */ | ||
56 | struct console; | ||
57 | void kgdb_console_write(struct console *co, const char *s, unsigned count); | ||
58 | extern int kgdb_console_setup(struct console *, char *); | ||
59 | |||
60 | /* Prototypes for jmp fns */ | ||
61 | #define _JBLEN 9 | ||
62 | typedef int jmp_buf[_JBLEN]; | ||
63 | extern void longjmp(jmp_buf __jmpb, int __retval); | ||
64 | extern int setjmp(jmp_buf __jmpb); | ||
65 | |||
66 | /* Forced breakpoint */ | ||
67 | #define breakpoint() __asm__ __volatile__("trapa #0x3c") | ||
68 | |||
69 | #endif | ||
diff --git a/arch/sh/include/asm/kmap_types.h b/arch/sh/include/asm/kmap_types.h new file mode 100644 index 000000000000..84d565c696be --- /dev/null +++ b/arch/sh/include/asm/kmap_types.h | |||
@@ -0,0 +1,32 @@ | |||
1 | #ifndef __SH_KMAP_TYPES_H | ||
2 | #define __SH_KMAP_TYPES_H | ||
3 | |||
4 | /* Dummy header just to define km_type. */ | ||
5 | |||
6 | |||
7 | #ifdef CONFIG_DEBUG_HIGHMEM | ||
8 | # define D(n) __KM_FENCE_##n , | ||
9 | #else | ||
10 | # define D(n) | ||
11 | #endif | ||
12 | |||
13 | enum km_type { | ||
14 | D(0) KM_BOUNCE_READ, | ||
15 | D(1) KM_SKB_SUNRPC_DATA, | ||
16 | D(2) KM_SKB_DATA_SOFTIRQ, | ||
17 | D(3) KM_USER0, | ||
18 | D(4) KM_USER1, | ||
19 | D(5) KM_BIO_SRC_IRQ, | ||
20 | D(6) KM_BIO_DST_IRQ, | ||
21 | D(7) KM_PTE0, | ||
22 | D(8) KM_PTE1, | ||
23 | D(9) KM_IRQ0, | ||
24 | D(10) KM_IRQ1, | ||
25 | D(11) KM_SOFTIRQ0, | ||
26 | D(12) KM_SOFTIRQ1, | ||
27 | D(13) KM_TYPE_NR | ||
28 | }; | ||
29 | |||
30 | #undef D | ||
31 | |||
32 | #endif | ||
diff --git a/arch/sh/include/asm/lboxre2.h b/arch/sh/include/asm/lboxre2.h new file mode 100644 index 000000000000..e6d160504923 --- /dev/null +++ b/arch/sh/include/asm/lboxre2.h | |||
@@ -0,0 +1,27 @@ | |||
1 | #ifndef __ASM_SH_LBOXRE2_H | ||
2 | #define __ASM_SH_LBOXRE2_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 2007 Nobuhiro Iwamatsu | ||
6 | * | ||
7 | * NTT COMWARE L-BOX RE2 support | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | * | ||
13 | */ | ||
14 | |||
15 | #define IRQ_CF1 9 /* CF1 */ | ||
16 | #define IRQ_CF0 10 /* CF0 */ | ||
17 | #define IRQ_INTD 11 /* INTD */ | ||
18 | #define IRQ_ETH1 12 /* Ether1 */ | ||
19 | #define IRQ_ETH0 13 /* Ether0 */ | ||
20 | #define IRQ_INTA 14 /* INTA */ | ||
21 | |||
22 | void init_lboxre2_IRQ(void); | ||
23 | |||
24 | #define __IO_PREFIX lboxre2 | ||
25 | #include <asm/io_generic.h> | ||
26 | |||
27 | #endif /* __ASM_SH_LBOXRE2_H */ | ||
diff --git a/arch/sh/include/asm/linkage.h b/arch/sh/include/asm/linkage.h new file mode 100644 index 000000000000..3565a4f4009f --- /dev/null +++ b/arch/sh/include/asm/linkage.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __ASM_LINKAGE_H | ||
2 | #define __ASM_LINKAGE_H | ||
3 | |||
4 | #define __ALIGN .balign 4 | ||
5 | #define __ALIGN_STR ".balign 4" | ||
6 | |||
7 | #endif | ||
diff --git a/arch/sh/include/asm/local.h b/arch/sh/include/asm/local.h new file mode 100644 index 000000000000..9ed9b9cb459a --- /dev/null +++ b/arch/sh/include/asm/local.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __ASM_SH_LOCAL_H | ||
2 | #define __ASM_SH_LOCAL_H | ||
3 | |||
4 | #include <asm-generic/local.h> | ||
5 | |||
6 | #endif /* __ASM_SH_LOCAL_H */ | ||
7 | |||
diff --git a/arch/sh/include/asm/machvec.h b/arch/sh/include/asm/machvec.h new file mode 100644 index 000000000000..b2e4124070ae --- /dev/null +++ b/arch/sh/include/asm/machvec.h | |||
@@ -0,0 +1,70 @@ | |||
1 | /* | ||
2 | * include/asm-sh/machvec.h | ||
3 | * | ||
4 | * Copyright 2000 Stuart Menefy (stuart.menefy@st.com) | ||
5 | * | ||
6 | * May be copied or modified under the terms of the GNU General Public | ||
7 | * License. See linux/COPYING for more information. | ||
8 | */ | ||
9 | |||
10 | #ifndef _ASM_SH_MACHVEC_H | ||
11 | #define _ASM_SH_MACHVEC_H | ||
12 | |||
13 | #include <linux/types.h> | ||
14 | #include <linux/time.h> | ||
15 | #include <asm/machtypes.h> | ||
16 | |||
17 | struct device; | ||
18 | |||
19 | struct sh_machine_vector { | ||
20 | void (*mv_setup)(char **cmdline_p); | ||
21 | const char *mv_name; | ||
22 | int mv_nr_irqs; | ||
23 | |||
24 | u8 (*mv_inb)(unsigned long); | ||
25 | u16 (*mv_inw)(unsigned long); | ||
26 | u32 (*mv_inl)(unsigned long); | ||
27 | void (*mv_outb)(u8, unsigned long); | ||
28 | void (*mv_outw)(u16, unsigned long); | ||
29 | void (*mv_outl)(u32, unsigned long); | ||
30 | |||
31 | u8 (*mv_inb_p)(unsigned long); | ||
32 | u16 (*mv_inw_p)(unsigned long); | ||
33 | u32 (*mv_inl_p)(unsigned long); | ||
34 | void (*mv_outb_p)(u8, unsigned long); | ||
35 | void (*mv_outw_p)(u16, unsigned long); | ||
36 | void (*mv_outl_p)(u32, unsigned long); | ||
37 | |||
38 | void (*mv_insb)(unsigned long, void *dst, unsigned long count); | ||
39 | void (*mv_insw)(unsigned long, void *dst, unsigned long count); | ||
40 | void (*mv_insl)(unsigned long, void *dst, unsigned long count); | ||
41 | void (*mv_outsb)(unsigned long, const void *src, unsigned long count); | ||
42 | void (*mv_outsw)(unsigned long, const void *src, unsigned long count); | ||
43 | void (*mv_outsl)(unsigned long, const void *src, unsigned long count); | ||
44 | |||
45 | u8 (*mv_readb)(void __iomem *); | ||
46 | u16 (*mv_readw)(void __iomem *); | ||
47 | u32 (*mv_readl)(void __iomem *); | ||
48 | void (*mv_writeb)(u8, void __iomem *); | ||
49 | void (*mv_writew)(u16, void __iomem *); | ||
50 | void (*mv_writel)(u32, void __iomem *); | ||
51 | |||
52 | int (*mv_irq_demux)(int irq); | ||
53 | |||
54 | void (*mv_init_irq)(void); | ||
55 | void (*mv_init_pci)(void); | ||
56 | |||
57 | void (*mv_heartbeat)(void); | ||
58 | |||
59 | void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); | ||
60 | void (*mv_ioport_unmap)(void __iomem *); | ||
61 | }; | ||
62 | |||
63 | extern struct sh_machine_vector sh_mv; | ||
64 | |||
65 | #define get_system_type() sh_mv.mv_name | ||
66 | |||
67 | #define __initmv \ | ||
68 | __used __section(.machvec.init) | ||
69 | |||
70 | #endif /* _ASM_SH_MACHVEC_H */ | ||
diff --git a/arch/sh/include/asm/magicpanelr2.h b/arch/sh/include/asm/magicpanelr2.h new file mode 100644 index 000000000000..c644a77ee357 --- /dev/null +++ b/arch/sh/include/asm/magicpanelr2.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * include/asm-sh/magicpanelr2.h | ||
3 | * | ||
4 | * Copyright (C) 2007 Markus Brunner, Mark Jonas | ||
5 | * | ||
6 | * I/O addresses and bitmasks for Magic Panel Release 2 board | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | |||
13 | #ifndef __ASM_SH_MAGICPANELR2_H | ||
14 | #define __ASM_SH_MAGICPANELR2_H | ||
15 | |||
16 | #include <asm/gpio.h> | ||
17 | |||
18 | #define __IO_PREFIX mpr2 | ||
19 | #include <asm/io_generic.h> | ||
20 | |||
21 | |||
22 | #define SETBITS_OUTB(mask, reg) ctrl_outb(ctrl_inb(reg) | mask, reg) | ||
23 | #define SETBITS_OUTW(mask, reg) ctrl_outw(ctrl_inw(reg) | mask, reg) | ||
24 | #define SETBITS_OUTL(mask, reg) ctrl_outl(ctrl_inl(reg) | mask, reg) | ||
25 | #define CLRBITS_OUTB(mask, reg) ctrl_outb(ctrl_inb(reg) & ~mask, reg) | ||
26 | #define CLRBITS_OUTW(mask, reg) ctrl_outw(ctrl_inw(reg) & ~mask, reg) | ||
27 | #define CLRBITS_OUTL(mask, reg) ctrl_outl(ctrl_inl(reg) & ~mask, reg) | ||
28 | |||
29 | |||
30 | #define PA_LED PORT_PADR /* LED */ | ||
31 | |||
32 | |||
33 | /* BSC */ | ||
34 | #define CMNCR 0xA4FD0000UL | ||
35 | #define CS0BCR 0xA4FD0004UL | ||
36 | #define CS2BCR 0xA4FD0008UL | ||
37 | #define CS3BCR 0xA4FD000CUL | ||
38 | #define CS4BCR 0xA4FD0010UL | ||
39 | #define CS5ABCR 0xA4FD0014UL | ||
40 | #define CS5BBCR 0xA4FD0018UL | ||
41 | #define CS6ABCR 0xA4FD001CUL | ||
42 | #define CS6BBCR 0xA4FD0020UL | ||
43 | #define CS0WCR 0xA4FD0024UL | ||
44 | #define CS2WCR 0xA4FD0028UL | ||
45 | #define CS3WCR 0xA4FD002CUL | ||
46 | #define CS4WCR 0xA4FD0030UL | ||
47 | #define CS5AWCR 0xA4FD0034UL | ||
48 | #define CS5BWCR 0xA4FD0038UL | ||
49 | #define CS6AWCR 0xA4FD003CUL | ||
50 | #define CS6BWCR 0xA4FD0040UL | ||
51 | |||
52 | |||
53 | /* usb */ | ||
54 | |||
55 | #define PORT_UTRCTL 0xA405012CUL | ||
56 | #define PORT_UCLKCR_W 0xA40A0008UL | ||
57 | |||
58 | #define INTC_ICR0 0xA414FEE0UL | ||
59 | #define INTC_ICR1 0xA4140010UL | ||
60 | #define INTC_ICR2 0xA4140012UL | ||
61 | |||
62 | /* MTD */ | ||
63 | |||
64 | #define MPR2_MTD_BOOTLOADER_SIZE 0x00060000UL | ||
65 | #define MPR2_MTD_KERNEL_SIZE 0x00200000UL | ||
66 | |||
67 | #endif /* __ASM_SH_MAGICPANELR2_H */ | ||
diff --git a/arch/sh/include/asm/mc146818rtc.h b/arch/sh/include/asm/mc146818rtc.h new file mode 100644 index 000000000000..0aee96a97330 --- /dev/null +++ b/arch/sh/include/asm/mc146818rtc.h | |||
@@ -0,0 +1,7 @@ | |||
1 | /* | ||
2 | * Machine dependent access functions for RTC registers. | ||
3 | */ | ||
4 | #ifndef _ASM_MC146818RTC_H | ||
5 | #define _ASM_MC146818RTC_H | ||
6 | |||
7 | #endif /* _ASM_MC146818RTC_H */ | ||
diff --git a/arch/sh/include/asm/microdev.h b/arch/sh/include/asm/microdev.h new file mode 100644 index 000000000000..1aed15856e11 --- /dev/null +++ b/arch/sh/include/asm/microdev.h | |||
@@ -0,0 +1,80 @@ | |||
1 | /* | ||
2 | * linux/include/asm-sh/microdev.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) | ||
5 | * | ||
6 | * Definitions for the SuperH SH4-202 MicroDev board. | ||
7 | * | ||
8 | * May be copied or modified under the terms of the GNU General Public | ||
9 | * License. See linux/COPYING for more information. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_MICRODEV_H | ||
12 | #define __ASM_SH_MICRODEV_H | ||
13 | |||
14 | extern void init_microdev_irq(void); | ||
15 | extern void microdev_print_fpga_intc_status(void); | ||
16 | |||
17 | /* | ||
18 | * The following are useful macros for manipulating the interrupt | ||
19 | * controller (INTC) on the CPU-board FPGA. should be noted that there | ||
20 | * is an INTC on the FPGA, and a separate INTC on the SH4-202 core - | ||
21 | * these are two different things, both of which need to be prorammed to | ||
22 | * correctly route - unfortunately, they have the same name and | ||
23 | * abbreviations! | ||
24 | */ | ||
25 | #define MICRODEV_FPGA_INTC_BASE 0xa6110000ul /* INTC base address on CPU-board FPGA */ | ||
26 | #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INTC on CPU-board FPGA */ | ||
27 | #define MICRODEV_FPGA_INTDSB_REG (MICRODEV_FPGA_INTC_BASE+8ul) /* Interrupt Disable Register on INTC on CPU-board FPGA */ | ||
28 | #define MICRODEV_FPGA_INTC_MASK(n) (1ul<<(n)) /* Interrupt mask to enable/disable INTC in CPU-board FPGA */ | ||
29 | #define MICRODEV_FPGA_INTPRI_REG(n) (MICRODEV_FPGA_INTC_BASE+0x10+((n)/8)*8)/* Interrupt Priority Register on INTC on CPU-board FPGA */ | ||
30 | #define MICRODEV_FPGA_INTPRI_LEVEL(n,x) ((x)<<(((n)%8)*4)) /* MICRODEV_FPGA_INTPRI_LEVEL(int_number, int_level) */ | ||
31 | #define MICRODEV_FPGA_INTPRI_MASK(n) (MICRODEV_FPGA_INTPRI_LEVEL((n),0xful)) /* Interrupt Priority Mask on INTC on CPU-board FPGA */ | ||
32 | #define MICRODEV_FPGA_INTSRC_REG (MICRODEV_FPGA_INTC_BASE+0x30ul) /* Interrupt Source Register on INTC on CPU-board FPGA */ | ||
33 | #define MICRODEV_FPGA_INTREQ_REG (MICRODEV_FPGA_INTC_BASE+0x38ul) /* Interrupt Request Register on INTC on CPU-board FPGA */ | ||
34 | |||
35 | |||
36 | /* | ||
37 | * The following are the IRQ numbers for the Linux Kernel for external | ||
38 | * interrupts. i.e. the numbers seen by 'cat /proc/interrupt'. | ||
39 | */ | ||
40 | #define MICRODEV_LINUX_IRQ_KEYBOARD 1 /* SuperIO Keyboard */ | ||
41 | #define MICRODEV_LINUX_IRQ_SERIAL1 2 /* SuperIO Serial #1 */ | ||
42 | #define MICRODEV_LINUX_IRQ_ETHERNET 3 /* on-board Ethnernet */ | ||
43 | #define MICRODEV_LINUX_IRQ_SERIAL2 4 /* SuperIO Serial #2 */ | ||
44 | #define MICRODEV_LINUX_IRQ_USB_HC 7 /* on-board USB HC */ | ||
45 | #define MICRODEV_LINUX_IRQ_MOUSE 12 /* SuperIO PS/2 Mouse */ | ||
46 | #define MICRODEV_LINUX_IRQ_IDE2 13 /* SuperIO IDE #2 */ | ||
47 | #define MICRODEV_LINUX_IRQ_IDE1 14 /* SuperIO IDE #1 */ | ||
48 | |||
49 | /* | ||
50 | * The following are the IRQ numbers for the INTC on the FPGA for | ||
51 | * external interrupts. i.e. the bits in the INTC registers in the | ||
52 | * FPGA. | ||
53 | */ | ||
54 | #define MICRODEV_FPGA_IRQ_KEYBOARD 1 /* SuperIO Keyboard */ | ||
55 | #define MICRODEV_FPGA_IRQ_SERIAL1 3 /* SuperIO Serial #1 */ | ||
56 | #define MICRODEV_FPGA_IRQ_SERIAL2 4 /* SuperIO Serial #2 */ | ||
57 | #define MICRODEV_FPGA_IRQ_MOUSE 12 /* SuperIO PS/2 Mouse */ | ||
58 | #define MICRODEV_FPGA_IRQ_IDE1 14 /* SuperIO IDE #1 */ | ||
59 | #define MICRODEV_FPGA_IRQ_IDE2 15 /* SuperIO IDE #2 */ | ||
60 | #define MICRODEV_FPGA_IRQ_USB_HC 16 /* on-board USB HC */ | ||
61 | #define MICRODEV_FPGA_IRQ_ETHERNET 18 /* on-board Ethnernet */ | ||
62 | |||
63 | #define MICRODEV_IRQ_PCI_INTA 8 | ||
64 | #define MICRODEV_IRQ_PCI_INTB 9 | ||
65 | #define MICRODEV_IRQ_PCI_INTC 10 | ||
66 | #define MICRODEV_IRQ_PCI_INTD 11 | ||
67 | |||
68 | #define __IO_PREFIX microdev | ||
69 | #include <asm/io_generic.h> | ||
70 | |||
71 | #if defined(CONFIG_PCI) | ||
72 | unsigned char microdev_pci_inb(unsigned long port); | ||
73 | unsigned short microdev_pci_inw(unsigned long port); | ||
74 | unsigned long microdev_pci_inl(unsigned long port); | ||
75 | void microdev_pci_outb(unsigned char data, unsigned long port); | ||
76 | void microdev_pci_outw(unsigned short data, unsigned long port); | ||
77 | void microdev_pci_outl(unsigned long data, unsigned long port); | ||
78 | #endif | ||
79 | |||
80 | #endif /* __ASM_SH_MICRODEV_H */ | ||
diff --git a/arch/sh/include/asm/migor.h b/arch/sh/include/asm/migor.h new file mode 100644 index 000000000000..10016e0f4a4e --- /dev/null +++ b/arch/sh/include/asm/migor.h | |||
@@ -0,0 +1,65 @@ | |||
1 | #ifndef __ASM_SH_MIGOR_H | ||
2 | #define __ASM_SH_MIGOR_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/migor.h | ||
6 | * | ||
7 | * Copyright (C) 2008 Renesas Solutions | ||
8 | * | ||
9 | * Portions Copyright (C) 2007 Nobuhiro Iwamatsu | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | * | ||
15 | */ | ||
16 | #include <asm/addrspace.h> | ||
17 | |||
18 | /* GPIO */ | ||
19 | #define PORT_PACR 0xa4050100 | ||
20 | #define PORT_PDCR 0xa4050106 | ||
21 | #define PORT_PECR 0xa4050108 | ||
22 | #define PORT_PHCR 0xa405010e | ||
23 | #define PORT_PJCR 0xa4050110 | ||
24 | #define PORT_PKCR 0xa4050112 | ||
25 | #define PORT_PLCR 0xa4050114 | ||
26 | #define PORT_PMCR 0xa4050116 | ||
27 | #define PORT_PRCR 0xa405011c | ||
28 | #define PORT_PTCR 0xa4050140 | ||
29 | #define PORT_PUCR 0xa4050142 | ||
30 | #define PORT_PVCR 0xa4050144 | ||
31 | #define PORT_PWCR 0xa4050146 | ||
32 | #define PORT_PXCR 0xa4050148 | ||
33 | #define PORT_PYCR 0xa405014a | ||
34 | #define PORT_PZCR 0xa405014c | ||
35 | #define PORT_PADR 0xa4050120 | ||
36 | #define PORT_PHDR 0xa405012e | ||
37 | #define PORT_PTDR 0xa4050160 | ||
38 | #define PORT_PWDR 0xa4050166 | ||
39 | |||
40 | #define PORT_HIZCRA 0xa4050158 | ||
41 | #define PORT_HIZCRC 0xa405015c | ||
42 | |||
43 | #define PORT_MSELCRB 0xa4050182 | ||
44 | |||
45 | #define MSTPCR1 0xa4150034 | ||
46 | #define MSTPCR2 0xa4150038 | ||
47 | |||
48 | #define PORT_PSELA 0xa405014e | ||
49 | #define PORT_PSELB 0xa4050150 | ||
50 | #define PORT_PSELC 0xa4050152 | ||
51 | #define PORT_PSELD 0xa4050154 | ||
52 | #define PORT_PSELE 0xa4050156 | ||
53 | |||
54 | #define PORT_HIZCRA 0xa4050158 | ||
55 | #define PORT_HIZCRB 0xa405015a | ||
56 | #define PORT_HIZCRC 0xa405015c | ||
57 | |||
58 | #define BSC_CS6ABCR 0xfec1001c | ||
59 | |||
60 | #include <asm/sh_mobile_lcdc.h> | ||
61 | |||
62 | int migor_lcd_qvga_setup(void *board_data, void *sys_ops_handle, | ||
63 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops); | ||
64 | |||
65 | #endif /* __ASM_SH_MIGOR_H */ | ||
diff --git a/arch/sh/include/asm/mman.h b/arch/sh/include/asm/mman.h new file mode 100644 index 000000000000..156eb0225cf6 --- /dev/null +++ b/arch/sh/include/asm/mman.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef __ASM_SH_MMAN_H | ||
2 | #define __ASM_SH_MMAN_H | ||
3 | |||
4 | #include <asm-generic/mman.h> | ||
5 | |||
6 | #define MAP_GROWSDOWN 0x0100 /* stack-like segment */ | ||
7 | #define MAP_DENYWRITE 0x0800 /* ETXTBSY */ | ||
8 | #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */ | ||
9 | #define MAP_LOCKED 0x2000 /* pages are locked */ | ||
10 | #define MAP_NORESERVE 0x4000 /* don't check for reservations */ | ||
11 | #define MAP_POPULATE 0x8000 /* populate (prefault) page tables */ | ||
12 | #define MAP_NONBLOCK 0x10000 /* do not block on IO */ | ||
13 | |||
14 | #define MCL_CURRENT 1 /* lock all current mappings */ | ||
15 | #define MCL_FUTURE 2 /* lock all future mappings */ | ||
16 | |||
17 | #endif /* __ASM_SH_MMAN_H */ | ||
diff --git a/arch/sh/include/asm/mmu.h b/arch/sh/include/asm/mmu.h new file mode 100644 index 000000000000..fdcb93bc6d11 --- /dev/null +++ b/arch/sh/include/asm/mmu.h | |||
@@ -0,0 +1,76 @@ | |||
1 | #ifndef __MMU_H | ||
2 | #define __MMU_H | ||
3 | |||
4 | /* Default "unsigned long" context */ | ||
5 | typedef unsigned long mm_context_id_t[NR_CPUS]; | ||
6 | |||
7 | typedef struct { | ||
8 | #ifdef CONFIG_MMU | ||
9 | mm_context_id_t id; | ||
10 | void *vdso; | ||
11 | #else | ||
12 | struct vm_list_struct *vmlist; | ||
13 | unsigned long end_brk; | ||
14 | #endif | ||
15 | #ifdef CONFIG_BINFMT_ELF_FDPIC | ||
16 | unsigned long exec_fdpic_loadmap; | ||
17 | unsigned long interp_fdpic_loadmap; | ||
18 | #endif | ||
19 | } mm_context_t; | ||
20 | |||
21 | /* | ||
22 | * Privileged Space Mapping Buffer (PMB) definitions | ||
23 | */ | ||
24 | #define PMB_PASCR 0xff000070 | ||
25 | #define PMB_IRMCR 0xff000078 | ||
26 | |||
27 | #define PMB_ADDR 0xf6100000 | ||
28 | #define PMB_DATA 0xf7100000 | ||
29 | #define PMB_ENTRY_MAX 16 | ||
30 | #define PMB_E_MASK 0x0000000f | ||
31 | #define PMB_E_SHIFT 8 | ||
32 | |||
33 | #define PMB_SZ_16M 0x00000000 | ||
34 | #define PMB_SZ_64M 0x00000010 | ||
35 | #define PMB_SZ_128M 0x00000080 | ||
36 | #define PMB_SZ_512M 0x00000090 | ||
37 | #define PMB_SZ_MASK PMB_SZ_512M | ||
38 | #define PMB_C 0x00000008 | ||
39 | #define PMB_WT 0x00000001 | ||
40 | #define PMB_UB 0x00000200 | ||
41 | #define PMB_V 0x00000100 | ||
42 | |||
43 | #define PMB_NO_ENTRY (-1) | ||
44 | |||
45 | struct pmb_entry; | ||
46 | |||
47 | struct pmb_entry { | ||
48 | unsigned long vpn; | ||
49 | unsigned long ppn; | ||
50 | unsigned long flags; | ||
51 | |||
52 | /* | ||
53 | * 0 .. NR_PMB_ENTRIES for specific entry selection, or | ||
54 | * PMB_NO_ENTRY to search for a free one | ||
55 | */ | ||
56 | int entry; | ||
57 | |||
58 | struct pmb_entry *next; | ||
59 | /* Adjacent entry link for contiguous multi-entry mappings */ | ||
60 | struct pmb_entry *link; | ||
61 | }; | ||
62 | |||
63 | /* arch/sh/mm/pmb.c */ | ||
64 | int __set_pmb_entry(unsigned long vpn, unsigned long ppn, | ||
65 | unsigned long flags, int *entry); | ||
66 | int set_pmb_entry(struct pmb_entry *pmbe); | ||
67 | void clear_pmb_entry(struct pmb_entry *pmbe); | ||
68 | struct pmb_entry *pmb_alloc(unsigned long vpn, unsigned long ppn, | ||
69 | unsigned long flags); | ||
70 | void pmb_free(struct pmb_entry *pmbe); | ||
71 | long pmb_remap(unsigned long virt, unsigned long phys, | ||
72 | unsigned long size, unsigned long flags); | ||
73 | void pmb_unmap(unsigned long addr); | ||
74 | |||
75 | #endif /* __MMU_H */ | ||
76 | |||
diff --git a/arch/sh/include/asm/mmu_context.h b/arch/sh/include/asm/mmu_context.h new file mode 100644 index 000000000000..04c0c9733ad6 --- /dev/null +++ b/arch/sh/include/asm/mmu_context.h | |||
@@ -0,0 +1,185 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999 Niibe Yutaka | ||
3 | * Copyright (C) 2003 - 2007 Paul Mundt | ||
4 | * | ||
5 | * ASID handling idea taken from MIPS implementation. | ||
6 | */ | ||
7 | #ifndef __ASM_SH_MMU_CONTEXT_H | ||
8 | #define __ASM_SH_MMU_CONTEXT_H | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | #include <cpu/mmu_context.h> | ||
12 | #include <asm/tlbflush.h> | ||
13 | #include <asm/uaccess.h> | ||
14 | #include <asm/io.h> | ||
15 | #include <asm-generic/mm_hooks.h> | ||
16 | |||
17 | /* | ||
18 | * The MMU "context" consists of two things: | ||
19 | * (a) TLB cache version (or round, cycle whatever expression you like) | ||
20 | * (b) ASID (Address Space IDentifier) | ||
21 | */ | ||
22 | #define MMU_CONTEXT_ASID_MASK 0x000000ff | ||
23 | #define MMU_CONTEXT_VERSION_MASK 0xffffff00 | ||
24 | #define MMU_CONTEXT_FIRST_VERSION 0x00000100 | ||
25 | #define NO_CONTEXT 0 | ||
26 | |||
27 | /* ASID is 8-bit value, so it can't be 0x100 */ | ||
28 | #define MMU_NO_ASID 0x100 | ||
29 | |||
30 | #define asid_cache(cpu) (cpu_data[cpu].asid_cache) | ||
31 | |||
32 | #ifdef CONFIG_MMU | ||
33 | #define cpu_context(cpu, mm) ((mm)->context.id[cpu]) | ||
34 | |||
35 | #define cpu_asid(cpu, mm) \ | ||
36 | (cpu_context((cpu), (mm)) & MMU_CONTEXT_ASID_MASK) | ||
37 | |||
38 | /* | ||
39 | * Virtual Page Number mask | ||
40 | */ | ||
41 | #define MMU_VPN_MASK 0xfffff000 | ||
42 | |||
43 | #if defined(CONFIG_SUPERH32) | ||
44 | #include "mmu_context_32.h" | ||
45 | #else | ||
46 | #include "mmu_context_64.h" | ||
47 | #endif | ||
48 | |||
49 | /* | ||
50 | * Get MMU context if needed. | ||
51 | */ | ||
52 | static inline void get_mmu_context(struct mm_struct *mm, unsigned int cpu) | ||
53 | { | ||
54 | unsigned long asid = asid_cache(cpu); | ||
55 | |||
56 | /* Check if we have old version of context. */ | ||
57 | if (((cpu_context(cpu, mm) ^ asid) & MMU_CONTEXT_VERSION_MASK) == 0) | ||
58 | /* It's up to date, do nothing */ | ||
59 | return; | ||
60 | |||
61 | /* It's old, we need to get new context with new version. */ | ||
62 | if (!(++asid & MMU_CONTEXT_ASID_MASK)) { | ||
63 | /* | ||
64 | * We exhaust ASID of this version. | ||
65 | * Flush all TLB and start new cycle. | ||
66 | */ | ||
67 | flush_tlb_all(); | ||
68 | |||
69 | #ifdef CONFIG_SUPERH64 | ||
70 | /* | ||
71 | * The SH-5 cache uses the ASIDs, requiring both the I and D | ||
72 | * cache to be flushed when the ASID is exhausted. Weak. | ||
73 | */ | ||
74 | flush_cache_all(); | ||
75 | #endif | ||
76 | |||
77 | /* | ||
78 | * Fix version; Note that we avoid version #0 | ||
79 | * to distingush NO_CONTEXT. | ||
80 | */ | ||
81 | if (!asid) | ||
82 | asid = MMU_CONTEXT_FIRST_VERSION; | ||
83 | } | ||
84 | |||
85 | cpu_context(cpu, mm) = asid_cache(cpu) = asid; | ||
86 | } | ||
87 | |||
88 | /* | ||
89 | * Initialize the context related info for a new mm_struct | ||
90 | * instance. | ||
91 | */ | ||
92 | static inline int init_new_context(struct task_struct *tsk, | ||
93 | struct mm_struct *mm) | ||
94 | { | ||
95 | int i; | ||
96 | |||
97 | for (i = 0; i < num_online_cpus(); i++) | ||
98 | cpu_context(i, mm) = NO_CONTEXT; | ||
99 | |||
100 | return 0; | ||
101 | } | ||
102 | |||
103 | /* | ||
104 | * After we have set current->mm to a new value, this activates | ||
105 | * the context for the new mm so we see the new mappings. | ||
106 | */ | ||
107 | static inline void activate_context(struct mm_struct *mm, unsigned int cpu) | ||
108 | { | ||
109 | get_mmu_context(mm, cpu); | ||
110 | set_asid(cpu_asid(cpu, mm)); | ||
111 | } | ||
112 | |||
113 | static inline void switch_mm(struct mm_struct *prev, | ||
114 | struct mm_struct *next, | ||
115 | struct task_struct *tsk) | ||
116 | { | ||
117 | unsigned int cpu = smp_processor_id(); | ||
118 | |||
119 | if (likely(prev != next)) { | ||
120 | cpu_set(cpu, next->cpu_vm_mask); | ||
121 | set_TTB(next->pgd); | ||
122 | activate_context(next, cpu); | ||
123 | } else | ||
124 | if (!cpu_test_and_set(cpu, next->cpu_vm_mask)) | ||
125 | activate_context(next, cpu); | ||
126 | } | ||
127 | #else | ||
128 | #define get_mmu_context(mm) do { } while (0) | ||
129 | #define init_new_context(tsk,mm) (0) | ||
130 | #define destroy_context(mm) do { } while (0) | ||
131 | #define set_asid(asid) do { } while (0) | ||
132 | #define get_asid() (0) | ||
133 | #define cpu_asid(cpu, mm) ({ (void)cpu; 0; }) | ||
134 | #define switch_and_save_asid(asid) (0) | ||
135 | #define set_TTB(pgd) do { } while (0) | ||
136 | #define get_TTB() (0) | ||
137 | #define activate_context(mm,cpu) do { } while (0) | ||
138 | #define switch_mm(prev,next,tsk) do { } while (0) | ||
139 | #endif /* CONFIG_MMU */ | ||
140 | |||
141 | #define activate_mm(prev, next) switch_mm((prev),(next),NULL) | ||
142 | #define deactivate_mm(tsk,mm) do { } while (0) | ||
143 | #define enter_lazy_tlb(mm,tsk) do { } while (0) | ||
144 | |||
145 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4) | ||
146 | /* | ||
147 | * If this processor has an MMU, we need methods to turn it off/on .. | ||
148 | * paging_init() will also have to be updated for the processor in | ||
149 | * question. | ||
150 | */ | ||
151 | static inline void enable_mmu(void) | ||
152 | { | ||
153 | unsigned int cpu = smp_processor_id(); | ||
154 | |||
155 | /* Enable MMU */ | ||
156 | ctrl_outl(MMU_CONTROL_INIT, MMUCR); | ||
157 | ctrl_barrier(); | ||
158 | |||
159 | if (asid_cache(cpu) == NO_CONTEXT) | ||
160 | asid_cache(cpu) = MMU_CONTEXT_FIRST_VERSION; | ||
161 | |||
162 | set_asid(asid_cache(cpu) & MMU_CONTEXT_ASID_MASK); | ||
163 | } | ||
164 | |||
165 | static inline void disable_mmu(void) | ||
166 | { | ||
167 | unsigned long cr; | ||
168 | |||
169 | cr = ctrl_inl(MMUCR); | ||
170 | cr &= ~MMU_CONTROL_INIT; | ||
171 | ctrl_outl(cr, MMUCR); | ||
172 | |||
173 | ctrl_barrier(); | ||
174 | } | ||
175 | #else | ||
176 | /* | ||
177 | * MMU control handlers for processors lacking memory | ||
178 | * management hardware. | ||
179 | */ | ||
180 | #define enable_mmu() do { } while (0) | ||
181 | #define disable_mmu() do { } while (0) | ||
182 | #endif | ||
183 | |||
184 | #endif /* __KERNEL__ */ | ||
185 | #endif /* __ASM_SH_MMU_CONTEXT_H */ | ||
diff --git a/arch/sh/include/asm/mmu_context_32.h b/arch/sh/include/asm/mmu_context_32.h new file mode 100644 index 000000000000..f4f9aebd68b7 --- /dev/null +++ b/arch/sh/include/asm/mmu_context_32.h | |||
@@ -0,0 +1,47 @@ | |||
1 | #ifndef __ASM_SH_MMU_CONTEXT_32_H | ||
2 | #define __ASM_SH_MMU_CONTEXT_32_H | ||
3 | |||
4 | /* | ||
5 | * Destroy context related info for an mm_struct that is about | ||
6 | * to be put to rest. | ||
7 | */ | ||
8 | static inline void destroy_context(struct mm_struct *mm) | ||
9 | { | ||
10 | /* Do nothing */ | ||
11 | } | ||
12 | |||
13 | static inline void set_asid(unsigned long asid) | ||
14 | { | ||
15 | unsigned long __dummy; | ||
16 | |||
17 | __asm__ __volatile__ ("mov.l %2, %0\n\t" | ||
18 | "and %3, %0\n\t" | ||
19 | "or %1, %0\n\t" | ||
20 | "mov.l %0, %2" | ||
21 | : "=&r" (__dummy) | ||
22 | : "r" (asid), "m" (__m(MMU_PTEH)), | ||
23 | "r" (0xffffff00)); | ||
24 | } | ||
25 | |||
26 | static inline unsigned long get_asid(void) | ||
27 | { | ||
28 | unsigned long asid; | ||
29 | |||
30 | __asm__ __volatile__ ("mov.l %1, %0" | ||
31 | : "=r" (asid) | ||
32 | : "m" (__m(MMU_PTEH))); | ||
33 | asid &= MMU_CONTEXT_ASID_MASK; | ||
34 | return asid; | ||
35 | } | ||
36 | |||
37 | /* MMU_TTB is used for optimizing the fault handling. */ | ||
38 | static inline void set_TTB(pgd_t *pgd) | ||
39 | { | ||
40 | ctrl_outl((unsigned long)pgd, MMU_TTB); | ||
41 | } | ||
42 | |||
43 | static inline pgd_t *get_TTB(void) | ||
44 | { | ||
45 | return (pgd_t *)ctrl_inl(MMU_TTB); | ||
46 | } | ||
47 | #endif /* __ASM_SH_MMU_CONTEXT_32_H */ | ||
diff --git a/arch/sh/include/asm/mmu_context_64.h b/arch/sh/include/asm/mmu_context_64.h new file mode 100644 index 000000000000..de121025d87f --- /dev/null +++ b/arch/sh/include/asm/mmu_context_64.h | |||
@@ -0,0 +1,78 @@ | |||
1 | #ifndef __ASM_SH_MMU_CONTEXT_64_H | ||
2 | #define __ASM_SH_MMU_CONTEXT_64_H | ||
3 | |||
4 | /* | ||
5 | * sh64-specific mmu_context interface. | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2003 - 2007 Paul Mundt | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | ||
14 | #include <cpu/registers.h> | ||
15 | #include <asm/cacheflush.h> | ||
16 | |||
17 | #define SR_ASID_MASK 0xffffffffff00ffffULL | ||
18 | #define SR_ASID_SHIFT 16 | ||
19 | |||
20 | /* | ||
21 | * Destroy context related info for an mm_struct that is about | ||
22 | * to be put to rest. | ||
23 | */ | ||
24 | static inline void destroy_context(struct mm_struct *mm) | ||
25 | { | ||
26 | /* Well, at least free TLB entries */ | ||
27 | flush_tlb_mm(mm); | ||
28 | } | ||
29 | |||
30 | static inline unsigned long get_asid(void) | ||
31 | { | ||
32 | unsigned long long sr; | ||
33 | |||
34 | asm volatile ("getcon " __SR ", %0\n\t" | ||
35 | : "=r" (sr)); | ||
36 | |||
37 | sr = (sr >> SR_ASID_SHIFT) & MMU_CONTEXT_ASID_MASK; | ||
38 | return (unsigned long) sr; | ||
39 | } | ||
40 | |||
41 | /* Set ASID into SR */ | ||
42 | static inline void set_asid(unsigned long asid) | ||
43 | { | ||
44 | unsigned long long sr, pc; | ||
45 | |||
46 | asm volatile ("getcon " __SR ", %0" : "=r" (sr)); | ||
47 | |||
48 | sr = (sr & SR_ASID_MASK) | (asid << SR_ASID_SHIFT); | ||
49 | |||
50 | /* | ||
51 | * It is possible that this function may be inlined and so to avoid | ||
52 | * the assembler reporting duplicate symbols we make use of the | ||
53 | * gas trick of generating symbols using numerics and forward | ||
54 | * reference. | ||
55 | */ | ||
56 | asm volatile ("movi 1, %1\n\t" | ||
57 | "shlli %1, 28, %1\n\t" | ||
58 | "or %0, %1, %1\n\t" | ||
59 | "putcon %1, " __SR "\n\t" | ||
60 | "putcon %0, " __SSR "\n\t" | ||
61 | "movi 1f, %1\n\t" | ||
62 | "ori %1, 1 , %1\n\t" | ||
63 | "putcon %1, " __SPC "\n\t" | ||
64 | "rte\n" | ||
65 | "1:\n\t" | ||
66 | : "=r" (sr), "=r" (pc) : "0" (sr)); | ||
67 | } | ||
68 | |||
69 | /* arch/sh/kernel/cpu/sh5/entry.S */ | ||
70 | extern unsigned long switch_and_save_asid(unsigned long new_asid); | ||
71 | |||
72 | /* No spare register to twiddle, so use a software cache */ | ||
73 | extern pgd_t *mmu_pdtp_cache; | ||
74 | |||
75 | #define set_TTB(pgd) (mmu_pdtp_cache = (pgd)) | ||
76 | #define get_TTB() (mmu_pdtp_cache) | ||
77 | |||
78 | #endif /* __ASM_SH_MMU_CONTEXT_64_H */ | ||
diff --git a/arch/sh/include/asm/mmzone.h b/arch/sh/include/asm/mmzone.h new file mode 100644 index 000000000000..2969253c4042 --- /dev/null +++ b/arch/sh/include/asm/mmzone.h | |||
@@ -0,0 +1,48 @@ | |||
1 | #ifndef __ASM_SH_MMZONE_H | ||
2 | #define __ASM_SH_MMZONE_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #ifdef CONFIG_NEED_MULTIPLE_NODES | ||
7 | extern struct pglist_data *node_data[]; | ||
8 | #define NODE_DATA(nid) (node_data[nid]) | ||
9 | |||
10 | #define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn) | ||
11 | #define node_end_pfn(nid) (NODE_DATA(nid)->node_start_pfn + \ | ||
12 | NODE_DATA(nid)->node_spanned_pages) | ||
13 | |||
14 | static inline int pfn_to_nid(unsigned long pfn) | ||
15 | { | ||
16 | int nid; | ||
17 | |||
18 | for (nid = 0; nid < MAX_NUMNODES; nid++) | ||
19 | if (pfn >= node_start_pfn(nid) && pfn <= node_end_pfn(nid)) | ||
20 | break; | ||
21 | |||
22 | return nid; | ||
23 | } | ||
24 | |||
25 | static inline struct pglist_data *pfn_to_pgdat(unsigned long pfn) | ||
26 | { | ||
27 | return NODE_DATA(pfn_to_nid(pfn)); | ||
28 | } | ||
29 | |||
30 | /* arch/sh/mm/numa.c */ | ||
31 | void __init setup_bootmem_node(int nid, unsigned long start, unsigned long end); | ||
32 | #else | ||
33 | static inline void | ||
34 | setup_bootmem_node(int nid, unsigned long start, unsigned long end) | ||
35 | { | ||
36 | } | ||
37 | #endif /* CONFIG_NEED_MULTIPLE_NODES */ | ||
38 | |||
39 | /* Platform specific mem init */ | ||
40 | void __init plat_mem_setup(void); | ||
41 | |||
42 | /* arch/sh/kernel/setup.c */ | ||
43 | void __init setup_bootmem_allocator(unsigned long start_pfn); | ||
44 | void __init __add_active_range(unsigned int nid, unsigned long start_pfn, | ||
45 | unsigned long end_pfn); | ||
46 | |||
47 | #endif /* __KERNEL__ */ | ||
48 | #endif /* __ASM_SH_MMZONE_H */ | ||
diff --git a/arch/sh/include/asm/module.h b/arch/sh/include/asm/module.h new file mode 100644 index 000000000000..46eccd331660 --- /dev/null +++ b/arch/sh/include/asm/module.h | |||
@@ -0,0 +1,44 @@ | |||
1 | #ifndef _ASM_SH_MODULE_H | ||
2 | #define _ASM_SH_MODULE_H | ||
3 | |||
4 | /* | ||
5 | * This file contains the SH architecture specific module code. | ||
6 | */ | ||
7 | |||
8 | struct mod_arch_specific { | ||
9 | /* Nothing to see here .. */ | ||
10 | }; | ||
11 | |||
12 | #define Elf_Shdr Elf32_Shdr | ||
13 | #define Elf_Sym Elf32_Sym | ||
14 | #define Elf_Ehdr Elf32_Ehdr | ||
15 | |||
16 | #ifdef CONFIG_CPU_LITTLE_ENDIAN | ||
17 | # ifdef CONFIG_CPU_SH2 | ||
18 | # define MODULE_PROC_FAMILY "SH2LE " | ||
19 | # elif defined CONFIG_CPU_SH3 | ||
20 | # define MODULE_PROC_FAMILY "SH3LE " | ||
21 | # elif defined CONFIG_CPU_SH4 | ||
22 | # define MODULE_PROC_FAMILY "SH4LE " | ||
23 | # elif defined CONFIG_CPU_SH5 | ||
24 | # define MODULE_PROC_FAMILY "SH5LE " | ||
25 | # else | ||
26 | # error unknown processor family | ||
27 | # endif | ||
28 | #else | ||
29 | # ifdef CONFIG_CPU_SH2 | ||
30 | # define MODULE_PROC_FAMILY "SH2BE " | ||
31 | # elif defined CONFIG_CPU_SH3 | ||
32 | # define MODULE_PROC_FAMILY "SH3BE " | ||
33 | # elif defined CONFIG_CPU_SH4 | ||
34 | # define MODULE_PROC_FAMILY "SH4BE " | ||
35 | # elif defined CONFIG_CPU_SH5 | ||
36 | # define MODULE_PROC_FAMILY "SH5BE " | ||
37 | # else | ||
38 | # error unknown processor family | ||
39 | # endif | ||
40 | #endif | ||
41 | |||
42 | #define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY | ||
43 | |||
44 | #endif /* _ASM_SH_MODULE_H */ | ||
diff --git a/arch/sh/include/asm/msgbuf.h b/arch/sh/include/asm/msgbuf.h new file mode 100644 index 000000000000..517432343fb5 --- /dev/null +++ b/arch/sh/include/asm/msgbuf.h | |||
@@ -0,0 +1,31 @@ | |||
1 | #ifndef __ASM_SH_MSGBUF_H | ||
2 | #define __ASM_SH_MSGBUF_H | ||
3 | |||
4 | /* | ||
5 | * The msqid64_ds structure for i386 architecture. | ||
6 | * Note extra padding because this structure is passed back and forth | ||
7 | * between kernel and user space. | ||
8 | * | ||
9 | * Pad space is left for: | ||
10 | * - 64-bit time_t to solve y2038 problem | ||
11 | * - 2 miscellaneous 32-bit values | ||
12 | */ | ||
13 | |||
14 | struct msqid64_ds { | ||
15 | struct ipc64_perm msg_perm; | ||
16 | __kernel_time_t msg_stime; /* last msgsnd time */ | ||
17 | unsigned long __unused1; | ||
18 | __kernel_time_t msg_rtime; /* last msgrcv time */ | ||
19 | unsigned long __unused2; | ||
20 | __kernel_time_t msg_ctime; /* last change time */ | ||
21 | unsigned long __unused3; | ||
22 | unsigned long msg_cbytes; /* current number of bytes on queue */ | ||
23 | unsigned long msg_qnum; /* number of messages in queue */ | ||
24 | unsigned long msg_qbytes; /* max number of bytes on queue */ | ||
25 | __kernel_pid_t msg_lspid; /* pid of last msgsnd */ | ||
26 | __kernel_pid_t msg_lrpid; /* last receive pid */ | ||
27 | unsigned long __unused4; | ||
28 | unsigned long __unused5; | ||
29 | }; | ||
30 | |||
31 | #endif /* __ASM_SH_MSGBUF_H */ | ||
diff --git a/arch/sh/include/asm/mutex.h b/arch/sh/include/asm/mutex.h new file mode 100644 index 000000000000..458c1f7fbc18 --- /dev/null +++ b/arch/sh/include/asm/mutex.h | |||
@@ -0,0 +1,9 @@ | |||
1 | /* | ||
2 | * Pull in the generic implementation for the mutex fastpath. | ||
3 | * | ||
4 | * TODO: implement optimized primitives instead, or leave the generic | ||
5 | * implementation in place, or pick the atomic_xchg() based generic | ||
6 | * implementation. (see asm-generic/mutex-xchg.h for details) | ||
7 | */ | ||
8 | |||
9 | #include <asm-generic/mutex-dec.h> | ||
diff --git a/arch/sh/include/asm/page.h b/arch/sh/include/asm/page.h new file mode 100644 index 000000000000..77fb8bf02e4e --- /dev/null +++ b/arch/sh/include/asm/page.h | |||
@@ -0,0 +1,183 @@ | |||
1 | #ifndef __ASM_SH_PAGE_H | ||
2 | #define __ASM_SH_PAGE_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999 Niibe Yutaka | ||
6 | */ | ||
7 | |||
8 | #include <linux/const.h> | ||
9 | |||
10 | /* PAGE_SHIFT determines the page size */ | ||
11 | #if defined(CONFIG_PAGE_SIZE_4KB) | ||
12 | # define PAGE_SHIFT 12 | ||
13 | #elif defined(CONFIG_PAGE_SIZE_8KB) | ||
14 | # define PAGE_SHIFT 13 | ||
15 | #elif defined(CONFIG_PAGE_SIZE_16KB) | ||
16 | # define PAGE_SHIFT 14 | ||
17 | #elif defined(CONFIG_PAGE_SIZE_64KB) | ||
18 | # define PAGE_SHIFT 16 | ||
19 | #else | ||
20 | # error "Bogus kernel page size?" | ||
21 | #endif | ||
22 | |||
23 | #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) | ||
24 | #define PAGE_MASK (~(PAGE_SIZE-1)) | ||
25 | #define PTE_MASK PAGE_MASK | ||
26 | |||
27 | #if defined(CONFIG_HUGETLB_PAGE_SIZE_64K) | ||
28 | #define HPAGE_SHIFT 16 | ||
29 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_256K) | ||
30 | #define HPAGE_SHIFT 18 | ||
31 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_1MB) | ||
32 | #define HPAGE_SHIFT 20 | ||
33 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_4MB) | ||
34 | #define HPAGE_SHIFT 22 | ||
35 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_64MB) | ||
36 | #define HPAGE_SHIFT 26 | ||
37 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_512MB) | ||
38 | #define HPAGE_SHIFT 29 | ||
39 | #endif | ||
40 | |||
41 | #ifdef CONFIG_HUGETLB_PAGE | ||
42 | #define HPAGE_SIZE (1UL << HPAGE_SHIFT) | ||
43 | #define HPAGE_MASK (~(HPAGE_SIZE-1)) | ||
44 | #define HUGETLB_PAGE_ORDER (HPAGE_SHIFT-PAGE_SHIFT) | ||
45 | #endif | ||
46 | |||
47 | #ifndef __ASSEMBLY__ | ||
48 | |||
49 | extern unsigned long shm_align_mask; | ||
50 | extern unsigned long max_low_pfn, min_low_pfn; | ||
51 | extern unsigned long memory_start, memory_end; | ||
52 | |||
53 | extern void clear_page(void *to); | ||
54 | extern void copy_page(void *to, void *from); | ||
55 | |||
56 | #if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU) && \ | ||
57 | (defined(CONFIG_CPU_SH5) || defined(CONFIG_CPU_SH4) || \ | ||
58 | defined(CONFIG_SH7705_CACHE_32KB)) | ||
59 | struct page; | ||
60 | struct vm_area_struct; | ||
61 | extern void clear_user_page(void *to, unsigned long address, struct page *page); | ||
62 | extern void copy_user_page(void *to, void *from, unsigned long address, | ||
63 | struct page *page); | ||
64 | #if defined(CONFIG_CPU_SH4) | ||
65 | extern void copy_user_highpage(struct page *to, struct page *from, | ||
66 | unsigned long vaddr, struct vm_area_struct *vma); | ||
67 | #define __HAVE_ARCH_COPY_USER_HIGHPAGE | ||
68 | #endif | ||
69 | #else | ||
70 | #define clear_user_page(page, vaddr, pg) clear_page(page) | ||
71 | #define copy_user_page(to, from, vaddr, pg) copy_page(to, from) | ||
72 | #endif | ||
73 | |||
74 | /* | ||
75 | * These are used to make use of C type-checking.. | ||
76 | */ | ||
77 | #ifdef CONFIG_X2TLB | ||
78 | typedef struct { unsigned long pte_low, pte_high; } pte_t; | ||
79 | typedef struct { unsigned long long pgprot; } pgprot_t; | ||
80 | typedef struct { unsigned long long pgd; } pgd_t; | ||
81 | #define pte_val(x) \ | ||
82 | ((x).pte_low | ((unsigned long long)(x).pte_high << 32)) | ||
83 | #define __pte(x) \ | ||
84 | ({ pte_t __pte = {(x), ((unsigned long long)(x)) >> 32}; __pte; }) | ||
85 | #elif defined(CONFIG_SUPERH32) | ||
86 | typedef struct { unsigned long pte_low; } pte_t; | ||
87 | typedef struct { unsigned long pgprot; } pgprot_t; | ||
88 | typedef struct { unsigned long pgd; } pgd_t; | ||
89 | #define pte_val(x) ((x).pte_low) | ||
90 | #define __pte(x) ((pte_t) { (x) } ) | ||
91 | #else | ||
92 | typedef struct { unsigned long long pte_low; } pte_t; | ||
93 | typedef struct { unsigned long pgprot; } pgprot_t; | ||
94 | typedef struct { unsigned long pgd; } pgd_t; | ||
95 | #define pte_val(x) ((x).pte_low) | ||
96 | #define __pte(x) ((pte_t) { (x) } ) | ||
97 | #endif | ||
98 | |||
99 | #define pgd_val(x) ((x).pgd) | ||
100 | #define pgprot_val(x) ((x).pgprot) | ||
101 | |||
102 | #define __pgd(x) ((pgd_t) { (x) } ) | ||
103 | #define __pgprot(x) ((pgprot_t) { (x) } ) | ||
104 | |||
105 | typedef struct page *pgtable_t; | ||
106 | |||
107 | #endif /* !__ASSEMBLY__ */ | ||
108 | |||
109 | /* | ||
110 | * __MEMORY_START and SIZE are the physical addresses and size of RAM. | ||
111 | */ | ||
112 | #define __MEMORY_START CONFIG_MEMORY_START | ||
113 | #define __MEMORY_SIZE CONFIG_MEMORY_SIZE | ||
114 | |||
115 | /* | ||
116 | * PAGE_OFFSET is the virtual address of the start of kernel address | ||
117 | * space. | ||
118 | */ | ||
119 | #define PAGE_OFFSET CONFIG_PAGE_OFFSET | ||
120 | |||
121 | /* | ||
122 | * Virtual to physical RAM address translation. | ||
123 | * | ||
124 | * In 29 bit mode, the physical offset of RAM from address 0 is visible in | ||
125 | * the kernel virtual address space, and thus we don't have to take | ||
126 | * this into account when translating. However in 32 bit mode this offset | ||
127 | * is not visible (it is part of the PMB mapping) and so needs to be | ||
128 | * added or subtracted as required. | ||
129 | */ | ||
130 | #ifdef CONFIG_32BIT | ||
131 | #define __pa(x) ((unsigned long)(x)-PAGE_OFFSET+__MEMORY_START) | ||
132 | #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET-__MEMORY_START)) | ||
133 | #else | ||
134 | #define __pa(x) ((unsigned long)(x)-PAGE_OFFSET) | ||
135 | #define __va(x) ((void *)((unsigned long)(x)+PAGE_OFFSET)) | ||
136 | #endif | ||
137 | |||
138 | #define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT) | ||
139 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) | ||
140 | |||
141 | /* | ||
142 | * PFN = physical frame number (ie PFN 0 == physical address 0) | ||
143 | * PFN_START is the PFN of the first page of RAM. By defining this we | ||
144 | * don't have struct page entries for the portion of address space | ||
145 | * between physical address 0 and the start of RAM. | ||
146 | */ | ||
147 | #define PFN_START (__MEMORY_START >> PAGE_SHIFT) | ||
148 | #define ARCH_PFN_OFFSET (PFN_START) | ||
149 | #define virt_to_page(kaddr) pfn_to_page(__pa(kaddr) >> PAGE_SHIFT) | ||
150 | #ifdef CONFIG_FLATMEM | ||
151 | #define pfn_valid(pfn) ((pfn) >= min_low_pfn && (pfn) < max_low_pfn) | ||
152 | #endif | ||
153 | #define virt_addr_valid(kaddr) pfn_valid(__pa(kaddr) >> PAGE_SHIFT) | ||
154 | |||
155 | #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ | ||
156 | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) | ||
157 | |||
158 | #include <asm-generic/memory_model.h> | ||
159 | #include <asm-generic/page.h> | ||
160 | |||
161 | /* vDSO support */ | ||
162 | #ifdef CONFIG_VSYSCALL | ||
163 | #define __HAVE_ARCH_GATE_AREA | ||
164 | #endif | ||
165 | |||
166 | /* | ||
167 | * Some drivers need to perform DMA into kmalloc'ed buffers | ||
168 | * and so we have to increase the kmalloc minalign for this. | ||
169 | */ | ||
170 | #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES | ||
171 | |||
172 | #ifdef CONFIG_SUPERH64 | ||
173 | /* | ||
174 | * While BYTES_PER_WORD == 4 on the current sh64 ABI, GCC will still | ||
175 | * happily generate {ld/st}.q pairs, requiring us to have 8-byte | ||
176 | * alignment to avoid traps. The kmalloc alignment is gauranteed by | ||
177 | * virtue of L1_CACHE_BYTES, requiring this to only be special cased | ||
178 | * for slab caches. | ||
179 | */ | ||
180 | #define ARCH_SLAB_MINALIGN 8 | ||
181 | #endif | ||
182 | |||
183 | #endif /* __ASM_SH_PAGE_H */ | ||
diff --git a/arch/sh/include/asm/param.h b/arch/sh/include/asm/param.h new file mode 100644 index 000000000000..ae245afdfd6a --- /dev/null +++ b/arch/sh/include/asm/param.h | |||
@@ -0,0 +1,22 @@ | |||
1 | #ifndef __ASM_SH_PARAM_H | ||
2 | #define __ASM_SH_PARAM_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | # define HZ CONFIG_HZ | ||
6 | # define USER_HZ 100 /* User interfaces are in "ticks" */ | ||
7 | # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ | ||
8 | #endif | ||
9 | |||
10 | #ifndef HZ | ||
11 | #define HZ 100 | ||
12 | #endif | ||
13 | |||
14 | #define EXEC_PAGESIZE 4096 | ||
15 | |||
16 | #ifndef NOGROUP | ||
17 | #define NOGROUP (-1) | ||
18 | #endif | ||
19 | |||
20 | #define MAXHOSTNAMELEN 64 /* max length of hostname */ | ||
21 | |||
22 | #endif /* __ASM_SH_PARAM_H */ | ||
diff --git a/arch/sh/include/asm/parport.h b/arch/sh/include/asm/parport.h new file mode 100644 index 000000000000..f67ba60a2acd --- /dev/null +++ b/arch/sh/include/asm/parport.h | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999, 2000 Tim Waugh <tim@cyberelk.demon.co.uk> | ||
3 | * | ||
4 | * This file should only be included by drivers/parport/parport_pc.c. | ||
5 | */ | ||
6 | #ifndef __ASM_SH_PARPORT_H | ||
7 | #define __ASM_SH_PARPORT_H | ||
8 | |||
9 | static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); | ||
10 | |||
11 | static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) | ||
12 | { | ||
13 | return parport_pc_find_isa_ports(autoirq, autodma); | ||
14 | } | ||
15 | |||
16 | #endif /* __ASM_SH_PARPORT_H */ | ||
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h new file mode 100644 index 000000000000..df1d383e18a5 --- /dev/null +++ b/arch/sh/include/asm/pci.h | |||
@@ -0,0 +1,144 @@ | |||
1 | #ifndef __ASM_SH_PCI_H | ||
2 | #define __ASM_SH_PCI_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #include <linux/dma-mapping.h> | ||
7 | |||
8 | /* Can be used to override the logic in pci_scan_bus for skipping | ||
9 | already-configured bus numbers - to be used for buggy BIOSes | ||
10 | or architectures with incomplete PCI setup by the loader */ | ||
11 | |||
12 | #define pcibios_assign_all_busses() 1 | ||
13 | #define pcibios_scan_all_fns(a, b) 0 | ||
14 | |||
15 | /* | ||
16 | * A board can define one or more PCI channels that represent built-in (or | ||
17 | * external) PCI controllers. | ||
18 | */ | ||
19 | struct pci_channel { | ||
20 | struct pci_ops *pci_ops; | ||
21 | struct resource *io_resource; | ||
22 | struct resource *mem_resource; | ||
23 | int first_devfn; | ||
24 | int last_devfn; | ||
25 | }; | ||
26 | |||
27 | /* | ||
28 | * Each board initializes this array and terminates it with a NULL entry. | ||
29 | */ | ||
30 | extern struct pci_channel board_pci_channels[]; | ||
31 | |||
32 | #define PCIBIOS_MIN_IO board_pci_channels->io_resource->start | ||
33 | #define PCIBIOS_MIN_MEM board_pci_channels->mem_resource->start | ||
34 | |||
35 | /* | ||
36 | * I/O routine helpers | ||
37 | */ | ||
38 | #if defined(CONFIG_CPU_SUBTYPE_SH7780) || defined(CONFIG_CPU_SUBTYPE_SH7785) | ||
39 | #define PCI_IO_AREA 0xFE400000 | ||
40 | #define PCI_IO_SIZE 0x00400000 | ||
41 | #elif defined(CONFIG_CPU_SH5) | ||
42 | extern unsigned long PCI_IO_AREA; | ||
43 | #define PCI_IO_SIZE 0x00010000 | ||
44 | #else | ||
45 | #define PCI_IO_AREA 0xFE240000 | ||
46 | #define PCI_IO_SIZE 0x00040000 | ||
47 | #endif | ||
48 | |||
49 | #define PCI_MEM_SIZE 0x01000000 | ||
50 | |||
51 | #define SH4_PCIIOBR_MASK 0xFFFC0000 | ||
52 | #define pci_ioaddr(addr) (PCI_IO_AREA + (addr & ~SH4_PCIIOBR_MASK)) | ||
53 | |||
54 | #if defined(CONFIG_PCI) | ||
55 | #define is_pci_ioaddr(port) \ | ||
56 | (((port) >= PCIBIOS_MIN_IO) && \ | ||
57 | ((port) < (PCIBIOS_MIN_IO + PCI_IO_SIZE))) | ||
58 | #define is_pci_memaddr(port) \ | ||
59 | (((port) >= PCIBIOS_MIN_MEM) && \ | ||
60 | ((port) < (PCIBIOS_MIN_MEM + PCI_MEM_SIZE))) | ||
61 | #else | ||
62 | #define is_pci_ioaddr(port) (0) | ||
63 | #define is_pci_memaddr(port) (0) | ||
64 | #endif | ||
65 | |||
66 | struct pci_dev; | ||
67 | |||
68 | extern void pcibios_set_master(struct pci_dev *dev); | ||
69 | |||
70 | static inline void pcibios_penalize_isa_irq(int irq, int active) | ||
71 | { | ||
72 | /* We don't do dynamic PCI IRQ allocation */ | ||
73 | } | ||
74 | |||
75 | /* Dynamic DMA mapping stuff. | ||
76 | * SuperH has everything mapped statically like x86. | ||
77 | */ | ||
78 | |||
79 | /* The PCI address space does equal the physical memory | ||
80 | * address space. The networking and block device layers use | ||
81 | * this boolean for bounce buffer decisions. | ||
82 | */ | ||
83 | #define PCI_DMA_BUS_IS_PHYS (1) | ||
84 | |||
85 | #include <linux/types.h> | ||
86 | #include <linux/slab.h> | ||
87 | #include <asm/scatterlist.h> | ||
88 | #include <linux/string.h> | ||
89 | #include <asm/io.h> | ||
90 | |||
91 | /* pci_unmap_{single,page} being a nop depends upon the | ||
92 | * configuration. | ||
93 | */ | ||
94 | #ifdef CONFIG_SH_PCIDMA_NONCOHERENT | ||
95 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) \ | ||
96 | dma_addr_t ADDR_NAME; | ||
97 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) \ | ||
98 | __u32 LEN_NAME; | ||
99 | #define pci_unmap_addr(PTR, ADDR_NAME) \ | ||
100 | ((PTR)->ADDR_NAME) | ||
101 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) \ | ||
102 | (((PTR)->ADDR_NAME) = (VAL)) | ||
103 | #define pci_unmap_len(PTR, LEN_NAME) \ | ||
104 | ((PTR)->LEN_NAME) | ||
105 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ | ||
106 | (((PTR)->LEN_NAME) = (VAL)) | ||
107 | #else | ||
108 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) | ||
109 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) | ||
110 | #define pci_unmap_addr(PTR, ADDR_NAME) (0) | ||
111 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) | ||
112 | #define pci_unmap_len(PTR, LEN_NAME) (0) | ||
113 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) | ||
114 | #endif | ||
115 | |||
116 | #ifdef CONFIG_PCI | ||
117 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | ||
118 | enum pci_dma_burst_strategy *strat, | ||
119 | unsigned long *strategy_parameter) | ||
120 | { | ||
121 | *strat = PCI_DMA_BURST_INFINITY; | ||
122 | *strategy_parameter = ~0UL; | ||
123 | } | ||
124 | #endif | ||
125 | |||
126 | /* Board-specific fixup routines. */ | ||
127 | void pcibios_fixup(void); | ||
128 | int pcibios_init_platform(void); | ||
129 | int pcibios_map_platform_irq(struct pci_dev *dev, u8 slot, u8 pin); | ||
130 | |||
131 | #ifdef CONFIG_PCI_AUTO | ||
132 | int pciauto_assign_resources(int busno, struct pci_channel *hose); | ||
133 | #endif | ||
134 | |||
135 | #endif /* __KERNEL__ */ | ||
136 | |||
137 | /* generic pci stuff */ | ||
138 | #include <asm-generic/pci.h> | ||
139 | |||
140 | /* generic DMA-mapping stuff */ | ||
141 | #include <asm-generic/pci-dma-compat.h> | ||
142 | |||
143 | #endif /* __ASM_SH_PCI_H */ | ||
144 | |||
diff --git a/arch/sh/include/asm/percpu.h b/arch/sh/include/asm/percpu.h new file mode 100644 index 000000000000..4db4b39a4399 --- /dev/null +++ b/arch/sh/include/asm/percpu.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ARCH_SH_PERCPU | ||
2 | #define __ARCH_SH_PERCPU | ||
3 | |||
4 | #include <asm-generic/percpu.h> | ||
5 | |||
6 | #endif /* __ARCH_SH_PERCPU */ | ||
diff --git a/arch/sh/include/asm/pgalloc.h b/arch/sh/include/asm/pgalloc.h new file mode 100644 index 000000000000..84dd2db7104c --- /dev/null +++ b/arch/sh/include/asm/pgalloc.h | |||
@@ -0,0 +1,96 @@ | |||
1 | #ifndef __ASM_SH_PGALLOC_H | ||
2 | #define __ASM_SH_PGALLOC_H | ||
3 | |||
4 | #include <linux/quicklist.h> | ||
5 | #include <asm/page.h> | ||
6 | |||
7 | #define QUICK_PGD 0 /* We preserve special mappings over free */ | ||
8 | #define QUICK_PT 1 /* Other page table pages that are zero on free */ | ||
9 | |||
10 | static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, | ||
11 | pte_t *pte) | ||
12 | { | ||
13 | set_pmd(pmd, __pmd((unsigned long)pte)); | ||
14 | } | ||
15 | |||
16 | static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, | ||
17 | pgtable_t pte) | ||
18 | { | ||
19 | set_pmd(pmd, __pmd((unsigned long)page_address(pte))); | ||
20 | } | ||
21 | #define pmd_pgtable(pmd) pmd_page(pmd) | ||
22 | |||
23 | static inline void pgd_ctor(void *x) | ||
24 | { | ||
25 | pgd_t *pgd = x; | ||
26 | |||
27 | memcpy(pgd + USER_PTRS_PER_PGD, | ||
28 | swapper_pg_dir + USER_PTRS_PER_PGD, | ||
29 | (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t)); | ||
30 | } | ||
31 | |||
32 | /* | ||
33 | * Allocate and free page tables. | ||
34 | */ | ||
35 | static inline pgd_t *pgd_alloc(struct mm_struct *mm) | ||
36 | { | ||
37 | return quicklist_alloc(QUICK_PGD, GFP_KERNEL | __GFP_REPEAT, pgd_ctor); | ||
38 | } | ||
39 | |||
40 | static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) | ||
41 | { | ||
42 | quicklist_free(QUICK_PGD, NULL, pgd); | ||
43 | } | ||
44 | |||
45 | static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, | ||
46 | unsigned long address) | ||
47 | { | ||
48 | return quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); | ||
49 | } | ||
50 | |||
51 | static inline pgtable_t pte_alloc_one(struct mm_struct *mm, | ||
52 | unsigned long address) | ||
53 | { | ||
54 | struct page *page; | ||
55 | void *pg; | ||
56 | |||
57 | pg = quicklist_alloc(QUICK_PT, GFP_KERNEL | __GFP_REPEAT, NULL); | ||
58 | if (!pg) | ||
59 | return NULL; | ||
60 | page = virt_to_page(pg); | ||
61 | pgtable_page_ctor(page); | ||
62 | return page; | ||
63 | } | ||
64 | |||
65 | static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) | ||
66 | { | ||
67 | quicklist_free(QUICK_PT, NULL, pte); | ||
68 | } | ||
69 | |||
70 | static inline void pte_free(struct mm_struct *mm, pgtable_t pte) | ||
71 | { | ||
72 | pgtable_page_dtor(pte); | ||
73 | quicklist_free_page(QUICK_PT, NULL, pte); | ||
74 | } | ||
75 | |||
76 | #define __pte_free_tlb(tlb,pte) \ | ||
77 | do { \ | ||
78 | pgtable_page_dtor(pte); \ | ||
79 | tlb_remove_page((tlb), (pte)); \ | ||
80 | } while (0) | ||
81 | |||
82 | /* | ||
83 | * allocating and freeing a pmd is trivial: the 1-entry pmd is | ||
84 | * inside the pgd, so has no extra memory associated with it. | ||
85 | */ | ||
86 | |||
87 | #define pmd_free(mm, x) do { } while (0) | ||
88 | #define __pmd_free_tlb(tlb,x) do { } while (0) | ||
89 | |||
90 | static inline void check_pgt_cache(void) | ||
91 | { | ||
92 | quicklist_trim(QUICK_PGD, NULL, 25, 16); | ||
93 | quicklist_trim(QUICK_PT, NULL, 25, 16); | ||
94 | } | ||
95 | |||
96 | #endif /* __ASM_SH_PGALLOC_H */ | ||
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h new file mode 100644 index 000000000000..a4a8f8b93463 --- /dev/null +++ b/arch/sh/include/asm/pgtable.h | |||
@@ -0,0 +1,152 @@ | |||
1 | /* | ||
2 | * This file contains the functions and defines necessary to modify and | ||
3 | * use the SuperH page table tree. | ||
4 | * | ||
5 | * Copyright (C) 1999 Niibe Yutaka | ||
6 | * Copyright (C) 2002 - 2007 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file "COPYING" in the main directory of this | ||
10 | * archive for more details. | ||
11 | */ | ||
12 | #ifndef __ASM_SH_PGTABLE_H | ||
13 | #define __ASM_SH_PGTABLE_H | ||
14 | |||
15 | #include <asm-generic/pgtable-nopmd.h> | ||
16 | #include <asm/page.h> | ||
17 | |||
18 | #ifndef __ASSEMBLY__ | ||
19 | #include <asm/addrspace.h> | ||
20 | #include <asm/fixmap.h> | ||
21 | |||
22 | /* | ||
23 | * ZERO_PAGE is a global shared page that is always zero: used | ||
24 | * for zero-mapped memory areas etc.. | ||
25 | */ | ||
26 | extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]; | ||
27 | #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) | ||
28 | |||
29 | #endif /* !__ASSEMBLY__ */ | ||
30 | |||
31 | /* | ||
32 | * Effective and physical address definitions, to aid with sign | ||
33 | * extension. | ||
34 | */ | ||
35 | #define NEFF 32 | ||
36 | #define NEFF_SIGN (1LL << (NEFF - 1)) | ||
37 | #define NEFF_MASK (-1LL << NEFF) | ||
38 | |||
39 | #ifdef CONFIG_29BIT | ||
40 | #define NPHYS 29 | ||
41 | #else | ||
42 | #define NPHYS 32 | ||
43 | #endif | ||
44 | |||
45 | #define NPHYS_SIGN (1LL << (NPHYS - 1)) | ||
46 | #define NPHYS_MASK (-1LL << NPHYS) | ||
47 | |||
48 | /* | ||
49 | * traditional two-level paging structure | ||
50 | */ | ||
51 | /* PTE bits */ | ||
52 | #if defined(CONFIG_X2TLB) || defined(CONFIG_SUPERH64) | ||
53 | # define PTE_MAGNITUDE 3 /* 64-bit PTEs on extended mode SH-X2 TLB */ | ||
54 | #else | ||
55 | # define PTE_MAGNITUDE 2 /* 32-bit PTEs */ | ||
56 | #endif | ||
57 | #define PTE_SHIFT PAGE_SHIFT | ||
58 | #define PTE_BITS (PTE_SHIFT - PTE_MAGNITUDE) | ||
59 | |||
60 | /* PGD bits */ | ||
61 | #define PGDIR_SHIFT (PTE_SHIFT + PTE_BITS) | ||
62 | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) | ||
63 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | ||
64 | |||
65 | /* Entries per level */ | ||
66 | #define PTRS_PER_PTE (PAGE_SIZE / (1 << PTE_MAGNITUDE)) | ||
67 | #define PTRS_PER_PGD (PAGE_SIZE / sizeof(pgd_t)) | ||
68 | |||
69 | #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE) | ||
70 | #define FIRST_USER_ADDRESS 0 | ||
71 | |||
72 | #ifdef CONFIG_32BIT | ||
73 | #define PHYS_ADDR_MASK 0xffffffff | ||
74 | #else | ||
75 | #define PHYS_ADDR_MASK 0x1fffffff | ||
76 | #endif | ||
77 | |||
78 | #define PTE_PHYS_MASK (PHYS_ADDR_MASK & PAGE_MASK) | ||
79 | |||
80 | #ifdef CONFIG_SUPERH32 | ||
81 | #define VMALLOC_START (P3SEG) | ||
82 | #else | ||
83 | #define VMALLOC_START (0xf0000000) | ||
84 | #endif | ||
85 | #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) | ||
86 | |||
87 | #if defined(CONFIG_SUPERH32) | ||
88 | #include <asm/pgtable_32.h> | ||
89 | #else | ||
90 | #include <asm/pgtable_64.h> | ||
91 | #endif | ||
92 | |||
93 | /* | ||
94 | * SH-X and lower (legacy) SuperH parts (SH-3, SH-4, some SH-4A) can't do page | ||
95 | * protection for execute, and considers it the same as a read. Also, write | ||
96 | * permission implies read permission. This is the closest we can get.. | ||
97 | * | ||
98 | * SH-X2 (SH7785) and later parts take this to the opposite end of the extreme, | ||
99 | * not only supporting separate execute, read, and write bits, but having | ||
100 | * completely separate permission bits for user and kernel space. | ||
101 | */ | ||
102 | /*xwr*/ | ||
103 | #define __P000 PAGE_NONE | ||
104 | #define __P001 PAGE_READONLY | ||
105 | #define __P010 PAGE_COPY | ||
106 | #define __P011 PAGE_COPY | ||
107 | #define __P100 PAGE_EXECREAD | ||
108 | #define __P101 PAGE_EXECREAD | ||
109 | #define __P110 PAGE_COPY | ||
110 | #define __P111 PAGE_COPY | ||
111 | |||
112 | #define __S000 PAGE_NONE | ||
113 | #define __S001 PAGE_READONLY | ||
114 | #define __S010 PAGE_WRITEONLY | ||
115 | #define __S011 PAGE_SHARED | ||
116 | #define __S100 PAGE_EXECREAD | ||
117 | #define __S101 PAGE_EXECREAD | ||
118 | #define __S110 PAGE_RWX | ||
119 | #define __S111 PAGE_RWX | ||
120 | |||
121 | typedef pte_t *pte_addr_t; | ||
122 | |||
123 | #define kern_addr_valid(addr) (1) | ||
124 | |||
125 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
126 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
127 | |||
128 | #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) | ||
129 | |||
130 | /* | ||
131 | * No page table caches to initialise | ||
132 | */ | ||
133 | #define pgtable_cache_init() do { } while (0) | ||
134 | |||
135 | #if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \ | ||
136 | defined(CONFIG_SH7705_CACHE_32KB)) | ||
137 | struct mm_struct; | ||
138 | #define __HAVE_ARCH_PTEP_GET_AND_CLEAR | ||
139 | pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep); | ||
140 | #endif | ||
141 | |||
142 | struct vm_area_struct; | ||
143 | extern void update_mmu_cache(struct vm_area_struct * vma, | ||
144 | unsigned long address, pte_t pte); | ||
145 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | ||
146 | extern void paging_init(void); | ||
147 | extern void page_table_range_init(unsigned long start, unsigned long end, | ||
148 | pgd_t *pgd); | ||
149 | |||
150 | #include <asm-generic/pgtable.h> | ||
151 | |||
152 | #endif /* __ASM_SH_PGTABLE_H */ | ||
diff --git a/arch/sh/include/asm/pgtable_32.h b/arch/sh/include/asm/pgtable_32.h new file mode 100644 index 000000000000..72ea209195bd --- /dev/null +++ b/arch/sh/include/asm/pgtable_32.h | |||
@@ -0,0 +1,479 @@ | |||
1 | #ifndef __ASM_SH_PGTABLE_32_H | ||
2 | #define __ASM_SH_PGTABLE_32_H | ||
3 | |||
4 | /* | ||
5 | * Linux PTEL encoding. | ||
6 | * | ||
7 | * Hardware and software bit definitions for the PTEL value (see below for | ||
8 | * notes on SH-X2 MMUs and 64-bit PTEs): | ||
9 | * | ||
10 | * - Bits 0 and 7 are reserved on SH-3 (_PAGE_WT and _PAGE_SZ1 on SH-4). | ||
11 | * | ||
12 | * - Bit 1 is the SH-bit, but is unused on SH-3 due to an MMU bug (the | ||
13 | * hardware PTEL value can't have the SH-bit set when MMUCR.IX is set, | ||
14 | * which is the default in cpu-sh3/mmu_context.h:MMU_CONTROL_INIT). | ||
15 | * | ||
16 | * In order to keep this relatively clean, do not use these for defining | ||
17 | * SH-3 specific flags until all of the other unused bits have been | ||
18 | * exhausted. | ||
19 | * | ||
20 | * - Bit 9 is reserved by everyone and used by _PAGE_PROTNONE. | ||
21 | * | ||
22 | * - Bits 10 and 11 are low bits of the PPN that are reserved on >= 4K pages. | ||
23 | * Bit 10 is used for _PAGE_ACCESSED, bit 11 remains unused. | ||
24 | * | ||
25 | * - On 29 bit platforms, bits 31 to 29 are used for the space attributes | ||
26 | * and timing control which (together with bit 0) are moved into the | ||
27 | * old-style PTEA on the parts that support it. | ||
28 | * | ||
29 | * XXX: Leave the _PAGE_FILE and _PAGE_WT overhaul for a rainy day. | ||
30 | * | ||
31 | * SH-X2 MMUs and extended PTEs | ||
32 | * | ||
33 | * SH-X2 supports an extended mode TLB with split data arrays due to the | ||
34 | * number of bits needed for PR and SZ (now EPR and ESZ) encodings. The PR and | ||
35 | * SZ bit placeholders still exist in data array 1, but are implemented as | ||
36 | * reserved bits, with the real logic existing in data array 2. | ||
37 | * | ||
38 | * The downside to this is that we can no longer fit everything in to a 32-bit | ||
39 | * PTE encoding, so a 64-bit pte_t is necessary for these parts. On the plus | ||
40 | * side, this gives us quite a few spare bits to play with for future usage. | ||
41 | */ | ||
42 | /* Legacy and compat mode bits */ | ||
43 | #define _PAGE_WT 0x001 /* WT-bit on SH-4, 0 on SH-3 */ | ||
44 | #define _PAGE_HW_SHARED 0x002 /* SH-bit : shared among processes */ | ||
45 | #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ | ||
46 | #define _PAGE_CACHABLE 0x008 /* C-bit : cachable */ | ||
47 | #define _PAGE_SZ0 0x010 /* SZ0-bit : Size of page */ | ||
48 | #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ | ||
49 | #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ | ||
50 | #define _PAGE_SZ1 0x080 /* SZ1-bit : Size of page (on SH-4) */ | ||
51 | #define _PAGE_PRESENT 0x100 /* V-bit : page is valid */ | ||
52 | #define _PAGE_PROTNONE 0x200 /* software: if not present */ | ||
53 | #define _PAGE_ACCESSED 0x400 /* software: page referenced */ | ||
54 | #define _PAGE_FILE _PAGE_WT /* software: pagecache or swap? */ | ||
55 | |||
56 | #define _PAGE_SZ_MASK (_PAGE_SZ0 | _PAGE_SZ1) | ||
57 | #define _PAGE_PR_MASK (_PAGE_RW | _PAGE_USER) | ||
58 | |||
59 | /* Extended mode bits */ | ||
60 | #define _PAGE_EXT_ESZ0 0x0010 /* ESZ0-bit: Size of page */ | ||
61 | #define _PAGE_EXT_ESZ1 0x0020 /* ESZ1-bit: Size of page */ | ||
62 | #define _PAGE_EXT_ESZ2 0x0040 /* ESZ2-bit: Size of page */ | ||
63 | #define _PAGE_EXT_ESZ3 0x0080 /* ESZ3-bit: Size of page */ | ||
64 | |||
65 | #define _PAGE_EXT_USER_EXEC 0x0100 /* EPR0-bit: User space executable */ | ||
66 | #define _PAGE_EXT_USER_WRITE 0x0200 /* EPR1-bit: User space writable */ | ||
67 | #define _PAGE_EXT_USER_READ 0x0400 /* EPR2-bit: User space readable */ | ||
68 | |||
69 | #define _PAGE_EXT_KERN_EXEC 0x0800 /* EPR3-bit: Kernel space executable */ | ||
70 | #define _PAGE_EXT_KERN_WRITE 0x1000 /* EPR4-bit: Kernel space writable */ | ||
71 | #define _PAGE_EXT_KERN_READ 0x2000 /* EPR5-bit: Kernel space readable */ | ||
72 | |||
73 | /* Wrapper for extended mode pgprot twiddling */ | ||
74 | #define _PAGE_EXT(x) ((unsigned long long)(x) << 32) | ||
75 | |||
76 | /* software: moves to PTEA.TC (Timing Control) */ | ||
77 | #define _PAGE_PCC_AREA5 0x00000000 /* use BSC registers for area5 */ | ||
78 | #define _PAGE_PCC_AREA6 0x80000000 /* use BSC registers for area6 */ | ||
79 | |||
80 | /* software: moves to PTEA.SA[2:0] (Space Attributes) */ | ||
81 | #define _PAGE_PCC_IODYN 0x00000001 /* IO space, dynamically sized bus */ | ||
82 | #define _PAGE_PCC_IO8 0x20000000 /* IO space, 8 bit bus */ | ||
83 | #define _PAGE_PCC_IO16 0x20000001 /* IO space, 16 bit bus */ | ||
84 | #define _PAGE_PCC_COM8 0x40000000 /* Common Memory space, 8 bit bus */ | ||
85 | #define _PAGE_PCC_COM16 0x40000001 /* Common Memory space, 16 bit bus */ | ||
86 | #define _PAGE_PCC_ATR8 0x60000000 /* Attribute Memory space, 8 bit bus */ | ||
87 | #define _PAGE_PCC_ATR16 0x60000001 /* Attribute Memory space, 6 bit bus */ | ||
88 | |||
89 | /* Mask which drops unused bits from the PTEL value */ | ||
90 | #if defined(CONFIG_CPU_SH3) | ||
91 | #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \ | ||
92 | _PAGE_FILE | _PAGE_SZ1 | \ | ||
93 | _PAGE_HW_SHARED) | ||
94 | #elif defined(CONFIG_X2TLB) | ||
95 | /* Get rid of the legacy PR/SZ bits when using extended mode */ | ||
96 | #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \ | ||
97 | _PAGE_FILE | _PAGE_PR_MASK | _PAGE_SZ_MASK) | ||
98 | #else | ||
99 | #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE) | ||
100 | #endif | ||
101 | |||
102 | #define _PAGE_FLAGS_HARDWARE_MASK (PHYS_ADDR_MASK & ~(_PAGE_CLEAR_FLAGS)) | ||
103 | |||
104 | /* Hardware flags, page size encoding */ | ||
105 | #if !defined(CONFIG_MMU) | ||
106 | # define _PAGE_FLAGS_HARD 0ULL | ||
107 | #elif defined(CONFIG_X2TLB) | ||
108 | # if defined(CONFIG_PAGE_SIZE_4KB) | ||
109 | # define _PAGE_FLAGS_HARD _PAGE_EXT(_PAGE_EXT_ESZ0) | ||
110 | # elif defined(CONFIG_PAGE_SIZE_8KB) | ||
111 | # define _PAGE_FLAGS_HARD _PAGE_EXT(_PAGE_EXT_ESZ1) | ||
112 | # elif defined(CONFIG_PAGE_SIZE_64KB) | ||
113 | # define _PAGE_FLAGS_HARD _PAGE_EXT(_PAGE_EXT_ESZ2) | ||
114 | # endif | ||
115 | #else | ||
116 | # if defined(CONFIG_PAGE_SIZE_4KB) | ||
117 | # define _PAGE_FLAGS_HARD _PAGE_SZ0 | ||
118 | # elif defined(CONFIG_PAGE_SIZE_64KB) | ||
119 | # define _PAGE_FLAGS_HARD _PAGE_SZ1 | ||
120 | # endif | ||
121 | #endif | ||
122 | |||
123 | #if defined(CONFIG_X2TLB) | ||
124 | # if defined(CONFIG_HUGETLB_PAGE_SIZE_64K) | ||
125 | # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2) | ||
126 | # elif defined(CONFIG_HUGETLB_PAGE_SIZE_256K) | ||
127 | # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ2) | ||
128 | # elif defined(CONFIG_HUGETLB_PAGE_SIZE_1MB) | ||
129 | # define _PAGE_SZHUGE (_PAGE_EXT_ESZ0 | _PAGE_EXT_ESZ1 | _PAGE_EXT_ESZ2) | ||
130 | # elif defined(CONFIG_HUGETLB_PAGE_SIZE_4MB) | ||
131 | # define _PAGE_SZHUGE (_PAGE_EXT_ESZ3) | ||
132 | # elif defined(CONFIG_HUGETLB_PAGE_SIZE_64MB) | ||
133 | # define _PAGE_SZHUGE (_PAGE_EXT_ESZ2 | _PAGE_EXT_ESZ3) | ||
134 | # endif | ||
135 | #else | ||
136 | # if defined(CONFIG_HUGETLB_PAGE_SIZE_64K) | ||
137 | # define _PAGE_SZHUGE (_PAGE_SZ1) | ||
138 | # elif defined(CONFIG_HUGETLB_PAGE_SIZE_1MB) | ||
139 | # define _PAGE_SZHUGE (_PAGE_SZ0 | _PAGE_SZ1) | ||
140 | # endif | ||
141 | #endif | ||
142 | |||
143 | /* | ||
144 | * Stub out _PAGE_SZHUGE if we don't have a good definition for it, | ||
145 | * to make pte_mkhuge() happy. | ||
146 | */ | ||
147 | #ifndef _PAGE_SZHUGE | ||
148 | # define _PAGE_SZHUGE (_PAGE_FLAGS_HARD) | ||
149 | #endif | ||
150 | |||
151 | #define _PAGE_CHG_MASK \ | ||
152 | (PTE_MASK | _PAGE_ACCESSED | _PAGE_CACHABLE | _PAGE_DIRTY) | ||
153 | |||
154 | #ifndef __ASSEMBLY__ | ||
155 | |||
156 | #if defined(CONFIG_X2TLB) /* SH-X2 TLB */ | ||
157 | #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ | ||
158 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD) | ||
159 | |||
160 | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ | ||
161 | _PAGE_CACHABLE | _PAGE_FLAGS_HARD | \ | ||
162 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
163 | _PAGE_EXT_KERN_WRITE | \ | ||
164 | _PAGE_EXT_USER_READ | \ | ||
165 | _PAGE_EXT_USER_WRITE)) | ||
166 | |||
167 | #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ | ||
168 | _PAGE_CACHABLE | _PAGE_FLAGS_HARD | \ | ||
169 | _PAGE_EXT(_PAGE_EXT_KERN_EXEC | \ | ||
170 | _PAGE_EXT_KERN_READ | \ | ||
171 | _PAGE_EXT_USER_EXEC | \ | ||
172 | _PAGE_EXT_USER_READ)) | ||
173 | |||
174 | #define PAGE_COPY PAGE_EXECREAD | ||
175 | |||
176 | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ | ||
177 | _PAGE_CACHABLE | _PAGE_FLAGS_HARD | \ | ||
178 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
179 | _PAGE_EXT_USER_READ)) | ||
180 | |||
181 | #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ | ||
182 | _PAGE_CACHABLE | _PAGE_FLAGS_HARD | \ | ||
183 | _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \ | ||
184 | _PAGE_EXT_USER_WRITE)) | ||
185 | |||
186 | #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ | ||
187 | _PAGE_CACHABLE | _PAGE_FLAGS_HARD | \ | ||
188 | _PAGE_EXT(_PAGE_EXT_KERN_WRITE | \ | ||
189 | _PAGE_EXT_KERN_READ | \ | ||
190 | _PAGE_EXT_KERN_EXEC | \ | ||
191 | _PAGE_EXT_USER_WRITE | \ | ||
192 | _PAGE_EXT_USER_READ | \ | ||
193 | _PAGE_EXT_USER_EXEC)) | ||
194 | |||
195 | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ | ||
196 | _PAGE_DIRTY | _PAGE_ACCESSED | \ | ||
197 | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD | \ | ||
198 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
199 | _PAGE_EXT_KERN_WRITE | \ | ||
200 | _PAGE_EXT_KERN_EXEC)) | ||
201 | |||
202 | #define PAGE_KERNEL_NOCACHE \ | ||
203 | __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \ | ||
204 | _PAGE_ACCESSED | _PAGE_HW_SHARED | \ | ||
205 | _PAGE_FLAGS_HARD | \ | ||
206 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
207 | _PAGE_EXT_KERN_WRITE | \ | ||
208 | _PAGE_EXT_KERN_EXEC)) | ||
209 | |||
210 | #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ | ||
211 | _PAGE_DIRTY | _PAGE_ACCESSED | \ | ||
212 | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD | \ | ||
213 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
214 | _PAGE_EXT_KERN_EXEC)) | ||
215 | |||
216 | #define PAGE_KERNEL_PCC(slot, type) \ | ||
217 | __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \ | ||
218 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD | \ | ||
219 | _PAGE_EXT(_PAGE_EXT_KERN_READ | \ | ||
220 | _PAGE_EXT_KERN_WRITE | \ | ||
221 | _PAGE_EXT_KERN_EXEC) \ | ||
222 | (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | \ | ||
223 | (type)) | ||
224 | |||
225 | #elif defined(CONFIG_MMU) /* SH-X TLB */ | ||
226 | #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ | ||
227 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD) | ||
228 | |||
229 | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ | ||
230 | _PAGE_CACHABLE | _PAGE_ACCESSED | \ | ||
231 | _PAGE_FLAGS_HARD) | ||
232 | |||
233 | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ | ||
234 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD) | ||
235 | |||
236 | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ | ||
237 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD) | ||
238 | |||
239 | #define PAGE_EXECREAD PAGE_READONLY | ||
240 | #define PAGE_RWX PAGE_SHARED | ||
241 | #define PAGE_WRITEONLY PAGE_SHARED | ||
242 | |||
243 | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \ | ||
244 | _PAGE_DIRTY | _PAGE_ACCESSED | \ | ||
245 | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD) | ||
246 | |||
247 | #define PAGE_KERNEL_NOCACHE \ | ||
248 | __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \ | ||
249 | _PAGE_ACCESSED | _PAGE_HW_SHARED | \ | ||
250 | _PAGE_FLAGS_HARD) | ||
251 | |||
252 | #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ | ||
253 | _PAGE_DIRTY | _PAGE_ACCESSED | \ | ||
254 | _PAGE_HW_SHARED | _PAGE_FLAGS_HARD) | ||
255 | |||
256 | #define PAGE_KERNEL_PCC(slot, type) \ | ||
257 | __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \ | ||
258 | _PAGE_ACCESSED | _PAGE_FLAGS_HARD | \ | ||
259 | (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | \ | ||
260 | (type)) | ||
261 | #else /* no mmu */ | ||
262 | #define PAGE_NONE __pgprot(0) | ||
263 | #define PAGE_SHARED __pgprot(0) | ||
264 | #define PAGE_COPY __pgprot(0) | ||
265 | #define PAGE_EXECREAD __pgprot(0) | ||
266 | #define PAGE_RWX __pgprot(0) | ||
267 | #define PAGE_READONLY __pgprot(0) | ||
268 | #define PAGE_WRITEONLY __pgprot(0) | ||
269 | #define PAGE_KERNEL __pgprot(0) | ||
270 | #define PAGE_KERNEL_NOCACHE __pgprot(0) | ||
271 | #define PAGE_KERNEL_RO __pgprot(0) | ||
272 | |||
273 | #define PAGE_KERNEL_PCC(slot, type) \ | ||
274 | __pgprot(0) | ||
275 | #endif | ||
276 | |||
277 | #endif /* __ASSEMBLY__ */ | ||
278 | |||
279 | #ifndef __ASSEMBLY__ | ||
280 | |||
281 | /* | ||
282 | * Certain architectures need to do special things when PTEs | ||
283 | * within a page table are directly modified. Thus, the following | ||
284 | * hook is made available. | ||
285 | */ | ||
286 | #ifdef CONFIG_X2TLB | ||
287 | static inline void set_pte(pte_t *ptep, pte_t pte) | ||
288 | { | ||
289 | ptep->pte_high = pte.pte_high; | ||
290 | smp_wmb(); | ||
291 | ptep->pte_low = pte.pte_low; | ||
292 | } | ||
293 | #else | ||
294 | #define set_pte(pteptr, pteval) (*(pteptr) = pteval) | ||
295 | #endif | ||
296 | |||
297 | #define set_pte_at(mm,addr,ptep,pteval) set_pte(ptep,pteval) | ||
298 | |||
299 | /* | ||
300 | * (pmds are folded into pgds so this doesn't get actually called, | ||
301 | * but the define is needed for a generic inline function.) | ||
302 | */ | ||
303 | #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) | ||
304 | |||
305 | #define pfn_pte(pfn, prot) \ | ||
306 | __pte(((unsigned long long)(pfn) << PAGE_SHIFT) | pgprot_val(prot)) | ||
307 | #define pfn_pmd(pfn, prot) \ | ||
308 | __pmd(((unsigned long long)(pfn) << PAGE_SHIFT) | pgprot_val(prot)) | ||
309 | |||
310 | #define pte_none(x) (!pte_val(x)) | ||
311 | #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) | ||
312 | |||
313 | #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) | ||
314 | |||
315 | #define pmd_none(x) (!pmd_val(x)) | ||
316 | #define pmd_present(x) (pmd_val(x)) | ||
317 | #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) | ||
318 | #define pmd_bad(x) (pmd_val(x) & ~PAGE_MASK) | ||
319 | |||
320 | #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) | ||
321 | #define pte_page(x) pfn_to_page(pte_pfn(x)) | ||
322 | |||
323 | /* | ||
324 | * The following only work if pte_present() is true. | ||
325 | * Undefined behaviour if not.. | ||
326 | */ | ||
327 | #define pte_not_present(pte) (!((pte).pte_low & _PAGE_PRESENT)) | ||
328 | #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) | ||
329 | #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) | ||
330 | #define pte_file(pte) ((pte).pte_low & _PAGE_FILE) | ||
331 | #define pte_special(pte) (0) | ||
332 | |||
333 | #ifdef CONFIG_X2TLB | ||
334 | #define pte_write(pte) ((pte).pte_high & _PAGE_EXT_USER_WRITE) | ||
335 | #else | ||
336 | #define pte_write(pte) ((pte).pte_low & _PAGE_RW) | ||
337 | #endif | ||
338 | |||
339 | #define PTE_BIT_FUNC(h,fn,op) \ | ||
340 | static inline pte_t pte_##fn(pte_t pte) { pte.pte_##h op; return pte; } | ||
341 | |||
342 | #ifdef CONFIG_X2TLB | ||
343 | /* | ||
344 | * We cheat a bit in the SH-X2 TLB case. As the permission bits are | ||
345 | * individually toggled (and user permissions are entirely decoupled from | ||
346 | * kernel permissions), we attempt to couple them a bit more sanely here. | ||
347 | */ | ||
348 | PTE_BIT_FUNC(high, wrprotect, &= ~_PAGE_EXT_USER_WRITE); | ||
349 | PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE); | ||
350 | PTE_BIT_FUNC(high, mkhuge, |= _PAGE_SZHUGE); | ||
351 | #else | ||
352 | PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW); | ||
353 | PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW); | ||
354 | PTE_BIT_FUNC(low, mkhuge, |= _PAGE_SZHUGE); | ||
355 | #endif | ||
356 | |||
357 | PTE_BIT_FUNC(low, mkclean, &= ~_PAGE_DIRTY); | ||
358 | PTE_BIT_FUNC(low, mkdirty, |= _PAGE_DIRTY); | ||
359 | PTE_BIT_FUNC(low, mkold, &= ~_PAGE_ACCESSED); | ||
360 | PTE_BIT_FUNC(low, mkyoung, |= _PAGE_ACCESSED); | ||
361 | |||
362 | static inline pte_t pte_mkspecial(pte_t pte) { return pte; } | ||
363 | |||
364 | /* | ||
365 | * Macro and implementation to make a page protection as uncachable. | ||
366 | */ | ||
367 | #define pgprot_writecombine(prot) \ | ||
368 | __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) | ||
369 | |||
370 | #define pgprot_noncached pgprot_writecombine | ||
371 | |||
372 | /* | ||
373 | * Conversion functions: convert a page and protection to a page entry, | ||
374 | * and a page entry and page directory to the page they refer to. | ||
375 | * | ||
376 | * extern pte_t mk_pte(struct page *page, pgprot_t pgprot) | ||
377 | */ | ||
378 | #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) | ||
379 | |||
380 | static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | ||
381 | { | ||
382 | pte.pte_low &= _PAGE_CHG_MASK; | ||
383 | pte.pte_low |= pgprot_val(newprot); | ||
384 | |||
385 | #ifdef CONFIG_X2TLB | ||
386 | pte.pte_high |= pgprot_val(newprot) >> 32; | ||
387 | #endif | ||
388 | |||
389 | return pte; | ||
390 | } | ||
391 | |||
392 | #define pmd_page_vaddr(pmd) ((unsigned long)pmd_val(pmd)) | ||
393 | #define pmd_page(pmd) (virt_to_page(pmd_val(pmd))) | ||
394 | |||
395 | /* to find an entry in a page-table-directory. */ | ||
396 | #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) | ||
397 | #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) | ||
398 | |||
399 | /* to find an entry in a kernel page-table-directory */ | ||
400 | #define pgd_offset_k(address) pgd_offset(&init_mm, address) | ||
401 | |||
402 | /* Find an entry in the third-level page table.. */ | ||
403 | #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) | ||
404 | #define pte_offset_kernel(dir, address) \ | ||
405 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(address)) | ||
406 | #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) | ||
407 | #define pte_offset_map_nested(dir, address) pte_offset_kernel(dir, address) | ||
408 | |||
409 | #define pte_unmap(pte) do { } while (0) | ||
410 | #define pte_unmap_nested(pte) do { } while (0) | ||
411 | |||
412 | #ifdef CONFIG_X2TLB | ||
413 | #define pte_ERROR(e) \ | ||
414 | printk("%s:%d: bad pte %p(%08lx%08lx).\n", __FILE__, __LINE__, \ | ||
415 | &(e), (e).pte_high, (e).pte_low) | ||
416 | #define pgd_ERROR(e) \ | ||
417 | printk("%s:%d: bad pgd %016llx.\n", __FILE__, __LINE__, pgd_val(e)) | ||
418 | #else | ||
419 | #define pte_ERROR(e) \ | ||
420 | printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, pte_val(e)) | ||
421 | #define pgd_ERROR(e) \ | ||
422 | printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e)) | ||
423 | #endif | ||
424 | |||
425 | /* | ||
426 | * Encode and de-code a swap entry | ||
427 | * | ||
428 | * Constraints: | ||
429 | * _PAGE_FILE at bit 0 | ||
430 | * _PAGE_PRESENT at bit 8 | ||
431 | * _PAGE_PROTNONE at bit 9 | ||
432 | * | ||
433 | * For the normal case, we encode the swap type into bits 0:7 and the | ||
434 | * swap offset into bits 10:30. For the 64-bit PTE case, we keep the | ||
435 | * preserved bits in the low 32-bits and use the upper 32 as the swap | ||
436 | * offset (along with a 5-bit type), following the same approach as x86 | ||
437 | * PAE. This keeps the logic quite simple, and allows for a full 32 | ||
438 | * PTE_FILE_MAX_BITS, as opposed to the 29-bits we're constrained with | ||
439 | * in the pte_low case. | ||
440 | * | ||
441 | * As is evident by the Alpha code, if we ever get a 64-bit unsigned | ||
442 | * long (swp_entry_t) to match up with the 64-bit PTEs, this all becomes | ||
443 | * much cleaner.. | ||
444 | * | ||
445 | * NOTE: We should set ZEROs at the position of _PAGE_PRESENT | ||
446 | * and _PAGE_PROTNONE bits | ||
447 | */ | ||
448 | #ifdef CONFIG_X2TLB | ||
449 | #define __swp_type(x) ((x).val & 0x1f) | ||
450 | #define __swp_offset(x) ((x).val >> 5) | ||
451 | #define __swp_entry(type, offset) ((swp_entry_t){ (type) | (offset) << 5}) | ||
452 | #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) | ||
453 | #define __swp_entry_to_pte(x) ((pte_t){ 0, (x).val }) | ||
454 | |||
455 | /* | ||
456 | * Encode and decode a nonlinear file mapping entry | ||
457 | */ | ||
458 | #define pte_to_pgoff(pte) ((pte).pte_high) | ||
459 | #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) | ||
460 | |||
461 | #define PTE_FILE_MAX_BITS 32 | ||
462 | #else | ||
463 | #define __swp_type(x) ((x).val & 0xff) | ||
464 | #define __swp_offset(x) ((x).val >> 10) | ||
465 | #define __swp_entry(type, offset) ((swp_entry_t){(type) | (offset) <<10}) | ||
466 | |||
467 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 1 }) | ||
468 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 1 }) | ||
469 | |||
470 | /* | ||
471 | * Encode and decode a nonlinear file mapping entry | ||
472 | */ | ||
473 | #define PTE_FILE_MAX_BITS 29 | ||
474 | #define pte_to_pgoff(pte) (pte_val(pte) >> 1) | ||
475 | #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) | ||
476 | #endif | ||
477 | |||
478 | #endif /* __ASSEMBLY__ */ | ||
479 | #endif /* __ASM_SH_PGTABLE_32_H */ | ||
diff --git a/arch/sh/include/asm/pgtable_64.h b/arch/sh/include/asm/pgtable_64.h new file mode 100644 index 000000000000..c78990cda557 --- /dev/null +++ b/arch/sh/include/asm/pgtable_64.h | |||
@@ -0,0 +1,314 @@ | |||
1 | #ifndef __ASM_SH_PGTABLE_64_H | ||
2 | #define __ASM_SH_PGTABLE_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/pgtable_64.h | ||
6 | * | ||
7 | * This file contains the functions and defines necessary to modify and use | ||
8 | * the SuperH page table tree. | ||
9 | * | ||
10 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
11 | * Copyright (C) 2003, 2004 Paul Mundt | ||
12 | * Copyright (C) 2003, 2004 Richard Curnow | ||
13 | * | ||
14 | * This file is subject to the terms and conditions of the GNU General Public | ||
15 | * License. See the file "COPYING" in the main directory of this archive | ||
16 | * for more details. | ||
17 | */ | ||
18 | #include <linux/threads.h> | ||
19 | #include <asm/processor.h> | ||
20 | #include <asm/page.h> | ||
21 | |||
22 | /* | ||
23 | * Error outputs. | ||
24 | */ | ||
25 | #define pte_ERROR(e) \ | ||
26 | printk("%s:%d: bad pte %016Lx.\n", __FILE__, __LINE__, pte_val(e)) | ||
27 | #define pgd_ERROR(e) \ | ||
28 | printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e)) | ||
29 | |||
30 | /* | ||
31 | * Table setting routines. Used within arch/mm only. | ||
32 | */ | ||
33 | #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) | ||
34 | |||
35 | static __inline__ void set_pte(pte_t *pteptr, pte_t pteval) | ||
36 | { | ||
37 | unsigned long long x = ((unsigned long long) pteval.pte_low); | ||
38 | unsigned long long *xp = (unsigned long long *) pteptr; | ||
39 | /* | ||
40 | * Sign-extend based on NPHYS. | ||
41 | */ | ||
42 | *(xp) = (x & NPHYS_SIGN) ? (x | NPHYS_MASK) : x; | ||
43 | } | ||
44 | #define set_pte_at(mm,addr,ptep,pteval) set_pte(ptep,pteval) | ||
45 | |||
46 | static __inline__ void pmd_set(pmd_t *pmdp,pte_t *ptep) | ||
47 | { | ||
48 | pmd_val(*pmdp) = (unsigned long) ptep; | ||
49 | } | ||
50 | |||
51 | /* | ||
52 | * PGD defines. Top level. | ||
53 | */ | ||
54 | |||
55 | /* To find an entry in a generic PGD. */ | ||
56 | #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) | ||
57 | #define __pgd_offset(address) pgd_index(address) | ||
58 | #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) | ||
59 | |||
60 | /* To find an entry in a kernel PGD. */ | ||
61 | #define pgd_offset_k(address) pgd_offset(&init_mm, address) | ||
62 | |||
63 | /* | ||
64 | * PMD level access routines. Same notes as above. | ||
65 | */ | ||
66 | #define _PMD_EMPTY 0x0 | ||
67 | /* Either the PMD is empty or present, it's not paged out */ | ||
68 | #define pmd_present(pmd_entry) (pmd_val(pmd_entry) & _PAGE_PRESENT) | ||
69 | #define pmd_clear(pmd_entry_p) (set_pmd((pmd_entry_p), __pmd(_PMD_EMPTY))) | ||
70 | #define pmd_none(pmd_entry) (pmd_val((pmd_entry)) == _PMD_EMPTY) | ||
71 | #define pmd_bad(pmd_entry) ((pmd_val(pmd_entry) & (~PAGE_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) | ||
72 | |||
73 | #define pmd_page_vaddr(pmd_entry) \ | ||
74 | ((unsigned long) __va(pmd_val(pmd_entry) & PAGE_MASK)) | ||
75 | |||
76 | #define pmd_page(pmd) \ | ||
77 | (virt_to_page(pmd_val(pmd))) | ||
78 | |||
79 | /* PMD to PTE dereferencing */ | ||
80 | #define pte_index(address) \ | ||
81 | ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) | ||
82 | |||
83 | #define pte_offset_kernel(dir, addr) \ | ||
84 | ((pte_t *) ((pmd_val(*(dir))) & PAGE_MASK) + pte_index((addr))) | ||
85 | |||
86 | #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) | ||
87 | #define pte_offset_map_nested(dir,addr) pte_offset_kernel(dir, addr) | ||
88 | #define pte_unmap(pte) do { } while (0) | ||
89 | #define pte_unmap_nested(pte) do { } while (0) | ||
90 | |||
91 | #ifndef __ASSEMBLY__ | ||
92 | #define IOBASE_VADDR 0xff000000 | ||
93 | #define IOBASE_END 0xffffffff | ||
94 | |||
95 | /* | ||
96 | * PTEL coherent flags. | ||
97 | * See Chapter 17 ST50 CPU Core Volume 1, Architecture. | ||
98 | */ | ||
99 | /* The bits that are required in the SH-5 TLB are placed in the h/w-defined | ||
100 | positions, to avoid expensive bit shuffling on every refill. The remaining | ||
101 | bits are used for s/w purposes and masked out on each refill. | ||
102 | |||
103 | Note, the PTE slots are used to hold data of type swp_entry_t when a page is | ||
104 | swapped out. Only the _PAGE_PRESENT flag is significant when the page is | ||
105 | swapped out, and it must be placed so that it doesn't overlap either the | ||
106 | type or offset fields of swp_entry_t. For x86, offset is at [31:8] and type | ||
107 | at [6:1], with _PAGE_PRESENT at bit 0 for both pte_t and swp_entry_t. This | ||
108 | scheme doesn't map to SH-5 because bit [0] controls cacheability. So bit | ||
109 | [2] is used for _PAGE_PRESENT and the type field of swp_entry_t is split | ||
110 | into 2 pieces. That is handled by SWP_ENTRY and SWP_TYPE below. */ | ||
111 | #define _PAGE_WT 0x001 /* CB0: if cacheable, 1->write-thru, 0->write-back */ | ||
112 | #define _PAGE_DEVICE 0x001 /* CB0: if uncacheable, 1->device (i.e. no write-combining or reordering at bus level) */ | ||
113 | #define _PAGE_CACHABLE 0x002 /* CB1: uncachable/cachable */ | ||
114 | #define _PAGE_PRESENT 0x004 /* software: page referenced */ | ||
115 | #define _PAGE_FILE 0x004 /* software: only when !present */ | ||
116 | #define _PAGE_SIZE0 0x008 /* SZ0-bit : size of page */ | ||
117 | #define _PAGE_SIZE1 0x010 /* SZ1-bit : size of page */ | ||
118 | #define _PAGE_SHARED 0x020 /* software: reflects PTEH's SH */ | ||
119 | #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ | ||
120 | #define _PAGE_EXECUTE 0x080 /* PR1-bit : execute access allowed */ | ||
121 | #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ | ||
122 | #define _PAGE_USER 0x200 /* PR3-bit : user space access allowed */ | ||
123 | #define _PAGE_DIRTY 0x400 /* software: page accessed in write */ | ||
124 | #define _PAGE_ACCESSED 0x800 /* software: page referenced */ | ||
125 | |||
126 | /* Mask which drops software flags */ | ||
127 | #define _PAGE_FLAGS_HARDWARE_MASK 0xfffffffffffff3dbLL | ||
128 | |||
129 | /* | ||
130 | * HugeTLB support | ||
131 | */ | ||
132 | #if defined(CONFIG_HUGETLB_PAGE_SIZE_64K) | ||
133 | #define _PAGE_SZHUGE (_PAGE_SIZE0) | ||
134 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_1MB) | ||
135 | #define _PAGE_SZHUGE (_PAGE_SIZE1) | ||
136 | #elif defined(CONFIG_HUGETLB_PAGE_SIZE_512MB) | ||
137 | #define _PAGE_SZHUGE (_PAGE_SIZE0 | _PAGE_SIZE1) | ||
138 | #endif | ||
139 | |||
140 | /* | ||
141 | * Stub out _PAGE_SZHUGE if we don't have a good definition for it, | ||
142 | * to make pte_mkhuge() happy. | ||
143 | */ | ||
144 | #ifndef _PAGE_SZHUGE | ||
145 | # define _PAGE_SZHUGE (0) | ||
146 | #endif | ||
147 | |||
148 | /* | ||
149 | * Default flags for a Kernel page. | ||
150 | * This is fundametally also SHARED because the main use of this define | ||
151 | * (other than for PGD/PMD entries) is for the VMALLOC pool which is | ||
152 | * contextless. | ||
153 | * | ||
154 | * _PAGE_EXECUTE is required for modules | ||
155 | * | ||
156 | */ | ||
157 | #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ | ||
158 | _PAGE_EXECUTE | \ | ||
159 | _PAGE_CACHABLE | _PAGE_ACCESSED | _PAGE_DIRTY | \ | ||
160 | _PAGE_SHARED) | ||
161 | |||
162 | /* Default flags for a User page */ | ||
163 | #define _PAGE_TABLE (_KERNPG_TABLE | _PAGE_USER) | ||
164 | |||
165 | #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) | ||
166 | |||
167 | /* | ||
168 | * We have full permissions (Read/Write/Execute/Shared). | ||
169 | */ | ||
170 | #define _PAGE_COMMON (_PAGE_PRESENT | _PAGE_USER | \ | ||
171 | _PAGE_CACHABLE | _PAGE_ACCESSED) | ||
172 | |||
173 | #define PAGE_NONE __pgprot(_PAGE_CACHABLE | _PAGE_ACCESSED) | ||
174 | #define PAGE_SHARED __pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_WRITE | \ | ||
175 | _PAGE_SHARED) | ||
176 | #define PAGE_EXECREAD __pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_EXECUTE) | ||
177 | |||
178 | /* | ||
179 | * We need to include PAGE_EXECUTE in PAGE_COPY because it is the default | ||
180 | * protection mode for the stack. | ||
181 | */ | ||
182 | #define PAGE_COPY PAGE_EXECREAD | ||
183 | |||
184 | #define PAGE_READONLY __pgprot(_PAGE_COMMON | _PAGE_READ) | ||
185 | #define PAGE_WRITEONLY __pgprot(_PAGE_COMMON | _PAGE_WRITE) | ||
186 | #define PAGE_RWX __pgprot(_PAGE_COMMON | _PAGE_READ | \ | ||
187 | _PAGE_WRITE | _PAGE_EXECUTE) | ||
188 | #define PAGE_KERNEL __pgprot(_KERNPG_TABLE) | ||
189 | |||
190 | #define PAGE_KERNEL_NOCACHE \ | ||
191 | __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ | ||
192 | _PAGE_EXECUTE | _PAGE_ACCESSED | \ | ||
193 | _PAGE_DIRTY | _PAGE_SHARED) | ||
194 | |||
195 | /* Make it a device mapping for maximum safety (e.g. for mapping device | ||
196 | registers into user-space via /dev/map). */ | ||
197 | #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) | ||
198 | #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) | ||
199 | |||
200 | /* | ||
201 | * Handling allocation failures during page table setup. | ||
202 | */ | ||
203 | extern void __handle_bad_pmd_kernel(pmd_t * pmd); | ||
204 | #define __handle_bad_pmd(x) __handle_bad_pmd_kernel(x) | ||
205 | |||
206 | /* | ||
207 | * PTE level access routines. | ||
208 | * | ||
209 | * Note1: | ||
210 | * It's the tree walk leaf. This is physical address to be stored. | ||
211 | * | ||
212 | * Note 2: | ||
213 | * Regarding the choice of _PTE_EMPTY: | ||
214 | |||
215 | We must choose a bit pattern that cannot be valid, whether or not the page | ||
216 | is present. bit[2]==1 => present, bit[2]==0 => swapped out. If swapped | ||
217 | out, bits [31:8], [6:3], [1:0] are under swapper control, so only bit[7] is | ||
218 | left for us to select. If we force bit[7]==0 when swapped out, we could use | ||
219 | the combination bit[7,2]=2'b10 to indicate an empty PTE. Alternatively, if | ||
220 | we force bit[7]==1 when swapped out, we can use all zeroes to indicate | ||
221 | empty. This is convenient, because the page tables get cleared to zero | ||
222 | when they are allocated. | ||
223 | |||
224 | */ | ||
225 | #define _PTE_EMPTY 0x0 | ||
226 | #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) | ||
227 | #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) | ||
228 | #define pte_none(x) (pte_val(x) == _PTE_EMPTY) | ||
229 | |||
230 | /* | ||
231 | * Some definitions to translate between mem_map, PTEs, and page | ||
232 | * addresses: | ||
233 | */ | ||
234 | |||
235 | /* | ||
236 | * Given a PTE, return the index of the mem_map[] entry corresponding | ||
237 | * to the page frame the PTE. Get the absolute physical address, make | ||
238 | * a relative physical address and translate it to an index. | ||
239 | */ | ||
240 | #define pte_pagenr(x) (((unsigned long) (pte_val(x)) - \ | ||
241 | __MEMORY_START) >> PAGE_SHIFT) | ||
242 | |||
243 | /* | ||
244 | * Given a PTE, return the "struct page *". | ||
245 | */ | ||
246 | #define pte_page(x) (mem_map + pte_pagenr(x)) | ||
247 | |||
248 | /* | ||
249 | * Return number of (down rounded) MB corresponding to x pages. | ||
250 | */ | ||
251 | #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) | ||
252 | |||
253 | |||
254 | /* | ||
255 | * The following have defined behavior only work if pte_present() is true. | ||
256 | */ | ||
257 | static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } | ||
258 | static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } | ||
259 | static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } | ||
260 | static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_WRITE; } | ||
261 | static inline int pte_special(pte_t pte){ return 0; } | ||
262 | |||
263 | static inline pte_t pte_wrprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_WRITE)); return pte; } | ||
264 | static inline pte_t pte_mkclean(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_DIRTY)); return pte; } | ||
265 | static inline pte_t pte_mkold(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_ACCESSED)); return pte; } | ||
266 | static inline pte_t pte_mkwrite(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_WRITE)); return pte; } | ||
267 | static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); return pte; } | ||
268 | static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); return pte; } | ||
269 | static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); return pte; } | ||
270 | static inline pte_t pte_mkspecial(pte_t pte) { return pte; } | ||
271 | |||
272 | |||
273 | /* | ||
274 | * Conversion functions: convert a page and protection to a page entry. | ||
275 | * | ||
276 | * extern pte_t mk_pte(struct page *page, pgprot_t pgprot) | ||
277 | */ | ||
278 | #define mk_pte(page,pgprot) \ | ||
279 | ({ \ | ||
280 | pte_t __pte; \ | ||
281 | \ | ||
282 | set_pte(&__pte, __pte((((page)-mem_map) << PAGE_SHIFT) | \ | ||
283 | __MEMORY_START | pgprot_val((pgprot)))); \ | ||
284 | __pte; \ | ||
285 | }) | ||
286 | |||
287 | /* | ||
288 | * This takes a (absolute) physical page address that is used | ||
289 | * by the remapping functions | ||
290 | */ | ||
291 | #define mk_pte_phys(physpage, pgprot) \ | ||
292 | ({ pte_t __pte; set_pte(&__pte, __pte(physpage | pgprot_val(pgprot))); __pte; }) | ||
293 | |||
294 | static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | ||
295 | { set_pte(&pte, __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot))); return pte; } | ||
296 | |||
297 | /* Encode and decode a swap entry */ | ||
298 | #define __swp_type(x) (((x).val & 3) + (((x).val >> 1) & 0x3c)) | ||
299 | #define __swp_offset(x) ((x).val >> 8) | ||
300 | #define __swp_entry(type, offset) ((swp_entry_t) { ((offset << 8) + ((type & 0x3c) << 1) + (type & 3)) }) | ||
301 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) | ||
302 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | ||
303 | |||
304 | /* Encode and decode a nonlinear file mapping entry */ | ||
305 | #define PTE_FILE_MAX_BITS 29 | ||
306 | #define pte_to_pgoff(pte) (pte_val(pte)) | ||
307 | #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE }) | ||
308 | |||
309 | #endif /* !__ASSEMBLY__ */ | ||
310 | |||
311 | #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) | ||
312 | #define pfn_pmd(pfn, prot) __pmd(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) | ||
313 | |||
314 | #endif /* __ASM_SH_PGTABLE_64_H */ | ||
diff --git a/arch/sh/include/asm/pm.h b/arch/sh/include/asm/pm.h new file mode 100644 index 000000000000..56fdbd6b1c94 --- /dev/null +++ b/arch/sh/include/asm/pm.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright 2006 (c) Andriy Skulysh <askulysh@gmail.com> | ||
7 | * | ||
8 | */ | ||
9 | #ifndef __ASM_SH_PM_H | ||
10 | #define __ASM_SH_PM_H | ||
11 | |||
12 | extern u8 wakeup_start; | ||
13 | extern u8 wakeup_end; | ||
14 | |||
15 | void pm_enter(void); | ||
16 | |||
17 | #endif | ||
diff --git a/arch/sh/include/asm/poll.h b/arch/sh/include/asm/poll.h new file mode 100644 index 000000000000..c98509d3149e --- /dev/null +++ b/arch/sh/include/asm/poll.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/poll.h> | |||
diff --git a/arch/sh/include/asm/posix_types.h b/arch/sh/include/asm/posix_types.h new file mode 100644 index 000000000000..4eeb723aee7e --- /dev/null +++ b/arch/sh/include/asm/posix_types.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | # ifdef CONFIG_SUPERH32 | ||
3 | # include "posix_types_32.h" | ||
4 | # else | ||
5 | # include "posix_types_64.h" | ||
6 | # endif | ||
7 | #else | ||
8 | # ifdef __SH5__ | ||
9 | # include "posix_types_64.h" | ||
10 | # else | ||
11 | # include "posix_types_32.h" | ||
12 | # endif | ||
13 | #endif /* __KERNEL__ */ | ||
diff --git a/arch/sh/include/asm/posix_types_32.h b/arch/sh/include/asm/posix_types_32.h new file mode 100644 index 000000000000..0a3d2f54ab27 --- /dev/null +++ b/arch/sh/include/asm/posix_types_32.h | |||
@@ -0,0 +1,122 @@ | |||
1 | #ifndef __ASM_SH_POSIX_TYPES_H | ||
2 | #define __ASM_SH_POSIX_TYPES_H | ||
3 | |||
4 | /* | ||
5 | * This file is generally used by user-level software, so you need to | ||
6 | * be a little careful about namespace pollution etc. Also, we cannot | ||
7 | * assume GCC is being used. | ||
8 | */ | ||
9 | |||
10 | typedef unsigned long __kernel_ino_t; | ||
11 | typedef unsigned short __kernel_mode_t; | ||
12 | typedef unsigned short __kernel_nlink_t; | ||
13 | typedef long __kernel_off_t; | ||
14 | typedef int __kernel_pid_t; | ||
15 | typedef unsigned short __kernel_ipc_pid_t; | ||
16 | typedef unsigned short __kernel_uid_t; | ||
17 | typedef unsigned short __kernel_gid_t; | ||
18 | typedef unsigned int __kernel_size_t; | ||
19 | typedef int __kernel_ssize_t; | ||
20 | typedef int __kernel_ptrdiff_t; | ||
21 | typedef long __kernel_time_t; | ||
22 | typedef long __kernel_suseconds_t; | ||
23 | typedef long __kernel_clock_t; | ||
24 | typedef int __kernel_timer_t; | ||
25 | typedef int __kernel_clockid_t; | ||
26 | typedef int __kernel_daddr_t; | ||
27 | typedef char * __kernel_caddr_t; | ||
28 | typedef unsigned short __kernel_uid16_t; | ||
29 | typedef unsigned short __kernel_gid16_t; | ||
30 | typedef unsigned int __kernel_uid32_t; | ||
31 | typedef unsigned int __kernel_gid32_t; | ||
32 | |||
33 | typedef unsigned short __kernel_old_uid_t; | ||
34 | typedef unsigned short __kernel_old_gid_t; | ||
35 | typedef unsigned short __kernel_old_dev_t; | ||
36 | |||
37 | #ifdef __GNUC__ | ||
38 | typedef long long __kernel_loff_t; | ||
39 | #endif | ||
40 | |||
41 | typedef struct { | ||
42 | #if defined(__KERNEL__) || defined(__USE_ALL) | ||
43 | int val[2]; | ||
44 | #else /* !defined(__KERNEL__) && !defined(__USE_ALL) */ | ||
45 | int __val[2]; | ||
46 | #endif /* !defined(__KERNEL__) && !defined(__USE_ALL) */ | ||
47 | } __kernel_fsid_t; | ||
48 | |||
49 | #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) | ||
50 | |||
51 | #undef __FD_SET | ||
52 | static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) | ||
53 | { | ||
54 | unsigned long __tmp = __fd / __NFDBITS; | ||
55 | unsigned long __rem = __fd % __NFDBITS; | ||
56 | __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); | ||
57 | } | ||
58 | |||
59 | #undef __FD_CLR | ||
60 | static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) | ||
61 | { | ||
62 | unsigned long __tmp = __fd / __NFDBITS; | ||
63 | unsigned long __rem = __fd % __NFDBITS; | ||
64 | __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); | ||
65 | } | ||
66 | |||
67 | |||
68 | #undef __FD_ISSET | ||
69 | static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) | ||
70 | { | ||
71 | unsigned long __tmp = __fd / __NFDBITS; | ||
72 | unsigned long __rem = __fd % __NFDBITS; | ||
73 | return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; | ||
74 | } | ||
75 | |||
76 | /* | ||
77 | * This will unroll the loop for the normal constant case (8 ints, | ||
78 | * for a 256-bit fd_set) | ||
79 | */ | ||
80 | #undef __FD_ZERO | ||
81 | static __inline__ void __FD_ZERO(__kernel_fd_set *__p) | ||
82 | { | ||
83 | unsigned long *__tmp = __p->fds_bits; | ||
84 | int __i; | ||
85 | |||
86 | if (__builtin_constant_p(__FDSET_LONGS)) { | ||
87 | switch (__FDSET_LONGS) { | ||
88 | case 16: | ||
89 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
90 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
91 | __tmp[ 4] = 0; __tmp[ 5] = 0; | ||
92 | __tmp[ 6] = 0; __tmp[ 7] = 0; | ||
93 | __tmp[ 8] = 0; __tmp[ 9] = 0; | ||
94 | __tmp[10] = 0; __tmp[11] = 0; | ||
95 | __tmp[12] = 0; __tmp[13] = 0; | ||
96 | __tmp[14] = 0; __tmp[15] = 0; | ||
97 | return; | ||
98 | |||
99 | case 8: | ||
100 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
101 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
102 | __tmp[ 4] = 0; __tmp[ 5] = 0; | ||
103 | __tmp[ 6] = 0; __tmp[ 7] = 0; | ||
104 | return; | ||
105 | |||
106 | case 4: | ||
107 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
108 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
109 | return; | ||
110 | } | ||
111 | } | ||
112 | __i = __FDSET_LONGS; | ||
113 | while (__i) { | ||
114 | __i--; | ||
115 | *__tmp = 0; | ||
116 | __tmp++; | ||
117 | } | ||
118 | } | ||
119 | |||
120 | #endif /* defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) */ | ||
121 | |||
122 | #endif /* __ASM_SH_POSIX_TYPES_H */ | ||
diff --git a/arch/sh/include/asm/posix_types_64.h b/arch/sh/include/asm/posix_types_64.h new file mode 100644 index 000000000000..0620317a6f0f --- /dev/null +++ b/arch/sh/include/asm/posix_types_64.h | |||
@@ -0,0 +1,131 @@ | |||
1 | #ifndef __ASM_SH64_POSIX_TYPES_H | ||
2 | #define __ASM_SH64_POSIX_TYPES_H | ||
3 | |||
4 | /* | ||
5 | * This file is subject to the terms and conditions of the GNU General Public | ||
6 | * License. See the file "COPYING" in the main directory of this archive | ||
7 | * for more details. | ||
8 | * | ||
9 | * include/asm-sh64/posix_types.h | ||
10 | * | ||
11 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
12 | * Copyright (C) 2003 Paul Mundt | ||
13 | * | ||
14 | * This file is generally used by user-level software, so you need to | ||
15 | * be a little careful about namespace pollution etc. Also, we cannot | ||
16 | * assume GCC is being used. | ||
17 | */ | ||
18 | |||
19 | typedef unsigned long __kernel_ino_t; | ||
20 | typedef unsigned short __kernel_mode_t; | ||
21 | typedef unsigned short __kernel_nlink_t; | ||
22 | typedef long __kernel_off_t; | ||
23 | typedef int __kernel_pid_t; | ||
24 | typedef unsigned short __kernel_ipc_pid_t; | ||
25 | typedef unsigned short __kernel_uid_t; | ||
26 | typedef unsigned short __kernel_gid_t; | ||
27 | typedef long unsigned int __kernel_size_t; | ||
28 | typedef int __kernel_ssize_t; | ||
29 | typedef int __kernel_ptrdiff_t; | ||
30 | typedef long __kernel_time_t; | ||
31 | typedef long __kernel_suseconds_t; | ||
32 | typedef long __kernel_clock_t; | ||
33 | typedef int __kernel_timer_t; | ||
34 | typedef int __kernel_clockid_t; | ||
35 | typedef int __kernel_daddr_t; | ||
36 | typedef char * __kernel_caddr_t; | ||
37 | typedef unsigned short __kernel_uid16_t; | ||
38 | typedef unsigned short __kernel_gid16_t; | ||
39 | typedef unsigned int __kernel_uid32_t; | ||
40 | typedef unsigned int __kernel_gid32_t; | ||
41 | |||
42 | typedef unsigned short __kernel_old_uid_t; | ||
43 | typedef unsigned short __kernel_old_gid_t; | ||
44 | typedef unsigned short __kernel_old_dev_t; | ||
45 | |||
46 | #ifdef __GNUC__ | ||
47 | typedef long long __kernel_loff_t; | ||
48 | #endif | ||
49 | |||
50 | typedef struct { | ||
51 | #if defined(__KERNEL__) || defined(__USE_ALL) | ||
52 | int val[2]; | ||
53 | #else /* !defined(__KERNEL__) && !defined(__USE_ALL) */ | ||
54 | int __val[2]; | ||
55 | #endif /* !defined(__KERNEL__) && !defined(__USE_ALL) */ | ||
56 | } __kernel_fsid_t; | ||
57 | |||
58 | #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) | ||
59 | |||
60 | #undef __FD_SET | ||
61 | static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) | ||
62 | { | ||
63 | unsigned long __tmp = __fd / __NFDBITS; | ||
64 | unsigned long __rem = __fd % __NFDBITS; | ||
65 | __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); | ||
66 | } | ||
67 | |||
68 | #undef __FD_CLR | ||
69 | static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) | ||
70 | { | ||
71 | unsigned long __tmp = __fd / __NFDBITS; | ||
72 | unsigned long __rem = __fd % __NFDBITS; | ||
73 | __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); | ||
74 | } | ||
75 | |||
76 | |||
77 | #undef __FD_ISSET | ||
78 | static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) | ||
79 | { | ||
80 | unsigned long __tmp = __fd / __NFDBITS; | ||
81 | unsigned long __rem = __fd % __NFDBITS; | ||
82 | return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; | ||
83 | } | ||
84 | |||
85 | /* | ||
86 | * This will unroll the loop for the normal constant case (8 ints, | ||
87 | * for a 256-bit fd_set) | ||
88 | */ | ||
89 | #undef __FD_ZERO | ||
90 | static __inline__ void __FD_ZERO(__kernel_fd_set *__p) | ||
91 | { | ||
92 | unsigned long *__tmp = __p->fds_bits; | ||
93 | int __i; | ||
94 | |||
95 | if (__builtin_constant_p(__FDSET_LONGS)) { | ||
96 | switch (__FDSET_LONGS) { | ||
97 | case 16: | ||
98 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
99 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
100 | __tmp[ 4] = 0; __tmp[ 5] = 0; | ||
101 | __tmp[ 6] = 0; __tmp[ 7] = 0; | ||
102 | __tmp[ 8] = 0; __tmp[ 9] = 0; | ||
103 | __tmp[10] = 0; __tmp[11] = 0; | ||
104 | __tmp[12] = 0; __tmp[13] = 0; | ||
105 | __tmp[14] = 0; __tmp[15] = 0; | ||
106 | return; | ||
107 | |||
108 | case 8: | ||
109 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
110 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
111 | __tmp[ 4] = 0; __tmp[ 5] = 0; | ||
112 | __tmp[ 6] = 0; __tmp[ 7] = 0; | ||
113 | return; | ||
114 | |||
115 | case 4: | ||
116 | __tmp[ 0] = 0; __tmp[ 1] = 0; | ||
117 | __tmp[ 2] = 0; __tmp[ 3] = 0; | ||
118 | return; | ||
119 | } | ||
120 | } | ||
121 | __i = __FDSET_LONGS; | ||
122 | while (__i) { | ||
123 | __i--; | ||
124 | *__tmp = 0; | ||
125 | __tmp++; | ||
126 | } | ||
127 | } | ||
128 | |||
129 | #endif /* defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) */ | ||
130 | |||
131 | #endif /* __ASM_SH64_POSIX_TYPES_H */ | ||
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h new file mode 100644 index 000000000000..15d9f92ca383 --- /dev/null +++ b/arch/sh/include/asm/processor.h | |||
@@ -0,0 +1,66 @@ | |||
1 | #ifndef __ASM_SH_PROCESSOR_H | ||
2 | #define __ASM_SH_PROCESSOR_H | ||
3 | |||
4 | #include <asm/cpu-features.h> | ||
5 | #include <asm/segment.h> | ||
6 | |||
7 | #ifndef __ASSEMBLY__ | ||
8 | /* | ||
9 | * CPU type and hardware bug flags. Kept separately for each CPU. | ||
10 | * | ||
11 | * Each one of these also needs a CONFIG_CPU_SUBTYPE_xxx entry | ||
12 | * in arch/sh/mm/Kconfig, as well as an entry in arch/sh/kernel/setup.c | ||
13 | * for parsing the subtype in get_cpu_subtype(). | ||
14 | */ | ||
15 | enum cpu_type { | ||
16 | /* SH-2 types */ | ||
17 | CPU_SH7619, | ||
18 | |||
19 | /* SH-2A types */ | ||
20 | CPU_SH7203, CPU_SH7206, CPU_SH7263, CPU_MXG, | ||
21 | |||
22 | /* SH-3 types */ | ||
23 | CPU_SH7705, CPU_SH7706, CPU_SH7707, | ||
24 | CPU_SH7708, CPU_SH7708S, CPU_SH7708R, | ||
25 | CPU_SH7709, CPU_SH7709A, CPU_SH7710, CPU_SH7712, | ||
26 | CPU_SH7720, CPU_SH7721, CPU_SH7729, | ||
27 | |||
28 | /* SH-4 types */ | ||
29 | CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R, | ||
30 | CPU_SH7760, CPU_SH4_202, CPU_SH4_501, | ||
31 | |||
32 | /* SH-4A types */ | ||
33 | CPU_SH7763, CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785, | ||
34 | CPU_SH7723, CPU_SHX3, | ||
35 | |||
36 | /* SH4AL-DSP types */ | ||
37 | CPU_SH7343, CPU_SH7722, CPU_SH7366, | ||
38 | |||
39 | /* SH-5 types */ | ||
40 | CPU_SH5_101, CPU_SH5_103, | ||
41 | |||
42 | /* Unknown subtype */ | ||
43 | CPU_SH_NONE | ||
44 | }; | ||
45 | |||
46 | /* Forward decl */ | ||
47 | struct sh_cpuinfo; | ||
48 | |||
49 | /* arch/sh/kernel/setup.c */ | ||
50 | const char *get_cpu_subtype(struct sh_cpuinfo *c); | ||
51 | |||
52 | #ifdef CONFIG_VSYSCALL | ||
53 | int vsyscall_init(void); | ||
54 | #else | ||
55 | #define vsyscall_init() do { } while (0) | ||
56 | #endif | ||
57 | |||
58 | #endif /* __ASSEMBLY__ */ | ||
59 | |||
60 | #ifdef CONFIG_SUPERH32 | ||
61 | # include "processor_32.h" | ||
62 | #else | ||
63 | # include "processor_64.h" | ||
64 | #endif | ||
65 | |||
66 | #endif /* __ASM_SH_PROCESSOR_H */ | ||
diff --git a/arch/sh/include/asm/processor_32.h b/arch/sh/include/asm/processor_32.h new file mode 100644 index 000000000000..0dadd75bd93c --- /dev/null +++ b/arch/sh/include/asm/processor_32.h | |||
@@ -0,0 +1,216 @@ | |||
1 | /* | ||
2 | * include/asm-sh/processor.h | ||
3 | * | ||
4 | * Copyright (C) 1999, 2000 Niibe Yutaka | ||
5 | * Copyright (C) 2002, 2003 Paul Mundt | ||
6 | */ | ||
7 | |||
8 | #ifndef __ASM_SH_PROCESSOR_32_H | ||
9 | #define __ASM_SH_PROCESSOR_32_H | ||
10 | #ifdef __KERNEL__ | ||
11 | |||
12 | #include <linux/compiler.h> | ||
13 | #include <asm/page.h> | ||
14 | #include <asm/types.h> | ||
15 | #include <asm/cache.h> | ||
16 | #include <asm/ptrace.h> | ||
17 | |||
18 | /* | ||
19 | * Default implementation of macro that returns current | ||
20 | * instruction pointer ("program counter"). | ||
21 | */ | ||
22 | #define current_text_addr() ({ void *pc; __asm__("mova 1f, %0\n.align 2\n1:":"=z" (pc)); pc; }) | ||
23 | |||
24 | /* Core Processor Version Register */ | ||
25 | #define CCN_PVR 0xff000030 | ||
26 | #define CCN_CVR 0xff000040 | ||
27 | #define CCN_PRR 0xff000044 | ||
28 | |||
29 | struct sh_cpuinfo { | ||
30 | unsigned int type; | ||
31 | int cut_major, cut_minor; | ||
32 | unsigned long loops_per_jiffy; | ||
33 | unsigned long asid_cache; | ||
34 | |||
35 | struct cache_info icache; /* Primary I-cache */ | ||
36 | struct cache_info dcache; /* Primary D-cache */ | ||
37 | struct cache_info scache; /* Secondary cache */ | ||
38 | |||
39 | unsigned long flags; | ||
40 | } __attribute__ ((aligned(L1_CACHE_BYTES))); | ||
41 | |||
42 | extern struct sh_cpuinfo cpu_data[]; | ||
43 | #define boot_cpu_data cpu_data[0] | ||
44 | #define current_cpu_data cpu_data[smp_processor_id()] | ||
45 | #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] | ||
46 | |||
47 | /* | ||
48 | * User space process size: 2GB. | ||
49 | * | ||
50 | * Since SH7709 and SH7750 have "area 7", we can't use 0x7c000000--0x7fffffff | ||
51 | */ | ||
52 | #define TASK_SIZE 0x7c000000UL | ||
53 | |||
54 | #define STACK_TOP TASK_SIZE | ||
55 | #define STACK_TOP_MAX STACK_TOP | ||
56 | |||
57 | /* This decides where the kernel will search for a free chunk of vm | ||
58 | * space during mmap's. | ||
59 | */ | ||
60 | #define TASK_UNMAPPED_BASE (TASK_SIZE / 3) | ||
61 | |||
62 | /* | ||
63 | * Bit of SR register | ||
64 | * | ||
65 | * FD-bit: | ||
66 | * When it's set, it means the processor doesn't have right to use FPU, | ||
67 | * and it results exception when the floating operation is executed. | ||
68 | * | ||
69 | * IMASK-bit: | ||
70 | * Interrupt level mask | ||
71 | */ | ||
72 | #define SR_DSP 0x00001000 | ||
73 | #define SR_IMASK 0x000000f0 | ||
74 | #define SR_FD 0x00008000 | ||
75 | |||
76 | /* | ||
77 | * FPU structure and data | ||
78 | */ | ||
79 | |||
80 | struct sh_fpu_hard_struct { | ||
81 | unsigned long fp_regs[16]; | ||
82 | unsigned long xfp_regs[16]; | ||
83 | unsigned long fpscr; | ||
84 | unsigned long fpul; | ||
85 | |||
86 | long status; /* software status information */ | ||
87 | }; | ||
88 | |||
89 | /* Dummy fpu emulator */ | ||
90 | struct sh_fpu_soft_struct { | ||
91 | unsigned long fp_regs[16]; | ||
92 | unsigned long xfp_regs[16]; | ||
93 | unsigned long fpscr; | ||
94 | unsigned long fpul; | ||
95 | |||
96 | unsigned char lookahead; | ||
97 | unsigned long entry_pc; | ||
98 | }; | ||
99 | |||
100 | union sh_fpu_union { | ||
101 | struct sh_fpu_hard_struct hard; | ||
102 | struct sh_fpu_soft_struct soft; | ||
103 | }; | ||
104 | |||
105 | struct thread_struct { | ||
106 | /* Saved registers when thread is descheduled */ | ||
107 | unsigned long sp; | ||
108 | unsigned long pc; | ||
109 | |||
110 | /* Hardware debugging registers */ | ||
111 | unsigned long ubc_pc; | ||
112 | |||
113 | /* floating point info */ | ||
114 | union sh_fpu_union fpu; | ||
115 | }; | ||
116 | |||
117 | /* Count of active tasks with UBC settings */ | ||
118 | extern int ubc_usercnt; | ||
119 | |||
120 | #define INIT_THREAD { \ | ||
121 | .sp = sizeof(init_stack) + (long) &init_stack, \ | ||
122 | } | ||
123 | |||
124 | /* | ||
125 | * Do necessary setup to start up a newly executed thread. | ||
126 | */ | ||
127 | #define start_thread(regs, new_pc, new_sp) \ | ||
128 | set_fs(USER_DS); \ | ||
129 | regs->pr = 0; \ | ||
130 | regs->sr = SR_FD; /* User mode. */ \ | ||
131 | regs->pc = new_pc; \ | ||
132 | regs->regs[15] = new_sp | ||
133 | |||
134 | /* Forward declaration, a strange C thing */ | ||
135 | struct task_struct; | ||
136 | struct mm_struct; | ||
137 | |||
138 | /* Free all resources held by a thread. */ | ||
139 | extern void release_thread(struct task_struct *); | ||
140 | |||
141 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
142 | #define prepare_to_copy(tsk) do { } while (0) | ||
143 | |||
144 | /* | ||
145 | * create a kernel thread without removing it from tasklists | ||
146 | */ | ||
147 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | ||
148 | |||
149 | /* Copy and release all segment info associated with a VM */ | ||
150 | #define copy_segments(p, mm) do { } while(0) | ||
151 | #define release_segments(mm) do { } while(0) | ||
152 | |||
153 | /* | ||
154 | * FPU lazy state save handling. | ||
155 | */ | ||
156 | |||
157 | static __inline__ void disable_fpu(void) | ||
158 | { | ||
159 | unsigned long __dummy; | ||
160 | |||
161 | /* Set FD flag in SR */ | ||
162 | __asm__ __volatile__("stc sr, %0\n\t" | ||
163 | "or %1, %0\n\t" | ||
164 | "ldc %0, sr" | ||
165 | : "=&r" (__dummy) | ||
166 | : "r" (SR_FD)); | ||
167 | } | ||
168 | |||
169 | static __inline__ void enable_fpu(void) | ||
170 | { | ||
171 | unsigned long __dummy; | ||
172 | |||
173 | /* Clear out FD flag in SR */ | ||
174 | __asm__ __volatile__("stc sr, %0\n\t" | ||
175 | "and %1, %0\n\t" | ||
176 | "ldc %0, sr" | ||
177 | : "=&r" (__dummy) | ||
178 | : "r" (~SR_FD)); | ||
179 | } | ||
180 | |||
181 | /* Double presision, NANS as NANS, rounding to nearest, no exceptions */ | ||
182 | #define FPSCR_INIT 0x00080000 | ||
183 | |||
184 | #define FPSCR_CAUSE_MASK 0x0001f000 /* Cause bits */ | ||
185 | #define FPSCR_FLAG_MASK 0x0000007c /* Flag bits */ | ||
186 | |||
187 | /* | ||
188 | * Return saved PC of a blocked thread. | ||
189 | */ | ||
190 | #define thread_saved_pc(tsk) (tsk->thread.pc) | ||
191 | |||
192 | void show_trace(struct task_struct *tsk, unsigned long *sp, | ||
193 | struct pt_regs *regs); | ||
194 | extern unsigned long get_wchan(struct task_struct *p); | ||
195 | |||
196 | #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) | ||
197 | #define KSTK_ESP(tsk) (task_pt_regs(tsk)->regs[15]) | ||
198 | |||
199 | #define cpu_sleep() __asm__ __volatile__ ("sleep" : : : "memory") | ||
200 | #define cpu_relax() barrier() | ||
201 | |||
202 | #if defined(CONFIG_CPU_SH2A) || defined(CONFIG_CPU_SH3) || \ | ||
203 | defined(CONFIG_CPU_SH4) | ||
204 | #define PREFETCH_STRIDE L1_CACHE_BYTES | ||
205 | #define ARCH_HAS_PREFETCH | ||
206 | #define ARCH_HAS_PREFETCHW | ||
207 | static inline void prefetch(void *x) | ||
208 | { | ||
209 | __asm__ __volatile__ ("pref @%0\n\t" : : "r" (x) : "memory"); | ||
210 | } | ||
211 | |||
212 | #define prefetchw(x) prefetch(x) | ||
213 | #endif | ||
214 | |||
215 | #endif /* __KERNEL__ */ | ||
216 | #endif /* __ASM_SH_PROCESSOR_32_H */ | ||
diff --git a/arch/sh/include/asm/processor_64.h b/arch/sh/include/asm/processor_64.h new file mode 100644 index 000000000000..770d5169983b --- /dev/null +++ b/arch/sh/include/asm/processor_64.h | |||
@@ -0,0 +1,275 @@ | |||
1 | #ifndef __ASM_SH_PROCESSOR_64_H | ||
2 | #define __ASM_SH_PROCESSOR_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/processor_64.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2003 Paul Mundt | ||
9 | * Copyright (C) 2004 Richard Curnow | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | */ | ||
15 | #ifndef __ASSEMBLY__ | ||
16 | |||
17 | #include <linux/compiler.h> | ||
18 | #include <asm/page.h> | ||
19 | #include <asm/types.h> | ||
20 | #include <asm/cache.h> | ||
21 | #include <asm/ptrace.h> | ||
22 | #include <cpu/registers.h> | ||
23 | |||
24 | /* | ||
25 | * Default implementation of macro that returns current | ||
26 | * instruction pointer ("program counter"). | ||
27 | */ | ||
28 | #define current_text_addr() ({ \ | ||
29 | void *pc; \ | ||
30 | unsigned long long __dummy = 0; \ | ||
31 | __asm__("gettr tr0, %1\n\t" \ | ||
32 | "pta 4, tr0\n\t" \ | ||
33 | "gettr tr0, %0\n\t" \ | ||
34 | "ptabs %1, tr0\n\t" \ | ||
35 | :"=r" (pc), "=r" (__dummy) \ | ||
36 | : "1" (__dummy)); \ | ||
37 | pc; }) | ||
38 | |||
39 | /* | ||
40 | * TLB information structure | ||
41 | * | ||
42 | * Defined for both I and D tlb, per-processor. | ||
43 | */ | ||
44 | struct tlb_info { | ||
45 | unsigned long long next; | ||
46 | unsigned long long first; | ||
47 | unsigned long long last; | ||
48 | |||
49 | unsigned int entries; | ||
50 | unsigned int step; | ||
51 | |||
52 | unsigned long flags; | ||
53 | }; | ||
54 | |||
55 | struct sh_cpuinfo { | ||
56 | enum cpu_type type; | ||
57 | unsigned long loops_per_jiffy; | ||
58 | unsigned long asid_cache; | ||
59 | |||
60 | unsigned int cpu_clock, master_clock, bus_clock, module_clock; | ||
61 | |||
62 | /* Cache info */ | ||
63 | struct cache_info icache; | ||
64 | struct cache_info dcache; | ||
65 | struct cache_info scache; | ||
66 | |||
67 | /* TLB info */ | ||
68 | struct tlb_info itlb; | ||
69 | struct tlb_info dtlb; | ||
70 | |||
71 | unsigned long flags; | ||
72 | }; | ||
73 | |||
74 | extern struct sh_cpuinfo cpu_data[]; | ||
75 | #define boot_cpu_data cpu_data[0] | ||
76 | #define current_cpu_data cpu_data[smp_processor_id()] | ||
77 | #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] | ||
78 | |||
79 | #endif | ||
80 | |||
81 | /* | ||
82 | * User space process size: 2GB - 4k. | ||
83 | */ | ||
84 | #define TASK_SIZE 0x7ffff000UL | ||
85 | |||
86 | #define STACK_TOP TASK_SIZE | ||
87 | #define STACK_TOP_MAX STACK_TOP | ||
88 | |||
89 | /* This decides where the kernel will search for a free chunk of vm | ||
90 | * space during mmap's. | ||
91 | */ | ||
92 | #define TASK_UNMAPPED_BASE (TASK_SIZE / 3) | ||
93 | |||
94 | /* | ||
95 | * Bit of SR register | ||
96 | * | ||
97 | * FD-bit: | ||
98 | * When it's set, it means the processor doesn't have right to use FPU, | ||
99 | * and it results exception when the floating operation is executed. | ||
100 | * | ||
101 | * IMASK-bit: | ||
102 | * Interrupt level mask | ||
103 | * | ||
104 | * STEP-bit: | ||
105 | * Single step bit | ||
106 | * | ||
107 | */ | ||
108 | #if defined(CONFIG_SH64_SR_WATCH) | ||
109 | #define SR_MMU 0x84000000 | ||
110 | #else | ||
111 | #define SR_MMU 0x80000000 | ||
112 | #endif | ||
113 | |||
114 | #define SR_IMASK 0x000000f0 | ||
115 | #define SR_FD 0x00008000 | ||
116 | #define SR_SSTEP 0x08000000 | ||
117 | |||
118 | #ifndef __ASSEMBLY__ | ||
119 | |||
120 | /* | ||
121 | * FPU structure and data : require 8-byte alignment as we need to access it | ||
122 | with fld.p, fst.p | ||
123 | */ | ||
124 | |||
125 | struct sh_fpu_hard_struct { | ||
126 | unsigned long fp_regs[64]; | ||
127 | unsigned int fpscr; | ||
128 | /* long status; * software status information */ | ||
129 | }; | ||
130 | |||
131 | #if 0 | ||
132 | /* Dummy fpu emulator */ | ||
133 | struct sh_fpu_soft_struct { | ||
134 | unsigned long long fp_regs[32]; | ||
135 | unsigned int fpscr; | ||
136 | unsigned char lookahead; | ||
137 | unsigned long entry_pc; | ||
138 | }; | ||
139 | #endif | ||
140 | |||
141 | union sh_fpu_union { | ||
142 | struct sh_fpu_hard_struct hard; | ||
143 | /* 'hard' itself only produces 32 bit alignment, yet we need | ||
144 | to access it using 64 bit load/store as well. */ | ||
145 | unsigned long long alignment_dummy; | ||
146 | }; | ||
147 | |||
148 | struct thread_struct { | ||
149 | unsigned long sp; | ||
150 | unsigned long pc; | ||
151 | /* This stores the address of the pt_regs built during a context | ||
152 | switch, or of the register save area built for a kernel mode | ||
153 | exception. It is used for backtracing the stack of a sleeping task | ||
154 | or one that traps in kernel mode. */ | ||
155 | struct pt_regs *kregs; | ||
156 | /* This stores the address of the pt_regs constructed on entry from | ||
157 | user mode. It is a fixed value over the lifetime of a process, or | ||
158 | NULL for a kernel thread. */ | ||
159 | struct pt_regs *uregs; | ||
160 | |||
161 | unsigned long trap_no, error_code; | ||
162 | unsigned long address; | ||
163 | /* Hardware debugging registers may come here */ | ||
164 | |||
165 | /* floating point info */ | ||
166 | union sh_fpu_union fpu; | ||
167 | }; | ||
168 | |||
169 | #define INIT_MMAP \ | ||
170 | { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL } | ||
171 | |||
172 | extern struct pt_regs fake_swapper_regs; | ||
173 | |||
174 | #define INIT_THREAD { \ | ||
175 | .sp = sizeof(init_stack) + \ | ||
176 | (long) &init_stack, \ | ||
177 | .pc = 0, \ | ||
178 | .kregs = &fake_swapper_regs, \ | ||
179 | .uregs = NULL, \ | ||
180 | .trap_no = 0, \ | ||
181 | .error_code = 0, \ | ||
182 | .address = 0, \ | ||
183 | .fpu = { { { 0, } }, } \ | ||
184 | } | ||
185 | |||
186 | /* | ||
187 | * Do necessary setup to start up a newly executed thread. | ||
188 | */ | ||
189 | #define SR_USER (SR_MMU | SR_FD) | ||
190 | |||
191 | #define start_thread(regs, new_pc, new_sp) \ | ||
192 | set_fs(USER_DS); \ | ||
193 | regs->sr = SR_USER; /* User mode. */ \ | ||
194 | regs->pc = new_pc - 4; /* Compensate syscall exit */ \ | ||
195 | regs->pc |= 1; /* Set SHmedia ! */ \ | ||
196 | regs->regs[18] = 0; \ | ||
197 | regs->regs[15] = new_sp | ||
198 | |||
199 | /* Forward declaration, a strange C thing */ | ||
200 | struct task_struct; | ||
201 | struct mm_struct; | ||
202 | |||
203 | /* Free all resources held by a thread. */ | ||
204 | extern void release_thread(struct task_struct *); | ||
205 | /* | ||
206 | * create a kernel thread without removing it from tasklists | ||
207 | */ | ||
208 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | ||
209 | |||
210 | |||
211 | /* Copy and release all segment info associated with a VM */ | ||
212 | #define copy_segments(p, mm) do { } while (0) | ||
213 | #define release_segments(mm) do { } while (0) | ||
214 | #define forget_segments() do { } while (0) | ||
215 | #define prepare_to_copy(tsk) do { } while (0) | ||
216 | /* | ||
217 | * FPU lazy state save handling. | ||
218 | */ | ||
219 | |||
220 | static inline void disable_fpu(void) | ||
221 | { | ||
222 | unsigned long long __dummy; | ||
223 | |||
224 | /* Set FD flag in SR */ | ||
225 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
226 | "or %0, %1, %0\n\t" | ||
227 | "putcon %0, " __SR "\n\t" | ||
228 | : "=&r" (__dummy) | ||
229 | : "r" (SR_FD)); | ||
230 | } | ||
231 | |||
232 | static inline void enable_fpu(void) | ||
233 | { | ||
234 | unsigned long long __dummy; | ||
235 | |||
236 | /* Clear out FD flag in SR */ | ||
237 | __asm__ __volatile__("getcon " __SR ", %0\n\t" | ||
238 | "and %0, %1, %0\n\t" | ||
239 | "putcon %0, " __SR "\n\t" | ||
240 | : "=&r" (__dummy) | ||
241 | : "r" (~SR_FD)); | ||
242 | } | ||
243 | |||
244 | /* Round to nearest, no exceptions on inexact, overflow, underflow, | ||
245 | zero-divide, invalid. Configure option for whether to flush denorms to | ||
246 | zero, or except if a denorm is encountered. */ | ||
247 | #if defined(CONFIG_SH64_FPU_DENORM_FLUSH) | ||
248 | #define FPSCR_INIT 0x00040000 | ||
249 | #else | ||
250 | #define FPSCR_INIT 0x00000000 | ||
251 | #endif | ||
252 | |||
253 | #ifdef CONFIG_SH_FPU | ||
254 | /* Initialise the FP state of a task */ | ||
255 | void fpinit(struct sh_fpu_hard_struct *fpregs); | ||
256 | #else | ||
257 | #define fpinit(fpregs) do { } while (0) | ||
258 | #endif | ||
259 | |||
260 | extern struct task_struct *last_task_used_math; | ||
261 | |||
262 | /* | ||
263 | * Return saved PC of a blocked thread. | ||
264 | */ | ||
265 | #define thread_saved_pc(tsk) (tsk->thread.pc) | ||
266 | |||
267 | extern unsigned long get_wchan(struct task_struct *p); | ||
268 | |||
269 | #define KSTK_EIP(tsk) ((tsk)->thread.pc) | ||
270 | #define KSTK_ESP(tsk) ((tsk)->thread.sp) | ||
271 | |||
272 | #define cpu_relax() barrier() | ||
273 | |||
274 | #endif /* __ASSEMBLY__ */ | ||
275 | #endif /* __ASM_SH_PROCESSOR_64_H */ | ||
diff --git a/arch/sh/include/asm/ptrace.h b/arch/sh/include/asm/ptrace.h new file mode 100644 index 000000000000..b86aeabba61a --- /dev/null +++ b/arch/sh/include/asm/ptrace.h | |||
@@ -0,0 +1,139 @@ | |||
1 | #ifndef __ASM_SH_PTRACE_H | ||
2 | #define __ASM_SH_PTRACE_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999, 2000 Niibe Yutaka | ||
6 | * | ||
7 | */ | ||
8 | #if defined(__SH5__) | ||
9 | struct pt_regs { | ||
10 | unsigned long long pc; | ||
11 | unsigned long long sr; | ||
12 | unsigned long long syscall_nr; | ||
13 | unsigned long long regs[63]; | ||
14 | unsigned long long tregs[8]; | ||
15 | unsigned long long pad[2]; | ||
16 | }; | ||
17 | #else | ||
18 | /* | ||
19 | * GCC defines register number like this: | ||
20 | * ----------------------------- | ||
21 | * 0 - 15 are integer registers | ||
22 | * 17 - 22 are control/special registers | ||
23 | * 24 - 39 fp registers | ||
24 | * 40 - 47 xd registers | ||
25 | * 48 - fpscr register | ||
26 | * ----------------------------- | ||
27 | * | ||
28 | * We follows above, except: | ||
29 | * 16 --- program counter (PC) | ||
30 | * 22 --- syscall # | ||
31 | * 23 --- floating point communication register | ||
32 | */ | ||
33 | #define REG_REG0 0 | ||
34 | #define REG_REG15 15 | ||
35 | |||
36 | #define REG_PC 16 | ||
37 | |||
38 | #define REG_PR 17 | ||
39 | #define REG_SR 18 | ||
40 | #define REG_GBR 19 | ||
41 | #define REG_MACH 20 | ||
42 | #define REG_MACL 21 | ||
43 | |||
44 | #define REG_SYSCALL 22 | ||
45 | |||
46 | #define REG_FPREG0 23 | ||
47 | #define REG_FPREG15 38 | ||
48 | #define REG_XFREG0 39 | ||
49 | #define REG_XFREG15 54 | ||
50 | |||
51 | #define REG_FPSCR 55 | ||
52 | #define REG_FPUL 56 | ||
53 | |||
54 | /* | ||
55 | * This struct defines the way the registers are stored on the | ||
56 | * kernel stack during a system call or other kernel entry. | ||
57 | */ | ||
58 | struct pt_regs { | ||
59 | unsigned long regs[16]; | ||
60 | unsigned long pc; | ||
61 | unsigned long pr; | ||
62 | unsigned long sr; | ||
63 | unsigned long gbr; | ||
64 | unsigned long mach; | ||
65 | unsigned long macl; | ||
66 | long tra; | ||
67 | }; | ||
68 | |||
69 | /* | ||
70 | * This struct defines the way the DSP registers are stored on the | ||
71 | * kernel stack during a system call or other kernel entry. | ||
72 | */ | ||
73 | struct pt_dspregs { | ||
74 | unsigned long a1; | ||
75 | unsigned long a0g; | ||
76 | unsigned long a1g; | ||
77 | unsigned long m0; | ||
78 | unsigned long m1; | ||
79 | unsigned long a0; | ||
80 | unsigned long x0; | ||
81 | unsigned long x1; | ||
82 | unsigned long y0; | ||
83 | unsigned long y1; | ||
84 | unsigned long dsr; | ||
85 | unsigned long rs; | ||
86 | unsigned long re; | ||
87 | unsigned long mod; | ||
88 | }; | ||
89 | |||
90 | #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ | ||
91 | |||
92 | #define PTRACE_GETFDPIC_EXEC 0 /* [addr] request the executable loadmap */ | ||
93 | #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ | ||
94 | |||
95 | #define PTRACE_GETDSPREGS 55 | ||
96 | #define PTRACE_SETDSPREGS 56 | ||
97 | #endif | ||
98 | |||
99 | #ifdef __KERNEL__ | ||
100 | #include <asm/addrspace.h> | ||
101 | |||
102 | #define user_mode(regs) (((regs)->sr & 0x40000000)==0) | ||
103 | #define instruction_pointer(regs) ((unsigned long)(regs)->pc) | ||
104 | |||
105 | extern void show_regs(struct pt_regs *); | ||
106 | |||
107 | /* | ||
108 | * These are defined as per linux/ptrace.h. | ||
109 | */ | ||
110 | struct task_struct; | ||
111 | |||
112 | #define arch_has_single_step() (1) | ||
113 | extern void user_enable_single_step(struct task_struct *); | ||
114 | extern void user_disable_single_step(struct task_struct *); | ||
115 | |||
116 | #ifdef CONFIG_SH_DSP | ||
117 | #define task_pt_regs(task) \ | ||
118 | ((struct pt_regs *) (task_stack_page(task) + THREAD_SIZE \ | ||
119 | - sizeof(struct pt_dspregs) - sizeof(unsigned long)) - 1) | ||
120 | #else | ||
121 | #define task_pt_regs(task) \ | ||
122 | ((struct pt_regs *) (task_stack_page(task) + THREAD_SIZE \ | ||
123 | - sizeof(unsigned long)) - 1) | ||
124 | #endif | ||
125 | |||
126 | static inline unsigned long profile_pc(struct pt_regs *regs) | ||
127 | { | ||
128 | unsigned long pc = instruction_pointer(regs); | ||
129 | |||
130 | #ifdef P2SEG | ||
131 | if (pc >= P2SEG && pc < P3SEG) | ||
132 | pc -= 0x20000000; | ||
133 | #endif | ||
134 | |||
135 | return pc; | ||
136 | } | ||
137 | #endif /* __KERNEL__ */ | ||
138 | |||
139 | #endif /* __ASM_SH_PTRACE_H */ | ||
diff --git a/arch/sh/include/asm/push-switch.h b/arch/sh/include/asm/push-switch.h new file mode 100644 index 000000000000..4903f9e52dd8 --- /dev/null +++ b/arch/sh/include/asm/push-switch.h | |||
@@ -0,0 +1,31 @@ | |||
1 | #ifndef __ASM_SH_PUSH_SWITCH_H | ||
2 | #define __ASM_SH_PUSH_SWITCH_H | ||
3 | |||
4 | #include <linux/timer.h> | ||
5 | #include <linux/interrupt.h> | ||
6 | #include <linux/workqueue.h> | ||
7 | #include <linux/platform_device.h> | ||
8 | |||
9 | struct push_switch { | ||
10 | /* switch state */ | ||
11 | unsigned int state:1; | ||
12 | /* debounce timer */ | ||
13 | struct timer_list debounce; | ||
14 | /* workqueue */ | ||
15 | struct work_struct work; | ||
16 | /* platform device, for workqueue handler */ | ||
17 | struct platform_device *pdev; | ||
18 | }; | ||
19 | |||
20 | struct push_switch_platform_info { | ||
21 | /* IRQ handler */ | ||
22 | irqreturn_t (*irq_handler)(int irq, void *data); | ||
23 | /* Special IRQ flags */ | ||
24 | unsigned int irq_flags; | ||
25 | /* Bit location of switch */ | ||
26 | unsigned int bit; | ||
27 | /* Symbolic switch name */ | ||
28 | const char *name; | ||
29 | }; | ||
30 | |||
31 | #endif /* __ASM_SH_PUSH_SWITCH_H */ | ||
diff --git a/arch/sh/include/asm/r7780rp.h b/arch/sh/include/asm/r7780rp.h new file mode 100644 index 000000000000..306f7359f7d4 --- /dev/null +++ b/arch/sh/include/asm/r7780rp.h | |||
@@ -0,0 +1,198 @@ | |||
1 | #ifndef __ASM_SH_RENESAS_R7780RP_H | ||
2 | #define __ASM_SH_RENESAS_R7780RP_H | ||
3 | |||
4 | /* Box specific addresses. */ | ||
5 | #if defined(CONFIG_SH_R7780MP) | ||
6 | #define PA_BCR 0xa4000000 /* FPGA */ | ||
7 | #define PA_SDPOW (-1) | ||
8 | |||
9 | #define PA_IRLMSK (PA_BCR+0x0000) /* Interrupt Mask control */ | ||
10 | #define PA_IRLMON (PA_BCR+0x0002) /* Interrupt Status control */ | ||
11 | #define PA_IRLPRI1 (PA_BCR+0x0004) /* Interrupt Priorty 1 */ | ||
12 | #define PA_IRLPRI2 (PA_BCR+0x0006) /* Interrupt Priorty 2 */ | ||
13 | #define PA_IRLPRI3 (PA_BCR+0x0008) /* Interrupt Priorty 3 */ | ||
14 | #define PA_IRLPRI4 (PA_BCR+0x000a) /* Interrupt Priorty 4 */ | ||
15 | #define PA_RSTCTL (PA_BCR+0x000c) /* Reset Control */ | ||
16 | #define PA_PCIBD (PA_BCR+0x000e) /* PCI Board detect control */ | ||
17 | #define PA_PCICD (PA_BCR+0x0010) /* PCI Conector detect control */ | ||
18 | #define PA_EXTGIO (PA_BCR+0x0016) /* Extension GPIO Control */ | ||
19 | #define PA_IVDRMON (PA_BCR+0x0018) /* iVDR Moniter control */ | ||
20 | #define PA_IVDRCTL (PA_BCR+0x001a) /* iVDR control */ | ||
21 | #define PA_OBLED (PA_BCR+0x001c) /* On Board LED control */ | ||
22 | #define PA_OBSW (PA_BCR+0x001e) /* On Board Switch control */ | ||
23 | #define PA_AUDIOSEL (PA_BCR+0x0020) /* Sound Interface Select control */ | ||
24 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extention Pin Polarity control */ | ||
25 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ | ||
26 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ | ||
27 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ | ||
28 | #define PA_TPXPOS (PA_BCR+0x0106) /* Touch Panel X position control */ | ||
29 | #define PA_TPYPOS (PA_BCR+0x0108) /* Touch Panel Y position control */ | ||
30 | #define PA_DBSW (PA_BCR+0x0200) /* Debug Board Switch control */ | ||
31 | #define PA_CFCTL (PA_BCR+0x0300) /* CF Timing control */ | ||
32 | #define PA_CFPOW (PA_BCR+0x0302) /* CF Power control */ | ||
33 | #define PA_CFCDINTCLR (PA_BCR+0x0304) /* CF Insert Interrupt clear */ | ||
34 | #define PA_SCSMR0 (PA_BCR+0x0400) /* SCIF0 Serial mode control */ | ||
35 | #define PA_SCBRR0 (PA_BCR+0x0404) /* SCIF0 Bit rate control */ | ||
36 | #define PA_SCSCR0 (PA_BCR+0x0408) /* SCIF0 Serial control */ | ||
37 | #define PA_SCFTDR0 (PA_BCR+0x040c) /* SCIF0 Send FIFO control */ | ||
38 | #define PA_SCFSR0 (PA_BCR+0x0410) /* SCIF0 Serial status control */ | ||
39 | #define PA_SCFRDR0 (PA_BCR+0x0414) /* SCIF0 Receive FIFO control */ | ||
40 | #define PA_SCFCR0 (PA_BCR+0x0418) /* SCIF0 FIFO control */ | ||
41 | #define PA_SCTFDR0 (PA_BCR+0x041c) /* SCIF0 Send FIFO data control */ | ||
42 | #define PA_SCRFDR0 (PA_BCR+0x0420) /* SCIF0 Receive FIFO data control */ | ||
43 | #define PA_SCSPTR0 (PA_BCR+0x0424) /* SCIF0 Serial Port control */ | ||
44 | #define PA_SCLSR0 (PA_BCR+0x0428) /* SCIF0 Line Status control */ | ||
45 | #define PA_SCRER0 (PA_BCR+0x042c) /* SCIF0 Serial Error control */ | ||
46 | #define PA_SCSMR1 (PA_BCR+0x0500) /* SCIF1 Serial mode control */ | ||
47 | #define PA_SCBRR1 (PA_BCR+0x0504) /* SCIF1 Bit rate control */ | ||
48 | #define PA_SCSCR1 (PA_BCR+0x0508) /* SCIF1 Serial control */ | ||
49 | #define PA_SCFTDR1 (PA_BCR+0x050c) /* SCIF1 Send FIFO control */ | ||
50 | #define PA_SCFSR1 (PA_BCR+0x0510) /* SCIF1 Serial status control */ | ||
51 | #define PA_SCFRDR1 (PA_BCR+0x0514) /* SCIF1 Receive FIFO control */ | ||
52 | #define PA_SCFCR1 (PA_BCR+0x0518) /* SCIF1 FIFO control */ | ||
53 | #define PA_SCTFDR1 (PA_BCR+0x051c) /* SCIF1 Send FIFO data control */ | ||
54 | #define PA_SCRFDR1 (PA_BCR+0x0520) /* SCIF1 Receive FIFO data control */ | ||
55 | #define PA_SCSPTR1 (PA_BCR+0x0524) /* SCIF1 Serial Port control */ | ||
56 | #define PA_SCLSR1 (PA_BCR+0x0528) /* SCIF1 Line Status control */ | ||
57 | #define PA_SCRER1 (PA_BCR+0x052c) /* SCIF1 Serial Error control */ | ||
58 | #define PA_SMCR (PA_BCR+0x0600) /* 2-wire Serial control */ | ||
59 | #define PA_SMSMADR (PA_BCR+0x0602) /* 2-wire Serial Slave control */ | ||
60 | #define PA_SMMR (PA_BCR+0x0604) /* 2-wire Serial Mode control */ | ||
61 | #define PA_SMSADR1 (PA_BCR+0x0606) /* 2-wire Serial Address1 control */ | ||
62 | #define PA_SMTRDR1 (PA_BCR+0x0646) /* 2-wire Serial Data1 control */ | ||
63 | #define PA_VERREG (PA_BCR+0x0700) /* FPGA Version Register */ | ||
64 | #define PA_POFF (PA_BCR+0x0800) /* System Power Off control */ | ||
65 | #define PA_PMR (PA_BCR+0x0900) /* */ | ||
66 | |||
67 | #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */ | ||
68 | #define IVDR_CK_ON 8 /* iVDR Clock ON */ | ||
69 | |||
70 | #elif defined(CONFIG_SH_R7780RP) | ||
71 | #define PA_POFF (-1) | ||
72 | |||
73 | #define PA_BCR 0xa5000000 /* FPGA */ | ||
74 | #define PA_IRLMSK (PA_BCR+0x0000) /* Interrupt Mask control */ | ||
75 | #define PA_IRLMON (PA_BCR+0x0002) /* Interrupt Status control */ | ||
76 | #define PA_SDPOW (PA_BCR+0x0004) /* SD Power control */ | ||
77 | #define PA_RSTCTL (PA_BCR+0x0006) /* Device Reset control */ | ||
78 | #define PA_PCIBD (PA_BCR+0x0008) /* PCI Board detect control */ | ||
79 | #define PA_PCICD (PA_BCR+0x000a) /* PCI Conector detect control */ | ||
80 | #define PA_ZIGIO1 (PA_BCR+0x000c) /* Zigbee IO control 1 */ | ||
81 | #define PA_ZIGIO2 (PA_BCR+0x000e) /* Zigbee IO control 2 */ | ||
82 | #define PA_ZIGIO3 (PA_BCR+0x0010) /* Zigbee IO control 3 */ | ||
83 | #define PA_ZIGIO4 (PA_BCR+0x0012) /* Zigbee IO control 4 */ | ||
84 | #define PA_IVDRMON (PA_BCR+0x0014) /* iVDR Moniter control */ | ||
85 | #define PA_IVDRCTL (PA_BCR+0x0016) /* iVDR control */ | ||
86 | #define PA_OBLED (PA_BCR+0x0018) /* On Board LED control */ | ||
87 | #define PA_OBSW (PA_BCR+0x001a) /* On Board Switch control */ | ||
88 | #define PA_AUDIOSEL (PA_BCR+0x001c) /* Sound Interface Select control */ | ||
89 | #define PA_EXTPLR (PA_BCR+0x001e) /* Extention Pin Polarity control */ | ||
90 | #define PA_TPCTL (PA_BCR+0x0100) /* Touch Panel Access control */ | ||
91 | #define PA_TPDCKCTL (PA_BCR+0x0102) /* Touch Panel Access data control */ | ||
92 | #define PA_TPCTLCLR (PA_BCR+0x0104) /* Touch Panel Access control */ | ||
93 | #define PA_TPXPOS (PA_BCR+0x0106) /* Touch Panel X position control */ | ||
94 | #define PA_TPYPOS (PA_BCR+0x0108) /* Touch Panel Y position control */ | ||
95 | #define PA_DBDET (PA_BCR+0x0200) /* Debug Board detect control */ | ||
96 | #define PA_DBDISPCTL (PA_BCR+0x0202) /* Debug Board Dot timing control */ | ||
97 | #define PA_DBSW (PA_BCR+0x0204) /* Debug Board Switch control */ | ||
98 | #define PA_CFCTL (PA_BCR+0x0300) /* CF Timing control */ | ||
99 | #define PA_CFPOW (PA_BCR+0x0302) /* CF Power control */ | ||
100 | #define PA_CFCDINTCLR (PA_BCR+0x0304) /* CF Insert Interrupt clear */ | ||
101 | #define PA_SCSMR (PA_BCR+0x0400) /* SCIF Serial mode control */ | ||
102 | #define PA_SCBRR (PA_BCR+0x0402) /* SCIF Bit rate control */ | ||
103 | #define PA_SCSCR (PA_BCR+0x0404) /* SCIF Serial control */ | ||
104 | #define PA_SCFDTR (PA_BCR+0x0406) /* SCIF Send FIFO control */ | ||
105 | #define PA_SCFSR (PA_BCR+0x0408) /* SCIF Serial status control */ | ||
106 | #define PA_SCFRDR (PA_BCR+0x040a) /* SCIF Receive FIFO control */ | ||
107 | #define PA_SCFCR (PA_BCR+0x040c) /* SCIF FIFO control */ | ||
108 | #define PA_SCFDR (PA_BCR+0x040e) /* SCIF FIFO data control */ | ||
109 | #define PA_SCLSR (PA_BCR+0x0412) /* SCIF Line Status control */ | ||
110 | #define PA_SMCR (PA_BCR+0x0500) /* 2-wire Serial control */ | ||
111 | #define PA_SMSMADR (PA_BCR+0x0502) /* 2-wire Serial Slave control */ | ||
112 | #define PA_SMMR (PA_BCR+0x0504) /* 2-wire Serial Mode control */ | ||
113 | #define PA_SMSADR1 (PA_BCR+0x0506) /* 2-wire Serial Address1 control */ | ||
114 | #define PA_SMTRDR1 (PA_BCR+0x0546) /* 2-wire Serial Data1 control */ | ||
115 | #define PA_VERREG (PA_BCR+0x0600) /* FPGA Version Register */ | ||
116 | |||
117 | #define PA_AX88796L 0xa5800400 /* AX88796L Area */ | ||
118 | #define PA_SC1602BSLB 0xa6000000 /* SC1602BSLB Area */ | ||
119 | #define PA_IDE_OFFSET 0x1f0 /* CF IDE Offset */ | ||
120 | #define AX88796L_IO_BASE 0x1000 /* AX88796L IO Base Address */ | ||
121 | |||
122 | #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */ | ||
123 | |||
124 | #define IVDR_CK_ON 8 /* iVDR Clock ON */ | ||
125 | |||
126 | #elif defined(CONFIG_SH_R7785RP) | ||
127 | #define PA_BCR 0xa4000000 /* FPGA */ | ||
128 | #define PA_SDPOW (-1) | ||
129 | |||
130 | #define PA_PCISCR (PA_BCR+0x0000) | ||
131 | #define PA_IRLPRA (PA_BCR+0x0002) | ||
132 | #define PA_IRLPRB (PA_BCR+0x0004) | ||
133 | #define PA_IRLPRC (PA_BCR+0x0006) | ||
134 | #define PA_IRLPRD (PA_BCR+0x0008) | ||
135 | #define IRLCNTR1 (PA_BCR+0x0010) | ||
136 | #define PA_IRLPRE (PA_BCR+0x000a) | ||
137 | #define PA_IRLPRF (PA_BCR+0x000c) | ||
138 | #define PA_EXIRLCR (PA_BCR+0x000e) | ||
139 | #define PA_IRLMCR1 (PA_BCR+0x0010) | ||
140 | #define PA_IRLMCR2 (PA_BCR+0x0012) | ||
141 | #define PA_IRLSSR1 (PA_BCR+0x0014) | ||
142 | #define PA_IRLSSR2 (PA_BCR+0x0016) | ||
143 | #define PA_CFTCR (PA_BCR+0x0100) | ||
144 | #define PA_CFPCR (PA_BCR+0x0102) | ||
145 | #define PA_PCICR (PA_BCR+0x0110) | ||
146 | #define PA_IVDRCTL (PA_BCR+0x0112) | ||
147 | #define PA_IVDRSR (PA_BCR+0x0114) | ||
148 | #define PA_PDRSTCR (PA_BCR+0x0116) | ||
149 | #define PA_POFF (PA_BCR+0x0120) | ||
150 | #define PA_LCDCR (PA_BCR+0x0130) | ||
151 | #define PA_TPCR (PA_BCR+0x0140) | ||
152 | #define PA_TPCKCR (PA_BCR+0x0142) | ||
153 | #define PA_TPRSTR (PA_BCR+0x0144) | ||
154 | #define PA_TPXPDR (PA_BCR+0x0146) | ||
155 | #define PA_TPYPDR (PA_BCR+0x0148) | ||
156 | #define PA_GPIOPFR (PA_BCR+0x0150) | ||
157 | #define PA_GPIODR (PA_BCR+0x0152) | ||
158 | #define PA_OBLED (PA_BCR+0x0154) | ||
159 | #define PA_SWSR (PA_BCR+0x0156) | ||
160 | #define PA_VERREG (PA_BCR+0x0158) | ||
161 | #define PA_SMCR (PA_BCR+0x0200) | ||
162 | #define PA_SMSMADR (PA_BCR+0x0202) | ||
163 | #define PA_SMMR (PA_BCR+0x0204) | ||
164 | #define PA_SMSADR1 (PA_BCR+0x0206) | ||
165 | #define PA_SMSADR32 (PA_BCR+0x0244) | ||
166 | #define PA_SMTRDR1 (PA_BCR+0x0246) | ||
167 | #define PA_SMTRDR16 (PA_BCR+0x0264) | ||
168 | #define PA_CU3MDR (PA_BCR+0x0300) | ||
169 | #define PA_CU5MDR (PA_BCR+0x0302) | ||
170 | #define PA_MMSR (PA_BCR+0x0400) | ||
171 | |||
172 | #define IVDR_CK_ON 4 /* iVDR Clock ON */ | ||
173 | #endif | ||
174 | |||
175 | #define HL_FPGA_IRQ_BASE 200 | ||
176 | #define HL_NR_IRL 15 | ||
177 | |||
178 | #define IRQ_AX88796 (HL_FPGA_IRQ_BASE + 0) | ||
179 | #define IRQ_CF (HL_FPGA_IRQ_BASE + 1) | ||
180 | #define IRQ_PSW (HL_FPGA_IRQ_BASE + 2) | ||
181 | #define IRQ_EXT0 (HL_FPGA_IRQ_BASE + 3) | ||
182 | #define IRQ_EXT1 (HL_FPGA_IRQ_BASE + 4) | ||
183 | #define IRQ_EXT2 (HL_FPGA_IRQ_BASE + 5) | ||
184 | #define IRQ_EXT3 (HL_FPGA_IRQ_BASE + 6) | ||
185 | #define IRQ_EXT4 (HL_FPGA_IRQ_BASE + 7) | ||
186 | #define IRQ_EXT5 (HL_FPGA_IRQ_BASE + 8) | ||
187 | #define IRQ_EXT6 (HL_FPGA_IRQ_BASE + 9) | ||
188 | #define IRQ_EXT7 (HL_FPGA_IRQ_BASE + 10) | ||
189 | #define IRQ_SMBUS (HL_FPGA_IRQ_BASE + 11) | ||
190 | #define IRQ_TP (HL_FPGA_IRQ_BASE + 12) | ||
191 | #define IRQ_RTC (HL_FPGA_IRQ_BASE + 13) | ||
192 | #define IRQ_TH_ALERT (HL_FPGA_IRQ_BASE + 14) | ||
193 | #define IRQ_SCIF0 (HL_FPGA_IRQ_BASE + 15) | ||
194 | #define IRQ_SCIF1 (HL_FPGA_IRQ_BASE + 16) | ||
195 | |||
196 | unsigned char *highlander_plat_irq_setup(void); | ||
197 | |||
198 | #endif /* __ASM_SH_RENESAS_R7780RP */ | ||
diff --git a/arch/sh/include/asm/resource.h b/arch/sh/include/asm/resource.h new file mode 100644 index 000000000000..9c2499a86ec0 --- /dev/null +++ b/arch/sh/include/asm/resource.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_RESOURCE_H | ||
2 | #define __ASM_SH_RESOURCE_H | ||
3 | |||
4 | #include <asm-generic/resource.h> | ||
5 | |||
6 | #endif /* __ASM_SH_RESOURCE_H */ | ||
diff --git a/arch/sh/include/asm/rtc.h b/arch/sh/include/asm/rtc.h new file mode 100644 index 000000000000..1813f4202a24 --- /dev/null +++ b/arch/sh/include/asm/rtc.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef _ASM_RTC_H | ||
2 | #define _ASM_RTC_H | ||
3 | |||
4 | extern void (*board_time_init)(void); | ||
5 | extern void (*rtc_sh_get_time)(struct timespec *); | ||
6 | extern int (*rtc_sh_set_time)(const time_t); | ||
7 | |||
8 | #define RTC_CAP_4_DIGIT_YEAR (1 << 0) | ||
9 | |||
10 | struct sh_rtc_platform_info { | ||
11 | unsigned long capabilities; | ||
12 | }; | ||
13 | |||
14 | #include <cpu/rtc.h> | ||
15 | |||
16 | #endif /* _ASM_RTC_H */ | ||
diff --git a/arch/sh/include/asm/rts7751r2d.h b/arch/sh/include/asm/rts7751r2d.h new file mode 100644 index 000000000000..0a800157b826 --- /dev/null +++ b/arch/sh/include/asm/rts7751r2d.h | |||
@@ -0,0 +1,70 @@ | |||
1 | #ifndef __ASM_SH_RENESAS_RTS7751R2D_H | ||
2 | #define __ASM_SH_RENESAS_RTS7751R2D_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/renesas_rts7751r2d.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Atom Create Engineering Co., Ltd. | ||
8 | * | ||
9 | * Renesas Technology Sales RTS7751R2D support | ||
10 | */ | ||
11 | |||
12 | /* Board specific addresses. */ | ||
13 | |||
14 | #define PA_BCR 0xa4000000 /* FPGA */ | ||
15 | #define PA_IRLMON 0xa4000002 /* Interrupt Status control */ | ||
16 | #define PA_CFCTL 0xa4000004 /* CF Timing control */ | ||
17 | #define PA_CFPOW 0xa4000006 /* CF Power control */ | ||
18 | #define PA_DISPCTL 0xa4000008 /* Display Timing control */ | ||
19 | #define PA_SDMPOW 0xa400000a /* SD Power control */ | ||
20 | #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */ | ||
21 | #define PA_PCICD 0xa400000e /* PCI Extention detect control */ | ||
22 | #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */ | ||
23 | |||
24 | #define PA_R2D1_AXRST 0xa4000022 /* AX_LAN Reset control */ | ||
25 | #define PA_R2D1_CFRST 0xa4000024 /* CF Reset control */ | ||
26 | #define PA_R2D1_ADMRTS 0xa4000026 /* SD Reset control */ | ||
27 | #define PA_R2D1_EXTRST 0xa4000028 /* Extention Reset control */ | ||
28 | #define PA_R2D1_CFCDINTCLR 0xa400002a /* CF Insert Interrupt clear */ | ||
29 | |||
30 | #define PA_R2DPLUS_CFRST 0xa4000022 /* CF Reset control */ | ||
31 | #define PA_R2DPLUS_ADMRTS 0xa4000024 /* SD Reset control */ | ||
32 | #define PA_R2DPLUS_EXTRST 0xa4000026 /* Extention Reset control */ | ||
33 | #define PA_R2DPLUS_CFCDINTCLR 0xa4000028 /* CF Insert Interrupt clear */ | ||
34 | #define PA_R2DPLUS_KEYCTLCLR 0xa400002a /* Key Interrupt clear */ | ||
35 | |||
36 | #define PA_POWOFF 0xa4000030 /* Board Power OFF control */ | ||
37 | #define PA_VERREG 0xa4000032 /* FPGA Version Register */ | ||
38 | #define PA_INPORT 0xa4000034 /* KEY Input Port control */ | ||
39 | #define PA_OUTPORT 0xa4000036 /* LED control */ | ||
40 | #define PA_BVERREG 0xa4000038 /* Board Revision Register */ | ||
41 | |||
42 | #define PA_AX88796L 0xaa000400 /* AX88796L Area */ | ||
43 | #define PA_VOYAGER 0xab000000 /* VOYAGER GX Area */ | ||
44 | #define PA_IDE_OFFSET 0x1f0 /* CF IDE Offset */ | ||
45 | #define AX88796L_IO_BASE 0x1000 /* AX88796L IO Base Address */ | ||
46 | |||
47 | #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */ | ||
48 | |||
49 | #define R2D_FPGA_IRQ_BASE 100 | ||
50 | |||
51 | #define IRQ_VOYAGER (R2D_FPGA_IRQ_BASE + 0) | ||
52 | #define IRQ_EXT (R2D_FPGA_IRQ_BASE + 1) | ||
53 | #define IRQ_TP (R2D_FPGA_IRQ_BASE + 2) | ||
54 | #define IRQ_RTC_T (R2D_FPGA_IRQ_BASE + 3) | ||
55 | #define IRQ_RTC_A (R2D_FPGA_IRQ_BASE + 4) | ||
56 | #define IRQ_SDCARD (R2D_FPGA_IRQ_BASE + 5) | ||
57 | #define IRQ_CF_CD (R2D_FPGA_IRQ_BASE + 6) | ||
58 | #define IRQ_CF_IDE (R2D_FPGA_IRQ_BASE + 7) | ||
59 | #define IRQ_AX88796 (R2D_FPGA_IRQ_BASE + 8) | ||
60 | #define IRQ_KEY (R2D_FPGA_IRQ_BASE + 9) | ||
61 | #define IRQ_PCI_INTA (R2D_FPGA_IRQ_BASE + 10) | ||
62 | #define IRQ_PCI_INTB (R2D_FPGA_IRQ_BASE + 11) | ||
63 | #define IRQ_PCI_INTC (R2D_FPGA_IRQ_BASE + 12) | ||
64 | #define IRQ_PCI_INTD (R2D_FPGA_IRQ_BASE + 13) | ||
65 | |||
66 | /* arch/sh/boards/renesas/rts7751r2d/irq.c */ | ||
67 | void init_rts7751r2d_IRQ(void); | ||
68 | int rts7751r2d_irq_demux(int); | ||
69 | |||
70 | #endif /* __ASM_SH_RENESAS_RTS7751R2D */ | ||
diff --git a/arch/sh/include/asm/rwsem.h b/arch/sh/include/asm/rwsem.h new file mode 100644 index 000000000000..1987f3ea7f1b --- /dev/null +++ b/arch/sh/include/asm/rwsem.h | |||
@@ -0,0 +1,188 @@ | |||
1 | /* | ||
2 | * include/asm-sh/rwsem.h: R/W semaphores for SH using the stuff | ||
3 | * in lib/rwsem.c. | ||
4 | */ | ||
5 | |||
6 | #ifndef _ASM_SH_RWSEM_H | ||
7 | #define _ASM_SH_RWSEM_H | ||
8 | |||
9 | #ifndef _LINUX_RWSEM_H | ||
10 | #error "please don't include asm/rwsem.h directly, use linux/rwsem.h instead" | ||
11 | #endif | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | #include <linux/list.h> | ||
15 | #include <linux/spinlock.h> | ||
16 | #include <asm/atomic.h> | ||
17 | #include <asm/system.h> | ||
18 | |||
19 | /* | ||
20 | * the semaphore definition | ||
21 | */ | ||
22 | struct rw_semaphore { | ||
23 | long count; | ||
24 | #define RWSEM_UNLOCKED_VALUE 0x00000000 | ||
25 | #define RWSEM_ACTIVE_BIAS 0x00000001 | ||
26 | #define RWSEM_ACTIVE_MASK 0x0000ffff | ||
27 | #define RWSEM_WAITING_BIAS (-0x00010000) | ||
28 | #define RWSEM_ACTIVE_READ_BIAS RWSEM_ACTIVE_BIAS | ||
29 | #define RWSEM_ACTIVE_WRITE_BIAS (RWSEM_WAITING_BIAS + RWSEM_ACTIVE_BIAS) | ||
30 | spinlock_t wait_lock; | ||
31 | struct list_head wait_list; | ||
32 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | ||
33 | struct lockdep_map dep_map; | ||
34 | #endif | ||
35 | }; | ||
36 | |||
37 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | ||
38 | # define __RWSEM_DEP_MAP_INIT(lockname) , .dep_map = { .name = #lockname } | ||
39 | #else | ||
40 | # define __RWSEM_DEP_MAP_INIT(lockname) | ||
41 | #endif | ||
42 | |||
43 | #define __RWSEM_INITIALIZER(name) \ | ||
44 | { RWSEM_UNLOCKED_VALUE, SPIN_LOCK_UNLOCKED, \ | ||
45 | LIST_HEAD_INIT((name).wait_list) \ | ||
46 | __RWSEM_DEP_MAP_INIT(name) } | ||
47 | |||
48 | #define DECLARE_RWSEM(name) \ | ||
49 | struct rw_semaphore name = __RWSEM_INITIALIZER(name) | ||
50 | |||
51 | extern struct rw_semaphore *rwsem_down_read_failed(struct rw_semaphore *sem); | ||
52 | extern struct rw_semaphore *rwsem_down_write_failed(struct rw_semaphore *sem); | ||
53 | extern struct rw_semaphore *rwsem_wake(struct rw_semaphore *sem); | ||
54 | extern struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem); | ||
55 | |||
56 | extern void __init_rwsem(struct rw_semaphore *sem, const char *name, | ||
57 | struct lock_class_key *key); | ||
58 | |||
59 | #define init_rwsem(sem) \ | ||
60 | do { \ | ||
61 | static struct lock_class_key __key; \ | ||
62 | \ | ||
63 | __init_rwsem((sem), #sem, &__key); \ | ||
64 | } while (0) | ||
65 | |||
66 | static inline void init_rwsem(struct rw_semaphore *sem) | ||
67 | { | ||
68 | sem->count = RWSEM_UNLOCKED_VALUE; | ||
69 | spin_lock_init(&sem->wait_lock); | ||
70 | INIT_LIST_HEAD(&sem->wait_list); | ||
71 | } | ||
72 | |||
73 | /* | ||
74 | * lock for reading | ||
75 | */ | ||
76 | static inline void __down_read(struct rw_semaphore *sem) | ||
77 | { | ||
78 | if (atomic_inc_return((atomic_t *)(&sem->count)) > 0) | ||
79 | smp_wmb(); | ||
80 | else | ||
81 | rwsem_down_read_failed(sem); | ||
82 | } | ||
83 | |||
84 | static inline int __down_read_trylock(struct rw_semaphore *sem) | ||
85 | { | ||
86 | int tmp; | ||
87 | |||
88 | while ((tmp = sem->count) >= 0) { | ||
89 | if (tmp == cmpxchg(&sem->count, tmp, | ||
90 | tmp + RWSEM_ACTIVE_READ_BIAS)) { | ||
91 | smp_wmb(); | ||
92 | return 1; | ||
93 | } | ||
94 | } | ||
95 | return 0; | ||
96 | } | ||
97 | |||
98 | /* | ||
99 | * lock for writing | ||
100 | */ | ||
101 | static inline void __down_write(struct rw_semaphore *sem) | ||
102 | { | ||
103 | int tmp; | ||
104 | |||
105 | tmp = atomic_add_return(RWSEM_ACTIVE_WRITE_BIAS, | ||
106 | (atomic_t *)(&sem->count)); | ||
107 | if (tmp == RWSEM_ACTIVE_WRITE_BIAS) | ||
108 | smp_wmb(); | ||
109 | else | ||
110 | rwsem_down_write_failed(sem); | ||
111 | } | ||
112 | |||
113 | static inline int __down_write_trylock(struct rw_semaphore *sem) | ||
114 | { | ||
115 | int tmp; | ||
116 | |||
117 | tmp = cmpxchg(&sem->count, RWSEM_UNLOCKED_VALUE, | ||
118 | RWSEM_ACTIVE_WRITE_BIAS); | ||
119 | smp_wmb(); | ||
120 | return tmp == RWSEM_UNLOCKED_VALUE; | ||
121 | } | ||
122 | |||
123 | /* | ||
124 | * unlock after reading | ||
125 | */ | ||
126 | static inline void __up_read(struct rw_semaphore *sem) | ||
127 | { | ||
128 | int tmp; | ||
129 | |||
130 | smp_wmb(); | ||
131 | tmp = atomic_dec_return((atomic_t *)(&sem->count)); | ||
132 | if (tmp < -1 && (tmp & RWSEM_ACTIVE_MASK) == 0) | ||
133 | rwsem_wake(sem); | ||
134 | } | ||
135 | |||
136 | /* | ||
137 | * unlock after writing | ||
138 | */ | ||
139 | static inline void __up_write(struct rw_semaphore *sem) | ||
140 | { | ||
141 | smp_wmb(); | ||
142 | if (atomic_sub_return(RWSEM_ACTIVE_WRITE_BIAS, | ||
143 | (atomic_t *)(&sem->count)) < 0) | ||
144 | rwsem_wake(sem); | ||
145 | } | ||
146 | |||
147 | /* | ||
148 | * implement atomic add functionality | ||
149 | */ | ||
150 | static inline void rwsem_atomic_add(int delta, struct rw_semaphore *sem) | ||
151 | { | ||
152 | atomic_add(delta, (atomic_t *)(&sem->count)); | ||
153 | } | ||
154 | |||
155 | /* | ||
156 | * downgrade write lock to read lock | ||
157 | */ | ||
158 | static inline void __downgrade_write(struct rw_semaphore *sem) | ||
159 | { | ||
160 | int tmp; | ||
161 | |||
162 | smp_wmb(); | ||
163 | tmp = atomic_add_return(-RWSEM_WAITING_BIAS, (atomic_t *)(&sem->count)); | ||
164 | if (tmp < 0) | ||
165 | rwsem_downgrade_wake(sem); | ||
166 | } | ||
167 | |||
168 | static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) | ||
169 | { | ||
170 | __down_write(sem); | ||
171 | } | ||
172 | |||
173 | /* | ||
174 | * implement exchange and add functionality | ||
175 | */ | ||
176 | static inline int rwsem_atomic_update(int delta, struct rw_semaphore *sem) | ||
177 | { | ||
178 | smp_mb(); | ||
179 | return atomic_add_return(delta, (atomic_t *)(&sem->count)); | ||
180 | } | ||
181 | |||
182 | static inline int rwsem_is_locked(struct rw_semaphore *sem) | ||
183 | { | ||
184 | return (sem->count != 0); | ||
185 | } | ||
186 | |||
187 | #endif /* __KERNEL__ */ | ||
188 | #endif /* _ASM_SH_RWSEM_H */ | ||
diff --git a/arch/sh/include/asm/scatterlist.h b/arch/sh/include/asm/scatterlist.h new file mode 100644 index 000000000000..2084d0373693 --- /dev/null +++ b/arch/sh/include/asm/scatterlist.h | |||
@@ -0,0 +1,27 @@ | |||
1 | #ifndef __ASM_SH_SCATTERLIST_H | ||
2 | #define __ASM_SH_SCATTERLIST_H | ||
3 | |||
4 | #include <asm/types.h> | ||
5 | |||
6 | struct scatterlist { | ||
7 | #ifdef CONFIG_DEBUG_SG | ||
8 | unsigned long sg_magic; | ||
9 | #endif | ||
10 | unsigned long page_link; | ||
11 | unsigned int offset;/* for highmem, page offset */ | ||
12 | dma_addr_t dma_address; | ||
13 | unsigned int length; | ||
14 | }; | ||
15 | |||
16 | #define ISA_DMA_THRESHOLD PHYS_ADDR_MASK | ||
17 | |||
18 | /* These macros should be used after a pci_map_sg call has been done | ||
19 | * to get bus addresses of each of the SG entries and their lengths. | ||
20 | * You should only work with the number of sg entries pci_map_sg | ||
21 | * returns, or alternatively stop on the first sg_dma_len(sg) which | ||
22 | * is 0. | ||
23 | */ | ||
24 | #define sg_dma_address(sg) ((sg)->dma_address) | ||
25 | #define sg_dma_len(sg) ((sg)->length) | ||
26 | |||
27 | #endif /* !(__ASM_SH_SCATTERLIST_H) */ | ||
diff --git a/arch/sh/include/asm/sdk7780.h b/arch/sh/include/asm/sdk7780.h new file mode 100644 index 000000000000..697dc865f21b --- /dev/null +++ b/arch/sh/include/asm/sdk7780.h | |||
@@ -0,0 +1,81 @@ | |||
1 | #ifndef __ASM_SH_RENESAS_SDK7780_H | ||
2 | #define __ASM_SH_RENESAS_SDK7780_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/sdk7780.h | ||
6 | * | ||
7 | * Renesas Solutions SH7780 SDK Support | ||
8 | * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | ||
14 | #include <asm/addrspace.h> | ||
15 | |||
16 | /* Box specific addresses. */ | ||
17 | #define SE_AREA0_WIDTH 4 /* Area0: 32bit */ | ||
18 | #define PA_ROM 0xa0000000 /* EPROM */ | ||
19 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
20 | #define PA_FROM 0xa0800000 /* Flash-ROM */ | ||
21 | #define PA_FROM_SIZE 0x00400000 /* Flash-ROM size 4M byte */ | ||
22 | #define PA_EXT1 0xa4000000 | ||
23 | #define PA_EXT1_SIZE 0x04000000 | ||
24 | #define PA_SDRAM 0xa8000000 /* DDR-SDRAM(Area2/3) 128MB */ | ||
25 | #define PA_SDRAM_SIZE 0x08000000 | ||
26 | |||
27 | #define PA_EXT4 0xb0000000 | ||
28 | #define PA_EXT4_SIZE 0x04000000 | ||
29 | #define PA_EXT_USER PA_EXT4 /* User Expansion Space */ | ||
30 | |||
31 | #define PA_PERIPHERAL PA_AREA5_IO | ||
32 | |||
33 | /* SRAM/Reserved */ | ||
34 | #define PA_RESERVED (PA_PERIPHERAL + 0) | ||
35 | /* FPGA base address */ | ||
36 | #define PA_FPGA (PA_PERIPHERAL + 0x01000000) | ||
37 | /* SMC LAN91C111 */ | ||
38 | #define PA_LAN (PA_PERIPHERAL + 0x01800000) | ||
39 | |||
40 | |||
41 | #define FPGA_SRSTR (PA_FPGA + 0x000) /* System reset */ | ||
42 | #define FPGA_IRQ0SR (PA_FPGA + 0x010) /* IRQ0 status */ | ||
43 | #define FPGA_IRQ0MR (PA_FPGA + 0x020) /* IRQ0 mask */ | ||
44 | #define FPGA_BDMR (PA_FPGA + 0x030) /* Board operating mode */ | ||
45 | #define FPGA_INTT0PRTR (PA_FPGA + 0x040) /* Interrupt test mode0 port */ | ||
46 | #define FPGA_INTT0SELR (PA_FPGA + 0x050) /* Int. test mode0 select */ | ||
47 | #define FPGA_INTT1POLR (PA_FPGA + 0x060) /* Int. test mode0 polarity */ | ||
48 | #define FPGA_NMIR (PA_FPGA + 0x070) /* NMI source */ | ||
49 | #define FPGA_NMIMR (PA_FPGA + 0x080) /* NMI mask */ | ||
50 | #define FPGA_IRQR (PA_FPGA + 0x090) /* IRQX source */ | ||
51 | #define FPGA_IRQMR (PA_FPGA + 0x0A0) /* IRQX mask */ | ||
52 | #define FPGA_SLEDR (PA_FPGA + 0x0B0) /* LED control */ | ||
53 | #define PA_LED FPGA_SLEDR | ||
54 | #define FPGA_MAPSWR (PA_FPGA + 0x0C0) /* Map switch */ | ||
55 | #define FPGA_FPVERR (PA_FPGA + 0x0D0) /* FPGA version */ | ||
56 | #define FPGA_FPDATER (PA_FPGA + 0x0E0) /* FPGA date */ | ||
57 | #define FPGA_RSE (PA_FPGA + 0x100) /* Reset source */ | ||
58 | #define FPGA_EASR (PA_FPGA + 0x110) /* External area select */ | ||
59 | #define FPGA_SPER (PA_FPGA + 0x120) /* Serial port enable */ | ||
60 | #define FPGA_IMSR (PA_FPGA + 0x130) /* Interrupt mode select */ | ||
61 | #define FPGA_PCIMR (PA_FPGA + 0x140) /* PCI Mode */ | ||
62 | #define FPGA_DIPSWMR (PA_FPGA + 0x150) /* DIPSW monitor */ | ||
63 | #define FPGA_FPODR (PA_FPGA + 0x160) /* Output port data */ | ||
64 | #define FPGA_ATAESR (PA_FPGA + 0x170) /* ATA extended bus status */ | ||
65 | #define FPGA_IRQPOLR (PA_FPGA + 0x180) /* IRQx polarity */ | ||
66 | |||
67 | |||
68 | #define SDK7780_NR_IRL 15 | ||
69 | /* IDE/ATA interrupt */ | ||
70 | #define IRQ_CFCARD 14 | ||
71 | /* SMC interrupt */ | ||
72 | #define IRQ_ETHERNET 6 | ||
73 | |||
74 | |||
75 | /* arch/sh/boards/renesas/sdk7780/irq.c */ | ||
76 | void init_sdk7780_IRQ(void); | ||
77 | |||
78 | #define __IO_PREFIX sdk7780 | ||
79 | #include <asm/io_generic.h> | ||
80 | |||
81 | #endif /* __ASM_SH_RENESAS_SDK7780_H */ | ||
diff --git a/arch/sh/include/asm/seccomp.h b/arch/sh/include/asm/seccomp.h new file mode 100644 index 000000000000..3280ed3802ef --- /dev/null +++ b/arch/sh/include/asm/seccomp.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef __ASM_SECCOMP_H | ||
2 | |||
3 | #include <linux/unistd.h> | ||
4 | |||
5 | #define __NR_seccomp_read __NR_read | ||
6 | #define __NR_seccomp_write __NR_write | ||
7 | #define __NR_seccomp_exit __NR_exit | ||
8 | #define __NR_seccomp_sigreturn __NR_rt_sigreturn | ||
9 | |||
10 | #endif /* __ASM_SECCOMP_H */ | ||
diff --git a/arch/sh/include/asm/sections.h b/arch/sh/include/asm/sections.h new file mode 100644 index 000000000000..8f8f4ad400df --- /dev/null +++ b/arch/sh/include/asm/sections.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef __ASM_SH_SECTIONS_H | ||
2 | #define __ASM_SH_SECTIONS_H | ||
3 | |||
4 | #include <asm-generic/sections.h> | ||
5 | |||
6 | extern long __machvec_start, __machvec_end; | ||
7 | extern char __uncached_start, __uncached_end; | ||
8 | extern char _ebss[]; | ||
9 | |||
10 | #endif /* __ASM_SH_SECTIONS_H */ | ||
11 | |||
diff --git a/arch/sh/include/asm/segment.h b/arch/sh/include/asm/segment.h new file mode 100644 index 000000000000..5e2725f4ac49 --- /dev/null +++ b/arch/sh/include/asm/segment.h | |||
@@ -0,0 +1,34 @@ | |||
1 | #ifndef __ASM_SH_SEGMENT_H | ||
2 | #define __ASM_SH_SEGMENT_H | ||
3 | |||
4 | #ifndef __ASSEMBLY__ | ||
5 | |||
6 | typedef struct { | ||
7 | unsigned long seg; | ||
8 | } mm_segment_t; | ||
9 | |||
10 | #define MAKE_MM_SEG(s) ((mm_segment_t) { (s) }) | ||
11 | |||
12 | /* | ||
13 | * The fs value determines whether argument validity checking should be | ||
14 | * performed or not. If get_fs() == USER_DS, checking is performed, with | ||
15 | * get_fs() == KERNEL_DS, checking is bypassed. | ||
16 | * | ||
17 | * For historical reasons, these macros are grossly misnamed. | ||
18 | */ | ||
19 | #define KERNEL_DS MAKE_MM_SEG(0xFFFFFFFFUL) | ||
20 | #ifdef CONFIG_MMU | ||
21 | #define USER_DS MAKE_MM_SEG(PAGE_OFFSET) | ||
22 | #else | ||
23 | #define USER_DS KERNEL_DS | ||
24 | #endif | ||
25 | |||
26 | #define segment_eq(a,b) ((a).seg == (b).seg) | ||
27 | |||
28 | #define get_ds() (KERNEL_DS) | ||
29 | |||
30 | #define get_fs() (current_thread_info()->addr_limit) | ||
31 | #define set_fs(x) (current_thread_info()->addr_limit = (x)) | ||
32 | |||
33 | #endif /* __ASSEMBLY__ */ | ||
34 | #endif /* __ASM_SH_SEGMENT_H */ | ||
diff --git a/arch/sh/include/asm/sembuf.h b/arch/sh/include/asm/sembuf.h new file mode 100644 index 000000000000..d79f3bd570b2 --- /dev/null +++ b/arch/sh/include/asm/sembuf.h | |||
@@ -0,0 +1,25 @@ | |||
1 | #ifndef __ASM_SH_SEMBUF_H | ||
2 | #define __ASM_SH_SEMBUF_H | ||
3 | |||
4 | /* | ||
5 | * The semid64_ds structure for i386 architecture. | ||
6 | * Note extra padding because this structure is passed back and forth | ||
7 | * between kernel and user space. | ||
8 | * | ||
9 | * Pad space is left for: | ||
10 | * - 64-bit time_t to solve y2038 problem | ||
11 | * - 2 miscellaneous 32-bit values | ||
12 | */ | ||
13 | |||
14 | struct semid64_ds { | ||
15 | struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ | ||
16 | __kernel_time_t sem_otime; /* last semop time */ | ||
17 | unsigned long __unused1; | ||
18 | __kernel_time_t sem_ctime; /* last change time */ | ||
19 | unsigned long __unused2; | ||
20 | unsigned long sem_nsems; /* no. of semaphores in array */ | ||
21 | unsigned long __unused3; | ||
22 | unsigned long __unused4; | ||
23 | }; | ||
24 | |||
25 | #endif /* __ASM_SH_SEMBUF_H */ | ||
diff --git a/arch/sh/include/asm/serial.h b/arch/sh/include/asm/serial.h new file mode 100644 index 000000000000..e13cc948ee60 --- /dev/null +++ b/arch/sh/include/asm/serial.h | |||
@@ -0,0 +1,36 @@ | |||
1 | /* | ||
2 | * include/asm-sh/serial.h | ||
3 | * | ||
4 | * Configuration details for 8250, 16450, 16550, etc. serial ports | ||
5 | */ | ||
6 | |||
7 | #ifndef _ASM_SERIAL_H | ||
8 | #define _ASM_SERIAL_H | ||
9 | |||
10 | #include <linux/kernel.h> | ||
11 | |||
12 | /* | ||
13 | * This assumes you have a 1.8432 MHz clock for your UART. | ||
14 | * | ||
15 | * It'd be nice if someone built a serial card with a 24.576 MHz | ||
16 | * clock, since the 16550A is capable of handling a top speed of 1.5 | ||
17 | * megabits/second; but this requires the faster clock. | ||
18 | */ | ||
19 | #define BASE_BAUD ( 1843200 / 16 ) | ||
20 | |||
21 | #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) | ||
22 | |||
23 | #ifdef CONFIG_HD64465 | ||
24 | #include <asm/hd64465/hd64465.h> | ||
25 | |||
26 | #define SERIAL_PORT_DFNS \ | ||
27 | /* UART CLK PORT IRQ FLAGS */ \ | ||
28 | { 0, BASE_BAUD, 0x3F8, HD64465_IRQ_UART, STD_COM_FLAGS } /* ttyS0 */ | ||
29 | |||
30 | #else | ||
31 | |||
32 | #define SERIAL_PORT_DFNS | ||
33 | |||
34 | #endif | ||
35 | |||
36 | #endif /* _ASM_SERIAL_H */ | ||
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h new file mode 100644 index 000000000000..55a2bd328d99 --- /dev/null +++ b/arch/sh/include/asm/setup.h | |||
@@ -0,0 +1,27 @@ | |||
1 | #ifndef _SH_SETUP_H | ||
2 | #define _SH_SETUP_H | ||
3 | |||
4 | #define COMMAND_LINE_SIZE 256 | ||
5 | |||
6 | #ifdef __KERNEL__ | ||
7 | |||
8 | /* | ||
9 | * This is set up by the setup-routine at boot-time | ||
10 | */ | ||
11 | #define PARAM ((unsigned char *)empty_zero_page) | ||
12 | |||
13 | #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000)) | ||
14 | #define RAMDISK_FLAGS (*(unsigned long *) (PARAM+0x004)) | ||
15 | #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) | ||
16 | #define LOADER_TYPE (*(unsigned long *) (PARAM+0x00c)) | ||
17 | #define INITRD_START (*(unsigned long *) (PARAM+0x010)) | ||
18 | #define INITRD_SIZE (*(unsigned long *) (PARAM+0x014)) | ||
19 | /* ... */ | ||
20 | #define COMMAND_LINE ((char *) (PARAM+0x100)) | ||
21 | |||
22 | int setup_early_printk(char *); | ||
23 | void sh_mv_setup(void); | ||
24 | |||
25 | #endif /* __KERNEL__ */ | ||
26 | |||
27 | #endif /* _SH_SETUP_H */ | ||
diff --git a/arch/sh/include/asm/sfp-machine.h b/arch/sh/include/asm/sfp-machine.h new file mode 100644 index 000000000000..d3c548443f2a --- /dev/null +++ b/arch/sh/include/asm/sfp-machine.h | |||
@@ -0,0 +1,84 @@ | |||
1 | /* Machine-dependent software floating-point definitions. | ||
2 | SuperH kernel version. | ||
3 | Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. | ||
4 | This file is part of the GNU C Library. | ||
5 | Contributed by Richard Henderson (rth@cygnus.com), | ||
6 | Jakub Jelinek (jj@ultra.linux.cz), | ||
7 | David S. Miller (davem@redhat.com) and | ||
8 | Peter Maydell (pmaydell@chiark.greenend.org.uk). | ||
9 | |||
10 | The GNU C Library is free software; you can redistribute it and/or | ||
11 | modify it under the terms of the GNU Library General Public License as | ||
12 | published by the Free Software Foundation; either version 2 of the | ||
13 | License, or (at your option) any later version. | ||
14 | |||
15 | The GNU C Library is distributed in the hope that it will be useful, | ||
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
18 | Library General Public License for more details. | ||
19 | |||
20 | You should have received a copy of the GNU Library General Public | ||
21 | License along with the GNU C Library; see the file COPYING.LIB. If | ||
22 | not, write to the Free Software Foundation, Inc., | ||
23 | 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
24 | |||
25 | #ifndef _SFP_MACHINE_H | ||
26 | #define _SFP_MACHINE_H | ||
27 | |||
28 | #define _FP_W_TYPE_SIZE 32 | ||
29 | #define _FP_W_TYPE unsigned long | ||
30 | #define _FP_WS_TYPE signed long | ||
31 | #define _FP_I_TYPE long | ||
32 | |||
33 | #define _FP_MUL_MEAT_S(R,X,Y) \ | ||
34 | _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) | ||
35 | #define _FP_MUL_MEAT_D(R,X,Y) \ | ||
36 | _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) | ||
37 | #define _FP_MUL_MEAT_Q(R,X,Y) \ | ||
38 | _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) | ||
39 | |||
40 | #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) | ||
41 | #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) | ||
42 | #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) | ||
43 | |||
44 | #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1) | ||
45 | #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1 | ||
46 | #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1 | ||
47 | #define _FP_NANSIGN_S 0 | ||
48 | #define _FP_NANSIGN_D 0 | ||
49 | #define _FP_NANSIGN_Q 0 | ||
50 | |||
51 | #define _FP_KEEPNANFRACP 1 | ||
52 | |||
53 | /* | ||
54 | * If one NaN is signaling and the other is not, | ||
55 | * we choose that one, otherwise we choose X. | ||
56 | */ | ||
57 | #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ | ||
58 | do { \ | ||
59 | if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) \ | ||
60 | && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) \ | ||
61 | { \ | ||
62 | R##_s = Y##_s; \ | ||
63 | _FP_FRAC_COPY_##wc(R,Y); \ | ||
64 | } \ | ||
65 | else \ | ||
66 | { \ | ||
67 | R##_s = X##_s; \ | ||
68 | _FP_FRAC_COPY_##wc(R,X); \ | ||
69 | } \ | ||
70 | R##_c = FP_CLS_NAN; \ | ||
71 | } while (0) | ||
72 | |||
73 | //#define FP_ROUNDMODE FPSCR_RM | ||
74 | #define FP_DENORM_ZERO 1/*FPSCR_DN*/ | ||
75 | |||
76 | /* Exception flags. */ | ||
77 | #define FP_EX_INVALID (1<<4) | ||
78 | #define FP_EX_DIVZERO (1<<3) | ||
79 | #define FP_EX_OVERFLOW (1<<2) | ||
80 | #define FP_EX_UNDERFLOW (1<<1) | ||
81 | #define FP_EX_INEXACT (1<<0) | ||
82 | |||
83 | #endif | ||
84 | |||
diff --git a/arch/sh/include/asm/sh7760fb.h b/arch/sh/include/asm/sh7760fb.h new file mode 100644 index 000000000000..8767f61aceca --- /dev/null +++ b/arch/sh/include/asm/sh7760fb.h | |||
@@ -0,0 +1,197 @@ | |||
1 | /* | ||
2 | * sh7760fb.h -- platform data for SH7760/SH7763 LCDC framebuffer driver. | ||
3 | * | ||
4 | * (c) 2006-2008 MSC Vertriebsges.m.b.H., | ||
5 | * Manuel Lauss <mano@roarinelk.homelinux.net> | ||
6 | * (c) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | ||
7 | */ | ||
8 | |||
9 | #ifndef _ASM_SH_SH7760FB_H | ||
10 | #define _ASM_SH_SH7760FB_H | ||
11 | |||
12 | /* | ||
13 | * some bits of the colormap registers should be written as zero. | ||
14 | * create a mask for that. | ||
15 | */ | ||
16 | #define SH7760FB_PALETTE_MASK 0x00f8fcf8 | ||
17 | |||
18 | /* The LCDC dma engine always sets bits 27-26 to 1: this is Area3 */ | ||
19 | #define SH7760FB_DMA_MASK 0x0C000000 | ||
20 | |||
21 | /* palette */ | ||
22 | #define LDPR(x) (((x) << 2)) | ||
23 | |||
24 | /* framebuffer registers and bits */ | ||
25 | #define LDICKR 0x400 | ||
26 | #define LDMTR 0x402 | ||
27 | /* see sh7760fb.h for LDMTR bits */ | ||
28 | #define LDDFR 0x404 | ||
29 | #define LDDFR_PABD (1 << 8) | ||
30 | #define LDDFR_COLOR_MASK 0x7F | ||
31 | #define LDSMR 0x406 | ||
32 | #define LDSMR_ROT (1 << 13) | ||
33 | #define LDSARU 0x408 | ||
34 | #define LDSARL 0x40c | ||
35 | #define LDLAOR 0x410 | ||
36 | #define LDPALCR 0x412 | ||
37 | #define LDPALCR_PALS (1 << 4) | ||
38 | #define LDPALCR_PALEN (1 << 0) | ||
39 | #define LDHCNR 0x414 | ||
40 | #define LDHSYNR 0x416 | ||
41 | #define LDVDLNR 0x418 | ||
42 | #define LDVTLNR 0x41a | ||
43 | #define LDVSYNR 0x41c | ||
44 | #define LDACLNR 0x41e | ||
45 | #define LDINTR 0x420 | ||
46 | #define LDPMMR 0x424 | ||
47 | #define LDPSPR 0x426 | ||
48 | #define LDCNTR 0x428 | ||
49 | #define LDCNTR_DON (1 << 0) | ||
50 | #define LDCNTR_DON2 (1 << 4) | ||
51 | |||
52 | #ifdef CONFIG_CPU_SUBTYPE_SH7763 | ||
53 | # define LDLIRNR 0x440 | ||
54 | /* LDINTR bit */ | ||
55 | # define LDINTR_MINTEN (1 << 15) | ||
56 | # define LDINTR_FINTEN (1 << 14) | ||
57 | # define LDINTR_VSINTEN (1 << 13) | ||
58 | # define LDINTR_VEINTEN (1 << 12) | ||
59 | # define LDINTR_MINTS (1 << 11) | ||
60 | # define LDINTR_FINTS (1 << 10) | ||
61 | # define LDINTR_VSINTS (1 << 9) | ||
62 | # define LDINTR_VEINTS (1 << 8) | ||
63 | # define VINT_START (LDINTR_VSINTEN) | ||
64 | # define VINT_CHECK (LDINTR_VSINTS) | ||
65 | #else | ||
66 | /* LDINTR bit */ | ||
67 | # define LDINTR_VINTSEL (1 << 12) | ||
68 | # define LDINTR_VINTE (1 << 8) | ||
69 | # define LDINTR_VINTS (1 << 0) | ||
70 | # define VINT_START (LDINTR_VINTSEL) | ||
71 | # define VINT_CHECK (LDINTR_VINTS) | ||
72 | #endif | ||
73 | |||
74 | /* HSYNC polarity inversion */ | ||
75 | #define LDMTR_FLMPOL (1 << 15) | ||
76 | |||
77 | /* VSYNC polarity inversion */ | ||
78 | #define LDMTR_CL1POL (1 << 14) | ||
79 | |||
80 | /* DISPLAY-ENABLE polarity inversion */ | ||
81 | #define LDMTR_DISPEN_LOWACT (1 << 13) | ||
82 | |||
83 | /* DISPLAY DATA BUS polarity inversion */ | ||
84 | #define LDMTR_DPOL_LOWACT (1 << 12) | ||
85 | |||
86 | /* AC modulation signal enable */ | ||
87 | #define LDMTR_MCNT (1 << 10) | ||
88 | |||
89 | /* Disable output of HSYNC during VSYNC period */ | ||
90 | #define LDMTR_CL1CNT (1 << 9) | ||
91 | |||
92 | /* Disable output of VSYNC during VSYNC period */ | ||
93 | #define LDMTR_CL2CNT (1 << 8) | ||
94 | |||
95 | /* Display types supported by the LCDC */ | ||
96 | #define LDMTR_STN_MONO_4 0x00 | ||
97 | #define LDMTR_STN_MONO_8 0x01 | ||
98 | #define LDMTR_STN_COLOR_4 0x08 | ||
99 | #define LDMTR_STN_COLOR_8 0x09 | ||
100 | #define LDMTR_STN_COLOR_12 0x0A | ||
101 | #define LDMTR_STN_COLOR_16 0x0B | ||
102 | #define LDMTR_DSTN_MONO_8 0x11 | ||
103 | #define LDMTR_DSTN_MONO_16 0x13 | ||
104 | #define LDMTR_DSTN_COLOR_8 0x19 | ||
105 | #define LDMTR_DSTN_COLOR_12 0x1A | ||
106 | #define LDMTR_DSTN_COLOR_16 0x1B | ||
107 | #define LDMTR_TFT_COLOR_16 0x2B | ||
108 | |||
109 | /* framebuffer color layout */ | ||
110 | #define LDDFR_1BPP_MONO 0x00 | ||
111 | #define LDDFR_2BPP_MONO 0x01 | ||
112 | #define LDDFR_4BPP_MONO 0x02 | ||
113 | #define LDDFR_6BPP_MONO 0x04 | ||
114 | #define LDDFR_4BPP 0x0A | ||
115 | #define LDDFR_8BPP 0x0C | ||
116 | #define LDDFR_16BPP_RGB555 0x1D | ||
117 | #define LDDFR_16BPP_RGB565 0x2D | ||
118 | |||
119 | /* LCDC Pixclock sources */ | ||
120 | #define LCDC_CLKSRC_BUSCLOCK 0 | ||
121 | #define LCDC_CLKSRC_PERIPHERAL 1 | ||
122 | #define LCDC_CLKSRC_EXTERNAL 2 | ||
123 | |||
124 | #define LDICKR_CLKSRC(x) \ | ||
125 | (((x) & 3) << 12) | ||
126 | |||
127 | /* LCDC pixclock input divider. Set to 1 at a minimum! */ | ||
128 | #define LDICKR_CLKDIV(x) \ | ||
129 | ((x) & 0x1f) | ||
130 | |||
131 | struct sh7760fb_platdata { | ||
132 | |||
133 | /* Set this member to a valid fb_videmode for the display you | ||
134 | * wish to use. The following members must be initialized: | ||
135 | * xres, yres, hsync_len, vsync_len, sync, | ||
136 | * {left,right,upper,lower}_margin. | ||
137 | * The driver uses the above members to calculate register values | ||
138 | * and memory requirements. Other members are ignored but may | ||
139 | * be used by other framebuffer layer components. | ||
140 | */ | ||
141 | struct fb_videomode *def_mode; | ||
142 | |||
143 | /* LDMTR includes display type and signal polarity. The | ||
144 | * HSYNC/VSYNC polarities are derived from the fb_var_screeninfo | ||
145 | * data above; however the polarities of the following signals | ||
146 | * must be encoded in the ldmtr member: | ||
147 | * Display Enable signal (default high-active) DISPEN_LOWACT | ||
148 | * Display Data signals (default high-active) DPOL_LOWACT | ||
149 | * AC Modulation signal (default off) MCNT | ||
150 | * Hsync-During-Vsync suppression (default off) CL1CNT | ||
151 | * Vsync-during-vsync suppression (default off) CL2CNT | ||
152 | * NOTE: also set a display type! | ||
153 | * (one of LDMTR_{STN,DSTN,TFT}_{MONO,COLOR}_{4,8,12,16}) | ||
154 | */ | ||
155 | u16 ldmtr; | ||
156 | |||
157 | /* LDDFR controls framebuffer image format (depth, organization) | ||
158 | * Use ONE of the LDDFR_?BPP_* macros! | ||
159 | */ | ||
160 | u16 lddfr; | ||
161 | |||
162 | /* LDPMMR and LDPSPR control the timing of the power signals | ||
163 | * for the display. Please read the SH7760 Hardware Manual, | ||
164 | * Chapters 30.3.17, 30.3.18 and 30.4.6! | ||
165 | */ | ||
166 | u16 ldpmmr; | ||
167 | u16 ldpspr; | ||
168 | |||
169 | /* LDACLNR contains the line numbers after which the AC modulation | ||
170 | * signal is to toggle. Set to ZERO for TFTs or displays which | ||
171 | * do not need it. (Chapter 30.3.15 in SH7760 Hardware Manual). | ||
172 | */ | ||
173 | u16 ldaclnr; | ||
174 | |||
175 | /* LDICKR contains information on pixelclock source and config. | ||
176 | * Please use the LDICKR_CLKSRC() and LDICKR_CLKDIV() macros. | ||
177 | * minimal value for CLKDIV() must be 1!. | ||
178 | */ | ||
179 | u16 ldickr; | ||
180 | |||
181 | /* set this member to 1 if you wish to use the LCDC's hardware | ||
182 | * rotation function. This is limited to displays <= 320x200 | ||
183 | * pixels resolution! | ||
184 | */ | ||
185 | int rotate; /* set to 1 to rotate 90 CCW */ | ||
186 | |||
187 | /* set this to 1 to suppress vsync irq use. */ | ||
188 | int novsync; | ||
189 | |||
190 | /* blanking hook for platform. Set this if your platform can do | ||
191 | * more than the LCDC in terms of blanking (e.g. disable clock | ||
192 | * generator / backlight power supply / etc. | ||
193 | */ | ||
194 | void (*blank) (int); | ||
195 | }; | ||
196 | |||
197 | #endif /* _ASM_SH_SH7760FB_H */ | ||
diff --git a/arch/sh/include/asm/sh7763rdp.h b/arch/sh/include/asm/sh7763rdp.h new file mode 100644 index 000000000000..8750cc852977 --- /dev/null +++ b/arch/sh/include/asm/sh7763rdp.h | |||
@@ -0,0 +1,54 @@ | |||
1 | #ifndef __ASM_SH_SH7763RDP_H | ||
2 | #define __ASM_SH_SH7763RDP_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/sh7763drp.h | ||
6 | * | ||
7 | * Copyright (C) 2008 Renesas Solutions | ||
8 | * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | * | ||
14 | */ | ||
15 | #include <asm/addrspace.h> | ||
16 | |||
17 | /* clock control */ | ||
18 | #define MSTPCR1 0xFFC80038 | ||
19 | |||
20 | /* PORT */ | ||
21 | #define PORT_PSEL0 0xFFEF0070 | ||
22 | #define PORT_PSEL1 0xFFEF0072 | ||
23 | #define PORT_PSEL2 0xFFEF0074 | ||
24 | #define PORT_PSEL3 0xFFEF0076 | ||
25 | #define PORT_PSEL4 0xFFEF0078 | ||
26 | |||
27 | #define PORT_PACR 0xFFEF0000 | ||
28 | #define PORT_PCCR 0xFFEF0004 | ||
29 | #define PORT_PFCR 0xFFEF000A | ||
30 | #define PORT_PGCR 0xFFEF000C | ||
31 | #define PORT_PHCR 0xFFEF000E | ||
32 | #define PORT_PICR 0xFFEF0010 | ||
33 | #define PORT_PJCR 0xFFEF0012 | ||
34 | #define PORT_PKCR 0xFFEF0014 | ||
35 | #define PORT_PLCR 0xFFEF0016 | ||
36 | #define PORT_PMCR 0xFFEF0018 | ||
37 | #define PORT_PNCR 0xFFEF001A | ||
38 | |||
39 | /* FPGA */ | ||
40 | #define CPLD_BOARD_ID_ERV_REG 0xB1000000 | ||
41 | #define CPLD_CPLD_CMD_REG 0xB1000006 | ||
42 | |||
43 | /* | ||
44 | * USB SH7763RDP board can use Host only. | ||
45 | */ | ||
46 | #define USB_USBHSC 0xFFEC80f0 | ||
47 | |||
48 | /* arch/sh/boards/renesas/sh7763rdp/irq.c */ | ||
49 | void init_sh7763rdp_IRQ(void); | ||
50 | int sh7763rdp_irq_demux(int irq); | ||
51 | #define __IO_PREFIX sh7763rdp | ||
52 | #include <asm/io_generic.h> | ||
53 | |||
54 | #endif /* __ASM_SH_SH7763RDP_H */ | ||
diff --git a/arch/sh/include/asm/sh7785lcr.h b/arch/sh/include/asm/sh7785lcr.h new file mode 100644 index 000000000000..1ce27d5c7491 --- /dev/null +++ b/arch/sh/include/asm/sh7785lcr.h | |||
@@ -0,0 +1,55 @@ | |||
1 | #ifndef __ASM_SH_RENESAS_SH7785LCR_H | ||
2 | #define __ASM_SH_RENESAS_SH7785LCR_H | ||
3 | |||
4 | /* | ||
5 | * This board has 2 physical memory maps. | ||
6 | * It can be changed with DIP switch(S2-5). | ||
7 | * | ||
8 | * phys address | S2-5 = OFF | S2-5 = ON | ||
9 | * -----------------------------+---------------+--------------- | ||
10 | * 0x00000000 - 0x03ffffff(CS0) | NOR Flash | NOR Flash | ||
11 | * 0x04000000 - 0x05ffffff(CS1) | PLD | PLD | ||
12 | * 0x06000000 - 0x07ffffff(CS1) | reserved | I2C | ||
13 | * 0x08000000 - 0x0bffffff(CS2) | USB | DDR SDRAM | ||
14 | * 0x0c000000 - 0x0fffffff(CS3) | SD | DDR SDRAM | ||
15 | * 0x10000000 - 0x13ffffff(CS4) | SM107 | SM107 | ||
16 | * 0x14000000 - 0x17ffffff(CS5) | I2C | USB | ||
17 | * 0x18000000 - 0x1bffffff(CS6) | reserved | SD | ||
18 | * 0x40000000 - 0x5fffffff | DDR SDRAM | (cannot use) | ||
19 | * | ||
20 | */ | ||
21 | |||
22 | #define NOR_FLASH_ADDR 0x00000000 | ||
23 | #define NOR_FLASH_SIZE 0x04000000 | ||
24 | |||
25 | #define PLD_BASE_ADDR 0x04000000 | ||
26 | #define PLD_PCICR (PLD_BASE_ADDR + 0x00) | ||
27 | #define PLD_LCD_BK_CONTR (PLD_BASE_ADDR + 0x02) | ||
28 | #define PLD_LOCALCR (PLD_BASE_ADDR + 0x04) | ||
29 | #define PLD_POFCR (PLD_BASE_ADDR + 0x06) | ||
30 | #define PLD_LEDCR (PLD_BASE_ADDR + 0x08) | ||
31 | #define PLD_SWSR (PLD_BASE_ADDR + 0x0a) | ||
32 | #define PLD_VERSR (PLD_BASE_ADDR + 0x0c) | ||
33 | #define PLD_MMSR (PLD_BASE_ADDR + 0x0e) | ||
34 | |||
35 | #define SM107_MEM_ADDR 0x10000000 | ||
36 | #define SM107_MEM_SIZE 0x00e00000 | ||
37 | #define SM107_REG_ADDR 0x13e00000 | ||
38 | #define SM107_REG_SIZE 0x00200000 | ||
39 | |||
40 | #if defined(CONFIG_SH_SH7785LCR_29BIT_PHYSMAPS) | ||
41 | #define R8A66597_ADDR 0x14000000 /* USB */ | ||
42 | #define CG200_ADDR 0x18000000 /* SD */ | ||
43 | #define PCA9564_ADDR 0x06000000 /* I2C */ | ||
44 | #else | ||
45 | #define R8A66597_ADDR 0x08000000 | ||
46 | #define CG200_ADDR 0x0c000000 | ||
47 | #define PCA9564_ADDR 0x14000000 | ||
48 | #endif | ||
49 | |||
50 | #define R8A66597_SIZE 0x00000100 | ||
51 | #define CG200_SIZE 0x00010000 | ||
52 | #define PCA9564_SIZE 0x00000100 | ||
53 | |||
54 | #endif /* __ASM_SH_RENESAS_SH7785LCR_H */ | ||
55 | |||
diff --git a/arch/sh/include/asm/sh_bios.h b/arch/sh/include/asm/sh_bios.h new file mode 100644 index 000000000000..0ca261956e3d --- /dev/null +++ b/arch/sh/include/asm/sh_bios.h | |||
@@ -0,0 +1,19 @@ | |||
1 | #ifndef __ASM_SH_BIOS_H | ||
2 | #define __ASM_SH_BIOS_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 2000 Greg Banks, Mitch Davis | ||
6 | * C API to interface to the standard LinuxSH BIOS | ||
7 | * usually from within the early stages of kernel boot. | ||
8 | */ | ||
9 | |||
10 | |||
11 | extern void sh_bios_console_write(const char *buf, unsigned int len); | ||
12 | extern void sh_bios_char_out(char ch); | ||
13 | extern int sh_bios_in_gdb_mode(void); | ||
14 | extern void sh_bios_gdb_detach(void); | ||
15 | |||
16 | extern void sh_bios_get_node_addr(unsigned char *node_addr); | ||
17 | extern void sh_bios_shutdown(unsigned int how); | ||
18 | |||
19 | #endif /* __ASM_SH_BIOS_H */ | ||
diff --git a/arch/sh/include/asm/sh_keysc.h b/arch/sh/include/asm/sh_keysc.h new file mode 100644 index 000000000000..b5a4dd5a9729 --- /dev/null +++ b/arch/sh/include/asm/sh_keysc.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __ASM_KEYSC_H__ | ||
2 | #define __ASM_KEYSC_H__ | ||
3 | |||
4 | #define SH_KEYSC_MAXKEYS 30 | ||
5 | |||
6 | struct sh_keysc_info { | ||
7 | enum { SH_KEYSC_MODE_1, SH_KEYSC_MODE_2, SH_KEYSC_MODE_3 } mode; | ||
8 | int scan_timing; /* 0 -> 7, see KYCR1, SCN[2:0] */ | ||
9 | int delay; | ||
10 | int keycodes[SH_KEYSC_MAXKEYS]; | ||
11 | }; | ||
12 | |||
13 | #endif /* __ASM_KEYSC_H__ */ | ||
diff --git a/arch/sh/include/asm/sh_mobile_lcdc.h b/arch/sh/include/asm/sh_mobile_lcdc.h new file mode 100644 index 000000000000..27677727df4d --- /dev/null +++ b/arch/sh/include/asm/sh_mobile_lcdc.h | |||
@@ -0,0 +1,66 @@ | |||
1 | #ifndef __ASM_SH_MOBILE_LCDC_H__ | ||
2 | #define __ASM_SH_MOBILE_LCDC_H__ | ||
3 | |||
4 | #include <linux/fb.h> | ||
5 | |||
6 | enum { RGB8, /* 24bpp, 8:8:8 */ | ||
7 | RGB9, /* 18bpp, 9:9 */ | ||
8 | RGB12A, /* 24bpp, 12:12 */ | ||
9 | RGB12B, /* 12bpp */ | ||
10 | RGB16, /* 16bpp */ | ||
11 | RGB18, /* 18bpp */ | ||
12 | RGB24, /* 24bpp */ | ||
13 | SYS8A, /* 24bpp, 8:8:8 */ | ||
14 | SYS8B, /* 18bpp, 8:8:2 */ | ||
15 | SYS8C, /* 18bpp, 2:8:8 */ | ||
16 | SYS8D, /* 16bpp, 8:8 */ | ||
17 | SYS9, /* 18bpp, 9:9 */ | ||
18 | SYS12, /* 24bpp, 12:12 */ | ||
19 | SYS16A, /* 16bpp */ | ||
20 | SYS16B, /* 18bpp, 16:2 */ | ||
21 | SYS16C, /* 18bpp, 2:16 */ | ||
22 | SYS18, /* 18bpp */ | ||
23 | SYS24 };/* 24bpp */ | ||
24 | |||
25 | enum { LCDC_CHAN_DISABLED = 0, | ||
26 | LCDC_CHAN_MAINLCD, | ||
27 | LCDC_CHAN_SUBLCD }; | ||
28 | |||
29 | enum { LCDC_CLK_BUS, LCDC_CLK_PERIPHERAL, LCDC_CLK_EXTERNAL }; | ||
30 | |||
31 | struct sh_mobile_lcdc_sys_bus_cfg { | ||
32 | unsigned long ldmt2r; | ||
33 | unsigned long ldmt3r; | ||
34 | }; | ||
35 | |||
36 | struct sh_mobile_lcdc_sys_bus_ops { | ||
37 | void (*write_index)(void *handle, unsigned long data); | ||
38 | void (*write_data)(void *handle, unsigned long data); | ||
39 | unsigned long (*read_data)(void *handle); | ||
40 | }; | ||
41 | |||
42 | struct sh_mobile_lcdc_board_cfg { | ||
43 | void *board_data; | ||
44 | int (*setup_sys)(void *board_data, void *sys_ops_handle, | ||
45 | struct sh_mobile_lcdc_sys_bus_ops *sys_ops); | ||
46 | void (*display_on)(void *board_data); | ||
47 | void (*display_off)(void *board_data); | ||
48 | }; | ||
49 | |||
50 | struct sh_mobile_lcdc_chan_cfg { | ||
51 | int chan; | ||
52 | int bpp; | ||
53 | int interface_type; /* selects RGBn or SYSn I/F, see above */ | ||
54 | int clock_divider; | ||
55 | struct fb_videomode lcd_cfg; | ||
56 | struct sh_mobile_lcdc_board_cfg board_cfg; | ||
57 | struct sh_mobile_lcdc_sys_bus_cfg sys_bus_cfg; /* only for SYSn I/F */ | ||
58 | }; | ||
59 | |||
60 | struct sh_mobile_lcdc_info { | ||
61 | unsigned long lddckr; | ||
62 | int clock_source; | ||
63 | struct sh_mobile_lcdc_chan_cfg ch[2]; | ||
64 | }; | ||
65 | |||
66 | #endif /* __ASM_SH_MOBILE_LCDC_H__ */ | ||
diff --git a/arch/sh/include/asm/shmbuf.h b/arch/sh/include/asm/shmbuf.h new file mode 100644 index 000000000000..b2101f490521 --- /dev/null +++ b/arch/sh/include/asm/shmbuf.h | |||
@@ -0,0 +1,42 @@ | |||
1 | #ifndef __ASM_SH_SHMBUF_H | ||
2 | #define __ASM_SH_SHMBUF_H | ||
3 | |||
4 | /* | ||
5 | * The shmid64_ds structure for i386 architecture. | ||
6 | * Note extra padding because this structure is passed back and forth | ||
7 | * between kernel and user space. | ||
8 | * | ||
9 | * Pad space is left for: | ||
10 | * - 64-bit time_t to solve y2038 problem | ||
11 | * - 2 miscellaneous 32-bit values | ||
12 | */ | ||
13 | |||
14 | struct shmid64_ds { | ||
15 | struct ipc64_perm shm_perm; /* operation perms */ | ||
16 | size_t shm_segsz; /* size of segment (bytes) */ | ||
17 | __kernel_time_t shm_atime; /* last attach time */ | ||
18 | unsigned long __unused1; | ||
19 | __kernel_time_t shm_dtime; /* last detach time */ | ||
20 | unsigned long __unused2; | ||
21 | __kernel_time_t shm_ctime; /* last change time */ | ||
22 | unsigned long __unused3; | ||
23 | __kernel_pid_t shm_cpid; /* pid of creator */ | ||
24 | __kernel_pid_t shm_lpid; /* pid of last operator */ | ||
25 | unsigned long shm_nattch; /* no. of current attaches */ | ||
26 | unsigned long __unused4; | ||
27 | unsigned long __unused5; | ||
28 | }; | ||
29 | |||
30 | struct shminfo64 { | ||
31 | unsigned long shmmax; | ||
32 | unsigned long shmmin; | ||
33 | unsigned long shmmni; | ||
34 | unsigned long shmseg; | ||
35 | unsigned long shmall; | ||
36 | unsigned long __unused1; | ||
37 | unsigned long __unused2; | ||
38 | unsigned long __unused3; | ||
39 | unsigned long __unused4; | ||
40 | }; | ||
41 | |||
42 | #endif /* __ASM_SH_SHMBUF_H */ | ||
diff --git a/arch/sh/include/asm/shmin.h b/arch/sh/include/asm/shmin.h new file mode 100644 index 000000000000..36ba138a81fb --- /dev/null +++ b/arch/sh/include/asm/shmin.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __ASM_SH_SHMIN_H | ||
2 | #define __ASM_SH_SHMIN_H | ||
3 | |||
4 | #define SHMIN_IO_BASE 0xb0000000UL | ||
5 | |||
6 | #define SHMIN_NE_IRQ IRQ2_IRQ | ||
7 | #define SHMIN_NE_BASE 0x300 | ||
8 | |||
9 | #endif | ||
diff --git a/arch/sh/include/asm/shmparam.h b/arch/sh/include/asm/shmparam.h new file mode 100644 index 000000000000..ba1758d90106 --- /dev/null +++ b/arch/sh/include/asm/shmparam.h | |||
@@ -0,0 +1,22 @@ | |||
1 | /* | ||
2 | * include/asm-sh/shmparam.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * Copyright (C) 2006 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_SHMPARAM_H | ||
12 | #define __ASM_SH_SHMPARAM_H | ||
13 | |||
14 | /* | ||
15 | * SH-4 and SH-3 7705 have an aliasing dcache. Bump this up to a sensible value | ||
16 | * for everyone, and work out the specifics from the probed cache descriptor. | ||
17 | */ | ||
18 | #define SHMLBA 0x4000 /* attach addr a multiple of this */ | ||
19 | |||
20 | #define __ARCH_FORCE_SHMLBA | ||
21 | |||
22 | #endif /* __ASM_SH_SHMPARAM_H */ | ||
diff --git a/arch/sh/include/asm/sigcontext.h b/arch/sh/include/asm/sigcontext.h new file mode 100644 index 000000000000..8ce1435bc0bf --- /dev/null +++ b/arch/sh/include/asm/sigcontext.h | |||
@@ -0,0 +1,40 @@ | |||
1 | #ifndef __ASM_SH_SIGCONTEXT_H | ||
2 | #define __ASM_SH_SIGCONTEXT_H | ||
3 | |||
4 | struct sigcontext { | ||
5 | unsigned long oldmask; | ||
6 | |||
7 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) | ||
8 | /* CPU registers */ | ||
9 | unsigned long long sc_regs[63]; | ||
10 | unsigned long long sc_tregs[8]; | ||
11 | unsigned long long sc_pc; | ||
12 | unsigned long long sc_sr; | ||
13 | |||
14 | /* FPU registers */ | ||
15 | unsigned long long sc_fpregs[32]; | ||
16 | unsigned int sc_fpscr; | ||
17 | unsigned int sc_fpvalid; | ||
18 | #else | ||
19 | /* CPU registers */ | ||
20 | unsigned long sc_regs[16]; | ||
21 | unsigned long sc_pc; | ||
22 | unsigned long sc_pr; | ||
23 | unsigned long sc_sr; | ||
24 | unsigned long sc_gbr; | ||
25 | unsigned long sc_mach; | ||
26 | unsigned long sc_macl; | ||
27 | |||
28 | #if defined(__SH4__) || defined(CONFIG_CPU_SH4) || \ | ||
29 | defined(__SH2A__) || defined(CONFIG_CPU_SH2A) | ||
30 | /* FPU registers */ | ||
31 | unsigned long sc_fpregs[16]; | ||
32 | unsigned long sc_xfpregs[16]; | ||
33 | unsigned int sc_fpscr; | ||
34 | unsigned int sc_fpul; | ||
35 | unsigned int sc_ownedfp; | ||
36 | #endif | ||
37 | #endif | ||
38 | }; | ||
39 | |||
40 | #endif /* __ASM_SH_SIGCONTEXT_H */ | ||
diff --git a/arch/sh/include/asm/siginfo.h b/arch/sh/include/asm/siginfo.h new file mode 100644 index 000000000000..813040ed68a9 --- /dev/null +++ b/arch/sh/include/asm/siginfo.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_SIGINFO_H | ||
2 | #define __ASM_SH_SIGINFO_H | ||
3 | |||
4 | #include <asm-generic/siginfo.h> | ||
5 | |||
6 | #endif /* __ASM_SH_SIGINFO_H */ | ||
diff --git a/arch/sh/include/asm/signal.h b/arch/sh/include/asm/signal.h new file mode 100644 index 000000000000..5c5c1e852089 --- /dev/null +++ b/arch/sh/include/asm/signal.h | |||
@@ -0,0 +1,160 @@ | |||
1 | #ifndef __ASM_SH_SIGNAL_H | ||
2 | #define __ASM_SH_SIGNAL_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | |||
6 | /* Avoid too many header ordering problems. */ | ||
7 | struct pt_regs; | ||
8 | struct siginfo; | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | /* Most things should be clean enough to redefine this at will, if care | ||
12 | is taken to make libc match. */ | ||
13 | |||
14 | #define _NSIG 64 | ||
15 | #define _NSIG_BPW 32 | ||
16 | #define _NSIG_WORDS (_NSIG / _NSIG_BPW) | ||
17 | |||
18 | typedef unsigned long old_sigset_t; /* at least 32 bits */ | ||
19 | |||
20 | typedef struct { | ||
21 | unsigned long sig[_NSIG_WORDS]; | ||
22 | } sigset_t; | ||
23 | |||
24 | #else | ||
25 | /* Here we must cater to libcs that poke about in kernel headers. */ | ||
26 | |||
27 | #define NSIG 32 | ||
28 | typedef unsigned long sigset_t; | ||
29 | |||
30 | #endif /* __KERNEL__ */ | ||
31 | |||
32 | #define SIGHUP 1 | ||
33 | #define SIGINT 2 | ||
34 | #define SIGQUIT 3 | ||
35 | #define SIGILL 4 | ||
36 | #define SIGTRAP 5 | ||
37 | #define SIGABRT 6 | ||
38 | #define SIGIOT 6 | ||
39 | #define SIGBUS 7 | ||
40 | #define SIGFPE 8 | ||
41 | #define SIGKILL 9 | ||
42 | #define SIGUSR1 10 | ||
43 | #define SIGSEGV 11 | ||
44 | #define SIGUSR2 12 | ||
45 | #define SIGPIPE 13 | ||
46 | #define SIGALRM 14 | ||
47 | #define SIGTERM 15 | ||
48 | #define SIGSTKFLT 16 | ||
49 | #define SIGCHLD 17 | ||
50 | #define SIGCONT 18 | ||
51 | #define SIGSTOP 19 | ||
52 | #define SIGTSTP 20 | ||
53 | #define SIGTTIN 21 | ||
54 | #define SIGTTOU 22 | ||
55 | #define SIGURG 23 | ||
56 | #define SIGXCPU 24 | ||
57 | #define SIGXFSZ 25 | ||
58 | #define SIGVTALRM 26 | ||
59 | #define SIGPROF 27 | ||
60 | #define SIGWINCH 28 | ||
61 | #define SIGIO 29 | ||
62 | #define SIGPOLL SIGIO | ||
63 | /* | ||
64 | #define SIGLOST 29 | ||
65 | */ | ||
66 | #define SIGPWR 30 | ||
67 | #define SIGSYS 31 | ||
68 | #define SIGUNUSED 31 | ||
69 | |||
70 | /* These should not be considered constants from userland. */ | ||
71 | #define SIGRTMIN 32 | ||
72 | #define SIGRTMAX _NSIG | ||
73 | |||
74 | /* | ||
75 | * SA_FLAGS values: | ||
76 | * | ||
77 | * SA_ONSTACK indicates that a registered stack_t will be used. | ||
78 | * SA_RESTART flag to get restarting signals (which were the default long ago) | ||
79 | * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop. | ||
80 | * SA_RESETHAND clears the handler when the signal is delivered. | ||
81 | * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies. | ||
82 | * SA_NODEFER prevents the current signal from being masked in the handler. | ||
83 | * | ||
84 | * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single | ||
85 | * Unix names RESETHAND and NODEFER respectively. | ||
86 | */ | ||
87 | #define SA_NOCLDSTOP 0x00000001 | ||
88 | #define SA_NOCLDWAIT 0x00000002 | ||
89 | #define SA_SIGINFO 0x00000004 | ||
90 | #define SA_ONSTACK 0x08000000 | ||
91 | #define SA_RESTART 0x10000000 | ||
92 | #define SA_NODEFER 0x40000000 | ||
93 | #define SA_RESETHAND 0x80000000 | ||
94 | |||
95 | #define SA_NOMASK SA_NODEFER | ||
96 | #define SA_ONESHOT SA_RESETHAND | ||
97 | |||
98 | #define SA_RESTORER 0x04000000 | ||
99 | |||
100 | /* | ||
101 | * sigaltstack controls | ||
102 | */ | ||
103 | #define SS_ONSTACK 1 | ||
104 | #define SS_DISABLE 2 | ||
105 | |||
106 | #define MINSIGSTKSZ 2048 | ||
107 | #define SIGSTKSZ 8192 | ||
108 | |||
109 | #include <asm-generic/signal.h> | ||
110 | |||
111 | #ifdef __KERNEL__ | ||
112 | struct old_sigaction { | ||
113 | __sighandler_t sa_handler; | ||
114 | old_sigset_t sa_mask; | ||
115 | unsigned long sa_flags; | ||
116 | void (*sa_restorer)(void); | ||
117 | }; | ||
118 | |||
119 | struct sigaction { | ||
120 | __sighandler_t sa_handler; | ||
121 | unsigned long sa_flags; | ||
122 | void (*sa_restorer)(void); | ||
123 | sigset_t sa_mask; /* mask last for extensibility */ | ||
124 | }; | ||
125 | |||
126 | struct k_sigaction { | ||
127 | struct sigaction sa; | ||
128 | }; | ||
129 | #else | ||
130 | /* Here we must cater to libcs that poke about in kernel headers. */ | ||
131 | |||
132 | struct sigaction { | ||
133 | union { | ||
134 | __sighandler_t _sa_handler; | ||
135 | void (*_sa_sigaction)(int, struct siginfo *, void *); | ||
136 | } _u; | ||
137 | sigset_t sa_mask; | ||
138 | unsigned long sa_flags; | ||
139 | void (*sa_restorer)(void); | ||
140 | }; | ||
141 | |||
142 | #define sa_handler _u._sa_handler | ||
143 | #define sa_sigaction _u._sa_sigaction | ||
144 | |||
145 | #endif /* __KERNEL__ */ | ||
146 | |||
147 | typedef struct sigaltstack { | ||
148 | void *ss_sp; | ||
149 | int ss_flags; | ||
150 | size_t ss_size; | ||
151 | } stack_t; | ||
152 | |||
153 | #ifdef __KERNEL__ | ||
154 | #include <asm/sigcontext.h> | ||
155 | |||
156 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) | ||
157 | |||
158 | #endif /* __KERNEL__ */ | ||
159 | |||
160 | #endif /* __ASM_SH_SIGNAL_H */ | ||
diff --git a/arch/sh/include/asm/smc37c93x.h b/arch/sh/include/asm/smc37c93x.h new file mode 100644 index 000000000000..585da2a8fc45 --- /dev/null +++ b/arch/sh/include/asm/smc37c93x.h | |||
@@ -0,0 +1,190 @@ | |||
1 | #ifndef __ASM_SH_SMC37C93X_H | ||
2 | #define __ASM_SH_SMC37C93X_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/smc37c93x.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Kazumoto Kojima | ||
8 | * | ||
9 | * SMSC 37C93x Super IO Chip support | ||
10 | */ | ||
11 | |||
12 | /* Default base I/O address */ | ||
13 | #define FDC_PRIMARY_BASE 0x3f0 | ||
14 | #define IDE1_PRIMARY_BASE 0x1f0 | ||
15 | #define IDE1_SECONDARY_BASE 0x170 | ||
16 | #define PARPORT_PRIMARY_BASE 0x378 | ||
17 | #define COM1_PRIMARY_BASE 0x2f8 | ||
18 | #define COM2_PRIMARY_BASE 0x3f8 | ||
19 | #define RTC_PRIMARY_BASE 0x070 | ||
20 | #define KBC_PRIMARY_BASE 0x060 | ||
21 | #define AUXIO_PRIMARY_BASE 0x000 /* XXX */ | ||
22 | |||
23 | /* Logical device number */ | ||
24 | #define LDN_FDC 0 | ||
25 | #define LDN_IDE1 1 | ||
26 | #define LDN_IDE2 2 | ||
27 | #define LDN_PARPORT 3 | ||
28 | #define LDN_COM1 4 | ||
29 | #define LDN_COM2 5 | ||
30 | #define LDN_RTC 6 | ||
31 | #define LDN_KBC 7 | ||
32 | #define LDN_AUXIO 8 | ||
33 | |||
34 | /* Configuration port and key */ | ||
35 | #define CONFIG_PORT 0x3f0 | ||
36 | #define INDEX_PORT CONFIG_PORT | ||
37 | #define DATA_PORT 0x3f1 | ||
38 | #define CONFIG_ENTER 0x55 | ||
39 | #define CONFIG_EXIT 0xaa | ||
40 | |||
41 | /* Configuration index */ | ||
42 | #define CURRENT_LDN_INDEX 0x07 | ||
43 | #define POWER_CONTROL_INDEX 0x22 | ||
44 | #define ACTIVATE_INDEX 0x30 | ||
45 | #define IO_BASE_HI_INDEX 0x60 | ||
46 | #define IO_BASE_LO_INDEX 0x61 | ||
47 | #define IRQ_SELECT_INDEX 0x70 | ||
48 | #define DMA_SELECT_INDEX 0x74 | ||
49 | |||
50 | #define GPIO46_INDEX 0xc6 | ||
51 | #define GPIO47_INDEX 0xc7 | ||
52 | |||
53 | /* UART stuff. Only for debugging. */ | ||
54 | /* UART Register */ | ||
55 | |||
56 | #define UART_RBR 0x0 /* Receiver Buffer Register (Read Only) */ | ||
57 | #define UART_THR 0x0 /* Transmitter Holding Register (Write Only) */ | ||
58 | #define UART_IER 0x2 /* Interrupt Enable Register */ | ||
59 | #define UART_IIR 0x4 /* Interrupt Ident Register (Read Only) */ | ||
60 | #define UART_FCR 0x4 /* FIFO Control Register (Write Only) */ | ||
61 | #define UART_LCR 0x6 /* Line Control Register */ | ||
62 | #define UART_MCR 0x8 /* MODEM Control Register */ | ||
63 | #define UART_LSR 0xa /* Line Status Register */ | ||
64 | #define UART_MSR 0xc /* MODEM Status Register */ | ||
65 | #define UART_SCR 0xe /* Scratch Register */ | ||
66 | #define UART_DLL 0x0 /* Divisor Latch (LS) */ | ||
67 | #define UART_DLM 0x2 /* Divisor Latch (MS) */ | ||
68 | |||
69 | #ifndef __ASSEMBLY__ | ||
70 | typedef struct uart_reg { | ||
71 | volatile __u16 rbr; | ||
72 | volatile __u16 ier; | ||
73 | volatile __u16 iir; | ||
74 | volatile __u16 lcr; | ||
75 | volatile __u16 mcr; | ||
76 | volatile __u16 lsr; | ||
77 | volatile __u16 msr; | ||
78 | volatile __u16 scr; | ||
79 | } uart_reg; | ||
80 | #endif /* ! __ASSEMBLY__ */ | ||
81 | |||
82 | /* Alias for Write Only Register */ | ||
83 | |||
84 | #define thr rbr | ||
85 | #define tcr iir | ||
86 | |||
87 | /* Alias for Divisor Latch Register */ | ||
88 | |||
89 | #define dll rbr | ||
90 | #define dlm ier | ||
91 | #define fcr iir | ||
92 | |||
93 | /* Interrupt Enable Register */ | ||
94 | |||
95 | #define IER_ERDAI 0x0100 /* Enable Received Data Available Interrupt */ | ||
96 | #define IER_ETHREI 0x0200 /* Enable Transmitter Holding Register Empty Interrupt */ | ||
97 | #define IER_ELSI 0x0400 /* Enable Receiver Line Status Interrupt */ | ||
98 | #define IER_EMSI 0x0800 /* Enable MODEM Status Interrupt */ | ||
99 | |||
100 | /* Interrupt Ident Register */ | ||
101 | |||
102 | #define IIR_IP 0x0100 /* "0" if Interrupt Pending */ | ||
103 | #define IIR_IIB0 0x0200 /* Interrupt ID Bit 0 */ | ||
104 | #define IIR_IIB1 0x0400 /* Interrupt ID Bit 1 */ | ||
105 | #define IIR_IIB2 0x0800 /* Interrupt ID Bit 2 */ | ||
106 | #define IIR_FIFO 0xc000 /* FIFOs enabled */ | ||
107 | |||
108 | /* FIFO Control Register */ | ||
109 | |||
110 | #define FCR_FEN 0x0100 /* FIFO enable */ | ||
111 | #define FCR_RFRES 0x0200 /* Receiver FIFO reset */ | ||
112 | #define FCR_TFRES 0x0400 /* Transmitter FIFO reset */ | ||
113 | #define FCR_DMA 0x0800 /* DMA mode select */ | ||
114 | #define FCR_RTL 0x4000 /* Receiver triger (LSB) */ | ||
115 | #define FCR_RTM 0x8000 /* Receiver triger (MSB) */ | ||
116 | |||
117 | /* Line Control Register */ | ||
118 | |||
119 | #define LCR_WLS0 0x0100 /* Word Length Select Bit 0 */ | ||
120 | #define LCR_WLS1 0x0200 /* Word Length Select Bit 1 */ | ||
121 | #define LCR_STB 0x0400 /* Number of Stop Bits */ | ||
122 | #define LCR_PEN 0x0800 /* Parity Enable */ | ||
123 | #define LCR_EPS 0x1000 /* Even Parity Select */ | ||
124 | #define LCR_SP 0x2000 /* Stick Parity */ | ||
125 | #define LCR_SB 0x4000 /* Set Break */ | ||
126 | #define LCR_DLAB 0x8000 /* Divisor Latch Access Bit */ | ||
127 | |||
128 | /* MODEM Control Register */ | ||
129 | |||
130 | #define MCR_DTR 0x0100 /* Data Terminal Ready */ | ||
131 | #define MCR_RTS 0x0200 /* Request to Send */ | ||
132 | #define MCR_OUT1 0x0400 /* Out 1 */ | ||
133 | #define MCR_IRQEN 0x0800 /* IRQ Enable */ | ||
134 | #define MCR_LOOP 0x1000 /* Loop */ | ||
135 | |||
136 | /* Line Status Register */ | ||
137 | |||
138 | #define LSR_DR 0x0100 /* Data Ready */ | ||
139 | #define LSR_OE 0x0200 /* Overrun Error */ | ||
140 | #define LSR_PE 0x0400 /* Parity Error */ | ||
141 | #define LSR_FE 0x0800 /* Framing Error */ | ||
142 | #define LSR_BI 0x1000 /* Break Interrupt */ | ||
143 | #define LSR_THRE 0x2000 /* Transmitter Holding Register Empty */ | ||
144 | #define LSR_TEMT 0x4000 /* Transmitter Empty */ | ||
145 | #define LSR_FIFOE 0x8000 /* Receiver FIFO error */ | ||
146 | |||
147 | /* MODEM Status Register */ | ||
148 | |||
149 | #define MSR_DCTS 0x0100 /* Delta Clear to Send */ | ||
150 | #define MSR_DDSR 0x0200 /* Delta Data Set Ready */ | ||
151 | #define MSR_TERI 0x0400 /* Trailing Edge Ring Indicator */ | ||
152 | #define MSR_DDCD 0x0800 /* Delta Data Carrier Detect */ | ||
153 | #define MSR_CTS 0x1000 /* Clear to Send */ | ||
154 | #define MSR_DSR 0x2000 /* Data Set Ready */ | ||
155 | #define MSR_RI 0x4000 /* Ring Indicator */ | ||
156 | #define MSR_DCD 0x8000 /* Data Carrier Detect */ | ||
157 | |||
158 | /* Baud Rate Divisor */ | ||
159 | |||
160 | #define UART_CLK (1843200) /* 1.8432 MHz */ | ||
161 | #define UART_BAUD(x) (UART_CLK / (16 * (x))) | ||
162 | |||
163 | /* RTC register definition */ | ||
164 | #define RTC_SECONDS 0 | ||
165 | #define RTC_SECONDS_ALARM 1 | ||
166 | #define RTC_MINUTES 2 | ||
167 | #define RTC_MINUTES_ALARM 3 | ||
168 | #define RTC_HOURS 4 | ||
169 | #define RTC_HOURS_ALARM 5 | ||
170 | #define RTC_DAY_OF_WEEK 6 | ||
171 | #define RTC_DAY_OF_MONTH 7 | ||
172 | #define RTC_MONTH 8 | ||
173 | #define RTC_YEAR 9 | ||
174 | #define RTC_FREQ_SELECT 10 | ||
175 | # define RTC_UIP 0x80 | ||
176 | # define RTC_DIV_CTL 0x70 | ||
177 | /* This RTC can work under 32.768KHz clock only. */ | ||
178 | # define RTC_OSC_ENABLE 0x20 | ||
179 | # define RTC_OSC_DISABLE 0x00 | ||
180 | #define RTC_CONTROL 11 | ||
181 | # define RTC_SET 0x80 | ||
182 | # define RTC_PIE 0x40 | ||
183 | # define RTC_AIE 0x20 | ||
184 | # define RTC_UIE 0x10 | ||
185 | # define RTC_SQWE 0x08 | ||
186 | # define RTC_DM_BINARY 0x04 | ||
187 | # define RTC_24H 0x02 | ||
188 | # define RTC_DST_EN 0x01 | ||
189 | |||
190 | #endif /* __ASM_SH_SMC37C93X_H */ | ||
diff --git a/arch/sh/include/asm/smp.h b/arch/sh/include/asm/smp.h new file mode 100644 index 000000000000..593343cd26ee --- /dev/null +++ b/arch/sh/include/asm/smp.h | |||
@@ -0,0 +1,50 @@ | |||
1 | #ifndef __ASM_SH_SMP_H | ||
2 | #define __ASM_SH_SMP_H | ||
3 | |||
4 | #include <linux/bitops.h> | ||
5 | #include <linux/cpumask.h> | ||
6 | |||
7 | #ifdef CONFIG_SMP | ||
8 | |||
9 | #include <linux/spinlock.h> | ||
10 | #include <asm/atomic.h> | ||
11 | #include <asm/current.h> | ||
12 | |||
13 | #define raw_smp_processor_id() (current_thread_info()->cpu) | ||
14 | #define hard_smp_processor_id() plat_smp_processor_id() | ||
15 | |||
16 | /* Map from cpu id to sequential logical cpu number. */ | ||
17 | extern int __cpu_number_map[NR_CPUS]; | ||
18 | #define cpu_number_map(cpu) __cpu_number_map[cpu] | ||
19 | |||
20 | /* The reverse map from sequential logical cpu number to cpu id. */ | ||
21 | extern int __cpu_logical_map[NR_CPUS]; | ||
22 | #define cpu_logical_map(cpu) __cpu_logical_map[cpu] | ||
23 | |||
24 | /* I've no idea what the real meaning of this is */ | ||
25 | #define PROC_CHANGE_PENALTY 20 | ||
26 | |||
27 | #define NO_PROC_ID (-1) | ||
28 | |||
29 | #define SMP_MSG_FUNCTION 0 | ||
30 | #define SMP_MSG_RESCHEDULE 1 | ||
31 | #define SMP_MSG_FUNCTION_SINGLE 2 | ||
32 | #define SMP_MSG_NR 3 | ||
33 | |||
34 | void plat_smp_setup(void); | ||
35 | void plat_prepare_cpus(unsigned int max_cpus); | ||
36 | int plat_smp_processor_id(void); | ||
37 | void plat_start_cpu(unsigned int cpu, unsigned long entry_point); | ||
38 | void plat_send_ipi(unsigned int cpu, unsigned int message); | ||
39 | int plat_register_ipi_handler(unsigned int message, | ||
40 | void (*handler)(void *), void *arg); | ||
41 | extern void arch_send_call_function_single_ipi(int cpu); | ||
42 | extern void arch_send_call_function_ipi(cpumask_t mask); | ||
43 | |||
44 | #else | ||
45 | |||
46 | #define hard_smp_processor_id() (0) | ||
47 | |||
48 | #endif /* CONFIG_SMP */ | ||
49 | |||
50 | #endif /* __ASM_SH_SMP_H */ | ||
diff --git a/arch/sh/include/asm/snapgear.h b/arch/sh/include/asm/snapgear.h new file mode 100644 index 000000000000..042d95f51c4d --- /dev/null +++ b/arch/sh/include/asm/snapgear.h | |||
@@ -0,0 +1,71 @@ | |||
1 | /* | ||
2 | * include/asm-sh/snapgear.h | ||
3 | * | ||
4 | * Modified version of io_se.h for the snapgear-specific functions. | ||
5 | * | ||
6 | * May be copied or modified under the terms of the GNU General Public | ||
7 | * License. See linux/COPYING for more information. | ||
8 | * | ||
9 | * IO functions for a SnapGear | ||
10 | */ | ||
11 | |||
12 | #ifndef _ASM_SH_IO_SNAPGEAR_H | ||
13 | #define _ASM_SH_IO_SNAPGEAR_H | ||
14 | |||
15 | #if defined(CONFIG_CPU_SH4) | ||
16 | /* | ||
17 | * The external interrupt lines, these take up ints 0 - 15 inclusive | ||
18 | * depending on the priority for the interrupt. In fact the priority | ||
19 | * is the interrupt :-) | ||
20 | */ | ||
21 | |||
22 | #define IRL0_IRQ 2 | ||
23 | #define IRL0_PRIORITY 13 | ||
24 | |||
25 | #define IRL1_IRQ 5 | ||
26 | #define IRL1_PRIORITY 10 | ||
27 | |||
28 | #define IRL2_IRQ 8 | ||
29 | #define IRL2_PRIORITY 7 | ||
30 | |||
31 | #define IRL3_IRQ 11 | ||
32 | #define IRL3_PRIORITY 4 | ||
33 | #endif | ||
34 | |||
35 | #define __IO_PREFIX snapgear | ||
36 | #include <asm/io_generic.h> | ||
37 | |||
38 | #ifdef CONFIG_SH_SECUREEDGE5410 | ||
39 | /* | ||
40 | * We need to remember what was written to the ioport as some bits | ||
41 | * are shared with other functions and you cannot read back what was | ||
42 | * written :-| | ||
43 | * | ||
44 | * Bit Read Write | ||
45 | * ----------------------------------------------- | ||
46 | * D0 DCD on ttySC1 power | ||
47 | * D1 Reset Switch heatbeat | ||
48 | * D2 ttySC0 CTS (7100) LAN | ||
49 | * D3 - WAN | ||
50 | * D4 ttySC0 DCD (7100) CONSOLE | ||
51 | * D5 - ONLINE | ||
52 | * D6 - VPN | ||
53 | * D7 - DTR on ttySC1 | ||
54 | * D8 - ttySC0 RTS (7100) | ||
55 | * D9 - ttySC0 DTR (7100) | ||
56 | * D10 - RTC SCLK | ||
57 | * D11 RTC DATA RTC DATA | ||
58 | * D12 - RTS RESET | ||
59 | */ | ||
60 | |||
61 | #define SECUREEDGE_IOPORT_ADDR ((volatile short *) 0xb0000000) | ||
62 | extern unsigned short secureedge5410_ioport; | ||
63 | |||
64 | #define SECUREEDGE_WRITE_IOPORT(val, mask) (*SECUREEDGE_IOPORT_ADDR = \ | ||
65 | (secureedge5410_ioport = \ | ||
66 | ((secureedge5410_ioport & ~(mask)) | ((val) & (mask))))) | ||
67 | #define SECUREEDGE_READ_IOPORT() \ | ||
68 | ((*SECUREEDGE_IOPORT_ADDR&0x0817) | (secureedge5410_ioport&~0x0817)) | ||
69 | #endif | ||
70 | |||
71 | #endif /* _ASM_SH_IO_SNAPGEAR_H */ | ||
diff --git a/arch/sh/include/asm/socket.h b/arch/sh/include/asm/socket.h new file mode 100644 index 000000000000..6d4bf6512959 --- /dev/null +++ b/arch/sh/include/asm/socket.h | |||
@@ -0,0 +1,57 @@ | |||
1 | #ifndef __ASM_SH_SOCKET_H | ||
2 | #define __ASM_SH_SOCKET_H | ||
3 | |||
4 | #include <asm/sockios.h> | ||
5 | |||
6 | /* For setsockopt(2) */ | ||
7 | #define SOL_SOCKET 1 | ||
8 | |||
9 | #define SO_DEBUG 1 | ||
10 | #define SO_REUSEADDR 2 | ||
11 | #define SO_TYPE 3 | ||
12 | #define SO_ERROR 4 | ||
13 | #define SO_DONTROUTE 5 | ||
14 | #define SO_BROADCAST 6 | ||
15 | #define SO_SNDBUF 7 | ||
16 | #define SO_RCVBUF 8 | ||
17 | #define SO_RCVBUFFORCE 32 | ||
18 | #define SO_SNDBUFFORCE 33 | ||
19 | #define SO_KEEPALIVE 9 | ||
20 | #define SO_OOBINLINE 10 | ||
21 | #define SO_NO_CHECK 11 | ||
22 | #define SO_PRIORITY 12 | ||
23 | #define SO_LINGER 13 | ||
24 | #define SO_BSDCOMPAT 14 | ||
25 | /* To add :#define SO_REUSEPORT 15 */ | ||
26 | #define SO_PASSCRED 16 | ||
27 | #define SO_PEERCRED 17 | ||
28 | #define SO_RCVLOWAT 18 | ||
29 | #define SO_SNDLOWAT 19 | ||
30 | #define SO_RCVTIMEO 20 | ||
31 | #define SO_SNDTIMEO 21 | ||
32 | |||
33 | /* Security levels - as per NRL IPv6 - don't actually do anything */ | ||
34 | #define SO_SECURITY_AUTHENTICATION 22 | ||
35 | #define SO_SECURITY_ENCRYPTION_TRANSPORT 23 | ||
36 | #define SO_SECURITY_ENCRYPTION_NETWORK 24 | ||
37 | |||
38 | #define SO_BINDTODEVICE 25 | ||
39 | |||
40 | /* Socket filtering */ | ||
41 | #define SO_ATTACH_FILTER 26 | ||
42 | #define SO_DETACH_FILTER 27 | ||
43 | |||
44 | #define SO_PEERNAME 28 | ||
45 | #define SO_TIMESTAMP 29 | ||
46 | #define SCM_TIMESTAMP SO_TIMESTAMP | ||
47 | |||
48 | #define SO_ACCEPTCONN 30 | ||
49 | |||
50 | #define SO_PEERSEC 31 | ||
51 | #define SO_PASSSEC 34 | ||
52 | #define SO_TIMESTAMPNS 35 | ||
53 | #define SCM_TIMESTAMPNS SO_TIMESTAMPNS | ||
54 | |||
55 | #define SO_MARK 36 | ||
56 | |||
57 | #endif /* __ASM_SH_SOCKET_H */ | ||
diff --git a/arch/sh/include/asm/sockios.h b/arch/sh/include/asm/sockios.h new file mode 100644 index 000000000000..cf8b96b1f9ab --- /dev/null +++ b/arch/sh/include/asm/sockios.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef __ASM_SH_SOCKIOS_H | ||
2 | #define __ASM_SH_SOCKIOS_H | ||
3 | |||
4 | /* Socket-level I/O control calls. */ | ||
5 | #define FIOGETOWN _IOR('f', 123, int) | ||
6 | #define FIOSETOWN _IOW('f', 124, int) | ||
7 | |||
8 | #define SIOCATMARK _IOR('s', 7, int) | ||
9 | #define SIOCSPGRP _IOW('s', 8, pid_t) | ||
10 | #define SIOCGPGRP _IOR('s', 9, pid_t) | ||
11 | |||
12 | #define SIOCGSTAMP _IOR('s', 100, struct timeval) /* Get stamp (timeval) */ | ||
13 | #define SIOCGSTAMPNS _IOR('s', 101, struct timespec) /* Get stamp (timespec) */ | ||
14 | #endif /* __ASM_SH_SOCKIOS_H */ | ||
diff --git a/arch/sh/include/asm/sparsemem.h b/arch/sh/include/asm/sparsemem.h new file mode 100644 index 000000000000..547a540b6667 --- /dev/null +++ b/arch/sh/include/asm/sparsemem.h | |||
@@ -0,0 +1,16 @@ | |||
1 | #ifndef __ASM_SH_SPARSEMEM_H | ||
2 | #define __ASM_SH_SPARSEMEM_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | /* | ||
6 | * SECTION_SIZE_BITS 2^N: how big each section will be | ||
7 | * MAX_PHYSADDR_BITS 2^N: how much physical address space we have | ||
8 | * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space | ||
9 | */ | ||
10 | #define SECTION_SIZE_BITS 26 | ||
11 | #define MAX_PHYSADDR_BITS 32 | ||
12 | #define MAX_PHYSMEM_BITS 32 | ||
13 | |||
14 | #endif | ||
15 | |||
16 | #endif /* __ASM_SH_SPARSEMEM_H */ | ||
diff --git a/arch/sh/include/asm/spi.h b/arch/sh/include/asm/spi.h new file mode 100644 index 000000000000..e96f5b0953c8 --- /dev/null +++ b/arch/sh/include/asm/spi.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __ASM_SPI_H__ | ||
2 | #define __ASM_SPI_H__ | ||
3 | |||
4 | struct sh_spi_info; | ||
5 | |||
6 | struct sh_spi_info { | ||
7 | int bus_num; | ||
8 | int num_chipselect; | ||
9 | |||
10 | void (*chip_select)(struct sh_spi_info *spi, int cs, int state); | ||
11 | }; | ||
12 | |||
13 | #endif /* __ASM_SPI_H__ */ | ||
diff --git a/arch/sh/include/asm/spinlock.h b/arch/sh/include/asm/spinlock.h new file mode 100644 index 000000000000..e793181d64da --- /dev/null +++ b/arch/sh/include/asm/spinlock.h | |||
@@ -0,0 +1,223 @@ | |||
1 | /* | ||
2 | * include/asm-sh/spinlock.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * Copyright (C) 2006, 2007 Akio Idehara | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_SPINLOCK_H | ||
12 | #define __ASM_SH_SPINLOCK_H | ||
13 | |||
14 | /* | ||
15 | * The only locking implemented here uses SH-4A opcodes. For others, | ||
16 | * split this out as per atomic-*.h. | ||
17 | */ | ||
18 | #ifndef CONFIG_CPU_SH4A | ||
19 | #error "Need movli.l/movco.l for spinlocks" | ||
20 | #endif | ||
21 | |||
22 | /* | ||
23 | * Your basic SMP spinlocks, allowing only a single CPU anywhere | ||
24 | */ | ||
25 | |||
26 | #define __raw_spin_is_locked(x) ((x)->lock <= 0) | ||
27 | #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) | ||
28 | #define __raw_spin_unlock_wait(x) \ | ||
29 | do { cpu_relax(); } while ((x)->lock) | ||
30 | |||
31 | /* | ||
32 | * Simple spin lock operations. There are two variants, one clears IRQ's | ||
33 | * on the local processor, one does not. | ||
34 | * | ||
35 | * We make no fairness assumptions. They have a cost. | ||
36 | */ | ||
37 | static inline void __raw_spin_lock(raw_spinlock_t *lock) | ||
38 | { | ||
39 | unsigned long tmp; | ||
40 | unsigned long oldval; | ||
41 | |||
42 | __asm__ __volatile__ ( | ||
43 | "1: \n\t" | ||
44 | "movli.l @%2, %0 ! __raw_spin_lock \n\t" | ||
45 | "mov %0, %1 \n\t" | ||
46 | "mov #0, %0 \n\t" | ||
47 | "movco.l %0, @%2 \n\t" | ||
48 | "bf 1b \n\t" | ||
49 | "cmp/pl %1 \n\t" | ||
50 | "bf 1b \n\t" | ||
51 | : "=&z" (tmp), "=&r" (oldval) | ||
52 | : "r" (&lock->lock) | ||
53 | : "t", "memory" | ||
54 | ); | ||
55 | } | ||
56 | |||
57 | static inline void __raw_spin_unlock(raw_spinlock_t *lock) | ||
58 | { | ||
59 | unsigned long tmp; | ||
60 | |||
61 | __asm__ __volatile__ ( | ||
62 | "mov #1, %0 ! __raw_spin_unlock \n\t" | ||
63 | "mov.l %0, @%1 \n\t" | ||
64 | : "=&z" (tmp) | ||
65 | : "r" (&lock->lock) | ||
66 | : "t", "memory" | ||
67 | ); | ||
68 | } | ||
69 | |||
70 | static inline int __raw_spin_trylock(raw_spinlock_t *lock) | ||
71 | { | ||
72 | unsigned long tmp, oldval; | ||
73 | |||
74 | __asm__ __volatile__ ( | ||
75 | "1: \n\t" | ||
76 | "movli.l @%2, %0 ! __raw_spin_trylock \n\t" | ||
77 | "mov %0, %1 \n\t" | ||
78 | "mov #0, %0 \n\t" | ||
79 | "movco.l %0, @%2 \n\t" | ||
80 | "bf 1b \n\t" | ||
81 | "synco \n\t" | ||
82 | : "=&z" (tmp), "=&r" (oldval) | ||
83 | : "r" (&lock->lock) | ||
84 | : "t", "memory" | ||
85 | ); | ||
86 | |||
87 | return oldval; | ||
88 | } | ||
89 | |||
90 | /* | ||
91 | * Read-write spinlocks, allowing multiple readers but only one writer. | ||
92 | * | ||
93 | * NOTE! it is quite common to have readers in interrupts but no interrupt | ||
94 | * writers. For those circumstances we can "mix" irq-safe locks - any writer | ||
95 | * needs to get a irq-safe write-lock, but readers can get non-irqsafe | ||
96 | * read-locks. | ||
97 | */ | ||
98 | |||
99 | /** | ||
100 | * read_can_lock - would read_trylock() succeed? | ||
101 | * @lock: the rwlock in question. | ||
102 | */ | ||
103 | #define __raw_read_can_lock(x) ((x)->lock > 0) | ||
104 | |||
105 | /** | ||
106 | * write_can_lock - would write_trylock() succeed? | ||
107 | * @lock: the rwlock in question. | ||
108 | */ | ||
109 | #define __raw_write_can_lock(x) ((x)->lock == RW_LOCK_BIAS) | ||
110 | |||
111 | static inline void __raw_read_lock(raw_rwlock_t *rw) | ||
112 | { | ||
113 | unsigned long tmp; | ||
114 | |||
115 | __asm__ __volatile__ ( | ||
116 | "1: \n\t" | ||
117 | "movli.l @%1, %0 ! __raw_read_lock \n\t" | ||
118 | "cmp/pl %0 \n\t" | ||
119 | "bf 1b \n\t" | ||
120 | "add #-1, %0 \n\t" | ||
121 | "movco.l %0, @%1 \n\t" | ||
122 | "bf 1b \n\t" | ||
123 | : "=&z" (tmp) | ||
124 | : "r" (&rw->lock) | ||
125 | : "t", "memory" | ||
126 | ); | ||
127 | } | ||
128 | |||
129 | static inline void __raw_read_unlock(raw_rwlock_t *rw) | ||
130 | { | ||
131 | unsigned long tmp; | ||
132 | |||
133 | __asm__ __volatile__ ( | ||
134 | "1: \n\t" | ||
135 | "movli.l @%1, %0 ! __raw_read_unlock \n\t" | ||
136 | "add #1, %0 \n\t" | ||
137 | "movco.l %0, @%1 \n\t" | ||
138 | "bf 1b \n\t" | ||
139 | : "=&z" (tmp) | ||
140 | : "r" (&rw->lock) | ||
141 | : "t", "memory" | ||
142 | ); | ||
143 | } | ||
144 | |||
145 | static inline void __raw_write_lock(raw_rwlock_t *rw) | ||
146 | { | ||
147 | unsigned long tmp; | ||
148 | |||
149 | __asm__ __volatile__ ( | ||
150 | "1: \n\t" | ||
151 | "movli.l @%1, %0 ! __raw_write_lock \n\t" | ||
152 | "cmp/hs %2, %0 \n\t" | ||
153 | "bf 1b \n\t" | ||
154 | "sub %2, %0 \n\t" | ||
155 | "movco.l %0, @%1 \n\t" | ||
156 | "bf 1b \n\t" | ||
157 | : "=&z" (tmp) | ||
158 | : "r" (&rw->lock), "r" (RW_LOCK_BIAS) | ||
159 | : "t", "memory" | ||
160 | ); | ||
161 | } | ||
162 | |||
163 | static inline void __raw_write_unlock(raw_rwlock_t *rw) | ||
164 | { | ||
165 | __asm__ __volatile__ ( | ||
166 | "mov.l %1, @%0 ! __raw_write_unlock \n\t" | ||
167 | : | ||
168 | : "r" (&rw->lock), "r" (RW_LOCK_BIAS) | ||
169 | : "t", "memory" | ||
170 | ); | ||
171 | } | ||
172 | |||
173 | static inline int __raw_read_trylock(raw_rwlock_t *rw) | ||
174 | { | ||
175 | unsigned long tmp, oldval; | ||
176 | |||
177 | __asm__ __volatile__ ( | ||
178 | "1: \n\t" | ||
179 | "movli.l @%2, %0 ! __raw_read_trylock \n\t" | ||
180 | "mov %0, %1 \n\t" | ||
181 | "cmp/pl %0 \n\t" | ||
182 | "bf 2f \n\t" | ||
183 | "add #-1, %0 \n\t" | ||
184 | "movco.l %0, @%2 \n\t" | ||
185 | "bf 1b \n\t" | ||
186 | "2: \n\t" | ||
187 | "synco \n\t" | ||
188 | : "=&z" (tmp), "=&r" (oldval) | ||
189 | : "r" (&rw->lock) | ||
190 | : "t", "memory" | ||
191 | ); | ||
192 | |||
193 | return (oldval > 0); | ||
194 | } | ||
195 | |||
196 | static inline int __raw_write_trylock(raw_rwlock_t *rw) | ||
197 | { | ||
198 | unsigned long tmp, oldval; | ||
199 | |||
200 | __asm__ __volatile__ ( | ||
201 | "1: \n\t" | ||
202 | "movli.l @%2, %0 ! __raw_write_trylock \n\t" | ||
203 | "mov %0, %1 \n\t" | ||
204 | "cmp/hs %3, %0 \n\t" | ||
205 | "bf 2f \n\t" | ||
206 | "sub %3, %0 \n\t" | ||
207 | "2: \n\t" | ||
208 | "movco.l %0, @%2 \n\t" | ||
209 | "bf 1b \n\t" | ||
210 | "synco \n\t" | ||
211 | : "=&z" (tmp), "=&r" (oldval) | ||
212 | : "r" (&rw->lock), "r" (RW_LOCK_BIAS) | ||
213 | : "t", "memory" | ||
214 | ); | ||
215 | |||
216 | return (oldval > (RW_LOCK_BIAS - 1)); | ||
217 | } | ||
218 | |||
219 | #define _raw_spin_relax(lock) cpu_relax() | ||
220 | #define _raw_read_relax(lock) cpu_relax() | ||
221 | #define _raw_write_relax(lock) cpu_relax() | ||
222 | |||
223 | #endif /* __ASM_SH_SPINLOCK_H */ | ||
diff --git a/arch/sh/include/asm/spinlock_types.h b/arch/sh/include/asm/spinlock_types.h new file mode 100644 index 000000000000..b4d244e7b60c --- /dev/null +++ b/arch/sh/include/asm/spinlock_types.h | |||
@@ -0,0 +1,21 @@ | |||
1 | #ifndef __ASM_SH_SPINLOCK_TYPES_H | ||
2 | #define __ASM_SH_SPINLOCK_TYPES_H | ||
3 | |||
4 | #ifndef __LINUX_SPINLOCK_TYPES_H | ||
5 | # error "please don't include this file directly" | ||
6 | #endif | ||
7 | |||
8 | typedef struct { | ||
9 | volatile unsigned int lock; | ||
10 | } raw_spinlock_t; | ||
11 | |||
12 | #define __RAW_SPIN_LOCK_UNLOCKED { 1 } | ||
13 | |||
14 | typedef struct { | ||
15 | volatile unsigned int lock; | ||
16 | } raw_rwlock_t; | ||
17 | |||
18 | #define RW_LOCK_BIAS 0x01000000 | ||
19 | #define __RAW_RW_LOCK_UNLOCKED { RW_LOCK_BIAS } | ||
20 | |||
21 | #endif | ||
diff --git a/arch/sh/include/asm/stat.h b/arch/sh/include/asm/stat.h new file mode 100644 index 000000000000..e1810cc6e3da --- /dev/null +++ b/arch/sh/include/asm/stat.h | |||
@@ -0,0 +1,138 @@ | |||
1 | #ifndef __ASM_SH_STAT_H | ||
2 | #define __ASM_SH_STAT_H | ||
3 | |||
4 | struct __old_kernel_stat { | ||
5 | unsigned short st_dev; | ||
6 | unsigned short st_ino; | ||
7 | unsigned short st_mode; | ||
8 | unsigned short st_nlink; | ||
9 | unsigned short st_uid; | ||
10 | unsigned short st_gid; | ||
11 | unsigned short st_rdev; | ||
12 | unsigned long st_size; | ||
13 | unsigned long st_atime; | ||
14 | unsigned long st_mtime; | ||
15 | unsigned long st_ctime; | ||
16 | }; | ||
17 | |||
18 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) | ||
19 | struct stat { | ||
20 | unsigned short st_dev; | ||
21 | unsigned short __pad1; | ||
22 | unsigned long st_ino; | ||
23 | unsigned short st_mode; | ||
24 | unsigned short st_nlink; | ||
25 | unsigned short st_uid; | ||
26 | unsigned short st_gid; | ||
27 | unsigned short st_rdev; | ||
28 | unsigned short __pad2; | ||
29 | unsigned long st_size; | ||
30 | unsigned long st_blksize; | ||
31 | unsigned long st_blocks; | ||
32 | unsigned long st_atime; | ||
33 | unsigned long st_atime_nsec; | ||
34 | unsigned long st_mtime; | ||
35 | unsigned long st_mtime_nsec; | ||
36 | unsigned long st_ctime; | ||
37 | unsigned long st_ctime_nsec; | ||
38 | unsigned long __unused4; | ||
39 | unsigned long __unused5; | ||
40 | }; | ||
41 | |||
42 | /* This matches struct stat64 in glibc2.1, hence the absolutely | ||
43 | * insane amounts of padding around dev_t's. | ||
44 | */ | ||
45 | struct stat64 { | ||
46 | unsigned short st_dev; | ||
47 | unsigned char __pad0[10]; | ||
48 | |||
49 | unsigned long st_ino; | ||
50 | unsigned int st_mode; | ||
51 | unsigned int st_nlink; | ||
52 | |||
53 | unsigned long st_uid; | ||
54 | unsigned long st_gid; | ||
55 | |||
56 | unsigned short st_rdev; | ||
57 | unsigned char __pad3[10]; | ||
58 | |||
59 | long long st_size; | ||
60 | unsigned long st_blksize; | ||
61 | |||
62 | unsigned long st_blocks; /* Number 512-byte blocks allocated. */ | ||
63 | unsigned long __pad4; /* future possible st_blocks high bits */ | ||
64 | |||
65 | unsigned long st_atime; | ||
66 | unsigned long st_atime_nsec; | ||
67 | |||
68 | unsigned long st_mtime; | ||
69 | unsigned long st_mtime_nsec; | ||
70 | |||
71 | unsigned long st_ctime; | ||
72 | unsigned long st_ctime_nsec; /* will be high 32 bits of ctime someday */ | ||
73 | |||
74 | unsigned long __unused1; | ||
75 | unsigned long __unused2; | ||
76 | }; | ||
77 | #else | ||
78 | struct stat { | ||
79 | unsigned long st_dev; | ||
80 | unsigned long st_ino; | ||
81 | unsigned short st_mode; | ||
82 | unsigned short st_nlink; | ||
83 | unsigned short st_uid; | ||
84 | unsigned short st_gid; | ||
85 | unsigned long st_rdev; | ||
86 | unsigned long st_size; | ||
87 | unsigned long st_blksize; | ||
88 | unsigned long st_blocks; | ||
89 | unsigned long st_atime; | ||
90 | unsigned long st_atime_nsec; | ||
91 | unsigned long st_mtime; | ||
92 | unsigned long st_mtime_nsec; | ||
93 | unsigned long st_ctime; | ||
94 | unsigned long st_ctime_nsec; | ||
95 | unsigned long __unused4; | ||
96 | unsigned long __unused5; | ||
97 | }; | ||
98 | |||
99 | /* This matches struct stat64 in glibc2.1, hence the absolutely | ||
100 | * insane amounts of padding around dev_t's. | ||
101 | */ | ||
102 | struct stat64 { | ||
103 | unsigned long long st_dev; | ||
104 | unsigned char __pad0[4]; | ||
105 | |||
106 | #define STAT64_HAS_BROKEN_ST_INO 1 | ||
107 | unsigned long __st_ino; | ||
108 | |||
109 | unsigned int st_mode; | ||
110 | unsigned int st_nlink; | ||
111 | |||
112 | unsigned long st_uid; | ||
113 | unsigned long st_gid; | ||
114 | |||
115 | unsigned long long st_rdev; | ||
116 | unsigned char __pad3[4]; | ||
117 | |||
118 | long long st_size; | ||
119 | unsigned long st_blksize; | ||
120 | |||
121 | unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ | ||
122 | |||
123 | unsigned long st_atime; | ||
124 | unsigned long st_atime_nsec; | ||
125 | |||
126 | unsigned long st_mtime; | ||
127 | unsigned long st_mtime_nsec; | ||
128 | |||
129 | unsigned long st_ctime; | ||
130 | unsigned long st_ctime_nsec; | ||
131 | |||
132 | unsigned long long st_ino; | ||
133 | }; | ||
134 | |||
135 | #define STAT_HAVE_NSEC 1 | ||
136 | #endif | ||
137 | |||
138 | #endif /* __ASM_SH_STAT_H */ | ||
diff --git a/arch/sh/include/asm/statfs.h b/arch/sh/include/asm/statfs.h new file mode 100644 index 000000000000..9202a023328f --- /dev/null +++ b/arch/sh/include/asm/statfs.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_STATFS_H | ||
2 | #define __ASM_SH_STATFS_H | ||
3 | |||
4 | #include <asm-generic/statfs.h> | ||
5 | |||
6 | #endif /* __ASM_SH_STATFS_H */ | ||
diff --git a/arch/sh/include/asm/string.h b/arch/sh/include/asm/string.h new file mode 100644 index 000000000000..8c1ea21dc0ae --- /dev/null +++ b/arch/sh/include/asm/string.h | |||
@@ -0,0 +1,5 @@ | |||
1 | #ifdef CONFIG_SUPERH32 | ||
2 | # include "string_32.h" | ||
3 | #else | ||
4 | # include "string_64.h" | ||
5 | #endif | ||
diff --git a/arch/sh/include/asm/string_32.h b/arch/sh/include/asm/string_32.h new file mode 100644 index 000000000000..55f8db6bc1d7 --- /dev/null +++ b/arch/sh/include/asm/string_32.h | |||
@@ -0,0 +1,131 @@ | |||
1 | #ifndef __ASM_SH_STRING_H | ||
2 | #define __ASM_SH_STRING_H | ||
3 | |||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | /* | ||
7 | * Copyright (C) 1999 Niibe Yutaka | ||
8 | * But consider these trivial functions to be public domain. | ||
9 | */ | ||
10 | |||
11 | #define __HAVE_ARCH_STRCPY | ||
12 | static inline char *strcpy(char *__dest, const char *__src) | ||
13 | { | ||
14 | register char *__xdest = __dest; | ||
15 | unsigned long __dummy; | ||
16 | |||
17 | __asm__ __volatile__("1:\n\t" | ||
18 | "mov.b @%1+, %2\n\t" | ||
19 | "mov.b %2, @%0\n\t" | ||
20 | "cmp/eq #0, %2\n\t" | ||
21 | "bf/s 1b\n\t" | ||
22 | " add #1, %0\n\t" | ||
23 | : "=r" (__dest), "=r" (__src), "=&z" (__dummy) | ||
24 | : "0" (__dest), "1" (__src) | ||
25 | : "memory", "t"); | ||
26 | |||
27 | return __xdest; | ||
28 | } | ||
29 | |||
30 | #define __HAVE_ARCH_STRNCPY | ||
31 | static inline char *strncpy(char *__dest, const char *__src, size_t __n) | ||
32 | { | ||
33 | register char *__xdest = __dest; | ||
34 | unsigned long __dummy; | ||
35 | |||
36 | if (__n == 0) | ||
37 | return __xdest; | ||
38 | |||
39 | __asm__ __volatile__( | ||
40 | "1:\n" | ||
41 | "mov.b @%1+, %2\n\t" | ||
42 | "mov.b %2, @%0\n\t" | ||
43 | "cmp/eq #0, %2\n\t" | ||
44 | "bt/s 2f\n\t" | ||
45 | " cmp/eq %5,%1\n\t" | ||
46 | "bf/s 1b\n\t" | ||
47 | " add #1, %0\n" | ||
48 | "2:" | ||
49 | : "=r" (__dest), "=r" (__src), "=&z" (__dummy) | ||
50 | : "0" (__dest), "1" (__src), "r" (__src+__n) | ||
51 | : "memory", "t"); | ||
52 | |||
53 | return __xdest; | ||
54 | } | ||
55 | |||
56 | #define __HAVE_ARCH_STRCMP | ||
57 | static inline int strcmp(const char *__cs, const char *__ct) | ||
58 | { | ||
59 | register int __res; | ||
60 | unsigned long __dummy; | ||
61 | |||
62 | __asm__ __volatile__( | ||
63 | "mov.b @%1+, %3\n" | ||
64 | "1:\n\t" | ||
65 | "mov.b @%0+, %2\n\t" | ||
66 | "cmp/eq #0, %3\n\t" | ||
67 | "bt 2f\n\t" | ||
68 | "cmp/eq %2, %3\n\t" | ||
69 | "bt/s 1b\n\t" | ||
70 | " mov.b @%1+, %3\n\t" | ||
71 | "add #-2, %1\n\t" | ||
72 | "mov.b @%1, %3\n\t" | ||
73 | "sub %3, %2\n" | ||
74 | "2:" | ||
75 | : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) | ||
76 | : "0" (__cs), "1" (__ct) | ||
77 | : "t"); | ||
78 | |||
79 | return __res; | ||
80 | } | ||
81 | |||
82 | #define __HAVE_ARCH_STRNCMP | ||
83 | static inline int strncmp(const char *__cs, const char *__ct, size_t __n) | ||
84 | { | ||
85 | register int __res; | ||
86 | unsigned long __dummy; | ||
87 | |||
88 | if (__n == 0) | ||
89 | return 0; | ||
90 | |||
91 | __asm__ __volatile__( | ||
92 | "mov.b @%1+, %3\n" | ||
93 | "1:\n\t" | ||
94 | "mov.b @%0+, %2\n\t" | ||
95 | "cmp/eq %6, %0\n\t" | ||
96 | "bt/s 2f\n\t" | ||
97 | " cmp/eq #0, %3\n\t" | ||
98 | "bt/s 3f\n\t" | ||
99 | " cmp/eq %3, %2\n\t" | ||
100 | "bt/s 1b\n\t" | ||
101 | " mov.b @%1+, %3\n\t" | ||
102 | "add #-2, %1\n\t" | ||
103 | "mov.b @%1, %3\n" | ||
104 | "2:\n\t" | ||
105 | "sub %3, %2\n" | ||
106 | "3:" | ||
107 | :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) | ||
108 | : "0" (__cs), "1" (__ct), "r" (__cs+__n) | ||
109 | : "t"); | ||
110 | |||
111 | return __res; | ||
112 | } | ||
113 | |||
114 | #define __HAVE_ARCH_MEMSET | ||
115 | extern void *memset(void *__s, int __c, size_t __count); | ||
116 | |||
117 | #define __HAVE_ARCH_MEMCPY | ||
118 | extern void *memcpy(void *__to, __const__ void *__from, size_t __n); | ||
119 | |||
120 | #define __HAVE_ARCH_MEMMOVE | ||
121 | extern void *memmove(void *__dest, __const__ void *__src, size_t __n); | ||
122 | |||
123 | #define __HAVE_ARCH_MEMCHR | ||
124 | extern void *memchr(const void *__s, int __c, size_t __n); | ||
125 | |||
126 | #define __HAVE_ARCH_STRLEN | ||
127 | extern size_t strlen(const char *); | ||
128 | |||
129 | #endif /* __KERNEL__ */ | ||
130 | |||
131 | #endif /* __ASM_SH_STRING_H */ | ||
diff --git a/arch/sh/include/asm/string_64.h b/arch/sh/include/asm/string_64.h new file mode 100644 index 000000000000..aa1fef229c78 --- /dev/null +++ b/arch/sh/include/asm/string_64.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef __ASM_SH_STRING_64_H | ||
2 | #define __ASM_SH_STRING_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/string_64.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | |||
14 | #define __HAVE_ARCH_MEMCPY | ||
15 | extern void *memcpy(void *dest, const void *src, size_t count); | ||
16 | |||
17 | #endif /* __ASM_SH_STRING_64_H */ | ||
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h new file mode 100644 index 000000000000..056d68cd2108 --- /dev/null +++ b/arch/sh/include/asm/system.h | |||
@@ -0,0 +1,190 @@ | |||
1 | #ifndef __ASM_SH_SYSTEM_H | ||
2 | #define __ASM_SH_SYSTEM_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima | ||
6 | * Copyright (C) 2002 Paul Mundt | ||
7 | */ | ||
8 | |||
9 | #include <linux/irqflags.h> | ||
10 | #include <linux/compiler.h> | ||
11 | #include <linux/linkage.h> | ||
12 | #include <asm/types.h> | ||
13 | #include <asm/ptrace.h> | ||
14 | |||
15 | #define AT_VECTOR_SIZE_ARCH 5 /* entries in ARCH_DLINFO */ | ||
16 | |||
17 | #if defined(CONFIG_CPU_SH4A) || defined(CONFIG_CPU_SH5) | ||
18 | #define __icbi() \ | ||
19 | { \ | ||
20 | unsigned long __addr; \ | ||
21 | __addr = 0xa8000000; \ | ||
22 | __asm__ __volatile__( \ | ||
23 | "icbi %0\n\t" \ | ||
24 | : /* no output */ \ | ||
25 | : "m" (__m(__addr))); \ | ||
26 | } | ||
27 | #endif | ||
28 | |||
29 | /* | ||
30 | * A brief note on ctrl_barrier(), the control register write barrier. | ||
31 | * | ||
32 | * Legacy SH cores typically require a sequence of 8 nops after | ||
33 | * modification of a control register in order for the changes to take | ||
34 | * effect. On newer cores (like the sh4a and sh5) this is accomplished | ||
35 | * with icbi. | ||
36 | * | ||
37 | * Also note that on sh4a in the icbi case we can forego a synco for the | ||
38 | * write barrier, as it's not necessary for control registers. | ||
39 | * | ||
40 | * Historically we have only done this type of barrier for the MMUCR, but | ||
41 | * it's also necessary for the CCR, so we make it generic here instead. | ||
42 | */ | ||
43 | #if defined(CONFIG_CPU_SH4A) || defined(CONFIG_CPU_SH5) | ||
44 | #define mb() __asm__ __volatile__ ("synco": : :"memory") | ||
45 | #define rmb() mb() | ||
46 | #define wmb() __asm__ __volatile__ ("synco": : :"memory") | ||
47 | #define ctrl_barrier() __icbi() | ||
48 | #define read_barrier_depends() do { } while(0) | ||
49 | #else | ||
50 | #define mb() __asm__ __volatile__ ("": : :"memory") | ||
51 | #define rmb() mb() | ||
52 | #define wmb() __asm__ __volatile__ ("": : :"memory") | ||
53 | #define ctrl_barrier() __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop") | ||
54 | #define read_barrier_depends() do { } while(0) | ||
55 | #endif | ||
56 | |||
57 | #ifdef CONFIG_SMP | ||
58 | #define smp_mb() mb() | ||
59 | #define smp_rmb() rmb() | ||
60 | #define smp_wmb() wmb() | ||
61 | #define smp_read_barrier_depends() read_barrier_depends() | ||
62 | #else | ||
63 | #define smp_mb() barrier() | ||
64 | #define smp_rmb() barrier() | ||
65 | #define smp_wmb() barrier() | ||
66 | #define smp_read_barrier_depends() do { } while(0) | ||
67 | #endif | ||
68 | |||
69 | #define set_mb(var, value) do { (void)xchg(&var, value); } while (0) | ||
70 | |||
71 | #ifdef CONFIG_GUSA_RB | ||
72 | #include <asm/cmpxchg-grb.h> | ||
73 | #else | ||
74 | #include <asm/cmpxchg-irq.h> | ||
75 | #endif | ||
76 | |||
77 | extern void __xchg_called_with_bad_pointer(void); | ||
78 | |||
79 | #define __xchg(ptr, x, size) \ | ||
80 | ({ \ | ||
81 | unsigned long __xchg__res; \ | ||
82 | volatile void *__xchg_ptr = (ptr); \ | ||
83 | switch (size) { \ | ||
84 | case 4: \ | ||
85 | __xchg__res = xchg_u32(__xchg_ptr, x); \ | ||
86 | break; \ | ||
87 | case 1: \ | ||
88 | __xchg__res = xchg_u8(__xchg_ptr, x); \ | ||
89 | break; \ | ||
90 | default: \ | ||
91 | __xchg_called_with_bad_pointer(); \ | ||
92 | __xchg__res = x; \ | ||
93 | break; \ | ||
94 | } \ | ||
95 | \ | ||
96 | __xchg__res; \ | ||
97 | }) | ||
98 | |||
99 | #define xchg(ptr,x) \ | ||
100 | ((__typeof__(*(ptr)))__xchg((ptr),(unsigned long)(x), sizeof(*(ptr)))) | ||
101 | |||
102 | /* This function doesn't exist, so you'll get a linker error | ||
103 | * if something tries to do an invalid cmpxchg(). */ | ||
104 | extern void __cmpxchg_called_with_bad_pointer(void); | ||
105 | |||
106 | #define __HAVE_ARCH_CMPXCHG 1 | ||
107 | |||
108 | static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, | ||
109 | unsigned long new, int size) | ||
110 | { | ||
111 | switch (size) { | ||
112 | case 4: | ||
113 | return __cmpxchg_u32(ptr, old, new); | ||
114 | } | ||
115 | __cmpxchg_called_with_bad_pointer(); | ||
116 | return old; | ||
117 | } | ||
118 | |||
119 | #define cmpxchg(ptr,o,n) \ | ||
120 | ({ \ | ||
121 | __typeof__(*(ptr)) _o_ = (o); \ | ||
122 | __typeof__(*(ptr)) _n_ = (n); \ | ||
123 | (__typeof__(*(ptr))) __cmpxchg((ptr), (unsigned long)_o_, \ | ||
124 | (unsigned long)_n_, sizeof(*(ptr))); \ | ||
125 | }) | ||
126 | |||
127 | extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn)); | ||
128 | |||
129 | extern void *set_exception_table_vec(unsigned int vec, void *handler); | ||
130 | |||
131 | static inline void *set_exception_table_evt(unsigned int evt, void *handler) | ||
132 | { | ||
133 | return set_exception_table_vec(evt >> 5, handler); | ||
134 | } | ||
135 | |||
136 | /* | ||
137 | * SH-2A has both 16 and 32-bit opcodes, do lame encoding checks. | ||
138 | */ | ||
139 | #ifdef CONFIG_CPU_SH2A | ||
140 | extern unsigned int instruction_size(unsigned int insn); | ||
141 | #elif defined(CONFIG_SUPERH32) | ||
142 | #define instruction_size(insn) (2) | ||
143 | #else | ||
144 | #define instruction_size(insn) (4) | ||
145 | #endif | ||
146 | |||
147 | extern unsigned long cached_to_uncached; | ||
148 | |||
149 | extern struct dentry *sh_debugfs_root; | ||
150 | |||
151 | void per_cpu_trap_init(void); | ||
152 | |||
153 | asmlinkage void break_point_trap(void); | ||
154 | |||
155 | #ifdef CONFIG_SUPERH32 | ||
156 | #define BUILD_TRAP_HANDLER(name) \ | ||
157 | asmlinkage void name##_trap_handler(unsigned long r4, unsigned long r5, \ | ||
158 | unsigned long r6, unsigned long r7, \ | ||
159 | struct pt_regs __regs) | ||
160 | |||
161 | #define TRAP_HANDLER_DECL \ | ||
162 | struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \ | ||
163 | unsigned int vec = regs->tra; \ | ||
164 | (void)vec; | ||
165 | #else | ||
166 | #define BUILD_TRAP_HANDLER(name) \ | ||
167 | asmlinkage void name##_trap_handler(unsigned int vec, struct pt_regs *regs) | ||
168 | #define TRAP_HANDLER_DECL | ||
169 | #endif | ||
170 | |||
171 | BUILD_TRAP_HANDLER(address_error); | ||
172 | BUILD_TRAP_HANDLER(debug); | ||
173 | BUILD_TRAP_HANDLER(bug); | ||
174 | BUILD_TRAP_HANDLER(fpu_error); | ||
175 | BUILD_TRAP_HANDLER(fpu_state_restore); | ||
176 | |||
177 | #define arch_align_stack(x) (x) | ||
178 | |||
179 | struct mem_access { | ||
180 | unsigned long (*from)(void *dst, const void *src, unsigned long cnt); | ||
181 | unsigned long (*to)(void *dst, const void *src, unsigned long cnt); | ||
182 | }; | ||
183 | |||
184 | #ifdef CONFIG_SUPERH32 | ||
185 | # include "system_32.h" | ||
186 | #else | ||
187 | # include "system_64.h" | ||
188 | #endif | ||
189 | |||
190 | #endif | ||
diff --git a/arch/sh/include/asm/system_32.h b/arch/sh/include/asm/system_32.h new file mode 100644 index 000000000000..f11bcf0855ed --- /dev/null +++ b/arch/sh/include/asm/system_32.h | |||
@@ -0,0 +1,102 @@ | |||
1 | #ifndef __ASM_SH_SYSTEM_32_H | ||
2 | #define __ASM_SH_SYSTEM_32_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | |||
6 | struct task_struct *__switch_to(struct task_struct *prev, | ||
7 | struct task_struct *next); | ||
8 | |||
9 | /* | ||
10 | * switch_to() should switch tasks to task nr n, first | ||
11 | */ | ||
12 | #define switch_to(prev, next, last) \ | ||
13 | do { \ | ||
14 | register u32 *__ts1 __asm__ ("r1") = (u32 *)&prev->thread.sp; \ | ||
15 | register u32 *__ts2 __asm__ ("r2") = (u32 *)&prev->thread.pc; \ | ||
16 | register u32 *__ts4 __asm__ ("r4") = (u32 *)prev; \ | ||
17 | register u32 *__ts5 __asm__ ("r5") = (u32 *)next; \ | ||
18 | register u32 *__ts6 __asm__ ("r6") = (u32 *)&next->thread.sp; \ | ||
19 | register u32 __ts7 __asm__ ("r7") = next->thread.pc; \ | ||
20 | struct task_struct *__last; \ | ||
21 | \ | ||
22 | __asm__ __volatile__ ( \ | ||
23 | ".balign 4\n\t" \ | ||
24 | "stc.l gbr, @-r15\n\t" \ | ||
25 | "sts.l pr, @-r15\n\t" \ | ||
26 | "mov.l r8, @-r15\n\t" \ | ||
27 | "mov.l r9, @-r15\n\t" \ | ||
28 | "mov.l r10, @-r15\n\t" \ | ||
29 | "mov.l r11, @-r15\n\t" \ | ||
30 | "mov.l r12, @-r15\n\t" \ | ||
31 | "mov.l r13, @-r15\n\t" \ | ||
32 | "mov.l r14, @-r15\n\t" \ | ||
33 | "mov.l r15, @r1\t! save SP\n\t" \ | ||
34 | "mov.l @r6, r15\t! change to new stack\n\t" \ | ||
35 | "mova 1f, %0\n\t" \ | ||
36 | "mov.l %0, @r2\t! save PC\n\t" \ | ||
37 | "mov.l 2f, %0\n\t" \ | ||
38 | "jmp @%0\t! call __switch_to\n\t" \ | ||
39 | " lds r7, pr\t! with return to new PC\n\t" \ | ||
40 | ".balign 4\n" \ | ||
41 | "2:\n\t" \ | ||
42 | ".long __switch_to\n" \ | ||
43 | "1:\n\t" \ | ||
44 | "mov.l @r15+, r14\n\t" \ | ||
45 | "mov.l @r15+, r13\n\t" \ | ||
46 | "mov.l @r15+, r12\n\t" \ | ||
47 | "mov.l @r15+, r11\n\t" \ | ||
48 | "mov.l @r15+, r10\n\t" \ | ||
49 | "mov.l @r15+, r9\n\t" \ | ||
50 | "mov.l @r15+, r8\n\t" \ | ||
51 | "lds.l @r15+, pr\n\t" \ | ||
52 | "ldc.l @r15+, gbr\n\t" \ | ||
53 | : "=z" (__last) \ | ||
54 | : "r" (__ts1), "r" (__ts2), "r" (__ts4), \ | ||
55 | "r" (__ts5), "r" (__ts6), "r" (__ts7) \ | ||
56 | : "r3", "t"); \ | ||
57 | \ | ||
58 | last = __last; \ | ||
59 | } while (0) | ||
60 | |||
61 | #define __uses_jump_to_uncached __attribute__ ((__section__ (".uncached.text"))) | ||
62 | |||
63 | /* | ||
64 | * Jump to uncached area. | ||
65 | * When handling TLB or caches, we need to do it from an uncached area. | ||
66 | */ | ||
67 | #define jump_to_uncached() \ | ||
68 | do { \ | ||
69 | unsigned long __dummy; \ | ||
70 | \ | ||
71 | __asm__ __volatile__( \ | ||
72 | "mova 1f, %0\n\t" \ | ||
73 | "add %1, %0\n\t" \ | ||
74 | "jmp @%0\n\t" \ | ||
75 | " nop\n\t" \ | ||
76 | ".balign 4\n" \ | ||
77 | "1:" \ | ||
78 | : "=&z" (__dummy) \ | ||
79 | : "r" (cached_to_uncached)); \ | ||
80 | } while (0) | ||
81 | |||
82 | /* | ||
83 | * Back to cached area. | ||
84 | */ | ||
85 | #define back_to_cached() \ | ||
86 | do { \ | ||
87 | unsigned long __dummy; \ | ||
88 | ctrl_barrier(); \ | ||
89 | __asm__ __volatile__( \ | ||
90 | "mov.l 1f, %0\n\t" \ | ||
91 | "jmp @%0\n\t" \ | ||
92 | " nop\n\t" \ | ||
93 | ".balign 4\n" \ | ||
94 | "1: .long 2f\n" \ | ||
95 | "2:" \ | ||
96 | : "=&r" (__dummy)); \ | ||
97 | } while (0) | ||
98 | |||
99 | int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs, | ||
100 | struct mem_access *ma); | ||
101 | |||
102 | #endif /* __ASM_SH_SYSTEM_32_H */ | ||
diff --git a/arch/sh/include/asm/system_64.h b/arch/sh/include/asm/system_64.h new file mode 100644 index 000000000000..943acf5ea07c --- /dev/null +++ b/arch/sh/include/asm/system_64.h | |||
@@ -0,0 +1,40 @@ | |||
1 | #ifndef __ASM_SH_SYSTEM_64_H | ||
2 | #define __ASM_SH_SYSTEM_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/system_64.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2003 Paul Mundt | ||
9 | * Copyright (C) 2004 Richard Curnow | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | */ | ||
15 | #include <asm/processor.h> | ||
16 | |||
17 | /* | ||
18 | * switch_to() should switch tasks to task nr n, first | ||
19 | */ | ||
20 | struct task_struct *sh64_switch_to(struct task_struct *prev, | ||
21 | struct thread_struct *prev_thread, | ||
22 | struct task_struct *next, | ||
23 | struct thread_struct *next_thread); | ||
24 | |||
25 | #define switch_to(prev,next,last) \ | ||
26 | do { \ | ||
27 | if (last_task_used_math != next) { \ | ||
28 | struct pt_regs *regs = next->thread.uregs; \ | ||
29 | if (regs) regs->sr |= SR_FD; \ | ||
30 | } \ | ||
31 | last = sh64_switch_to(prev, &prev->thread, next, \ | ||
32 | &next->thread); \ | ||
33 | } while (0) | ||
34 | |||
35 | #define __uses_jump_to_uncached | ||
36 | |||
37 | #define jump_to_uncached() do { } while (0) | ||
38 | #define back_to_cached() do { } while (0) | ||
39 | |||
40 | #endif /* __ASM_SH_SYSTEM_64_H */ | ||
diff --git a/arch/sh/include/asm/systemh7751.h b/arch/sh/include/asm/systemh7751.h new file mode 100644 index 000000000000..4161122c84ef --- /dev/null +++ b/arch/sh/include/asm/systemh7751.h | |||
@@ -0,0 +1,71 @@ | |||
1 | #ifndef __ASM_SH_SYSTEMH_7751SYSTEMH_H | ||
2 | #define __ASM_SH_SYSTEMH_7751SYSTEMH_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/systemh/7751systemh.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Kazumoto Kojima | ||
8 | * | ||
9 | * Hitachi SystemH support | ||
10 | |||
11 | * Modified for 7751 SystemH by | ||
12 | * Jonathan Short, 2002. | ||
13 | */ | ||
14 | |||
15 | /* Box specific addresses. */ | ||
16 | |||
17 | #define PA_ROM 0x00000000 /* EPROM */ | ||
18 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
19 | #define PA_FROM 0x01000000 /* EPROM */ | ||
20 | #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
21 | #define PA_EXT1 0x04000000 | ||
22 | #define PA_EXT1_SIZE 0x04000000 | ||
23 | #define PA_EXT2 0x08000000 | ||
24 | #define PA_EXT2_SIZE 0x04000000 | ||
25 | #define PA_SDRAM 0x0c000000 | ||
26 | #define PA_SDRAM_SIZE 0x04000000 | ||
27 | |||
28 | #define PA_EXT4 0x12000000 | ||
29 | #define PA_EXT4_SIZE 0x02000000 | ||
30 | #define PA_EXT5 0x14000000 | ||
31 | #define PA_EXT5_SIZE 0x04000000 | ||
32 | #define PA_PCIC 0x18000000 /* MR-SHPC-01 PCMCIA */ | ||
33 | |||
34 | #define PA_DIPSW0 0xb9000000 /* Dip switch 5,6 */ | ||
35 | #define PA_DIPSW1 0xb9000002 /* Dip switch 7,8 */ | ||
36 | #define PA_LED 0xba000000 /* LED */ | ||
37 | #define PA_BCR 0xbb000000 /* FPGA on the MS7751SE01 */ | ||
38 | |||
39 | #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ | ||
40 | #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ | ||
41 | #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ | ||
42 | #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */ | ||
43 | #define MRSHPC_MODE (PA_MRSHPC + 4) | ||
44 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
45 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
46 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
47 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
48 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
49 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
50 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
51 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
52 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
53 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
54 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
55 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
56 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
57 | |||
58 | #define BCR_ILCRA (PA_BCR + 0) | ||
59 | #define BCR_ILCRB (PA_BCR + 2) | ||
60 | #define BCR_ILCRC (PA_BCR + 4) | ||
61 | #define BCR_ILCRD (PA_BCR + 6) | ||
62 | #define BCR_ILCRE (PA_BCR + 8) | ||
63 | #define BCR_ILCRF (PA_BCR + 10) | ||
64 | #define BCR_ILCRG (PA_BCR + 12) | ||
65 | |||
66 | #define IRQ_79C973 13 | ||
67 | |||
68 | #define __IO_PREFIX sh7751systemh | ||
69 | #include <asm/io_generic.h> | ||
70 | |||
71 | #endif /* __ASM_SH_SYSTEMH_7751SYSTEMH_H */ | ||
diff --git a/arch/sh/include/asm/termbits.h b/arch/sh/include/asm/termbits.h new file mode 100644 index 000000000000..77db116948cf --- /dev/null +++ b/arch/sh/include/asm/termbits.h | |||
@@ -0,0 +1,198 @@ | |||
1 | #ifndef __ASM_SH_TERMBITS_H | ||
2 | #define __ASM_SH_TERMBITS_H | ||
3 | |||
4 | #include <linux/posix_types.h> | ||
5 | |||
6 | typedef unsigned char cc_t; | ||
7 | typedef unsigned int speed_t; | ||
8 | typedef unsigned int tcflag_t; | ||
9 | |||
10 | #define NCCS 19 | ||
11 | struct termios { | ||
12 | tcflag_t c_iflag; /* input mode flags */ | ||
13 | tcflag_t c_oflag; /* output mode flags */ | ||
14 | tcflag_t c_cflag; /* control mode flags */ | ||
15 | tcflag_t c_lflag; /* local mode flags */ | ||
16 | cc_t c_line; /* line discipline */ | ||
17 | cc_t c_cc[NCCS]; /* control characters */ | ||
18 | }; | ||
19 | |||
20 | struct termios2 { | ||
21 | tcflag_t c_iflag; /* input mode flags */ | ||
22 | tcflag_t c_oflag; /* output mode flags */ | ||
23 | tcflag_t c_cflag; /* control mode flags */ | ||
24 | tcflag_t c_lflag; /* local mode flags */ | ||
25 | cc_t c_line; /* line discipline */ | ||
26 | cc_t c_cc[NCCS]; /* control characters */ | ||
27 | speed_t c_ispeed; /* input speed */ | ||
28 | speed_t c_ospeed; /* output speed */ | ||
29 | }; | ||
30 | |||
31 | struct ktermios { | ||
32 | tcflag_t c_iflag; /* input mode flags */ | ||
33 | tcflag_t c_oflag; /* output mode flags */ | ||
34 | tcflag_t c_cflag; /* control mode flags */ | ||
35 | tcflag_t c_lflag; /* local mode flags */ | ||
36 | cc_t c_line; /* line discipline */ | ||
37 | cc_t c_cc[NCCS]; /* control characters */ | ||
38 | speed_t c_ispeed; /* input speed */ | ||
39 | speed_t c_ospeed; /* output speed */ | ||
40 | }; | ||
41 | |||
42 | /* c_cc characters */ | ||
43 | #define VINTR 0 | ||
44 | #define VQUIT 1 | ||
45 | #define VERASE 2 | ||
46 | #define VKILL 3 | ||
47 | #define VEOF 4 | ||
48 | #define VTIME 5 | ||
49 | #define VMIN 6 | ||
50 | #define VSWTC 7 | ||
51 | #define VSTART 8 | ||
52 | #define VSTOP 9 | ||
53 | #define VSUSP 10 | ||
54 | #define VEOL 11 | ||
55 | #define VREPRINT 12 | ||
56 | #define VDISCARD 13 | ||
57 | #define VWERASE 14 | ||
58 | #define VLNEXT 15 | ||
59 | #define VEOL2 16 | ||
60 | |||
61 | /* c_iflag bits */ | ||
62 | #define IGNBRK 0000001 | ||
63 | #define BRKINT 0000002 | ||
64 | #define IGNPAR 0000004 | ||
65 | #define PARMRK 0000010 | ||
66 | #define INPCK 0000020 | ||
67 | #define ISTRIP 0000040 | ||
68 | #define INLCR 0000100 | ||
69 | #define IGNCR 0000200 | ||
70 | #define ICRNL 0000400 | ||
71 | #define IUCLC 0001000 | ||
72 | #define IXON 0002000 | ||
73 | #define IXANY 0004000 | ||
74 | #define IXOFF 0010000 | ||
75 | #define IMAXBEL 0020000 | ||
76 | #define IUTF8 0040000 | ||
77 | |||
78 | /* c_oflag bits */ | ||
79 | #define OPOST 0000001 | ||
80 | #define OLCUC 0000002 | ||
81 | #define ONLCR 0000004 | ||
82 | #define OCRNL 0000010 | ||
83 | #define ONOCR 0000020 | ||
84 | #define ONLRET 0000040 | ||
85 | #define OFILL 0000100 | ||
86 | #define OFDEL 0000200 | ||
87 | #define NLDLY 0000400 | ||
88 | #define NL0 0000000 | ||
89 | #define NL1 0000400 | ||
90 | #define CRDLY 0003000 | ||
91 | #define CR0 0000000 | ||
92 | #define CR1 0001000 | ||
93 | #define CR2 0002000 | ||
94 | #define CR3 0003000 | ||
95 | #define TABDLY 0014000 | ||
96 | #define TAB0 0000000 | ||
97 | #define TAB1 0004000 | ||
98 | #define TAB2 0010000 | ||
99 | #define TAB3 0014000 | ||
100 | #define XTABS 0014000 | ||
101 | #define BSDLY 0020000 | ||
102 | #define BS0 0000000 | ||
103 | #define BS1 0020000 | ||
104 | #define VTDLY 0040000 | ||
105 | #define VT0 0000000 | ||
106 | #define VT1 0040000 | ||
107 | #define FFDLY 0100000 | ||
108 | #define FF0 0000000 | ||
109 | #define FF1 0100000 | ||
110 | |||
111 | /* c_cflag bit meaning */ | ||
112 | #define CBAUD 0010017 | ||
113 | #define B0 0000000 /* hang up */ | ||
114 | #define B50 0000001 | ||
115 | #define B75 0000002 | ||
116 | #define B110 0000003 | ||
117 | #define B134 0000004 | ||
118 | #define B150 0000005 | ||
119 | #define B200 0000006 | ||
120 | #define B300 0000007 | ||
121 | #define B600 0000010 | ||
122 | #define B1200 0000011 | ||
123 | #define B1800 0000012 | ||
124 | #define B2400 0000013 | ||
125 | #define B4800 0000014 | ||
126 | #define B9600 0000015 | ||
127 | #define B19200 0000016 | ||
128 | #define B38400 0000017 | ||
129 | #define EXTA B19200 | ||
130 | #define EXTB B38400 | ||
131 | #define CSIZE 0000060 | ||
132 | #define CS5 0000000 | ||
133 | #define CS6 0000020 | ||
134 | #define CS7 0000040 | ||
135 | #define CS8 0000060 | ||
136 | #define CSTOPB 0000100 | ||
137 | #define CREAD 0000200 | ||
138 | #define PARENB 0000400 | ||
139 | #define PARODD 0001000 | ||
140 | #define HUPCL 0002000 | ||
141 | #define CLOCAL 0004000 | ||
142 | #define CBAUDEX 0010000 | ||
143 | #define BOTHER 0010000 | ||
144 | #define B57600 0010001 | ||
145 | #define B115200 0010002 | ||
146 | #define B230400 0010003 | ||
147 | #define B460800 0010004 | ||
148 | #define B500000 0010005 | ||
149 | #define B576000 0010006 | ||
150 | #define B921600 0010007 | ||
151 | #define B1000000 0010010 | ||
152 | #define B1152000 0010011 | ||
153 | #define B1500000 0010012 | ||
154 | #define B2000000 0010013 | ||
155 | #define B2500000 0010014 | ||
156 | #define B3000000 0010015 | ||
157 | #define B3500000 0010016 | ||
158 | #define B4000000 0010017 | ||
159 | #define CIBAUD 002003600000 /* input baud rate */ | ||
160 | #define CMSPAR 010000000000 /* mark or space (stick) parity */ | ||
161 | #define CRTSCTS 020000000000 /* flow control */ | ||
162 | |||
163 | #define IBSHIFT 16 /* Shift from CBAUD to CIBAUD */ | ||
164 | |||
165 | /* c_lflag bits */ | ||
166 | #define ISIG 0000001 | ||
167 | #define ICANON 0000002 | ||
168 | #define XCASE 0000004 | ||
169 | #define ECHO 0000010 | ||
170 | #define ECHOE 0000020 | ||
171 | #define ECHOK 0000040 | ||
172 | #define ECHONL 0000100 | ||
173 | #define NOFLSH 0000200 | ||
174 | #define TOSTOP 0000400 | ||
175 | #define ECHOCTL 0001000 | ||
176 | #define ECHOPRT 0002000 | ||
177 | #define ECHOKE 0004000 | ||
178 | #define FLUSHO 0010000 | ||
179 | #define PENDIN 0040000 | ||
180 | #define IEXTEN 0100000 | ||
181 | |||
182 | /* tcflow() and TCXONC use these */ | ||
183 | #define TCOOFF 0 | ||
184 | #define TCOON 1 | ||
185 | #define TCIOFF 2 | ||
186 | #define TCION 3 | ||
187 | |||
188 | /* tcflush() and TCFLSH use these */ | ||
189 | #define TCIFLUSH 0 | ||
190 | #define TCOFLUSH 1 | ||
191 | #define TCIOFLUSH 2 | ||
192 | |||
193 | /* tcsetattr uses these */ | ||
194 | #define TCSANOW 0 | ||
195 | #define TCSADRAIN 1 | ||
196 | #define TCSAFLUSH 2 | ||
197 | |||
198 | #endif /* __ASM_SH_TERMBITS_H */ | ||
diff --git a/arch/sh/include/asm/termios.h b/arch/sh/include/asm/termios.h new file mode 100644 index 000000000000..0a8c793c76f2 --- /dev/null +++ b/arch/sh/include/asm/termios.h | |||
@@ -0,0 +1,90 @@ | |||
1 | #ifndef __ASM_SH_TERMIOS_H | ||
2 | #define __ASM_SH_TERMIOS_H | ||
3 | |||
4 | #include <asm/termbits.h> | ||
5 | #include <asm/ioctls.h> | ||
6 | |||
7 | struct winsize { | ||
8 | unsigned short ws_row; | ||
9 | unsigned short ws_col; | ||
10 | unsigned short ws_xpixel; | ||
11 | unsigned short ws_ypixel; | ||
12 | }; | ||
13 | |||
14 | #define NCC 8 | ||
15 | struct termio { | ||
16 | unsigned short c_iflag; /* input mode flags */ | ||
17 | unsigned short c_oflag; /* output mode flags */ | ||
18 | unsigned short c_cflag; /* control mode flags */ | ||
19 | unsigned short c_lflag; /* local mode flags */ | ||
20 | unsigned char c_line; /* line discipline */ | ||
21 | unsigned char c_cc[NCC]; /* control characters */ | ||
22 | }; | ||
23 | |||
24 | /* modem lines */ | ||
25 | #define TIOCM_LE 0x001 | ||
26 | #define TIOCM_DTR 0x002 | ||
27 | #define TIOCM_RTS 0x004 | ||
28 | #define TIOCM_ST 0x008 | ||
29 | #define TIOCM_SR 0x010 | ||
30 | #define TIOCM_CTS 0x020 | ||
31 | #define TIOCM_CAR 0x040 | ||
32 | #define TIOCM_RNG 0x080 | ||
33 | #define TIOCM_DSR 0x100 | ||
34 | #define TIOCM_CD TIOCM_CAR | ||
35 | #define TIOCM_RI TIOCM_RNG | ||
36 | #define TIOCM_OUT1 0x2000 | ||
37 | #define TIOCM_OUT2 0x4000 | ||
38 | #define TIOCM_LOOP 0x8000 | ||
39 | |||
40 | /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */ | ||
41 | |||
42 | #ifdef __KERNEL__ | ||
43 | |||
44 | /* intr=^C quit=^\ erase=del kill=^U | ||
45 | eof=^D vtime=\0 vmin=\1 sxtc=\0 | ||
46 | start=^Q stop=^S susp=^Z eol=\0 | ||
47 | reprint=^R discard=^U werase=^W lnext=^V | ||
48 | eol2=\0 | ||
49 | */ | ||
50 | #define INIT_C_CC "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0" | ||
51 | |||
52 | /* | ||
53 | * Translate a "termio" structure into a "termios". Ugh. | ||
54 | */ | ||
55 | #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ | ||
56 | unsigned short __tmp; \ | ||
57 | get_user(__tmp,&(termio)->x); \ | ||
58 | *(unsigned short *) &(termios)->x = __tmp; \ | ||
59 | } | ||
60 | |||
61 | #define user_termio_to_kernel_termios(termios, termio) \ | ||
62 | ({ \ | ||
63 | SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ | ||
64 | SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \ | ||
65 | SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \ | ||
66 | SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \ | ||
67 | copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \ | ||
68 | }) | ||
69 | |||
70 | /* | ||
71 | * Translate a "termios" structure into a "termio". Ugh. | ||
72 | */ | ||
73 | #define kernel_termios_to_user_termio(termio, termios) \ | ||
74 | ({ \ | ||
75 | put_user((termios)->c_iflag, &(termio)->c_iflag); \ | ||
76 | put_user((termios)->c_oflag, &(termio)->c_oflag); \ | ||
77 | put_user((termios)->c_cflag, &(termio)->c_cflag); \ | ||
78 | put_user((termios)->c_lflag, &(termio)->c_lflag); \ | ||
79 | put_user((termios)->c_line, &(termio)->c_line); \ | ||
80 | copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \ | ||
81 | }) | ||
82 | |||
83 | #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) | ||
84 | #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) | ||
85 | #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) | ||
86 | #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) | ||
87 | |||
88 | #endif /* __KERNEL__ */ | ||
89 | |||
90 | #endif /* __ASM_SH_TERMIOS_H */ | ||
diff --git a/arch/sh/include/asm/thread_info.h b/arch/sh/include/asm/thread_info.h new file mode 100644 index 000000000000..0a894cafb1dd --- /dev/null +++ b/arch/sh/include/asm/thread_info.h | |||
@@ -0,0 +1,162 @@ | |||
1 | #ifndef __ASM_SH_THREAD_INFO_H | ||
2 | #define __ASM_SH_THREAD_INFO_H | ||
3 | |||
4 | /* SuperH version | ||
5 | * Copyright (C) 2002 Niibe Yutaka | ||
6 | * | ||
7 | * The copyright of original i386 version is: | ||
8 | * | ||
9 | * Copyright (C) 2002 David Howells (dhowells@redhat.com) | ||
10 | * - Incorporating suggestions made by Linus Torvalds and Dave Miller | ||
11 | */ | ||
12 | #ifdef __KERNEL__ | ||
13 | #include <asm/page.h> | ||
14 | |||
15 | #ifndef __ASSEMBLY__ | ||
16 | #include <asm/processor.h> | ||
17 | |||
18 | struct thread_info { | ||
19 | struct task_struct *task; /* main task structure */ | ||
20 | struct exec_domain *exec_domain; /* execution domain */ | ||
21 | unsigned long flags; /* low level flags */ | ||
22 | __u32 cpu; | ||
23 | int preempt_count; /* 0 => preemptable, <0 => BUG */ | ||
24 | mm_segment_t addr_limit; /* thread address space */ | ||
25 | struct restart_block restart_block; | ||
26 | unsigned long previous_sp; /* sp of previous stack in case | ||
27 | of nested IRQ stacks */ | ||
28 | __u8 supervisor_stack[0]; | ||
29 | }; | ||
30 | |||
31 | #endif | ||
32 | |||
33 | #define PREEMPT_ACTIVE 0x10000000 | ||
34 | |||
35 | #if defined(CONFIG_4KSTACKS) | ||
36 | #define THREAD_SIZE_ORDER (0) | ||
37 | #elif defined(CONFIG_PAGE_SIZE_4KB) | ||
38 | #define THREAD_SIZE_ORDER (1) | ||
39 | #elif defined(CONFIG_PAGE_SIZE_8KB) | ||
40 | #define THREAD_SIZE_ORDER (1) | ||
41 | #elif defined(CONFIG_PAGE_SIZE_16KB) | ||
42 | #define THREAD_SIZE_ORDER (0) | ||
43 | #elif defined(CONFIG_PAGE_SIZE_64KB) | ||
44 | #define THREAD_SIZE_ORDER (0) | ||
45 | #else | ||
46 | #error "Unknown thread size" | ||
47 | #endif | ||
48 | |||
49 | #define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) | ||
50 | #define STACK_WARN (THREAD_SIZE >> 3) | ||
51 | |||
52 | /* | ||
53 | * macros/functions for gaining access to the thread information structure | ||
54 | */ | ||
55 | #ifndef __ASSEMBLY__ | ||
56 | #define INIT_THREAD_INFO(tsk) \ | ||
57 | { \ | ||
58 | .task = &tsk, \ | ||
59 | .exec_domain = &default_exec_domain, \ | ||
60 | .flags = 0, \ | ||
61 | .cpu = 0, \ | ||
62 | .preempt_count = 1, \ | ||
63 | .addr_limit = KERNEL_DS, \ | ||
64 | .restart_block = { \ | ||
65 | .fn = do_no_restart_syscall, \ | ||
66 | }, \ | ||
67 | } | ||
68 | |||
69 | #define init_thread_info (init_thread_union.thread_info) | ||
70 | #define init_stack (init_thread_union.stack) | ||
71 | |||
72 | /* how to get the current stack pointer from C */ | ||
73 | register unsigned long current_stack_pointer asm("r15") __used; | ||
74 | |||
75 | /* how to get the thread information struct from C */ | ||
76 | static inline struct thread_info *current_thread_info(void) | ||
77 | { | ||
78 | struct thread_info *ti; | ||
79 | #if defined(CONFIG_SUPERH64) | ||
80 | __asm__ __volatile__ ("getcon cr17, %0" : "=r" (ti)); | ||
81 | #elif defined(CONFIG_CPU_HAS_SR_RB) | ||
82 | __asm__ __volatile__ ("stc r7_bank, %0" : "=r" (ti)); | ||
83 | #else | ||
84 | unsigned long __dummy; | ||
85 | |||
86 | __asm__ __volatile__ ( | ||
87 | "mov r15, %0\n\t" | ||
88 | "and %1, %0\n\t" | ||
89 | : "=&r" (ti), "=r" (__dummy) | ||
90 | : "1" (~(THREAD_SIZE - 1)) | ||
91 | : "memory"); | ||
92 | #endif | ||
93 | |||
94 | return ti; | ||
95 | } | ||
96 | |||
97 | #define __HAVE_ARCH_THREAD_INFO_ALLOCATOR | ||
98 | |||
99 | /* thread information allocation */ | ||
100 | #ifdef CONFIG_DEBUG_STACK_USAGE | ||
101 | #define alloc_thread_info(ti) kzalloc(THREAD_SIZE, GFP_KERNEL) | ||
102 | #else | ||
103 | #define alloc_thread_info(ti) kmalloc(THREAD_SIZE, GFP_KERNEL) | ||
104 | #endif | ||
105 | #define free_thread_info(ti) kfree(ti) | ||
106 | |||
107 | #endif /* __ASSEMBLY__ */ | ||
108 | |||
109 | /* | ||
110 | * thread information flags | ||
111 | * - these are process state flags that various assembly files may need to access | ||
112 | * - pending work-to-be-done flags are in LSW | ||
113 | * - other flags in MSW | ||
114 | */ | ||
115 | #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ | ||
116 | #define TIF_SIGPENDING 1 /* signal pending */ | ||
117 | #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ | ||
118 | #define TIF_RESTORE_SIGMASK 3 /* restore signal mask in do_signal() */ | ||
119 | #define TIF_SINGLESTEP 4 /* singlestepping active */ | ||
120 | #define TIF_SYSCALL_AUDIT 5 /* syscall auditing active */ | ||
121 | #define TIF_SECCOMP 6 /* secure computing */ | ||
122 | #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ | ||
123 | #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */ | ||
124 | #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */ | ||
125 | #define TIF_MEMDIE 18 | ||
126 | #define TIF_FREEZE 19 /* Freezing for suspend */ | ||
127 | |||
128 | #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE) | ||
129 | #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) | ||
130 | #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) | ||
131 | #define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK) | ||
132 | #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP) | ||
133 | #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT) | ||
134 | #define _TIF_SECCOMP (1 << TIF_SECCOMP) | ||
135 | #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) | ||
136 | #define _TIF_USEDFPU (1 << TIF_USEDFPU) | ||
137 | #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) | ||
138 | #define _TIF_FREEZE (1 << TIF_FREEZE) | ||
139 | |||
140 | /* | ||
141 | * _TIF_ALLWORK_MASK and _TIF_WORK_MASK need to fit within a byte, or we | ||
142 | * blow the tst immediate size constraints and need to fix up | ||
143 | * arch/sh/kernel/entry-common.S. | ||
144 | */ | ||
145 | |||
146 | /* work to do in syscall trace */ | ||
147 | #define _TIF_WORK_SYSCALL_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ | ||
148 | _TIF_SYSCALL_AUDIT | _TIF_SECCOMP) | ||
149 | |||
150 | /* work to do on any return to u-space */ | ||
151 | #define _TIF_ALLWORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SIGPENDING | \ | ||
152 | _TIF_NEED_RESCHED | _TIF_SYSCALL_AUDIT | \ | ||
153 | _TIF_SINGLESTEP | _TIF_RESTORE_SIGMASK | \ | ||
154 | _TIF_NOTIFY_RESUME) | ||
155 | |||
156 | /* work to do on interrupt/exception return */ | ||
157 | #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ | ||
158 | _TIF_SYSCALL_AUDIT | _TIF_SINGLESTEP)) | ||
159 | |||
160 | #endif /* __KERNEL__ */ | ||
161 | |||
162 | #endif /* __ASM_SH_THREAD_INFO_H */ | ||
diff --git a/arch/sh/include/asm/timer.h b/arch/sh/include/asm/timer.h new file mode 100644 index 000000000000..a7ca3a195bb5 --- /dev/null +++ b/arch/sh/include/asm/timer.h | |||
@@ -0,0 +1,44 @@ | |||
1 | #ifndef __ASM_SH_TIMER_H | ||
2 | #define __ASM_SH_TIMER_H | ||
3 | |||
4 | #include <linux/sysdev.h> | ||
5 | #include <linux/clocksource.h> | ||
6 | #include <cpu/timer.h> | ||
7 | |||
8 | struct sys_timer_ops { | ||
9 | int (*init)(void); | ||
10 | int (*start)(void); | ||
11 | int (*stop)(void); | ||
12 | cycle_t (*read)(void); | ||
13 | #ifndef CONFIG_GENERIC_TIME | ||
14 | unsigned long (*get_offset)(void); | ||
15 | #endif | ||
16 | }; | ||
17 | |||
18 | struct sys_timer { | ||
19 | const char *name; | ||
20 | |||
21 | struct sys_device dev; | ||
22 | struct sys_timer_ops *ops; | ||
23 | }; | ||
24 | |||
25 | #define TICK_SIZE (tick_nsec / 1000) | ||
26 | |||
27 | extern struct sys_timer tmu_timer, cmt_timer, mtu2_timer; | ||
28 | extern struct sys_timer *sys_timer; | ||
29 | |||
30 | #ifndef CONFIG_GENERIC_TIME | ||
31 | static inline unsigned long get_timer_offset(void) | ||
32 | { | ||
33 | return sys_timer->ops->get_offset(); | ||
34 | } | ||
35 | #endif | ||
36 | |||
37 | /* arch/sh/kernel/timers/timer.c */ | ||
38 | struct sys_timer *get_sys_timer(void); | ||
39 | |||
40 | /* arch/sh/kernel/time.c */ | ||
41 | void handle_timer_tick(void); | ||
42 | extern unsigned long sh_hpt_frequency; | ||
43 | |||
44 | #endif /* __ASM_SH_TIMER_H */ | ||
diff --git a/arch/sh/include/asm/timex.h b/arch/sh/include/asm/timex.h new file mode 100644 index 000000000000..a873e24113cf --- /dev/null +++ b/arch/sh/include/asm/timex.h | |||
@@ -0,0 +1,18 @@ | |||
1 | /* | ||
2 | * linux/include/asm-sh/timex.h | ||
3 | * | ||
4 | * sh architecture timex specifications | ||
5 | */ | ||
6 | #ifndef __ASM_SH_TIMEX_H | ||
7 | #define __ASM_SH_TIMEX_H | ||
8 | |||
9 | #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ | ||
10 | |||
11 | typedef unsigned long long cycles_t; | ||
12 | |||
13 | static __inline__ cycles_t get_cycles (void) | ||
14 | { | ||
15 | return 0; | ||
16 | } | ||
17 | |||
18 | #endif /* __ASM_SH_TIMEX_H */ | ||
diff --git a/arch/sh/include/asm/titan.h b/arch/sh/include/asm/titan.h new file mode 100644 index 000000000000..03f3583c8918 --- /dev/null +++ b/arch/sh/include/asm/titan.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * Platform defintions for Titan | ||
3 | */ | ||
4 | #ifndef _ASM_SH_TITAN_H | ||
5 | #define _ASM_SH_TITAN_H | ||
6 | |||
7 | #define __IO_PREFIX titan | ||
8 | #include <asm/io_generic.h> | ||
9 | |||
10 | /* IRQ assignments */ | ||
11 | #define TITAN_IRQ_WAN 2 /* eth0 (WAN) */ | ||
12 | #define TITAN_IRQ_LAN 5 /* eth1 (LAN) */ | ||
13 | #define TITAN_IRQ_MPCIA 8 /* mPCI A */ | ||
14 | #define TITAN_IRQ_MPCIB 11 /* mPCI B */ | ||
15 | #define TITAN_IRQ_USB 11 /* USB */ | ||
16 | |||
17 | #endif /* __ASM_SH_TITAN_H */ | ||
diff --git a/arch/sh/include/asm/tlb.h b/arch/sh/include/asm/tlb.h new file mode 100644 index 000000000000..88ff1ae8a6b8 --- /dev/null +++ b/arch/sh/include/asm/tlb.h | |||
@@ -0,0 +1,27 @@ | |||
1 | #ifndef __ASM_SH_TLB_H | ||
2 | #define __ASM_SH_TLB_H | ||
3 | |||
4 | #ifdef CONFIG_SUPERH64 | ||
5 | # include "tlb_64.h" | ||
6 | #endif | ||
7 | |||
8 | #ifndef __ASSEMBLY__ | ||
9 | |||
10 | #define tlb_start_vma(tlb, vma) \ | ||
11 | flush_cache_range(vma, vma->vm_start, vma->vm_end) | ||
12 | |||
13 | #define tlb_end_vma(tlb, vma) \ | ||
14 | flush_tlb_range(vma, vma->vm_start, vma->vm_end) | ||
15 | |||
16 | #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) | ||
17 | |||
18 | /* | ||
19 | * Flush whole TLBs for MM | ||
20 | */ | ||
21 | #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) | ||
22 | |||
23 | #include <linux/pagemap.h> | ||
24 | #include <asm-generic/tlb.h> | ||
25 | |||
26 | #endif /* __ASSEMBLY__ */ | ||
27 | #endif /* __ASM_SH_TLB_H */ | ||
diff --git a/arch/sh/include/asm/tlb_64.h b/arch/sh/include/asm/tlb_64.h new file mode 100644 index 000000000000..ef0ae2a28f23 --- /dev/null +++ b/arch/sh/include/asm/tlb_64.h | |||
@@ -0,0 +1,71 @@ | |||
1 | /* | ||
2 | * include/asm-sh/tlb_64.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_SH_TLB_64_H | ||
11 | #define __ASM_SH_TLB_64_H | ||
12 | |||
13 | /* ITLB defines */ | ||
14 | #define ITLB_FIXED 0x00000000 /* First fixed ITLB, see head.S */ | ||
15 | #define ITLB_LAST_VAR_UNRESTRICTED 0x000003F0 /* Last ITLB */ | ||
16 | |||
17 | /* DTLB defines */ | ||
18 | #define DTLB_FIXED 0x00800000 /* First fixed DTLB, see head.S */ | ||
19 | #define DTLB_LAST_VAR_UNRESTRICTED 0x008003F0 /* Last DTLB */ | ||
20 | |||
21 | #ifndef __ASSEMBLY__ | ||
22 | |||
23 | /** | ||
24 | * for_each_dtlb_entry - Iterate over free (non-wired) DTLB entries | ||
25 | * | ||
26 | * @tlb: TLB entry | ||
27 | */ | ||
28 | #define for_each_dtlb_entry(tlb) \ | ||
29 | for (tlb = cpu_data->dtlb.first; \ | ||
30 | tlb <= cpu_data->dtlb.last; \ | ||
31 | tlb += cpu_data->dtlb.step) | ||
32 | |||
33 | /** | ||
34 | * for_each_itlb_entry - Iterate over free (non-wired) ITLB entries | ||
35 | * | ||
36 | * @tlb: TLB entry | ||
37 | */ | ||
38 | #define for_each_itlb_entry(tlb) \ | ||
39 | for (tlb = cpu_data->itlb.first; \ | ||
40 | tlb <= cpu_data->itlb.last; \ | ||
41 | tlb += cpu_data->itlb.step) | ||
42 | |||
43 | /** | ||
44 | * __flush_tlb_slot - Flushes TLB slot @slot. | ||
45 | * | ||
46 | * @slot: Address of TLB slot. | ||
47 | */ | ||
48 | static inline void __flush_tlb_slot(unsigned long long slot) | ||
49 | { | ||
50 | __asm__ __volatile__ ("putcfg %0, 0, r63\n" : : "r" (slot)); | ||
51 | } | ||
52 | |||
53 | #ifdef CONFIG_MMU | ||
54 | /* arch/sh64/mm/tlb.c */ | ||
55 | int sh64_tlb_init(void); | ||
56 | unsigned long long sh64_next_free_dtlb_entry(void); | ||
57 | unsigned long long sh64_get_wired_dtlb_entry(void); | ||
58 | int sh64_put_wired_dtlb_entry(unsigned long long entry); | ||
59 | void sh64_setup_tlb_slot(unsigned long long config_addr, unsigned long eaddr, | ||
60 | unsigned long asid, unsigned long paddr); | ||
61 | void sh64_teardown_tlb_slot(unsigned long long config_addr); | ||
62 | #else | ||
63 | #define sh64_tlb_init() do { } while (0) | ||
64 | #define sh64_next_free_dtlb_entry() (0) | ||
65 | #define sh64_get_wired_dtlb_entry() (0) | ||
66 | #define sh64_put_wired_dtlb_entry(entry) do { } while (0) | ||
67 | #define sh64_setup_tlb_slot(conf, virt, asid, phys) do { } while (0) | ||
68 | #define sh64_teardown_tlb_slot(addr) do { } while (0) | ||
69 | #endif /* CONFIG_MMU */ | ||
70 | #endif /* __ASSEMBLY__ */ | ||
71 | #endif /* __ASM_SH_TLB_64_H */ | ||
diff --git a/arch/sh/include/asm/tlbflush.h b/arch/sh/include/asm/tlbflush.h new file mode 100644 index 000000000000..e0ac97221ae6 --- /dev/null +++ b/arch/sh/include/asm/tlbflush.h | |||
@@ -0,0 +1,49 @@ | |||
1 | #ifndef __ASM_SH_TLBFLUSH_H | ||
2 | #define __ASM_SH_TLBFLUSH_H | ||
3 | |||
4 | /* | ||
5 | * TLB flushing: | ||
6 | * | ||
7 | * - flush_tlb_all() flushes all processes TLBs | ||
8 | * - flush_tlb_mm(mm) flushes the specified mm context TLB's | ||
9 | * - flush_tlb_page(vma, vmaddr) flushes one page | ||
10 | * - flush_tlb_range(vma, start, end) flushes a range of pages | ||
11 | * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages | ||
12 | */ | ||
13 | extern void local_flush_tlb_all(void); | ||
14 | extern void local_flush_tlb_mm(struct mm_struct *mm); | ||
15 | extern void local_flush_tlb_range(struct vm_area_struct *vma, | ||
16 | unsigned long start, | ||
17 | unsigned long end); | ||
18 | extern void local_flush_tlb_page(struct vm_area_struct *vma, | ||
19 | unsigned long page); | ||
20 | extern void local_flush_tlb_kernel_range(unsigned long start, | ||
21 | unsigned long end); | ||
22 | extern void local_flush_tlb_one(unsigned long asid, unsigned long page); | ||
23 | |||
24 | #ifdef CONFIG_SMP | ||
25 | |||
26 | extern void flush_tlb_all(void); | ||
27 | extern void flush_tlb_mm(struct mm_struct *mm); | ||
28 | extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start, | ||
29 | unsigned long end); | ||
30 | extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long page); | ||
31 | extern void flush_tlb_kernel_range(unsigned long start, unsigned long end); | ||
32 | extern void flush_tlb_one(unsigned long asid, unsigned long page); | ||
33 | |||
34 | #else | ||
35 | |||
36 | #define flush_tlb_all() local_flush_tlb_all() | ||
37 | #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) | ||
38 | #define flush_tlb_page(vma, page) local_flush_tlb_page(vma, page) | ||
39 | #define flush_tlb_one(asid, page) local_flush_tlb_one(asid, page) | ||
40 | |||
41 | #define flush_tlb_range(vma, start, end) \ | ||
42 | local_flush_tlb_range(vma, start, end) | ||
43 | |||
44 | #define flush_tlb_kernel_range(start, end) \ | ||
45 | local_flush_tlb_kernel_range(start, end) | ||
46 | |||
47 | #endif /* CONFIG_SMP */ | ||
48 | |||
49 | #endif /* __ASM_SH_TLBFLUSH_H */ | ||
diff --git a/arch/sh/include/asm/topology.h b/arch/sh/include/asm/topology.h new file mode 100644 index 000000000000..95f0085e098a --- /dev/null +++ b/arch/sh/include/asm/topology.h | |||
@@ -0,0 +1,47 @@ | |||
1 | #ifndef _ASM_SH_TOPOLOGY_H | ||
2 | #define _ASM_SH_TOPOLOGY_H | ||
3 | |||
4 | #ifdef CONFIG_NUMA | ||
5 | |||
6 | /* sched_domains SD_NODE_INIT for sh machines */ | ||
7 | #define SD_NODE_INIT (struct sched_domain) { \ | ||
8 | .span = CPU_MASK_NONE, \ | ||
9 | .parent = NULL, \ | ||
10 | .child = NULL, \ | ||
11 | .groups = NULL, \ | ||
12 | .min_interval = 8, \ | ||
13 | .max_interval = 32, \ | ||
14 | .busy_factor = 32, \ | ||
15 | .imbalance_pct = 125, \ | ||
16 | .cache_nice_tries = 2, \ | ||
17 | .busy_idx = 3, \ | ||
18 | .idle_idx = 2, \ | ||
19 | .newidle_idx = 2, \ | ||
20 | .wake_idx = 1, \ | ||
21 | .forkexec_idx = 1, \ | ||
22 | .flags = SD_LOAD_BALANCE \ | ||
23 | | SD_BALANCE_FORK \ | ||
24 | | SD_BALANCE_EXEC \ | ||
25 | | SD_SERIALIZE \ | ||
26 | | SD_WAKE_BALANCE, \ | ||
27 | .last_balance = jiffies, \ | ||
28 | .balance_interval = 1, \ | ||
29 | .nr_balance_failed = 0, \ | ||
30 | } | ||
31 | |||
32 | #define cpu_to_node(cpu) ((void)(cpu),0) | ||
33 | #define parent_node(node) ((void)(node),0) | ||
34 | |||
35 | #define node_to_cpumask(node) ((void)node, cpu_online_map) | ||
36 | #define node_to_first_cpu(node) ((void)(node),0) | ||
37 | |||
38 | #define pcibus_to_node(bus) ((void)(bus), -1) | ||
39 | #define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \ | ||
40 | CPU_MASK_ALL : \ | ||
41 | node_to_cpumask(pcibus_to_node(bus)) \ | ||
42 | ) | ||
43 | #endif | ||
44 | |||
45 | #include <asm-generic/topology.h> | ||
46 | |||
47 | #endif /* _ASM_SH_TOPOLOGY_H */ | ||
diff --git a/arch/sh/include/asm/types.h b/arch/sh/include/asm/types.h new file mode 100644 index 000000000000..beea4e6f8dfd --- /dev/null +++ b/arch/sh/include/asm/types.h | |||
@@ -0,0 +1,35 @@ | |||
1 | #ifndef __ASM_SH_TYPES_H | ||
2 | #define __ASM_SH_TYPES_H | ||
3 | |||
4 | #include <asm-generic/int-ll64.h> | ||
5 | |||
6 | #ifndef __ASSEMBLY__ | ||
7 | |||
8 | typedef unsigned short umode_t; | ||
9 | |||
10 | #endif /* __ASSEMBLY__ */ | ||
11 | |||
12 | /* | ||
13 | * These aren't exported outside the kernel to avoid name space clashes | ||
14 | */ | ||
15 | #ifdef __KERNEL__ | ||
16 | |||
17 | #define BITS_PER_LONG 32 | ||
18 | |||
19 | #ifndef __ASSEMBLY__ | ||
20 | |||
21 | /* Dma addresses are 32-bits wide. */ | ||
22 | |||
23 | typedef u32 dma_addr_t; | ||
24 | |||
25 | #ifdef CONFIG_SUPERH32 | ||
26 | typedef u16 opcode_t; | ||
27 | #else | ||
28 | typedef u32 opcode_t; | ||
29 | #endif | ||
30 | |||
31 | #endif /* __ASSEMBLY__ */ | ||
32 | |||
33 | #endif /* __KERNEL__ */ | ||
34 | |||
35 | #endif /* __ASM_SH_TYPES_H */ | ||
diff --git a/arch/sh/include/asm/uaccess.h b/arch/sh/include/asm/uaccess.h new file mode 100644 index 000000000000..075848f43b6a --- /dev/null +++ b/arch/sh/include/asm/uaccess.h | |||
@@ -0,0 +1,258 @@ | |||
1 | #ifndef __ASM_SH_UACCESS_H | ||
2 | #define __ASM_SH_UACCESS_H | ||
3 | |||
4 | #include <linux/errno.h> | ||
5 | #include <linux/sched.h> | ||
6 | #include <asm/segment.h> | ||
7 | |||
8 | #define VERIFY_READ 0 | ||
9 | #define VERIFY_WRITE 1 | ||
10 | |||
11 | #define __addr_ok(addr) \ | ||
12 | ((unsigned long __force)(addr) < current_thread_info()->addr_limit.seg) | ||
13 | |||
14 | /* | ||
15 | * __access_ok: Check if address with size is OK or not. | ||
16 | * | ||
17 | * Uhhuh, this needs 33-bit arithmetic. We have a carry.. | ||
18 | * | ||
19 | * sum := addr + size; carry? --> flag = true; | ||
20 | * if (sum >= addr_limit) flag = true; | ||
21 | */ | ||
22 | #define __access_ok(addr, size) \ | ||
23 | (__addr_ok((addr) + (size))) | ||
24 | #define access_ok(type, addr, size) \ | ||
25 | (__chk_user_ptr(addr), \ | ||
26 | __access_ok((unsigned long __force)(addr), (size))) | ||
27 | |||
28 | /* | ||
29 | * Uh, these should become the main single-value transfer routines ... | ||
30 | * They automatically use the right size if we just have the right | ||
31 | * pointer type ... | ||
32 | * | ||
33 | * As SuperH uses the same address space for kernel and user data, we | ||
34 | * can just do these as direct assignments. | ||
35 | * | ||
36 | * Careful to not | ||
37 | * (a) re-use the arguments for side effects (sizeof is ok) | ||
38 | * (b) require any knowledge of processes at this stage | ||
39 | */ | ||
40 | #define put_user(x,ptr) __put_user_check((x), (ptr), sizeof(*(ptr))) | ||
41 | #define get_user(x,ptr) __get_user_check((x), (ptr), sizeof(*(ptr))) | ||
42 | |||
43 | /* | ||
44 | * The "__xxx" versions do not do address space checking, useful when | ||
45 | * doing multiple accesses to the same area (the user has to do the | ||
46 | * checks by hand with "access_ok()") | ||
47 | */ | ||
48 | #define __put_user(x,ptr) __put_user_nocheck((x), (ptr), sizeof(*(ptr))) | ||
49 | #define __get_user(x,ptr) __get_user_nocheck((x), (ptr), sizeof(*(ptr))) | ||
50 | |||
51 | struct __large_struct { unsigned long buf[100]; }; | ||
52 | #define __m(x) (*(struct __large_struct __user *)(x)) | ||
53 | |||
54 | #define __get_user_nocheck(x,ptr,size) \ | ||
55 | ({ \ | ||
56 | long __gu_err; \ | ||
57 | unsigned long __gu_val; \ | ||
58 | const __typeof__(*(ptr)) __user *__gu_addr = (ptr); \ | ||
59 | __chk_user_ptr(ptr); \ | ||
60 | __get_user_size(__gu_val, __gu_addr, (size), __gu_err); \ | ||
61 | (x) = (__typeof__(*(ptr)))__gu_val; \ | ||
62 | __gu_err; \ | ||
63 | }) | ||
64 | |||
65 | #define __get_user_check(x,ptr,size) \ | ||
66 | ({ \ | ||
67 | long __gu_err = -EFAULT; \ | ||
68 | unsigned long __gu_val = 0; \ | ||
69 | const __typeof__(*(ptr)) *__gu_addr = (ptr); \ | ||
70 | if (likely(access_ok(VERIFY_READ, __gu_addr, (size)))) \ | ||
71 | __get_user_size(__gu_val, __gu_addr, (size), __gu_err); \ | ||
72 | (x) = (__typeof__(*(ptr)))__gu_val; \ | ||
73 | __gu_err; \ | ||
74 | }) | ||
75 | |||
76 | #define __put_user_nocheck(x,ptr,size) \ | ||
77 | ({ \ | ||
78 | long __pu_err; \ | ||
79 | __typeof__(*(ptr)) __user *__pu_addr = (ptr); \ | ||
80 | __typeof__(*(ptr)) __pu_val = x; \ | ||
81 | __chk_user_ptr(ptr); \ | ||
82 | __put_user_size(__pu_val, __pu_addr, (size), __pu_err); \ | ||
83 | __pu_err; \ | ||
84 | }) | ||
85 | |||
86 | #define __put_user_check(x,ptr,size) \ | ||
87 | ({ \ | ||
88 | long __pu_err = -EFAULT; \ | ||
89 | __typeof__(*(ptr)) __user *__pu_addr = (ptr); \ | ||
90 | __typeof__(*(ptr)) __pu_val = x; \ | ||
91 | if (likely(access_ok(VERIFY_WRITE, __pu_addr, size))) \ | ||
92 | __put_user_size(__pu_val, __pu_addr, (size), \ | ||
93 | __pu_err); \ | ||
94 | __pu_err; \ | ||
95 | }) | ||
96 | |||
97 | #ifdef CONFIG_SUPERH32 | ||
98 | # include "uaccess_32.h" | ||
99 | #else | ||
100 | # include "uaccess_64.h" | ||
101 | #endif | ||
102 | |||
103 | /* Generic arbitrary sized copy. */ | ||
104 | /* Return the number of bytes NOT copied */ | ||
105 | __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n); | ||
106 | |||
107 | static __always_inline unsigned long | ||
108 | __copy_from_user(void *to, const void __user *from, unsigned long n) | ||
109 | { | ||
110 | return __copy_user(to, (__force void *)from, n); | ||
111 | } | ||
112 | |||
113 | static __always_inline unsigned long __must_check | ||
114 | __copy_to_user(void __user *to, const void *from, unsigned long n) | ||
115 | { | ||
116 | return __copy_user((__force void *)to, from, n); | ||
117 | } | ||
118 | |||
119 | #define __copy_to_user_inatomic __copy_to_user | ||
120 | #define __copy_from_user_inatomic __copy_from_user | ||
121 | |||
122 | /* | ||
123 | * Clear the area and return remaining number of bytes | ||
124 | * (on failure. Usually it's 0.) | ||
125 | */ | ||
126 | __kernel_size_t __clear_user(void *addr, __kernel_size_t size); | ||
127 | |||
128 | #define clear_user(addr,n) \ | ||
129 | ({ \ | ||
130 | void __user * __cl_addr = (addr); \ | ||
131 | unsigned long __cl_size = (n); \ | ||
132 | \ | ||
133 | if (__cl_size && access_ok(VERIFY_WRITE, \ | ||
134 | ((unsigned long)(__cl_addr)), __cl_size)) \ | ||
135 | __cl_size = __clear_user(__cl_addr, __cl_size); \ | ||
136 | \ | ||
137 | __cl_size; \ | ||
138 | }) | ||
139 | |||
140 | /** | ||
141 | * strncpy_from_user: - Copy a NUL terminated string from userspace. | ||
142 | * @dst: Destination address, in kernel space. This buffer must be at | ||
143 | * least @count bytes long. | ||
144 | * @src: Source address, in user space. | ||
145 | * @count: Maximum number of bytes to copy, including the trailing NUL. | ||
146 | * | ||
147 | * Copies a NUL-terminated string from userspace to kernel space. | ||
148 | * | ||
149 | * On success, returns the length of the string (not including the trailing | ||
150 | * NUL). | ||
151 | * | ||
152 | * If access to userspace fails, returns -EFAULT (some data may have been | ||
153 | * copied). | ||
154 | * | ||
155 | * If @count is smaller than the length of the string, copies @count bytes | ||
156 | * and returns @count. | ||
157 | */ | ||
158 | #define strncpy_from_user(dest,src,count) \ | ||
159 | ({ \ | ||
160 | unsigned long __sfu_src = (unsigned long)(src); \ | ||
161 | int __sfu_count = (int)(count); \ | ||
162 | long __sfu_res = -EFAULT; \ | ||
163 | \ | ||
164 | if (__access_ok(__sfu_src, __sfu_count)) \ | ||
165 | __sfu_res = __strncpy_from_user((unsigned long)(dest), \ | ||
166 | __sfu_src, __sfu_count); \ | ||
167 | \ | ||
168 | __sfu_res; \ | ||
169 | }) | ||
170 | |||
171 | static inline unsigned long | ||
172 | copy_from_user(void *to, const void __user *from, unsigned long n) | ||
173 | { | ||
174 | unsigned long __copy_from = (unsigned long) from; | ||
175 | __kernel_size_t __copy_size = (__kernel_size_t) n; | ||
176 | |||
177 | if (__copy_size && __access_ok(__copy_from, __copy_size)) | ||
178 | return __copy_user(to, from, __copy_size); | ||
179 | |||
180 | return __copy_size; | ||
181 | } | ||
182 | |||
183 | static inline unsigned long | ||
184 | copy_to_user(void __user *to, const void *from, unsigned long n) | ||
185 | { | ||
186 | unsigned long __copy_to = (unsigned long) to; | ||
187 | __kernel_size_t __copy_size = (__kernel_size_t) n; | ||
188 | |||
189 | if (__copy_size && __access_ok(__copy_to, __copy_size)) | ||
190 | return __copy_user(to, from, __copy_size); | ||
191 | |||
192 | return __copy_size; | ||
193 | } | ||
194 | |||
195 | /** | ||
196 | * strnlen_user: - Get the size of a string in user space. | ||
197 | * @s: The string to measure. | ||
198 | * @n: The maximum valid length | ||
199 | * | ||
200 | * Context: User context only. This function may sleep. | ||
201 | * | ||
202 | * Get the size of a NUL-terminated string in user space. | ||
203 | * | ||
204 | * Returns the size of the string INCLUDING the terminating NUL. | ||
205 | * On exception, returns 0. | ||
206 | * If the string is too long, returns a value greater than @n. | ||
207 | */ | ||
208 | static inline long strnlen_user(const char __user *s, long n) | ||
209 | { | ||
210 | if (!__addr_ok(s)) | ||
211 | return 0; | ||
212 | else | ||
213 | return __strnlen_user(s, n); | ||
214 | } | ||
215 | |||
216 | /** | ||
217 | * strlen_user: - Get the size of a string in user space. | ||
218 | * @str: The string to measure. | ||
219 | * | ||
220 | * Context: User context only. This function may sleep. | ||
221 | * | ||
222 | * Get the size of a NUL-terminated string in user space. | ||
223 | * | ||
224 | * Returns the size of the string INCLUDING the terminating NUL. | ||
225 | * On exception, returns 0. | ||
226 | * | ||
227 | * If there is a limit on the length of a valid string, you may wish to | ||
228 | * consider using strnlen_user() instead. | ||
229 | */ | ||
230 | #define strlen_user(str) strnlen_user(str, ~0UL >> 1) | ||
231 | |||
232 | /* | ||
233 | * The exception table consists of pairs of addresses: the first is the | ||
234 | * address of an instruction that is allowed to fault, and the second is | ||
235 | * the address at which the program should continue. No registers are | ||
236 | * modified, so it is entirely up to the continuation code to figure out | ||
237 | * what to do. | ||
238 | * | ||
239 | * All the routines below use bits of fixup code that are out of line | ||
240 | * with the main instruction path. This means when everything is well, | ||
241 | * we don't even have to jump over them. Further, they do not intrude | ||
242 | * on our cache or tlb entries. | ||
243 | */ | ||
244 | struct exception_table_entry { | ||
245 | unsigned long insn, fixup; | ||
246 | }; | ||
247 | |||
248 | #if defined(CONFIG_SUPERH64) && defined(CONFIG_MMU) | ||
249 | #define ARCH_HAS_SEARCH_EXTABLE | ||
250 | #endif | ||
251 | |||
252 | int fixup_exception(struct pt_regs *regs); | ||
253 | /* Returns 0 if exception not found and fixup.unit otherwise. */ | ||
254 | unsigned long search_exception_table(unsigned long addr); | ||
255 | const struct exception_table_entry *search_exception_tables(unsigned long addr); | ||
256 | |||
257 | |||
258 | #endif /* __ASM_SH_UACCESS_H */ | ||
diff --git a/arch/sh/include/asm/uaccess_32.h b/arch/sh/include/asm/uaccess_32.h new file mode 100644 index 000000000000..ae0d24f6653f --- /dev/null +++ b/arch/sh/include/asm/uaccess_32.h | |||
@@ -0,0 +1,248 @@ | |||
1 | /* | ||
2 | * User space memory access functions | ||
3 | * | ||
4 | * Copyright (C) 1999, 2002 Niibe Yutaka | ||
5 | * Copyright (C) 2003 - 2008 Paul Mundt | ||
6 | * | ||
7 | * Based on: | ||
8 | * MIPS implementation version 1.15 by | ||
9 | * Copyright (C) 1996, 1997, 1998 by Ralf Baechle | ||
10 | * and i386 version. | ||
11 | */ | ||
12 | #ifndef __ASM_SH_UACCESS_32_H | ||
13 | #define __ASM_SH_UACCESS_32_H | ||
14 | |||
15 | #define __get_user_size(x,ptr,size,retval) \ | ||
16 | do { \ | ||
17 | retval = 0; \ | ||
18 | switch (size) { \ | ||
19 | case 1: \ | ||
20 | __get_user_asm(x, ptr, retval, "b"); \ | ||
21 | break; \ | ||
22 | case 2: \ | ||
23 | __get_user_asm(x, ptr, retval, "w"); \ | ||
24 | break; \ | ||
25 | case 4: \ | ||
26 | __get_user_asm(x, ptr, retval, "l"); \ | ||
27 | break; \ | ||
28 | default: \ | ||
29 | __get_user_unknown(); \ | ||
30 | break; \ | ||
31 | } \ | ||
32 | } while (0) | ||
33 | |||
34 | #ifdef CONFIG_MMU | ||
35 | #define __get_user_asm(x, addr, err, insn) \ | ||
36 | ({ \ | ||
37 | __asm__ __volatile__( \ | ||
38 | "1:\n\t" \ | ||
39 | "mov." insn " %2, %1\n\t" \ | ||
40 | "2:\n" \ | ||
41 | ".section .fixup,\"ax\"\n" \ | ||
42 | "3:\n\t" \ | ||
43 | "mov #0, %1\n\t" \ | ||
44 | "mov.l 4f, %0\n\t" \ | ||
45 | "jmp @%0\n\t" \ | ||
46 | " mov %3, %0\n\t" \ | ||
47 | ".balign 4\n" \ | ||
48 | "4: .long 2b\n\t" \ | ||
49 | ".previous\n" \ | ||
50 | ".section __ex_table,\"a\"\n\t" \ | ||
51 | ".long 1b, 3b\n\t" \ | ||
52 | ".previous" \ | ||
53 | :"=&r" (err), "=&r" (x) \ | ||
54 | :"m" (__m(addr)), "i" (-EFAULT), "0" (err)); }) | ||
55 | #else | ||
56 | #define __get_user_asm(x, addr, err, insn) \ | ||
57 | do { \ | ||
58 | __asm__ __volatile__ ( \ | ||
59 | "mov." insn " %1, %0\n\t" \ | ||
60 | : "=&r" (x) \ | ||
61 | : "m" (__m(addr)) \ | ||
62 | ); \ | ||
63 | } while (0) | ||
64 | #endif /* CONFIG_MMU */ | ||
65 | |||
66 | extern void __get_user_unknown(void); | ||
67 | |||
68 | #define __put_user_size(x,ptr,size,retval) \ | ||
69 | do { \ | ||
70 | retval = 0; \ | ||
71 | switch (size) { \ | ||
72 | case 1: \ | ||
73 | __put_user_asm(x, ptr, retval, "b"); \ | ||
74 | break; \ | ||
75 | case 2: \ | ||
76 | __put_user_asm(x, ptr, retval, "w"); \ | ||
77 | break; \ | ||
78 | case 4: \ | ||
79 | __put_user_asm(x, ptr, retval, "l"); \ | ||
80 | break; \ | ||
81 | case 8: \ | ||
82 | __put_user_u64(x, ptr, retval); \ | ||
83 | break; \ | ||
84 | default: \ | ||
85 | __put_user_unknown(); \ | ||
86 | } \ | ||
87 | } while (0) | ||
88 | |||
89 | #ifdef CONFIG_MMU | ||
90 | #define __put_user_asm(x, addr, err, insn) \ | ||
91 | do { \ | ||
92 | __asm__ __volatile__ ( \ | ||
93 | "1:\n\t" \ | ||
94 | "mov." insn " %1, %2\n\t" \ | ||
95 | "2:\n" \ | ||
96 | ".section .fixup,\"ax\"\n" \ | ||
97 | "3:\n\t" \ | ||
98 | "mov.l 4f, %0\n\t" \ | ||
99 | "jmp @%0\n\t" \ | ||
100 | " mov %3, %0\n\t" \ | ||
101 | ".balign 4\n" \ | ||
102 | "4: .long 2b\n\t" \ | ||
103 | ".previous\n" \ | ||
104 | ".section __ex_table,\"a\"\n\t" \ | ||
105 | ".long 1b, 3b\n\t" \ | ||
106 | ".previous" \ | ||
107 | : "=&r" (err) \ | ||
108 | : "r" (x), "m" (__m(addr)), "i" (-EFAULT), \ | ||
109 | "0" (err) \ | ||
110 | : "memory" \ | ||
111 | ); \ | ||
112 | } while (0) | ||
113 | #else | ||
114 | #define __put_user_asm(x, addr, err, insn) \ | ||
115 | do { \ | ||
116 | __asm__ __volatile__ ( \ | ||
117 | "mov." insn " %0, %1\n\t" \ | ||
118 | : /* no outputs */ \ | ||
119 | : "r" (x), "m" (__m(addr)) \ | ||
120 | : "memory" \ | ||
121 | ); \ | ||
122 | } while (0) | ||
123 | #endif /* CONFIG_MMU */ | ||
124 | |||
125 | #if defined(CONFIG_CPU_LITTLE_ENDIAN) | ||
126 | #define __put_user_u64(val,addr,retval) \ | ||
127 | ({ \ | ||
128 | __asm__ __volatile__( \ | ||
129 | "1:\n\t" \ | ||
130 | "mov.l %R1,%2\n\t" \ | ||
131 | "mov.l %S1,%T2\n\t" \ | ||
132 | "2:\n" \ | ||
133 | ".section .fixup,\"ax\"\n" \ | ||
134 | "3:\n\t" \ | ||
135 | "mov.l 4f,%0\n\t" \ | ||
136 | "jmp @%0\n\t" \ | ||
137 | " mov %3,%0\n\t" \ | ||
138 | ".balign 4\n" \ | ||
139 | "4: .long 2b\n\t" \ | ||
140 | ".previous\n" \ | ||
141 | ".section __ex_table,\"a\"\n\t" \ | ||
142 | ".long 1b, 3b\n\t" \ | ||
143 | ".previous" \ | ||
144 | : "=r" (retval) \ | ||
145 | : "r" (val), "m" (__m(addr)), "i" (-EFAULT), "0" (retval) \ | ||
146 | : "memory"); }) | ||
147 | #else | ||
148 | #define __put_user_u64(val,addr,retval) \ | ||
149 | ({ \ | ||
150 | __asm__ __volatile__( \ | ||
151 | "1:\n\t" \ | ||
152 | "mov.l %S1,%2\n\t" \ | ||
153 | "mov.l %R1,%T2\n\t" \ | ||
154 | "2:\n" \ | ||
155 | ".section .fixup,\"ax\"\n" \ | ||
156 | "3:\n\t" \ | ||
157 | "mov.l 4f,%0\n\t" \ | ||
158 | "jmp @%0\n\t" \ | ||
159 | " mov %3,%0\n\t" \ | ||
160 | ".balign 4\n" \ | ||
161 | "4: .long 2b\n\t" \ | ||
162 | ".previous\n" \ | ||
163 | ".section __ex_table,\"a\"\n\t" \ | ||
164 | ".long 1b, 3b\n\t" \ | ||
165 | ".previous" \ | ||
166 | : "=r" (retval) \ | ||
167 | : "r" (val), "m" (__m(addr)), "i" (-EFAULT), "0" (retval) \ | ||
168 | : "memory"); }) | ||
169 | #endif | ||
170 | |||
171 | extern void __put_user_unknown(void); | ||
172 | |||
173 | static inline int | ||
174 | __strncpy_from_user(unsigned long __dest, unsigned long __user __src, int __count) | ||
175 | { | ||
176 | __kernel_size_t res; | ||
177 | unsigned long __dummy, _d, _s, _c; | ||
178 | |||
179 | __asm__ __volatile__( | ||
180 | "9:\n" | ||
181 | "mov.b @%2+, %1\n\t" | ||
182 | "cmp/eq #0, %1\n\t" | ||
183 | "bt/s 2f\n" | ||
184 | "1:\n" | ||
185 | "mov.b %1, @%3\n\t" | ||
186 | "dt %4\n\t" | ||
187 | "bf/s 9b\n\t" | ||
188 | " add #1, %3\n\t" | ||
189 | "2:\n\t" | ||
190 | "sub %4, %0\n" | ||
191 | "3:\n" | ||
192 | ".section .fixup,\"ax\"\n" | ||
193 | "4:\n\t" | ||
194 | "mov.l 5f, %1\n\t" | ||
195 | "jmp @%1\n\t" | ||
196 | " mov %9, %0\n\t" | ||
197 | ".balign 4\n" | ||
198 | "5: .long 3b\n" | ||
199 | ".previous\n" | ||
200 | ".section __ex_table,\"a\"\n" | ||
201 | " .balign 4\n" | ||
202 | " .long 9b,4b\n" | ||
203 | ".previous" | ||
204 | : "=r" (res), "=&z" (__dummy), "=r" (_s), "=r" (_d), "=r"(_c) | ||
205 | : "0" (__count), "2" (__src), "3" (__dest), "4" (__count), | ||
206 | "i" (-EFAULT) | ||
207 | : "memory", "t"); | ||
208 | |||
209 | return res; | ||
210 | } | ||
211 | |||
212 | /* | ||
213 | * Return the size of a string (including the ending 0 even when we have | ||
214 | * exceeded the maximum string length). | ||
215 | */ | ||
216 | static inline long __strnlen_user(const char __user *__s, long __n) | ||
217 | { | ||
218 | unsigned long res; | ||
219 | unsigned long __dummy; | ||
220 | |||
221 | __asm__ __volatile__( | ||
222 | "1:\t" | ||
223 | "mov.b @(%0,%3), %1\n\t" | ||
224 | "cmp/eq %4, %0\n\t" | ||
225 | "bt/s 2f\n\t" | ||
226 | " add #1, %0\n\t" | ||
227 | "tst %1, %1\n\t" | ||
228 | "bf 1b\n\t" | ||
229 | "2:\n" | ||
230 | ".section .fixup,\"ax\"\n" | ||
231 | "3:\n\t" | ||
232 | "mov.l 4f, %1\n\t" | ||
233 | "jmp @%1\n\t" | ||
234 | " mov #0, %0\n" | ||
235 | ".balign 4\n" | ||
236 | "4: .long 2b\n" | ||
237 | ".previous\n" | ||
238 | ".section __ex_table,\"a\"\n" | ||
239 | " .balign 4\n" | ||
240 | " .long 1b,3b\n" | ||
241 | ".previous" | ||
242 | : "=z" (res), "=&r" (__dummy) | ||
243 | : "0" (0), "r" (__s), "r" (__n) | ||
244 | : "t"); | ||
245 | return res; | ||
246 | } | ||
247 | |||
248 | #endif /* __ASM_SH_UACCESS_32_H */ | ||
diff --git a/arch/sh/include/asm/uaccess_64.h b/arch/sh/include/asm/uaccess_64.h new file mode 100644 index 000000000000..81b3d515fcb3 --- /dev/null +++ b/arch/sh/include/asm/uaccess_64.h | |||
@@ -0,0 +1,79 @@ | |||
1 | #ifndef __ASM_SH_UACCESS_64_H | ||
2 | #define __ASM_SH_UACCESS_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/uaccess_64.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2003, 2004 Paul Mundt | ||
9 | * | ||
10 | * User space memory access functions | ||
11 | * | ||
12 | * Copyright (C) 1999 Niibe Yutaka | ||
13 | * | ||
14 | * Based on: | ||
15 | * MIPS implementation version 1.15 by | ||
16 | * Copyright (C) 1996, 1997, 1998 by Ralf Baechle | ||
17 | * and i386 version. | ||
18 | * | ||
19 | * This file is subject to the terms and conditions of the GNU General Public | ||
20 | * License. See the file "COPYING" in the main directory of this archive | ||
21 | * for more details. | ||
22 | */ | ||
23 | |||
24 | #define __get_user_size(x,ptr,size,retval) \ | ||
25 | do { \ | ||
26 | retval = 0; \ | ||
27 | switch (size) { \ | ||
28 | case 1: \ | ||
29 | retval = __get_user_asm_b(x, ptr); \ | ||
30 | break; \ | ||
31 | case 2: \ | ||
32 | retval = __get_user_asm_w(x, ptr); \ | ||
33 | break; \ | ||
34 | case 4: \ | ||
35 | retval = __get_user_asm_l(x, ptr); \ | ||
36 | break; \ | ||
37 | case 8: \ | ||
38 | retval = __get_user_asm_q(x, ptr); \ | ||
39 | break; \ | ||
40 | default: \ | ||
41 | __get_user_unknown(); \ | ||
42 | break; \ | ||
43 | } \ | ||
44 | } while (0) | ||
45 | |||
46 | extern long __get_user_asm_b(void *, long); | ||
47 | extern long __get_user_asm_w(void *, long); | ||
48 | extern long __get_user_asm_l(void *, long); | ||
49 | extern long __get_user_asm_q(void *, long); | ||
50 | extern void __get_user_unknown(void); | ||
51 | |||
52 | #define __put_user_size(x,ptr,size,retval) \ | ||
53 | do { \ | ||
54 | retval = 0; \ | ||
55 | switch (size) { \ | ||
56 | case 1: \ | ||
57 | retval = __put_user_asm_b(x, ptr); \ | ||
58 | break; \ | ||
59 | case 2: \ | ||
60 | retval = __put_user_asm_w(x, ptr); \ | ||
61 | break; \ | ||
62 | case 4: \ | ||
63 | retval = __put_user_asm_l(x, ptr); \ | ||
64 | break; \ | ||
65 | case 8: \ | ||
66 | retval = __put_user_asm_q(x, ptr); \ | ||
67 | break; \ | ||
68 | default: \ | ||
69 | __put_user_unknown(); \ | ||
70 | } \ | ||
71 | } while (0) | ||
72 | |||
73 | extern long __put_user_asm_b(void *, long); | ||
74 | extern long __put_user_asm_w(void *, long); | ||
75 | extern long __put_user_asm_l(void *, long); | ||
76 | extern long __put_user_asm_q(void *, long); | ||
77 | extern void __put_user_unknown(void); | ||
78 | |||
79 | #endif /* __ASM_SH_UACCESS_64_H */ | ||
diff --git a/arch/sh/include/asm/ubc.h b/arch/sh/include/asm/ubc.h new file mode 100644 index 000000000000..a7b9028bbfbb --- /dev/null +++ b/arch/sh/include/asm/ubc.h | |||
@@ -0,0 +1,64 @@ | |||
1 | /* | ||
2 | * include/asm-sh/ubc.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * Copyright (C) 2002, 2003 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_UBC_H | ||
12 | #define __ASM_SH_UBC_H | ||
13 | #ifdef __KERNEL__ | ||
14 | |||
15 | #include <cpu/ubc.h> | ||
16 | |||
17 | /* User Break Controller */ | ||
18 | #if defined(CONFIG_CPU_SUBTYPE_SH7707) || defined(CONFIG_CPU_SUBTYPE_SH7709) | ||
19 | #define UBC_TYPE_SH7729 (current_cpu_data.type == CPU_SH7729) | ||
20 | #else | ||
21 | #define UBC_TYPE_SH7729 0 | ||
22 | #endif | ||
23 | |||
24 | #define BAMR_ASID (1 << 2) | ||
25 | #define BAMR_NONE 0 | ||
26 | #define BAMR_10 0x1 | ||
27 | #define BAMR_12 0x2 | ||
28 | #define BAMR_ALL 0x3 | ||
29 | #define BAMR_16 0x8 | ||
30 | #define BAMR_20 0x9 | ||
31 | |||
32 | #define BBR_INST (1 << 4) | ||
33 | #define BBR_DATA (2 << 4) | ||
34 | #define BBR_READ (1 << 2) | ||
35 | #define BBR_WRITE (2 << 2) | ||
36 | #define BBR_BYTE 0x1 | ||
37 | #define BBR_HALF 0x2 | ||
38 | #define BBR_LONG 0x3 | ||
39 | #define BBR_QUAD (1 << 6) /* SH7750 */ | ||
40 | #define BBR_CPU (1 << 6) /* SH7709A,SH7729 */ | ||
41 | #define BBR_DMA (2 << 6) /* SH7709A,SH7729 */ | ||
42 | |||
43 | #define BRCR_CMFA (1 << 15) | ||
44 | #define BRCR_CMFB (1 << 14) | ||
45 | #define BRCR_PCTE (1 << 11) | ||
46 | #define BRCR_PCBA (1 << 10) /* 1: after execution */ | ||
47 | #define BRCR_DBEB (1 << 7) | ||
48 | #define BRCR_PCBB (1 << 6) | ||
49 | #define BRCR_SEQ (1 << 3) | ||
50 | #define BRCR_UBDE (1 << 0) | ||
51 | |||
52 | #ifndef __ASSEMBLY__ | ||
53 | /* arch/sh/kernel/cpu/ubc.S */ | ||
54 | extern void ubc_sleep(void); | ||
55 | |||
56 | #ifdef CONFIG_UBC_WAKEUP | ||
57 | extern void ubc_wakeup(void); | ||
58 | #else | ||
59 | #define ubc_wakeup() do { } while (0) | ||
60 | #endif | ||
61 | #endif | ||
62 | |||
63 | #endif /* __KERNEL__ */ | ||
64 | #endif /* __ASM_SH_UBC_H */ | ||
diff --git a/arch/sh/include/asm/ucontext.h b/arch/sh/include/asm/ucontext.h new file mode 100644 index 000000000000..202ef1d5a3c4 --- /dev/null +++ b/arch/sh/include/asm/ucontext.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef __ASM_SH_UCONTEXT_H | ||
2 | #define __ASM_SH_UCONTEXT_H | ||
3 | |||
4 | struct ucontext { | ||
5 | unsigned long uc_flags; | ||
6 | struct ucontext *uc_link; | ||
7 | stack_t uc_stack; | ||
8 | struct sigcontext uc_mcontext; | ||
9 | sigset_t uc_sigmask; /* mask last for extensibility */ | ||
10 | }; | ||
11 | |||
12 | #endif /* __ASM_SH_UCONTEXT_H */ | ||
diff --git a/arch/sh/include/asm/unaligned.h b/arch/sh/include/asm/unaligned.h new file mode 100644 index 000000000000..c1641a01d50f --- /dev/null +++ b/arch/sh/include/asm/unaligned.h | |||
@@ -0,0 +1,19 @@ | |||
1 | #ifndef _ASM_SH_UNALIGNED_H | ||
2 | #define _ASM_SH_UNALIGNED_H | ||
3 | |||
4 | /* SH can't handle unaligned accesses. */ | ||
5 | #ifdef __LITTLE_ENDIAN__ | ||
6 | # include <linux/unaligned/le_struct.h> | ||
7 | # include <linux/unaligned/be_byteshift.h> | ||
8 | # include <linux/unaligned/generic.h> | ||
9 | # define get_unaligned __get_unaligned_le | ||
10 | # define put_unaligned __put_unaligned_le | ||
11 | #else | ||
12 | # include <linux/unaligned/be_struct.h> | ||
13 | # include <linux/unaligned/le_byteshift.h> | ||
14 | # include <linux/unaligned/generic.h> | ||
15 | # define get_unaligned __get_unaligned_be | ||
16 | # define put_unaligned __put_unaligned_be | ||
17 | #endif | ||
18 | |||
19 | #endif /* _ASM_SH_UNALIGNED_H */ | ||
diff --git a/arch/sh/include/asm/unistd.h b/arch/sh/include/asm/unistd.h new file mode 100644 index 000000000000..65be656ead7d --- /dev/null +++ b/arch/sh/include/asm/unistd.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | # ifdef CONFIG_SUPERH32 | ||
3 | # include "unistd_32.h" | ||
4 | # else | ||
5 | # include "unistd_64.h" | ||
6 | # endif | ||
7 | #else | ||
8 | # ifdef __SH5__ | ||
9 | # include "unistd_64.h" | ||
10 | # else | ||
11 | # include "unistd_32.h" | ||
12 | # endif | ||
13 | #endif | ||
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h new file mode 100644 index 000000000000..d52c000cf924 --- /dev/null +++ b/arch/sh/include/asm/unistd_32.h | |||
@@ -0,0 +1,384 @@ | |||
1 | #ifndef __ASM_SH_UNISTD_H | ||
2 | #define __ASM_SH_UNISTD_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 1999 Niibe Yutaka | ||
6 | */ | ||
7 | |||
8 | /* | ||
9 | * This file contains the system call numbers. | ||
10 | */ | ||
11 | |||
12 | #define __NR_restart_syscall 0 | ||
13 | #define __NR_exit 1 | ||
14 | #define __NR_fork 2 | ||
15 | #define __NR_read 3 | ||
16 | #define __NR_write 4 | ||
17 | #define __NR_open 5 | ||
18 | #define __NR_close 6 | ||
19 | #define __NR_waitpid 7 | ||
20 | #define __NR_creat 8 | ||
21 | #define __NR_link 9 | ||
22 | #define __NR_unlink 10 | ||
23 | #define __NR_execve 11 | ||
24 | #define __NR_chdir 12 | ||
25 | #define __NR_time 13 | ||
26 | #define __NR_mknod 14 | ||
27 | #define __NR_chmod 15 | ||
28 | #define __NR_lchown 16 | ||
29 | #define __NR_break 17 | ||
30 | #define __NR_oldstat 18 | ||
31 | #define __NR_lseek 19 | ||
32 | #define __NR_getpid 20 | ||
33 | #define __NR_mount 21 | ||
34 | #define __NR_umount 22 | ||
35 | #define __NR_setuid 23 | ||
36 | #define __NR_getuid 24 | ||
37 | #define __NR_stime 25 | ||
38 | #define __NR_ptrace 26 | ||
39 | #define __NR_alarm 27 | ||
40 | #define __NR_oldfstat 28 | ||
41 | #define __NR_pause 29 | ||
42 | #define __NR_utime 30 | ||
43 | #define __NR_stty 31 | ||
44 | #define __NR_gtty 32 | ||
45 | #define __NR_access 33 | ||
46 | #define __NR_nice 34 | ||
47 | #define __NR_ftime 35 | ||
48 | #define __NR_sync 36 | ||
49 | #define __NR_kill 37 | ||
50 | #define __NR_rename 38 | ||
51 | #define __NR_mkdir 39 | ||
52 | #define __NR_rmdir 40 | ||
53 | #define __NR_dup 41 | ||
54 | #define __NR_pipe 42 | ||
55 | #define __NR_times 43 | ||
56 | #define __NR_prof 44 | ||
57 | #define __NR_brk 45 | ||
58 | #define __NR_setgid 46 | ||
59 | #define __NR_getgid 47 | ||
60 | #define __NR_signal 48 | ||
61 | #define __NR_geteuid 49 | ||
62 | #define __NR_getegid 50 | ||
63 | #define __NR_acct 51 | ||
64 | #define __NR_umount2 52 | ||
65 | #define __NR_lock 53 | ||
66 | #define __NR_ioctl 54 | ||
67 | #define __NR_fcntl 55 | ||
68 | #define __NR_mpx 56 | ||
69 | #define __NR_setpgid 57 | ||
70 | #define __NR_ulimit 58 | ||
71 | #define __NR_oldolduname 59 | ||
72 | #define __NR_umask 60 | ||
73 | #define __NR_chroot 61 | ||
74 | #define __NR_ustat 62 | ||
75 | #define __NR_dup2 63 | ||
76 | #define __NR_getppid 64 | ||
77 | #define __NR_getpgrp 65 | ||
78 | #define __NR_setsid 66 | ||
79 | #define __NR_sigaction 67 | ||
80 | #define __NR_sgetmask 68 | ||
81 | #define __NR_ssetmask 69 | ||
82 | #define __NR_setreuid 70 | ||
83 | #define __NR_setregid 71 | ||
84 | #define __NR_sigsuspend 72 | ||
85 | #define __NR_sigpending 73 | ||
86 | #define __NR_sethostname 74 | ||
87 | #define __NR_setrlimit 75 | ||
88 | #define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */ | ||
89 | #define __NR_getrusage 77 | ||
90 | #define __NR_gettimeofday 78 | ||
91 | #define __NR_settimeofday 79 | ||
92 | #define __NR_getgroups 80 | ||
93 | #define __NR_setgroups 81 | ||
94 | #define __NR_select 82 | ||
95 | #define __NR_symlink 83 | ||
96 | #define __NR_oldlstat 84 | ||
97 | #define __NR_readlink 85 | ||
98 | #define __NR_uselib 86 | ||
99 | #define __NR_swapon 87 | ||
100 | #define __NR_reboot 88 | ||
101 | #define __NR_readdir 89 | ||
102 | #define __NR_mmap 90 | ||
103 | #define __NR_munmap 91 | ||
104 | #define __NR_truncate 92 | ||
105 | #define __NR_ftruncate 93 | ||
106 | #define __NR_fchmod 94 | ||
107 | #define __NR_fchown 95 | ||
108 | #define __NR_getpriority 96 | ||
109 | #define __NR_setpriority 97 | ||
110 | #define __NR_profil 98 | ||
111 | #define __NR_statfs 99 | ||
112 | #define __NR_fstatfs 100 | ||
113 | #define __NR_ioperm 101 | ||
114 | #define __NR_socketcall 102 | ||
115 | #define __NR_syslog 103 | ||
116 | #define __NR_setitimer 104 | ||
117 | #define __NR_getitimer 105 | ||
118 | #define __NR_stat 106 | ||
119 | #define __NR_lstat 107 | ||
120 | #define __NR_fstat 108 | ||
121 | #define __NR_olduname 109 | ||
122 | #define __NR_iopl 110 | ||
123 | #define __NR_vhangup 111 | ||
124 | #define __NR_idle 112 | ||
125 | #define __NR_vm86old 113 | ||
126 | #define __NR_wait4 114 | ||
127 | #define __NR_swapoff 115 | ||
128 | #define __NR_sysinfo 116 | ||
129 | #define __NR_ipc 117 | ||
130 | #define __NR_fsync 118 | ||
131 | #define __NR_sigreturn 119 | ||
132 | #define __NR_clone 120 | ||
133 | #define __NR_setdomainname 121 | ||
134 | #define __NR_uname 122 | ||
135 | #define __NR_modify_ldt 123 | ||
136 | #define __NR_adjtimex 124 | ||
137 | #define __NR_mprotect 125 | ||
138 | #define __NR_sigprocmask 126 | ||
139 | #define __NR_create_module 127 | ||
140 | #define __NR_init_module 128 | ||
141 | #define __NR_delete_module 129 | ||
142 | #define __NR_get_kernel_syms 130 | ||
143 | #define __NR_quotactl 131 | ||
144 | #define __NR_getpgid 132 | ||
145 | #define __NR_fchdir 133 | ||
146 | #define __NR_bdflush 134 | ||
147 | #define __NR_sysfs 135 | ||
148 | #define __NR_personality 136 | ||
149 | #define __NR_afs_syscall 137 /* Syscall for Andrew File System */ | ||
150 | #define __NR_setfsuid 138 | ||
151 | #define __NR_setfsgid 139 | ||
152 | #define __NR__llseek 140 | ||
153 | #define __NR_getdents 141 | ||
154 | #define __NR__newselect 142 | ||
155 | #define __NR_flock 143 | ||
156 | #define __NR_msync 144 | ||
157 | #define __NR_readv 145 | ||
158 | #define __NR_writev 146 | ||
159 | #define __NR_getsid 147 | ||
160 | #define __NR_fdatasync 148 | ||
161 | #define __NR__sysctl 149 | ||
162 | #define __NR_mlock 150 | ||
163 | #define __NR_munlock 151 | ||
164 | #define __NR_mlockall 152 | ||
165 | #define __NR_munlockall 153 | ||
166 | #define __NR_sched_setparam 154 | ||
167 | #define __NR_sched_getparam 155 | ||
168 | #define __NR_sched_setscheduler 156 | ||
169 | #define __NR_sched_getscheduler 157 | ||
170 | #define __NR_sched_yield 158 | ||
171 | #define __NR_sched_get_priority_max 159 | ||
172 | #define __NR_sched_get_priority_min 160 | ||
173 | #define __NR_sched_rr_get_interval 161 | ||
174 | #define __NR_nanosleep 162 | ||
175 | #define __NR_mremap 163 | ||
176 | #define __NR_setresuid 164 | ||
177 | #define __NR_getresuid 165 | ||
178 | #define __NR_vm86 166 | ||
179 | #define __NR_query_module 167 | ||
180 | #define __NR_poll 168 | ||
181 | #define __NR_nfsservctl 169 | ||
182 | #define __NR_setresgid 170 | ||
183 | #define __NR_getresgid 171 | ||
184 | #define __NR_prctl 172 | ||
185 | #define __NR_rt_sigreturn 173 | ||
186 | #define __NR_rt_sigaction 174 | ||
187 | #define __NR_rt_sigprocmask 175 | ||
188 | #define __NR_rt_sigpending 176 | ||
189 | #define __NR_rt_sigtimedwait 177 | ||
190 | #define __NR_rt_sigqueueinfo 178 | ||
191 | #define __NR_rt_sigsuspend 179 | ||
192 | #define __NR_pread64 180 | ||
193 | #define __NR_pwrite64 181 | ||
194 | #define __NR_chown 182 | ||
195 | #define __NR_getcwd 183 | ||
196 | #define __NR_capget 184 | ||
197 | #define __NR_capset 185 | ||
198 | #define __NR_sigaltstack 186 | ||
199 | #define __NR_sendfile 187 | ||
200 | #define __NR_streams1 188 /* some people actually want it */ | ||
201 | #define __NR_streams2 189 /* some people actually want it */ | ||
202 | #define __NR_vfork 190 | ||
203 | #define __NR_ugetrlimit 191 /* SuS compliant getrlimit */ | ||
204 | #define __NR_mmap2 192 | ||
205 | #define __NR_truncate64 193 | ||
206 | #define __NR_ftruncate64 194 | ||
207 | #define __NR_stat64 195 | ||
208 | #define __NR_lstat64 196 | ||
209 | #define __NR_fstat64 197 | ||
210 | #define __NR_lchown32 198 | ||
211 | #define __NR_getuid32 199 | ||
212 | #define __NR_getgid32 200 | ||
213 | #define __NR_geteuid32 201 | ||
214 | #define __NR_getegid32 202 | ||
215 | #define __NR_setreuid32 203 | ||
216 | #define __NR_setregid32 204 | ||
217 | #define __NR_getgroups32 205 | ||
218 | #define __NR_setgroups32 206 | ||
219 | #define __NR_fchown32 207 | ||
220 | #define __NR_setresuid32 208 | ||
221 | #define __NR_getresuid32 209 | ||
222 | #define __NR_setresgid32 210 | ||
223 | #define __NR_getresgid32 211 | ||
224 | #define __NR_chown32 212 | ||
225 | #define __NR_setuid32 213 | ||
226 | #define __NR_setgid32 214 | ||
227 | #define __NR_setfsuid32 215 | ||
228 | #define __NR_setfsgid32 216 | ||
229 | #define __NR_pivot_root 217 | ||
230 | #define __NR_mincore 218 | ||
231 | #define __NR_madvise 219 | ||
232 | #define __NR_getdents64 220 | ||
233 | #define __NR_fcntl64 221 | ||
234 | /* 223 is unused */ | ||
235 | #define __NR_gettid 224 | ||
236 | #define __NR_readahead 225 | ||
237 | #define __NR_setxattr 226 | ||
238 | #define __NR_lsetxattr 227 | ||
239 | #define __NR_fsetxattr 228 | ||
240 | #define __NR_getxattr 229 | ||
241 | #define __NR_lgetxattr 230 | ||
242 | #define __NR_fgetxattr 231 | ||
243 | #define __NR_listxattr 232 | ||
244 | #define __NR_llistxattr 233 | ||
245 | #define __NR_flistxattr 234 | ||
246 | #define __NR_removexattr 235 | ||
247 | #define __NR_lremovexattr 236 | ||
248 | #define __NR_fremovexattr 237 | ||
249 | #define __NR_tkill 238 | ||
250 | #define __NR_sendfile64 239 | ||
251 | #define __NR_futex 240 | ||
252 | #define __NR_sched_setaffinity 241 | ||
253 | #define __NR_sched_getaffinity 242 | ||
254 | #define __NR_set_thread_area 243 | ||
255 | #define __NR_get_thread_area 244 | ||
256 | #define __NR_io_setup 245 | ||
257 | #define __NR_io_destroy 246 | ||
258 | #define __NR_io_getevents 247 | ||
259 | #define __NR_io_submit 248 | ||
260 | #define __NR_io_cancel 249 | ||
261 | #define __NR_fadvise64 250 | ||
262 | |||
263 | #define __NR_exit_group 252 | ||
264 | #define __NR_lookup_dcookie 253 | ||
265 | #define __NR_epoll_create 254 | ||
266 | #define __NR_epoll_ctl 255 | ||
267 | #define __NR_epoll_wait 256 | ||
268 | #define __NR_remap_file_pages 257 | ||
269 | #define __NR_set_tid_address 258 | ||
270 | #define __NR_timer_create 259 | ||
271 | #define __NR_timer_settime (__NR_timer_create+1) | ||
272 | #define __NR_timer_gettime (__NR_timer_create+2) | ||
273 | #define __NR_timer_getoverrun (__NR_timer_create+3) | ||
274 | #define __NR_timer_delete (__NR_timer_create+4) | ||
275 | #define __NR_clock_settime (__NR_timer_create+5) | ||
276 | #define __NR_clock_gettime (__NR_timer_create+6) | ||
277 | #define __NR_clock_getres (__NR_timer_create+7) | ||
278 | #define __NR_clock_nanosleep (__NR_timer_create+8) | ||
279 | #define __NR_statfs64 268 | ||
280 | #define __NR_fstatfs64 269 | ||
281 | #define __NR_tgkill 270 | ||
282 | #define __NR_utimes 271 | ||
283 | #define __NR_fadvise64_64 272 | ||
284 | #define __NR_vserver 273 | ||
285 | #define __NR_mbind 274 | ||
286 | #define __NR_get_mempolicy 275 | ||
287 | #define __NR_set_mempolicy 276 | ||
288 | #define __NR_mq_open 277 | ||
289 | #define __NR_mq_unlink (__NR_mq_open+1) | ||
290 | #define __NR_mq_timedsend (__NR_mq_open+2) | ||
291 | #define __NR_mq_timedreceive (__NR_mq_open+3) | ||
292 | #define __NR_mq_notify (__NR_mq_open+4) | ||
293 | #define __NR_mq_getsetattr (__NR_mq_open+5) | ||
294 | #define __NR_kexec_load 283 | ||
295 | #define __NR_waitid 284 | ||
296 | #define __NR_add_key 285 | ||
297 | #define __NR_request_key 286 | ||
298 | #define __NR_keyctl 287 | ||
299 | #define __NR_ioprio_set 288 | ||
300 | #define __NR_ioprio_get 289 | ||
301 | #define __NR_inotify_init 290 | ||
302 | #define __NR_inotify_add_watch 291 | ||
303 | #define __NR_inotify_rm_watch 292 | ||
304 | /* 293 is unused */ | ||
305 | #define __NR_migrate_pages 294 | ||
306 | #define __NR_openat 295 | ||
307 | #define __NR_mkdirat 296 | ||
308 | #define __NR_mknodat 297 | ||
309 | #define __NR_fchownat 298 | ||
310 | #define __NR_futimesat 299 | ||
311 | #define __NR_fstatat64 300 | ||
312 | #define __NR_unlinkat 301 | ||
313 | #define __NR_renameat 302 | ||
314 | #define __NR_linkat 303 | ||
315 | #define __NR_symlinkat 304 | ||
316 | #define __NR_readlinkat 305 | ||
317 | #define __NR_fchmodat 306 | ||
318 | #define __NR_faccessat 307 | ||
319 | #define __NR_pselect6 308 | ||
320 | #define __NR_ppoll 309 | ||
321 | #define __NR_unshare 310 | ||
322 | #define __NR_set_robust_list 311 | ||
323 | #define __NR_get_robust_list 312 | ||
324 | #define __NR_splice 313 | ||
325 | #define __NR_sync_file_range 314 | ||
326 | #define __NR_tee 315 | ||
327 | #define __NR_vmsplice 316 | ||
328 | #define __NR_move_pages 317 | ||
329 | #define __NR_getcpu 318 | ||
330 | #define __NR_epoll_pwait 319 | ||
331 | #define __NR_utimensat 320 | ||
332 | #define __NR_signalfd 321 | ||
333 | #define __NR_timerfd_create 322 | ||
334 | #define __NR_eventfd 323 | ||
335 | #define __NR_fallocate 324 | ||
336 | #define __NR_timerfd_settime 325 | ||
337 | #define __NR_timerfd_gettime 326 | ||
338 | #define __NR_signalfd4 327 | ||
339 | #define __NR_eventfd2 328 | ||
340 | #define __NR_epoll_create1 329 | ||
341 | #define __NR_dup3 330 | ||
342 | #define __NR_pipe2 331 | ||
343 | #define __NR_inotify_init1 332 | ||
344 | |||
345 | #define NR_syscalls 333 | ||
346 | |||
347 | #ifdef __KERNEL__ | ||
348 | |||
349 | #define __ARCH_WANT_IPC_PARSE_VERSION | ||
350 | #define __ARCH_WANT_OLD_READDIR | ||
351 | #define __ARCH_WANT_OLD_STAT | ||
352 | #define __ARCH_WANT_STAT64 | ||
353 | #define __ARCH_WANT_SYS_ALARM | ||
354 | #define __ARCH_WANT_SYS_GETHOSTNAME | ||
355 | #define __ARCH_WANT_SYS_PAUSE | ||
356 | #define __ARCH_WANT_SYS_SGETMASK | ||
357 | #define __ARCH_WANT_SYS_SIGNAL | ||
358 | #define __ARCH_WANT_SYS_TIME | ||
359 | #define __ARCH_WANT_SYS_UTIME | ||
360 | #define __ARCH_WANT_SYS_WAITPID | ||
361 | #define __ARCH_WANT_SYS_SOCKETCALL | ||
362 | #define __ARCH_WANT_SYS_FADVISE64 | ||
363 | #define __ARCH_WANT_SYS_GETPGRP | ||
364 | #define __ARCH_WANT_SYS_LLSEEK | ||
365 | #define __ARCH_WANT_SYS_NICE | ||
366 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT | ||
367 | #define __ARCH_WANT_SYS_OLDUMOUNT | ||
368 | #define __ARCH_WANT_SYS_SIGPENDING | ||
369 | #define __ARCH_WANT_SYS_SIGPROCMASK | ||
370 | #define __ARCH_WANT_SYS_RT_SIGACTION | ||
371 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | ||
372 | |||
373 | /* | ||
374 | * "Conditional" syscalls | ||
375 | * | ||
376 | * What we want is __attribute__((weak,alias("sys_ni_syscall"))), | ||
377 | * but it doesn't work on all toolchains, so we just do it by hand | ||
378 | */ | ||
379 | #ifndef cond_syscall | ||
380 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") | ||
381 | #endif | ||
382 | |||
383 | #endif /* __KERNEL__ */ | ||
384 | #endif /* __ASM_SH_UNISTD_H */ | ||
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h new file mode 100644 index 000000000000..7c54e91753c1 --- /dev/null +++ b/arch/sh/include/asm/unistd_64.h | |||
@@ -0,0 +1,423 @@ | |||
1 | #ifndef __ASM_SH_UNISTD_64_H | ||
2 | #define __ASM_SH_UNISTD_64_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/unistd_64.h | ||
6 | * | ||
7 | * This file contains the system call numbers. | ||
8 | * | ||
9 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
10 | * Copyright (C) 2003 - 2007 Paul Mundt | ||
11 | * Copyright (C) 2004 Sean McGoogan | ||
12 | * | ||
13 | * This file is subject to the terms and conditions of the GNU General Public | ||
14 | * License. See the file "COPYING" in the main directory of this archive | ||
15 | * for more details. | ||
16 | */ | ||
17 | #define __NR_restart_syscall 0 | ||
18 | #define __NR_exit 1 | ||
19 | #define __NR_fork 2 | ||
20 | #define __NR_read 3 | ||
21 | #define __NR_write 4 | ||
22 | #define __NR_open 5 | ||
23 | #define __NR_close 6 | ||
24 | #define __NR_waitpid 7 | ||
25 | #define __NR_creat 8 | ||
26 | #define __NR_link 9 | ||
27 | #define __NR_unlink 10 | ||
28 | #define __NR_execve 11 | ||
29 | #define __NR_chdir 12 | ||
30 | #define __NR_time 13 | ||
31 | #define __NR_mknod 14 | ||
32 | #define __NR_chmod 15 | ||
33 | #define __NR_lchown 16 | ||
34 | #define __NR_break 17 | ||
35 | #define __NR_oldstat 18 | ||
36 | #define __NR_lseek 19 | ||
37 | #define __NR_getpid 20 | ||
38 | #define __NR_mount 21 | ||
39 | #define __NR_umount 22 | ||
40 | #define __NR_setuid 23 | ||
41 | #define __NR_getuid 24 | ||
42 | #define __NR_stime 25 | ||
43 | #define __NR_ptrace 26 | ||
44 | #define __NR_alarm 27 | ||
45 | #define __NR_oldfstat 28 | ||
46 | #define __NR_pause 29 | ||
47 | #define __NR_utime 30 | ||
48 | #define __NR_stty 31 | ||
49 | #define __NR_gtty 32 | ||
50 | #define __NR_access 33 | ||
51 | #define __NR_nice 34 | ||
52 | #define __NR_ftime 35 | ||
53 | #define __NR_sync 36 | ||
54 | #define __NR_kill 37 | ||
55 | #define __NR_rename 38 | ||
56 | #define __NR_mkdir 39 | ||
57 | #define __NR_rmdir 40 | ||
58 | #define __NR_dup 41 | ||
59 | #define __NR_pipe 42 | ||
60 | #define __NR_times 43 | ||
61 | #define __NR_prof 44 | ||
62 | #define __NR_brk 45 | ||
63 | #define __NR_setgid 46 | ||
64 | #define __NR_getgid 47 | ||
65 | #define __NR_signal 48 | ||
66 | #define __NR_geteuid 49 | ||
67 | #define __NR_getegid 50 | ||
68 | #define __NR_acct 51 | ||
69 | #define __NR_umount2 52 | ||
70 | #define __NR_lock 53 | ||
71 | #define __NR_ioctl 54 | ||
72 | #define __NR_fcntl 55 | ||
73 | #define __NR_mpx 56 | ||
74 | #define __NR_setpgid 57 | ||
75 | #define __NR_ulimit 58 | ||
76 | #define __NR_oldolduname 59 | ||
77 | #define __NR_umask 60 | ||
78 | #define __NR_chroot 61 | ||
79 | #define __NR_ustat 62 | ||
80 | #define __NR_dup2 63 | ||
81 | #define __NR_getppid 64 | ||
82 | #define __NR_getpgrp 65 | ||
83 | #define __NR_setsid 66 | ||
84 | #define __NR_sigaction 67 | ||
85 | #define __NR_sgetmask 68 | ||
86 | #define __NR_ssetmask 69 | ||
87 | #define __NR_setreuid 70 | ||
88 | #define __NR_setregid 71 | ||
89 | #define __NR_sigsuspend 72 | ||
90 | #define __NR_sigpending 73 | ||
91 | #define __NR_sethostname 74 | ||
92 | #define __NR_setrlimit 75 | ||
93 | #define __NR_getrlimit 76 /* Back compatible 2Gig limited rlimit */ | ||
94 | #define __NR_getrusage 77 | ||
95 | #define __NR_gettimeofday 78 | ||
96 | #define __NR_settimeofday 79 | ||
97 | #define __NR_getgroups 80 | ||
98 | #define __NR_setgroups 81 | ||
99 | #define __NR_select 82 | ||
100 | #define __NR_symlink 83 | ||
101 | #define __NR_oldlstat 84 | ||
102 | #define __NR_readlink 85 | ||
103 | #define __NR_uselib 86 | ||
104 | #define __NR_swapon 87 | ||
105 | #define __NR_reboot 88 | ||
106 | #define __NR_readdir 89 | ||
107 | #define __NR_mmap 90 | ||
108 | #define __NR_munmap 91 | ||
109 | #define __NR_truncate 92 | ||
110 | #define __NR_ftruncate 93 | ||
111 | #define __NR_fchmod 94 | ||
112 | #define __NR_fchown 95 | ||
113 | #define __NR_getpriority 96 | ||
114 | #define __NR_setpriority 97 | ||
115 | #define __NR_profil 98 | ||
116 | #define __NR_statfs 99 | ||
117 | #define __NR_fstatfs 100 | ||
118 | #define __NR_ioperm 101 | ||
119 | #define __NR_socketcall 102 /* old implementation of socket systemcall */ | ||
120 | #define __NR_syslog 103 | ||
121 | #define __NR_setitimer 104 | ||
122 | #define __NR_getitimer 105 | ||
123 | #define __NR_stat 106 | ||
124 | #define __NR_lstat 107 | ||
125 | #define __NR_fstat 108 | ||
126 | #define __NR_olduname 109 | ||
127 | #define __NR_iopl 110 | ||
128 | #define __NR_vhangup 111 | ||
129 | #define __NR_idle 112 | ||
130 | #define __NR_vm86old 113 | ||
131 | #define __NR_wait4 114 | ||
132 | #define __NR_swapoff 115 | ||
133 | #define __NR_sysinfo 116 | ||
134 | #define __NR_ipc 117 | ||
135 | #define __NR_fsync 118 | ||
136 | #define __NR_sigreturn 119 | ||
137 | #define __NR_clone 120 | ||
138 | #define __NR_setdomainname 121 | ||
139 | #define __NR_uname 122 | ||
140 | #define __NR_modify_ldt 123 | ||
141 | #define __NR_adjtimex 124 | ||
142 | #define __NR_mprotect 125 | ||
143 | #define __NR_sigprocmask 126 | ||
144 | #define __NR_create_module 127 | ||
145 | #define __NR_init_module 128 | ||
146 | #define __NR_delete_module 129 | ||
147 | #define __NR_get_kernel_syms 130 | ||
148 | #define __NR_quotactl 131 | ||
149 | #define __NR_getpgid 132 | ||
150 | #define __NR_fchdir 133 | ||
151 | #define __NR_bdflush 134 | ||
152 | #define __NR_sysfs 135 | ||
153 | #define __NR_personality 136 | ||
154 | #define __NR_afs_syscall 137 /* Syscall for Andrew File System */ | ||
155 | #define __NR_setfsuid 138 | ||
156 | #define __NR_setfsgid 139 | ||
157 | #define __NR__llseek 140 | ||
158 | #define __NR_getdents 141 | ||
159 | #define __NR__newselect 142 | ||
160 | #define __NR_flock 143 | ||
161 | #define __NR_msync 144 | ||
162 | #define __NR_readv 145 | ||
163 | #define __NR_writev 146 | ||
164 | #define __NR_getsid 147 | ||
165 | #define __NR_fdatasync 148 | ||
166 | #define __NR__sysctl 149 | ||
167 | #define __NR_mlock 150 | ||
168 | #define __NR_munlock 151 | ||
169 | #define __NR_mlockall 152 | ||
170 | #define __NR_munlockall 153 | ||
171 | #define __NR_sched_setparam 154 | ||
172 | #define __NR_sched_getparam 155 | ||
173 | #define __NR_sched_setscheduler 156 | ||
174 | #define __NR_sched_getscheduler 157 | ||
175 | #define __NR_sched_yield 158 | ||
176 | #define __NR_sched_get_priority_max 159 | ||
177 | #define __NR_sched_get_priority_min 160 | ||
178 | #define __NR_sched_rr_get_interval 161 | ||
179 | #define __NR_nanosleep 162 | ||
180 | #define __NR_mremap 163 | ||
181 | #define __NR_setresuid 164 | ||
182 | #define __NR_getresuid 165 | ||
183 | #define __NR_vm86 166 | ||
184 | #define __NR_query_module 167 | ||
185 | #define __NR_poll 168 | ||
186 | #define __NR_nfsservctl 169 | ||
187 | #define __NR_setresgid 170 | ||
188 | #define __NR_getresgid 171 | ||
189 | #define __NR_prctl 172 | ||
190 | #define __NR_rt_sigreturn 173 | ||
191 | #define __NR_rt_sigaction 174 | ||
192 | #define __NR_rt_sigprocmask 175 | ||
193 | #define __NR_rt_sigpending 176 | ||
194 | #define __NR_rt_sigtimedwait 177 | ||
195 | #define __NR_rt_sigqueueinfo 178 | ||
196 | #define __NR_rt_sigsuspend 179 | ||
197 | #define __NR_pread64 180 | ||
198 | #define __NR_pwrite64 181 | ||
199 | #define __NR_chown 182 | ||
200 | #define __NR_getcwd 183 | ||
201 | #define __NR_capget 184 | ||
202 | #define __NR_capset 185 | ||
203 | #define __NR_sigaltstack 186 | ||
204 | #define __NR_sendfile 187 | ||
205 | #define __NR_streams1 188 /* some people actually want it */ | ||
206 | #define __NR_streams2 189 /* some people actually want it */ | ||
207 | #define __NR_vfork 190 | ||
208 | #define __NR_ugetrlimit 191 /* SuS compliant getrlimit */ | ||
209 | #define __NR_mmap2 192 | ||
210 | #define __NR_truncate64 193 | ||
211 | #define __NR_ftruncate64 194 | ||
212 | #define __NR_stat64 195 | ||
213 | #define __NR_lstat64 196 | ||
214 | #define __NR_fstat64 197 | ||
215 | #define __NR_lchown32 198 | ||
216 | #define __NR_getuid32 199 | ||
217 | #define __NR_getgid32 200 | ||
218 | #define __NR_geteuid32 201 | ||
219 | #define __NR_getegid32 202 | ||
220 | #define __NR_setreuid32 203 | ||
221 | #define __NR_setregid32 204 | ||
222 | #define __NR_getgroups32 205 | ||
223 | #define __NR_setgroups32 206 | ||
224 | #define __NR_fchown32 207 | ||
225 | #define __NR_setresuid32 208 | ||
226 | #define __NR_getresuid32 209 | ||
227 | #define __NR_setresgid32 210 | ||
228 | #define __NR_getresgid32 211 | ||
229 | #define __NR_chown32 212 | ||
230 | #define __NR_setuid32 213 | ||
231 | #define __NR_setgid32 214 | ||
232 | #define __NR_setfsuid32 215 | ||
233 | #define __NR_setfsgid32 216 | ||
234 | #define __NR_pivot_root 217 | ||
235 | #define __NR_mincore 218 | ||
236 | #define __NR_madvise 219 | ||
237 | |||
238 | /* Non-multiplexed socket family */ | ||
239 | #define __NR_socket 220 | ||
240 | #define __NR_bind 221 | ||
241 | #define __NR_connect 222 | ||
242 | #define __NR_listen 223 | ||
243 | #define __NR_accept 224 | ||
244 | #define __NR_getsockname 225 | ||
245 | #define __NR_getpeername 226 | ||
246 | #define __NR_socketpair 227 | ||
247 | #define __NR_send 228 | ||
248 | #define __NR_sendto 229 | ||
249 | #define __NR_recv 230 | ||
250 | #define __NR_recvfrom 231 | ||
251 | #define __NR_shutdown 232 | ||
252 | #define __NR_setsockopt 233 | ||
253 | #define __NR_getsockopt 234 | ||
254 | #define __NR_sendmsg 235 | ||
255 | #define __NR_recvmsg 236 | ||
256 | |||
257 | /* Non-multiplexed IPC family */ | ||
258 | #define __NR_semop 237 | ||
259 | #define __NR_semget 238 | ||
260 | #define __NR_semctl 239 | ||
261 | #define __NR_msgsnd 240 | ||
262 | #define __NR_msgrcv 241 | ||
263 | #define __NR_msgget 242 | ||
264 | #define __NR_msgctl 243 | ||
265 | #if 0 | ||
266 | #define __NR_shmatcall 244 | ||
267 | #endif | ||
268 | #define __NR_shmdt 245 | ||
269 | #define __NR_shmget 246 | ||
270 | #define __NR_shmctl 247 | ||
271 | |||
272 | #define __NR_getdents64 248 | ||
273 | #define __NR_fcntl64 249 | ||
274 | /* 223 is unused */ | ||
275 | #define __NR_gettid 252 | ||
276 | #define __NR_readahead 253 | ||
277 | #define __NR_setxattr 254 | ||
278 | #define __NR_lsetxattr 255 | ||
279 | #define __NR_fsetxattr 256 | ||
280 | #define __NR_getxattr 257 | ||
281 | #define __NR_lgetxattr 258 | ||
282 | #define __NR_fgetxattr 269 | ||
283 | #define __NR_listxattr 260 | ||
284 | #define __NR_llistxattr 261 | ||
285 | #define __NR_flistxattr 262 | ||
286 | #define __NR_removexattr 263 | ||
287 | #define __NR_lremovexattr 264 | ||
288 | #define __NR_fremovexattr 265 | ||
289 | #define __NR_tkill 266 | ||
290 | #define __NR_sendfile64 267 | ||
291 | #define __NR_futex 268 | ||
292 | #define __NR_sched_setaffinity 269 | ||
293 | #define __NR_sched_getaffinity 270 | ||
294 | #define __NR_set_thread_area 271 | ||
295 | #define __NR_get_thread_area 272 | ||
296 | #define __NR_io_setup 273 | ||
297 | #define __NR_io_destroy 274 | ||
298 | #define __NR_io_getevents 275 | ||
299 | #define __NR_io_submit 276 | ||
300 | #define __NR_io_cancel 277 | ||
301 | #define __NR_fadvise64 278 | ||
302 | #define __NR_exit_group 280 | ||
303 | |||
304 | #define __NR_lookup_dcookie 281 | ||
305 | #define __NR_epoll_create 282 | ||
306 | #define __NR_epoll_ctl 283 | ||
307 | #define __NR_epoll_wait 284 | ||
308 | #define __NR_remap_file_pages 285 | ||
309 | #define __NR_set_tid_address 286 | ||
310 | #define __NR_timer_create 287 | ||
311 | #define __NR_timer_settime (__NR_timer_create+1) | ||
312 | #define __NR_timer_gettime (__NR_timer_create+2) | ||
313 | #define __NR_timer_getoverrun (__NR_timer_create+3) | ||
314 | #define __NR_timer_delete (__NR_timer_create+4) | ||
315 | #define __NR_clock_settime (__NR_timer_create+5) | ||
316 | #define __NR_clock_gettime (__NR_timer_create+6) | ||
317 | #define __NR_clock_getres (__NR_timer_create+7) | ||
318 | #define __NR_clock_nanosleep (__NR_timer_create+8) | ||
319 | #define __NR_statfs64 296 | ||
320 | #define __NR_fstatfs64 297 | ||
321 | #define __NR_tgkill 298 | ||
322 | #define __NR_utimes 299 | ||
323 | #define __NR_fadvise64_64 300 | ||
324 | #define __NR_vserver 301 | ||
325 | #define __NR_mbind 302 | ||
326 | #define __NR_get_mempolicy 303 | ||
327 | #define __NR_set_mempolicy 304 | ||
328 | #define __NR_mq_open 305 | ||
329 | #define __NR_mq_unlink (__NR_mq_open+1) | ||
330 | #define __NR_mq_timedsend (__NR_mq_open+2) | ||
331 | #define __NR_mq_timedreceive (__NR_mq_open+3) | ||
332 | #define __NR_mq_notify (__NR_mq_open+4) | ||
333 | #define __NR_mq_getsetattr (__NR_mq_open+5) | ||
334 | #define __NR_kexec_load 311 | ||
335 | #define __NR_waitid 312 | ||
336 | #define __NR_add_key 313 | ||
337 | #define __NR_request_key 314 | ||
338 | #define __NR_keyctl 315 | ||
339 | #define __NR_ioprio_set 316 | ||
340 | #define __NR_ioprio_get 317 | ||
341 | #define __NR_inotify_init 318 | ||
342 | #define __NR_inotify_add_watch 319 | ||
343 | #define __NR_inotify_rm_watch 320 | ||
344 | /* 321 is unused */ | ||
345 | #define __NR_migrate_pages 322 | ||
346 | #define __NR_openat 323 | ||
347 | #define __NR_mkdirat 324 | ||
348 | #define __NR_mknodat 325 | ||
349 | #define __NR_fchownat 326 | ||
350 | #define __NR_futimesat 327 | ||
351 | #define __NR_fstatat64 328 | ||
352 | #define __NR_unlinkat 329 | ||
353 | #define __NR_renameat 330 | ||
354 | #define __NR_linkat 331 | ||
355 | #define __NR_symlinkat 332 | ||
356 | #define __NR_readlinkat 333 | ||
357 | #define __NR_fchmodat 334 | ||
358 | #define __NR_faccessat 335 | ||
359 | #define __NR_pselect6 336 | ||
360 | #define __NR_ppoll 337 | ||
361 | #define __NR_unshare 338 | ||
362 | #define __NR_set_robust_list 339 | ||
363 | #define __NR_get_robust_list 340 | ||
364 | #define __NR_splice 341 | ||
365 | #define __NR_sync_file_range 342 | ||
366 | #define __NR_tee 343 | ||
367 | #define __NR_vmsplice 344 | ||
368 | #define __NR_move_pages 345 | ||
369 | #define __NR_getcpu 346 | ||
370 | #define __NR_epoll_pwait 347 | ||
371 | #define __NR_utimensat 348 | ||
372 | #define __NR_signalfd 349 | ||
373 | #define __NR_timerfd_create 350 | ||
374 | #define __NR_eventfd 351 | ||
375 | #define __NR_fallocate 352 | ||
376 | #define __NR_timerfd_settime 353 | ||
377 | #define __NR_timerfd_gettime 354 | ||
378 | #define __NR_signalfd4 355 | ||
379 | #define __NR_eventfd2 356 | ||
380 | #define __NR_epoll_create1 357 | ||
381 | #define __NR_dup3 358 | ||
382 | #define __NR_pipe2 359 | ||
383 | #define __NR_inotify_init1 360 | ||
384 | |||
385 | #ifdef __KERNEL__ | ||
386 | |||
387 | #define NR_syscalls 361 | ||
388 | |||
389 | #define __ARCH_WANT_IPC_PARSE_VERSION | ||
390 | #define __ARCH_WANT_OLD_READDIR | ||
391 | #define __ARCH_WANT_OLD_STAT | ||
392 | #define __ARCH_WANT_STAT64 | ||
393 | #define __ARCH_WANT_SYS_ALARM | ||
394 | #define __ARCH_WANT_SYS_GETHOSTNAME | ||
395 | #define __ARCH_WANT_SYS_PAUSE | ||
396 | #define __ARCH_WANT_SYS_SGETMASK | ||
397 | #define __ARCH_WANT_SYS_SIGNAL | ||
398 | #define __ARCH_WANT_SYS_TIME | ||
399 | #define __ARCH_WANT_SYS_UTIME | ||
400 | #define __ARCH_WANT_SYS_WAITPID | ||
401 | #define __ARCH_WANT_SYS_SOCKETCALL | ||
402 | #define __ARCH_WANT_SYS_FADVISE64 | ||
403 | #define __ARCH_WANT_SYS_GETPGRP | ||
404 | #define __ARCH_WANT_SYS_LLSEEK | ||
405 | #define __ARCH_WANT_SYS_NICE | ||
406 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT | ||
407 | #define __ARCH_WANT_SYS_OLDUMOUNT | ||
408 | #define __ARCH_WANT_SYS_SIGPENDING | ||
409 | #define __ARCH_WANT_SYS_SIGPROCMASK | ||
410 | #define __ARCH_WANT_SYS_RT_SIGACTION | ||
411 | |||
412 | /* | ||
413 | * "Conditional" syscalls | ||
414 | * | ||
415 | * What we want is __attribute__((weak,alias("sys_ni_syscall"))), | ||
416 | * but it doesn't work on all toolchains, so we just do it by hand | ||
417 | */ | ||
418 | #ifndef cond_syscall | ||
419 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") | ||
420 | #endif | ||
421 | |||
422 | #endif /* __KERNEL__ */ | ||
423 | #endif /* __ASM_SH_UNISTD_64_H */ | ||
diff --git a/arch/sh/include/asm/user.h b/arch/sh/include/asm/user.h new file mode 100644 index 000000000000..8fd3cf6c58d4 --- /dev/null +++ b/arch/sh/include/asm/user.h | |||
@@ -0,0 +1,67 @@ | |||
1 | #ifndef __ASM_SH_USER_H | ||
2 | #define __ASM_SH_USER_H | ||
3 | |||
4 | #include <asm/ptrace.h> | ||
5 | #include <asm/page.h> | ||
6 | |||
7 | /* | ||
8 | * Core file format: The core file is written in such a way that gdb | ||
9 | * can understand it and provide useful information to the user (under | ||
10 | * linux we use the `trad-core' bfd). The file contents are as follows: | ||
11 | * | ||
12 | * upage: 1 page consisting of a user struct that tells gdb | ||
13 | * what is present in the file. Directly after this is a | ||
14 | * copy of the task_struct, which is currently not used by gdb, | ||
15 | * but it may come in handy at some point. All of the registers | ||
16 | * are stored as part of the upage. The upage should always be | ||
17 | * only one page long. | ||
18 | * data: The data segment follows next. We use current->end_text to | ||
19 | * current->brk to pick up all of the user variables, plus any memory | ||
20 | * that may have been sbrk'ed. No attempt is made to determine if a | ||
21 | * page is demand-zero or if a page is totally unused, we just cover | ||
22 | * the entire range. All of the addresses are rounded in such a way | ||
23 | * that an integral number of pages is written. | ||
24 | * stack: We need the stack information in order to get a meaningful | ||
25 | * backtrace. We need to write the data from usp to | ||
26 | * current->start_stack, so we round each of these in order to be able | ||
27 | * to write an integer number of pages. | ||
28 | */ | ||
29 | |||
30 | #if defined(__SH5__) || defined(CONFIG_CPU_SH5) | ||
31 | struct user_fpu_struct { | ||
32 | unsigned long fp_regs[32]; | ||
33 | unsigned int fpscr; | ||
34 | }; | ||
35 | #else | ||
36 | struct user_fpu_struct { | ||
37 | unsigned long fp_regs[16]; | ||
38 | unsigned long xfp_regs[16]; | ||
39 | unsigned long fpscr; | ||
40 | unsigned long fpul; | ||
41 | }; | ||
42 | #endif | ||
43 | |||
44 | struct user { | ||
45 | struct pt_regs regs; /* entire machine state */ | ||
46 | struct user_fpu_struct fpu; /* Math Co-processor registers */ | ||
47 | int u_fpvalid; /* True if math co-processor being used */ | ||
48 | size_t u_tsize; /* text size (pages) */ | ||
49 | size_t u_dsize; /* data size (pages) */ | ||
50 | size_t u_ssize; /* stack size (pages) */ | ||
51 | unsigned long start_code; /* text starting address */ | ||
52 | unsigned long start_data; /* data starting address */ | ||
53 | unsigned long start_stack; /* stack starting address */ | ||
54 | long int signal; /* signal causing core dump */ | ||
55 | unsigned long u_ar0; /* help gdb find registers */ | ||
56 | struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */ | ||
57 | unsigned long magic; /* identifies a core file */ | ||
58 | char u_comm[32]; /* user command name */ | ||
59 | }; | ||
60 | |||
61 | #define NBPG PAGE_SIZE | ||
62 | #define UPAGES 1 | ||
63 | #define HOST_TEXT_START_ADDR (u.start_code) | ||
64 | #define HOST_DATA_START_ADDR (u.start_data) | ||
65 | #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) | ||
66 | |||
67 | #endif /* __ASM_SH_USER_H */ | ||
diff --git a/arch/sh/include/asm/vga.h b/arch/sh/include/asm/vga.h new file mode 100644 index 000000000000..06a5de8ace1a --- /dev/null +++ b/arch/sh/include/asm/vga.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_VGA_H | ||
2 | #define __ASM_SH_VGA_H | ||
3 | |||
4 | /* Stupid drivers. */ | ||
5 | |||
6 | #endif /* __ASM_SH_VGA_H */ | ||
diff --git a/arch/sh/include/asm/watchdog.h b/arch/sh/include/asm/watchdog.h new file mode 100644 index 000000000000..f024fed00a72 --- /dev/null +++ b/arch/sh/include/asm/watchdog.h | |||
@@ -0,0 +1,107 @@ | |||
1 | /* | ||
2 | * include/asm-sh/watchdog.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_WATCHDOG_H | ||
12 | #define __ASM_SH_WATCHDOG_H | ||
13 | #ifdef __KERNEL__ | ||
14 | |||
15 | #include <linux/types.h> | ||
16 | #include <cpu/watchdog.h> | ||
17 | #include <asm/io.h> | ||
18 | |||
19 | /* | ||
20 | * See cpu-sh2/watchdog.h for explanation of this stupidity.. | ||
21 | */ | ||
22 | #ifndef WTCNT_R | ||
23 | # define WTCNT_R WTCNT | ||
24 | #endif | ||
25 | |||
26 | #ifndef WTCSR_R | ||
27 | # define WTCSR_R WTCSR | ||
28 | #endif | ||
29 | |||
30 | #define WTCNT_HIGH 0x5a | ||
31 | #define WTCSR_HIGH 0xa5 | ||
32 | |||
33 | #define WTCSR_CKS2 0x04 | ||
34 | #define WTCSR_CKS1 0x02 | ||
35 | #define WTCSR_CKS0 0x01 | ||
36 | |||
37 | /* | ||
38 | * CKS0-2 supports a number of clock division ratios. At the time the watchdog | ||
39 | * is enabled, it defaults to a 41 usec overflow period .. we overload this to | ||
40 | * something a little more reasonable, and really can't deal with anything | ||
41 | * lower than WTCSR_CKS_1024, else we drop back into the usec range. | ||
42 | * | ||
43 | * Clock Division Ratio Overflow Period | ||
44 | * -------------------------------------------- | ||
45 | * 1/32 (initial value) 41 usecs | ||
46 | * 1/64 82 usecs | ||
47 | * 1/128 164 usecs | ||
48 | * 1/256 328 usecs | ||
49 | * 1/512 656 usecs | ||
50 | * 1/1024 1.31 msecs | ||
51 | * 1/2048 2.62 msecs | ||
52 | * 1/4096 5.25 msecs | ||
53 | */ | ||
54 | #define WTCSR_CKS_32 0x00 | ||
55 | #define WTCSR_CKS_64 0x01 | ||
56 | #define WTCSR_CKS_128 0x02 | ||
57 | #define WTCSR_CKS_256 0x03 | ||
58 | #define WTCSR_CKS_512 0x04 | ||
59 | #define WTCSR_CKS_1024 0x05 | ||
60 | #define WTCSR_CKS_2048 0x06 | ||
61 | #define WTCSR_CKS_4096 0x07 | ||
62 | |||
63 | /** | ||
64 | * sh_wdt_read_cnt - Read from Counter | ||
65 | * Reads back the WTCNT value. | ||
66 | */ | ||
67 | static inline __u8 sh_wdt_read_cnt(void) | ||
68 | { | ||
69 | return ctrl_inb(WTCNT_R); | ||
70 | } | ||
71 | |||
72 | /** | ||
73 | * sh_wdt_write_cnt - Write to Counter | ||
74 | * @val: Value to write | ||
75 | * | ||
76 | * Writes the given value @val to the lower byte of the timer counter. | ||
77 | * The upper byte is set manually on each write. | ||
78 | */ | ||
79 | static inline void sh_wdt_write_cnt(__u8 val) | ||
80 | { | ||
81 | ctrl_outw((WTCNT_HIGH << 8) | (__u16)val, WTCNT); | ||
82 | } | ||
83 | |||
84 | /** | ||
85 | * sh_wdt_read_csr - Read from Control/Status Register | ||
86 | * | ||
87 | * Reads back the WTCSR value. | ||
88 | */ | ||
89 | static inline __u8 sh_wdt_read_csr(void) | ||
90 | { | ||
91 | return ctrl_inb(WTCSR_R); | ||
92 | } | ||
93 | |||
94 | /** | ||
95 | * sh_wdt_write_csr - Write to Control/Status Register | ||
96 | * @val: Value to write | ||
97 | * | ||
98 | * Writes the given value @val to the lower byte of the control/status | ||
99 | * register. The upper byte is set manually on each write. | ||
100 | */ | ||
101 | static inline void sh_wdt_write_csr(__u8 val) | ||
102 | { | ||
103 | ctrl_outw((WTCSR_HIGH << 8) | (__u16)val, WTCSR); | ||
104 | } | ||
105 | |||
106 | #endif /* __KERNEL__ */ | ||
107 | #endif /* __ASM_SH_WATCHDOG_H */ | ||
diff --git a/arch/sh/include/asm/xor.h b/arch/sh/include/asm/xor.h new file mode 100644 index 000000000000..c82eb12a5b18 --- /dev/null +++ b/arch/sh/include/asm/xor.h | |||
@@ -0,0 +1 @@ | |||
#include <asm-generic/xor.h> | |||
diff --git a/arch/sh/include/cpu-common/cpu/addrspace.h b/arch/sh/include/cpu-common/cpu/addrspace.h new file mode 100644 index 000000000000..2b9ab93efa4e --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/addrspace.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * Definitions for the address spaces of the SH-2 CPUs. | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_ADDRSPACE_H | ||
11 | #define __ASM_CPU_SH2_ADDRSPACE_H | ||
12 | |||
13 | #define P0SEG 0x00000000 | ||
14 | #define P1SEG 0x80000000 | ||
15 | #define P2SEG 0xa0000000 | ||
16 | #define P3SEG 0xc0000000 | ||
17 | #define P4SEG 0xe0000000 | ||
18 | |||
19 | #endif /* __ASM_CPU_SH2_ADDRSPACE_H */ | ||
diff --git a/arch/sh/include/cpu-common/cpu/cacheflush.h b/arch/sh/include/cpu-common/cpu/cacheflush.h new file mode 100644 index 000000000000..c3db00b73605 --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/cacheflush.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/cacheflush.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_CACHEFLUSH_H | ||
11 | #define __ASM_CPU_SH2_CACHEFLUSH_H | ||
12 | |||
13 | /* | ||
14 | * Cache flushing: | ||
15 | * | ||
16 | * - flush_cache_all() flushes entire cache | ||
17 | * - flush_cache_mm(mm) flushes the specified mm context's cache lines | ||
18 | * - flush_cache_dup mm(mm) handles cache flushing when forking | ||
19 | * - flush_cache_page(mm, vmaddr, pfn) flushes a single page | ||
20 | * - flush_cache_range(vma, start, end) flushes a range of pages | ||
21 | * | ||
22 | * - flush_dcache_page(pg) flushes(wback&invalidates) a page for dcache | ||
23 | * - flush_icache_range(start, end) flushes(invalidates) a range for icache | ||
24 | * - flush_icache_page(vma, pg) flushes(invalidates) a page for icache | ||
25 | * | ||
26 | * Caches are indexed (effectively) by physical address on SH-2, so | ||
27 | * we don't need them. | ||
28 | */ | ||
29 | #define flush_cache_all() do { } while (0) | ||
30 | #define flush_cache_mm(mm) do { } while (0) | ||
31 | #define flush_cache_dup_mm(mm) do { } while (0) | ||
32 | #define flush_cache_range(vma, start, end) do { } while (0) | ||
33 | #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) | ||
34 | #define flush_dcache_page(page) do { } while (0) | ||
35 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | ||
36 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | ||
37 | #define flush_icache_range(start, end) do { } while (0) | ||
38 | #define flush_icache_page(vma,pg) do { } while (0) | ||
39 | #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) | ||
40 | #define flush_cache_sigtramp(vaddr) do { } while (0) | ||
41 | |||
42 | #define p3_cache_init() do { } while (0) | ||
43 | |||
44 | #endif /* __ASM_CPU_SH2_CACHEFLUSH_H */ | ||
diff --git a/arch/sh/include/cpu-common/cpu/mmu_context.h b/arch/sh/include/cpu-common/cpu/mmu_context.h new file mode 100644 index 000000000000..beeb299e01ec --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/mmu_context.h | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/mmu_context.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_MMU_CONTEXT_H | ||
11 | #define __ASM_CPU_SH2_MMU_CONTEXT_H | ||
12 | |||
13 | /* No MMU */ | ||
14 | |||
15 | #endif /* __ASM_CPU_SH2_MMU_CONTEXT_H */ | ||
16 | |||
diff --git a/arch/sh/include/cpu-common/cpu/rtc.h b/arch/sh/include/cpu-common/cpu/rtc.h new file mode 100644 index 000000000000..39e2d6e94782 --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/rtc.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH2_RTC_H | ||
2 | #define __ASM_SH_CPU_SH2_RTC_H | ||
3 | |||
4 | #define rtc_reg_size sizeof(u16) | ||
5 | #define RTC_BIT_INVERTED 0 | ||
6 | #define RTC_DEF_CAPABILITIES 0UL | ||
7 | |||
8 | #endif /* __ASM_SH_CPU_SH2_RTC_H */ | ||
diff --git a/arch/sh/include/cpu-common/cpu/sigcontext.h b/arch/sh/include/cpu-common/cpu/sigcontext.h new file mode 100644 index 000000000000..fe5c15dd6e87 --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/sigcontext.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef __ASM_CPU_SH2_SIGCONTEXT_H | ||
2 | #define __ASM_CPU_SH2_SIGCONTEXT_H | ||
3 | |||
4 | struct sigcontext { | ||
5 | unsigned long oldmask; | ||
6 | |||
7 | /* CPU registers */ | ||
8 | unsigned long sc_regs[16]; | ||
9 | unsigned long sc_pc; | ||
10 | unsigned long sc_pr; | ||
11 | unsigned long sc_sr; | ||
12 | unsigned long sc_gbr; | ||
13 | unsigned long sc_mach; | ||
14 | unsigned long sc_macl; | ||
15 | }; | ||
16 | |||
17 | #endif /* __ASM_CPU_SH2_SIGCONTEXT_H */ | ||
diff --git a/arch/sh/include/cpu-common/cpu/timer.h b/arch/sh/include/cpu-common/cpu/timer.h new file mode 100644 index 000000000000..a39c241e8195 --- /dev/null +++ b/arch/sh/include/cpu-common/cpu/timer.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_CPU_SH2_TIMER_H | ||
2 | #define __ASM_CPU_SH2_TIMER_H | ||
3 | |||
4 | /* Nothing needed yet */ | ||
5 | |||
6 | #endif /* __ASM_CPU_SH2_TIMER_H */ | ||
diff --git a/arch/sh/include/cpu-sh2/cpu/cache.h b/arch/sh/include/cpu-sh2/cpu/cache.h new file mode 100644 index 000000000000..673515bc4135 --- /dev/null +++ b/arch/sh/include/cpu-sh2/cpu/cache.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/cache.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_CACHE_H | ||
11 | #define __ASM_CPU_SH2_CACHE_H | ||
12 | |||
13 | #define L1_CACHE_SHIFT 4 | ||
14 | |||
15 | #define SH_CACHE_VALID 1 | ||
16 | #define SH_CACHE_UPDATED 2 | ||
17 | #define SH_CACHE_COMBINED 4 | ||
18 | #define SH_CACHE_ASSOC 8 | ||
19 | |||
20 | #if defined(CONFIG_CPU_SUBTYPE_SH7619) | ||
21 | #define CCR 0xffffffec | ||
22 | |||
23 | #define CCR_CACHE_CE 0x01 /* Cache enable */ | ||
24 | #define CCR_CACHE_WT 0x02 /* CCR[bit1=1,bit2=1] */ | ||
25 | /* 0x00000000-0x7fffffff: Write-through */ | ||
26 | /* 0x80000000-0x9fffffff: Write-back */ | ||
27 | /* 0xc0000000-0xdfffffff: Write-through */ | ||
28 | #define CCR_CACHE_CB 0x04 /* CCR[bit1=0,bit2=0] */ | ||
29 | /* 0x00000000-0x7fffffff: Write-back */ | ||
30 | /* 0x80000000-0x9fffffff: Write-through */ | ||
31 | /* 0xc0000000-0xdfffffff: Write-back */ | ||
32 | #define CCR_CACHE_CF 0x08 /* Cache invalidate */ | ||
33 | |||
34 | #define CACHE_OC_ADDRESS_ARRAY 0xf0000000 | ||
35 | #define CACHE_OC_DATA_ARRAY 0xf1000000 | ||
36 | |||
37 | #define CCR_CACHE_ENABLE CCR_CACHE_CE | ||
38 | #define CCR_CACHE_INVALIDATE CCR_CACHE_CF | ||
39 | #define CACHE_PHYSADDR_MASK 0x1ffffc00 | ||
40 | |||
41 | #endif | ||
42 | |||
43 | #endif /* __ASM_CPU_SH2_CACHE_H */ | ||
diff --git a/arch/sh/include/cpu-sh2/cpu/dma.h b/arch/sh/include/cpu-sh2/cpu/dma.h new file mode 100644 index 000000000000..d66b43cdc637 --- /dev/null +++ b/arch/sh/include/cpu-sh2/cpu/dma.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * Definitions for the SH-2 DMAC. | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_DMA_H | ||
11 | #define __ASM_CPU_SH2_DMA_H | ||
12 | |||
13 | #define SH_MAX_DMA_CHANNELS 2 | ||
14 | |||
15 | #define SAR ((unsigned long[]){ 0xffffff80, 0xffffff90 }) | ||
16 | #define DAR ((unsigned long[]){ 0xffffff84, 0xffffff94 }) | ||
17 | #define DMATCR ((unsigned long[]){ 0xffffff88, 0xffffff98 }) | ||
18 | #define CHCR ((unsigned long[]){ 0xfffffffc, 0xffffff9c }) | ||
19 | |||
20 | #define DMAOR 0xffffffb0 | ||
21 | |||
22 | #endif /* __ASM_CPU_SH2_DMA_H */ | ||
23 | |||
diff --git a/arch/sh/include/cpu-sh2/cpu/freq.h b/arch/sh/include/cpu-sh2/cpu/freq.h new file mode 100644 index 000000000000..31de475da70b --- /dev/null +++ b/arch/sh/include/cpu-sh2/cpu/freq.h | |||
@@ -0,0 +1,18 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/freq.h | ||
3 | * | ||
4 | * Copyright (C) 2006 Yoshinori Sato | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_FREQ_H | ||
11 | #define __ASM_CPU_SH2_FREQ_H | ||
12 | |||
13 | #if defined(CONFIG_CPU_SUBTYPE_SH7619) | ||
14 | #define FREQCR 0xf815ff80 | ||
15 | #endif | ||
16 | |||
17 | #endif /* __ASM_CPU_SH2_FREQ_H */ | ||
18 | |||
diff --git a/arch/sh/include/cpu-sh2/cpu/ubc.h b/arch/sh/include/cpu-sh2/cpu/ubc.h new file mode 100644 index 000000000000..ba0e87f19c7a --- /dev/null +++ b/arch/sh/include/cpu-sh2/cpu/ubc.h | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/ubc.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_UBC_H | ||
11 | #define __ASM_CPU_SH2_UBC_H | ||
12 | |||
13 | #define UBC_BARA 0xffffff40 | ||
14 | #define UBC_BAMRA 0xffffff44 | ||
15 | #define UBC_BBRA 0xffffff48 | ||
16 | #define UBC_BARB 0xffffff60 | ||
17 | #define UBC_BAMRB 0xffffff64 | ||
18 | #define UBC_BBRB 0xffffff68 | ||
19 | #define UBC_BDRB 0xffffff70 | ||
20 | #define UBC_BDMRB 0xffffff74 | ||
21 | #define UBC_BRCR 0xffffff78 | ||
22 | |||
23 | /* | ||
24 | * We don't have any ASID changes to make in the UBC on the SH-2. | ||
25 | * | ||
26 | * Make these purposely invalid to track misuse. | ||
27 | */ | ||
28 | #define UBC_BASRA 0x00000000 | ||
29 | #define UBC_BASRB 0x00000000 | ||
30 | |||
31 | #endif /* __ASM_CPU_SH2_UBC_H */ | ||
32 | |||
diff --git a/arch/sh/include/cpu-sh2/cpu/watchdog.h b/arch/sh/include/cpu-sh2/cpu/watchdog.h new file mode 100644 index 000000000000..393161c9c6d0 --- /dev/null +++ b/arch/sh/include/cpu-sh2/cpu/watchdog.h | |||
@@ -0,0 +1,69 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2/watchdog.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2_WATCHDOG_H | ||
11 | #define __ASM_CPU_SH2_WATCHDOG_H | ||
12 | |||
13 | /* | ||
14 | * More SH-2 brilliance .. its not good enough that we can't read | ||
15 | * and write the same sizes to WTCNT, now we have to read and write | ||
16 | * with different sizes at different addresses for WTCNT _and_ RSTCSR. | ||
17 | * | ||
18 | * At least on the bright side no one has managed to screw over WTCSR | ||
19 | * in this fashion .. yet. | ||
20 | */ | ||
21 | /* Register definitions */ | ||
22 | #define WTCNT 0xfffffe80 | ||
23 | #define WTCSR 0xfffffe80 | ||
24 | #define RSTCSR 0xfffffe82 | ||
25 | |||
26 | #define WTCNT_R (WTCNT + 1) | ||
27 | #define RSTCSR_R (RSTCSR + 1) | ||
28 | |||
29 | /* Bit definitions */ | ||
30 | #define WTCSR_IOVF 0x80 | ||
31 | #define WTCSR_WT 0x40 | ||
32 | #define WTCSR_TME 0x20 | ||
33 | #define WTCSR_RSTS 0x00 | ||
34 | |||
35 | #define RSTCSR_RSTS 0x20 | ||
36 | |||
37 | /** | ||
38 | * sh_wdt_read_rstcsr - Read from Reset Control/Status Register | ||
39 | * | ||
40 | * Reads back the RSTCSR value. | ||
41 | */ | ||
42 | static inline __u8 sh_wdt_read_rstcsr(void) | ||
43 | { | ||
44 | /* | ||
45 | * Same read/write brain-damage as for WTCNT here.. | ||
46 | */ | ||
47 | return ctrl_inb(RSTCSR_R); | ||
48 | } | ||
49 | |||
50 | /** | ||
51 | * sh_wdt_write_csr - Write to Reset Control/Status Register | ||
52 | * | ||
53 | * @val: Value to write | ||
54 | * | ||
55 | * Writes the given value @val to the lower byte of the control/status | ||
56 | * register. The upper byte is set manually on each write. | ||
57 | */ | ||
58 | static inline void sh_wdt_write_rstcsr(__u8 val) | ||
59 | { | ||
60 | /* | ||
61 | * Note: Due to the brain-damaged nature of this register, | ||
62 | * we can't presently touch the WOVF bit, since the upper byte | ||
63 | * has to be swapped for this. So just leave it alone.. | ||
64 | */ | ||
65 | ctrl_outw((WTCNT_HIGH << 8) | (__u16)val, RSTCSR); | ||
66 | } | ||
67 | |||
68 | #endif /* __ASM_CPU_SH2_WATCHDOG_H */ | ||
69 | |||
diff --git a/arch/sh/include/cpu-sh2a/cpu/addrspace.h b/arch/sh/include/cpu-sh2a/cpu/addrspace.h new file mode 100644 index 000000000000..31eb4b58aa6d --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/addrspace.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH2A_ADDRSPACE_H | ||
2 | #define __ASM_SH_CPU_SH2A_ADDRSPACE_H | ||
3 | |||
4 | #define P0SEG 0x00000000 | ||
5 | #define P1SEG 0x00000000 | ||
6 | #define P2SEG 0x20000000 | ||
7 | #define P3SEG 0x40000000 | ||
8 | #define P4SEG 0x60000000 | ||
9 | |||
10 | #endif /* __ASM_SH_CPU_SH2A_ADDRSPACE_H */ | ||
diff --git a/arch/sh/include/cpu-sh2a/cpu/cache.h b/arch/sh/include/cpu-sh2a/cpu/cache.h new file mode 100644 index 000000000000..defb0baa5a06 --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/cache.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2a/cache.h | ||
3 | * | ||
4 | * Copyright (C) 2004 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2A_CACHE_H | ||
11 | #define __ASM_CPU_SH2A_CACHE_H | ||
12 | |||
13 | #define L1_CACHE_SHIFT 4 | ||
14 | |||
15 | #define SH_CACHE_VALID 1 | ||
16 | #define SH_CACHE_UPDATED 2 | ||
17 | #define SH_CACHE_COMBINED 4 | ||
18 | #define SH_CACHE_ASSOC 8 | ||
19 | |||
20 | #define CCR 0xfffc1000 /* CCR1 */ | ||
21 | #define CCR2 0xfffc1004 | ||
22 | |||
23 | /* | ||
24 | * Most of the SH-2A CCR1 definitions resemble the SH-4 ones. All others not | ||
25 | * listed here are reserved. | ||
26 | */ | ||
27 | #define CCR_CACHE_CB 0x0000 /* Hack */ | ||
28 | #define CCR_CACHE_OCE 0x0001 | ||
29 | #define CCR_CACHE_WT 0x0002 | ||
30 | #define CCR_CACHE_OCI 0x0008 /* OCF */ | ||
31 | #define CCR_CACHE_ICE 0x0100 | ||
32 | #define CCR_CACHE_ICI 0x0800 /* ICF */ | ||
33 | |||
34 | #define CACHE_IC_ADDRESS_ARRAY 0xf0000000 | ||
35 | #define CACHE_OC_ADDRESS_ARRAY 0xf0800000 | ||
36 | |||
37 | #define CCR_CACHE_ENABLE (CCR_CACHE_OCE | CCR_CACHE_ICE) | ||
38 | #define CCR_CACHE_INVALIDATE (CCR_CACHE_OCI | CCR_CACHE_ICI) | ||
39 | #define CCR_ICACHE_INVALIDATE CCR_CACHE_ICI | ||
40 | #define CCR_OCACHE_INVALIDATE CCR_CACHE_OCI | ||
41 | #define CACHE_PHYSADDR_MASK 0x1ffffc00 | ||
42 | |||
43 | #endif /* __ASM_CPU_SH2A_CACHE_H */ | ||
diff --git a/arch/sh/include/cpu-sh2a/cpu/cacheflush.h b/arch/sh/include/cpu-sh2a/cpu/cacheflush.h new file mode 100644 index 000000000000..3d3b9205d2ac --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/cacheflush.h | |||
@@ -0,0 +1,34 @@ | |||
1 | #ifndef __ASM_CPU_SH2A_CACHEFLUSH_H | ||
2 | #define __ASM_CPU_SH2A_CACHEFLUSH_H | ||
3 | |||
4 | /* | ||
5 | * Cache flushing: | ||
6 | * | ||
7 | * - flush_cache_all() flushes entire cache | ||
8 | * - flush_cache_mm(mm) flushes the specified mm context's cache lines | ||
9 | * - flush_cache_dup mm(mm) handles cache flushing when forking | ||
10 | * - flush_cache_page(mm, vmaddr, pfn) flushes a single page | ||
11 | * - flush_cache_range(vma, start, end) flushes a range of pages | ||
12 | * | ||
13 | * - flush_dcache_page(pg) flushes(wback&invalidates) a page for dcache | ||
14 | * - flush_icache_range(start, end) flushes(invalidates) a range for icache | ||
15 | * - flush_icache_page(vma, pg) flushes(invalidates) a page for icache | ||
16 | * | ||
17 | * Caches are indexed (effectively) by physical address on SH-2, so | ||
18 | * we don't need them. | ||
19 | */ | ||
20 | #define flush_cache_all() do { } while (0) | ||
21 | #define flush_cache_mm(mm) do { } while (0) | ||
22 | #define flush_cache_dup_mm(mm) do { } while (0) | ||
23 | #define flush_cache_range(vma, start, end) do { } while (0) | ||
24 | #define flush_cache_page(vma, vmaddr, pfn) do { } while (0) | ||
25 | #define flush_dcache_page(page) do { } while (0) | ||
26 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | ||
27 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | ||
28 | void flush_icache_range(unsigned long start, unsigned long end); | ||
29 | #define flush_icache_page(vma,pg) do { } while (0) | ||
30 | #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) | ||
31 | #define flush_cache_sigtramp(vaddr) do { } while (0) | ||
32 | |||
33 | #define p3_cache_init() do { } while (0) | ||
34 | #endif /* __ASM_CPU_SH2A_CACHEFLUSH_H */ | ||
diff --git a/arch/sh/include/cpu-sh2a/cpu/dma.h b/arch/sh/include/cpu-sh2a/cpu/dma.h new file mode 100644 index 000000000000..27a13ef4fdfc --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/dma.h | |||
@@ -0,0 +1 @@ | |||
#include <cpu-sh2/cpu/dma.h> | |||
diff --git a/arch/sh/include/cpu-sh2a/cpu/freq.h b/arch/sh/include/cpu-sh2a/cpu/freq.h new file mode 100644 index 000000000000..830fd43b6cdc --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/freq.h | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh2a/freq.h | ||
3 | * | ||
4 | * Copyright (C) 2006 Yoshinori Sato | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH2A_FREQ_H | ||
11 | #define __ASM_CPU_SH2A_FREQ_H | ||
12 | |||
13 | #define FREQCR 0xfffe0010 | ||
14 | |||
15 | #endif /* __ASM_CPU_SH2A_FREQ_H */ | ||
16 | |||
diff --git a/arch/sh/include/cpu-sh2a/cpu/rtc.h b/arch/sh/include/cpu-sh2a/cpu/rtc.h new file mode 100644 index 000000000000..afb511e2bed7 --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/rtc.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH2A_RTC_H | ||
2 | #define __ASM_SH_CPU_SH2A_RTC_H | ||
3 | |||
4 | #define rtc_reg_size sizeof(u16) | ||
5 | #define RTC_BIT_INVERTED 0 | ||
6 | #define RTC_DEF_CAPABILITIES RTC_CAP_4_DIGIT_YEAR | ||
7 | |||
8 | #endif /* __ASM_SH_CPU_SH2A_RTC_H */ | ||
diff --git a/arch/sh/include/cpu-sh2a/cpu/ubc.h b/arch/sh/include/cpu-sh2a/cpu/ubc.h new file mode 100644 index 000000000000..8ce2fc1cf625 --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/ubc.h | |||
@@ -0,0 +1 @@ | |||
#include <cpu-sh2/cpu/ubc.h> | |||
diff --git a/arch/sh/include/cpu-sh2a/cpu/watchdog.h b/arch/sh/include/cpu-sh2a/cpu/watchdog.h new file mode 100644 index 000000000000..e7e8259e468c --- /dev/null +++ b/arch/sh/include/cpu-sh2a/cpu/watchdog.h | |||
@@ -0,0 +1 @@ | |||
#include <cpu-sh2/cpu/watchdog.h> | |||
diff --git a/arch/sh/include/cpu-sh3/cpu/adc.h b/arch/sh/include/cpu-sh3/cpu/adc.h new file mode 100644 index 000000000000..b289e3ca19a6 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/adc.h | |||
@@ -0,0 +1,28 @@ | |||
1 | #ifndef __ASM_CPU_SH3_ADC_H | ||
2 | #define __ASM_CPU_SH3_ADC_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 2004 Andriy Skulysh | ||
6 | */ | ||
7 | |||
8 | |||
9 | #define ADDRAH 0xa4000080 | ||
10 | #define ADDRAL 0xa4000082 | ||
11 | #define ADDRBH 0xa4000084 | ||
12 | #define ADDRBL 0xa4000086 | ||
13 | #define ADDRCH 0xa4000088 | ||
14 | #define ADDRCL 0xa400008a | ||
15 | #define ADDRDH 0xa400008c | ||
16 | #define ADDRDL 0xa400008e | ||
17 | #define ADCSR 0xa4000090 | ||
18 | |||
19 | #define ADCSR_ADF 0x80 | ||
20 | #define ADCSR_ADIE 0x40 | ||
21 | #define ADCSR_ADST 0x20 | ||
22 | #define ADCSR_MULTI 0x10 | ||
23 | #define ADCSR_CKS 0x08 | ||
24 | #define ADCSR_CH_MASK 0x07 | ||
25 | |||
26 | #define ADCR 0xa4000092 | ||
27 | |||
28 | #endif /* __ASM_CPU_SH3_ADC_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/cache.h b/arch/sh/include/cpu-sh3/cpu/cache.h new file mode 100644 index 000000000000..bee2d81c56bf --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/cache.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/cache.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_CACHE_H | ||
11 | #define __ASM_CPU_SH3_CACHE_H | ||
12 | |||
13 | #define L1_CACHE_SHIFT 4 | ||
14 | |||
15 | #define SH_CACHE_VALID 1 | ||
16 | #define SH_CACHE_UPDATED 2 | ||
17 | #define SH_CACHE_COMBINED 4 | ||
18 | #define SH_CACHE_ASSOC 8 | ||
19 | |||
20 | #define CCR 0xffffffec /* Address of Cache Control Register */ | ||
21 | |||
22 | #define CCR_CACHE_CE 0x01 /* Cache Enable */ | ||
23 | #define CCR_CACHE_WT 0x02 /* Write-Through (for P0,U0,P3) (else writeback) */ | ||
24 | #define CCR_CACHE_CB 0x04 /* Write-Back (for P1) (else writethrough) */ | ||
25 | #define CCR_CACHE_CF 0x08 /* Cache Flush */ | ||
26 | #define CCR_CACHE_ORA 0x20 /* RAM mode */ | ||
27 | |||
28 | #define CACHE_OC_ADDRESS_ARRAY 0xf0000000 | ||
29 | #define CACHE_PHYSADDR_MASK 0x1ffffc00 | ||
30 | |||
31 | #define CCR_CACHE_ENABLE CCR_CACHE_CE | ||
32 | #define CCR_CACHE_INVALIDATE CCR_CACHE_CF | ||
33 | |||
34 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) || \ | ||
35 | defined(CONFIG_CPU_SUBTYPE_SH7710) || \ | ||
36 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
37 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
38 | #define CCR3_REG 0xa40000b4 | ||
39 | #define CCR_CACHE_16KB 0x00010000 | ||
40 | #define CCR_CACHE_32KB 0x00020000 | ||
41 | #endif | ||
42 | |||
43 | #endif /* __ASM_CPU_SH3_CACHE_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/cacheflush.h b/arch/sh/include/cpu-sh3/cpu/cacheflush.h new file mode 100644 index 000000000000..abc909880807 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/cacheflush.h | |||
@@ -0,0 +1,36 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/cacheflush.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_CACHEFLUSH_H | ||
11 | #define __ASM_CPU_SH3_CACHEFLUSH_H | ||
12 | |||
13 | #if defined(CONFIG_SH7705_CACHE_32KB) | ||
14 | /* SH7705 is an SH3 processor with 32KB cache. This has alias issues like the | ||
15 | * SH4. Unlike the SH4 this is a unified cache so we need to do some work | ||
16 | * in mmap when 'exec'ing a new binary | ||
17 | */ | ||
18 | /* 32KB cache, 4kb PAGE sizes need to check bit 12 */ | ||
19 | #define CACHE_ALIAS 0x00001000 | ||
20 | |||
21 | #define PG_mapped PG_arch_1 | ||
22 | |||
23 | void flush_cache_all(void); | ||
24 | void flush_cache_mm(struct mm_struct *mm); | ||
25 | #define flush_cache_dup_mm(mm) flush_cache_mm(mm) | ||
26 | void flush_cache_range(struct vm_area_struct *vma, unsigned long start, | ||
27 | unsigned long end); | ||
28 | void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn); | ||
29 | void flush_dcache_page(struct page *pg); | ||
30 | void flush_icache_range(unsigned long start, unsigned long end); | ||
31 | void flush_icache_page(struct vm_area_struct *vma, struct page *page); | ||
32 | #else | ||
33 | #include <cpu-common/cpu/cacheflush.h> | ||
34 | #endif | ||
35 | |||
36 | #endif /* __ASM_CPU_SH3_CACHEFLUSH_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/dac.h b/arch/sh/include/cpu-sh3/cpu/dac.h new file mode 100644 index 000000000000..05fda8316ebc --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/dac.h | |||
@@ -0,0 +1,41 @@ | |||
1 | #ifndef __ASM_CPU_SH3_DAC_H | ||
2 | #define __ASM_CPU_SH3_DAC_H | ||
3 | |||
4 | /* | ||
5 | * Copyright (C) 2003 Andriy Skulysh | ||
6 | */ | ||
7 | |||
8 | |||
9 | #define DADR0 0xa40000a0 | ||
10 | #define DADR1 0xa40000a2 | ||
11 | #define DACR 0xa40000a4 | ||
12 | #define DACR_DAOE1 0x80 | ||
13 | #define DACR_DAOE0 0x40 | ||
14 | #define DACR_DAE 0x20 | ||
15 | |||
16 | |||
17 | static __inline__ void sh_dac_enable(int channel) | ||
18 | { | ||
19 | unsigned char v; | ||
20 | v = ctrl_inb(DACR); | ||
21 | if(channel) v |= DACR_DAOE1; | ||
22 | else v |= DACR_DAOE0; | ||
23 | ctrl_outb(v,DACR); | ||
24 | } | ||
25 | |||
26 | static __inline__ void sh_dac_disable(int channel) | ||
27 | { | ||
28 | unsigned char v; | ||
29 | v = ctrl_inb(DACR); | ||
30 | if(channel) v &= ~DACR_DAOE1; | ||
31 | else v &= ~DACR_DAOE0; | ||
32 | ctrl_outb(v,DACR); | ||
33 | } | ||
34 | |||
35 | static __inline__ void sh_dac_output(u8 value, int channel) | ||
36 | { | ||
37 | if(channel) ctrl_outb(value,DADR1); | ||
38 | else ctrl_outb(value,DADR0); | ||
39 | } | ||
40 | |||
41 | #endif /* __ASM_CPU_SH3_DAC_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/dma.h b/arch/sh/include/cpu-sh3/cpu/dma.h new file mode 100644 index 000000000000..6813c3220a1d --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/dma.h | |||
@@ -0,0 +1,51 @@ | |||
1 | #ifndef __ASM_CPU_SH3_DMA_H | ||
2 | #define __ASM_CPU_SH3_DMA_H | ||
3 | |||
4 | |||
5 | #if defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
6 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
7 | #define SH_DMAC_BASE 0xa4010020 | ||
8 | #else | ||
9 | #define SH_DMAC_BASE 0xa4000020 | ||
10 | #endif | ||
11 | |||
12 | #if defined(CONFIG_CPU_SUBTYPE_SH7720) || defined(CONFIG_CPU_SUBTYPE_SH7709) | ||
13 | #define DMTE0_IRQ 48 | ||
14 | #define DMTE1_IRQ 49 | ||
15 | #define DMTE2_IRQ 50 | ||
16 | #define DMTE3_IRQ 51 | ||
17 | #define DMTE4_IRQ 76 | ||
18 | #define DMTE5_IRQ 77 | ||
19 | #endif | ||
20 | |||
21 | /* Definitions for the SuperH DMAC */ | ||
22 | #define TM_BURST 0x00000020 | ||
23 | #define TS_8 0x00000000 | ||
24 | #define TS_16 0x00000008 | ||
25 | #define TS_32 0x00000010 | ||
26 | #define TS_128 0x00000018 | ||
27 | |||
28 | #define CHCR_TS_MASK 0x18 | ||
29 | #define CHCR_TS_SHIFT 3 | ||
30 | |||
31 | #define DMAOR_INIT DMAOR_DME | ||
32 | |||
33 | /* | ||
34 | * The SuperH DMAC supports a number of transmit sizes, we list them here, | ||
35 | * with their respective values as they appear in the CHCR registers. | ||
36 | */ | ||
37 | enum { | ||
38 | XMIT_SZ_8BIT, | ||
39 | XMIT_SZ_16BIT, | ||
40 | XMIT_SZ_32BIT, | ||
41 | XMIT_SZ_128BIT, | ||
42 | }; | ||
43 | |||
44 | static unsigned int ts_shift[] __maybe_unused = { | ||
45 | [XMIT_SZ_8BIT] = 0, | ||
46 | [XMIT_SZ_16BIT] = 1, | ||
47 | [XMIT_SZ_32BIT] = 2, | ||
48 | [XMIT_SZ_128BIT] = 4, | ||
49 | }; | ||
50 | |||
51 | #endif /* __ASM_CPU_SH3_DMA_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/freq.h b/arch/sh/include/cpu-sh3/cpu/freq.h new file mode 100644 index 000000000000..53c62302b2e3 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/freq.h | |||
@@ -0,0 +1,27 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/freq.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_FREQ_H | ||
11 | #define __ASM_CPU_SH3_FREQ_H | ||
12 | |||
13 | #ifdef CONFIG_CPU_SUBTYPE_SH7712 | ||
14 | #define FRQCR 0xA415FF80 | ||
15 | #else | ||
16 | #define FRQCR 0xffffff80 | ||
17 | #endif | ||
18 | |||
19 | #define MIN_DIVISOR_NR 0 | ||
20 | #define MAX_DIVISOR_NR 4 | ||
21 | |||
22 | #define FRQCR_CKOEN 0x0100 | ||
23 | #define FRQCR_PLLEN 0x0080 | ||
24 | #define FRQCR_PSTBY 0x0040 | ||
25 | |||
26 | #endif /* __ASM_CPU_SH3_FREQ_H */ | ||
27 | |||
diff --git a/arch/sh/include/cpu-sh3/cpu/gpio.h b/arch/sh/include/cpu-sh3/cpu/gpio.h new file mode 100644 index 000000000000..4e53eb314b8f --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/gpio.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/gpio.h | ||
3 | * | ||
4 | * Copyright (C) 2007 Markus Brunner, Mark Jonas | ||
5 | * | ||
6 | * Addresses for the Pin Function Controller | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #ifndef _CPU_SH3_GPIO_H | ||
13 | #define _CPU_SH3_GPIO_H | ||
14 | |||
15 | #if defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
16 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
17 | |||
18 | /* Control registers */ | ||
19 | #define PORT_PACR 0xA4050100UL | ||
20 | #define PORT_PBCR 0xA4050102UL | ||
21 | #define PORT_PCCR 0xA4050104UL | ||
22 | #define PORT_PDCR 0xA4050106UL | ||
23 | #define PORT_PECR 0xA4050108UL | ||
24 | #define PORT_PFCR 0xA405010AUL | ||
25 | #define PORT_PGCR 0xA405010CUL | ||
26 | #define PORT_PHCR 0xA405010EUL | ||
27 | #define PORT_PJCR 0xA4050110UL | ||
28 | #define PORT_PKCR 0xA4050112UL | ||
29 | #define PORT_PLCR 0xA4050114UL | ||
30 | #define PORT_PMCR 0xA4050116UL | ||
31 | #define PORT_PPCR 0xA4050118UL | ||
32 | #define PORT_PRCR 0xA405011AUL | ||
33 | #define PORT_PSCR 0xA405011CUL | ||
34 | #define PORT_PTCR 0xA405011EUL | ||
35 | #define PORT_PUCR 0xA4050120UL | ||
36 | #define PORT_PVCR 0xA4050122UL | ||
37 | |||
38 | /* Data registers */ | ||
39 | #define PORT_PADR 0xA4050140UL | ||
40 | /* Address of PORT_PBDR is wrong in the datasheet, see errata 2005-09-21 */ | ||
41 | #define PORT_PBDR 0xA4050142UL | ||
42 | #define PORT_PCDR 0xA4050144UL | ||
43 | #define PORT_PDDR 0xA4050146UL | ||
44 | #define PORT_PEDR 0xA4050148UL | ||
45 | #define PORT_PFDR 0xA405014AUL | ||
46 | #define PORT_PGDR 0xA405014CUL | ||
47 | #define PORT_PHDR 0xA405014EUL | ||
48 | #define PORT_PJDR 0xA4050150UL | ||
49 | #define PORT_PKDR 0xA4050152UL | ||
50 | #define PORT_PLDR 0xA4050154UL | ||
51 | #define PORT_PMDR 0xA4050156UL | ||
52 | #define PORT_PPDR 0xA4050158UL | ||
53 | #define PORT_PRDR 0xA405015AUL | ||
54 | #define PORT_PSDR 0xA405015CUL | ||
55 | #define PORT_PTDR 0xA405015EUL | ||
56 | #define PORT_PUDR 0xA4050160UL | ||
57 | #define PORT_PVDR 0xA4050162UL | ||
58 | |||
59 | /* Pin Select Registers */ | ||
60 | #define PORT_PSELA 0xA4050124UL | ||
61 | #define PORT_PSELB 0xA4050126UL | ||
62 | #define PORT_PSELC 0xA4050128UL | ||
63 | #define PORT_PSELD 0xA405012AUL | ||
64 | |||
65 | #endif | ||
66 | |||
67 | #endif | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/mmu_context.h b/arch/sh/include/cpu-sh3/cpu/mmu_context.h new file mode 100644 index 000000000000..ab09da73ce77 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/mmu_context.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/mmu_context.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_MMU_CONTEXT_H | ||
11 | #define __ASM_CPU_SH3_MMU_CONTEXT_H | ||
12 | |||
13 | #define MMU_PTEH 0xFFFFFFF0 /* Page table entry register HIGH */ | ||
14 | #define MMU_PTEL 0xFFFFFFF4 /* Page table entry register LOW */ | ||
15 | #define MMU_TTB 0xFFFFFFF8 /* Translation table base register */ | ||
16 | #define MMU_TEA 0xFFFFFFFC /* TLB Exception Address */ | ||
17 | |||
18 | #define MMUCR 0xFFFFFFE0 /* MMU Control Register */ | ||
19 | |||
20 | #define MMU_TLB_ADDRESS_ARRAY 0xF2000000 | ||
21 | #define MMU_PAGE_ASSOC_BIT 0x80 | ||
22 | |||
23 | #define MMU_NTLB_ENTRIES 128 /* for 7708 */ | ||
24 | #define MMU_NTLB_WAYS 4 | ||
25 | #define MMU_CONTROL_INIT 0x007 /* SV=0, TF=1, IX=1, AT=1 */ | ||
26 | |||
27 | #define TRA 0xffffffd0 | ||
28 | #define EXPEVT 0xffffffd4 | ||
29 | |||
30 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) || \ | ||
31 | defined(CONFIG_CPU_SUBTYPE_SH7706) || \ | ||
32 | defined(CONFIG_CPU_SUBTYPE_SH7707) || \ | ||
33 | defined(CONFIG_CPU_SUBTYPE_SH7709) || \ | ||
34 | defined(CONFIG_CPU_SUBTYPE_SH7710) || \ | ||
35 | defined(CONFIG_CPU_SUBTYPE_SH7712) || \ | ||
36 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
37 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
38 | #define INTEVT 0xa4000000 /* INTEVTE2(0xa4000000) */ | ||
39 | #else | ||
40 | #define INTEVT 0xffffffd8 | ||
41 | #endif | ||
42 | |||
43 | #endif /* __ASM_CPU_SH3_MMU_CONTEXT_H */ | ||
44 | |||
diff --git a/arch/sh/include/cpu-sh3/cpu/timer.h b/arch/sh/include/cpu-sh3/cpu/timer.h new file mode 100644 index 000000000000..793acf12aa08 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/timer.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/timer.h | ||
3 | * | ||
4 | * Copyright (C) 2004 Lineo Solutions, Inc. | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_TIMER_H | ||
11 | #define __ASM_CPU_SH3_TIMER_H | ||
12 | |||
13 | /* | ||
14 | * --------------------------------------------------------------------------- | ||
15 | * TMU Common definitions for SH3 processors | ||
16 | * SH7706 | ||
17 | * SH7709S | ||
18 | * SH7727 | ||
19 | * SH7729R | ||
20 | * SH7710 | ||
21 | * SH7720 | ||
22 | * SH7710 | ||
23 | * --------------------------------------------------------------------------- | ||
24 | */ | ||
25 | |||
26 | #if !defined(CONFIG_CPU_SUBTYPE_SH7720) && !defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
27 | #define TMU_TOCR 0xfffffe90 /* Byte access */ | ||
28 | #endif | ||
29 | |||
30 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) || \ | ||
31 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
32 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
33 | #define TMU_012_TSTR 0xa412fe92 /* Byte access */ | ||
34 | |||
35 | #define TMU0_TCOR 0xa412fe94 /* Long access */ | ||
36 | #define TMU0_TCNT 0xa412fe98 /* Long access */ | ||
37 | #define TMU0_TCR 0xa412fe9c /* Word access */ | ||
38 | |||
39 | #define TMU1_TCOR 0xa412fea0 /* Long access */ | ||
40 | #define TMU1_TCNT 0xa412fea4 /* Long access */ | ||
41 | #define TMU1_TCR 0xa412fea8 /* Word access */ | ||
42 | |||
43 | #define TMU2_TCOR 0xa412feac /* Long access */ | ||
44 | #define TMU2_TCNT 0xa412feb0 /* Long access */ | ||
45 | #define TMU2_TCR 0xa412feb4 /* Word access */ | ||
46 | |||
47 | #else | ||
48 | #define TMU_012_TSTR 0xfffffe92 /* Byte access */ | ||
49 | |||
50 | #define TMU0_TCOR 0xfffffe94 /* Long access */ | ||
51 | #define TMU0_TCNT 0xfffffe98 /* Long access */ | ||
52 | #define TMU0_TCR 0xfffffe9c /* Word access */ | ||
53 | |||
54 | #define TMU1_TCOR 0xfffffea0 /* Long access */ | ||
55 | #define TMU1_TCNT 0xfffffea4 /* Long access */ | ||
56 | #define TMU1_TCR 0xfffffea8 /* Word access */ | ||
57 | |||
58 | #define TMU2_TCOR 0xfffffeac /* Long access */ | ||
59 | #define TMU2_TCNT 0xfffffeb0 /* Long access */ | ||
60 | #define TMU2_TCR 0xfffffeb4 /* Word access */ | ||
61 | #if !defined(CONFIG_CPU_SUBTYPE_SH7720) && !defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
62 | #define TMU2_TCPR2 0xfffffeb8 /* Long access */ | ||
63 | #endif | ||
64 | #endif | ||
65 | |||
66 | #endif /* __ASM_CPU_SH3_TIMER_H */ | ||
67 | |||
diff --git a/arch/sh/include/cpu-sh3/cpu/ubc.h b/arch/sh/include/cpu-sh3/cpu/ubc.h new file mode 100644 index 000000000000..4e6381d5ff7a --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/ubc.h | |||
@@ -0,0 +1,42 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/ubc.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * Copyright (C) 2003 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_CPU_SH3_UBC_H | ||
12 | #define __ASM_CPU_SH3_UBC_H | ||
13 | |||
14 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) || \ | ||
15 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | ||
16 | defined(CONFIG_CPU_SUBTYPE_SH7721) | ||
17 | #define UBC_BARA 0xa4ffffb0 | ||
18 | #define UBC_BAMRA 0xa4ffffb4 | ||
19 | #define UBC_BBRA 0xa4ffffb8 | ||
20 | #define UBC_BASRA 0xffffffe4 | ||
21 | #define UBC_BARB 0xa4ffffa0 | ||
22 | #define UBC_BAMRB 0xa4ffffa4 | ||
23 | #define UBC_BBRB 0xa4ffffa8 | ||
24 | #define UBC_BASRB 0xffffffe8 | ||
25 | #define UBC_BDRB 0xa4ffff90 | ||
26 | #define UBC_BDMRB 0xa4ffff94 | ||
27 | #define UBC_BRCR 0xa4ffff98 | ||
28 | #else | ||
29 | #define UBC_BARA 0xffffffb0 | ||
30 | #define UBC_BAMRA 0xffffffb4 | ||
31 | #define UBC_BBRA 0xffffffb8 | ||
32 | #define UBC_BASRA 0xffffffe4 | ||
33 | #define UBC_BARB 0xffffffa0 | ||
34 | #define UBC_BAMRB 0xffffffa4 | ||
35 | #define UBC_BBRB 0xffffffa8 | ||
36 | #define UBC_BASRB 0xffffffe8 | ||
37 | #define UBC_BDRB 0xffffff90 | ||
38 | #define UBC_BDMRB 0xffffff94 | ||
39 | #define UBC_BRCR 0xffffff98 | ||
40 | #endif | ||
41 | |||
42 | #endif /* __ASM_CPU_SH3_UBC_H */ | ||
diff --git a/arch/sh/include/cpu-sh3/cpu/watchdog.h b/arch/sh/include/cpu-sh3/cpu/watchdog.h new file mode 100644 index 000000000000..4ee0347298d8 --- /dev/null +++ b/arch/sh/include/cpu-sh3/cpu/watchdog.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh3/watchdog.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH3_WATCHDOG_H | ||
11 | #define __ASM_CPU_SH3_WATCHDOG_H | ||
12 | |||
13 | /* Register definitions */ | ||
14 | #define WTCNT 0xffffff84 | ||
15 | #define WTCSR 0xffffff86 | ||
16 | |||
17 | /* Bit definitions */ | ||
18 | #define WTCSR_TME 0x80 | ||
19 | #define WTCSR_WT 0x40 | ||
20 | #define WTCSR_RSTS 0x20 | ||
21 | #define WTCSR_WOVF 0x10 | ||
22 | #define WTCSR_IOVF 0x08 | ||
23 | |||
24 | #endif /* __ASM_CPU_SH3_WATCHDOG_H */ | ||
25 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/addrspace.h b/arch/sh/include/cpu-sh4/cpu/addrspace.h new file mode 100644 index 000000000000..a3fa733c1c7d --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/addrspace.h | |||
@@ -0,0 +1,35 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 1999 by Kaz Kojima | ||
7 | * | ||
8 | * Defitions for the address spaces of the SH-4 CPUs. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_ADDRSPACE_H | ||
11 | #define __ASM_CPU_SH4_ADDRSPACE_H | ||
12 | |||
13 | #define P0SEG 0x00000000 | ||
14 | #define P1SEG 0x80000000 | ||
15 | #define P2SEG 0xa0000000 | ||
16 | #define P3SEG 0xc0000000 | ||
17 | #define P4SEG 0xe0000000 | ||
18 | |||
19 | /* Detailed P4SEG */ | ||
20 | #define P4SEG_STORE_QUE (P4SEG) | ||
21 | #define P4SEG_IC_ADDR 0xf0000000 | ||
22 | #define P4SEG_IC_DATA 0xf1000000 | ||
23 | #define P4SEG_ITLB_ADDR 0xf2000000 | ||
24 | #define P4SEG_ITLB_DATA 0xf3000000 | ||
25 | #define P4SEG_OC_ADDR 0xf4000000 | ||
26 | #define P4SEG_OC_DATA 0xf5000000 | ||
27 | #define P4SEG_TLB_ADDR 0xf6000000 | ||
28 | #define P4SEG_TLB_DATA 0xf7000000 | ||
29 | #define P4SEG_REG_BASE 0xff000000 | ||
30 | |||
31 | #define PA_AREA5_IO 0xb4000000 /* Area 5 IO Memory */ | ||
32 | #define PA_AREA6_IO 0xb8000000 /* Area 6 IO Memory */ | ||
33 | |||
34 | #endif /* __ASM_CPU_SH4_ADDRSPACE_H */ | ||
35 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/cache.h b/arch/sh/include/cpu-sh4/cpu/cache.h new file mode 100644 index 000000000000..1c61ebf5c8e3 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/cache.h | |||
@@ -0,0 +1,42 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/cache.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_CACHE_H | ||
11 | #define __ASM_CPU_SH4_CACHE_H | ||
12 | |||
13 | #define L1_CACHE_SHIFT 5 | ||
14 | |||
15 | #define SH_CACHE_VALID 1 | ||
16 | #define SH_CACHE_UPDATED 2 | ||
17 | #define SH_CACHE_COMBINED 4 | ||
18 | #define SH_CACHE_ASSOC 8 | ||
19 | |||
20 | #define CCR 0xff00001c /* Address of Cache Control Register */ | ||
21 | #define CCR_CACHE_OCE 0x0001 /* Operand Cache Enable */ | ||
22 | #define CCR_CACHE_WT 0x0002 /* Write-Through (for P0,U0,P3) (else writeback)*/ | ||
23 | #define CCR_CACHE_CB 0x0004 /* Copy-Back (for P1) (else writethrough) */ | ||
24 | #define CCR_CACHE_OCI 0x0008 /* OC Invalidate */ | ||
25 | #define CCR_CACHE_ORA 0x0020 /* OC RAM Mode */ | ||
26 | #define CCR_CACHE_OIX 0x0080 /* OC Index Enable */ | ||
27 | #define CCR_CACHE_ICE 0x0100 /* Instruction Cache Enable */ | ||
28 | #define CCR_CACHE_ICI 0x0800 /* IC Invalidate */ | ||
29 | #define CCR_CACHE_IIX 0x8000 /* IC Index Enable */ | ||
30 | #ifndef CONFIG_CPU_SH4A | ||
31 | #define CCR_CACHE_EMODE 0x80000000 /* EMODE Enable */ | ||
32 | #endif | ||
33 | |||
34 | /* Default CCR setup: 8k+16k-byte cache,P1-wb,enable */ | ||
35 | #define CCR_CACHE_ENABLE (CCR_CACHE_OCE|CCR_CACHE_ICE) | ||
36 | #define CCR_CACHE_INVALIDATE (CCR_CACHE_OCI|CCR_CACHE_ICI) | ||
37 | |||
38 | #define CACHE_IC_ADDRESS_ARRAY 0xf0000000 | ||
39 | #define CACHE_OC_ADDRESS_ARRAY 0xf4000000 | ||
40 | |||
41 | #endif /* __ASM_CPU_SH4_CACHE_H */ | ||
42 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/cacheflush.h b/arch/sh/include/cpu-sh4/cpu/cacheflush.h new file mode 100644 index 000000000000..065306d376eb --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/cacheflush.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/cacheflush.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * Copyright (C) 2003 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_CPU_SH4_CACHEFLUSH_H | ||
12 | #define __ASM_CPU_SH4_CACHEFLUSH_H | ||
13 | |||
14 | /* | ||
15 | * Caches are broken on SH-4 (unless we use write-through | ||
16 | * caching; in which case they're only semi-broken), | ||
17 | * so we need them. | ||
18 | */ | ||
19 | void flush_cache_all(void); | ||
20 | void flush_dcache_all(void); | ||
21 | void flush_cache_mm(struct mm_struct *mm); | ||
22 | #define flush_cache_dup_mm(mm) flush_cache_mm(mm) | ||
23 | void flush_cache_range(struct vm_area_struct *vma, unsigned long start, | ||
24 | unsigned long end); | ||
25 | void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, | ||
26 | unsigned long pfn); | ||
27 | void flush_dcache_page(struct page *pg); | ||
28 | |||
29 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | ||
30 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | ||
31 | |||
32 | void flush_icache_range(unsigned long start, unsigned long end); | ||
33 | void flush_icache_user_range(struct vm_area_struct *vma, struct page *page, | ||
34 | unsigned long addr, int len); | ||
35 | |||
36 | #define flush_icache_page(vma,pg) do { } while (0) | ||
37 | |||
38 | /* Initialization of P3 area for copy_user_page */ | ||
39 | void p3_cache_init(void); | ||
40 | |||
41 | #define PG_mapped PG_arch_1 | ||
42 | |||
43 | #endif /* __ASM_CPU_SH4_CACHEFLUSH_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/dma-sh7780.h b/arch/sh/include/cpu-sh4/cpu/dma-sh7780.h new file mode 100644 index 000000000000..71b426a6e482 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/dma-sh7780.h | |||
@@ -0,0 +1,39 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH4_DMA_SH7780_H | ||
2 | #define __ASM_SH_CPU_SH4_DMA_SH7780_H | ||
3 | |||
4 | #define REQ_HE 0x000000C0 | ||
5 | #define REQ_H 0x00000080 | ||
6 | #define REQ_LE 0x00000040 | ||
7 | #define TM_BURST 0x0000020 | ||
8 | #define TS_8 0x00000000 | ||
9 | #define TS_16 0x00000008 | ||
10 | #define TS_32 0x00000010 | ||
11 | #define TS_16BLK 0x00000018 | ||
12 | #define TS_32BLK 0x00100000 | ||
13 | |||
14 | /* | ||
15 | * The SuperH DMAC supports a number of transmit sizes, we list them here, | ||
16 | * with their respective values as they appear in the CHCR registers. | ||
17 | * | ||
18 | * Defaults to a 64-bit transfer size. | ||
19 | */ | ||
20 | enum { | ||
21 | XMIT_SZ_8BIT, | ||
22 | XMIT_SZ_16BIT, | ||
23 | XMIT_SZ_32BIT, | ||
24 | XMIT_SZ_128BIT, | ||
25 | XMIT_SZ_256BIT, | ||
26 | }; | ||
27 | |||
28 | /* | ||
29 | * The DMA count is defined as the number of bytes to transfer. | ||
30 | */ | ||
31 | static unsigned int ts_shift[] __maybe_unused = { | ||
32 | [XMIT_SZ_8BIT] = 0, | ||
33 | [XMIT_SZ_16BIT] = 1, | ||
34 | [XMIT_SZ_32BIT] = 2, | ||
35 | [XMIT_SZ_128BIT] = 4, | ||
36 | [XMIT_SZ_256BIT] = 5, | ||
37 | }; | ||
38 | |||
39 | #endif /* __ASM_SH_CPU_SH4_DMA_SH7780_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/dma.h b/arch/sh/include/cpu-sh4/cpu/dma.h new file mode 100644 index 000000000000..235b7cd1fc9a --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/dma.h | |||
@@ -0,0 +1,65 @@ | |||
1 | #ifndef __ASM_CPU_SH4_DMA_H | ||
2 | #define __ASM_CPU_SH4_DMA_H | ||
3 | |||
4 | #define DMAOR_INIT ( 0x8000 | DMAOR_DME ) | ||
5 | |||
6 | /* SH7751/7760/7780 DMA IRQ sources */ | ||
7 | #define DMTE0_IRQ 34 | ||
8 | #define DMTE1_IRQ 35 | ||
9 | #define DMTE2_IRQ 36 | ||
10 | #define DMTE3_IRQ 37 | ||
11 | #define DMTE4_IRQ 44 | ||
12 | #define DMTE5_IRQ 45 | ||
13 | #define DMTE6_IRQ 46 | ||
14 | #define DMTE7_IRQ 47 | ||
15 | #define DMAE_IRQ 38 | ||
16 | |||
17 | #ifdef CONFIG_CPU_SH4A | ||
18 | #define SH_DMAC_BASE 0xfc808020 | ||
19 | |||
20 | #define CHCR_TS_MASK 0x18 | ||
21 | #define CHCR_TS_SHIFT 3 | ||
22 | |||
23 | #include <cpu/dma-sh7780.h> | ||
24 | #else | ||
25 | #define SH_DMAC_BASE 0xffa00000 | ||
26 | |||
27 | /* Definitions for the SuperH DMAC */ | ||
28 | #define TM_BURST 0x0000080 | ||
29 | #define TS_8 0x00000010 | ||
30 | #define TS_16 0x00000020 | ||
31 | #define TS_32 0x00000030 | ||
32 | #define TS_64 0x00000000 | ||
33 | |||
34 | #define CHCR_TS_MASK 0x70 | ||
35 | #define CHCR_TS_SHIFT 4 | ||
36 | |||
37 | #define DMAOR_COD 0x00000008 | ||
38 | |||
39 | /* | ||
40 | * The SuperH DMAC supports a number of transmit sizes, we list them here, | ||
41 | * with their respective values as they appear in the CHCR registers. | ||
42 | * | ||
43 | * Defaults to a 64-bit transfer size. | ||
44 | */ | ||
45 | enum { | ||
46 | XMIT_SZ_64BIT, | ||
47 | XMIT_SZ_8BIT, | ||
48 | XMIT_SZ_16BIT, | ||
49 | XMIT_SZ_32BIT, | ||
50 | XMIT_SZ_256BIT, | ||
51 | }; | ||
52 | |||
53 | /* | ||
54 | * The DMA count is defined as the number of bytes to transfer. | ||
55 | */ | ||
56 | static unsigned int ts_shift[] __maybe_unused = { | ||
57 | [XMIT_SZ_64BIT] = 3, | ||
58 | [XMIT_SZ_8BIT] = 0, | ||
59 | [XMIT_SZ_16BIT] = 1, | ||
60 | [XMIT_SZ_32BIT] = 2, | ||
61 | [XMIT_SZ_256BIT] = 5, | ||
62 | }; | ||
63 | #endif | ||
64 | |||
65 | #endif /* __ASM_CPU_SH4_DMA_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/fpu.h b/arch/sh/include/cpu-sh4/cpu/fpu.h new file mode 100644 index 000000000000..febef7342528 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/fpu.h | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * linux/arch/sh/kernel/cpu/sh4/sh4_fpu.h | ||
3 | * | ||
4 | * Copyright (C) 2006 STMicroelectronics Limited | ||
5 | * Author: Carl Shaw <carl.shaw@st.com> | ||
6 | * | ||
7 | * May be copied or modified under the terms of the GNU General Public | ||
8 | * License Version 2. See linux/COPYING for more information. | ||
9 | * | ||
10 | * Definitions for SH4 FPU operations | ||
11 | */ | ||
12 | |||
13 | #ifndef __CPU_SH4_FPU_H | ||
14 | #define __CPU_SH4_FPU_H | ||
15 | |||
16 | #define FPSCR_ENABLE_MASK 0x00000f80UL | ||
17 | |||
18 | #define FPSCR_FMOV_DOUBLE (1<<1) | ||
19 | |||
20 | #define FPSCR_CAUSE_INEXACT (1<<12) | ||
21 | #define FPSCR_CAUSE_UNDERFLOW (1<<13) | ||
22 | #define FPSCR_CAUSE_OVERFLOW (1<<14) | ||
23 | #define FPSCR_CAUSE_DIVZERO (1<<15) | ||
24 | #define FPSCR_CAUSE_INVALID (1<<16) | ||
25 | #define FPSCR_CAUSE_ERROR (1<<17) | ||
26 | |||
27 | #define FPSCR_DBL_PRECISION (1<<19) | ||
28 | #define FPSCR_ROUNDING_MODE(x) ((x >> 20) & 3) | ||
29 | #define FPSCR_RM_NEAREST (0) | ||
30 | #define FPSCR_RM_ZERO (1) | ||
31 | |||
32 | #endif | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/freq.h b/arch/sh/include/cpu-sh4/cpu/freq.h new file mode 100644 index 000000000000..c23af81c2e70 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/freq.h | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/freq.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_FREQ_H | ||
11 | #define __ASM_CPU_SH4_FREQ_H | ||
12 | |||
13 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) || \ | ||
14 | defined(CONFIG_CPU_SUBTYPE_SH7723) || \ | ||
15 | defined(CONFIG_CPU_SUBTYPE_SH7343) || \ | ||
16 | defined(CONFIG_CPU_SUBTYPE_SH7366) | ||
17 | #define FRQCR 0xa4150000 | ||
18 | #define VCLKCR 0xa4150004 | ||
19 | #define SCLKACR 0xa4150008 | ||
20 | #define SCLKBCR 0xa415000c | ||
21 | #define IrDACLKCR 0xa4150010 | ||
22 | #define MSTPCR0 0xa4150030 | ||
23 | #define MSTPCR1 0xa4150034 | ||
24 | #define MSTPCR2 0xa4150038 | ||
25 | #elif defined(CONFIG_CPU_SUBTYPE_SH7763) || \ | ||
26 | defined(CONFIG_CPU_SUBTYPE_SH7780) | ||
27 | #define FRQCR 0xffc80000 | ||
28 | #elif defined(CONFIG_CPU_SUBTYPE_SH7785) | ||
29 | #define FRQCR0 0xffc80000 | ||
30 | #define FRQCR1 0xffc80004 | ||
31 | #define FRQMR1 0xffc80014 | ||
32 | #elif defined(CONFIG_CPU_SUBTYPE_SHX3) | ||
33 | #define FRQCR 0xffc00014 | ||
34 | #else | ||
35 | #define FRQCR 0xffc00000 | ||
36 | #define FRQCR_PSTBY 0x0200 | ||
37 | #define FRQCR_PLLEN 0x0400 | ||
38 | #define FRQCR_CKOEN 0x0800 | ||
39 | #endif | ||
40 | #define MIN_DIVISOR_NR 0 | ||
41 | #define MAX_DIVISOR_NR 3 | ||
42 | |||
43 | #endif /* __ASM_CPU_SH4_FREQ_H */ | ||
44 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/mmu_context.h b/arch/sh/include/cpu-sh4/cpu/mmu_context.h new file mode 100644 index 000000000000..9ea8eb27b18e --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/mmu_context.h | |||
@@ -0,0 +1,63 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/mmu_context.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_MMU_CONTEXT_H | ||
11 | #define __ASM_CPU_SH4_MMU_CONTEXT_H | ||
12 | |||
13 | #define MMU_PTEH 0xFF000000 /* Page table entry register HIGH */ | ||
14 | #define MMU_PTEL 0xFF000004 /* Page table entry register LOW */ | ||
15 | #define MMU_TTB 0xFF000008 /* Translation table base register */ | ||
16 | #define MMU_TEA 0xFF00000C /* TLB Exception Address */ | ||
17 | #define MMU_PTEA 0xFF000034 /* Page table entry assistance register */ | ||
18 | |||
19 | #define MMUCR 0xFF000010 /* MMU Control Register */ | ||
20 | |||
21 | #define MMU_ITLB_ADDRESS_ARRAY 0xF2000000 | ||
22 | #define MMU_UTLB_ADDRESS_ARRAY 0xF6000000 | ||
23 | #define MMU_PAGE_ASSOC_BIT 0x80 | ||
24 | |||
25 | #define MMUCR_TI (1<<2) | ||
26 | |||
27 | #ifdef CONFIG_X2TLB | ||
28 | #define MMUCR_ME (1 << 7) | ||
29 | #else | ||
30 | #define MMUCR_ME (0) | ||
31 | #endif | ||
32 | |||
33 | #if defined(CONFIG_32BIT) && defined(CONFIG_CPU_SUBTYPE_ST40) | ||
34 | #define MMUCR_SE (1 << 4) | ||
35 | #else | ||
36 | #define MMUCR_SE (0) | ||
37 | #endif | ||
38 | |||
39 | #ifdef CONFIG_SH_STORE_QUEUES | ||
40 | #define MMUCR_SQMD (1 << 9) | ||
41 | #else | ||
42 | #define MMUCR_SQMD (0) | ||
43 | #endif | ||
44 | |||
45 | #define MMU_NTLB_ENTRIES 64 | ||
46 | #define MMU_CONTROL_INIT (0x05|MMUCR_SQMD|MMUCR_ME|MMUCR_SE) | ||
47 | |||
48 | #define MMU_ITLB_DATA_ARRAY 0xF3000000 | ||
49 | #define MMU_UTLB_DATA_ARRAY 0xF7000000 | ||
50 | |||
51 | #define MMU_UTLB_ENTRIES 64 | ||
52 | #define MMU_U_ENTRY_SHIFT 8 | ||
53 | #define MMU_UTLB_VALID 0x100 | ||
54 | #define MMU_ITLB_ENTRIES 4 | ||
55 | #define MMU_I_ENTRY_SHIFT 8 | ||
56 | #define MMU_ITLB_VALID 0x100 | ||
57 | |||
58 | #define TRA 0xff000020 | ||
59 | #define EXPEVT 0xff000024 | ||
60 | #define INTEVT 0xff000028 | ||
61 | |||
62 | #endif /* __ASM_CPU_SH4_MMU_CONTEXT_H */ | ||
63 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/rtc.h b/arch/sh/include/cpu-sh4/cpu/rtc.h new file mode 100644 index 000000000000..25b1e6adfe8c --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/rtc.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH4_RTC_H | ||
2 | #define __ASM_SH_CPU_SH4_RTC_H | ||
3 | |||
4 | #ifdef CONFIG_CPU_SUBTYPE_SH7723 | ||
5 | #define rtc_reg_size sizeof(u16) | ||
6 | #else | ||
7 | #define rtc_reg_size sizeof(u32) | ||
8 | #endif | ||
9 | |||
10 | #define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */ | ||
11 | #define RTC_DEF_CAPABILITIES RTC_CAP_4_DIGIT_YEAR | ||
12 | |||
13 | #endif /* __ASM_SH_CPU_SH4_RTC_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/sigcontext.h b/arch/sh/include/cpu-sh4/cpu/sigcontext.h new file mode 100644 index 000000000000..ab392f120e06 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/sigcontext.h | |||
@@ -0,0 +1,24 @@ | |||
1 | #ifndef __ASM_CPU_SH4_SIGCONTEXT_H | ||
2 | #define __ASM_CPU_SH4_SIGCONTEXT_H | ||
3 | |||
4 | struct sigcontext { | ||
5 | unsigned long oldmask; | ||
6 | |||
7 | /* CPU registers */ | ||
8 | unsigned long sc_regs[16]; | ||
9 | unsigned long sc_pc; | ||
10 | unsigned long sc_pr; | ||
11 | unsigned long sc_sr; | ||
12 | unsigned long sc_gbr; | ||
13 | unsigned long sc_mach; | ||
14 | unsigned long sc_macl; | ||
15 | |||
16 | /* FPU registers */ | ||
17 | unsigned long sc_fpregs[16]; | ||
18 | unsigned long sc_xfpregs[16]; | ||
19 | unsigned int sc_fpscr; | ||
20 | unsigned int sc_fpul; | ||
21 | unsigned int sc_ownedfp; | ||
22 | }; | ||
23 | |||
24 | #endif /* __ASM_CPU_SH4_SIGCONTEXT_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/sq.h b/arch/sh/include/cpu-sh4/cpu/sq.h new file mode 100644 index 000000000000..586d6491816a --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/sq.h | |||
@@ -0,0 +1,35 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/sq.h | ||
3 | * | ||
4 | * Copyright (C) 2001, 2002, 2003 Paul Mundt | ||
5 | * Copyright (C) 2001, 2002 M. R. Brown | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_CPU_SH4_SQ_H | ||
12 | #define __ASM_CPU_SH4_SQ_H | ||
13 | |||
14 | #include <asm/addrspace.h> | ||
15 | |||
16 | /* | ||
17 | * Store queues range from e0000000-e3fffffc, allowing approx. 64MB to be | ||
18 | * mapped to any physical address space. Since data is written (and aligned) | ||
19 | * to 32-byte boundaries, we need to be sure that all allocations are aligned. | ||
20 | */ | ||
21 | #define SQ_SIZE 32 | ||
22 | #define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) | ||
23 | #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK) | ||
24 | |||
25 | #define SQ_QACR0 (P4SEG_REG_BASE + 0x38) | ||
26 | #define SQ_QACR1 (P4SEG_REG_BASE + 0x3c) | ||
27 | #define SQ_ADDRMAX (P4SEG_STORE_QUE + 0x04000000) | ||
28 | |||
29 | /* arch/sh/kernel/cpu/sh4/sq.c */ | ||
30 | unsigned long sq_remap(unsigned long phys, unsigned int size, | ||
31 | const char *name, unsigned long flags); | ||
32 | void sq_unmap(unsigned long vaddr); | ||
33 | void sq_flush_range(unsigned long start, unsigned int len); | ||
34 | |||
35 | #endif /* __ASM_CPU_SH4_SQ_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/timer.h b/arch/sh/include/cpu-sh4/cpu/timer.h new file mode 100644 index 000000000000..d1e796b96888 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/timer.h | |||
@@ -0,0 +1,60 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/timer.h | ||
3 | * | ||
4 | * Copyright (C) 2004 Lineo Solutions, Inc. | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_TIMER_H | ||
11 | #define __ASM_CPU_SH4_TIMER_H | ||
12 | |||
13 | /* | ||
14 | * --------------------------------------------------------------------------- | ||
15 | * TMU Common definitions for SH4 processors | ||
16 | * SH7750S/SH7750R | ||
17 | * SH7751/SH7751R | ||
18 | * SH7760 | ||
19 | * SH-X3 | ||
20 | * --------------------------------------------------------------------------- | ||
21 | */ | ||
22 | #ifdef CONFIG_CPU_SUBTYPE_SHX3 | ||
23 | #define TMU_012_BASE 0xffc10000 | ||
24 | #define TMU_345_BASE 0xffc20000 | ||
25 | #else | ||
26 | #define TMU_012_BASE 0xffd80000 | ||
27 | #define TMU_345_BASE 0xfe100000 | ||
28 | #endif | ||
29 | |||
30 | #define TMU_TOCR TMU_012_BASE /* Not supported on all CPUs */ | ||
31 | |||
32 | #define TMU_012_TSTR (TMU_012_BASE + 0x04) | ||
33 | #define TMU_345_TSTR (TMU_345_BASE + 0x04) | ||
34 | |||
35 | #define TMU0_TCOR (TMU_012_BASE + 0x08) | ||
36 | #define TMU0_TCNT (TMU_012_BASE + 0x0c) | ||
37 | #define TMU0_TCR (TMU_012_BASE + 0x10) | ||
38 | |||
39 | #define TMU1_TCOR (TMU_012_BASE + 0x14) | ||
40 | #define TMU1_TCNT (TMU_012_BASE + 0x18) | ||
41 | #define TMU1_TCR (TMU_012_BASE + 0x1c) | ||
42 | |||
43 | #define TMU2_TCOR (TMU_012_BASE + 0x20) | ||
44 | #define TMU2_TCNT (TMU_012_BASE + 0x24) | ||
45 | #define TMU2_TCR (TMU_012_BASE + 0x28) | ||
46 | #define TMU2_TCPR (TMU_012_BASE + 0x2c) | ||
47 | |||
48 | #define TMU3_TCOR (TMU_345_BASE + 0x08) | ||
49 | #define TMU3_TCNT (TMU_345_BASE + 0x0c) | ||
50 | #define TMU3_TCR (TMU_345_BASE + 0x10) | ||
51 | |||
52 | #define TMU4_TCOR (TMU_345_BASE + 0x14) | ||
53 | #define TMU4_TCNT (TMU_345_BASE + 0x18) | ||
54 | #define TMU4_TCR (TMU_345_BASE + 0x1c) | ||
55 | |||
56 | #define TMU5_TCOR (TMU_345_BASE + 0x20) | ||
57 | #define TMU5_TCNT (TMU_345_BASE + 0x24) | ||
58 | #define TMU5_TCR (TMU_345_BASE + 0x28) | ||
59 | |||
60 | #endif /* __ASM_CPU_SH4_TIMER_H */ | ||
diff --git a/arch/sh/include/cpu-sh4/cpu/ubc.h b/arch/sh/include/cpu-sh4/cpu/ubc.h new file mode 100644 index 000000000000..c86e17050935 --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/ubc.h | |||
@@ -0,0 +1,64 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/ubc.h | ||
3 | * | ||
4 | * Copyright (C) 1999 Niibe Yutaka | ||
5 | * Copyright (C) 2003 Paul Mundt | ||
6 | * Copyright (C) 2006 Lineo Solutions Inc. support SH4A UBC | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #ifndef __ASM_CPU_SH4_UBC_H | ||
13 | #define __ASM_CPU_SH4_UBC_H | ||
14 | |||
15 | #if defined(CONFIG_CPU_SH4A) | ||
16 | #define UBC_CBR0 0xff200000 | ||
17 | #define UBC_CRR0 0xff200004 | ||
18 | #define UBC_CAR0 0xff200008 | ||
19 | #define UBC_CAMR0 0xff20000c | ||
20 | #define UBC_CBR1 0xff200020 | ||
21 | #define UBC_CRR1 0xff200024 | ||
22 | #define UBC_CAR1 0xff200028 | ||
23 | #define UBC_CAMR1 0xff20002c | ||
24 | #define UBC_CDR1 0xff200030 | ||
25 | #define UBC_CDMR1 0xff200034 | ||
26 | #define UBC_CETR1 0xff200038 | ||
27 | #define UBC_CCMFR 0xff200600 | ||
28 | #define UBC_CBCR 0xff200620 | ||
29 | |||
30 | /* CBR */ | ||
31 | #define UBC_CBR_AIE (0x01<<30) | ||
32 | #define UBC_CBR_ID_INST (0x01<<4) | ||
33 | #define UBC_CBR_RW_READ (0x01<<1) | ||
34 | #define UBC_CBR_CE (0x01) | ||
35 | |||
36 | #define UBC_CBR_AIV_MASK (0x00FF0000) | ||
37 | #define UBC_CBR_AIV_SHIFT (16) | ||
38 | #define UBC_CBR_AIV_SET(asid) (((asid)<<UBC_CBR_AIV_SHIFT) & UBC_CBR_AIV_MASK) | ||
39 | |||
40 | #define UBC_CBR_INIT 0x20000000 | ||
41 | |||
42 | /* CRR */ | ||
43 | #define UBC_CRR_RES (0x01<<13) | ||
44 | #define UBC_CRR_PCB (0x01<<1) | ||
45 | #define UBC_CRR_BIE (0x01) | ||
46 | |||
47 | #define UBC_CRR_INIT 0x00002000 | ||
48 | |||
49 | #else /* CONFIG_CPU_SH4 */ | ||
50 | #define UBC_BARA 0xff200000 | ||
51 | #define UBC_BAMRA 0xff200004 | ||
52 | #define UBC_BBRA 0xff200008 | ||
53 | #define UBC_BASRA 0xff000014 | ||
54 | #define UBC_BARB 0xff20000c | ||
55 | #define UBC_BAMRB 0xff200010 | ||
56 | #define UBC_BBRB 0xff200014 | ||
57 | #define UBC_BASRB 0xff000018 | ||
58 | #define UBC_BDRB 0xff200018 | ||
59 | #define UBC_BDMRB 0xff20001c | ||
60 | #define UBC_BRCR 0xff200020 | ||
61 | #endif /* CONFIG_CPU_SH4 */ | ||
62 | |||
63 | #endif /* __ASM_CPU_SH4_UBC_H */ | ||
64 | |||
diff --git a/arch/sh/include/cpu-sh4/cpu/watchdog.h b/arch/sh/include/cpu-sh4/cpu/watchdog.h new file mode 100644 index 000000000000..259f6a0ce23d --- /dev/null +++ b/arch/sh/include/cpu-sh4/cpu/watchdog.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * include/asm-sh/cpu-sh4/watchdog.h | ||
3 | * | ||
4 | * Copyright (C) 2002, 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_CPU_SH4_WATCHDOG_H | ||
11 | #define __ASM_CPU_SH4_WATCHDOG_H | ||
12 | |||
13 | /* Register definitions */ | ||
14 | #define WTCNT 0xffc00008 | ||
15 | #define WTCSR 0xffc0000c | ||
16 | |||
17 | /* Bit definitions */ | ||
18 | #define WTCSR_TME 0x80 | ||
19 | #define WTCSR_WT 0x40 | ||
20 | #define WTCSR_RSTS 0x20 | ||
21 | #define WTCSR_WOVF 0x10 | ||
22 | #define WTCSR_IOVF 0x08 | ||
23 | |||
24 | #endif /* __ASM_CPU_SH4_WATCHDOG_H */ | ||
25 | |||
diff --git a/arch/sh/include/cpu-sh5/cpu/addrspace.h b/arch/sh/include/cpu-sh5/cpu/addrspace.h new file mode 100644 index 000000000000..dc36b9a03af6 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/addrspace.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_ADDRSPACE_H | ||
2 | #define __ASM_SH_CPU_SH5_ADDRSPACE_H | ||
3 | |||
4 | #define PHYS_PERIPHERAL_BLOCK 0x09000000 | ||
5 | #define PHYS_DMAC_BLOCK 0x0e000000 | ||
6 | #define PHYS_PCI_BLOCK 0x60000000 | ||
7 | #define PHYS_EMI_BLOCK 0xff000000 | ||
8 | |||
9 | /* No segmentation.. */ | ||
10 | |||
11 | #endif /* __ASM_SH_CPU_SH5_ADDRSPACE_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/cache.h b/arch/sh/include/cpu-sh5/cpu/cache.h new file mode 100644 index 000000000000..ed050ab526f2 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/cache.h | |||
@@ -0,0 +1,97 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_CACHE_H | ||
2 | #define __ASM_SH_CPU_SH5_CACHE_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/cpu-sh5/cache.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2003, 2004 Paul Mundt | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | ||
14 | |||
15 | #define L1_CACHE_SHIFT 5 | ||
16 | |||
17 | /* Valid and Dirty bits */ | ||
18 | #define SH_CACHE_VALID (1LL<<0) | ||
19 | #define SH_CACHE_UPDATED (1LL<<57) | ||
20 | |||
21 | /* Unimplemented compat bits.. */ | ||
22 | #define SH_CACHE_COMBINED 0 | ||
23 | #define SH_CACHE_ASSOC 0 | ||
24 | |||
25 | /* Cache flags */ | ||
26 | #define SH_CACHE_MODE_WT (1LL<<0) | ||
27 | #define SH_CACHE_MODE_WB (1LL<<1) | ||
28 | |||
29 | /* | ||
30 | * Control Registers. | ||
31 | */ | ||
32 | #define ICCR_BASE 0x01600000 /* Instruction Cache Control Register */ | ||
33 | #define ICCR_REG0 0 /* Register 0 offset */ | ||
34 | #define ICCR_REG1 1 /* Register 1 offset */ | ||
35 | #define ICCR0 ICCR_BASE+ICCR_REG0 | ||
36 | #define ICCR1 ICCR_BASE+ICCR_REG1 | ||
37 | |||
38 | #define ICCR0_OFF 0x0 /* Set ICACHE off */ | ||
39 | #define ICCR0_ON 0x1 /* Set ICACHE on */ | ||
40 | #define ICCR0_ICI 0x2 /* Invalidate all in IC */ | ||
41 | |||
42 | #define ICCR1_NOLOCK 0x0 /* Set No Locking */ | ||
43 | |||
44 | #define OCCR_BASE 0x01E00000 /* Operand Cache Control Register */ | ||
45 | #define OCCR_REG0 0 /* Register 0 offset */ | ||
46 | #define OCCR_REG1 1 /* Register 1 offset */ | ||
47 | #define OCCR0 OCCR_BASE+OCCR_REG0 | ||
48 | #define OCCR1 OCCR_BASE+OCCR_REG1 | ||
49 | |||
50 | #define OCCR0_OFF 0x0 /* Set OCACHE off */ | ||
51 | #define OCCR0_ON 0x1 /* Set OCACHE on */ | ||
52 | #define OCCR0_OCI 0x2 /* Invalidate all in OC */ | ||
53 | #define OCCR0_WT 0x4 /* Set OCACHE in WT Mode */ | ||
54 | #define OCCR0_WB 0x0 /* Set OCACHE in WB Mode */ | ||
55 | |||
56 | #define OCCR1_NOLOCK 0x0 /* Set No Locking */ | ||
57 | |||
58 | /* | ||
59 | * SH-5 | ||
60 | * A bit of description here, for neff=32. | ||
61 | * | ||
62 | * |<--- tag (19 bits) --->| | ||
63 | * +-----------------------------+-----------------+------+----------+------+ | ||
64 | * | | | ways |set index |offset| | ||
65 | * +-----------------------------+-----------------+------+----------+------+ | ||
66 | * ^ 2 bits 8 bits 5 bits | ||
67 | * +- Bit 31 | ||
68 | * | ||
69 | * Cacheline size is based on offset: 5 bits = 32 bytes per line | ||
70 | * A cache line is identified by a tag + set but OCACHETAG/ICACHETAG | ||
71 | * have a broader space for registers. These are outlined by | ||
72 | * CACHE_?C_*_STEP below. | ||
73 | * | ||
74 | */ | ||
75 | |||
76 | /* Instruction cache */ | ||
77 | #define CACHE_IC_ADDRESS_ARRAY 0x01000000 | ||
78 | |||
79 | /* Operand Cache */ | ||
80 | #define CACHE_OC_ADDRESS_ARRAY 0x01800000 | ||
81 | |||
82 | /* These declarations relate to cache 'synonyms' in the operand cache. A | ||
83 | 'synonym' occurs where effective address bits overlap between those used for | ||
84 | indexing the cache sets and those passed to the MMU for translation. In the | ||
85 | case of SH5-101 & SH5-103, only bit 12 is affected for 4k pages. */ | ||
86 | |||
87 | #define CACHE_OC_N_SYNBITS 1 /* Number of synonym bits */ | ||
88 | #define CACHE_OC_SYN_SHIFT 12 | ||
89 | /* Mask to select synonym bit(s) */ | ||
90 | #define CACHE_OC_SYN_MASK (((1UL<<CACHE_OC_N_SYNBITS)-1)<<CACHE_OC_SYN_SHIFT) | ||
91 | |||
92 | /* | ||
93 | * Instruction cache can't be invalidated based on physical addresses. | ||
94 | * No Instruction Cache defines required, then. | ||
95 | */ | ||
96 | |||
97 | #endif /* __ASM_SH_CPU_SH5_CACHE_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/cacheflush.h b/arch/sh/include/cpu-sh5/cpu/cacheflush.h new file mode 100644 index 000000000000..5a11f0b7e66a --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/cacheflush.h | |||
@@ -0,0 +1,33 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_CACHEFLUSH_H | ||
2 | #define __ASM_SH_CPU_SH5_CACHEFLUSH_H | ||
3 | |||
4 | #ifndef __ASSEMBLY__ | ||
5 | |||
6 | struct vm_area_struct; | ||
7 | struct page; | ||
8 | struct mm_struct; | ||
9 | |||
10 | extern void flush_cache_all(void); | ||
11 | extern void flush_cache_mm(struct mm_struct *mm); | ||
12 | extern void flush_cache_sigtramp(unsigned long vaddr); | ||
13 | extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start, | ||
14 | unsigned long end); | ||
15 | extern void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn); | ||
16 | extern void flush_dcache_page(struct page *pg); | ||
17 | extern void flush_icache_range(unsigned long start, unsigned long end); | ||
18 | extern void flush_icache_user_range(struct vm_area_struct *vma, | ||
19 | struct page *page, unsigned long addr, | ||
20 | int len); | ||
21 | |||
22 | #define flush_cache_dup_mm(mm) flush_cache_mm(mm) | ||
23 | |||
24 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | ||
25 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | ||
26 | |||
27 | #define flush_icache_page(vma, page) do { } while (0) | ||
28 | void p3_cache_init(void); | ||
29 | |||
30 | #endif /* __ASSEMBLY__ */ | ||
31 | |||
32 | #endif /* __ASM_SH_CPU_SH5_CACHEFLUSH_H */ | ||
33 | |||
diff --git a/arch/sh/include/cpu-sh5/cpu/dma.h b/arch/sh/include/cpu-sh5/cpu/dma.h new file mode 100644 index 000000000000..7bf6bb3d35ed --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/dma.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_DMA_H | ||
2 | #define __ASM_SH_CPU_SH5_DMA_H | ||
3 | |||
4 | /* Nothing yet */ | ||
5 | |||
6 | #endif /* __ASM_SH_CPU_SH5_DMA_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/irq.h b/arch/sh/include/cpu-sh5/cpu/irq.h new file mode 100644 index 000000000000..f0f0756e6e84 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/irq.h | |||
@@ -0,0 +1,117 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_IRQ_H | ||
2 | #define __ASM_SH_CPU_SH5_IRQ_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/cpu-sh5/irq.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | |||
14 | |||
15 | /* | ||
16 | * Encoded IRQs are not considered worth to be supported. | ||
17 | * Main reason is that there's no per-encoded-interrupt | ||
18 | * enable/disable mechanism (as there was in SH3/4). | ||
19 | * An all enabled/all disabled is worth only if there's | ||
20 | * a cascaded IC to disable/enable/ack on. Until such | ||
21 | * IC is available there's no such support. | ||
22 | * | ||
23 | * Presumably Encoded IRQs may use extra IRQs beyond 64, | ||
24 | * below. Some logic must be added to cope with IRQ_IRL? | ||
25 | * in an exclusive way. | ||
26 | * | ||
27 | * Priorities are set at Platform level, when IRQ_IRL0-3 | ||
28 | * are set to 0 Encoding is allowed. Otherwise it's not | ||
29 | * allowed. | ||
30 | */ | ||
31 | |||
32 | /* Independent IRQs */ | ||
33 | #define IRQ_IRL0 0 | ||
34 | #define IRQ_IRL1 1 | ||
35 | #define IRQ_IRL2 2 | ||
36 | #define IRQ_IRL3 3 | ||
37 | |||
38 | #define IRQ_INTA 4 | ||
39 | #define IRQ_INTB 5 | ||
40 | #define IRQ_INTC 6 | ||
41 | #define IRQ_INTD 7 | ||
42 | |||
43 | #define IRQ_SERR 12 | ||
44 | #define IRQ_ERR 13 | ||
45 | #define IRQ_PWR3 14 | ||
46 | #define IRQ_PWR2 15 | ||
47 | #define IRQ_PWR1 16 | ||
48 | #define IRQ_PWR0 17 | ||
49 | |||
50 | #define IRQ_DMTE0 18 | ||
51 | #define IRQ_DMTE1 19 | ||
52 | #define IRQ_DMTE2 20 | ||
53 | #define IRQ_DMTE3 21 | ||
54 | #define IRQ_DAERR 22 | ||
55 | |||
56 | #define IRQ_TUNI0 32 | ||
57 | #define IRQ_TUNI1 33 | ||
58 | #define IRQ_TUNI2 34 | ||
59 | #define IRQ_TICPI2 35 | ||
60 | |||
61 | #define IRQ_ATI 36 | ||
62 | #define IRQ_PRI 37 | ||
63 | #define IRQ_CUI 38 | ||
64 | |||
65 | #define IRQ_ERI 39 | ||
66 | #define IRQ_RXI 40 | ||
67 | #define IRQ_BRI 41 | ||
68 | #define IRQ_TXI 42 | ||
69 | |||
70 | #define IRQ_ITI 63 | ||
71 | |||
72 | #define NR_INTC_IRQS 64 | ||
73 | |||
74 | #ifdef CONFIG_SH_CAYMAN | ||
75 | #define NR_EXT_IRQS 32 | ||
76 | #define START_EXT_IRQS 64 | ||
77 | |||
78 | /* PCI bus 2 uses encoded external interrupts on the Cayman board */ | ||
79 | #define IRQ_P2INTA (START_EXT_IRQS + (3*8) + 0) | ||
80 | #define IRQ_P2INTB (START_EXT_IRQS + (3*8) + 1) | ||
81 | #define IRQ_P2INTC (START_EXT_IRQS + (3*8) + 2) | ||
82 | #define IRQ_P2INTD (START_EXT_IRQS + (3*8) + 3) | ||
83 | |||
84 | #define I8042_KBD_IRQ (START_EXT_IRQS + 2) | ||
85 | #define I8042_AUX_IRQ (START_EXT_IRQS + 6) | ||
86 | |||
87 | #define IRQ_CFCARD (START_EXT_IRQS + 7) | ||
88 | #define IRQ_PCMCIA (0) | ||
89 | |||
90 | #else | ||
91 | #define NR_EXT_IRQS 0 | ||
92 | #endif | ||
93 | |||
94 | /* Default IRQs, fixed */ | ||
95 | #define TIMER_IRQ IRQ_TUNI0 | ||
96 | #define RTC_IRQ IRQ_CUI | ||
97 | |||
98 | /* Default Priorities, Platform may choose differently */ | ||
99 | #define NO_PRIORITY 0 /* Disabled */ | ||
100 | #define TIMER_PRIORITY 2 | ||
101 | #define RTC_PRIORITY TIMER_PRIORITY | ||
102 | #define SCIF_PRIORITY 3 | ||
103 | #define INTD_PRIORITY 3 | ||
104 | #define IRL3_PRIORITY 4 | ||
105 | #define INTC_PRIORITY 6 | ||
106 | #define IRL2_PRIORITY 7 | ||
107 | #define INTB_PRIORITY 9 | ||
108 | #define IRL1_PRIORITY 10 | ||
109 | #define INTA_PRIORITY 12 | ||
110 | #define IRL0_PRIORITY 13 | ||
111 | #define TOP_PRIORITY 15 | ||
112 | |||
113 | extern int intc_evt_to_irq[(0xE20/0x20)+1]; | ||
114 | int intc_irq_describe(char* p, int irq); | ||
115 | extern int platform_int_priority[NR_INTC_IRQS]; | ||
116 | |||
117 | #endif /* __ASM_SH_CPU_SH5_IRQ_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/mmu_context.h b/arch/sh/include/cpu-sh5/cpu/mmu_context.h new file mode 100644 index 000000000000..68a1d2cff457 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/mmu_context.h | |||
@@ -0,0 +1,21 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_MMU_CONTEXT_H | ||
2 | #define __ASM_SH_CPU_SH5_MMU_CONTEXT_H | ||
3 | |||
4 | /* Common defines */ | ||
5 | #define TLB_STEP 0x00000010 | ||
6 | #define TLB_PTEH 0x00000000 | ||
7 | #define TLB_PTEL 0x00000008 | ||
8 | |||
9 | /* PTEH defines */ | ||
10 | #define PTEH_ASID_SHIFT 2 | ||
11 | #define PTEH_VALID 0x0000000000000001 | ||
12 | #define PTEH_SHARED 0x0000000000000002 | ||
13 | #define PTEH_MATCH_ASID 0x00000000000003ff | ||
14 | |||
15 | #ifndef __ASSEMBLY__ | ||
16 | /* This has to be a common function because the next location to fill | ||
17 | * information is shared. */ | ||
18 | extern void __do_tlb_refill(unsigned long address, unsigned long long is_text_not_data, pte_t *pte); | ||
19 | #endif /* __ASSEMBLY__ */ | ||
20 | |||
21 | #endif /* __ASM_SH_CPU_SH5_MMU_CONTEXT_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/registers.h b/arch/sh/include/cpu-sh5/cpu/registers.h new file mode 100644 index 000000000000..6664ea6f1566 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/registers.h | |||
@@ -0,0 +1,106 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_REGISTERS_H | ||
2 | #define __ASM_SH_CPU_SH5_REGISTERS_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/cpu-sh5/registers.h | ||
6 | * | ||
7 | * Copyright (C) 2000, 2001 Paolo Alberelli | ||
8 | * Copyright (C) 2004 Richard Curnow | ||
9 | * | ||
10 | * This file is subject to the terms and conditions of the GNU General Public | ||
11 | * License. See the file "COPYING" in the main directory of this archive | ||
12 | * for more details. | ||
13 | */ | ||
14 | |||
15 | #ifdef __ASSEMBLY__ | ||
16 | /* ===================================================================== | ||
17 | ** | ||
18 | ** Section 1: acts on assembly sources pre-processed by GPP ( <source.S>). | ||
19 | ** Assigns symbolic names to control & target registers. | ||
20 | */ | ||
21 | |||
22 | /* | ||
23 | * Define some useful aliases for control registers. | ||
24 | */ | ||
25 | #define SR cr0 | ||
26 | #define SSR cr1 | ||
27 | #define PSSR cr2 | ||
28 | /* cr3 UNDEFINED */ | ||
29 | #define INTEVT cr4 | ||
30 | #define EXPEVT cr5 | ||
31 | #define PEXPEVT cr6 | ||
32 | #define TRA cr7 | ||
33 | #define SPC cr8 | ||
34 | #define PSPC cr9 | ||
35 | #define RESVEC cr10 | ||
36 | #define VBR cr11 | ||
37 | /* cr12 UNDEFINED */ | ||
38 | #define TEA cr13 | ||
39 | /* cr14-cr15 UNDEFINED */ | ||
40 | #define DCR cr16 | ||
41 | #define KCR0 cr17 | ||
42 | #define KCR1 cr18 | ||
43 | /* cr19-cr31 UNDEFINED */ | ||
44 | /* cr32-cr61 RESERVED */ | ||
45 | #define CTC cr62 | ||
46 | #define USR cr63 | ||
47 | |||
48 | /* | ||
49 | * ABI dependent registers (general purpose set) | ||
50 | */ | ||
51 | #define RET r2 | ||
52 | #define ARG1 r2 | ||
53 | #define ARG2 r3 | ||
54 | #define ARG3 r4 | ||
55 | #define ARG4 r5 | ||
56 | #define ARG5 r6 | ||
57 | #define ARG6 r7 | ||
58 | #define SP r15 | ||
59 | #define LINK r18 | ||
60 | #define ZERO r63 | ||
61 | |||
62 | /* | ||
63 | * Status register defines: used only by assembly sources (and | ||
64 | * syntax independednt) | ||
65 | */ | ||
66 | #define SR_RESET_VAL 0x0000000050008000 | ||
67 | #define SR_HARMLESS 0x00000000500080f0 /* Write ignores for most */ | ||
68 | #define SR_ENABLE_FPU 0xffffffffffff7fff /* AND with this */ | ||
69 | |||
70 | #if defined (CONFIG_SH64_SR_WATCH) | ||
71 | #define SR_ENABLE_MMU 0x0000000084000000 /* OR with this */ | ||
72 | #else | ||
73 | #define SR_ENABLE_MMU 0x0000000080000000 /* OR with this */ | ||
74 | #endif | ||
75 | |||
76 | #define SR_UNBLOCK_EXC 0xffffffffefffffff /* AND with this */ | ||
77 | #define SR_BLOCK_EXC 0x0000000010000000 /* OR with this */ | ||
78 | |||
79 | #else /* Not __ASSEMBLY__ syntax */ | ||
80 | |||
81 | /* | ||
82 | ** Stringify reg. name | ||
83 | */ | ||
84 | #define __str(x) #x | ||
85 | |||
86 | /* Stringify control register names for use in inline assembly */ | ||
87 | #define __SR __str(SR) | ||
88 | #define __SSR __str(SSR) | ||
89 | #define __PSSR __str(PSSR) | ||
90 | #define __INTEVT __str(INTEVT) | ||
91 | #define __EXPEVT __str(EXPEVT) | ||
92 | #define __PEXPEVT __str(PEXPEVT) | ||
93 | #define __TRA __str(TRA) | ||
94 | #define __SPC __str(SPC) | ||
95 | #define __PSPC __str(PSPC) | ||
96 | #define __RESVEC __str(RESVEC) | ||
97 | #define __VBR __str(VBR) | ||
98 | #define __TEA __str(TEA) | ||
99 | #define __DCR __str(DCR) | ||
100 | #define __KCR0 __str(KCR0) | ||
101 | #define __KCR1 __str(KCR1) | ||
102 | #define __CTC __str(CTC) | ||
103 | #define __USR __str(USR) | ||
104 | |||
105 | #endif /* __ASSEMBLY__ */ | ||
106 | #endif /* __ASM_SH_CPU_SH5_REGISTERS_H */ | ||
diff --git a/arch/sh/include/cpu-sh5/cpu/rtc.h b/arch/sh/include/cpu-sh5/cpu/rtc.h new file mode 100644 index 000000000000..12ea0ed144e1 --- /dev/null +++ b/arch/sh/include/cpu-sh5/cpu/rtc.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __ASM_SH_CPU_SH5_RTC_H | ||
2 | #define __ASM_SH_CPU_SH5_RTC_H | ||
3 | |||
4 | #define rtc_reg_size sizeof(u32) | ||
5 | #define RTC_BIT_INVERTED 0 /* The SH-5 RTC is surprisingly sane! */ | ||
6 | #define RTC_DEF_CAPABILITIES RTC_CAP_4_DIGIT_YEAR | ||
7 | |||
8 | #endif /* __ASM_SH_CPU_SH5_RTC_H */ | ||
diff --git a/arch/sh/include/mach-dreamcast/mach/dma.h b/arch/sh/include/mach-dreamcast/mach/dma.h new file mode 100644 index 000000000000..ddd68e788705 --- /dev/null +++ b/arch/sh/include/mach-dreamcast/mach/dma.h | |||
@@ -0,0 +1,34 @@ | |||
1 | /* | ||
2 | * include/asm-sh/dreamcast/dma.h | ||
3 | * | ||
4 | * Copyright (C) 2003 Paul Mundt | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | #ifndef __ASM_SH_DREAMCAST_DMA_H | ||
11 | #define __ASM_SH_DREAMCAST_DMA_H | ||
12 | |||
13 | /* Number of DMA channels */ | ||
14 | #define ONCHIP_NR_DMA_CHANNELS 4 | ||
15 | #define G2_NR_DMA_CHANNELS 4 | ||
16 | #define PVR2_NR_DMA_CHANNELS 1 | ||
17 | |||
18 | /* Channels for cascading */ | ||
19 | #define PVR2_CASCADE_CHAN 2 | ||
20 | #define G2_CASCADE_CHAN 3 | ||
21 | |||
22 | /* PVR2 DMA Registers */ | ||
23 | #define PVR2_DMA_BASE 0xa05f6800 | ||
24 | #define PVR2_DMA_ADDR (PVR2_DMA_BASE + 0) | ||
25 | #define PVR2_DMA_COUNT (PVR2_DMA_BASE + 4) | ||
26 | #define PVR2_DMA_MODE (PVR2_DMA_BASE + 8) | ||
27 | #define PVR2_DMA_LMMODE0 (PVR2_DMA_BASE + 132) | ||
28 | #define PVR2_DMA_LMMODE1 (PVR2_DMA_BASE + 136) | ||
29 | |||
30 | /* G2 DMA Register */ | ||
31 | #define G2_DMA_BASE 0xa05f7800 | ||
32 | |||
33 | #endif /* __ASM_SH_DREAMCAST_DMA_H */ | ||
34 | |||
diff --git a/arch/sh/include/mach-dreamcast/mach/maple.h b/arch/sh/include/mach-dreamcast/mach/maple.h new file mode 100644 index 000000000000..51f6a87f1f11 --- /dev/null +++ b/arch/sh/include/mach-dreamcast/mach/maple.h | |||
@@ -0,0 +1,37 @@ | |||
1 | #ifndef __ASM_MAPLE_H | ||
2 | #define __ASM_MAPLE_H | ||
3 | |||
4 | #define MAPLE_PORTS 4 | ||
5 | #define MAPLE_PNP_INTERVAL HZ | ||
6 | #define MAPLE_MAXPACKETS 8 | ||
7 | #define MAPLE_DMA_ORDER 14 | ||
8 | #define MAPLE_DMA_SIZE (1 << MAPLE_DMA_ORDER) | ||
9 | #define MAPLE_DMA_PAGES ((MAPLE_DMA_ORDER > PAGE_SHIFT) ? \ | ||
10 | MAPLE_DMA_ORDER - PAGE_SHIFT : 0) | ||
11 | |||
12 | /* Maple Bus registers */ | ||
13 | #define MAPLE_BASE 0xa05f6c00 | ||
14 | #define MAPLE_DMAADDR (MAPLE_BASE+0x04) | ||
15 | #define MAPLE_TRIGTYPE (MAPLE_BASE+0x10) | ||
16 | #define MAPLE_ENABLE (MAPLE_BASE+0x14) | ||
17 | #define MAPLE_STATE (MAPLE_BASE+0x18) | ||
18 | #define MAPLE_SPEED (MAPLE_BASE+0x80) | ||
19 | #define MAPLE_RESET (MAPLE_BASE+0x8c) | ||
20 | |||
21 | #define MAPLE_MAGIC 0x6155404f | ||
22 | #define MAPLE_2MBPS 0 | ||
23 | #define MAPLE_TIMEOUT(n) ((n)<<15) | ||
24 | |||
25 | /* Function codes */ | ||
26 | #define MAPLE_FUNC_CONTROLLER 0x001 | ||
27 | #define MAPLE_FUNC_MEMCARD 0x002 | ||
28 | #define MAPLE_FUNC_LCD 0x004 | ||
29 | #define MAPLE_FUNC_CLOCK 0x008 | ||
30 | #define MAPLE_FUNC_MICROPHONE 0x010 | ||
31 | #define MAPLE_FUNC_ARGUN 0x020 | ||
32 | #define MAPLE_FUNC_KEYBOARD 0x040 | ||
33 | #define MAPLE_FUNC_LIGHTGUN 0x080 | ||
34 | #define MAPLE_FUNC_PURUPURU 0x100 | ||
35 | #define MAPLE_FUNC_MOUSE 0x200 | ||
36 | |||
37 | #endif /* __ASM_MAPLE_H */ | ||
diff --git a/arch/sh/include/mach-dreamcast/mach/pci.h b/arch/sh/include/mach-dreamcast/mach/pci.h new file mode 100644 index 000000000000..75fc9009e092 --- /dev/null +++ b/arch/sh/include/mach-dreamcast/mach/pci.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * include/asm-sh/dreamcast/pci.h | ||
3 | * | ||
4 | * Copyright (C) 2001, 2002 M. R. Brown | ||
5 | * Copyright (C) 2002, 2003 Paul Mundt | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General Public | ||
8 | * License. See the file "COPYING" in the main directory of this archive | ||
9 | * for more details. | ||
10 | */ | ||
11 | #ifndef __ASM_SH_DREAMCAST_PCI_H | ||
12 | #define __ASM_SH_DREAMCAST_PCI_H | ||
13 | |||
14 | #include <mach-dreamcast/mach/sysasic.h> | ||
15 | |||
16 | #define GAPSPCI_REGS 0x01001400 | ||
17 | #define GAPSPCI_DMA_BASE 0x01840000 | ||
18 | #define GAPSPCI_DMA_SIZE 32768 | ||
19 | #define GAPSPCI_BBA_CONFIG 0x01001600 | ||
20 | #define GAPSPCI_BBA_CONFIG_SIZE 0x2000 | ||
21 | |||
22 | #define GAPSPCI_IRQ HW_EVENT_EXTERNAL | ||
23 | |||
24 | #endif /* __ASM_SH_DREAMCAST_PCI_H */ | ||
25 | |||
diff --git a/arch/sh/include/mach-dreamcast/mach/sysasic.h b/arch/sh/include/mach-dreamcast/mach/sysasic.h new file mode 100644 index 000000000000..f33426608a87 --- /dev/null +++ b/arch/sh/include/mach-dreamcast/mach/sysasic.h | |||
@@ -0,0 +1,43 @@ | |||
1 | /* include/asm-sh/dreamcast/sysasic.h | ||
2 | * | ||
3 | * Definitions for the Dreamcast System ASIC and related peripherals. | ||
4 | * | ||
5 | * Copyright (c) 2001 M. R. Brown <mrbrown@linuxdc.org> | ||
6 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> | ||
7 | * | ||
8 | * This file is part of the LinuxDC project (www.linuxdc.org) | ||
9 | * | ||
10 | * Released under the terms of the GNU GPL v2.0. | ||
11 | * | ||
12 | */ | ||
13 | #ifndef __ASM_SH_DREAMCAST_SYSASIC_H | ||
14 | #define __ASM_SH_DREAMCAST_SYSASIC_H | ||
15 | |||
16 | #include <asm/irq.h> | ||
17 | |||
18 | /* Hardware events - | ||
19 | |||
20 | Each of these events correspond to a bit within the Event Mask Registers/ | ||
21 | Event Status Registers. Because of the virtual IRQ numbering scheme, a | ||
22 | base offset must be used when calculating the virtual IRQ that each event | ||
23 | takes. | ||
24 | */ | ||
25 | |||
26 | #define HW_EVENT_IRQ_BASE 48 | ||
27 | |||
28 | /* IRQ 13 */ | ||
29 | #define HW_EVENT_VSYNC (HW_EVENT_IRQ_BASE + 5) /* VSync */ | ||
30 | #define HW_EVENT_MAPLE_DMA (HW_EVENT_IRQ_BASE + 12) /* Maple DMA complete */ | ||
31 | #define HW_EVENT_GDROM_DMA (HW_EVENT_IRQ_BASE + 14) /* GD-ROM DMA complete */ | ||
32 | #define HW_EVENT_G2_DMA (HW_EVENT_IRQ_BASE + 15) /* G2 DMA complete */ | ||
33 | #define HW_EVENT_PVR2_DMA (HW_EVENT_IRQ_BASE + 19) /* PVR2 DMA complete */ | ||
34 | |||
35 | /* IRQ 11 */ | ||
36 | #define HW_EVENT_GDROM_CMD (HW_EVENT_IRQ_BASE + 32) /* GD-ROM cmd. complete */ | ||
37 | #define HW_EVENT_AICA_SYS (HW_EVENT_IRQ_BASE + 33) /* AICA-related */ | ||
38 | #define HW_EVENT_EXTERNAL (HW_EVENT_IRQ_BASE + 35) /* Ext. (expansion) */ | ||
39 | |||
40 | #define HW_EVENT_IRQ_MAX (HW_EVENT_IRQ_BASE + 95) | ||
41 | |||
42 | #endif /* __ASM_SH_DREAMCAST_SYSASIC_H */ | ||
43 | |||
diff --git a/arch/sh/include/mach-landisk/mach/gio.h b/arch/sh/include/mach-landisk/mach/gio.h new file mode 100644 index 000000000000..35d7368b718a --- /dev/null +++ b/arch/sh/include/mach-landisk/mach/gio.h | |||
@@ -0,0 +1,37 @@ | |||
1 | #ifndef __ASM_SH_LANDISK_GIO_H | ||
2 | #define __ASM_SH_LANDISK_GIO_H | ||
3 | |||
4 | #include <linux/ioctl.h> | ||
5 | |||
6 | /* version */ | ||
7 | #define VERSION_STR "1.00" | ||
8 | |||
9 | /* Driver name */ | ||
10 | #define GIO_DRIVER_NAME "/dev/giodrv" | ||
11 | |||
12 | /* Use 'k' as magic number */ | ||
13 | #define GIODRV_IOC_MAGIC 'k' | ||
14 | |||
15 | #define GIODRV_IOCRESET _IO(GIODRV_IOC_MAGIC, 0) | ||
16 | /* | ||
17 | * S means "Set" through a ptr, | ||
18 | * T means "Tell" directly | ||
19 | * G means "Get" (to a pointed var) | ||
20 | * Q means "Query", response is on the return value | ||
21 | * X means "eXchange": G and S atomically | ||
22 | * H means "sHift": T and Q atomically | ||
23 | */ | ||
24 | #define GIODRV_IOCSGIODATA1 _IOW(GIODRV_IOC_MAGIC, 1, unsigned char *) | ||
25 | #define GIODRV_IOCGGIODATA1 _IOR(GIODRV_IOC_MAGIC, 2, unsigned char *) | ||
26 | #define GIODRV_IOCSGIODATA2 _IOW(GIODRV_IOC_MAGIC, 3, unsigned short *) | ||
27 | #define GIODRV_IOCGGIODATA2 _IOR(GIODRV_IOC_MAGIC, 4, unsigned short *) | ||
28 | #define GIODRV_IOCSGIODATA4 _IOW(GIODRV_IOC_MAGIC, 5, unsigned long *) | ||
29 | #define GIODRV_IOCGGIODATA4 _IOR(GIODRV_IOC_MAGIC, 6, unsigned long *) | ||
30 | #define GIODRV_IOCSGIOSETADDR _IOW(GIODRV_IOC_MAGIC, 7, unsigned long *) | ||
31 | #define GIODRV_IOCHARDRESET _IO(GIODRV_IOC_MAGIC, 8) /* debugging tool */ | ||
32 | #define GIODRV_IOC_MAXNR 8 | ||
33 | |||
34 | #define GIO_READ 0x00000000 | ||
35 | #define GIO_WRITE 0x00000001 | ||
36 | |||
37 | #endif /* __ASM_SH_LANDISK_GIO_H */ | ||
diff --git a/arch/sh/include/mach-landisk/mach/iodata_landisk.h b/arch/sh/include/mach-landisk/mach/iodata_landisk.h new file mode 100644 index 000000000000..6fb04ab38b9f --- /dev/null +++ b/arch/sh/include/mach-landisk/mach/iodata_landisk.h | |||
@@ -0,0 +1,42 @@ | |||
1 | #ifndef __ASM_SH_IODATA_LANDISK_H | ||
2 | #define __ASM_SH_IODATA_LANDISK_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/landisk/iodata_landisk.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Atom Create Engineering Co., Ltd. | ||
8 | * | ||
9 | * IO-DATA LANDISK support | ||
10 | */ | ||
11 | |||
12 | /* Box specific addresses. */ | ||
13 | |||
14 | #define PA_USB 0xa4000000 /* USB Controller M66590 */ | ||
15 | |||
16 | #define PA_ATARST 0xb0000000 /* ATA/FATA Access Control Register */ | ||
17 | #define PA_LED 0xb0000001 /* LED Control Register */ | ||
18 | #define PA_STATUS 0xb0000002 /* Switch Status Register */ | ||
19 | #define PA_SHUTDOWN 0xb0000003 /* Shutdown Control Register */ | ||
20 | #define PA_PCIPME 0xb0000004 /* PCI PME Status Register */ | ||
21 | #define PA_IMASK 0xb0000005 /* Interrupt Mask Register */ | ||
22 | /* 2003.10.31 I-O DATA NSD NWG add. for shutdown port clear */ | ||
23 | #define PA_PWRINT_CLR 0xb0000006 /* Shutdown Interrupt clear Register */ | ||
24 | |||
25 | #define PA_PIDE_OFFSET 0x40 /* CF IDE Offset */ | ||
26 | #define PA_SIDE_OFFSET 0x40 /* HDD IDE Offset */ | ||
27 | |||
28 | #define IRQ_PCIINTA 5 /* PCI INTA IRQ */ | ||
29 | #define IRQ_PCIINTB 6 /* PCI INTB IRQ */ | ||
30 | #define IRQ_PCIINDC 7 /* PCI INTC IRQ */ | ||
31 | #define IRQ_PCIINTD 8 /* PCI INTD IRQ */ | ||
32 | #define IRQ_ATA 9 /* ATA IRQ */ | ||
33 | #define IRQ_FATA 10 /* FATA IRQ */ | ||
34 | #define IRQ_POWER 11 /* Power Switch IRQ */ | ||
35 | #define IRQ_BUTTON 12 /* USL-5P Button IRQ */ | ||
36 | #define IRQ_FAULT 13 /* USL-5P Fault IRQ */ | ||
37 | |||
38 | #define __IO_PREFIX landisk | ||
39 | #include <asm/io_generic.h> | ||
40 | |||
41 | #endif /* __ASM_SH_IODATA_LANDISK_H */ | ||
42 | |||
diff --git a/arch/sh/include/mach-se/mach/se.h b/arch/sh/include/mach-se/mach/se.h new file mode 100644 index 000000000000..eb23000e1bbe --- /dev/null +++ b/arch/sh/include/mach-se/mach/se.h | |||
@@ -0,0 +1,99 @@ | |||
1 | #ifndef __ASM_SH_HITACHI_SE_H | ||
2 | #define __ASM_SH_HITACHI_SE_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/hitachi_se.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Kazumoto Kojima | ||
8 | * | ||
9 | * Hitachi SolutionEngine support | ||
10 | */ | ||
11 | |||
12 | /* Box specific addresses. */ | ||
13 | |||
14 | #define PA_ROM 0x00000000 /* EPROM */ | ||
15 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
16 | #define PA_FROM 0x01000000 /* EPROM */ | ||
17 | #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
18 | #define PA_EXT1 0x04000000 | ||
19 | #define PA_EXT1_SIZE 0x04000000 | ||
20 | #define PA_EXT2 0x08000000 | ||
21 | #define PA_EXT2_SIZE 0x04000000 | ||
22 | #define PA_SDRAM 0x0c000000 | ||
23 | #define PA_SDRAM_SIZE 0x04000000 | ||
24 | |||
25 | #define PA_EXT4 0x12000000 | ||
26 | #define PA_EXT4_SIZE 0x02000000 | ||
27 | #define PA_EXT5 0x14000000 | ||
28 | #define PA_EXT5_SIZE 0x04000000 | ||
29 | #define PA_PCIC 0x18000000 /* MR-SHPC-01 PCMCIA */ | ||
30 | |||
31 | #define PA_83902 0xb0000000 /* DP83902A */ | ||
32 | #define PA_83902_IF 0xb0040000 /* DP83902A remote io port */ | ||
33 | #define PA_83902_RST 0xb0080000 /* DP83902A reset port */ | ||
34 | |||
35 | #define PA_SUPERIO 0xb0400000 /* SMC37C935A super io chip */ | ||
36 | #define PA_DIPSW0 0xb0800000 /* Dip switch 5,6 */ | ||
37 | #define PA_DIPSW1 0xb0800002 /* Dip switch 7,8 */ | ||
38 | #define PA_LED 0xb0c00000 /* LED */ | ||
39 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) | ||
40 | #define PA_BCR 0xb0e00000 | ||
41 | #else | ||
42 | #define PA_BCR 0xb1400000 /* FPGA */ | ||
43 | #endif | ||
44 | |||
45 | #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ | ||
46 | #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ | ||
47 | #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ | ||
48 | #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */ | ||
49 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
50 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
51 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
52 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
53 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
54 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
55 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
56 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
57 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
58 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
59 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
60 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
61 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
62 | |||
63 | #define BCR_ILCRA (PA_BCR + 0) | ||
64 | #define BCR_ILCRB (PA_BCR + 2) | ||
65 | #define BCR_ILCRC (PA_BCR + 4) | ||
66 | #define BCR_ILCRD (PA_BCR + 6) | ||
67 | #define BCR_ILCRE (PA_BCR + 8) | ||
68 | #define BCR_ILCRF (PA_BCR + 10) | ||
69 | #define BCR_ILCRG (PA_BCR + 12) | ||
70 | |||
71 | #if defined(CONFIG_CPU_SUBTYPE_SH7705) | ||
72 | #define IRQ_STNIC 12 | ||
73 | #define IRQ_CFCARD 14 | ||
74 | #else | ||
75 | #define IRQ_STNIC 10 | ||
76 | #define IRQ_CFCARD 7 | ||
77 | #endif | ||
78 | |||
79 | /* SH Ether support (SH7710/SH7712) */ | ||
80 | /* Base address */ | ||
81 | #define SH_ETH0_BASE 0xA7000000 | ||
82 | #define SH_ETH1_BASE 0xA7000400 | ||
83 | /* PHY ID */ | ||
84 | #if defined(CONFIG_CPU_SUBTYPE_SH7710) | ||
85 | # define PHY_ID 0x00 | ||
86 | #elif defined(CONFIG_CPU_SUBTYPE_SH7712) | ||
87 | # define PHY_ID 0x01 | ||
88 | #endif | ||
89 | /* Ether IRQ */ | ||
90 | #define SH_ETH0_IRQ 80 | ||
91 | #define SH_ETH1_IRQ 81 | ||
92 | #define SH_TSU_IRQ 82 | ||
93 | |||
94 | void init_se_IRQ(void); | ||
95 | |||
96 | #define __IO_PREFIX se | ||
97 | #include <asm/io_generic.h> | ||
98 | |||
99 | #endif /* __ASM_SH_HITACHI_SE_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7206.h b/arch/sh/include/mach-se/mach/se7206.h new file mode 100644 index 000000000000..698eb80389ab --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7206.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __ASM_SH_SE7206_H | ||
2 | #define __ASM_SH_SE7206_H | ||
3 | |||
4 | #define PA_SMSC 0x30000000 | ||
5 | #define PA_MRSHPC 0x34000000 | ||
6 | #define PA_LED 0x31400000 | ||
7 | |||
8 | void init_se7206_IRQ(void); | ||
9 | |||
10 | #define __IO_PREFIX se7206 | ||
11 | #include <asm/io_generic.h> | ||
12 | |||
13 | #endif /* __ASM_SH_SE7206_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7343.h b/arch/sh/include/mach-se/mach/se7343.h new file mode 100644 index 000000000000..98458460e632 --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7343.h | |||
@@ -0,0 +1,149 @@ | |||
1 | #ifndef __ASM_SH_HITACHI_SE7343_H | ||
2 | #define __ASM_SH_HITACHI_SE7343_H | ||
3 | |||
4 | /* | ||
5 | * include/asm-sh/se/se7343.h | ||
6 | * | ||
7 | * Copyright (C) 2003 Takashi Kusuda <kusuda-takashi@hitachi-ul.co.jp> | ||
8 | * | ||
9 | * SH-Mobile SolutionEngine 7343 support | ||
10 | */ | ||
11 | |||
12 | /* Box specific addresses. */ | ||
13 | |||
14 | /* Area 0 */ | ||
15 | #define PA_ROM 0x00000000 /* EPROM */ | ||
16 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte(Actually 2MB) */ | ||
17 | #define PA_FROM 0x00400000 /* Flash ROM */ | ||
18 | #define PA_FROM_SIZE 0x00400000 /* Flash size 4M byte */ | ||
19 | #define PA_SRAM 0x00800000 /* SRAM */ | ||
20 | #define PA_FROM_SIZE 0x00400000 /* SRAM size 4M byte */ | ||
21 | /* Area 1 */ | ||
22 | #define PA_EXT1 0x04000000 | ||
23 | #define PA_EXT1_SIZE 0x04000000 | ||
24 | /* Area 2 */ | ||
25 | #define PA_EXT2 0x08000000 | ||
26 | #define PA_EXT2_SIZE 0x04000000 | ||
27 | /* Area 3 */ | ||
28 | #define PA_SDRAM 0x0c000000 | ||
29 | #define PA_SDRAM_SIZE 0x04000000 | ||
30 | /* Area 4 */ | ||
31 | #define PA_PCIC 0x10000000 /* MR-SHPC-01 PCMCIA */ | ||
32 | #define PA_MRSHPC 0xb03fffe0 /* MR-SHPC-01 PCMCIA controller */ | ||
33 | #define PA_MRSHPC_MW1 0xb0400000 /* MR-SHPC-01 memory window base */ | ||
34 | #define PA_MRSHPC_MW2 0xb0500000 /* MR-SHPC-01 attribute window base */ | ||
35 | #define PA_MRSHPC_IO 0xb0600000 /* MR-SHPC-01 I/O window base */ | ||
36 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
37 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
38 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
39 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
40 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
41 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
42 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
43 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
44 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
45 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
46 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
47 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
48 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
49 | #define PA_LED 0xb0C00000 /* LED */ | ||
50 | #define LED_SHIFT 0 | ||
51 | #define PA_DIPSW 0xb0900000 /* Dip switch 31 */ | ||
52 | #define PA_CPLD_MODESET 0xb1400004 /* CPLD Mode set register */ | ||
53 | #define PA_CPLD_ST 0xb1400008 /* CPLD Interrupt status register */ | ||
54 | #define PA_CPLD_IMSK 0xb140000a /* CPLD Interrupt mask register */ | ||
55 | /* Area 5 */ | ||
56 | #define PA_EXT5 0x14000000 | ||
57 | #define PA_EXT5_SIZE 0x04000000 | ||
58 | /* Area 6 */ | ||
59 | #define PA_LCD1 0xb8000000 | ||
60 | #define PA_LCD2 0xb8800000 | ||
61 | |||
62 | #define PORT_PACR 0xA4050100 | ||
63 | #define PORT_PBCR 0xA4050102 | ||
64 | #define PORT_PCCR 0xA4050104 | ||
65 | #define PORT_PDCR 0xA4050106 | ||
66 | #define PORT_PECR 0xA4050108 | ||
67 | #define PORT_PFCR 0xA405010A | ||
68 | #define PORT_PGCR 0xA405010C | ||
69 | #define PORT_PHCR 0xA405010E | ||
70 | #define PORT_PJCR 0xA4050110 | ||
71 | #define PORT_PKCR 0xA4050112 | ||
72 | #define PORT_PLCR 0xA4050114 | ||
73 | #define PORT_PMCR 0xA4050116 | ||
74 | #define PORT_PNCR 0xA4050118 | ||
75 | #define PORT_PQCR 0xA405011A | ||
76 | #define PORT_PRCR 0xA405011C | ||
77 | #define PORT_PSCR 0xA405011E | ||
78 | #define PORT_PTCR 0xA4050140 | ||
79 | #define PORT_PUCR 0xA4050142 | ||
80 | #define PORT_PVCR 0xA4050144 | ||
81 | #define PORT_PWCR 0xA4050146 | ||
82 | #define PORT_PYCR 0xA4050148 | ||
83 | #define PORT_PZCR 0xA405014A | ||
84 | |||
85 | #define PORT_PSELA 0xA405014C | ||
86 | #define PORT_PSELB 0xA405014E | ||
87 | #define PORT_PSELC 0xA4050150 | ||
88 | #define PORT_PSELD 0xA4050152 | ||
89 | #define PORT_PSELE 0xA4050154 | ||
90 | |||
91 | #define PORT_HIZCRA 0xA4050156 | ||
92 | #define PORT_HIZCRB 0xA4050158 | ||
93 | #define PORT_HIZCRC 0xA405015C | ||
94 | |||
95 | #define PORT_DRVCR 0xA4050180 | ||
96 | |||
97 | #define PORT_PADR 0xA4050120 | ||
98 | #define PORT_PBDR 0xA4050122 | ||
99 | #define PORT_PCDR 0xA4050124 | ||
100 | #define PORT_PDDR 0xA4050126 | ||
101 | #define PORT_PEDR 0xA4050128 | ||
102 | #define PORT_PFDR 0xA405012A | ||
103 | #define PORT_PGDR 0xA405012C | ||
104 | #define PORT_PHDR 0xA405012E | ||
105 | #define PORT_PJDR 0xA4050130 | ||
106 | #define PORT_PKDR 0xA4050132 | ||
107 | #define PORT_PLDR 0xA4050134 | ||
108 | #define PORT_PMDR 0xA4050136 | ||
109 | #define PORT_PNDR 0xA4050138 | ||
110 | #define PORT_PQDR 0xA405013A | ||
111 | #define PORT_PRDR 0xA405013C | ||
112 | #define PORT_PTDR 0xA4050160 | ||
113 | #define PORT_PUDR 0xA4050162 | ||
114 | #define PORT_PVDR 0xA4050164 | ||
115 | #define PORT_PWDR 0xA4050166 | ||
116 | #define PORT_PYDR 0xA4050168 | ||
117 | |||
118 | #define FPGA_IN 0xb1400000 | ||
119 | #define FPGA_OUT 0xb1400002 | ||
120 | |||
121 | #define __IO_PREFIX sh7343se | ||
122 | #include <asm/io_generic.h> | ||
123 | |||
124 | #define IRQ0_IRQ 32 | ||
125 | #define IRQ1_IRQ 33 | ||
126 | #define IRQ4_IRQ 36 | ||
127 | #define IRQ5_IRQ 37 | ||
128 | |||
129 | #define SE7343_FPGA_IRQ_MRSHPC0 0 | ||
130 | #define SE7343_FPGA_IRQ_MRSHPC1 1 | ||
131 | #define SE7343_FPGA_IRQ_MRSHPC2 2 | ||
132 | #define SE7343_FPGA_IRQ_MRSHPC3 3 | ||
133 | #define SE7343_FPGA_IRQ_SMC 6 /* EXT_IRQ2 */ | ||
134 | #define SE7343_FPGA_IRQ_USB 8 | ||
135 | |||
136 | #define SE7343_FPGA_IRQ_NR 11 | ||
137 | #define SE7343_FPGA_IRQ_BASE 120 | ||
138 | |||
139 | #define MRSHPC_IRQ3 (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_MRSHPC3) | ||
140 | #define MRSHPC_IRQ2 (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_MRSHPC2) | ||
141 | #define MRSHPC_IRQ1 (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_MRSHPC1) | ||
142 | #define MRSHPC_IRQ0 (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_MRSHPC0) | ||
143 | #define SMC_IRQ (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_SMC) | ||
144 | #define USB_IRQ (SE7343_FPGA_IRQ_BASE + SE7343_FPGA_IRQ_USB) | ||
145 | |||
146 | /* arch/sh/boards/se/7343/irq.c */ | ||
147 | void init_7343se_IRQ(void); | ||
148 | |||
149 | #endif /* __ASM_SH_HITACHI_SE7343_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7721.h b/arch/sh/include/mach-se/mach/se7721.h new file mode 100644 index 000000000000..b957f6041193 --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7721.h | |||
@@ -0,0 +1,70 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2008 Renesas Solutions Corp. | ||
3 | * | ||
4 | * Hitachi UL SolutionEngine 7721 Support. | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file "COPYING" in the main directory of this archive | ||
8 | * for more details. | ||
9 | * | ||
10 | */ | ||
11 | |||
12 | #ifndef __ASM_SH_SE7721_H | ||
13 | #define __ASM_SH_SE7721_H | ||
14 | #include <asm/addrspace.h> | ||
15 | |||
16 | /* Box specific addresses. */ | ||
17 | #define SE_AREA0_WIDTH 2 /* Area0: 32bit */ | ||
18 | #define PA_ROM 0xa0000000 /* EPROM */ | ||
19 | #define PA_ROM_SIZE 0x00200000 /* EPROM size 2M byte */ | ||
20 | #define PA_FROM 0xa1000000 /* Flash-ROM */ | ||
21 | #define PA_FROM_SIZE 0x01000000 /* Flash-ROM size 16M byte */ | ||
22 | #define PA_EXT1 0xa4000000 | ||
23 | #define PA_EXT1_SIZE 0x04000000 | ||
24 | #define PA_SDRAM 0xaC000000 /* SDRAM(Area3) 64MB */ | ||
25 | #define PA_SDRAM_SIZE 0x04000000 | ||
26 | |||
27 | #define PA_EXT4 0xb0000000 | ||
28 | #define PA_EXT4_SIZE 0x04000000 | ||
29 | |||
30 | #define PA_PERIPHERAL 0xB8000000 | ||
31 | |||
32 | #define PA_PCIC PA_PERIPHERAL | ||
33 | #define PA_MRSHPC (PA_PERIPHERAL + 0x003fffe0) | ||
34 | #define PA_MRSHPC_MW1 (PA_PERIPHERAL + 0x00400000) | ||
35 | #define PA_MRSHPC_MW2 (PA_PERIPHERAL + 0x00500000) | ||
36 | #define PA_MRSHPC_IO (PA_PERIPHERAL + 0x00600000) | ||
37 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
38 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
39 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
40 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
41 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
42 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
43 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
44 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
45 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
46 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
47 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
48 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
49 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
50 | |||
51 | #define PA_LED 0xB6800000 /* 8bit LED */ | ||
52 | #define PA_FPGA 0xB7000000 /* FPGA base address */ | ||
53 | |||
54 | #define MRSHPC_IRQ0 10 | ||
55 | |||
56 | #define FPGA_ILSR1 (PA_FPGA + 0x02) | ||
57 | #define FPGA_ILSR2 (PA_FPGA + 0x03) | ||
58 | #define FPGA_ILSR3 (PA_FPGA + 0x04) | ||
59 | #define FPGA_ILSR4 (PA_FPGA + 0x05) | ||
60 | #define FPGA_ILSR5 (PA_FPGA + 0x06) | ||
61 | #define FPGA_ILSR6 (PA_FPGA + 0x07) | ||
62 | #define FPGA_ILSR7 (PA_FPGA + 0x08) | ||
63 | #define FPGA_ILSR8 (PA_FPGA + 0x09) | ||
64 | |||
65 | void init_se7721_IRQ(void); | ||
66 | |||
67 | #define __IO_PREFIX se7721 | ||
68 | #include <asm/io_generic.h> | ||
69 | |||
70 | #endif /* __ASM_SH_SE7721_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7722.h b/arch/sh/include/mach-se/mach/se7722.h new file mode 100644 index 000000000000..e971d9a82f4a --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7722.h | |||
@@ -0,0 +1,112 @@ | |||
1 | #ifndef __ASM_SH_SE7722_H | ||
2 | #define __ASM_SH_SE7722_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/se7722.h | ||
6 | * | ||
7 | * Copyright (C) 2007 Nobuhiro Iwamatsu | ||
8 | * | ||
9 | * Hitachi UL SolutionEngine 7722 Support. | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | * | ||
15 | */ | ||
16 | #include <asm/addrspace.h> | ||
17 | |||
18 | /* Box specific addresses. */ | ||
19 | #define SE_AREA0_WIDTH 4 /* Area0: 32bit */ | ||
20 | #define PA_ROM 0xa0000000 /* EPROM */ | ||
21 | #define PA_ROM_SIZE 0x00200000 /* EPROM size 2M byte */ | ||
22 | #define PA_FROM 0xa1000000 /* Flash-ROM */ | ||
23 | #define PA_FROM_SIZE 0x01000000 /* Flash-ROM size 16M byte */ | ||
24 | #define PA_EXT1 0xa4000000 | ||
25 | #define PA_EXT1_SIZE 0x04000000 | ||
26 | #define PA_SDRAM 0xaC000000 /* DDR-SDRAM(Area3) 64MB */ | ||
27 | #define PA_SDRAM_SIZE 0x04000000 | ||
28 | |||
29 | #define PA_EXT4 0xb0000000 | ||
30 | #define PA_EXT4_SIZE 0x04000000 | ||
31 | |||
32 | #define PA_PERIPHERAL 0xB0000000 | ||
33 | |||
34 | #define PA_PCIC PA_PERIPHERAL /* MR-SHPC-01 PCMCIA */ | ||
35 | #define PA_MRSHPC (PA_PERIPHERAL + 0x003fffe0) /* MR-SHPC-01 PCMCIA controller */ | ||
36 | #define PA_MRSHPC_MW1 (PA_PERIPHERAL + 0x00400000) /* MR-SHPC-01 memory window base */ | ||
37 | #define PA_MRSHPC_MW2 (PA_PERIPHERAL + 0x00500000) /* MR-SHPC-01 attribute window base */ | ||
38 | #define PA_MRSHPC_IO (PA_PERIPHERAL + 0x00600000) /* MR-SHPC-01 I/O window base */ | ||
39 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
40 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
41 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
42 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
43 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
44 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
45 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
46 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
47 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
48 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
49 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
50 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
51 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
52 | |||
53 | #define PA_LED (PA_PERIPHERAL + 0x00800000) /* 8bit LED */ | ||
54 | #define PA_FPGA (PA_PERIPHERAL + 0x01800000) /* FPGA base address */ | ||
55 | |||
56 | #define PA_LAN (PA_AREA6_IO + 0) /* SMC LAN91C111 */ | ||
57 | /* GPIO */ | ||
58 | #define FPGA_IN 0xb1840000UL | ||
59 | #define FPGA_OUT 0xb1840004UL | ||
60 | |||
61 | #define PORT_PECR 0xA4050108UL | ||
62 | #define PORT_PJCR 0xA4050110UL | ||
63 | #define PORT_PSELD 0xA4050154UL | ||
64 | #define PORT_PSELB 0xA4050150UL | ||
65 | |||
66 | #define PORT_PSELC 0xA4050152UL | ||
67 | #define PORT_PKCR 0xA4050112UL | ||
68 | #define PORT_PHCR 0xA405010EUL | ||
69 | #define PORT_PLCR 0xA4050114UL | ||
70 | #define PORT_PMCR 0xA4050116UL | ||
71 | #define PORT_PRCR 0xA405011CUL | ||
72 | #define PORT_PXCR 0xA4050148UL | ||
73 | #define PORT_PSELA 0xA405014EUL | ||
74 | #define PORT_PYCR 0xA405014AUL | ||
75 | #define PORT_PZCR 0xA405014CUL | ||
76 | #define PORT_HIZCRA 0xA4050158UL | ||
77 | #define PORT_HIZCRC 0xA405015CUL | ||
78 | |||
79 | /* IRQ */ | ||
80 | #define IRQ0_IRQ 32 | ||
81 | #define IRQ1_IRQ 33 | ||
82 | |||
83 | #define IRQ01_MODE 0xb1800000 | ||
84 | #define IRQ01_STS 0xb1800004 | ||
85 | #define IRQ01_MASK 0xb1800008 | ||
86 | |||
87 | /* Bits in IRQ01_* registers */ | ||
88 | |||
89 | #define SE7722_FPGA_IRQ_USB 0 /* IRQ0 */ | ||
90 | #define SE7722_FPGA_IRQ_SMC 1 /* IRQ0 */ | ||
91 | #define SE7722_FPGA_IRQ_MRSHPC0 2 /* IRQ1 */ | ||
92 | #define SE7722_FPGA_IRQ_MRSHPC1 3 /* IRQ1 */ | ||
93 | #define SE7722_FPGA_IRQ_MRSHPC2 4 /* IRQ1 */ | ||
94 | #define SE7722_FPGA_IRQ_MRSHPC3 5 /* IRQ1 */ | ||
95 | |||
96 | #define SE7722_FPGA_IRQ_NR 6 | ||
97 | #define SE7722_FPGA_IRQ_BASE 110 | ||
98 | |||
99 | #define MRSHPC_IRQ3 (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_MRSHPC3) | ||
100 | #define MRSHPC_IRQ2 (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_MRSHPC2) | ||
101 | #define MRSHPC_IRQ1 (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_MRSHPC1) | ||
102 | #define MRSHPC_IRQ0 (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_MRSHPC0) | ||
103 | #define SMC_IRQ (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_SMC) | ||
104 | #define USB_IRQ (SE7722_FPGA_IRQ_BASE + SE7722_FPGA_IRQ_USB) | ||
105 | |||
106 | /* arch/sh/boards/se/7722/irq.c */ | ||
107 | void init_se7722_IRQ(void); | ||
108 | |||
109 | #define __IO_PREFIX se7722 | ||
110 | #include <asm/io_generic.h> | ||
111 | |||
112 | #endif /* __ASM_SH_SE7722_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7751.h b/arch/sh/include/mach-se/mach/se7751.h new file mode 100644 index 000000000000..b36792ac5d66 --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7751.h | |||
@@ -0,0 +1,73 @@ | |||
1 | #ifndef __ASM_SH_HITACHI_7751SE_H | ||
2 | #define __ASM_SH_HITACHI_7751SE_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/hitachi_7751se.h | ||
6 | * | ||
7 | * Copyright (C) 2000 Kazumoto Kojima | ||
8 | * | ||
9 | * Hitachi SolutionEngine support | ||
10 | |||
11 | * Modified for 7751 Solution Engine by | ||
12 | * Ian da Silva and Jeremy Siegel, 2001. | ||
13 | */ | ||
14 | |||
15 | /* Box specific addresses. */ | ||
16 | |||
17 | #define PA_ROM 0x00000000 /* EPROM */ | ||
18 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
19 | #define PA_FROM 0x01000000 /* EPROM */ | ||
20 | #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
21 | #define PA_EXT1 0x04000000 | ||
22 | #define PA_EXT1_SIZE 0x04000000 | ||
23 | #define PA_EXT2 0x08000000 | ||
24 | #define PA_EXT2_SIZE 0x04000000 | ||
25 | #define PA_SDRAM 0x0c000000 | ||
26 | #define PA_SDRAM_SIZE 0x04000000 | ||
27 | |||
28 | #define PA_EXT4 0x12000000 | ||
29 | #define PA_EXT4_SIZE 0x02000000 | ||
30 | #define PA_EXT5 0x14000000 | ||
31 | #define PA_EXT5_SIZE 0x04000000 | ||
32 | #define PA_PCIC 0x18000000 /* MR-SHPC-01 PCMCIA */ | ||
33 | |||
34 | #define PA_DIPSW0 0xb9000000 /* Dip switch 5,6 */ | ||
35 | #define PA_DIPSW1 0xb9000002 /* Dip switch 7,8 */ | ||
36 | #define PA_LED 0xba000000 /* LED */ | ||
37 | #define PA_BCR 0xbb000000 /* FPGA on the MS7751SE01 */ | ||
38 | |||
39 | #define PA_MRSHPC 0xb83fffe0 /* MR-SHPC-01 PCMCIA controller */ | ||
40 | #define PA_MRSHPC_MW1 0xb8400000 /* MR-SHPC-01 memory window base */ | ||
41 | #define PA_MRSHPC_MW2 0xb8500000 /* MR-SHPC-01 attribute window base */ | ||
42 | #define PA_MRSHPC_IO 0xb8600000 /* MR-SHPC-01 I/O window base */ | ||
43 | #define MRSHPC_MODE (PA_MRSHPC + 4) | ||
44 | #define MRSHPC_OPTION (PA_MRSHPC + 6) | ||
45 | #define MRSHPC_CSR (PA_MRSHPC + 8) | ||
46 | #define MRSHPC_ISR (PA_MRSHPC + 10) | ||
47 | #define MRSHPC_ICR (PA_MRSHPC + 12) | ||
48 | #define MRSHPC_CPWCR (PA_MRSHPC + 14) | ||
49 | #define MRSHPC_MW0CR1 (PA_MRSHPC + 16) | ||
50 | #define MRSHPC_MW1CR1 (PA_MRSHPC + 18) | ||
51 | #define MRSHPC_IOWCR1 (PA_MRSHPC + 20) | ||
52 | #define MRSHPC_MW0CR2 (PA_MRSHPC + 22) | ||
53 | #define MRSHPC_MW1CR2 (PA_MRSHPC + 24) | ||
54 | #define MRSHPC_IOWCR2 (PA_MRSHPC + 26) | ||
55 | #define MRSHPC_CDCR (PA_MRSHPC + 28) | ||
56 | #define MRSHPC_PCIC_INFO (PA_MRSHPC + 30) | ||
57 | |||
58 | #define BCR_ILCRA (PA_BCR + 0) | ||
59 | #define BCR_ILCRB (PA_BCR + 2) | ||
60 | #define BCR_ILCRC (PA_BCR + 4) | ||
61 | #define BCR_ILCRD (PA_BCR + 6) | ||
62 | #define BCR_ILCRE (PA_BCR + 8) | ||
63 | #define BCR_ILCRF (PA_BCR + 10) | ||
64 | #define BCR_ILCRG (PA_BCR + 12) | ||
65 | |||
66 | #define IRQ_79C973 13 | ||
67 | |||
68 | void init_7751se_IRQ(void); | ||
69 | |||
70 | #define __IO_PREFIX sh7751se | ||
71 | #include <asm/io_generic.h> | ||
72 | |||
73 | #endif /* __ASM_SH_HITACHI_7751SE_H */ | ||
diff --git a/arch/sh/include/mach-se/mach/se7780.h b/arch/sh/include/mach-se/mach/se7780.h new file mode 100644 index 000000000000..40e9b41458cd --- /dev/null +++ b/arch/sh/include/mach-se/mach/se7780.h | |||
@@ -0,0 +1,108 @@ | |||
1 | #ifndef __ASM_SH_SE7780_H | ||
2 | #define __ASM_SH_SE7780_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/se7780.h | ||
6 | * | ||
7 | * Copyright (C) 2006,2007 Nobuhiro Iwamatsu | ||
8 | * | ||
9 | * Hitachi UL SolutionEngine 7780 Support. | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file "COPYING" in the main directory of this archive | ||
13 | * for more details. | ||
14 | */ | ||
15 | #include <asm/addrspace.h> | ||
16 | |||
17 | /* Box specific addresses. */ | ||
18 | #define SE_AREA0_WIDTH 4 /* Area0: 32bit */ | ||
19 | #define PA_ROM 0xa0000000 /* EPROM */ | ||
20 | #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ | ||
21 | #define PA_FROM 0xa1000000 /* Flash-ROM */ | ||
22 | #define PA_FROM_SIZE 0x01000000 /* Flash-ROM size 16M byte */ | ||
23 | #define PA_EXT1 0xa4000000 | ||
24 | #define PA_EXT1_SIZE 0x04000000 | ||
25 | #define PA_SM501 PA_EXT1 /* Graphic IC (SM501) */ | ||
26 | #define PA_SM501_SIZE PA_EXT1_SIZE /* Graphic IC (SM501) */ | ||
27 | #define PA_SDRAM 0xa8000000 /* DDR-SDRAM(Area2/3) 128MB */ | ||
28 | #define PA_SDRAM_SIZE 0x08000000 | ||
29 | |||
30 | #define PA_EXT4 0xb0000000 | ||
31 | #define PA_EXT4_SIZE 0x04000000 | ||
32 | #define PA_EXT_FLASH PA_EXT4 /* Expansion Flash-ROM */ | ||
33 | |||
34 | #define PA_PERIPHERAL PA_AREA6_IO /* SW6-6=ON */ | ||
35 | |||
36 | #define PA_LAN (PA_PERIPHERAL + 0) /* SMC LAN91C111 */ | ||
37 | #define PA_LED_DISP (PA_PERIPHERAL + 0x02000000) /* 8words LED Display */ | ||
38 | #define DISP_CHAR_RAM (7 << 3) | ||
39 | #define DISP_SEL0_ADDR (DISP_CHAR_RAM + 0) | ||
40 | #define DISP_SEL1_ADDR (DISP_CHAR_RAM + 1) | ||
41 | #define DISP_SEL2_ADDR (DISP_CHAR_RAM + 2) | ||
42 | #define DISP_SEL3_ADDR (DISP_CHAR_RAM + 3) | ||
43 | #define DISP_SEL4_ADDR (DISP_CHAR_RAM + 4) | ||
44 | #define DISP_SEL5_ADDR (DISP_CHAR_RAM + 5) | ||
45 | #define DISP_SEL6_ADDR (DISP_CHAR_RAM + 6) | ||
46 | #define DISP_SEL7_ADDR (DISP_CHAR_RAM + 7) | ||
47 | |||
48 | #define DISP_UDC_RAM (5 << 3) | ||
49 | #define PA_FPGA (PA_PERIPHERAL + 0x03000000) /* FPGA base address */ | ||
50 | |||
51 | /* FPGA register address and bit */ | ||
52 | #define FPGA_SFTRST (PA_FPGA + 0) /* Soft reset register */ | ||
53 | #define FPGA_INTMSK1 (PA_FPGA + 2) /* Interrupt Mask register 1 */ | ||
54 | #define FPGA_INTMSK2 (PA_FPGA + 4) /* Interrupt Mask register 2 */ | ||
55 | #define FPGA_INTSEL1 (PA_FPGA + 6) /* Interrupt select register 1 */ | ||
56 | #define FPGA_INTSEL2 (PA_FPGA + 8) /* Interrupt select register 2 */ | ||
57 | #define FPGA_INTSEL3 (PA_FPGA + 10) /* Interrupt select register 3 */ | ||
58 | #define FPGA_PCI_INTSEL1 (PA_FPGA + 12) /* PCI Interrupt select register 1 */ | ||
59 | #define FPGA_PCI_INTSEL2 (PA_FPGA + 14) /* PCI Interrupt select register 2 */ | ||
60 | #define FPGA_INTSET (PA_FPGA + 16) /* IRQ/IRL select register */ | ||
61 | #define FPGA_INTSTS1 (PA_FPGA + 18) /* Interrupt status register 1 */ | ||
62 | #define FPGA_INTSTS2 (PA_FPGA + 20) /* Interrupt status register 2 */ | ||
63 | #define FPGA_REQSEL (PA_FPGA + 22) /* REQ/GNT select register */ | ||
64 | #define FPGA_DBG_LED (PA_FPGA + 32) /* Debug LED(D-LED[8:1] */ | ||
65 | #define PA_LED FPGA_DBG_LED | ||
66 | #define FPGA_IVDRID (PA_FPGA + 36) /* iVDR ID Register */ | ||
67 | #define FPGA_IVDRPW (PA_FPGA + 38) /* iVDR Power ON Register */ | ||
68 | #define FPGA_MMCID (PA_FPGA + 40) /* MMC ID Register */ | ||
69 | |||
70 | /* FPGA INTSEL position */ | ||
71 | /* INTSEL1 */ | ||
72 | #define IRQPOS_SMC91CX (0 * 4) | ||
73 | #define IRQPOS_SM501 (1 * 4) | ||
74 | /* INTSEL2 */ | ||
75 | #define IRQPOS_EXTINT1 (0 * 4) | ||
76 | #define IRQPOS_EXTINT2 (1 * 4) | ||
77 | #define IRQPOS_EXTINT3 (2 * 4) | ||
78 | #define IRQPOS_EXTINT4 (3 * 4) | ||
79 | /* INTSEL3 */ | ||
80 | #define IRQPOS_PCCPW (0 * 4) | ||
81 | |||
82 | /* IDE interrupt */ | ||
83 | #define IRQ_IDE0 67 /* iVDR */ | ||
84 | |||
85 | /* SMC interrupt */ | ||
86 | #define SMC_IRQ 8 | ||
87 | |||
88 | /* SM501 interrupt */ | ||
89 | #define SM501_IRQ 0 | ||
90 | |||
91 | /* interrupt pin */ | ||
92 | #define IRQPIN_EXTINT1 0 /* IRQ0 pin */ | ||
93 | #define IRQPIN_EXTINT2 1 /* IRQ1 pin */ | ||
94 | #define IRQPIN_EXTINT3 2 /* IRQ2 pin */ | ||
95 | #define IRQPIN_SMC91CX 3 /* IRQ3 pin */ | ||
96 | #define IRQPIN_EXTINT4 4 /* IRQ4 pin */ | ||
97 | #define IRQPIN_PCC0 5 /* IRQ5 pin */ | ||
98 | #define IRQPIN_PCC2 6 /* IRQ6 pin */ | ||
99 | #define IRQPIN_SM501 7 /* IRQ7 pin */ | ||
100 | #define IRQPIN_PCCPW 7 /* IRQ7 pin */ | ||
101 | |||
102 | /* arch/sh/boards/se/7780/irq.c */ | ||
103 | void init_se7780_IRQ(void); | ||
104 | |||
105 | #define __IO_PREFIX se7780 | ||
106 | #include <asm/io_generic.h> | ||
107 | |||
108 | #endif /* __ASM_SH_SE7780_H */ | ||
diff --git a/arch/sh/include/mach-sh03/mach/io.h b/arch/sh/include/mach-sh03/mach/io.h new file mode 100644 index 000000000000..c39c785bba94 --- /dev/null +++ b/arch/sh/include/mach-sh03/mach/io.h | |||
@@ -0,0 +1,25 @@ | |||
1 | /* | ||
2 | * include/asm-sh/sh03/io.h | ||
3 | * | ||
4 | * Copyright 2004 Interface Co.,Ltd. Saito.K | ||
5 | * | ||
6 | * IO functions for an Interface CTP/PCI-SH03 | ||
7 | */ | ||
8 | |||
9 | #ifndef _ASM_SH_IO_SH03_H | ||
10 | #define _ASM_SH_IO_SH03_H | ||
11 | |||
12 | #include <linux/time.h> | ||
13 | |||
14 | #define IRL0_IRQ 2 | ||
15 | #define IRL0_PRIORITY 13 | ||
16 | #define IRL1_IRQ 5 | ||
17 | #define IRL1_PRIORITY 10 | ||
18 | #define IRL2_IRQ 8 | ||
19 | #define IRL2_PRIORITY 7 | ||
20 | #define IRL3_IRQ 11 | ||
21 | #define IRL3_PRIORITY 4 | ||
22 | |||
23 | void heartbeat_sh03(void); | ||
24 | |||
25 | #endif /* _ASM_SH_IO_SH03_H */ | ||
diff --git a/arch/sh/include/mach-sh03/mach/sh03.h b/arch/sh/include/mach-sh03/mach/sh03.h new file mode 100644 index 000000000000..19c40b80428d --- /dev/null +++ b/arch/sh/include/mach-sh03/mach/sh03.h | |||
@@ -0,0 +1,18 @@ | |||
1 | #ifndef __ASM_SH_SH03_H | ||
2 | #define __ASM_SH_SH03_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm-sh/sh03/sh03.h | ||
6 | * | ||
7 | * Copyright (C) 2004 Interface Co., Ltd. Saito.K | ||
8 | * | ||
9 | * Interface CTP/PCI-SH03 support | ||
10 | */ | ||
11 | |||
12 | #define PA_PCI_IO (0xbe240000) /* PCI I/O space */ | ||
13 | #define PA_PCI_MEM (0xbd000000) /* PCI MEM space */ | ||
14 | |||
15 | #define PCIPAR (0xa4000cf8) /* PCI Config address */ | ||
16 | #define PCIPDR (0xa4000cfc) /* PCI Config data */ | ||
17 | |||
18 | #endif /* __ASM_SH_SH03_H */ | ||
diff --git a/arch/sh/kernel/.gitignore b/arch/sh/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/sh/kernel/.gitignore | |||
@@ -0,0 +1 @@ | |||
vmlinux.lds | |||
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 4bbdce36b92b..0e6905fe9fec 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32 | |||
@@ -21,7 +21,7 @@ obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o | |||
21 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 21 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |
22 | obj-$(CONFIG_PM) += pm.o | 22 | obj-$(CONFIG_PM) += pm.o |
23 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | 23 | obj-$(CONFIG_STACKTRACE) += stacktrace.o |
24 | obj-$(CONFIG_BINFMT_ELF) += dump_task.o | 24 | obj-$(CONFIG_ELF_CORE) += dump_task.o |
25 | obj-$(CONFIG_IO_TRAPPED) += io_trapped.o | 25 | obj-$(CONFIG_IO_TRAPPED) += io_trapped.o |
26 | 26 | ||
27 | EXTRA_CFLAGS += -Werror | 27 | EXTRA_CFLAGS += -Werror |
diff --git a/arch/sh/kernel/cf-enabler.c b/arch/sh/kernel/cf-enabler.c index 01ff4d05aab0..bea40339919b 100644 --- a/arch/sh/kernel/cf-enabler.c +++ b/arch/sh/kernel/cf-enabler.c | |||
@@ -80,11 +80,11 @@ static int __init cf_init_default(void) | |||
80 | } | 80 | } |
81 | 81 | ||
82 | #if defined(CONFIG_SH_SOLUTION_ENGINE) | 82 | #if defined(CONFIG_SH_SOLUTION_ENGINE) |
83 | #include <asm/se.h> | 83 | #include <mach-se/mach/se.h> |
84 | #elif defined(CONFIG_SH_7722_SOLUTION_ENGINE) | 84 | #elif defined(CONFIG_SH_7722_SOLUTION_ENGINE) |
85 | #include <asm/se7722.h> | 85 | #include <mach-se/mach/se7722.h> |
86 | #elif defined(CONFIG_SH_7721_SOLUTION_ENGINE) | 86 | #elif defined(CONFIG_SH_7721_SOLUTION_ENGINE) |
87 | #include <asm/se7721.h> | 87 | #include <mach-se/mach/se7721.h> |
88 | #endif | 88 | #endif |
89 | 89 | ||
90 | /* | 90 | /* |
@@ -157,7 +157,7 @@ static int __init cf_init_se(void) | |||
157 | } | 157 | } |
158 | #endif | 158 | #endif |
159 | 159 | ||
160 | int __init cf_init(void) | 160 | static int __init cf_init(void) |
161 | { | 161 | { |
162 | if (mach_is_se() || mach_is_7722se() || mach_is_7721se()) | 162 | if (mach_is_se() || mach_is_7722se() || mach_is_7721se()) |
163 | return cf_init_se(); | 163 | return cf_init_se(); |
diff --git a/arch/sh/kernel/cpu/clock.c b/arch/sh/kernel/cpu/clock.c index b5f1e23ed57c..f5eb56e6bc59 100644 --- a/arch/sh/kernel/cpu/clock.c +++ b/arch/sh/kernel/cpu/clock.c | |||
@@ -88,7 +88,7 @@ static void propagate_rate(struct clk *clk) | |||
88 | } | 88 | } |
89 | } | 89 | } |
90 | 90 | ||
91 | int __clk_enable(struct clk *clk) | 91 | static int __clk_enable(struct clk *clk) |
92 | { | 92 | { |
93 | /* | 93 | /* |
94 | * See if this is the first time we're enabling the clock, some | 94 | * See if this is the first time we're enabling the clock, some |
@@ -111,7 +111,6 @@ int __clk_enable(struct clk *clk) | |||
111 | 111 | ||
112 | return 0; | 112 | return 0; |
113 | } | 113 | } |
114 | EXPORT_SYMBOL_GPL(__clk_enable); | ||
115 | 114 | ||
116 | int clk_enable(struct clk *clk) | 115 | int clk_enable(struct clk *clk) |
117 | { | 116 | { |
@@ -131,7 +130,7 @@ static void clk_kref_release(struct kref *kref) | |||
131 | /* Nothing to do */ | 130 | /* Nothing to do */ |
132 | } | 131 | } |
133 | 132 | ||
134 | void __clk_disable(struct clk *clk) | 133 | static void __clk_disable(struct clk *clk) |
135 | { | 134 | { |
136 | int count = kref_put(&clk->kref, clk_kref_release); | 135 | int count = kref_put(&clk->kref, clk_kref_release); |
137 | 136 | ||
@@ -143,7 +142,6 @@ void __clk_disable(struct clk *clk) | |||
143 | clk->ops->disable(clk); | 142 | clk->ops->disable(clk); |
144 | } | 143 | } |
145 | } | 144 | } |
146 | EXPORT_SYMBOL_GPL(__clk_disable); | ||
147 | 145 | ||
148 | void clk_disable(struct clk *clk) | 146 | void clk_disable(struct clk *clk) |
149 | { | 147 | { |
@@ -310,15 +308,11 @@ static int show_clocks(char *buf, char **start, off_t off, | |||
310 | list_for_each_entry_reverse(clk, &clock_list, node) { | 308 | list_for_each_entry_reverse(clk, &clock_list, node) { |
311 | unsigned long rate = clk_get_rate(clk); | 309 | unsigned long rate = clk_get_rate(clk); |
312 | 310 | ||
313 | /* | 311 | p += sprintf(p, "%-12s\t: %ld.%02ldMHz\t%s\n", clk->name, |
314 | * Don't bother listing dummy clocks with no ancestry | 312 | rate / 1000000, (rate % 1000000) / 10000, |
315 | * that only support enable and disable ops. | 313 | ((clk->flags & CLK_ALWAYS_ENABLED) || |
316 | */ | 314 | (atomic_read(&clk->kref.refcount) != 1)) ? |
317 | if (unlikely(!rate && !clk->parent)) | 315 | "enabled" : "disabled"); |
318 | continue; | ||
319 | |||
320 | p += sprintf(p, "%-12s\t: %ld.%02ldMHz\n", clk->name, | ||
321 | rate / 1000000, (rate % 1000000) / 10000); | ||
322 | } | 316 | } |
323 | 317 | ||
324 | return p - buf; | 318 | return p - buf; |
diff --git a/arch/sh/kernel/cpu/irq/intc-sh5.c b/arch/sh/kernel/cpu/irq/intc-sh5.c index 79baa47af977..726f0335da76 100644 --- a/arch/sh/kernel/cpu/irq/intc-sh5.c +++ b/arch/sh/kernel/cpu/irq/intc-sh5.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/io.h> | 20 | #include <linux/io.h> |
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/bitops.h> | 22 | #include <linux/bitops.h> |
23 | #include <asm/cpu/irq.h> | 23 | #include <cpu/irq.h> |
24 | #include <asm/page.h> | 24 | #include <asm/page.h> |
25 | 25 | ||
26 | /* | 26 | /* |
diff --git a/arch/sh/kernel/cpu/irq/intc.c b/arch/sh/kernel/cpu/irq/intc.c index da5dae787888..8c70e201bde0 100644 --- a/arch/sh/kernel/cpu/irq/intc.c +++ b/arch/sh/kernel/cpu/irq/intc.c | |||
@@ -62,7 +62,7 @@ struct intc_desc_int { | |||
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | static unsigned int intc_prio_level[NR_IRQS]; /* for now */ | 64 | static unsigned int intc_prio_level[NR_IRQS]; /* for now */ |
65 | #ifdef CONFIG_CPU_SH3 | 65 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
66 | static unsigned long ack_handle[NR_IRQS]; | 66 | static unsigned long ack_handle[NR_IRQS]; |
67 | #endif | 67 | #endif |
68 | 68 | ||
@@ -231,7 +231,7 @@ static void intc_disable(unsigned int irq) | |||
231 | } | 231 | } |
232 | } | 232 | } |
233 | 233 | ||
234 | #ifdef CONFIG_CPU_SH3 | 234 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
235 | static void intc_mask_ack(unsigned int irq) | 235 | static void intc_mask_ack(unsigned int irq) |
236 | { | 236 | { |
237 | struct intc_desc_int *d = get_intc_desc(irq); | 237 | struct intc_desc_int *d = get_intc_desc(irq); |
@@ -244,8 +244,23 @@ static void intc_mask_ack(unsigned int irq) | |||
244 | 244 | ||
245 | if (handle) { | 245 | if (handle) { |
246 | addr = INTC_REG(d, _INTC_ADDR_D(handle), 0); | 246 | addr = INTC_REG(d, _INTC_ADDR_D(handle), 0); |
247 | ctrl_inb(addr); | 247 | switch (_INTC_FN(handle)) { |
248 | ctrl_outb(0x3f ^ set_field(0, 1, handle), addr); | 248 | case REG_FN_MODIFY_BASE + 0: /* 8bit */ |
249 | ctrl_inb(addr); | ||
250 | ctrl_outb(0xff ^ set_field(0, 1, handle), addr); | ||
251 | break; | ||
252 | case REG_FN_MODIFY_BASE + 1: /* 16bit */ | ||
253 | ctrl_inw(addr); | ||
254 | ctrl_outw(0xffff ^ set_field(0, 1, handle), addr); | ||
255 | break; | ||
256 | case REG_FN_MODIFY_BASE + 3: /* 32bit */ | ||
257 | ctrl_inl(addr); | ||
258 | ctrl_outl(0xffffffff ^ set_field(0, 1, handle), addr); | ||
259 | break; | ||
260 | default: | ||
261 | BUG(); | ||
262 | break; | ||
263 | } | ||
249 | } | 264 | } |
250 | } | 265 | } |
251 | #endif | 266 | #endif |
@@ -466,7 +481,7 @@ static unsigned int __init intc_prio_data(struct intc_desc *desc, | |||
466 | return 0; | 481 | return 0; |
467 | } | 482 | } |
468 | 483 | ||
469 | #ifdef CONFIG_CPU_SH3 | 484 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
470 | static unsigned int __init intc_ack_data(struct intc_desc *desc, | 485 | static unsigned int __init intc_ack_data(struct intc_desc *desc, |
471 | struct intc_desc_int *d, | 486 | struct intc_desc_int *d, |
472 | intc_enum enum_id) | 487 | intc_enum enum_id) |
@@ -601,7 +616,7 @@ static void __init intc_register_irq(struct intc_desc *desc, | |||
601 | /* irq should be disabled by default */ | 616 | /* irq should be disabled by default */ |
602 | d->chip.mask(irq); | 617 | d->chip.mask(irq); |
603 | 618 | ||
604 | #ifdef CONFIG_CPU_SH3 | 619 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
605 | if (desc->ack_regs) | 620 | if (desc->ack_regs) |
606 | ack_handle[irq] = intc_ack_data(desc, d, enum_id); | 621 | ack_handle[irq] = intc_ack_data(desc, d, enum_id); |
607 | #endif | 622 | #endif |
@@ -635,7 +650,7 @@ void __init register_intc_controller(struct intc_desc *desc) | |||
635 | d->nr_reg += desc->prio_regs ? desc->nr_prio_regs * 2 : 0; | 650 | d->nr_reg += desc->prio_regs ? desc->nr_prio_regs * 2 : 0; |
636 | d->nr_reg += desc->sense_regs ? desc->nr_sense_regs : 0; | 651 | d->nr_reg += desc->sense_regs ? desc->nr_sense_regs : 0; |
637 | 652 | ||
638 | #ifdef CONFIG_CPU_SH3 | 653 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
639 | d->nr_reg += desc->ack_regs ? desc->nr_ack_regs : 0; | 654 | d->nr_reg += desc->ack_regs ? desc->nr_ack_regs : 0; |
640 | #endif | 655 | #endif |
641 | d->reg = alloc_bootmem(d->nr_reg * sizeof(*d->reg)); | 656 | d->reg = alloc_bootmem(d->nr_reg * sizeof(*d->reg)); |
@@ -676,7 +691,7 @@ void __init register_intc_controller(struct intc_desc *desc) | |||
676 | d->chip.mask_ack = intc_disable; | 691 | d->chip.mask_ack = intc_disable; |
677 | d->chip.set_type = intc_set_sense; | 692 | d->chip.set_type = intc_set_sense; |
678 | 693 | ||
679 | #ifdef CONFIG_CPU_SH3 | 694 | #if defined(CONFIG_CPU_SH3) || defined(CONFIG_CPU_SH4A) |
680 | if (desc->ack_regs) { | 695 | if (desc->ack_regs) { |
681 | for (i = 0; i < desc->nr_ack_regs; i++) | 696 | for (i = 0; i < desc->nr_ack_regs; i++) |
682 | k += save_reg(d, k, desc->ack_regs[i].set_reg, 0); | 697 | k += save_reg(d, k, desc->ack_regs[i].set_reg, 0); |
diff --git a/arch/sh/kernel/cpu/sh2/entry.S b/arch/sh/kernel/cpu/sh2/entry.S index 0fc89069d8c7..becc54c45692 100644 --- a/arch/sh/kernel/cpu/sh2/entry.S +++ b/arch/sh/kernel/cpu/sh2/entry.S | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * The SH-2 exception entry | 4 | * The SH-2 exception entry |
5 | * | 5 | * |
6 | * Copyright (C) 2005,2006 Yoshinori Sato | 6 | * Copyright (C) 2005-2008 Yoshinori Sato |
7 | * Copyright (C) 2005 AXE,Inc. | 7 | * Copyright (C) 2005 AXE,Inc. |
8 | * | 8 | * |
9 | * This file is subject to the terms and conditions of the GNU General Public | 9 | * This file is subject to the terms and conditions of the GNU General Public |
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/linkage.h> | 14 | #include <linux/linkage.h> |
15 | #include <asm/asm-offsets.h> | 15 | #include <asm/asm-offsets.h> |
16 | #include <asm/thread_info.h> | 16 | #include <asm/thread_info.h> |
17 | #include <asm/cpu/mmu_context.h> | 17 | #include <cpu/mmu_context.h> |
18 | #include <asm/unistd.h> | 18 | #include <asm/unistd.h> |
19 | #include <asm/errno.h> | 19 | #include <asm/errno.h> |
20 | #include <asm/page.h> | 20 | #include <asm/page.h> |
@@ -36,43 +36,41 @@ OFF_TRA = (16*4+6*4) | |||
36 | #include <asm/entry-macros.S> | 36 | #include <asm/entry-macros.S> |
37 | 37 | ||
38 | ENTRY(exception_handler) | 38 | ENTRY(exception_handler) |
39 | ! already saved r0/r1 | 39 | ! stack |
40 | ! r0 <- point sp | ||
41 | ! r1 | ||
42 | ! pc | ||
43 | ! sr | ||
44 | ! r0 = temporary | ||
45 | ! r1 = vector (pseudo EXPEVT / INTEVT / TRA) | ||
40 | mov.l r2,@-sp | 46 | mov.l r2,@-sp |
41 | mov.l r3,@-sp | 47 | mov.l r3,@-sp |
42 | mov r0,r1 | ||
43 | cli | 48 | cli |
44 | mov.l $cpu_mode,r2 | 49 | mov.l $cpu_mode,r2 |
45 | mov.l @r2,r0 | 50 | mov.l @r2,r0 |
46 | mov.l @(5*4,r15),r3 ! previous SR | 51 | mov.l @(5*4,r15),r3 ! previous SR |
47 | shll2 r3 ! set "S" flag | 52 | or r0,r3 ! set MD |
48 | rotl r0 ! T <- "S" flag | 53 | tst r0,r0 |
49 | rotl r0 ! "S" flag is LSB | 54 | bf/s 1f ! previous mode check |
50 | rotcr r3 ! T -> r3:b30 | 55 | mov.l r3,@(5*4,r15) ! update SR |
51 | shlr r3 | ||
52 | shlr r0 | ||
53 | bt/s 1f | ||
54 | mov.l r3,@(5*4,r15) ! copy cpu mode to SR | ||
55 | ! switch to kernel mode | 56 | ! switch to kernel mode |
56 | mov #1,r0 | 57 | mov.l __md_bit,r0 |
57 | rotr r0 | ||
58 | rotr r0 | ||
59 | mov.l r0,@r2 ! enter kernel mode | 58 | mov.l r0,@r2 ! enter kernel mode |
60 | mov.l $current_thread_info,r2 | 59 | mov.l $current_thread_info,r2 |
61 | mov.l @r2,r2 | 60 | mov.l @r2,r2 |
62 | mov #0x20,r0 | 61 | mov #(THREAD_SIZE >> 8),r0 |
63 | shll8 r0 | 62 | shll8 r0 |
64 | add r2,r0 | 63 | add r2,r0 |
65 | mov r15,r2 ! r2 = user stack top | 64 | mov r15,r2 ! r2 = user stack top |
66 | mov r0,r15 ! switch kernel stack | 65 | mov r0,r15 ! switch kernel stack |
67 | add #-4,r15 ! dummy | ||
68 | mov.l r1,@-r15 ! TRA | 66 | mov.l r1,@-r15 ! TRA |
69 | sts.l macl, @-r15 | 67 | sts.l macl, @-r15 |
70 | sts.l mach, @-r15 | 68 | sts.l mach, @-r15 |
71 | stc.l gbr, @-r15 | 69 | stc.l gbr, @-r15 |
72 | mov.l @(4*4,r2),r0 | 70 | mov.l @(5*4,r2),r0 |
73 | mov.l @(5*4,r2),r1 | 71 | mov.l r0,@-r15 ! original SR |
74 | mov.l r1,@-r15 ! original SR | ||
75 | sts.l pr,@-r15 | 72 | sts.l pr,@-r15 |
73 | mov.l @(4*4,r2),r0 | ||
76 | mov.l r0,@-r15 ! original PC | 74 | mov.l r0,@-r15 ! original PC |
77 | mov r2,r3 | 75 | mov r2,r3 |
78 | add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame | 76 | add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame |
@@ -88,14 +86,15 @@ ENTRY(exception_handler) | |||
88 | mov.l r6,@-r15 | 86 | mov.l r6,@-r15 |
89 | mov.l r5,@-r15 | 87 | mov.l r5,@-r15 |
90 | mov.l r4,@-r15 | 88 | mov.l r4,@-r15 |
89 | mov r1,r9 ! save TRA | ||
91 | mov r2,r8 ! copy user -> kernel stack | 90 | mov r2,r8 ! copy user -> kernel stack |
92 | mov.l @r8+,r3 | 91 | mov.l @(0,r8),r3 |
93 | mov.l r3,@-r15 | 92 | mov.l r3,@-r15 |
94 | mov.l @r8+,r2 | 93 | mov.l @(4,r8),r2 |
95 | mov.l r2,@-r15 | 94 | mov.l r2,@-r15 |
96 | mov.l @r8+,r1 | 95 | mov.l @(12,r8),r1 |
97 | mov.l r1,@-r15 | 96 | mov.l r1,@-r15 |
98 | mov.l @r8+,r0 | 97 | mov.l @(8,r8),r0 |
99 | bra 2f | 98 | bra 2f |
100 | mov.l r0,@-r15 | 99 | mov.l r0,@-r15 |
101 | 1: | 100 | 1: |
@@ -107,10 +106,11 @@ ENTRY(exception_handler) | |||
107 | mov.l r0,@-r15 | 106 | mov.l r0,@-r15 |
108 | mov.l @r2+,r0 ! old R2 | 107 | mov.l @r2+,r0 ! old R2 |
109 | mov.l r0,@-r15 | 108 | mov.l r0,@-r15 |
110 | mov.l @r2+,r0 ! old R1 | 109 | mov.l @(4,r2),r0 ! old R1 |
111 | mov.l r0,@-r15 | ||
112 | mov.l @r2+,r0 ! old R0 | ||
113 | mov.l r0,@-r15 | 110 | mov.l r0,@-r15 |
111 | mov.l @r2,r0 ! old R0 | ||
112 | mov.l r0,@-r15 | ||
113 | add #8,r2 | ||
114 | mov.l @r2+,r3 ! old PC | 114 | mov.l @r2+,r3 ! old PC |
115 | mov.l @r2+,r0 ! old SR | 115 | mov.l @r2+,r0 ! old SR |
116 | add #-4,r2 ! exception frame stub (sr) | 116 | add #-4,r2 ! exception frame stub (sr) |
@@ -135,14 +135,12 @@ ENTRY(exception_handler) | |||
135 | mov.l r6,@-r2 | 135 | mov.l r6,@-r2 |
136 | mov.l r5,@-r2 | 136 | mov.l r5,@-r2 |
137 | mov.l r4,@-r2 | 137 | mov.l r4,@-r2 |
138 | mov r1,r9 | ||
138 | mov.l @(OFF_R0,r15),r0 | 139 | mov.l @(OFF_R0,r15),r0 |
139 | mov.l @(OFF_R1,r15),r1 | 140 | mov.l @(OFF_R1,r15),r1 |
140 | mov.l @(OFF_R2,r15),r2 | 141 | mov.l @(OFF_R2,r15),r2 |
141 | mov.l @(OFF_R3,r15),r3 | 142 | mov.l @(OFF_R3,r15),r3 |
142 | 2: | 143 | 2: |
143 | mov #OFF_TRA,r8 | ||
144 | add r15,r8 | ||
145 | mov.l @r8,r9 | ||
146 | mov #64,r8 | 144 | mov #64,r8 |
147 | cmp/hs r8,r9 | 145 | cmp/hs r8,r9 |
148 | bt interrupt_entry ! vec >= 64 is interrupt | 146 | bt interrupt_entry ! vec >= 64 is interrupt |
@@ -150,26 +148,14 @@ ENTRY(exception_handler) | |||
150 | cmp/hs r8,r9 | 148 | cmp/hs r8,r9 |
151 | bt trap_entry ! 64 > vec >= 32 is trap | 149 | bt trap_entry ! 64 > vec >= 32 is trap |
152 | 150 | ||
153 | #if defined(CONFIG_SH_FPU) | ||
154 | mov #13,r8 | ||
155 | cmp/eq r8,r9 | ||
156 | bt 10f ! fpu | ||
157 | nop | ||
158 | #endif | ||
159 | |||
160 | mov.l 4f,r8 | 151 | mov.l 4f,r8 |
161 | mov r9,r4 | 152 | mov r9,r4 |
162 | shll2 r9 | 153 | shll2 r9 |
163 | add r9,r8 | 154 | add r9,r8 |
164 | mov.l @r8,r8 | 155 | mov.l @r8,r8 ! exception handler address |
165 | mov #0,r9 | 156 | tst r8,r8 |
166 | cmp/eq r9,r8 | ||
167 | bf 3f | 157 | bf 3f |
168 | mov.l 8f,r8 ! unhandled exception | 158 | mov.l 8f,r8 ! unhandled exception |
169 | #if defined(CONFIG_SH_FPU) | ||
170 | 10: | ||
171 | mov.l 9f, r8 ! unhandled exception | ||
172 | #endif | ||
173 | 3: | 159 | 3: |
174 | mov.l 5f,r10 | 160 | mov.l 5f,r10 |
175 | jmp @r8 | 161 | jmp @r8 |
@@ -188,10 +174,7 @@ interrupt_entry: | |||
188 | 5: .long ret_from_exception | 174 | 5: .long ret_from_exception |
189 | 6: .long ret_from_irq | 175 | 6: .long ret_from_irq |
190 | 7: .long do_IRQ | 176 | 7: .long do_IRQ |
191 | 8: .long do_exception_error | 177 | 8: .long exception_error |
192 | #ifdef CONFIG_SH_FPU | ||
193 | 9: .long fpu_error_trap_handler | ||
194 | #endif | ||
195 | 178 | ||
196 | trap_entry: | 179 | trap_entry: |
197 | mov #0x30,r8 | 180 | mov #0x30,r8 |
@@ -200,24 +183,9 @@ trap_entry: | |||
200 | add #-0x10,r9 ! convert SH2 to SH3/4 ABI | 183 | add #-0x10,r9 ! convert SH2 to SH3/4 ABI |
201 | 1: | 184 | 1: |
202 | shll2 r9 ! TRA | 185 | shll2 r9 ! TRA |
203 | mov #OFF_TRA,r8 | 186 | bra system_call ! jump common systemcall entry |
204 | add r15,r8 | 187 | mov r9,r8 |
205 | mov.l r9,@r8 | ||
206 | mov r9,r8 | ||
207 | #ifdef CONFIG_TRACE_IRQFLAGS | ||
208 | mov.l 2f, r9 | ||
209 | jsr @r9 | ||
210 | nop | ||
211 | #endif | ||
212 | sti | ||
213 | bra system_call | ||
214 | nop | ||
215 | 188 | ||
216 | .align 2 | ||
217 | #ifdef CONFIG_TRACE_IRQFLAGS | ||
218 | 2: .long trace_hardirqs_on | ||
219 | #endif | ||
220 | |||
221 | #if defined(CONFIG_SH_STANDARD_BIOS) | 189 | #if defined(CONFIG_SH_STANDARD_BIOS) |
222 | /* Unwind the stack and jmp to the debug entry */ | 190 | /* Unwind the stack and jmp to the debug entry */ |
223 | ENTRY(sh_bios_handler) | 191 | ENTRY(sh_bios_handler) |
@@ -240,7 +208,7 @@ ENTRY(sh_bios_handler) | |||
240 | mov.l @r2,r2 | 208 | mov.l @r2,r2 |
241 | stc sr,r3 | 209 | stc sr,r3 |
242 | mov.l r2,@r0 | 210 | mov.l r2,@r0 |
243 | mov.l r3,@r0 | 211 | mov.l r3,@(4,r0) |
244 | mov.l r1,@(8,r0) | 212 | mov.l r1,@(8,r0) |
245 | mov.l @r15+, r0 | 213 | mov.l @r15+, r0 |
246 | mov.l @r15+, r1 | 214 | mov.l @r15+, r1 |
@@ -272,22 +240,30 @@ ENTRY(address_error_trap_handler) | |||
272 | mov.l 1f,r0 | 240 | mov.l 1f,r0 |
273 | jmp @r0 | 241 | jmp @r0 |
274 | mov #0,r5 ! writeaccess is unknown | 242 | mov #0,r5 ! writeaccess is unknown |
275 | .align 2 | ||
276 | 243 | ||
244 | .align 2 | ||
277 | 1: .long do_address_error | 245 | 1: .long do_address_error |
278 | 246 | ||
279 | restore_all: | 247 | restore_all: |
280 | cli | 248 | stc sr,r0 |
281 | #ifdef CONFIG_TRACE_IRQFLAGS | 249 | or #0xf0,r0 |
282 | mov.l 1f, r0 | 250 | ldc r0,sr ! all interrupt block (same BL = 1) |
283 | jsr @r0 | 251 | ! restore special register |
284 | nop | 252 | ! overlap exception frame |
285 | #endif | 253 | mov r15,r0 |
254 | add #17*4,r0 | ||
255 | lds.l @r0+,pr | ||
256 | add #4,r0 | ||
257 | ldc.l @r0+,gbr | ||
258 | lds.l @r0+,mach | ||
259 | lds.l @r0+,macl | ||
286 | mov r15,r0 | 260 | mov r15,r0 |
287 | mov.l $cpu_mode,r2 | 261 | mov.l $cpu_mode,r2 |
288 | mov #OFF_SR,r3 | 262 | mov #OFF_SR,r3 |
289 | mov.l @(r0,r3),r1 | 263 | mov.l @(r0,r3),r1 |
290 | mov.l r1,@r2 | 264 | mov.l __md_bit,r3 |
265 | and r1,r3 ! copy MD bit | ||
266 | mov.l r3,@r2 | ||
291 | shll2 r1 ! clear MD bit | 267 | shll2 r1 ! clear MD bit |
292 | shlr2 r1 | 268 | shlr2 r1 |
293 | mov.l @(OFF_SP,r0),r2 | 269 | mov.l @(OFF_SP,r0),r2 |
@@ -297,12 +273,6 @@ restore_all: | |||
297 | mov #OFF_PC,r3 | 273 | mov #OFF_PC,r3 |
298 | mov.l @(r0,r3),r1 | 274 | mov.l @(r0,r3),r1 |
299 | mov.l r1,@r2 ! set pc | 275 | mov.l r1,@r2 ! set pc |
300 | add #4*16+4,r0 | ||
301 | lds.l @r0+,pr | ||
302 | add #4,r0 ! skip sr | ||
303 | ldc.l @r0+,gbr | ||
304 | lds.l @r0+,mach | ||
305 | lds.l @r0+,macl | ||
306 | get_current_thread_info r0, r1 | 276 | get_current_thread_info r0, r1 |
307 | mov.l $current_thread_info,r1 | 277 | mov.l $current_thread_info,r1 |
308 | mov.l r0,@r1 | 278 | mov.l r0,@r1 |
@@ -326,9 +296,8 @@ restore_all: | |||
326 | nop | 296 | nop |
327 | 297 | ||
328 | .align 2 | 298 | .align 2 |
329 | #ifdef CONFIG_TRACE_IRQFLAGS | 299 | __md_bit: |
330 | 1: .long trace_hardirqs_off | 300 | .long 0x40000000 |
331 | #endif | ||
332 | $current_thread_info: | 301 | $current_thread_info: |
333 | .long __current_thread_info | 302 | .long __current_thread_info |
334 | $cpu_mode: | 303 | $cpu_mode: |
diff --git a/arch/sh/kernel/cpu/sh2/ex.S b/arch/sh/kernel/cpu/sh2/ex.S index 6d285af7846c..85b0bf81fc1d 100644 --- a/arch/sh/kernel/cpu/sh2/ex.S +++ b/arch/sh/kernel/cpu/sh2/ex.S | |||
@@ -18,16 +18,17 @@ | |||
18 | exception_entry: | 18 | exception_entry: |
19 | no = 0 | 19 | no = 0 |
20 | .rept 256 | 20 | .rept 256 |
21 | mov.l r0,@-sp | 21 | mov.l r1,@-sp |
22 | mov #no,r0 | ||
23 | bra exception_trampoline | 22 | bra exception_trampoline |
24 | and #0xff,r0 | 23 | mov #no,r1 |
25 | no = no + 1 | 24 | no = no + 1 |
26 | .endr | 25 | .endr |
27 | exception_trampoline: | 26 | exception_trampoline: |
28 | mov.l r1,@-sp | 27 | mov.l r0,@-sp |
29 | mov.l $exception_handler,r1 | 28 | mov.l $exception_handler,r0 |
30 | jmp @r1 | 29 | extu.b r1,r1 |
30 | jmp @r0 | ||
31 | extu.w r1,r1 | ||
31 | 32 | ||
32 | .align 2 | 33 | .align 2 |
33 | $exception_entry: | 34 | $exception_entry: |
@@ -41,6 +42,6 @@ $exception_handler: | |||
41 | ENTRY(vbr_base) | 42 | ENTRY(vbr_base) |
42 | vector = 0 | 43 | vector = 0 |
43 | .rept 256 | 44 | .rept 256 |
44 | .long exception_entry + vector * 8 | 45 | .long exception_entry + vector * 6 |
45 | vector = vector + 1 | 46 | vector = vector + 1 |
46 | .endr | 47 | .endr |
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index cc530f4d84d6..56e5878e5516 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
@@ -96,8 +96,32 @@ static struct platform_device sci_device = { | |||
96 | }, | 96 | }, |
97 | }; | 97 | }; |
98 | 98 | ||
99 | static struct resource eth_resources[] = { | ||
100 | [0] = { | ||
101 | .start = 0xfb000000, | ||
102 | .end = 0xfb0001c8, | ||
103 | .flags = IORESOURCE_MEM, | ||
104 | }, | ||
105 | [1] = { | ||
106 | .start = 85, | ||
107 | .end = 85, | ||
108 | .flags = IORESOURCE_IRQ, | ||
109 | }, | ||
110 | }; | ||
111 | |||
112 | static struct platform_device eth_device = { | ||
113 | .name = "sh-eth", | ||
114 | .id = -1, | ||
115 | .dev = { | ||
116 | .platform_data = (void *)1, | ||
117 | }, | ||
118 | .num_resources = ARRAY_SIZE(eth_resources), | ||
119 | .resource = eth_resources, | ||
120 | }; | ||
121 | |||
99 | static struct platform_device *sh7619_devices[] __initdata = { | 122 | static struct platform_device *sh7619_devices[] __initdata = { |
100 | &sci_device, | 123 | &sci_device, |
124 | ð_device, | ||
101 | }; | 125 | }; |
102 | 126 | ||
103 | static int __init sh7619_devices_setup(void) | 127 | static int __init sh7619_devices_setup(void) |
diff --git a/arch/sh/kernel/cpu/sh2a/Makefile b/arch/sh/kernel/cpu/sh2a/Makefile index 7e2b90cfa7bf..1ab1ecf4c768 100644 --- a/arch/sh/kernel/cpu/sh2a/Makefile +++ b/arch/sh/kernel/cpu/sh2a/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | obj-y := common.o probe.o opcode_helper.o | 5 | obj-y := common.o probe.o opcode_helper.o |
6 | 6 | ||
7 | common-y += $(addprefix ../sh2/, ex.o entry.o) | 7 | common-y += ex.o entry.o |
8 | 8 | ||
9 | obj-$(CONFIG_SH_FPU) += fpu.o | 9 | obj-$(CONFIG_SH_FPU) += fpu.o |
10 | 10 | ||
diff --git a/arch/sh/kernel/cpu/sh2a/entry.S b/arch/sh/kernel/cpu/sh2a/entry.S new file mode 100644 index 000000000000..ab3903eeda5c --- /dev/null +++ b/arch/sh/kernel/cpu/sh2a/entry.S | |||
@@ -0,0 +1,249 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/cpu/sh2a/entry.S | ||
3 | * | ||
4 | * The SH-2A exception entry | ||
5 | * | ||
6 | * Copyright (C) 2008 Yoshinori Sato | ||
7 | * Based on arch/sh/kernel/cpu/sh2/entry.S | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General Public | ||
10 | * License. See the file "COPYING" in the main directory of this archive | ||
11 | * for more details. | ||
12 | */ | ||
13 | |||
14 | #include <linux/linkage.h> | ||
15 | #include <asm/asm-offsets.h> | ||
16 | #include <asm/thread_info.h> | ||
17 | #include <cpu/mmu_context.h> | ||
18 | #include <asm/unistd.h> | ||
19 | #include <asm/errno.h> | ||
20 | #include <asm/page.h> | ||
21 | |||
22 | /* Offsets to the stack */ | ||
23 | OFF_R0 = 0 /* Return value. New ABI also arg4 */ | ||
24 | OFF_R1 = 4 /* New ABI: arg5 */ | ||
25 | OFF_R2 = 8 /* New ABI: arg6 */ | ||
26 | OFF_R3 = 12 /* New ABI: syscall_nr */ | ||
27 | OFF_R4 = 16 /* New ABI: arg0 */ | ||
28 | OFF_R5 = 20 /* New ABI: arg1 */ | ||
29 | OFF_R6 = 24 /* New ABI: arg2 */ | ||
30 | OFF_R7 = 28 /* New ABI: arg3 */ | ||
31 | OFF_SP = (15*4) | ||
32 | OFF_PC = (16*4) | ||
33 | OFF_SR = (16*4+2*4) | ||
34 | OFF_TRA = (16*4+6*4) | ||
35 | |||
36 | #include <asm/entry-macros.S> | ||
37 | |||
38 | ENTRY(exception_handler) | ||
39 | ! stack | ||
40 | ! r0 <- point sp | ||
41 | ! r1 | ||
42 | ! pc | ||
43 | ! sr | ||
44 | ! r0 = temporary | ||
45 | ! r1 = vector (pseudo EXPEVT / INTEVT / TRA) | ||
46 | mov.l r2,@-sp | ||
47 | cli | ||
48 | mov.l $cpu_mode,r2 | ||
49 | bld.b #6,@(0,r2) !previus SR.MD | ||
50 | bst.b #6,@(4*4,r15) !set cpu mode to SR.MD | ||
51 | bt 1f | ||
52 | ! switch to kernel mode | ||
53 | bset.b #6,@(0,r2) !set SR.MD | ||
54 | mov.l $current_thread_info,r2 | ||
55 | mov.l @r2,r2 | ||
56 | mov #(THREAD_SIZE >> 8),r0 | ||
57 | shll8 r0 | ||
58 | add r2,r0 ! r0 = kernel stack tail | ||
59 | mov r15,r2 ! r2 = user stack top | ||
60 | mov r0,r15 ! switch kernel stack | ||
61 | mov.l r1,@-r15 ! TRA | ||
62 | sts.l macl, @-r15 | ||
63 | sts.l mach, @-r15 | ||
64 | stc.l gbr, @-r15 | ||
65 | mov.l @(4*4,r2),r0 | ||
66 | mov.l r0,@-r15 ! original SR | ||
67 | sts.l pr,@-r15 | ||
68 | mov.l @(3*4,r2),r0 | ||
69 | mov.l r0,@-r15 ! original PC | ||
70 | mov r2,r0 | ||
71 | add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame | ||
72 | lds r0,pr ! pr = original SP | ||
73 | movmu.l r3,@-r15 ! save regs | ||
74 | mov r2,r8 ! r8 = previus stack top | ||
75 | mov r1,r9 ! r9 = interrupt vector | ||
76 | ! restore previous stack | ||
77 | mov.l @r8+,r2 | ||
78 | mov.l @r8+,r0 | ||
79 | mov.l @r8+,r1 | ||
80 | bra 2f | ||
81 | movml.l r2,@-r15 | ||
82 | 1: | ||
83 | ! in kernel exception | ||
84 | mov r15,r2 | ||
85 | add #-((OFF_TRA + 4) - OFF_PC) + 5*4,r15 | ||
86 | movmu.l r3,@-r15 | ||
87 | mov r2,r8 ! r8 = previous stack top | ||
88 | mov r1,r9 ! r9 = interrupt vector | ||
89 | ! restore exception frame & regs | ||
90 | mov.l @r8+,r2 ! old R2 | ||
91 | mov.l @r8+,r0 ! old R0 | ||
92 | mov.l @r8+,r1 ! old R1 | ||
93 | mov.l @r8+,r10 ! old PC | ||
94 | mov.l @r8+,r11 ! old SR | ||
95 | movml.l r2,@-r15 | ||
96 | mov.l r10,@(OFF_PC,r15) | ||
97 | mov.l r11,@(OFF_SR,r15) | ||
98 | mov.l r8,@(OFF_SP,r15) ! save old sp | ||
99 | mov r15,r8 | ||
100 | add #OFF_TRA + 4,r8 | ||
101 | mov.l r9,@-r8 | ||
102 | sts.l macl,@-r8 | ||
103 | sts.l mach,@-r8 | ||
104 | stc.l gbr,@-r8 | ||
105 | add #-4,r8 | ||
106 | sts.l pr,@-r8 | ||
107 | 2: | ||
108 | ! dispatch exception / interrupt | ||
109 | mov #64,r8 | ||
110 | cmp/hs r8,r9 | ||
111 | bt interrupt_entry ! vec >= 64 is interrupt | ||
112 | mov #32,r8 | ||
113 | cmp/hs r8,r9 | ||
114 | bt trap_entry ! 64 > vec >= 32 is trap | ||
115 | |||
116 | mov.l 4f,r8 | ||
117 | mov r9,r4 | ||
118 | shll2 r9 | ||
119 | add r9,r8 | ||
120 | mov.l @r8,r8 ! exception handler address | ||
121 | tst r8,r8 | ||
122 | bf 3f | ||
123 | mov.l 8f,r8 ! unhandled exception | ||
124 | 3: | ||
125 | mov.l 5f,r10 | ||
126 | jmp @r8 | ||
127 | lds r10,pr | ||
128 | |||
129 | interrupt_entry: | ||
130 | mov r9,r4 | ||
131 | mov r15,r5 | ||
132 | mov.l 7f,r8 | ||
133 | mov.l 6f,r9 | ||
134 | jmp @r8 | ||
135 | lds r9,pr | ||
136 | |||
137 | .align 2 | ||
138 | 4: .long exception_handling_table | ||
139 | 5: .long ret_from_exception | ||
140 | 6: .long ret_from_irq | ||
141 | 7: .long do_IRQ | ||
142 | 8: .long exception_error | ||
143 | |||
144 | trap_entry: | ||
145 | mov #0x30,r8 | ||
146 | cmp/ge r8,r9 ! vector 0x20-0x2f is systemcall | ||
147 | bt 1f | ||
148 | add #-0x10,r9 ! convert SH2 to SH3/4 ABI | ||
149 | 1: | ||
150 | shll2 r9 ! TRA | ||
151 | bra system_call ! jump common systemcall entry | ||
152 | mov r9,r8 | ||
153 | |||
154 | #if defined(CONFIG_SH_STANDARD_BIOS) | ||
155 | /* Unwind the stack and jmp to the debug entry */ | ||
156 | ENTRY(sh_bios_handler) | ||
157 | mov r15,r0 | ||
158 | add #(22-4)*4-4,r0 | ||
159 | ldc.l @r0+,gbr | ||
160 | lds.l @r0+,mach | ||
161 | lds.l @r0+,macl | ||
162 | mov r15,r0 | ||
163 | mov.l @(OFF_SP,r0),r1 | ||
164 | mov.l @(OFF_SR,r2),r3 | ||
165 | mov.l r3,@-r1 | ||
166 | mov.l @(OFF_SP,r2),r3 | ||
167 | mov.l r3,@-r1 | ||
168 | mov r15,r0 | ||
169 | add #(22-4)*4-8,r0 | ||
170 | mov.l 1f,r2 | ||
171 | mov.l @r2,r2 | ||
172 | stc sr,r3 | ||
173 | mov.l r2,@r0 | ||
174 | mov.l r3,@(4,r0) | ||
175 | mov.l r1,@(8,r0) | ||
176 | movml.l @r15+,r14 | ||
177 | add #8,r15 | ||
178 | lds.l @r15+, pr | ||
179 | rte | ||
180 | mov.l @r15+,r15 | ||
181 | .align 2 | ||
182 | 1: .long gdb_vbr_vector | ||
183 | #endif /* CONFIG_SH_STANDARD_BIOS */ | ||
184 | |||
185 | ENTRY(address_error_trap_handler) | ||
186 | mov r15,r4 ! regs | ||
187 | mov.l @(OFF_PC,r15),r6 ! pc | ||
188 | mov.l 1f,r0 | ||
189 | jmp @r0 | ||
190 | mov #0,r5 ! writeaccess is unknown | ||
191 | |||
192 | .align 2 | ||
193 | 1: .long do_address_error | ||
194 | |||
195 | restore_all: | ||
196 | stc sr,r0 | ||
197 | or #0xf0,r0 | ||
198 | ldc r0,sr ! all interrupt block (same BL = 1) | ||
199 | ! restore special register | ||
200 | ! overlap exception frame | ||
201 | mov r15,r0 | ||
202 | add #17*4,r0 | ||
203 | lds.l @r0+,pr | ||
204 | add #4,r0 | ||
205 | ldc.l @r0+,gbr | ||
206 | lds.l @r0+,mach | ||
207 | lds.l @r0+,macl | ||
208 | mov r15,r0 | ||
209 | mov.l $cpu_mode,r2 | ||
210 | bld.b #6,@(OFF_SR,r15) | ||
211 | bst.b #6,@(0,r2) ! save CPU mode | ||
212 | mov.l @(OFF_SR,r0),r1 | ||
213 | shll2 r1 | ||
214 | shlr2 r1 ! clear MD bit | ||
215 | mov.l @(OFF_SP,r0),r2 | ||
216 | add #-8,r2 | ||
217 | mov.l r2,@(OFF_SP,r0) ! point exception frame top | ||
218 | mov.l r1,@(4,r2) ! set sr | ||
219 | mov.l @(OFF_PC,r0),r1 | ||
220 | mov.l r1,@r2 ! set pc | ||
221 | get_current_thread_info r0, r1 | ||
222 | mov.l $current_thread_info,r1 | ||
223 | mov.l r0,@r1 | ||
224 | movml.l @r15+,r14 | ||
225 | mov.l @r15,r15 | ||
226 | rte | ||
227 | nop | ||
228 | |||
229 | .align 2 | ||
230 | $current_thread_info: | ||
231 | .long __current_thread_info | ||
232 | $cpu_mode: | ||
233 | .long __cpu_mode | ||
234 | |||
235 | ! common exception handler | ||
236 | #include "../../entry-common.S" | ||
237 | |||
238 | .data | ||
239 | ! cpu operation mode | ||
240 | ! bit30 = MD (compatible SH3/4) | ||
241 | __cpu_mode: | ||
242 | .long 0x40000000 | ||
243 | |||
244 | .section .bss | ||
245 | __current_thread_info: | ||
246 | .long 0 | ||
247 | |||
248 | ENTRY(exception_handling_table) | ||
249 | .space 4*32 | ||
diff --git a/arch/sh/kernel/cpu/sh2a/ex.S b/arch/sh/kernel/cpu/sh2a/ex.S new file mode 100644 index 000000000000..3ead9e63965a --- /dev/null +++ b/arch/sh/kernel/cpu/sh2a/ex.S | |||
@@ -0,0 +1,72 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/cpu/sh2a/ex.S | ||
3 | * | ||
4 | * The SH-2A exception vector table | ||
5 | * | ||
6 | * Copyright (C) 2008 Yoshinori Sato | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | |||
13 | #include <linux/linkage.h> | ||
14 | |||
15 | ! | ||
16 | ! convert Exception Vector to Exception Number | ||
17 | ! | ||
18 | |||
19 | ! exception no 0 to 255 | ||
20 | exception_entry0: | ||
21 | no = 0 | ||
22 | .rept 256 | ||
23 | mov.l r1,@-sp | ||
24 | bra exception_trampoline0 | ||
25 | mov #no,r1 | ||
26 | no = no + 1 | ||
27 | .endr | ||
28 | exception_trampoline0: | ||
29 | mov.l r0,@-sp | ||
30 | mov.l 1f,r0 | ||
31 | extu.b r1,r1 | ||
32 | jmp @r0 | ||
33 | extu.w r1,r1 | ||
34 | |||
35 | .align 2 | ||
36 | 1: .long exception_handler | ||
37 | |||
38 | ! exception no 256 to 511 | ||
39 | exception_entry1: | ||
40 | no = 0 | ||
41 | .rept 256 | ||
42 | mov.l r1,@-sp | ||
43 | bra exception_trampoline1 | ||
44 | mov #no,r1 | ||
45 | no = no + 1 | ||
46 | .endr | ||
47 | exception_trampoline1: | ||
48 | mov.l r0,@-sp | ||
49 | extu.b r1,r1 | ||
50 | movi20 #0x100,r0 | ||
51 | add r0,r1 | ||
52 | mov.l 1f,r0 | ||
53 | jmp @r0 | ||
54 | extu.w r1,r1 | ||
55 | |||
56 | .align 2 | ||
57 | 1: .long exception_handler | ||
58 | |||
59 | ! | ||
60 | ! Exception Vector Base | ||
61 | ! | ||
62 | .align 2 | ||
63 | ENTRY(vbr_base) | ||
64 | vector = 0 | ||
65 | .rept 256 | ||
66 | .long exception_entry0 + vector * 6 | ||
67 | vector = vector + 1 | ||
68 | .endr | ||
69 | .rept 256 | ||
70 | .long exception_entry1 + vector * 6 | ||
71 | vector = vector + 1 | ||
72 | .endr | ||
diff --git a/arch/sh/kernel/cpu/sh3/entry.S b/arch/sh/kernel/cpu/sh3/entry.S index 4004073f98cd..3fe482dd05c1 100644 --- a/arch/sh/kernel/cpu/sh3/entry.S +++ b/arch/sh/kernel/cpu/sh3/entry.S | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <asm/asm-offsets.h> | 14 | #include <asm/asm-offsets.h> |
15 | #include <asm/thread_info.h> | 15 | #include <asm/thread_info.h> |
16 | #include <asm/unistd.h> | 16 | #include <asm/unistd.h> |
17 | #include <asm/cpu/mmu_context.h> | 17 | #include <cpu/mmu_context.h> |
18 | #include <asm/page.h> | 18 | #include <asm/page.h> |
19 | 19 | ||
20 | ! NOTE: | 20 | ! NOTE: |
diff --git a/arch/sh/kernel/cpu/sh3/ex.S b/arch/sh/kernel/cpu/sh3/ex.S index 11b6d9c6edae..dac429726899 100644 --- a/arch/sh/kernel/cpu/sh3/ex.S +++ b/arch/sh/kernel/cpu/sh3/ex.S | |||
@@ -4,7 +4,7 @@ | |||
4 | * The SH-3 and SH-4 exception vector table. | 4 | * The SH-3 and SH-4 exception vector table. |
5 | 5 | ||
6 | * Copyright (C) 1999, 2000, 2002 Niibe Yutaka | 6 | * Copyright (C) 1999, 2000, 2002 Niibe Yutaka |
7 | * Copyright (C) 2003 - 2006 Paul Mundt | 7 | * Copyright (C) 2003 - 2008 Paul Mundt |
8 | * | 8 | * |
9 | * This file is subject to the terms and conditions of the GNU General Public | 9 | * This file is subject to the terms and conditions of the GNU General Public |
10 | * License. See the file "COPYING" in the main directory of this archive | 10 | * License. See the file "COPYING" in the main directory of this archive |
@@ -12,13 +12,30 @@ | |||
12 | */ | 12 | */ |
13 | #include <linux/linkage.h> | 13 | #include <linux/linkage.h> |
14 | 14 | ||
15 | #if !defined(CONFIG_MMU) | ||
16 | #define tlb_miss_load exception_error | ||
17 | #define tlb_miss_store exception_error | ||
18 | #define initial_page_write exception_error | ||
19 | #define tlb_protection_violation_load exception_error | ||
20 | #define tlb_protection_violation_store exception_error | ||
21 | #define address_error_load exception_error | ||
22 | #define address_error_store exception_error | ||
23 | #endif | ||
24 | |||
25 | #if !defined(CONFIG_SH_FPU) | ||
26 | #define fpu_error_trap_handler exception_error | ||
27 | #endif | ||
28 | |||
29 | #if !defined(CONFIG_KGDB_NMI) | ||
30 | #define kgdb_handle_exception exception_error | ||
31 | #endif | ||
32 | |||
15 | .align 2 | 33 | .align 2 |
16 | .data | 34 | .data |
17 | 35 | ||
18 | ENTRY(exception_handling_table) | 36 | ENTRY(exception_handling_table) |
19 | .long exception_error /* 000 */ | 37 | .long exception_error /* 000 */ |
20 | .long exception_error | 38 | .long exception_error |
21 | #if defined(CONFIG_MMU) | ||
22 | .long tlb_miss_load /* 040 */ | 39 | .long tlb_miss_load /* 040 */ |
23 | .long tlb_miss_store | 40 | .long tlb_miss_store |
24 | .long initial_page_write | 41 | .long initial_page_write |
@@ -26,30 +43,13 @@ ENTRY(exception_handling_table) | |||
26 | .long tlb_protection_violation_store | 43 | .long tlb_protection_violation_store |
27 | .long address_error_load | 44 | .long address_error_load |
28 | .long address_error_store /* 100 */ | 45 | .long address_error_store /* 100 */ |
29 | #else | ||
30 | .long exception_error ! tlb miss load /* 040 */ | ||
31 | .long exception_error ! tlb miss store | ||
32 | .long exception_error ! initial page write | ||
33 | .long exception_error ! tlb prot violation load | ||
34 | .long exception_error ! tlb prot violation store | ||
35 | .long exception_error ! address error load | ||
36 | .long exception_error ! address error store /* 100 */ | ||
37 | #endif | ||
38 | #if defined(CONFIG_SH_FPU) | ||
39 | .long fpu_error_trap_handler /* 120 */ | 46 | .long fpu_error_trap_handler /* 120 */ |
40 | #else | ||
41 | .long exception_error /* 120 */ | ||
42 | #endif | ||
43 | .long exception_error /* 140 */ | 47 | .long exception_error /* 140 */ |
44 | .long system_call ! Unconditional Trap /* 160 */ | 48 | .long system_call ! Unconditional Trap /* 160 */ |
45 | .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */ | 49 | .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */ |
46 | .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/ | 50 | .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/ |
47 | ENTRY(nmi_slot) | 51 | ENTRY(nmi_slot) |
48 | #if defined (CONFIG_KGDB_NMI) | ||
49 | .long kgdb_handle_exception /* 1C0 */ ! Allow trap to debugger | 52 | .long kgdb_handle_exception /* 1C0 */ ! Allow trap to debugger |
50 | #else | ||
51 | .long exception_none /* 1C0 */ ! Not implemented yet | ||
52 | #endif | ||
53 | ENTRY(user_break_point_trap) | 53 | ENTRY(user_break_point_trap) |
54 | .long break_point_trap /* 1E0 */ | 54 | .long break_point_trap /* 1E0 */ |
55 | 55 | ||
diff --git a/arch/sh/kernel/cpu/sh4/fpu.c b/arch/sh/kernel/cpu/sh4/fpu.c index 8020796139f1..2d452f67fb87 100644 --- a/arch/sh/kernel/cpu/sh4/fpu.c +++ b/arch/sh/kernel/cpu/sh4/fpu.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/sched.h> | 13 | #include <linux/sched.h> |
14 | #include <linux/signal.h> | 14 | #include <linux/signal.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <asm/cpu/fpu.h> | 16 | #include <cpu/fpu.h> |
17 | #include <asm/processor.h> | 17 | #include <asm/processor.h> |
18 | #include <asm/system.h> | 18 | #include <asm/system.h> |
19 | #include <asm/fpu.h> | 19 | #include <asm/fpu.h> |
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index be4926969181..2e42572b1b11 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -50,14 +50,18 @@ int __init detect_cpu_and_cache_system(void) | |||
50 | boot_cpu_data.dcache.ways = 1; | 50 | boot_cpu_data.dcache.ways = 1; |
51 | boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; | 51 | boot_cpu_data.dcache.linesz = L1_CACHE_BYTES; |
52 | 52 | ||
53 | /* We don't know the chip cut */ | ||
54 | boot_cpu_data.cut_major = boot_cpu_data.cut_minor = -1; | ||
55 | |||
53 | /* | 56 | /* |
54 | * Setup some generic flags we can probe on SH-4A parts | 57 | * Setup some generic flags we can probe on SH-4A parts |
55 | */ | 58 | */ |
56 | if (((pvr >> 24) & 0xff) == 0x10) { | 59 | if (((pvr >> 16) & 0xff) == 0x10) { |
57 | if ((cvr & 0x10000000) == 0) | 60 | if ((cvr & 0x10000000) == 0) |
58 | boot_cpu_data.flags |= CPU_HAS_DSP; | 61 | boot_cpu_data.flags |= CPU_HAS_DSP; |
59 | 62 | ||
60 | boot_cpu_data.flags |= CPU_HAS_LLSC; | 63 | boot_cpu_data.flags |= CPU_HAS_LLSC; |
64 | boot_cpu_data.cut_major = pvr & 0x7f; | ||
61 | } | 65 | } |
62 | 66 | ||
63 | /* FPU detection works for everyone */ | 67 | /* FPU detection works for everyone */ |
diff --git a/arch/sh/kernel/cpu/sh4/softfloat.c b/arch/sh/kernel/cpu/sh4/softfloat.c index 7b2d337ee412..828cb57cb959 100644 --- a/arch/sh/kernel/cpu/sh4/softfloat.c +++ b/arch/sh/kernel/cpu/sh4/softfloat.c | |||
@@ -36,7 +36,7 @@ | |||
36 | * and Kamel Khelifi <kamel.khelifi@st.com> | 36 | * and Kamel Khelifi <kamel.khelifi@st.com> |
37 | */ | 37 | */ |
38 | #include <linux/kernel.h> | 38 | #include <linux/kernel.h> |
39 | #include <asm/cpu/fpu.h> | 39 | #include <cpu/fpu.h> |
40 | 40 | ||
41 | #define LIT64( a ) a##LL | 41 | #define LIT64( a ) a##LL |
42 | 42 | ||
diff --git a/arch/sh/kernel/cpu/sh4/sq.c b/arch/sh/kernel/cpu/sh4/sq.c index 9561b02ade0e..8a8a993f55ea 100644 --- a/arch/sh/kernel/cpu/sh4/sq.c +++ b/arch/sh/kernel/cpu/sh4/sq.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <asm/page.h> | 23 | #include <asm/page.h> |
24 | #include <asm/cacheflush.h> | 24 | #include <asm/cacheflush.h> |
25 | #include <asm/cpu/sq.h> | 25 | #include <cpu/sq.h> |
26 | 26 | ||
27 | struct sq_mapping; | 27 | struct sq_mapping; |
28 | 28 | ||
@@ -199,7 +199,7 @@ EXPORT_SYMBOL(sq_remap); | |||
199 | 199 | ||
200 | /** | 200 | /** |
201 | * sq_unmap - Unmap a Store Queue allocation | 201 | * sq_unmap - Unmap a Store Queue allocation |
202 | * @map: Pre-allocated Store Queue mapping. | 202 | * @vaddr: Pre-allocated Store Queue mapping. |
203 | * | 203 | * |
204 | * Unmaps the store queue allocation @map that was previously created by | 204 | * Unmaps the store queue allocation @map that was previously created by |
205 | * sq_remap(). Also frees up the pte that was previously inserted into | 205 | * sq_remap(). Also frees up the pte that was previously inserted into |
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile index a880e7968750..9381ad8da263 100644 --- a/arch/sh/kernel/cpu/sh4a/Makefile +++ b/arch/sh/kernel/cpu/sh4a/Makefile | |||
@@ -21,7 +21,7 @@ clock-$(CONFIG_CPU_SUBTYPE_SH7763) := clock-sh7763.o | |||
21 | clock-$(CONFIG_CPU_SUBTYPE_SH7770) := clock-sh7770.o | 21 | clock-$(CONFIG_CPU_SUBTYPE_SH7770) := clock-sh7770.o |
22 | clock-$(CONFIG_CPU_SUBTYPE_SH7780) := clock-sh7780.o | 22 | clock-$(CONFIG_CPU_SUBTYPE_SH7780) := clock-sh7780.o |
23 | clock-$(CONFIG_CPU_SUBTYPE_SH7785) := clock-sh7785.o | 23 | clock-$(CONFIG_CPU_SUBTYPE_SH7785) := clock-sh7785.o |
24 | clock-$(CONFIG_CPU_SUBTYPE_SH7343) := clock-sh7343.o | 24 | clock-$(CONFIG_CPU_SUBTYPE_SH7343) := clock-sh7722.o |
25 | clock-$(CONFIG_CPU_SUBTYPE_SH7722) := clock-sh7722.o | 25 | clock-$(CONFIG_CPU_SUBTYPE_SH7722) := clock-sh7722.o |
26 | clock-$(CONFIG_CPU_SUBTYPE_SH7723) := clock-sh7722.o | 26 | clock-$(CONFIG_CPU_SUBTYPE_SH7723) := clock-sh7722.o |
27 | clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o | 27 | clock-$(CONFIG_CPU_SUBTYPE_SH7366) := clock-sh7722.o |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c b/arch/sh/kernel/cpu/sh4a/clock-sh7343.c deleted file mode 100644 index 7adc4f16e95a..000000000000 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7343.c +++ /dev/null | |||
@@ -1,99 +0,0 @@ | |||
1 | /* | ||
2 | * arch/sh/kernel/cpu/sh4a/clock-sh7343.c | ||
3 | * | ||
4 | * SH7343/SH7722 support for the clock framework | ||
5 | * | ||
6 | * Copyright (C) 2006 Paul Mundt | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General Public | ||
9 | * License. See the file "COPYING" in the main directory of this archive | ||
10 | * for more details. | ||
11 | */ | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/io.h> | ||
15 | #include <asm/clock.h> | ||
16 | #include <asm/freq.h> | ||
17 | |||
18 | /* | ||
19 | * SH7343/SH7722 uses a common set of multipliers and divisors, so this | ||
20 | * is quite simple.. | ||
21 | */ | ||
22 | static int multipliers[] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; | ||
23 | static int divisors[] = { 1, 3, 2, 5, 3, 4, 5, 6, 8, 10, 12, 16, 20 }; | ||
24 | |||
25 | #define pll_calc() (((ctrl_inl(FRQCR) >> 24) & 0x1f) + 1) | ||
26 | |||
27 | static void master_clk_init(struct clk *clk) | ||
28 | { | ||
29 | clk->parent = clk_get(NULL, "cpu_clk"); | ||
30 | } | ||
31 | |||
32 | static void master_clk_recalc(struct clk *clk) | ||
33 | { | ||
34 | int idx = (ctrl_inl(FRQCR) & 0x000f); | ||
35 | clk->rate *= clk->parent->rate * multipliers[idx] / divisors[idx]; | ||
36 | } | ||
37 | |||
38 | static struct clk_ops sh7343_master_clk_ops = { | ||
39 | .init = master_clk_init, | ||
40 | .recalc = master_clk_recalc, | ||
41 | }; | ||
42 | |||
43 | static void module_clk_init(struct clk *clk) | ||
44 | { | ||
45 | clk->parent = NULL; | ||
46 | clk->rate = CONFIG_SH_PCLK_FREQ; | ||
47 | } | ||
48 | |||
49 | static struct clk_ops sh7343_module_clk_ops = { | ||
50 | .init = module_clk_init, | ||
51 | }; | ||
52 | |||
53 | static void bus_clk_init(struct clk *clk) | ||
54 | { | ||
55 | clk->parent = clk_get(NULL, "cpu_clk"); | ||
56 | } | ||
57 | |||
58 | static void bus_clk_recalc(struct clk *clk) | ||
59 | { | ||
60 | int idx = (ctrl_inl(FRQCR) >> 8) & 0x000f; | ||
61 | clk->rate = clk->parent->rate * multipliers[idx] / divisors[idx]; | ||
62 | } | ||
63 | |||
64 | static struct clk_ops sh7343_bus_clk_ops = { | ||
65 | .init = bus_clk_init, | ||
66 | .recalc = bus_clk_recalc, | ||
67 | }; | ||
68 | |||
69 | static void cpu_clk_init(struct clk *clk) | ||
70 | { | ||
71 | clk->parent = clk_get(NULL, "module_clk"); | ||
72 | clk->flags |= CLK_RATE_PROPAGATES; | ||
73 | clk_set_rate(clk, clk_get_rate(clk)); | ||
74 | } | ||
75 | |||
76 | static void cpu_clk_recalc(struct clk *clk) | ||
77 | { | ||
78 | int idx = (ctrl_inl(FRQCR) >> 20) & 0x000f; | ||
79 | clk->rate = clk->parent->rate * pll_calc() * | ||
80 | multipliers[idx] / divisors[idx]; | ||
81 | } | ||
82 | |||
83 | static struct clk_ops sh7343_cpu_clk_ops = { | ||
84 | .init = cpu_clk_init, | ||
85 | .recalc = cpu_clk_recalc, | ||
86 | }; | ||
87 | |||
88 | static struct clk_ops *sh7343_clk_ops[] = { | ||
89 | &sh7343_master_clk_ops, | ||
90 | &sh7343_module_clk_ops, | ||
91 | &sh7343_bus_clk_ops, | ||
92 | &sh7343_cpu_clk_ops, | ||
93 | }; | ||
94 | |||
95 | void __init arch_init_clk_ops(struct clk_ops **ops, int idx) | ||
96 | { | ||
97 | if (idx < ARRAY_SIZE(sh7343_clk_ops)) | ||
98 | *ops = sh7343_clk_ops[idx]; | ||
99 | } | ||
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index 299138ebe160..db913855c2fd 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 2 | * arch/sh/kernel/cpu/sh4a/clock-sh7722.c |
3 | * | 3 | * |
4 | * SH7722 & SH7366 support for the clock framework | 4 | * SH7343, SH7722, SH7723 & SH7366 support for the clock framework |
5 | * | 5 | * |
6 | * Copyright (c) 2006-2007 Nomad Global Solutions Inc | 6 | * Copyright (c) 2006-2007 Nomad Global Solutions Inc |
7 | * Based on code for sh7343 by Paul Mundt | 7 | * Based on code for sh7343 by Paul Mundt |
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/stringify.h> | ||
17 | #include <asm/clock.h> | 18 | #include <asm/clock.h> |
18 | #include <asm/freq.h> | 19 | #include <asm/freq.h> |
19 | 20 | ||
@@ -411,40 +412,40 @@ static struct clk_ops sh7722_frqcr_clk_ops = { | |||
411 | * clock ops methods for SIU A/B and IrDA clock | 412 | * clock ops methods for SIU A/B and IrDA clock |
412 | * | 413 | * |
413 | */ | 414 | */ |
414 | static int sh7722_siu_which(struct clk *clk) | 415 | |
416 | #ifndef CONFIG_CPU_SUBTYPE_SH7343 | ||
417 | |||
418 | static int sh7722_siu_set_rate(struct clk *clk, unsigned long rate, int algo_id) | ||
415 | { | 419 | { |
416 | if (!strcmp(clk->name, "siu_a_clk")) | 420 | unsigned long r; |
417 | return 0; | 421 | int div; |
418 | if (!strcmp(clk->name, "siu_b_clk")) | 422 | |
419 | return 1; | 423 | r = ctrl_inl(clk->arch_flags); |
420 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) | 424 | div = sh7722_find_divisors(clk->parent->rate, rate); |
421 | if (!strcmp(clk->name, "irda_clk")) | 425 | if (div < 0) |
422 | return 2; | 426 | return div; |
423 | #endif | 427 | r = (r & ~0xF) | div; |
424 | return -EINVAL; | 428 | ctrl_outl(r, clk->arch_flags); |
429 | return 0; | ||
425 | } | 430 | } |
426 | 431 | ||
427 | static unsigned long sh7722_siu_regs[] = { | 432 | static void sh7722_siu_recalc(struct clk *clk) |
428 | [0] = SCLKACR, | 433 | { |
429 | [1] = SCLKBCR, | 434 | unsigned long r; |
430 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) | 435 | |
431 | [2] = IrDACLKCR, | 436 | r = ctrl_inl(clk->arch_flags); |
432 | #endif | 437 | clk->rate = clk->parent->rate * 2 / divisors2[r & 0xF]; |
433 | }; | 438 | } |
434 | 439 | ||
435 | static int sh7722_siu_start_stop(struct clk *clk, int enable) | 440 | static int sh7722_siu_start_stop(struct clk *clk, int enable) |
436 | { | 441 | { |
437 | int siu = sh7722_siu_which(clk); | ||
438 | unsigned long r; | 442 | unsigned long r; |
439 | 443 | ||
440 | if (siu < 0) | 444 | r = ctrl_inl(clk->arch_flags); |
441 | return siu; | ||
442 | BUG_ON(siu > 2); | ||
443 | r = ctrl_inl(sh7722_siu_regs[siu]); | ||
444 | if (enable) | 445 | if (enable) |
445 | ctrl_outl(r & ~(1 << 8), sh7722_siu_regs[siu]); | 446 | ctrl_outl(r & ~(1 << 8), clk->arch_flags); |
446 | else | 447 | else |
447 | ctrl_outl(r | (1 << 8), sh7722_siu_regs[siu]); | 448 | ctrl_outl(r | (1 << 8), clk->arch_flags); |
448 | return 0; | 449 | return 0; |
449 | } | 450 | } |
450 | 451 | ||
@@ -458,6 +459,15 @@ static void sh7722_siu_disable(struct clk *clk) | |||
458 | sh7722_siu_start_stop(clk, 0); | 459 | sh7722_siu_start_stop(clk, 0); |
459 | } | 460 | } |
460 | 461 | ||
462 | static struct clk_ops sh7722_siu_clk_ops = { | ||
463 | .recalc = sh7722_siu_recalc, | ||
464 | .set_rate = sh7722_siu_set_rate, | ||
465 | .enable = sh7722_siu_enable, | ||
466 | .disable = sh7722_siu_disable, | ||
467 | }; | ||
468 | |||
469 | #endif /* CONFIG_CPU_SUBTYPE_SH7343 */ | ||
470 | |||
461 | static void sh7722_video_enable(struct clk *clk) | 471 | static void sh7722_video_enable(struct clk *clk) |
462 | { | 472 | { |
463 | unsigned long r; | 473 | unsigned long r; |
@@ -494,43 +504,6 @@ static void sh7722_video_recalc(struct clk *clk) | |||
494 | clk->rate = clk->parent->rate / ((r & 0x3F) + 1); | 504 | clk->rate = clk->parent->rate / ((r & 0x3F) + 1); |
495 | } | 505 | } |
496 | 506 | ||
497 | static int sh7722_siu_set_rate(struct clk *clk, unsigned long rate, int algo_id) | ||
498 | { | ||
499 | int siu = sh7722_siu_which(clk); | ||
500 | unsigned long r; | ||
501 | int div; | ||
502 | |||
503 | if (siu < 0) | ||
504 | return siu; | ||
505 | BUG_ON(siu > 2); | ||
506 | r = ctrl_inl(sh7722_siu_regs[siu]); | ||
507 | div = sh7722_find_divisors(clk->parent->rate, rate); | ||
508 | if (div < 0) | ||
509 | return div; | ||
510 | r = (r & ~0xF) | div; | ||
511 | ctrl_outl(r, sh7722_siu_regs[siu]); | ||
512 | return 0; | ||
513 | } | ||
514 | |||
515 | static void sh7722_siu_recalc(struct clk *clk) | ||
516 | { | ||
517 | int siu = sh7722_siu_which(clk); | ||
518 | unsigned long r; | ||
519 | |||
520 | if (siu < 0) | ||
521 | return /* siu */ ; | ||
522 | BUG_ON(siu > 2); | ||
523 | r = ctrl_inl(sh7722_siu_regs[siu]); | ||
524 | clk->rate = clk->parent->rate * 2 / divisors2[r & 0xF]; | ||
525 | } | ||
526 | |||
527 | static struct clk_ops sh7722_siu_clk_ops = { | ||
528 | .recalc = sh7722_siu_recalc, | ||
529 | .set_rate = sh7722_siu_set_rate, | ||
530 | .enable = sh7722_siu_enable, | ||
531 | .disable = sh7722_siu_disable, | ||
532 | }; | ||
533 | |||
534 | static struct clk_ops sh7722_video_clk_ops = { | 507 | static struct clk_ops sh7722_video_clk_ops = { |
535 | .recalc = sh7722_video_recalc, | 508 | .recalc = sh7722_video_recalc, |
536 | .set_rate = sh7722_video_set_rate, | 509 | .set_rate = sh7722_video_set_rate, |
@@ -560,6 +533,9 @@ static struct clk sh7722_sdram_clock = { | |||
560 | .ops = &sh7722_frqcr_clk_ops, | 533 | .ops = &sh7722_frqcr_clk_ops, |
561 | }; | 534 | }; |
562 | 535 | ||
536 | |||
537 | #ifndef CONFIG_CPU_SUBTYPE_SH7343 | ||
538 | |||
563 | /* | 539 | /* |
564 | * these three clocks - SIU A, SIU B, IrDA - share the same clk_ops | 540 | * these three clocks - SIU A, SIU B, IrDA - share the same clk_ops |
565 | * methods of clk_ops determine which register they should access by | 541 | * methods of clk_ops determine which register they should access by |
@@ -567,36 +543,151 @@ static struct clk sh7722_sdram_clock = { | |||
567 | */ | 543 | */ |
568 | static struct clk sh7722_siu_a_clock = { | 544 | static struct clk sh7722_siu_a_clock = { |
569 | .name = "siu_a_clk", | 545 | .name = "siu_a_clk", |
546 | .arch_flags = SCLKACR, | ||
570 | .ops = &sh7722_siu_clk_ops, | 547 | .ops = &sh7722_siu_clk_ops, |
571 | }; | 548 | }; |
572 | 549 | ||
573 | static struct clk sh7722_siu_b_clock = { | 550 | static struct clk sh7722_siu_b_clock = { |
574 | .name = "siu_b_clk", | 551 | .name = "siu_b_clk", |
552 | .arch_flags = SCLKBCR, | ||
575 | .ops = &sh7722_siu_clk_ops, | 553 | .ops = &sh7722_siu_clk_ops, |
576 | }; | 554 | }; |
577 | 555 | ||
578 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) | 556 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) |
579 | static struct clk sh7722_irda_clock = { | 557 | static struct clk sh7722_irda_clock = { |
580 | .name = "irda_clk", | 558 | .name = "irda_clk", |
559 | .arch_flags = IrDACLKCR, | ||
581 | .ops = &sh7722_siu_clk_ops, | 560 | .ops = &sh7722_siu_clk_ops, |
582 | }; | 561 | }; |
583 | #endif | 562 | #endif |
563 | #endif /* CONFIG_CPU_SUBTYPE_SH7343 */ | ||
584 | 564 | ||
585 | static struct clk sh7722_video_clock = { | 565 | static struct clk sh7722_video_clock = { |
586 | .name = "video_clk", | 566 | .name = "video_clk", |
587 | .ops = &sh7722_video_clk_ops, | 567 | .ops = &sh7722_video_clk_ops, |
588 | }; | 568 | }; |
589 | 569 | ||
570 | static int sh7722_mstpcr_start_stop(struct clk *clk, unsigned long reg, | ||
571 | int enable) | ||
572 | { | ||
573 | unsigned long bit = clk->arch_flags; | ||
574 | unsigned long r; | ||
575 | |||
576 | r = ctrl_inl(reg); | ||
577 | |||
578 | if (enable) | ||
579 | r &= ~(1 << bit); | ||
580 | else | ||
581 | r |= (1 << bit); | ||
582 | |||
583 | ctrl_outl(r, reg); | ||
584 | return 0; | ||
585 | } | ||
586 | |||
587 | static void sh7722_mstpcr0_enable(struct clk *clk) | ||
588 | { | ||
589 | sh7722_mstpcr_start_stop(clk, MSTPCR0, 1); | ||
590 | } | ||
591 | |||
592 | static void sh7722_mstpcr0_disable(struct clk *clk) | ||
593 | { | ||
594 | sh7722_mstpcr_start_stop(clk, MSTPCR0, 0); | ||
595 | } | ||
596 | |||
597 | static void sh7722_mstpcr1_enable(struct clk *clk) | ||
598 | { | ||
599 | sh7722_mstpcr_start_stop(clk, MSTPCR1, 1); | ||
600 | } | ||
601 | |||
602 | static void sh7722_mstpcr1_disable(struct clk *clk) | ||
603 | { | ||
604 | sh7722_mstpcr_start_stop(clk, MSTPCR1, 0); | ||
605 | } | ||
606 | |||
607 | static void sh7722_mstpcr2_enable(struct clk *clk) | ||
608 | { | ||
609 | sh7722_mstpcr_start_stop(clk, MSTPCR2, 1); | ||
610 | } | ||
611 | |||
612 | static void sh7722_mstpcr2_disable(struct clk *clk) | ||
613 | { | ||
614 | sh7722_mstpcr_start_stop(clk, MSTPCR2, 0); | ||
615 | } | ||
616 | |||
617 | static struct clk_ops sh7722_mstpcr0_clk_ops = { | ||
618 | .enable = sh7722_mstpcr0_enable, | ||
619 | .disable = sh7722_mstpcr0_disable, | ||
620 | }; | ||
621 | |||
622 | static struct clk_ops sh7722_mstpcr1_clk_ops = { | ||
623 | .enable = sh7722_mstpcr1_enable, | ||
624 | .disable = sh7722_mstpcr1_disable, | ||
625 | }; | ||
626 | |||
627 | static struct clk_ops sh7722_mstpcr2_clk_ops = { | ||
628 | .enable = sh7722_mstpcr2_enable, | ||
629 | .disable = sh7722_mstpcr2_disable, | ||
630 | }; | ||
631 | |||
632 | #define DECLARE_MSTPCRN(regnr, bitnr, bitstr) \ | ||
633 | { \ | ||
634 | .name = "mstp" __stringify(regnr) bitstr, \ | ||
635 | .arch_flags = bitnr, \ | ||
636 | .ops = &sh7722_mstpcr ## regnr ## _clk_ops, \ | ||
637 | } | ||
638 | |||
639 | #define DECLARE_MSTPCR(regnr) \ | ||
640 | DECLARE_MSTPCRN(regnr, 31, "31"), \ | ||
641 | DECLARE_MSTPCRN(regnr, 30, "30"), \ | ||
642 | DECLARE_MSTPCRN(regnr, 29, "29"), \ | ||
643 | DECLARE_MSTPCRN(regnr, 28, "28"), \ | ||
644 | DECLARE_MSTPCRN(regnr, 27, "27"), \ | ||
645 | DECLARE_MSTPCRN(regnr, 26, "26"), \ | ||
646 | DECLARE_MSTPCRN(regnr, 25, "25"), \ | ||
647 | DECLARE_MSTPCRN(regnr, 24, "24"), \ | ||
648 | DECLARE_MSTPCRN(regnr, 23, "23"), \ | ||
649 | DECLARE_MSTPCRN(regnr, 22, "22"), \ | ||
650 | DECLARE_MSTPCRN(regnr, 21, "21"), \ | ||
651 | DECLARE_MSTPCRN(regnr, 20, "20"), \ | ||
652 | DECLARE_MSTPCRN(regnr, 19, "19"), \ | ||
653 | DECLARE_MSTPCRN(regnr, 18, "18"), \ | ||
654 | DECLARE_MSTPCRN(regnr, 17, "17"), \ | ||
655 | DECLARE_MSTPCRN(regnr, 16, "16"), \ | ||
656 | DECLARE_MSTPCRN(regnr, 15, "15"), \ | ||
657 | DECLARE_MSTPCRN(regnr, 14, "14"), \ | ||
658 | DECLARE_MSTPCRN(regnr, 13, "13"), \ | ||
659 | DECLARE_MSTPCRN(regnr, 12, "12"), \ | ||
660 | DECLARE_MSTPCRN(regnr, 11, "11"), \ | ||
661 | DECLARE_MSTPCRN(regnr, 10, "10"), \ | ||
662 | DECLARE_MSTPCRN(regnr, 9, "09"), \ | ||
663 | DECLARE_MSTPCRN(regnr, 8, "08"), \ | ||
664 | DECLARE_MSTPCRN(regnr, 7, "07"), \ | ||
665 | DECLARE_MSTPCRN(regnr, 6, "06"), \ | ||
666 | DECLARE_MSTPCRN(regnr, 5, "05"), \ | ||
667 | DECLARE_MSTPCRN(regnr, 4, "04"), \ | ||
668 | DECLARE_MSTPCRN(regnr, 3, "03"), \ | ||
669 | DECLARE_MSTPCRN(regnr, 2, "02"), \ | ||
670 | DECLARE_MSTPCRN(regnr, 1, "01"), \ | ||
671 | DECLARE_MSTPCRN(regnr, 0, "00") | ||
672 | |||
673 | static struct clk sh7722_mstpcr[] = { | ||
674 | DECLARE_MSTPCR(0), | ||
675 | DECLARE_MSTPCR(1), | ||
676 | DECLARE_MSTPCR(2), | ||
677 | }; | ||
678 | |||
590 | static struct clk *sh7722_clocks[] = { | 679 | static struct clk *sh7722_clocks[] = { |
591 | &sh7722_umem_clock, | 680 | &sh7722_umem_clock, |
592 | &sh7722_sh_clock, | 681 | &sh7722_sh_clock, |
593 | &sh7722_peripheral_clock, | 682 | &sh7722_peripheral_clock, |
594 | &sh7722_sdram_clock, | 683 | &sh7722_sdram_clock, |
684 | #ifndef CONFIG_CPU_SUBTYPE_SH7343 | ||
595 | &sh7722_siu_a_clock, | 685 | &sh7722_siu_a_clock, |
596 | &sh7722_siu_b_clock, | 686 | &sh7722_siu_b_clock, |
597 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) | 687 | #if defined(CONFIG_CPU_SUBTYPE_SH7722) |
598 | &sh7722_irda_clock, | 688 | &sh7722_irda_clock, |
599 | #endif | 689 | #endif |
690 | #endif | ||
600 | &sh7722_video_clock, | 691 | &sh7722_video_clock, |
601 | }; | 692 | }; |
602 | 693 | ||
@@ -629,5 +720,11 @@ int __init arch_clk_init(void) | |||
629 | clk_register(sh7722_clocks[i]); | 720 | clk_register(sh7722_clocks[i]); |
630 | } | 721 | } |
631 | clk_put(master); | 722 | clk_put(master); |
723 | |||
724 | for (i = 0; i < ARRAY_SIZE(sh7722_mstpcr); i++) { | ||
725 | pr_debug( "Registering mstpcr '%s'\n", sh7722_mstpcr[i].name); | ||
726 | clk_register(&sh7722_mstpcr[i]); | ||
727 | } | ||
728 | |||
632 | return 0; | 729 | return 0; |
633 | } | 730 | } |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c index 6d4f50cd4aaf..78881b4214da 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c | |||
@@ -11,6 +11,104 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/serial.h> | 12 | #include <linux/serial.h> |
13 | #include <linux/serial_sci.h> | 13 | #include <linux/serial_sci.h> |
14 | #include <linux/uio_driver.h> | ||
15 | #include <asm/clock.h> | ||
16 | |||
17 | static struct resource iic0_resources[] = { | ||
18 | [0] = { | ||
19 | .name = "IIC0", | ||
20 | .start = 0x04470000, | ||
21 | .end = 0x04470017, | ||
22 | .flags = IORESOURCE_MEM, | ||
23 | }, | ||
24 | [1] = { | ||
25 | .start = 96, | ||
26 | .end = 99, | ||
27 | .flags = IORESOURCE_IRQ, | ||
28 | }, | ||
29 | }; | ||
30 | |||
31 | static struct platform_device iic0_device = { | ||
32 | .name = "i2c-sh_mobile", | ||
33 | .num_resources = ARRAY_SIZE(iic0_resources), | ||
34 | .resource = iic0_resources, | ||
35 | }; | ||
36 | |||
37 | static struct resource iic1_resources[] = { | ||
38 | [0] = { | ||
39 | .name = "IIC1", | ||
40 | .start = 0x04750000, | ||
41 | .end = 0x04750017, | ||
42 | .flags = IORESOURCE_MEM, | ||
43 | }, | ||
44 | [1] = { | ||
45 | .start = 44, | ||
46 | .end = 47, | ||
47 | .flags = IORESOURCE_IRQ, | ||
48 | }, | ||
49 | }; | ||
50 | |||
51 | static struct platform_device iic1_device = { | ||
52 | .name = "i2c-sh_mobile", | ||
53 | .num_resources = ARRAY_SIZE(iic1_resources), | ||
54 | .resource = iic1_resources, | ||
55 | }; | ||
56 | |||
57 | static struct uio_info vpu_platform_data = { | ||
58 | .name = "VPU4", | ||
59 | .version = "0", | ||
60 | .irq = 60, | ||
61 | }; | ||
62 | |||
63 | static struct resource vpu_resources[] = { | ||
64 | [0] = { | ||
65 | .name = "VPU", | ||
66 | .start = 0xfe900000, | ||
67 | .end = 0xfe9022eb, | ||
68 | .flags = IORESOURCE_MEM, | ||
69 | }, | ||
70 | [1] = { | ||
71 | /* place holder for contiguous memory */ | ||
72 | }, | ||
73 | }; | ||
74 | |||
75 | static struct platform_device vpu_device = { | ||
76 | .name = "uio_pdrv_genirq", | ||
77 | .id = 0, | ||
78 | .dev = { | ||
79 | .platform_data = &vpu_platform_data, | ||
80 | }, | ||
81 | .resource = vpu_resources, | ||
82 | .num_resources = ARRAY_SIZE(vpu_resources), | ||
83 | }; | ||
84 | |||
85 | static struct uio_info veu_platform_data = { | ||
86 | .name = "VEU", | ||
87 | .version = "0", | ||
88 | .irq = 54, | ||
89 | }; | ||
90 | |||
91 | static struct resource veu_resources[] = { | ||
92 | [0] = { | ||
93 | .name = "VEU", | ||
94 | .start = 0xfe920000, | ||
95 | .end = 0xfe9200b7, | ||
96 | .flags = IORESOURCE_MEM, | ||
97 | }, | ||
98 | [1] = { | ||
99 | /* place holder for contiguous memory */ | ||
100 | }, | ||
101 | }; | ||
102 | |||
103 | static struct platform_device veu_device = { | ||
104 | .name = "uio_pdrv_genirq", | ||
105 | .id = 1, | ||
106 | .dev = { | ||
107 | .platform_data = &veu_platform_data, | ||
108 | }, | ||
109 | .resource = veu_resources, | ||
110 | .num_resources = ARRAY_SIZE(veu_resources), | ||
111 | }; | ||
14 | 112 | ||
15 | static struct plat_sci_port sci_platform_data[] = { | 113 | static struct plat_sci_port sci_platform_data[] = { |
16 | { | 114 | { |
@@ -32,16 +130,171 @@ static struct platform_device sci_device = { | |||
32 | }; | 130 | }; |
33 | 131 | ||
34 | static struct platform_device *sh7343_devices[] __initdata = { | 132 | static struct platform_device *sh7343_devices[] __initdata = { |
133 | &iic0_device, | ||
134 | &iic1_device, | ||
35 | &sci_device, | 135 | &sci_device, |
136 | &vpu_device, | ||
137 | &veu_device, | ||
36 | }; | 138 | }; |
37 | 139 | ||
38 | static int __init sh7343_devices_setup(void) | 140 | static int __init sh7343_devices_setup(void) |
39 | { | 141 | { |
142 | clk_always_enable("mstp031"); /* TLB */ | ||
143 | clk_always_enable("mstp030"); /* IC */ | ||
144 | clk_always_enable("mstp029"); /* OC */ | ||
145 | clk_always_enable("mstp028"); /* URAM */ | ||
146 | clk_always_enable("mstp026"); /* XYMEM */ | ||
147 | clk_always_enable("mstp023"); /* INTC3 */ | ||
148 | clk_always_enable("mstp022"); /* INTC */ | ||
149 | clk_always_enable("mstp020"); /* SuperHyway */ | ||
150 | clk_always_enable("mstp109"); /* I2C0 */ | ||
151 | clk_always_enable("mstp108"); /* I2C1 */ | ||
152 | clk_always_enable("mstp202"); /* VEU */ | ||
153 | clk_always_enable("mstp201"); /* VPU */ | ||
154 | |||
155 | platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20); | ||
156 | platform_resource_setup_memory(&veu_device, "veu", 2 << 20); | ||
157 | |||
40 | return platform_add_devices(sh7343_devices, | 158 | return platform_add_devices(sh7343_devices, |
41 | ARRAY_SIZE(sh7343_devices)); | 159 | ARRAY_SIZE(sh7343_devices)); |
42 | } | 160 | } |
43 | __initcall(sh7343_devices_setup); | 161 | __initcall(sh7343_devices_setup); |
44 | 162 | ||
163 | enum { | ||
164 | UNUSED = 0, | ||
165 | |||
166 | /* interrupt sources */ | ||
167 | IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, | ||
168 | DMAC0, DMAC1, DMAC2, DMAC3, | ||
169 | VIO_CEUI, VIO_BEUI, VIO_VEUI, VOU, | ||
170 | MFI, VPU, TPU, Z3D4, USBI0, USBI1, | ||
171 | MMC_ERR, MMC_TRAN, MMC_FSTAT, MMC_FRDY, | ||
172 | DMAC4, DMAC5, DMAC_DADERR, | ||
173 | KEYSC, | ||
174 | SCIF, SCIF1, SCIF2, SCIF3, SCIF4, | ||
175 | SIOF0, SIOF1, SIO, | ||
176 | FLCTL_FLSTEI, FLCTL_FLENDI, FLCTL_FLTREQ0I, FLCTL_FLTREQ1I, | ||
177 | I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI, | ||
178 | I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI, | ||
179 | SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI, | ||
180 | IRDA, | ||
181 | SDHI0, SDHI1, SDHI2, SDHI3, | ||
182 | CMT, TSIF, SIU, | ||
183 | TMU0, TMU1, TMU2, | ||
184 | JPU, LCDC, | ||
185 | |||
186 | /* interrupt groups */ | ||
187 | |||
188 | DMAC0123, VIOVOU, MMC, DMAC45, FLCTL, I2C0, I2C1, SIM, SDHI, USB, | ||
189 | }; | ||
190 | |||
191 | static struct intc_vect vectors[] __initdata = { | ||
192 | INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620), | ||
193 | INTC_VECT(IRQ2, 0x640), INTC_VECT(IRQ3, 0x660), | ||
194 | INTC_VECT(IRQ4, 0x680), INTC_VECT(IRQ5, 0x6a0), | ||
195 | INTC_VECT(IRQ6, 0x6c0), INTC_VECT(IRQ7, 0x6e0), | ||
196 | INTC_VECT(I2C1_ALI, 0x780), INTC_VECT(I2C1_TACKI, 0x7a0), | ||
197 | INTC_VECT(I2C1_WAITI, 0x7c0), INTC_VECT(I2C1_DTEI, 0x7e0), | ||
198 | INTC_VECT(DMAC0, 0x800), INTC_VECT(DMAC1, 0x820), | ||
199 | INTC_VECT(DMAC2, 0x840), INTC_VECT(DMAC3, 0x860), | ||
200 | INTC_VECT(VIO_CEUI, 0x880), INTC_VECT(VIO_BEUI, 0x8a0), | ||
201 | INTC_VECT(VIO_VEUI, 0x8c0), INTC_VECT(VOU, 0x8e0), | ||
202 | INTC_VECT(MFI, 0x900), INTC_VECT(VPU, 0x980), | ||
203 | INTC_VECT(TPU, 0x9a0), INTC_VECT(Z3D4, 0x9e0), | ||
204 | INTC_VECT(USBI0, 0xa20), INTC_VECT(USBI1, 0xa40), | ||
205 | INTC_VECT(MMC_ERR, 0xb00), INTC_VECT(MMC_TRAN, 0xb20), | ||
206 | INTC_VECT(MMC_FSTAT, 0xb40), INTC_VECT(MMC_FRDY, 0xb60), | ||
207 | INTC_VECT(DMAC4, 0xb80), INTC_VECT(DMAC5, 0xba0), | ||
208 | INTC_VECT(DMAC_DADERR, 0xbc0), INTC_VECT(KEYSC, 0xbe0), | ||
209 | INTC_VECT(SCIF, 0xc00), INTC_VECT(SCIF1, 0xc20), | ||
210 | INTC_VECT(SCIF2, 0xc40), INTC_VECT(SCIF3, 0xc60), | ||
211 | INTC_VECT(SIOF0, 0xc80), INTC_VECT(SIOF1, 0xca0), | ||
212 | INTC_VECT(SIO, 0xd00), | ||
213 | INTC_VECT(FLCTL_FLSTEI, 0xd80), INTC_VECT(FLCTL_FLENDI, 0xda0), | ||
214 | INTC_VECT(FLCTL_FLTREQ0I, 0xdc0), INTC_VECT(FLCTL_FLTREQ1I, 0xde0), | ||
215 | INTC_VECT(I2C0_ALI, 0xe00), INTC_VECT(I2C0_TACKI, 0xe20), | ||
216 | INTC_VECT(I2C0_WAITI, 0xe40), INTC_VECT(I2C0_DTEI, 0xe60), | ||
217 | INTC_VECT(SDHI0, 0xe80), INTC_VECT(SDHI1, 0xea0), | ||
218 | INTC_VECT(SDHI2, 0xec0), INTC_VECT(SDHI3, 0xee0), | ||
219 | INTC_VECT(CMT, 0xf00), INTC_VECT(TSIF, 0xf20), | ||
220 | INTC_VECT(SIU, 0xf80), | ||
221 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), | ||
222 | INTC_VECT(TMU2, 0x440), | ||
223 | INTC_VECT(JPU, 0x560), INTC_VECT(LCDC, 0x580), | ||
224 | }; | ||
225 | |||
226 | static struct intc_group groups[] __initdata = { | ||
227 | INTC_GROUP(DMAC0123, DMAC0, DMAC1, DMAC2, DMAC3), | ||
228 | INTC_GROUP(VIOVOU, VIO_CEUI, VIO_BEUI, VIO_VEUI, VOU), | ||
229 | INTC_GROUP(MMC, MMC_FRDY, MMC_FSTAT, MMC_TRAN, MMC_ERR), | ||
230 | INTC_GROUP(DMAC45, DMAC4, DMAC5, DMAC_DADERR), | ||
231 | INTC_GROUP(FLCTL, FLCTL_FLSTEI, FLCTL_FLENDI, | ||
232 | FLCTL_FLTREQ0I, FLCTL_FLTREQ1I), | ||
233 | INTC_GROUP(I2C0, I2C0_ALI, I2C0_TACKI, I2C0_WAITI, I2C0_DTEI), | ||
234 | INTC_GROUP(I2C1, I2C1_ALI, I2C1_TACKI, I2C1_WAITI, I2C1_DTEI), | ||
235 | INTC_GROUP(SIM, SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI), | ||
236 | INTC_GROUP(SDHI, SDHI0, SDHI1, SDHI2, SDHI3), | ||
237 | INTC_GROUP(USB, USBI0, USBI1), | ||
238 | }; | ||
239 | |||
240 | static struct intc_mask_reg mask_registers[] __initdata = { | ||
241 | { 0xa4080084, 0xa40800c4, 8, /* IMR1 / IMCR1 */ | ||
242 | { VOU, VIO_VEUI, VIO_BEUI, VIO_CEUI, DMAC3, DMAC2, DMAC1, DMAC0 } }, | ||
243 | { 0xa4080088, 0xa40800c8, 8, /* IMR2 / IMCR2 */ | ||
244 | { 0, 0, 0, VPU, 0, 0, 0, MFI } }, | ||
245 | { 0xa408008c, 0xa40800cc, 8, /* IMR3 / IMCR3 */ | ||
246 | { SIM_TEI, SIM_TXI, SIM_RXI, SIM_ERI, 0, 0, 0, IRDA } }, | ||
247 | { 0xa4080090, 0xa40800d0, 8, /* IMR4 / IMCR4 */ | ||
248 | { 0, TMU2, TMU1, TMU0, JPU, 0, 0, LCDC } }, | ||
249 | { 0xa4080094, 0xa40800d4, 8, /* IMR5 / IMCR5 */ | ||
250 | { KEYSC, DMAC_DADERR, DMAC5, DMAC4, SCIF3, SCIF2, SCIF1, SCIF } }, | ||
251 | { 0xa4080098, 0xa40800d8, 8, /* IMR6 / IMCR6 */ | ||
252 | { 0, 0, 0, SIO, Z3D4, 0, SIOF1, SIOF0 } }, | ||
253 | { 0xa408009c, 0xa40800dc, 8, /* IMR7 / IMCR7 */ | ||
254 | { I2C0_DTEI, I2C0_WAITI, I2C0_TACKI, I2C0_ALI, | ||
255 | FLCTL_FLTREQ1I, FLCTL_FLTREQ0I, FLCTL_FLENDI, FLCTL_FLSTEI } }, | ||
256 | { 0xa40800a0, 0xa40800e0, 8, /* IMR8 / IMCR8 */ | ||
257 | { SDHI3, SDHI2, SDHI1, SDHI0, 0, 0, 0, SIU } }, | ||
258 | { 0xa40800a4, 0xa40800e4, 8, /* IMR9 / IMCR9 */ | ||
259 | { 0, 0, 0, CMT, 0, USBI1, USBI0 } }, | ||
260 | { 0xa40800a8, 0xa40800e8, 8, /* IMR10 / IMCR10 */ | ||
261 | { MMC_FRDY, MMC_FSTAT, MMC_TRAN, MMC_ERR } }, | ||
262 | { 0xa40800ac, 0xa40800ec, 8, /* IMR11 / IMCR11 */ | ||
263 | { I2C1_DTEI, I2C1_WAITI, I2C1_TACKI, I2C1_ALI, TPU, 0, 0, TSIF } }, | ||
264 | { 0xa4140044, 0xa4140064, 8, /* INTMSK00 / INTMSKCLR00 */ | ||
265 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
266 | }; | ||
267 | |||
268 | static struct intc_prio_reg prio_registers[] __initdata = { | ||
269 | { 0xa4080000, 0, 16, 4, /* IPRA */ { TMU0, TMU1, TMU2 } }, | ||
270 | { 0xa4080004, 0, 16, 4, /* IPRB */ { JPU, LCDC, SIM } }, | ||
271 | { 0xa4080010, 0, 16, 4, /* IPRE */ { DMAC0123, VIOVOU, MFI, VPU } }, | ||
272 | { 0xa4080014, 0, 16, 4, /* IPRF */ { KEYSC, DMAC45, USB, CMT } }, | ||
273 | { 0xa4080018, 0, 16, 4, /* IPRG */ { SCIF, SCIF1, SCIF2, SCIF3 } }, | ||
274 | { 0xa408001c, 0, 16, 4, /* IPRH */ { SIOF0, SIOF1, FLCTL, I2C0 } }, | ||
275 | { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, I2C1 } }, | ||
276 | { 0xa4080024, 0, 16, 4, /* IPRJ */ { Z3D4, 0, SIU } }, | ||
277 | { 0xa4080028, 0, 16, 4, /* IPRK */ { 0, MMC, 0, SDHI } }, | ||
278 | { 0xa408002c, 0, 16, 4, /* IPRL */ { 0, 0, TPU } }, | ||
279 | { 0xa4140010, 0, 32, 4, /* INTPRI00 */ | ||
280 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
281 | }; | ||
282 | |||
283 | static struct intc_sense_reg sense_registers[] __initdata = { | ||
284 | { 0xa414001c, 16, 2, /* ICR1 */ | ||
285 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
286 | }; | ||
287 | |||
288 | static struct intc_mask_reg ack_registers[] __initdata = { | ||
289 | { 0xa4140024, 0, 8, /* INTREQ00 */ | ||
290 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
291 | }; | ||
292 | |||
293 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7343", vectors, groups, | ||
294 | mask_registers, prio_registers, sense_registers, | ||
295 | ack_registers); | ||
296 | |||
45 | void __init plat_irq_setup(void) | 297 | void __init plat_irq_setup(void) |
46 | { | 298 | { |
299 | register_intc_controller(&intc_desc); | ||
47 | } | 300 | } |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c index f26b5cdad0d1..6851dba02f31 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c | |||
@@ -13,6 +13,112 @@ | |||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/serial.h> | 14 | #include <linux/serial.h> |
15 | #include <linux/serial_sci.h> | 15 | #include <linux/serial_sci.h> |
16 | #include <linux/uio_driver.h> | ||
17 | #include <asm/clock.h> | ||
18 | |||
19 | static struct resource iic_resources[] = { | ||
20 | [0] = { | ||
21 | .name = "IIC", | ||
22 | .start = 0x04470000, | ||
23 | .end = 0x04470017, | ||
24 | .flags = IORESOURCE_MEM, | ||
25 | }, | ||
26 | [1] = { | ||
27 | .start = 96, | ||
28 | .end = 99, | ||
29 | .flags = IORESOURCE_IRQ, | ||
30 | }, | ||
31 | }; | ||
32 | |||
33 | static struct platform_device iic_device = { | ||
34 | .name = "i2c-sh_mobile", | ||
35 | .num_resources = ARRAY_SIZE(iic_resources), | ||
36 | .resource = iic_resources, | ||
37 | }; | ||
38 | |||
39 | static struct uio_info vpu_platform_data = { | ||
40 | .name = "VPU5", | ||
41 | .version = "0", | ||
42 | .irq = 60, | ||
43 | }; | ||
44 | |||
45 | static struct resource vpu_resources[] = { | ||
46 | [0] = { | ||
47 | .name = "VPU", | ||
48 | .start = 0xfe900000, | ||
49 | .end = 0xfe902807, | ||
50 | .flags = IORESOURCE_MEM, | ||
51 | }, | ||
52 | [1] = { | ||
53 | /* place holder for contiguous memory */ | ||
54 | }, | ||
55 | }; | ||
56 | |||
57 | static struct platform_device vpu_device = { | ||
58 | .name = "uio_pdrv_genirq", | ||
59 | .id = 0, | ||
60 | .dev = { | ||
61 | .platform_data = &vpu_platform_data, | ||
62 | }, | ||
63 | .resource = vpu_resources, | ||
64 | .num_resources = ARRAY_SIZE(vpu_resources), | ||
65 | }; | ||
66 | |||
67 | static struct uio_info veu0_platform_data = { | ||
68 | .name = "VEU", | ||
69 | .version = "0", | ||
70 | .irq = 54, | ||
71 | }; | ||
72 | |||
73 | static struct resource veu0_resources[] = { | ||
74 | [0] = { | ||
75 | .name = "VEU(1)", | ||
76 | .start = 0xfe920000, | ||
77 | .end = 0xfe9200b7, | ||
78 | .flags = IORESOURCE_MEM, | ||
79 | }, | ||
80 | [1] = { | ||
81 | /* place holder for contiguous memory */ | ||
82 | }, | ||
83 | }; | ||
84 | |||
85 | static struct platform_device veu0_device = { | ||
86 | .name = "uio_pdrv_genirq", | ||
87 | .id = 1, | ||
88 | .dev = { | ||
89 | .platform_data = &veu0_platform_data, | ||
90 | }, | ||
91 | .resource = veu0_resources, | ||
92 | .num_resources = ARRAY_SIZE(veu0_resources), | ||
93 | }; | ||
94 | |||
95 | static struct uio_info veu1_platform_data = { | ||
96 | .name = "VEU", | ||
97 | .version = "0", | ||
98 | .irq = 27, | ||
99 | }; | ||
100 | |||
101 | static struct resource veu1_resources[] = { | ||
102 | [0] = { | ||
103 | .name = "VEU(2)", | ||
104 | .start = 0xfe924000, | ||
105 | .end = 0xfe9240b7, | ||
106 | .flags = IORESOURCE_MEM, | ||
107 | }, | ||
108 | [1] = { | ||
109 | /* place holder for contiguous memory */ | ||
110 | }, | ||
111 | }; | ||
112 | |||
113 | static struct platform_device veu1_device = { | ||
114 | .name = "uio_pdrv_genirq", | ||
115 | .id = 2, | ||
116 | .dev = { | ||
117 | .platform_data = &veu1_platform_data, | ||
118 | }, | ||
119 | .resource = veu1_resources, | ||
120 | .num_resources = ARRAY_SIZE(veu1_resources), | ||
121 | }; | ||
16 | 122 | ||
17 | static struct plat_sci_port sci_platform_data[] = { | 123 | static struct plat_sci_port sci_platform_data[] = { |
18 | { | 124 | { |
@@ -34,11 +140,32 @@ static struct platform_device sci_device = { | |||
34 | }; | 140 | }; |
35 | 141 | ||
36 | static struct platform_device *sh7366_devices[] __initdata = { | 142 | static struct platform_device *sh7366_devices[] __initdata = { |
143 | &iic_device, | ||
37 | &sci_device, | 144 | &sci_device, |
145 | &vpu_device, | ||
146 | &veu0_device, | ||
147 | &veu1_device, | ||
38 | }; | 148 | }; |
39 | 149 | ||
40 | static int __init sh7366_devices_setup(void) | 150 | static int __init sh7366_devices_setup(void) |
41 | { | 151 | { |
152 | clk_always_enable("mstp031"); /* TLB */ | ||
153 | clk_always_enable("mstp030"); /* IC */ | ||
154 | clk_always_enable("mstp029"); /* OC */ | ||
155 | clk_always_enable("mstp028"); /* RSMEM */ | ||
156 | clk_always_enable("mstp026"); /* XYMEM */ | ||
157 | clk_always_enable("mstp023"); /* INTC3 */ | ||
158 | clk_always_enable("mstp022"); /* INTC */ | ||
159 | clk_always_enable("mstp020"); /* SuperHyway */ | ||
160 | clk_always_enable("mstp109"); /* I2C */ | ||
161 | clk_always_enable("mstp207"); /* VEU-2 */ | ||
162 | clk_always_enable("mstp202"); /* VEU-1 */ | ||
163 | clk_always_enable("mstp201"); /* VPU */ | ||
164 | |||
165 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); | ||
166 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); | ||
167 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); | ||
168 | |||
42 | return platform_add_devices(sh7366_devices, | 169 | return platform_add_devices(sh7366_devices, |
43 | ARRAY_SIZE(sh7366_devices)); | 170 | ARRAY_SIZE(sh7366_devices)); |
44 | } | 171 | } |
@@ -97,7 +224,7 @@ static struct intc_vect vectors[] __initdata = { | |||
97 | INTC_VECT(SIU, 0xf80), | 224 | INTC_VECT(SIU, 0xf80), |
98 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), | 225 | INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420), |
99 | INTC_VECT(TMU2, 0x440), | 226 | INTC_VECT(TMU2, 0x440), |
100 | INTC_VECT(VEU2, 0x580), INTC_VECT(LCDC, 0x580), | 227 | INTC_VECT(VEU2, 0x560), INTC_VECT(LCDC, 0x580), |
101 | }; | 228 | }; |
102 | 229 | ||
103 | static struct intc_group groups[] __initdata = { | 230 | static struct intc_group groups[] __initdata = { |
@@ -163,8 +290,14 @@ static struct intc_sense_reg sense_registers[] __initdata = { | |||
163 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 290 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
164 | }; | 291 | }; |
165 | 292 | ||
166 | static DECLARE_INTC_DESC(intc_desc, "sh7366", vectors, groups, | 293 | static struct intc_mask_reg ack_registers[] __initdata = { |
167 | mask_registers, prio_registers, sense_registers); | 294 | { 0xa4140024, 0, 8, /* INTREQ00 */ |
295 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
296 | }; | ||
297 | |||
298 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7366", vectors, groups, | ||
299 | mask_registers, prio_registers, sense_registers, | ||
300 | ack_registers); | ||
168 | 301 | ||
169 | void __init plat_irq_setup(void) | 302 | void __init plat_irq_setup(void) |
170 | { | 303 | { |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 62ebccf18b3c..de1ede92176e 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c | |||
@@ -12,6 +12,8 @@ | |||
12 | #include <linux/serial.h> | 12 | #include <linux/serial.h> |
13 | #include <linux/serial_sci.h> | 13 | #include <linux/serial_sci.h> |
14 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
15 | #include <linux/uio_driver.h> | ||
16 | #include <asm/clock.h> | ||
15 | #include <asm/mmzone.h> | 17 | #include <asm/mmzone.h> |
16 | 18 | ||
17 | static struct resource usbf_resources[] = { | 19 | static struct resource usbf_resources[] = { |
@@ -59,6 +61,62 @@ static struct platform_device iic_device = { | |||
59 | .resource = iic_resources, | 61 | .resource = iic_resources, |
60 | }; | 62 | }; |
61 | 63 | ||
64 | static struct uio_info vpu_platform_data = { | ||
65 | .name = "VPU4", | ||
66 | .version = "0", | ||
67 | .irq = 60, | ||
68 | }; | ||
69 | |||
70 | static struct resource vpu_resources[] = { | ||
71 | [0] = { | ||
72 | .name = "VPU", | ||
73 | .start = 0xfe900000, | ||
74 | .end = 0xfe9022eb, | ||
75 | .flags = IORESOURCE_MEM, | ||
76 | }, | ||
77 | [1] = { | ||
78 | /* place holder for contiguous memory */ | ||
79 | }, | ||
80 | }; | ||
81 | |||
82 | static struct platform_device vpu_device = { | ||
83 | .name = "uio_pdrv_genirq", | ||
84 | .id = 0, | ||
85 | .dev = { | ||
86 | .platform_data = &vpu_platform_data, | ||
87 | }, | ||
88 | .resource = vpu_resources, | ||
89 | .num_resources = ARRAY_SIZE(vpu_resources), | ||
90 | }; | ||
91 | |||
92 | static struct uio_info veu_platform_data = { | ||
93 | .name = "VEU", | ||
94 | .version = "0", | ||
95 | .irq = 54, | ||
96 | }; | ||
97 | |||
98 | static struct resource veu_resources[] = { | ||
99 | [0] = { | ||
100 | .name = "VEU", | ||
101 | .start = 0xfe920000, | ||
102 | .end = 0xfe9200b7, | ||
103 | .flags = IORESOURCE_MEM, | ||
104 | }, | ||
105 | [1] = { | ||
106 | /* place holder for contiguous memory */ | ||
107 | }, | ||
108 | }; | ||
109 | |||
110 | static struct platform_device veu_device = { | ||
111 | .name = "uio_pdrv_genirq", | ||
112 | .id = 1, | ||
113 | .dev = { | ||
114 | .platform_data = &veu_platform_data, | ||
115 | }, | ||
116 | .resource = veu_resources, | ||
117 | .num_resources = ARRAY_SIZE(veu_resources), | ||
118 | }; | ||
119 | |||
62 | static struct plat_sci_port sci_platform_data[] = { | 120 | static struct plat_sci_port sci_platform_data[] = { |
63 | { | 121 | { |
64 | .mapbase = 0xffe00000, | 122 | .mapbase = 0xffe00000, |
@@ -95,10 +153,27 @@ static struct platform_device *sh7722_devices[] __initdata = { | |||
95 | &usbf_device, | 153 | &usbf_device, |
96 | &iic_device, | 154 | &iic_device, |
97 | &sci_device, | 155 | &sci_device, |
156 | &vpu_device, | ||
157 | &veu_device, | ||
98 | }; | 158 | }; |
99 | 159 | ||
100 | static int __init sh7722_devices_setup(void) | 160 | static int __init sh7722_devices_setup(void) |
101 | { | 161 | { |
162 | clk_always_enable("mstp031"); /* TLB */ | ||
163 | clk_always_enable("mstp030"); /* IC */ | ||
164 | clk_always_enable("mstp029"); /* OC */ | ||
165 | clk_always_enable("mstp028"); /* URAM */ | ||
166 | clk_always_enable("mstp026"); /* XYMEM */ | ||
167 | clk_always_enable("mstp022"); /* INTC */ | ||
168 | clk_always_enable("mstp020"); /* SuperHyway */ | ||
169 | clk_always_enable("mstp109"); /* I2C */ | ||
170 | clk_always_enable("mstp211"); /* USB */ | ||
171 | clk_always_enable("mstp202"); /* VEU */ | ||
172 | clk_always_enable("mstp201"); /* VPU */ | ||
173 | |||
174 | platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20); | ||
175 | platform_resource_setup_memory(&veu_device, "veu", 2 << 20); | ||
176 | |||
102 | return platform_add_devices(sh7722_devices, | 177 | return platform_add_devices(sh7722_devices, |
103 | ARRAY_SIZE(sh7722_devices)); | 178 | ARRAY_SIZE(sh7722_devices)); |
104 | } | 179 | } |
@@ -229,8 +304,14 @@ static struct intc_sense_reg sense_registers[] __initdata = { | |||
229 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 304 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
230 | }; | 305 | }; |
231 | 306 | ||
232 | static DECLARE_INTC_DESC(intc_desc, "sh7722", vectors, groups, | 307 | static struct intc_mask_reg ack_registers[] __initdata = { |
233 | mask_registers, prio_registers, sense_registers); | 308 | { 0xa4140024, 0, 8, /* INTREQ00 */ |
309 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
310 | }; | ||
311 | |||
312 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7722", vectors, groups, | ||
313 | mask_registers, prio_registers, sense_registers, | ||
314 | ack_registers); | ||
234 | 315 | ||
235 | void __init plat_irq_setup(void) | 316 | void __init plat_irq_setup(void) |
236 | { | 317 | { |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index a0470f2f5479..cd6baffdc896 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c | |||
@@ -12,8 +12,94 @@ | |||
12 | #include <linux/serial.h> | 12 | #include <linux/serial.h> |
13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
14 | #include <linux/serial_sci.h> | 14 | #include <linux/serial_sci.h> |
15 | #include <linux/uio_driver.h> | ||
16 | #include <asm/clock.h> | ||
15 | #include <asm/mmzone.h> | 17 | #include <asm/mmzone.h> |
16 | 18 | ||
19 | static struct uio_info vpu_platform_data = { | ||
20 | .name = "VPU5", | ||
21 | .version = "0", | ||
22 | .irq = 60, | ||
23 | }; | ||
24 | |||
25 | static struct resource vpu_resources[] = { | ||
26 | [0] = { | ||
27 | .name = "VPU", | ||
28 | .start = 0xfe900000, | ||
29 | .end = 0xfe902807, | ||
30 | .flags = IORESOURCE_MEM, | ||
31 | }, | ||
32 | [1] = { | ||
33 | /* place holder for contiguous memory */ | ||
34 | }, | ||
35 | }; | ||
36 | |||
37 | static struct platform_device vpu_device = { | ||
38 | .name = "uio_pdrv_genirq", | ||
39 | .id = 0, | ||
40 | .dev = { | ||
41 | .platform_data = &vpu_platform_data, | ||
42 | }, | ||
43 | .resource = vpu_resources, | ||
44 | .num_resources = ARRAY_SIZE(vpu_resources), | ||
45 | }; | ||
46 | |||
47 | static struct uio_info veu0_platform_data = { | ||
48 | .name = "VEU", | ||
49 | .version = "0", | ||
50 | .irq = 54, | ||
51 | }; | ||
52 | |||
53 | static struct resource veu0_resources[] = { | ||
54 | [0] = { | ||
55 | .name = "VEU2H0", | ||
56 | .start = 0xfe920000, | ||
57 | .end = 0xfe92027b, | ||
58 | .flags = IORESOURCE_MEM, | ||
59 | }, | ||
60 | [1] = { | ||
61 | /* place holder for contiguous memory */ | ||
62 | }, | ||
63 | }; | ||
64 | |||
65 | static struct platform_device veu0_device = { | ||
66 | .name = "uio_pdrv_genirq", | ||
67 | .id = 1, | ||
68 | .dev = { | ||
69 | .platform_data = &veu0_platform_data, | ||
70 | }, | ||
71 | .resource = veu0_resources, | ||
72 | .num_resources = ARRAY_SIZE(veu0_resources), | ||
73 | }; | ||
74 | |||
75 | static struct uio_info veu1_platform_data = { | ||
76 | .name = "VEU", | ||
77 | .version = "0", | ||
78 | .irq = 27, | ||
79 | }; | ||
80 | |||
81 | static struct resource veu1_resources[] = { | ||
82 | [0] = { | ||
83 | .name = "VEU2H1", | ||
84 | .start = 0xfe924000, | ||
85 | .end = 0xfe92427b, | ||
86 | .flags = IORESOURCE_MEM, | ||
87 | }, | ||
88 | [1] = { | ||
89 | /* place holder for contiguous memory */ | ||
90 | }, | ||
91 | }; | ||
92 | |||
93 | static struct platform_device veu1_device = { | ||
94 | .name = "uio_pdrv_genirq", | ||
95 | .id = 2, | ||
96 | .dev = { | ||
97 | .platform_data = &veu1_platform_data, | ||
98 | }, | ||
99 | .resource = veu1_resources, | ||
100 | .num_resources = ARRAY_SIZE(veu1_resources), | ||
101 | }; | ||
102 | |||
17 | static struct plat_sci_port sci_platform_data[] = { | 103 | static struct plat_sci_port sci_platform_data[] = { |
18 | { | 104 | { |
19 | .mapbase = 0xffe00000, | 105 | .mapbase = 0xffe00000, |
@@ -113,14 +199,56 @@ static struct platform_device sh7723_usb_host_device = { | |||
113 | .resource = sh7723_usb_host_resources, | 199 | .resource = sh7723_usb_host_resources, |
114 | }; | 200 | }; |
115 | 201 | ||
202 | static struct resource iic_resources[] = { | ||
203 | [0] = { | ||
204 | .name = "IIC", | ||
205 | .start = 0x04470000, | ||
206 | .end = 0x04470017, | ||
207 | .flags = IORESOURCE_MEM, | ||
208 | }, | ||
209 | [1] = { | ||
210 | .start = 96, | ||
211 | .end = 99, | ||
212 | .flags = IORESOURCE_IRQ, | ||
213 | }, | ||
214 | }; | ||
215 | |||
216 | static struct platform_device iic_device = { | ||
217 | .name = "i2c-sh_mobile", | ||
218 | .num_resources = ARRAY_SIZE(iic_resources), | ||
219 | .resource = iic_resources, | ||
220 | }; | ||
221 | |||
116 | static struct platform_device *sh7723_devices[] __initdata = { | 222 | static struct platform_device *sh7723_devices[] __initdata = { |
117 | &sci_device, | 223 | &sci_device, |
118 | &rtc_device, | 224 | &rtc_device, |
225 | &iic_device, | ||
119 | &sh7723_usb_host_device, | 226 | &sh7723_usb_host_device, |
227 | &vpu_device, | ||
228 | &veu0_device, | ||
229 | &veu1_device, | ||
120 | }; | 230 | }; |
121 | 231 | ||
122 | static int __init sh7723_devices_setup(void) | 232 | static int __init sh7723_devices_setup(void) |
123 | { | 233 | { |
234 | clk_always_enable("mstp031"); /* TLB */ | ||
235 | clk_always_enable("mstp030"); /* IC */ | ||
236 | clk_always_enable("mstp029"); /* OC */ | ||
237 | clk_always_enable("mstp024"); /* FPU */ | ||
238 | clk_always_enable("mstp022"); /* INTC */ | ||
239 | clk_always_enable("mstp020"); /* SuperHyway */ | ||
240 | clk_always_enable("mstp000"); /* MERAM */ | ||
241 | clk_always_enable("mstp109"); /* I2C */ | ||
242 | clk_always_enable("mstp108"); /* RTC */ | ||
243 | clk_always_enable("mstp211"); /* USB */ | ||
244 | clk_always_enable("mstp206"); /* VEU2H1 */ | ||
245 | clk_always_enable("mstp202"); /* VEU2H0 */ | ||
246 | clk_always_enable("mstp201"); /* VPU */ | ||
247 | |||
248 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); | ||
249 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); | ||
250 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); | ||
251 | |||
124 | return platform_add_devices(sh7723_devices, | 252 | return platform_add_devices(sh7723_devices, |
125 | ARRAY_SIZE(sh7723_devices)); | 253 | ARRAY_SIZE(sh7723_devices)); |
126 | } | 254 | } |
@@ -326,8 +454,14 @@ static struct intc_sense_reg sense_registers[] __initdata = { | |||
326 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 454 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
327 | }; | 455 | }; |
328 | 456 | ||
329 | static DECLARE_INTC_DESC(intc_desc, "sh7723", vectors, groups, | 457 | static struct intc_mask_reg ack_registers[] __initdata = { |
330 | mask_registers, prio_registers, sense_registers); | 458 | { 0xa4140024, 0, 8, /* INTREQ00 */ |
459 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
460 | }; | ||
461 | |||
462 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7723", vectors, groups, | ||
463 | mask_registers, prio_registers, sense_registers, | ||
464 | ack_registers); | ||
331 | 465 | ||
332 | void __init plat_irq_setup(void) | 466 | void __init plat_irq_setup(void) |
333 | { | 467 | { |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c index f189a559462b..3c5b629887a8 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7763.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7763.c | |||
@@ -3,6 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2006 Paul Mundt | 4 | * Copyright (C) 2006 Paul Mundt |
5 | * Copyright (C) 2007 Yoshihiro Shimoda | 5 | * Copyright (C) 2007 Yoshihiro Shimoda |
6 | * Copyright (C) 2008 Nobuhiro Iwamatsu | ||
6 | * | 7 | * |
7 | * This file is subject to the terms and conditions of the GNU General Public | 8 | * This file is subject to the terms and conditions of the GNU General Public |
8 | * License. See the file "COPYING" in the main directory of this archive | 9 | * License. See the file "COPYING" in the main directory of this archive |
@@ -56,6 +57,11 @@ static struct plat_sci_port sci_platform_data[] = { | |||
56 | .type = PORT_SCIF, | 57 | .type = PORT_SCIF, |
57 | .irqs = { 76, 77, 79, 78 }, | 58 | .irqs = { 76, 77, 79, 78 }, |
58 | }, { | 59 | }, { |
60 | .mapbase = 0xffe10000, | ||
61 | .flags = UPF_BOOT_AUTOCONF, | ||
62 | .type = PORT_SCIF, | ||
63 | .irqs = { 104, 105, 107, 106 }, | ||
64 | }, { | ||
59 | .flags = 0, | 65 | .flags = 0, |
60 | } | 66 | } |
61 | }; | 67 | }; |
@@ -208,8 +214,8 @@ static struct intc_vect vectors[] __initdata = { | |||
208 | INTC_VECT(TMU5, 0xe40), INTC_VECT(ADC, 0xe60), | 214 | INTC_VECT(TMU5, 0xe40), INTC_VECT(ADC, 0xe60), |
209 | INTC_VECT(SSI0, 0xe80), INTC_VECT(SSI1, 0xea0), | 215 | INTC_VECT(SSI0, 0xe80), INTC_VECT(SSI1, 0xea0), |
210 | INTC_VECT(SSI2, 0xec0), INTC_VECT(SSI3, 0xee0), | 216 | INTC_VECT(SSI2, 0xec0), INTC_VECT(SSI3, 0xee0), |
211 | INTC_VECT(SCIF1_ERI, 0xf00), INTC_VECT(SCIF1_RXI, 0xf20), | 217 | INTC_VECT(SCIF2_ERI, 0xf00), INTC_VECT(SCIF2_RXI, 0xf20), |
212 | INTC_VECT(SCIF1_BRI, 0xf40), INTC_VECT(SCIF1_TXI, 0xf60), | 218 | INTC_VECT(SCIF2_BRI, 0xf40), INTC_VECT(SCIF2_TXI, 0xf60), |
213 | INTC_VECT(GPIO_CH0, 0xf80), INTC_VECT(GPIO_CH1, 0xfa0), | 219 | INTC_VECT(GPIO_CH0, 0xf80), INTC_VECT(GPIO_CH1, 0xfa0), |
214 | INTC_VECT(GPIO_CH2, 0xfc0), INTC_VECT(GPIO_CH3, 0xfe0), | 220 | INTC_VECT(GPIO_CH2, 0xfc0), INTC_VECT(GPIO_CH3, 0xfe0), |
215 | }; | 221 | }; |
@@ -290,9 +296,14 @@ static struct intc_sense_reg irq_sense_registers[] __initdata = { | |||
290 | IRQ4, IRQ5, IRQ6, IRQ7 } }, | 296 | IRQ4, IRQ5, IRQ6, IRQ7 } }, |
291 | }; | 297 | }; |
292 | 298 | ||
293 | static DECLARE_INTC_DESC(intc_irq_desc, "sh7763-irq", irq_vectors, | 299 | static struct intc_mask_reg irq_ack_registers[] __initdata = { |
294 | NULL, irq_mask_registers, irq_prio_registers, | 300 | { 0xffd00024, 0, 32, /* INTREQ */ |
295 | irq_sense_registers); | 301 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
302 | }; | ||
303 | |||
304 | static DECLARE_INTC_DESC_ACK(intc_irq_desc, "sh7763-irq", irq_vectors, | ||
305 | NULL, irq_mask_registers, irq_prio_registers, | ||
306 | irq_sense_registers, irq_ack_registers); | ||
296 | 307 | ||
297 | 308 | ||
298 | /* External interrupt pins in IRL mode */ | 309 | /* External interrupt pins in IRL mode */ |
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c index 18dbbe23fea1..fb8200cc7440 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c | |||
@@ -217,9 +217,14 @@ static struct intc_sense_reg irq_sense_registers[] __initdata = { | |||
217 | IRQ4, IRQ5, IRQ6, IRQ7 } }, | 217 | IRQ4, IRQ5, IRQ6, IRQ7 } }, |
218 | }; | 218 | }; |
219 | 219 | ||
220 | static DECLARE_INTC_DESC(intc_irq_desc, "sh7780-irq", irq_vectors, | 220 | static struct intc_mask_reg irq_ack_registers[] __initdata = { |
221 | NULL, irq_mask_registers, irq_prio_registers, | 221 | { 0xffd00024, 0, 32, /* INTREQ */ |
222 | irq_sense_registers); | 222 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
223 | }; | ||
224 | |||
225 | static DECLARE_INTC_DESC_ACK(intc_irq_desc, "sh7780-irq", irq_vectors, | ||
226 | NULL, irq_mask_registers, irq_prio_registers, | ||
227 | irq_sense_registers, irq_ack_registers); | ||
223 | 228 | ||
224 | /* External interrupt pins in IRL mode */ | 229 | /* External interrupt pins in IRL mode */ |
225 | 230 | ||
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c index 621e7329ec63..30baa63b24c8 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c | |||
@@ -238,13 +238,18 @@ static struct intc_sense_reg sense_registers[] __initdata = { | |||
238 | IRQ4, IRQ5, IRQ6, IRQ7 } }, | 238 | IRQ4, IRQ5, IRQ6, IRQ7 } }, |
239 | }; | 239 | }; |
240 | 240 | ||
241 | static DECLARE_INTC_DESC(intc_desc_irq0123, "sh7785-irq0123", vectors_irq0123, | 241 | static struct intc_mask_reg ack_registers[] __initdata = { |
242 | NULL, mask_registers, prio_registers, | 242 | { 0xffd00024, 0, 32, /* INTREQ */ |
243 | sense_registers); | 243 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
244 | }; | ||
245 | |||
246 | static DECLARE_INTC_DESC_ACK(intc_desc_irq0123, "sh7785-irq0123", | ||
247 | vectors_irq0123, NULL, mask_registers, | ||
248 | prio_registers, sense_registers, ack_registers); | ||
244 | 249 | ||
245 | static DECLARE_INTC_DESC(intc_desc_irq4567, "sh7785-irq4567", vectors_irq4567, | 250 | static DECLARE_INTC_DESC_ACK(intc_desc_irq4567, "sh7785-irq4567", |
246 | NULL, mask_registers, prio_registers, | 251 | vectors_irq4567, NULL, mask_registers, |
247 | sense_registers); | 252 | prio_registers, sense_registers, ack_registers); |
248 | 253 | ||
249 | /* External interrupt pins in IRL mode */ | 254 | /* External interrupt pins in IRL mode */ |
250 | 255 | ||
diff --git a/arch/sh/kernel/cpu/sh5/entry.S b/arch/sh/kernel/cpu/sh5/entry.S index 05372ed6c568..04c7da968146 100644 --- a/arch/sh/kernel/cpu/sh5/entry.S +++ b/arch/sh/kernel/cpu/sh5/entry.S | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | #include <linux/errno.h> | 12 | #include <linux/errno.h> |
13 | #include <linux/sys.h> | 13 | #include <linux/sys.h> |
14 | #include <asm/cpu/registers.h> | 14 | #include <cpu/registers.h> |
15 | #include <asm/processor.h> | 15 | #include <asm/processor.h> |
16 | #include <asm/unistd.h> | 16 | #include <asm/unistd.h> |
17 | #include <asm/thread_info.h> | 17 | #include <asm/thread_info.h> |
@@ -987,11 +987,11 @@ work_resched: | |||
987 | work_notifysig: | 987 | work_notifysig: |
988 | gettr tr1, LINK | 988 | gettr tr1, LINK |
989 | 989 | ||
990 | movi do_signal, r6 | 990 | movi do_notify_resume, r6 |
991 | ptabs r6, tr0 | 991 | ptabs r6, tr0 |
992 | or SP, ZERO, r2 | 992 | or SP, ZERO, r2 |
993 | or ZERO, ZERO, r3 | 993 | or r7, ZERO, r3 |
994 | blink tr0, LINK /* Call do_signal(regs, 0), return here */ | 994 | blink tr0, LINK /* Call do_notify_resume(regs, current_thread_info->flags), return here */ |
995 | 995 | ||
996 | restore_all: | 996 | restore_all: |
997 | /* Do prefetches */ | 997 | /* Do prefetches */ |
@@ -1300,18 +1300,20 @@ syscall_allowed: | |||
1300 | 1300 | ||
1301 | getcon KCR0, r2 | 1301 | getcon KCR0, r2 |
1302 | ld.l r2, TI_FLAGS, r4 | 1302 | ld.l r2, TI_FLAGS, r4 |
1303 | movi (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | _TIF_SYSCALL_AUDIT), r6 | 1303 | movi _TIF_WORK_SYSCALL_MASK, r6 |
1304 | and r6, r4, r6 | 1304 | and r6, r4, r6 |
1305 | beq/l r6, ZERO, tr0 | 1305 | beq/l r6, ZERO, tr0 |
1306 | 1306 | ||
1307 | /* Trace it by calling syscall_trace before and after */ | 1307 | /* Trace it by calling syscall_trace before and after */ |
1308 | movi syscall_trace, r4 | 1308 | movi do_syscall_trace_enter, r4 |
1309 | or SP, ZERO, r2 | 1309 | or SP, ZERO, r2 |
1310 | or ZERO, ZERO, r3 | ||
1311 | ptabs r4, tr0 | 1310 | ptabs r4, tr0 |
1312 | blink tr0, LINK | 1311 | blink tr0, LINK |
1313 | 1312 | ||
1314 | /* Reload syscall number as r5 is trashed by syscall_trace */ | 1313 | /* Save the retval */ |
1314 | st.q SP, FRAME_R(2), r2 | ||
1315 | |||
1316 | /* Reload syscall number as r5 is trashed by do_syscall_trace_enter */ | ||
1315 | ld.q SP, FRAME_S(FSYSCALL_ID), r5 | 1317 | ld.q SP, FRAME_S(FSYSCALL_ID), r5 |
1316 | andi r5, 0x1ff, r5 | 1318 | andi r5, 0x1ff, r5 |
1317 | 1319 | ||
@@ -1343,9 +1345,8 @@ syscall_ret_trace: | |||
1343 | /* We get back here only if under trace */ | 1345 | /* We get back here only if under trace */ |
1344 | st.q SP, FRAME_R(9), r2 /* Save return value */ | 1346 | st.q SP, FRAME_R(9), r2 /* Save return value */ |
1345 | 1347 | ||
1346 | movi syscall_trace, LINK | 1348 | movi do_syscall_trace_leave, LINK |
1347 | or SP, ZERO, r2 | 1349 | or SP, ZERO, r2 |
1348 | movi 1, r3 | ||
1349 | ptabs LINK, tr0 | 1350 | ptabs LINK, tr0 |
1350 | blink tr0, LINK | 1351 | blink tr0, LINK |
1351 | 1352 | ||
diff --git a/arch/sh/kernel/entry-common.S b/arch/sh/kernel/entry-common.S index 718bd2356b34..0bc17def55a7 100644 --- a/arch/sh/kernel/entry-common.S +++ b/arch/sh/kernel/entry-common.S | |||
@@ -192,7 +192,7 @@ work_resched: | |||
192 | .align 2 | 192 | .align 2 |
193 | 1: .long schedule | 193 | 1: .long schedule |
194 | 2: .long do_notify_resume | 194 | 2: .long do_notify_resume |
195 | 3: .long restore_all | 195 | 3: .long resume_userspace |
196 | #ifdef CONFIG_TRACE_IRQFLAGS | 196 | #ifdef CONFIG_TRACE_IRQFLAGS |
197 | 4: .long trace_hardirqs_on | 197 | 4: .long trace_hardirqs_on |
198 | 5: .long trace_hardirqs_off | 198 | 5: .long trace_hardirqs_off |
@@ -202,7 +202,7 @@ work_resched: | |||
202 | syscall_exit_work: | 202 | syscall_exit_work: |
203 | ! r0: current_thread_info->flags | 203 | ! r0: current_thread_info->flags |
204 | ! r8: current_thread_info | 204 | ! r8: current_thread_info |
205 | tst #_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | _TIF_SYSCALL_AUDIT, r0 | 205 | tst #_TIF_WORK_SYSCALL_MASK, r0 |
206 | bt/s work_pending | 206 | bt/s work_pending |
207 | tst #_TIF_NEED_RESCHED, r0 | 207 | tst #_TIF_NEED_RESCHED, r0 |
208 | #ifdef CONFIG_TRACE_IRQFLAGS | 208 | #ifdef CONFIG_TRACE_IRQFLAGS |
@@ -211,10 +211,8 @@ syscall_exit_work: | |||
211 | nop | 211 | nop |
212 | #endif | 212 | #endif |
213 | sti | 213 | sti |
214 | ! XXX setup arguments... | ||
215 | mov r15, r4 | 214 | mov r15, r4 |
216 | mov #1, r5 | 215 | mov.l 8f, r0 ! do_syscall_trace_leave |
217 | mov.l 4f, r0 ! do_syscall_trace | ||
218 | jsr @r0 | 216 | jsr @r0 |
219 | nop | 217 | nop |
220 | bra resume_userspace | 218 | bra resume_userspace |
@@ -223,12 +221,11 @@ syscall_exit_work: | |||
223 | .align 2 | 221 | .align 2 |
224 | syscall_trace_entry: | 222 | syscall_trace_entry: |
225 | ! Yes it is traced. | 223 | ! Yes it is traced. |
226 | ! XXX setup arguments... | ||
227 | mov r15, r4 | 224 | mov r15, r4 |
228 | mov #0, r5 | 225 | mov.l 7f, r11 ! Call do_syscall_trace_enter which notifies |
229 | mov.l 4f, r11 ! Call do_syscall_trace which notifies | ||
230 | jsr @r11 ! superior (will chomp R[0-7]) | 226 | jsr @r11 ! superior (will chomp R[0-7]) |
231 | nop | 227 | nop |
228 | mov.l r0, @(OFF_R0,r15) ! Save return value | ||
232 | ! Reload R0-R4 from kernel stack, where the | 229 | ! Reload R0-R4 from kernel stack, where the |
233 | ! parent may have modified them using | 230 | ! parent may have modified them using |
234 | ! ptrace(POKEUSR). (Note that R0-R2 are | 231 | ! ptrace(POKEUSR). (Note that R0-R2 are |
@@ -351,7 +348,7 @@ ENTRY(system_call) | |||
351 | ! | 348 | ! |
352 | get_current_thread_info r8, r10 | 349 | get_current_thread_info r8, r10 |
353 | mov.l @(TI_FLAGS,r8), r8 | 350 | mov.l @(TI_FLAGS,r8), r8 |
354 | mov #(_TIF_SYSCALL_TRACE | _TIF_SYSCALL_AUDIT), r10 | 351 | mov #_TIF_WORK_SYSCALL_MASK, r10 |
355 | tst r10, r8 | 352 | tst r10, r8 |
356 | bf syscall_trace_entry | 353 | bf syscall_trace_entry |
357 | ! | 354 | ! |
@@ -389,8 +386,9 @@ syscall_exit: | |||
389 | #endif | 386 | #endif |
390 | 2: .long NR_syscalls | 387 | 2: .long NR_syscalls |
391 | 3: .long sys_call_table | 388 | 3: .long sys_call_table |
392 | 4: .long do_syscall_trace | ||
393 | #ifdef CONFIG_TRACE_IRQFLAGS | 389 | #ifdef CONFIG_TRACE_IRQFLAGS |
394 | 5: .long trace_hardirqs_on | 390 | 5: .long trace_hardirqs_on |
395 | 6: .long trace_hardirqs_off | 391 | 6: .long trace_hardirqs_off |
396 | #endif | 392 | #endif |
393 | 7: .long do_syscall_trace_enter | ||
394 | 8: .long do_syscall_trace_leave | ||
diff --git a/arch/sh/kernel/head_64.S b/arch/sh/kernel/head_64.S index f42d4c0feb76..7ccfb995a398 100644 --- a/arch/sh/kernel/head_64.S +++ b/arch/sh/kernel/head_64.S | |||
@@ -11,8 +11,8 @@ | |||
11 | #include <asm/page.h> | 11 | #include <asm/page.h> |
12 | #include <asm/cache.h> | 12 | #include <asm/cache.h> |
13 | #include <asm/tlb.h> | 13 | #include <asm/tlb.h> |
14 | #include <asm/cpu/registers.h> | 14 | #include <cpu/registers.h> |
15 | #include <asm/cpu/mmu_context.h> | 15 | #include <cpu/mmu_context.h> |
16 | #include <asm/thread_info.h> | 16 | #include <asm/thread_info.h> |
17 | 17 | ||
18 | /* | 18 | /* |
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index a2a99e487e33..64b7690c664c 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <asm/machvec.h> | 15 | #include <asm/machvec.h> |
16 | #include <asm/uaccess.h> | 16 | #include <asm/uaccess.h> |
17 | #include <asm/thread_info.h> | 17 | #include <asm/thread_info.h> |
18 | #include <asm/cpu/mmu_context.h> | 18 | #include <cpu/mmu_context.h> |
19 | 19 | ||
20 | atomic_t irq_err_count; | 20 | atomic_t irq_err_count; |
21 | 21 | ||
diff --git a/arch/sh/kernel/machine_kexec.c b/arch/sh/kernel/machine_kexec.c index ec1eadce4aaa..4703dff174d5 100644 --- a/arch/sh/kernel/machine_kexec.c +++ b/arch/sh/kernel/machine_kexec.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/kexec.h> | 13 | #include <linux/kexec.h> |
14 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
15 | #include <linux/reboot.h> | 15 | #include <linux/reboot.h> |
16 | #include <linux/numa.h> | ||
16 | #include <asm/pgtable.h> | 17 | #include <asm/pgtable.h> |
17 | #include <asm/pgalloc.h> | 18 | #include <asm/pgalloc.h> |
18 | #include <asm/mmu_context.h> | 19 | #include <asm/mmu_context.h> |
@@ -104,3 +105,10 @@ void machine_kexec(struct kimage *image) | |||
104 | (*rnk)(page_list, reboot_code_buffer, image->start, vbr_reg); | 105 | (*rnk)(page_list, reboot_code_buffer, image->start, vbr_reg); |
105 | } | 106 | } |
106 | 107 | ||
108 | void arch_crash_save_vmcoreinfo(void) | ||
109 | { | ||
110 | #ifdef CONFIG_NUMA | ||
111 | VMCOREINFO_SYMBOL(node_data); | ||
112 | VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); | ||
113 | #endif | ||
114 | } | ||
diff --git a/arch/sh/kernel/module.c b/arch/sh/kernel/module.c index 5482e65375a9..c43081039dd5 100644 --- a/arch/sh/kernel/module.c +++ b/arch/sh/kernel/module.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/moduleloader.h> | 27 | #include <linux/moduleloader.h> |
28 | #include <linux/elf.h> | 28 | #include <linux/elf.h> |
29 | #include <linux/vmalloc.h> | 29 | #include <linux/vmalloc.h> |
30 | #include <linux/bug.h> | ||
30 | #include <linux/fs.h> | 31 | #include <linux/fs.h> |
31 | #include <linux/string.h> | 32 | #include <linux/string.h> |
32 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
@@ -36,7 +37,8 @@ void *module_alloc(unsigned long size) | |||
36 | { | 37 | { |
37 | if (size == 0) | 38 | if (size == 0) |
38 | return NULL; | 39 | return NULL; |
39 | return vmalloc(size); | 40 | |
41 | return vmalloc_exec(size); | ||
40 | } | 42 | } |
41 | 43 | ||
42 | 44 | ||
@@ -145,9 +147,10 @@ int module_finalize(const Elf_Ehdr *hdr, | |||
145 | const Elf_Shdr *sechdrs, | 147 | const Elf_Shdr *sechdrs, |
146 | struct module *me) | 148 | struct module *me) |
147 | { | 149 | { |
148 | return 0; | 150 | return module_bug_finalize(hdr, sechdrs, me); |
149 | } | 151 | } |
150 | 152 | ||
151 | void module_arch_cleanup(struct module *mod) | 153 | void module_arch_cleanup(struct module *mod) |
152 | { | 154 | { |
155 | module_bug_cleanup(mod); | ||
153 | } | 156 | } |
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 921892c351da..3326a45749d9 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c | |||
@@ -34,18 +34,6 @@ void (*pm_idle)(void); | |||
34 | void (*pm_power_off)(void); | 34 | void (*pm_power_off)(void); |
35 | EXPORT_SYMBOL(pm_power_off); | 35 | EXPORT_SYMBOL(pm_power_off); |
36 | 36 | ||
37 | void disable_hlt(void) | ||
38 | { | ||
39 | hlt_counter++; | ||
40 | } | ||
41 | EXPORT_SYMBOL(disable_hlt); | ||
42 | |||
43 | void enable_hlt(void) | ||
44 | { | ||
45 | hlt_counter--; | ||
46 | } | ||
47 | EXPORT_SYMBOL(enable_hlt); | ||
48 | |||
49 | static int __init nohlt_setup(char *__unused) | 37 | static int __init nohlt_setup(char *__unused) |
50 | { | 38 | { |
51 | hlt_counter = 1; | 39 | hlt_counter = 1; |
@@ -60,7 +48,7 @@ static int __init hlt_setup(char *__unused) | |||
60 | } | 48 | } |
61 | __setup("hlt", hlt_setup); | 49 | __setup("hlt", hlt_setup); |
62 | 50 | ||
63 | void default_idle(void) | 51 | static void default_idle(void) |
64 | { | 52 | { |
65 | if (!hlt_counter) { | 53 | if (!hlt_counter) { |
66 | clear_thread_flag(TIF_POLLING_NRFLAG); | 54 | clear_thread_flag(TIF_POLLING_NRFLAG); |
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index 0283d8133075..b9dbd2d3b4a5 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
@@ -36,16 +36,6 @@ static int hlt_counter = 1; | |||
36 | 36 | ||
37 | #define HARD_IDLE_TIMEOUT (HZ / 3) | 37 | #define HARD_IDLE_TIMEOUT (HZ / 3) |
38 | 38 | ||
39 | void disable_hlt(void) | ||
40 | { | ||
41 | hlt_counter++; | ||
42 | } | ||
43 | |||
44 | void enable_hlt(void) | ||
45 | { | ||
46 | hlt_counter--; | ||
47 | } | ||
48 | |||
49 | static int __init nohlt_setup(char *__unused) | 39 | static int __init nohlt_setup(char *__unused) |
50 | { | 40 | { |
51 | hlt_counter = 1; | 41 | hlt_counter = 1; |
diff --git a/arch/sh/kernel/ptrace_32.c b/arch/sh/kernel/ptrace_32.c index fddb547f3c2b..035cb300d3dc 100644 --- a/arch/sh/kernel/ptrace_32.c +++ b/arch/sh/kernel/ptrace_32.c | |||
@@ -20,6 +20,8 @@ | |||
20 | #include <linux/signal.h> | 20 | #include <linux/signal.h> |
21 | #include <linux/io.h> | 21 | #include <linux/io.h> |
22 | #include <linux/audit.h> | 22 | #include <linux/audit.h> |
23 | #include <linux/seccomp.h> | ||
24 | #include <linux/tracehook.h> | ||
23 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
24 | #include <asm/pgtable.h> | 26 | #include <asm/pgtable.h> |
25 | #include <asm/system.h> | 27 | #include <asm/system.h> |
@@ -57,7 +59,23 @@ static inline int put_stack_long(struct task_struct *task, int offset, | |||
57 | return 0; | 59 | return 0; |
58 | } | 60 | } |
59 | 61 | ||
60 | static void ptrace_disable_singlestep(struct task_struct *child) | 62 | void user_enable_single_step(struct task_struct *child) |
63 | { | ||
64 | struct pt_regs *regs = task_pt_regs(child); | ||
65 | long pc; | ||
66 | |||
67 | pc = get_stack_long(child, (long)®s->pc); | ||
68 | |||
69 | /* Next scheduling will set up UBC */ | ||
70 | if (child->thread.ubc_pc == 0) | ||
71 | ubc_usercnt += 1; | ||
72 | |||
73 | child->thread.ubc_pc = pc; | ||
74 | |||
75 | set_tsk_thread_flag(child, TIF_SINGLESTEP); | ||
76 | } | ||
77 | |||
78 | void user_disable_single_step(struct task_struct *child) | ||
61 | { | 79 | { |
62 | clear_tsk_thread_flag(child, TIF_SINGLESTEP); | 80 | clear_tsk_thread_flag(child, TIF_SINGLESTEP); |
63 | 81 | ||
@@ -81,7 +99,7 @@ static void ptrace_disable_singlestep(struct task_struct *child) | |||
81 | */ | 99 | */ |
82 | void ptrace_disable(struct task_struct *child) | 100 | void ptrace_disable(struct task_struct *child) |
83 | { | 101 | { |
84 | ptrace_disable_singlestep(child); | 102 | user_disable_single_step(child); |
85 | } | 103 | } |
86 | 104 | ||
87 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | 105 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) |
@@ -90,12 +108,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
90 | int ret; | 108 | int ret; |
91 | 109 | ||
92 | switch (request) { | 110 | switch (request) { |
93 | /* when I and D space are separate, these will need to be fixed. */ | ||
94 | case PTRACE_PEEKTEXT: /* read word at location addr. */ | ||
95 | case PTRACE_PEEKDATA: | ||
96 | ret = generic_ptrace_peekdata(child, addr, data); | ||
97 | break; | ||
98 | |||
99 | /* read the word at location addr in the USER area. */ | 111 | /* read the word at location addr in the USER area. */ |
100 | case PTRACE_PEEKUSR: { | 112 | case PTRACE_PEEKUSR: { |
101 | unsigned long tmp; | 113 | unsigned long tmp; |
@@ -125,12 +137,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
125 | break; | 137 | break; |
126 | } | 138 | } |
127 | 139 | ||
128 | /* when I and D space are separate, this will have to be fixed. */ | ||
129 | case PTRACE_POKETEXT: /* write the word at location addr. */ | ||
130 | case PTRACE_POKEDATA: | ||
131 | ret = generic_ptrace_pokedata(child, addr, data); | ||
132 | break; | ||
133 | |||
134 | case PTRACE_POKEUSR: /* write the word at location addr in the USER area */ | 140 | case PTRACE_POKEUSR: /* write the word at location addr in the USER area */ |
135 | ret = -EIO; | 141 | ret = -EIO; |
136 | if ((addr & 3) || addr < 0 || | 142 | if ((addr & 3) || addr < 0 || |
@@ -151,67 +157,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
151 | } | 157 | } |
152 | break; | 158 | break; |
153 | 159 | ||
154 | case PTRACE_SYSCALL: /* continue and stop at next (return from) syscall */ | ||
155 | case PTRACE_CONT: { /* restart after signal. */ | ||
156 | ret = -EIO; | ||
157 | if (!valid_signal(data)) | ||
158 | break; | ||
159 | if (request == PTRACE_SYSCALL) | ||
160 | set_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
161 | else | ||
162 | clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
163 | |||
164 | ptrace_disable_singlestep(child); | ||
165 | |||
166 | child->exit_code = data; | ||
167 | wake_up_process(child); | ||
168 | ret = 0; | ||
169 | break; | ||
170 | } | ||
171 | |||
172 | /* | ||
173 | * make the child exit. Best I can do is send it a sigkill. | ||
174 | * perhaps it should be put in the status that it wants to | ||
175 | * exit. | ||
176 | */ | ||
177 | case PTRACE_KILL: { | ||
178 | ret = 0; | ||
179 | if (child->exit_state == EXIT_ZOMBIE) /* already dead */ | ||
180 | break; | ||
181 | ptrace_disable_singlestep(child); | ||
182 | child->exit_code = SIGKILL; | ||
183 | wake_up_process(child); | ||
184 | break; | ||
185 | } | ||
186 | |||
187 | case PTRACE_SINGLESTEP: { /* set the trap flag. */ | ||
188 | long pc; | ||
189 | struct pt_regs *regs = NULL; | ||
190 | |||
191 | ret = -EIO; | ||
192 | if (!valid_signal(data)) | ||
193 | break; | ||
194 | clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
195 | if ((child->ptrace & PT_DTRACE) == 0) { | ||
196 | /* Spurious delayed TF traps may occur */ | ||
197 | child->ptrace |= PT_DTRACE; | ||
198 | } | ||
199 | |||
200 | pc = get_stack_long(child, (long)®s->pc); | ||
201 | |||
202 | /* Next scheduling will set up UBC */ | ||
203 | if (child->thread.ubc_pc == 0) | ||
204 | ubc_usercnt += 1; | ||
205 | child->thread.ubc_pc = pc; | ||
206 | |||
207 | set_tsk_thread_flag(child, TIF_SINGLESTEP); | ||
208 | child->exit_code = data; | ||
209 | /* give it a chance to run. */ | ||
210 | wake_up_process(child); | ||
211 | ret = 0; | ||
212 | break; | ||
213 | } | ||
214 | |||
215 | #ifdef CONFIG_SH_DSP | 160 | #ifdef CONFIG_SH_DSP |
216 | case PTRACE_GETDSPREGS: { | 161 | case PTRACE_GETDSPREGS: { |
217 | unsigned long dp; | 162 | unsigned long dp; |
@@ -241,6 +186,29 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
241 | break; | 186 | break; |
242 | } | 187 | } |
243 | #endif | 188 | #endif |
189 | #ifdef CONFIG_BINFMT_ELF_FDPIC | ||
190 | case PTRACE_GETFDPIC: { | ||
191 | unsigned long tmp = 0; | ||
192 | |||
193 | switch (addr) { | ||
194 | case PTRACE_GETFDPIC_EXEC: | ||
195 | tmp = child->mm->context.exec_fdpic_loadmap; | ||
196 | break; | ||
197 | case PTRACE_GETFDPIC_INTERP: | ||
198 | tmp = child->mm->context.interp_fdpic_loadmap; | ||
199 | break; | ||
200 | default: | ||
201 | break; | ||
202 | } | ||
203 | |||
204 | ret = 0; | ||
205 | if (put_user(tmp, (unsigned long *) data)) { | ||
206 | ret = -EFAULT; | ||
207 | break; | ||
208 | } | ||
209 | break; | ||
210 | } | ||
211 | #endif | ||
244 | default: | 212 | default: |
245 | ret = ptrace_request(child, request, addr, data); | 213 | ret = ptrace_request(child, request, addr, data); |
246 | break; | 214 | break; |
@@ -249,39 +217,49 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
249 | return ret; | 217 | return ret; |
250 | } | 218 | } |
251 | 219 | ||
252 | asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit) | 220 | static inline int audit_arch(void) |
253 | { | 221 | { |
254 | struct task_struct *tsk = current; | 222 | int arch = EM_SH; |
255 | 223 | ||
256 | if (unlikely(current->audit_context) && entryexit) | 224 | #ifdef CONFIG_CPU_LITTLE_ENDIAN |
257 | audit_syscall_exit(AUDITSC_RESULT(regs->regs[0]), | 225 | arch |= __AUDIT_ARCH_LE; |
258 | regs->regs[0]); | 226 | #endif |
259 | 227 | ||
260 | if (!test_thread_flag(TIF_SYSCALL_TRACE) && | 228 | return arch; |
261 | !test_thread_flag(TIF_SINGLESTEP)) | 229 | } |
262 | goto out; | ||
263 | if (!(tsk->ptrace & PT_PTRACED)) | ||
264 | goto out; | ||
265 | 230 | ||
266 | /* the 0x80 provides a way for the tracing parent to distinguish | 231 | asmlinkage long do_syscall_trace_enter(struct pt_regs *regs) |
267 | between a syscall stop and SIGTRAP delivery */ | 232 | { |
268 | ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) && | 233 | long ret = 0; |
269 | !test_thread_flag(TIF_SINGLESTEP) ? 0x80 : 0)); | ||
270 | 234 | ||
271 | /* | 235 | secure_computing(regs->regs[0]); |
272 | * this isn't the same as continuing with a signal, but it will do | ||
273 | * for normal use. strace only continues with a signal if the | ||
274 | * stopping signal is not SIGTRAP. -brl | ||
275 | */ | ||
276 | if (tsk->exit_code) { | ||
277 | send_sig(tsk->exit_code, tsk, 1); | ||
278 | tsk->exit_code = 0; | ||
279 | } | ||
280 | 236 | ||
281 | out: | 237 | if (test_thread_flag(TIF_SYSCALL_TRACE) && |
282 | if (unlikely(current->audit_context) && !entryexit) | 238 | tracehook_report_syscall_entry(regs)) |
283 | audit_syscall_entry(AUDIT_ARCH_SH, regs->regs[3], | 239 | /* |
240 | * Tracing decided this syscall should not happen. | ||
241 | * We'll return a bogus call number to get an ENOSYS | ||
242 | * error, but leave the original number in regs->regs[0]. | ||
243 | */ | ||
244 | ret = -1L; | ||
245 | |||
246 | if (unlikely(current->audit_context)) | ||
247 | audit_syscall_entry(audit_arch(), regs->regs[3], | ||
284 | regs->regs[4], regs->regs[5], | 248 | regs->regs[4], regs->regs[5], |
285 | regs->regs[6], regs->regs[7]); | 249 | regs->regs[6], regs->regs[7]); |
286 | 250 | ||
251 | return ret ?: regs->regs[0]; | ||
252 | } | ||
253 | |||
254 | asmlinkage void do_syscall_trace_leave(struct pt_regs *regs) | ||
255 | { | ||
256 | int step; | ||
257 | |||
258 | if (unlikely(current->audit_context)) | ||
259 | audit_syscall_exit(AUDITSC_RESULT(regs->regs[0]), | ||
260 | regs->regs[0]); | ||
261 | |||
262 | step = test_thread_flag(TIF_SINGLESTEP); | ||
263 | if (step || test_thread_flag(TIF_SYSCALL_TRACE)) | ||
264 | tracehook_report_syscall_exit(regs, step); | ||
287 | } | 265 | } |
diff --git a/arch/sh/kernel/ptrace_64.c b/arch/sh/kernel/ptrace_64.c index d453c47dc522..5922edd416db 100644 --- a/arch/sh/kernel/ptrace_64.c +++ b/arch/sh/kernel/ptrace_64.c | |||
@@ -27,6 +27,8 @@ | |||
27 | #include <linux/signal.h> | 27 | #include <linux/signal.h> |
28 | #include <linux/syscalls.h> | 28 | #include <linux/syscalls.h> |
29 | #include <linux/audit.h> | 29 | #include <linux/audit.h> |
30 | #include <linux/seccomp.h> | ||
31 | #include <linux/tracehook.h> | ||
30 | #include <asm/io.h> | 32 | #include <asm/io.h> |
31 | #include <asm/uaccess.h> | 33 | #include <asm/uaccess.h> |
32 | #include <asm/pgtable.h> | 34 | #include <asm/pgtable.h> |
@@ -120,18 +122,23 @@ put_fpu_long(struct task_struct *task, unsigned long addr, unsigned long data) | |||
120 | return 0; | 122 | return 0; |
121 | } | 123 | } |
122 | 124 | ||
125 | void user_enable_single_step(struct task_struct *child) | ||
126 | { | ||
127 | struct pt_regs *regs = child->thread.uregs; | ||
128 | |||
129 | regs->sr |= SR_SSTEP; /* auto-resetting upon exception */ | ||
130 | } | ||
131 | |||
132 | void user_disable_single_step(struct task_struct *child) | ||
133 | { | ||
134 | regs->sr &= ~SR_SSTEP; | ||
135 | } | ||
123 | 136 | ||
124 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | 137 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) |
125 | { | 138 | { |
126 | int ret; | 139 | int ret; |
127 | 140 | ||
128 | switch (request) { | 141 | switch (request) { |
129 | /* when I and D space are separate, these will need to be fixed. */ | ||
130 | case PTRACE_PEEKTEXT: /* read word at location addr. */ | ||
131 | case PTRACE_PEEKDATA: | ||
132 | ret = generic_ptrace_peekdata(child, addr, data); | ||
133 | break; | ||
134 | |||
135 | /* read the word at location addr in the USER area. */ | 142 | /* read the word at location addr in the USER area. */ |
136 | case PTRACE_PEEKUSR: { | 143 | case PTRACE_PEEKUSR: { |
137 | unsigned long tmp; | 144 | unsigned long tmp; |
@@ -154,12 +161,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
154 | break; | 161 | break; |
155 | } | 162 | } |
156 | 163 | ||
157 | /* when I and D space are separate, this will have to be fixed. */ | ||
158 | case PTRACE_POKETEXT: /* write the word at location addr. */ | ||
159 | case PTRACE_POKEDATA: | ||
160 | ret = generic_ptrace_pokedata(child, addr, data); | ||
161 | break; | ||
162 | |||
163 | case PTRACE_POKEUSR: | 164 | case PTRACE_POKEUSR: |
164 | /* write the word at location addr in the USER area. We must | 165 | /* write the word at location addr in the USER area. We must |
165 | disallow any changes to certain SR bits or u_fpvalid, since | 166 | disallow any changes to certain SR bits or u_fpvalid, since |
@@ -191,58 +192,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
191 | } | 192 | } |
192 | break; | 193 | break; |
193 | 194 | ||
194 | case PTRACE_SYSCALL: /* continue and stop at next (return from) syscall */ | ||
195 | case PTRACE_CONT: { /* restart after signal. */ | ||
196 | ret = -EIO; | ||
197 | if (!valid_signal(data)) | ||
198 | break; | ||
199 | if (request == PTRACE_SYSCALL) | ||
200 | set_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
201 | else | ||
202 | clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
203 | child->exit_code = data; | ||
204 | wake_up_process(child); | ||
205 | ret = 0; | ||
206 | break; | ||
207 | } | ||
208 | |||
209 | /* | ||
210 | * make the child exit. Best I can do is send it a sigkill. | ||
211 | * perhaps it should be put in the status that it wants to | ||
212 | * exit. | ||
213 | */ | ||
214 | case PTRACE_KILL: { | ||
215 | ret = 0; | ||
216 | if (child->exit_state == EXIT_ZOMBIE) /* already dead */ | ||
217 | break; | ||
218 | child->exit_code = SIGKILL; | ||
219 | wake_up_process(child); | ||
220 | break; | ||
221 | } | ||
222 | |||
223 | case PTRACE_SINGLESTEP: { /* set the trap flag. */ | ||
224 | struct pt_regs *regs; | ||
225 | |||
226 | ret = -EIO; | ||
227 | if (!valid_signal(data)) | ||
228 | break; | ||
229 | clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
230 | if ((child->ptrace & PT_DTRACE) == 0) { | ||
231 | /* Spurious delayed TF traps may occur */ | ||
232 | child->ptrace |= PT_DTRACE; | ||
233 | } | ||
234 | |||
235 | regs = child->thread.uregs; | ||
236 | |||
237 | regs->sr |= SR_SSTEP; /* auto-resetting upon exception */ | ||
238 | |||
239 | child->exit_code = data; | ||
240 | /* give it a chance to run. */ | ||
241 | wake_up_process(child); | ||
242 | ret = 0; | ||
243 | break; | ||
244 | } | ||
245 | |||
246 | default: | 195 | default: |
247 | ret = ptrace_request(child, request, addr, data); | 196 | ret = ptrace_request(child, request, addr, data); |
248 | break; | 197 | break; |
@@ -273,38 +222,51 @@ asmlinkage int sh64_ptrace(long request, long pid, long addr, long data) | |||
273 | return sys_ptrace(request, pid, addr, data); | 222 | return sys_ptrace(request, pid, addr, data); |
274 | } | 223 | } |
275 | 224 | ||
276 | asmlinkage void syscall_trace(struct pt_regs *regs, int entryexit) | 225 | static inline int audit_arch(void) |
277 | { | 226 | { |
278 | struct task_struct *tsk = current; | 227 | int arch = EM_SH; |
279 | 228 | ||
280 | if (unlikely(current->audit_context) && entryexit) | 229 | #ifdef CONFIG_64BIT |
281 | audit_syscall_exit(AUDITSC_RESULT(regs->regs[9]), | 230 | arch |= __AUDIT_ARCH_64BIT; |
282 | regs->regs[9]); | 231 | #endif |
232 | #ifdef CONFIG_CPU_LITTLE_ENDIAN | ||
233 | arch |= __AUDIT_ARCH_LE; | ||
234 | #endif | ||
283 | 235 | ||
284 | if (!test_thread_flag(TIF_SYSCALL_TRACE) && | 236 | return arch; |
285 | !test_thread_flag(TIF_SINGLESTEP)) | 237 | } |
286 | goto out; | ||
287 | if (!(tsk->ptrace & PT_PTRACED)) | ||
288 | goto out; | ||
289 | |||
290 | ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) && | ||
291 | !test_thread_flag(TIF_SINGLESTEP) ? 0x80 : 0)); | ||
292 | |||
293 | /* | ||
294 | * this isn't the same as continuing with a signal, but it will do | ||
295 | * for normal use. strace only continues with a signal if the | ||
296 | * stopping signal is not SIGTRAP. -brl | ||
297 | */ | ||
298 | if (tsk->exit_code) { | ||
299 | send_sig(tsk->exit_code, tsk, 1); | ||
300 | tsk->exit_code = 0; | ||
301 | } | ||
302 | 238 | ||
303 | out: | 239 | asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs) |
304 | if (unlikely(current->audit_context) && !entryexit) | 240 | { |
305 | audit_syscall_entry(AUDIT_ARCH_SH, regs->regs[1], | 241 | long long ret = 0; |
242 | |||
243 | secure_computing(regs->regs[9]); | ||
244 | |||
245 | if (test_thread_flag(TIF_SYSCALL_TRACE) && | ||
246 | tracehook_report_syscall_entry(regs)) | ||
247 | /* | ||
248 | * Tracing decided this syscall should not happen. | ||
249 | * We'll return a bogus call number to get an ENOSYS | ||
250 | * error, but leave the original number in regs->regs[0]. | ||
251 | */ | ||
252 | ret = -1LL; | ||
253 | |||
254 | if (unlikely(current->audit_context)) | ||
255 | audit_syscall_entry(audit_arch(), regs->regs[1], | ||
306 | regs->regs[2], regs->regs[3], | 256 | regs->regs[2], regs->regs[3], |
307 | regs->regs[4], regs->regs[5]); | 257 | regs->regs[4], regs->regs[5]); |
258 | |||
259 | return ret ?: regs->regs[9]; | ||
260 | } | ||
261 | |||
262 | asmlinkage void do_syscall_trace_leave(struct pt_regs *regs) | ||
263 | { | ||
264 | if (unlikely(current->audit_context)) | ||
265 | audit_syscall_exit(AUDITSC_RESULT(regs->regs[9]), | ||
266 | regs->regs[9]); | ||
267 | |||
268 | if (test_thread_flag(TIF_SYSCALL_TRACE)) | ||
269 | tracehook_report_syscall_exit(regs, 0); | ||
308 | } | 270 | } |
309 | 271 | ||
310 | /* Called with interrupts disabled */ | 272 | /* Called with interrupts disabled */ |
@@ -338,5 +300,5 @@ asmlinkage void do_software_break_point(unsigned long long vec, | |||
338 | */ | 300 | */ |
339 | void ptrace_disable(struct task_struct *child) | 301 | void ptrace_disable(struct task_struct *child) |
340 | { | 302 | { |
341 | /* nothing to do.. */ | 303 | user_disable_single_step(child); |
342 | } | 304 | } |
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index bca2bbc575db..a35207655e7b 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/smp.h> | 25 | #include <linux/smp.h> |
26 | #include <linux/err.h> | 26 | #include <linux/err.h> |
27 | #include <linux/debugfs.h> | 27 | #include <linux/debugfs.h> |
28 | #include <linux/crash_dump.h> | ||
28 | #include <asm/uaccess.h> | 29 | #include <asm/uaccess.h> |
29 | #include <asm/io.h> | 30 | #include <asm/io.h> |
30 | #include <asm/page.h> | 31 | #include <asm/page.h> |
@@ -286,6 +287,25 @@ static void __init setup_memory(void) | |||
286 | extern void __init setup_memory(void); | 287 | extern void __init setup_memory(void); |
287 | #endif | 288 | #endif |
288 | 289 | ||
290 | /* | ||
291 | * Note: elfcorehdr_addr is not just limited to vmcore. It is also used by | ||
292 | * is_kdump_kernel() to determine if we are booting after a panic. Hence | ||
293 | * ifdef it under CONFIG_CRASH_DUMP and not CONFIG_PROC_VMCORE. | ||
294 | */ | ||
295 | #ifdef CONFIG_CRASH_DUMP | ||
296 | /* elfcorehdr= specifies the location of elf core header | ||
297 | * stored by the crashed kernel. | ||
298 | */ | ||
299 | static int __init parse_elfcorehdr(char *arg) | ||
300 | { | ||
301 | if (!arg) | ||
302 | return -EINVAL; | ||
303 | elfcorehdr_addr = memparse(arg, &arg); | ||
304 | return 0; | ||
305 | } | ||
306 | early_param("elfcorehdr", parse_elfcorehdr); | ||
307 | #endif | ||
308 | |||
289 | void __init setup_arch(char **cmdline_p) | 309 | void __init setup_arch(char **cmdline_p) |
290 | { | 310 | { |
291 | enable_mmu(); | 311 | enable_mmu(); |
@@ -398,6 +418,7 @@ const char *get_cpu_subtype(struct sh_cpuinfo *c) | |||
398 | { | 418 | { |
399 | return cpu_name[c->type]; | 419 | return cpu_name[c->type]; |
400 | } | 420 | } |
421 | EXPORT_SYMBOL(get_cpu_subtype); | ||
401 | 422 | ||
402 | #ifdef CONFIG_PROC_FS | 423 | #ifdef CONFIG_PROC_FS |
403 | /* Symbolic CPU flags, keep in sync with asm/cpu-features.h */ | 424 | /* Symbolic CPU flags, keep in sync with asm/cpu-features.h */ |
@@ -452,6 +473,12 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
452 | seq_printf(m, "processor\t: %d\n", cpu); | 473 | seq_printf(m, "processor\t: %d\n", cpu); |
453 | seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); | 474 | seq_printf(m, "cpu family\t: %s\n", init_utsname()->machine); |
454 | seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); | 475 | seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); |
476 | if (c->cut_major == -1) | ||
477 | seq_printf(m, "cut\t\t: unknown\n"); | ||
478 | else if (c->cut_minor == -1) | ||
479 | seq_printf(m, "cut\t\t: %d.x\n", c->cut_major); | ||
480 | else | ||
481 | seq_printf(m, "cut\t\t: %d.%d\n", c->cut_major, c->cut_minor); | ||
455 | 482 | ||
456 | show_cpuflags(m, c); | 483 | show_cpuflags(m, c); |
457 | 484 | ||
diff --git a/arch/sh/kernel/signal_32.c b/arch/sh/kernel/signal_32.c index f311551d9a05..51689d29ad45 100644 --- a/arch/sh/kernel/signal_32.c +++ b/arch/sh/kernel/signal_32.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/binfmts.h> | 24 | #include <linux/binfmts.h> |
25 | #include <linux/freezer.h> | 25 | #include <linux/freezer.h> |
26 | #include <linux/io.h> | 26 | #include <linux/io.h> |
27 | #include <linux/tracehook.h> | ||
27 | #include <asm/system.h> | 28 | #include <asm/system.h> |
28 | #include <asm/ucontext.h> | 29 | #include <asm/ucontext.h> |
29 | #include <asm/uaccess.h> | 30 | #include <asm/uaccess.h> |
@@ -33,6 +34,11 @@ | |||
33 | 34 | ||
34 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | 35 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) |
35 | 36 | ||
37 | struct fdpic_func_descriptor { | ||
38 | unsigned long text; | ||
39 | unsigned long GOT; | ||
40 | }; | ||
41 | |||
36 | /* | 42 | /* |
37 | * Atomically swap in the new signal mask, and wait for a signal. | 43 | * Atomically swap in the new signal mask, and wait for a signal. |
38 | */ | 44 | */ |
@@ -368,6 +374,7 @@ static int setup_frame(int sig, struct k_sigaction *ka, | |||
368 | err |= __put_user(OR_R0_R0, &frame->retcode[6]); | 374 | err |= __put_user(OR_R0_R0, &frame->retcode[6]); |
369 | err |= __put_user((__NR_sigreturn), &frame->retcode[7]); | 375 | err |= __put_user((__NR_sigreturn), &frame->retcode[7]); |
370 | regs->pr = (unsigned long) frame->retcode; | 376 | regs->pr = (unsigned long) frame->retcode; |
377 | flush_icache_range(regs->pr, regs->pr + sizeof(frame->retcode)); | ||
371 | } | 378 | } |
372 | 379 | ||
373 | if (err) | 380 | if (err) |
@@ -378,18 +385,21 @@ static int setup_frame(int sig, struct k_sigaction *ka, | |||
378 | regs->regs[4] = signal; /* Arg for signal handler */ | 385 | regs->regs[4] = signal; /* Arg for signal handler */ |
379 | regs->regs[5] = 0; | 386 | regs->regs[5] = 0; |
380 | regs->regs[6] = (unsigned long) &frame->sc; | 387 | regs->regs[6] = (unsigned long) &frame->sc; |
381 | regs->pc = (unsigned long) ka->sa.sa_handler; | 388 | |
389 | if (current->personality & FDPIC_FUNCPTRS) { | ||
390 | struct fdpic_func_descriptor __user *funcptr = | ||
391 | (struct fdpic_func_descriptor __user *)ka->sa.sa_handler; | ||
392 | |||
393 | __get_user(regs->pc, &funcptr->text); | ||
394 | __get_user(regs->regs[12], &funcptr->GOT); | ||
395 | } else | ||
396 | regs->pc = (unsigned long)ka->sa.sa_handler; | ||
382 | 397 | ||
383 | set_fs(USER_DS); | 398 | set_fs(USER_DS); |
384 | 399 | ||
385 | pr_debug("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n", | 400 | pr_debug("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n", |
386 | current->comm, task_pid_nr(current), frame, regs->pc, regs->pr); | 401 | current->comm, task_pid_nr(current), frame, regs->pc, regs->pr); |
387 | 402 | ||
388 | flush_cache_sigtramp(regs->pr); | ||
389 | |||
390 | if ((-regs->pr & (L1_CACHE_BYTES-1)) < sizeof(frame->retcode)) | ||
391 | flush_cache_sigtramp(regs->pr + L1_CACHE_BYTES); | ||
392 | |||
393 | return 0; | 403 | return 0; |
394 | 404 | ||
395 | give_sigsegv: | 405 | give_sigsegv: |
@@ -458,17 +468,22 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | |||
458 | regs->regs[4] = signal; /* Arg for signal handler */ | 468 | regs->regs[4] = signal; /* Arg for signal handler */ |
459 | regs->regs[5] = (unsigned long) &frame->info; | 469 | regs->regs[5] = (unsigned long) &frame->info; |
460 | regs->regs[6] = (unsigned long) &frame->uc; | 470 | regs->regs[6] = (unsigned long) &frame->uc; |
461 | regs->pc = (unsigned long) ka->sa.sa_handler; | 471 | |
472 | if (current->personality & FDPIC_FUNCPTRS) { | ||
473 | struct fdpic_func_descriptor __user *funcptr = | ||
474 | (struct fdpic_func_descriptor __user *)ka->sa.sa_handler; | ||
475 | |||
476 | __get_user(regs->pc, &funcptr->text); | ||
477 | __get_user(regs->regs[12], &funcptr->GOT); | ||
478 | } else | ||
479 | regs->pc = (unsigned long)ka->sa.sa_handler; | ||
462 | 480 | ||
463 | set_fs(USER_DS); | 481 | set_fs(USER_DS); |
464 | 482 | ||
465 | pr_debug("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n", | 483 | pr_debug("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n", |
466 | current->comm, task_pid_nr(current), frame, regs->pc, regs->pr); | 484 | current->comm, task_pid_nr(current), frame, regs->pc, regs->pr); |
467 | 485 | ||
468 | flush_cache_sigtramp(regs->pr); | 486 | flush_icache_range(regs->pr, regs->pr + sizeof(frame->retcode)); |
469 | |||
470 | if ((-regs->pr & (L1_CACHE_BYTES-1)) < sizeof(frame->retcode)) | ||
471 | flush_cache_sigtramp(regs->pr + L1_CACHE_BYTES); | ||
472 | 487 | ||
473 | return 0; | 488 | return 0; |
474 | 489 | ||
@@ -493,14 +508,13 @@ handle_signal(unsigned long sig, struct k_sigaction *ka, siginfo_t *info, | |||
493 | switch (regs->regs[0]) { | 508 | switch (regs->regs[0]) { |
494 | case -ERESTART_RESTARTBLOCK: | 509 | case -ERESTART_RESTARTBLOCK: |
495 | case -ERESTARTNOHAND: | 510 | case -ERESTARTNOHAND: |
511 | no_system_call_restart: | ||
496 | regs->regs[0] = -EINTR; | 512 | regs->regs[0] = -EINTR; |
497 | break; | 513 | break; |
498 | 514 | ||
499 | case -ERESTARTSYS: | 515 | case -ERESTARTSYS: |
500 | if (!(ka->sa.sa_flags & SA_RESTART)) { | 516 | if (!(ka->sa.sa_flags & SA_RESTART)) |
501 | regs->regs[0] = -EINTR; | 517 | goto no_system_call_restart; |
502 | break; | ||
503 | } | ||
504 | /* fallthrough */ | 518 | /* fallthrough */ |
505 | case -ERESTARTNOINTR: | 519 | case -ERESTARTNOINTR: |
506 | regs->regs[0] = save_r0; | 520 | regs->regs[0] = save_r0; |
@@ -575,12 +589,15 @@ static void do_signal(struct pt_regs *regs, unsigned int save_r0) | |||
575 | * clear the TIF_RESTORE_SIGMASK flag */ | 589 | * clear the TIF_RESTORE_SIGMASK flag */ |
576 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | 590 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) |
577 | clear_thread_flag(TIF_RESTORE_SIGMASK); | 591 | clear_thread_flag(TIF_RESTORE_SIGMASK); |
592 | |||
593 | tracehook_signal_handler(signr, &info, &ka, regs, | ||
594 | test_thread_flag(TIF_SINGLESTEP)); | ||
578 | } | 595 | } |
579 | 596 | ||
580 | return; | 597 | return; |
581 | } | 598 | } |
582 | 599 | ||
583 | no_signal: | 600 | no_signal: |
584 | /* Did we come from a system call? */ | 601 | /* Did we come from a system call? */ |
585 | if (regs->tra >= 0) { | 602 | if (regs->tra >= 0) { |
586 | /* Restart the system call - no handlers present */ | 603 | /* Restart the system call - no handlers present */ |
@@ -604,9 +621,14 @@ static void do_signal(struct pt_regs *regs, unsigned int save_r0) | |||
604 | } | 621 | } |
605 | 622 | ||
606 | asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0, | 623 | asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0, |
607 | __u32 thread_info_flags) | 624 | unsigned long thread_info_flags) |
608 | { | 625 | { |
609 | /* deal with pending signal delivery */ | 626 | /* deal with pending signal delivery */ |
610 | if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK)) | 627 | if (thread_info_flags & _TIF_SIGPENDING) |
611 | do_signal(regs, save_r0); | 628 | do_signal(regs, save_r0); |
629 | |||
630 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | ||
631 | clear_thread_flag(TIF_NOTIFY_RESUME); | ||
632 | tracehook_notify_resume(regs); | ||
633 | } | ||
612 | } | 634 | } |
diff --git a/arch/sh/kernel/signal_64.c b/arch/sh/kernel/signal_64.c index 552eb810cd85..1d62dfef77f1 100644 --- a/arch/sh/kernel/signal_64.c +++ b/arch/sh/kernel/signal_64.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/ptrace.h> | 22 | #include <linux/ptrace.h> |
23 | #include <linux/unistd.h> | 23 | #include <linux/unistd.h> |
24 | #include <linux/stddef.h> | 24 | #include <linux/stddef.h> |
25 | #include <linux/tracehook.h> | ||
25 | #include <asm/ucontext.h> | 26 | #include <asm/ucontext.h> |
26 | #include <asm/uaccess.h> | 27 | #include <asm/uaccess.h> |
27 | #include <asm/pgtable.h> | 28 | #include <asm/pgtable.h> |
@@ -42,7 +43,84 @@ | |||
42 | 43 | ||
43 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | 44 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) |
44 | 45 | ||
45 | asmlinkage int do_signal(struct pt_regs *regs, sigset_t *oldset); | 46 | /* |
47 | * Note that 'init' is a special process: it doesn't get signals it doesn't | ||
48 | * want to handle. Thus you cannot kill init even with a SIGKILL even by | ||
49 | * mistake. | ||
50 | * | ||
51 | * Note that we go through the signals twice: once to check the signals that | ||
52 | * the kernel can handle, and then we build all the user-level signal handling | ||
53 | * stack-frames in one go after that. | ||
54 | */ | ||
55 | static int do_signal(struct pt_regs *regs, sigset_t *oldset) | ||
56 | { | ||
57 | siginfo_t info; | ||
58 | int signr; | ||
59 | struct k_sigaction ka; | ||
60 | |||
61 | /* | ||
62 | * We want the common case to go fast, which | ||
63 | * is why we may in certain cases get here from | ||
64 | * kernel mode. Just return without doing anything | ||
65 | * if so. | ||
66 | */ | ||
67 | if (!user_mode(regs)) | ||
68 | return 1; | ||
69 | |||
70 | if (try_to_freeze()) | ||
71 | goto no_signal; | ||
72 | |||
73 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | ||
74 | oldset = ¤t->saved_sigmask; | ||
75 | else if (!oldset) | ||
76 | oldset = ¤t->blocked; | ||
77 | |||
78 | signr = get_signal_to_deliver(&info, &ka, regs, 0); | ||
79 | |||
80 | if (signr > 0) { | ||
81 | /* Whee! Actually deliver the signal. */ | ||
82 | handle_signal(signr, &info, &ka, oldset, regs); | ||
83 | |||
84 | /* | ||
85 | * If a signal was successfully delivered, the saved sigmask | ||
86 | * is in its frame, and we can clear the TIF_RESTORE_SIGMASK | ||
87 | * flag. | ||
88 | */ | ||
89 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | ||
90 | clear_thread_flag(TIF_RESTORE_SIGMASK); | ||
91 | |||
92 | tracehook_signal_handler(signr, &info, &ka, regs, 0); | ||
93 | return 1; | ||
94 | } | ||
95 | |||
96 | no_signal: | ||
97 | /* Did we come from a system call? */ | ||
98 | if (regs->syscall_nr >= 0) { | ||
99 | /* Restart the system call - no handlers present */ | ||
100 | switch (regs->regs[REG_RET]) { | ||
101 | case -ERESTARTNOHAND: | ||
102 | case -ERESTARTSYS: | ||
103 | case -ERESTARTNOINTR: | ||
104 | /* Decode Syscall # */ | ||
105 | regs->regs[REG_RET] = regs->syscall_nr; | ||
106 | regs->pc -= 4; | ||
107 | break; | ||
108 | |||
109 | case -ERESTART_RESTARTBLOCK: | ||
110 | regs->regs[REG_RET] = __NR_restart_syscall; | ||
111 | regs->pc -= 4; | ||
112 | break; | ||
113 | } | ||
114 | } | ||
115 | |||
116 | /* No signal to deliver -- put the saved sigmask back */ | ||
117 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) { | ||
118 | clear_thread_flag(TIF_RESTORE_SIGMASK); | ||
119 | sigprocmask(SIG_SETMASK, ¤t->saved_sigmask, NULL); | ||
120 | } | ||
121 | |||
122 | return 0; | ||
123 | } | ||
46 | 124 | ||
47 | /* | 125 | /* |
48 | * Atomically swap in the new signal mask, and wait for a signal. | 126 | * Atomically swap in the new signal mask, and wait for a signal. |
@@ -643,14 +721,13 @@ handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, | |||
643 | switch (regs->regs[REG_RET]) { | 721 | switch (regs->regs[REG_RET]) { |
644 | case -ERESTART_RESTARTBLOCK: | 722 | case -ERESTART_RESTARTBLOCK: |
645 | case -ERESTARTNOHAND: | 723 | case -ERESTARTNOHAND: |
724 | no_system_call_restart: | ||
646 | regs->regs[REG_RET] = -EINTR; | 725 | regs->regs[REG_RET] = -EINTR; |
647 | break; | 726 | break; |
648 | 727 | ||
649 | case -ERESTARTSYS: | 728 | case -ERESTARTSYS: |
650 | if (!(ka->sa.sa_flags & SA_RESTART)) { | 729 | if (!(ka->sa.sa_flags & SA_RESTART)) |
651 | regs->regs[REG_RET] = -EINTR; | 730 | goto no_system_call_restart; |
652 | break; | ||
653 | } | ||
654 | /* fallthrough */ | 731 | /* fallthrough */ |
655 | case -ERESTARTNOINTR: | 732 | case -ERESTARTNOINTR: |
656 | /* Decode syscall # */ | 733 | /* Decode syscall # */ |
@@ -673,80 +750,13 @@ handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, | |||
673 | spin_unlock_irq(¤t->sighand->siglock); | 750 | spin_unlock_irq(¤t->sighand->siglock); |
674 | } | 751 | } |
675 | 752 | ||
676 | /* | 753 | asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) |
677 | * Note that 'init' is a special process: it doesn't get signals it doesn't | ||
678 | * want to handle. Thus you cannot kill init even with a SIGKILL even by | ||
679 | * mistake. | ||
680 | * | ||
681 | * Note that we go through the signals twice: once to check the signals that | ||
682 | * the kernel can handle, and then we build all the user-level signal handling | ||
683 | * stack-frames in one go after that. | ||
684 | */ | ||
685 | int do_signal(struct pt_regs *regs, sigset_t *oldset) | ||
686 | { | 754 | { |
687 | siginfo_t info; | 755 | if (thread_info_flags & _TIF_SIGPENDING) |
688 | int signr; | 756 | do_signal(regs, 0); |
689 | struct k_sigaction ka; | ||
690 | |||
691 | /* | ||
692 | * We want the common case to go fast, which | ||
693 | * is why we may in certain cases get here from | ||
694 | * kernel mode. Just return without doing anything | ||
695 | * if so. | ||
696 | */ | ||
697 | if (!user_mode(regs)) | ||
698 | return 1; | ||
699 | |||
700 | if (try_to_freeze()) | ||
701 | goto no_signal; | ||
702 | |||
703 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | ||
704 | oldset = ¤t->saved_sigmask; | ||
705 | else if (!oldset) | ||
706 | oldset = ¤t->blocked; | ||
707 | |||
708 | signr = get_signal_to_deliver(&info, &ka, regs, 0); | ||
709 | |||
710 | if (signr > 0) { | ||
711 | /* Whee! Actually deliver the signal. */ | ||
712 | handle_signal(signr, &info, &ka, oldset, regs); | ||
713 | 757 | ||
714 | /* | 758 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
715 | * If a signal was successfully delivered, the saved sigmask | 759 | clear_thread_flag(TIF_NOTIFY_RESUME); |
716 | * is in its frame, and we can clear the TIF_RESTORE_SIGMASK | 760 | tracehook_notify_resume(regs); |
717 | * flag. | ||
718 | */ | ||
719 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) | ||
720 | clear_thread_flag(TIF_RESTORE_SIGMASK); | ||
721 | |||
722 | return 1; | ||
723 | } | 761 | } |
724 | |||
725 | no_signal: | ||
726 | /* Did we come from a system call? */ | ||
727 | if (regs->syscall_nr >= 0) { | ||
728 | /* Restart the system call - no handlers present */ | ||
729 | switch (regs->regs[REG_RET]) { | ||
730 | case -ERESTARTNOHAND: | ||
731 | case -ERESTARTSYS: | ||
732 | case -ERESTARTNOINTR: | ||
733 | /* Decode Syscall # */ | ||
734 | regs->regs[REG_RET] = regs->syscall_nr; | ||
735 | regs->pc -= 4; | ||
736 | break; | ||
737 | |||
738 | case -ERESTART_RESTARTBLOCK: | ||
739 | regs->regs[REG_RET] = __NR_restart_syscall; | ||
740 | regs->pc -= 4; | ||
741 | break; | ||
742 | } | ||
743 | } | ||
744 | |||
745 | /* No signal to deliver -- put the saved sigmask back */ | ||
746 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) { | ||
747 | clear_thread_flag(TIF_RESTORE_SIGMASK); | ||
748 | sigprocmask(SIG_SETMASK, ¤t->saved_sigmask, NULL); | ||
749 | } | ||
750 | |||
751 | return 0; | ||
752 | } | 762 | } |
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index a46cc3a41148..0af693e65764 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S | |||
@@ -343,3 +343,9 @@ ENTRY(sys_call_table) | |||
343 | .long sys_fallocate | 343 | .long sys_fallocate |
344 | .long sys_timerfd_settime /* 325 */ | 344 | .long sys_timerfd_settime /* 325 */ |
345 | .long sys_timerfd_gettime | 345 | .long sys_timerfd_gettime |
346 | .long sys_signalfd4 | ||
347 | .long sys_eventfd2 | ||
348 | .long sys_epoll_create1 | ||
349 | .long sys_dup3 /* 330 */ | ||
350 | .long sys_pipe2 | ||
351 | .long sys_inotify_init1 | ||
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index d5d7843aad94..0b436aa3cad7 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S | |||
@@ -381,3 +381,9 @@ sys_call_table: | |||
381 | .long sys_fallocate | 381 | .long sys_fallocate |
382 | .long sys_timerfd_settime | 382 | .long sys_timerfd_settime |
383 | .long sys_timerfd_gettime | 383 | .long sys_timerfd_gettime |
384 | .long sys_signalfd4 /* 355 */ | ||
385 | .long sys_eventfd2 | ||
386 | .long sys_epoll_create1 | ||
387 | .long sys_dup3 | ||
388 | .long sys_pipe2 | ||
389 | .long sys_inotify_init1 /* 360 */ | ||
diff --git a/arch/sh/kernel/time_32.c b/arch/sh/kernel/time_32.c index 7281342c044d..0758b5ee8180 100644 --- a/arch/sh/kernel/time_32.c +++ b/arch/sh/kernel/time_32.c | |||
@@ -211,7 +211,7 @@ unsigned long sh_hpt_frequency = 0; | |||
211 | 211 | ||
212 | #define NSEC_PER_CYC_SHIFT 10 | 212 | #define NSEC_PER_CYC_SHIFT 10 |
213 | 213 | ||
214 | struct clocksource clocksource_sh = { | 214 | static struct clocksource clocksource_sh = { |
215 | .name = "SuperH", | 215 | .name = "SuperH", |
216 | .rating = 200, | 216 | .rating = 200, |
217 | .mask = CLOCKSOURCE_MASK(32), | 217 | .mask = CLOCKSOURCE_MASK(32), |
diff --git a/arch/sh/kernel/time_64.c b/arch/sh/kernel/time_64.c index 022a55f1c1d4..791edabf7d83 100644 --- a/arch/sh/kernel/time_64.c +++ b/arch/sh/kernel/time_64.c | |||
@@ -33,8 +33,8 @@ | |||
33 | #include <linux/irq.h> | 33 | #include <linux/irq.h> |
34 | #include <linux/io.h> | 34 | #include <linux/io.h> |
35 | #include <linux/platform_device.h> | 35 | #include <linux/platform_device.h> |
36 | #include <asm/cpu/registers.h> /* required by inline __asm__ stmt. */ | 36 | #include <cpu/registers.h> /* required by inline __asm__ stmt. */ |
37 | #include <asm/cpu/irq.h> | 37 | #include <cpu/irq.h> |
38 | #include <asm/addrspace.h> | 38 | #include <asm/addrspace.h> |
39 | #include <asm/processor.h> | 39 | #include <asm/processor.h> |
40 | #include <asm/uaccess.h> | 40 | #include <asm/uaccess.h> |
diff --git a/arch/sh/kernel/timers/timer-tmu.c b/arch/sh/kernel/timers/timer-tmu.c index 8935570008d2..1ca9ad49b541 100644 --- a/arch/sh/kernel/timers/timer-tmu.c +++ b/arch/sh/kernel/timers/timer-tmu.c | |||
@@ -209,7 +209,7 @@ static int tmu_timer_init(void) | |||
209 | return 0; | 209 | return 0; |
210 | } | 210 | } |
211 | 211 | ||
212 | struct sys_timer_ops tmu_timer_ops = { | 212 | static struct sys_timer_ops tmu_timer_ops = { |
213 | .init = tmu_timer_init, | 213 | .init = tmu_timer_init, |
214 | .start = tmu_timer_start, | 214 | .start = tmu_timer_start, |
215 | .stop = tmu_timer_stop, | 215 | .stop = tmu_timer_stop, |
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c index e08b3bfeb656..511a9426cec5 100644 --- a/arch/sh/kernel/traps_32.c +++ b/arch/sh/kernel/traps_32.c | |||
@@ -43,6 +43,7 @@ | |||
43 | # define TRAP_ILLEGAL_SLOT_INST 6 | 43 | # define TRAP_ILLEGAL_SLOT_INST 6 |
44 | # define TRAP_ADDRESS_ERROR 9 | 44 | # define TRAP_ADDRESS_ERROR 9 |
45 | # ifdef CONFIG_CPU_SH2A | 45 | # ifdef CONFIG_CPU_SH2A |
46 | # define TRAP_FPU_ERROR 13 | ||
46 | # define TRAP_DIVZERO_ERROR 17 | 47 | # define TRAP_DIVZERO_ERROR 17 |
47 | # define TRAP_DIVOVF_ERROR 18 | 48 | # define TRAP_DIVOVF_ERROR 18 |
48 | # endif | 49 | # endif |
@@ -851,6 +852,9 @@ void __init trap_init(void) | |||
851 | #ifdef CONFIG_CPU_SH2A | 852 | #ifdef CONFIG_CPU_SH2A |
852 | set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error); | 853 | set_exception_table_vec(TRAP_DIVZERO_ERROR, do_divide_error); |
853 | set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error); | 854 | set_exception_table_vec(TRAP_DIVOVF_ERROR, do_divide_error); |
855 | #ifdef CONFIG_SH_FPU | ||
856 | set_exception_table_vec(TRAP_FPU_ERROR, fpu_error_trap_handler); | ||
857 | #endif | ||
854 | #endif | 858 | #endif |
855 | 859 | ||
856 | /* Setup VBR for boot cpu */ | 860 | /* Setup VBR for boot cpu */ |
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index ebb55d1149f5..8596cc78e18d 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile | |||
@@ -2,9 +2,11 @@ | |||
2 | # Makefile for SuperH-specific library files.. | 2 | # Makefile for SuperH-specific library files.. |
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y = delay.o io.o memset.o memmove.o memchr.o \ | 5 | lib-y = delay.o memset.o memmove.o memchr.o \ |
6 | checksum.o strlen.o div64.o div64-generic.o | 6 | checksum.o strlen.o div64.o div64-generic.o |
7 | 7 | ||
8 | obj-y += io.o | ||
9 | |||
8 | memcpy-y := memcpy.o | 10 | memcpy-y := memcpy.o |
9 | memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o | 11 | memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o |
10 | 12 | ||
diff --git a/arch/sh/lib64/panic.c b/arch/sh/lib64/panic.c index ff559e2a96f7..da32ba7b5fcc 100644 --- a/arch/sh/lib64/panic.c +++ b/arch/sh/lib64/panic.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <asm/io.h> | 10 | #include <asm/io.h> |
11 | #include <asm/cpu/registers.h> | 11 | #include <cpu/registers.h> |
12 | 12 | ||
13 | /* THIS IS A PHYSICAL ADDRESS */ | 13 | /* THIS IS A PHYSICAL ADDRESS */ |
14 | #define HDSP2534_ADDR (0x04002100) | 14 | #define HDSP2534_ADDR (0x04002100) |
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 5fd218430b19..9c131cac91a4 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig | |||
@@ -145,25 +145,39 @@ choice | |||
145 | 145 | ||
146 | config PAGE_SIZE_4KB | 146 | config PAGE_SIZE_4KB |
147 | bool "4kB" | 147 | bool "4kB" |
148 | depends on !X2TLB | 148 | depends on !MMU || !X2TLB |
149 | help | 149 | help |
150 | This is the default page size used by all SuperH CPUs. | 150 | This is the default page size used by all SuperH CPUs. |
151 | 151 | ||
152 | config PAGE_SIZE_8KB | 152 | config PAGE_SIZE_8KB |
153 | bool "8kB" | 153 | bool "8kB" |
154 | depends on X2TLB | 154 | depends on !MMU || X2TLB |
155 | help | 155 | help |
156 | This enables 8kB pages as supported by SH-X2 and later MMUs. | 156 | This enables 8kB pages as supported by SH-X2 and later MMUs. |
157 | 157 | ||
158 | config PAGE_SIZE_16KB | ||
159 | bool "16kB" | ||
160 | depends on !MMU | ||
161 | help | ||
162 | This enables 16kB pages on MMU-less SH systems. | ||
163 | |||
158 | config PAGE_SIZE_64KB | 164 | config PAGE_SIZE_64KB |
159 | bool "64kB" | 165 | bool "64kB" |
160 | depends on CPU_SH4 || CPU_SH5 | 166 | depends on !MMU || CPU_SH4 || CPU_SH5 |
161 | help | 167 | help |
162 | This enables support for 64kB pages, possible on all SH-4 | 168 | This enables support for 64kB pages, possible on all SH-4 |
163 | CPUs and later. | 169 | CPUs and later. |
164 | 170 | ||
165 | endchoice | 171 | endchoice |
166 | 172 | ||
173 | config ENTRY_OFFSET | ||
174 | hex | ||
175 | default "0x00001000" if PAGE_SIZE_4KB | ||
176 | default "0x00002000" if PAGE_SIZE_8KB | ||
177 | default "0x00004000" if PAGE_SIZE_16KB | ||
178 | default "0x00010000" if PAGE_SIZE_64KB | ||
179 | default "0x00000000" | ||
180 | |||
167 | choice | 181 | choice |
168 | prompt "HugeTLB page size" | 182 | prompt "HugeTLB page size" |
169 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU | 183 | depends on HUGETLB_PAGE && (CPU_SH4 || CPU_SH5) && MMU |
@@ -223,7 +237,6 @@ choice | |||
223 | 237 | ||
224 | config CACHE_WRITEBACK | 238 | config CACHE_WRITEBACK |
225 | bool "Write-back" | 239 | bool "Write-back" |
226 | depends on CPU_SH2A || CPU_SH3 || CPU_SH4 || CPU_SH5 | ||
227 | 240 | ||
228 | config CACHE_WRITETHROUGH | 241 | config CACHE_WRITETHROUGH |
229 | bool "Write-through" | 242 | bool "Write-through" |
diff --git a/arch/sh/mm/Makefile_32 b/arch/sh/mm/Makefile_32 index e295db60b91b..70e0906023cc 100644 --- a/arch/sh/mm/Makefile_32 +++ b/arch/sh/mm/Makefile_32 | |||
@@ -5,12 +5,15 @@ | |||
5 | obj-y := init.o extable_32.o consistent.o | 5 | obj-y := init.o extable_32.o consistent.o |
6 | 6 | ||
7 | ifndef CONFIG_CACHE_OFF | 7 | ifndef CONFIG_CACHE_OFF |
8 | obj-$(CONFIG_CPU_SH2) += cache-sh2.o | 8 | cache-$(CONFIG_CPU_SH2) := cache-sh2.o |
9 | obj-$(CONFIG_CPU_SH3) += cache-sh3.o | 9 | cache-$(CONFIG_CPU_SH2A) := cache-sh2a.o |
10 | obj-$(CONFIG_CPU_SH4) += cache-sh4.o | 10 | cache-$(CONFIG_CPU_SH3) := cache-sh3.o |
11 | obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o | 11 | cache-$(CONFIG_CPU_SH4) := cache-sh4.o |
12 | cache-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o | ||
12 | endif | 13 | endif |
13 | 14 | ||
15 | obj-y += $(cache-y) | ||
16 | |||
14 | mmu-y := tlb-nommu.o pg-nommu.o | 17 | mmu-y := tlb-nommu.o pg-nommu.o |
15 | mmu-$(CONFIG_MMU) := fault_32.o tlbflush_32.o ioremap_32.o | 18 | mmu-$(CONFIG_MMU) := fault_32.o tlbflush_32.o ioremap_32.o |
16 | 19 | ||
diff --git a/arch/sh/mm/cache-debugfs.c b/arch/sh/mm/cache-debugfs.c index c5b56d52b7d2..0e189ccd4a77 100644 --- a/arch/sh/mm/cache-debugfs.c +++ b/arch/sh/mm/cache-debugfs.c | |||
@@ -120,7 +120,7 @@ static const struct file_operations cache_debugfs_fops = { | |||
120 | .open = cache_debugfs_open, | 120 | .open = cache_debugfs_open, |
121 | .read = seq_read, | 121 | .read = seq_read, |
122 | .llseek = seq_lseek, | 122 | .llseek = seq_lseek, |
123 | .release = seq_release, | 123 | .release = single_release, |
124 | }; | 124 | }; |
125 | 125 | ||
126 | static int __init cache_debugfs_init(void) | 126 | static int __init cache_debugfs_init(void) |
diff --git a/arch/sh/mm/cache-sh2.c b/arch/sh/mm/cache-sh2.c index 6614033f6be9..c4e80d2b764b 100644 --- a/arch/sh/mm/cache-sh2.c +++ b/arch/sh/mm/cache-sh2.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * arch/sh/mm/cache-sh2.c | 2 | * arch/sh/mm/cache-sh2.c |
3 | * | 3 | * |
4 | * Copyright (C) 2002 Paul Mundt | 4 | * Copyright (C) 2002 Paul Mundt |
5 | * Copyright (C) 2008 Yoshinori Sato | ||
5 | * | 6 | * |
6 | * Released under the terms of the GNU GPL v2.0. | 7 | * Released under the terms of the GNU GPL v2.0. |
7 | */ | 8 | */ |
@@ -24,8 +25,15 @@ void __flush_wback_region(void *start, int size) | |||
24 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | 25 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) |
25 | & ~(L1_CACHE_BYTES-1); | 26 | & ~(L1_CACHE_BYTES-1); |
26 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | 27 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { |
27 | /* FIXME cache purge */ | 28 | unsigned long addr = CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0); |
28 | ctrl_outl((v & 0x1ffffc00), (v & 0x00000ff0) | 0x00000008); | 29 | int way; |
30 | for (way = 0; way < 4; way++) { | ||
31 | unsigned long data = ctrl_inl(addr | (way << 12)); | ||
32 | if ((data & CACHE_PHYSADDR_MASK) == (v & CACHE_PHYSADDR_MASK)) { | ||
33 | data &= ~SH_CACHE_UPDATED; | ||
34 | ctrl_outl(data, addr | (way << 12)); | ||
35 | } | ||
36 | } | ||
29 | } | 37 | } |
30 | } | 38 | } |
31 | 39 | ||
@@ -37,21 +45,40 @@ void __flush_purge_region(void *start, int size) | |||
37 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); | 45 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); |
38 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | 46 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) |
39 | & ~(L1_CACHE_BYTES-1); | 47 | & ~(L1_CACHE_BYTES-1); |
40 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | 48 | |
41 | ctrl_outl((v & 0x1ffffc00), (v & 0x00000ff0) | 0x00000008); | 49 | for (v = begin; v < end; v+=L1_CACHE_BYTES) |
42 | } | 50 | ctrl_outl((v & CACHE_PHYSADDR_MASK), |
51 | CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0) | 0x00000008); | ||
43 | } | 52 | } |
44 | 53 | ||
45 | void __flush_invalidate_region(void *start, int size) | 54 | void __flush_invalidate_region(void *start, int size) |
46 | { | 55 | { |
56 | #ifdef CONFIG_CACHE_WRITEBACK | ||
57 | /* | ||
58 | * SH-2 does not support individual line invalidation, only a | ||
59 | * global invalidate. | ||
60 | */ | ||
61 | unsigned long ccr; | ||
62 | unsigned long flags; | ||
63 | local_irq_save(flags); | ||
64 | jump_to_uncached(); | ||
65 | |||
66 | ccr = ctrl_inl(CCR); | ||
67 | ccr |= CCR_CACHE_INVALIDATE; | ||
68 | ctrl_outl(ccr, CCR); | ||
69 | |||
70 | back_to_cached(); | ||
71 | local_irq_restore(flags); | ||
72 | #else | ||
47 | unsigned long v; | 73 | unsigned long v; |
48 | unsigned long begin, end; | 74 | unsigned long begin, end; |
49 | 75 | ||
50 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); | 76 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); |
51 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | 77 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) |
52 | & ~(L1_CACHE_BYTES-1); | 78 | & ~(L1_CACHE_BYTES-1); |
53 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | ||
54 | ctrl_outl((v & 0x1ffffc00), (v & 0x00000ff0) | 0x00000008); | ||
55 | } | ||
56 | } | ||
57 | 79 | ||
80 | for (v = begin; v < end; v+=L1_CACHE_BYTES) | ||
81 | ctrl_outl((v & CACHE_PHYSADDR_MASK), | ||
82 | CACHE_OC_ADDRESS_ARRAY | (v & 0x00000ff0) | 0x00000008); | ||
83 | #endif | ||
84 | } | ||
diff --git a/arch/sh/mm/cache-sh2a.c b/arch/sh/mm/cache-sh2a.c new file mode 100644 index 000000000000..62c0c5f35120 --- /dev/null +++ b/arch/sh/mm/cache-sh2a.c | |||
@@ -0,0 +1,129 @@ | |||
1 | /* | ||
2 | * arch/sh/mm/cache-sh2a.c | ||
3 | * | ||
4 | * Copyright (C) 2008 Yoshinori Sato | ||
5 | * | ||
6 | * Released under the terms of the GNU GPL v2.0. | ||
7 | */ | ||
8 | |||
9 | #include <linux/init.h> | ||
10 | #include <linux/mm.h> | ||
11 | |||
12 | #include <asm/cache.h> | ||
13 | #include <asm/addrspace.h> | ||
14 | #include <asm/processor.h> | ||
15 | #include <asm/cacheflush.h> | ||
16 | #include <asm/io.h> | ||
17 | |||
18 | void __flush_wback_region(void *start, int size) | ||
19 | { | ||
20 | unsigned long v; | ||
21 | unsigned long begin, end; | ||
22 | unsigned long flags; | ||
23 | |||
24 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); | ||
25 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | ||
26 | & ~(L1_CACHE_BYTES-1); | ||
27 | |||
28 | local_irq_save(flags); | ||
29 | jump_to_uncached(); | ||
30 | |||
31 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | ||
32 | unsigned long addr = CACHE_OC_ADDRESS_ARRAY | (v & 0x000007f0); | ||
33 | int way; | ||
34 | for (way = 0; way < 4; way++) { | ||
35 | unsigned long data = ctrl_inl(addr | (way << 11)); | ||
36 | if ((data & CACHE_PHYSADDR_MASK) == (v & CACHE_PHYSADDR_MASK)) { | ||
37 | data &= ~SH_CACHE_UPDATED; | ||
38 | ctrl_outl(data, addr | (way << 11)); | ||
39 | } | ||
40 | } | ||
41 | } | ||
42 | |||
43 | back_to_cached(); | ||
44 | local_irq_restore(flags); | ||
45 | } | ||
46 | |||
47 | void __flush_purge_region(void *start, int size) | ||
48 | { | ||
49 | unsigned long v; | ||
50 | unsigned long begin, end; | ||
51 | unsigned long flags; | ||
52 | |||
53 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); | ||
54 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | ||
55 | & ~(L1_CACHE_BYTES-1); | ||
56 | |||
57 | local_irq_save(flags); | ||
58 | jump_to_uncached(); | ||
59 | |||
60 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | ||
61 | ctrl_outl((v & CACHE_PHYSADDR_MASK), | ||
62 | CACHE_OC_ADDRESS_ARRAY | (v & 0x000003f0) | 0x00000008); | ||
63 | } | ||
64 | back_to_cached(); | ||
65 | local_irq_restore(flags); | ||
66 | } | ||
67 | |||
68 | void __flush_invalidate_region(void *start, int size) | ||
69 | { | ||
70 | unsigned long v; | ||
71 | unsigned long begin, end; | ||
72 | unsigned long flags; | ||
73 | |||
74 | begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); | ||
75 | end = ((unsigned long)start + size + L1_CACHE_BYTES-1) | ||
76 | & ~(L1_CACHE_BYTES-1); | ||
77 | local_irq_save(flags); | ||
78 | jump_to_uncached(); | ||
79 | |||
80 | #ifdef CONFIG_CACHE_WRITEBACK | ||
81 | ctrl_outl(ctrl_inl(CCR) | CCR_OCACHE_INVALIDATE, CCR); | ||
82 | /* I-cache invalidate */ | ||
83 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | ||
84 | ctrl_outl((v & CACHE_PHYSADDR_MASK), | ||
85 | CACHE_IC_ADDRESS_ARRAY | (v & 0x000003f0) | 0x00000008); | ||
86 | } | ||
87 | #else | ||
88 | for (v = begin; v < end; v+=L1_CACHE_BYTES) { | ||
89 | ctrl_outl((v & CACHE_PHYSADDR_MASK), | ||
90 | CACHE_IC_ADDRESS_ARRAY | (v & 0x000003f0) | 0x00000008); | ||
91 | ctrl_outl((v & CACHE_PHYSADDR_MASK), | ||
92 | CACHE_OC_ADDRESS_ARRAY | (v & 0x000003f0) | 0x00000008); | ||
93 | } | ||
94 | #endif | ||
95 | back_to_cached(); | ||
96 | local_irq_restore(flags); | ||
97 | } | ||
98 | |||
99 | /* WBack O-Cache and flush I-Cache */ | ||
100 | void flush_icache_range(unsigned long start, unsigned long end) | ||
101 | { | ||
102 | unsigned long v; | ||
103 | unsigned long flags; | ||
104 | |||
105 | start = start & ~(L1_CACHE_BYTES-1); | ||
106 | end = (end + L1_CACHE_BYTES-1) & ~(L1_CACHE_BYTES-1); | ||
107 | |||
108 | local_irq_save(flags); | ||
109 | jump_to_uncached(); | ||
110 | |||
111 | for (v = start; v < end; v+=L1_CACHE_BYTES) { | ||
112 | unsigned long addr = (v & 0x000007f0); | ||
113 | int way; | ||
114 | /* O-Cache writeback */ | ||
115 | for (way = 0; way < 4; way++) { | ||
116 | unsigned long data = ctrl_inl(CACHE_OC_ADDRESS_ARRAY | addr | (way << 11)); | ||
117 | if ((data & CACHE_PHYSADDR_MASK) == (v & CACHE_PHYSADDR_MASK)) { | ||
118 | data &= ~SH_CACHE_UPDATED; | ||
119 | ctrl_outl(data, CACHE_OC_ADDRESS_ARRAY | addr | (way << 11)); | ||
120 | } | ||
121 | } | ||
122 | /* I-Cache invalidate */ | ||
123 | ctrl_outl(addr, | ||
124 | CACHE_IC_ADDRESS_ARRAY | addr | 0x00000008); | ||
125 | } | ||
126 | |||
127 | back_to_cached(); | ||
128 | local_irq_restore(flags); | ||
129 | } | ||
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c index 43d7ff6b6ec7..1fdc8d90254a 100644 --- a/arch/sh/mm/cache-sh4.c +++ b/arch/sh/mm/cache-sh4.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Copyright (C) 1999, 2000, 2002 Niibe Yutaka | 4 | * Copyright (C) 1999, 2000, 2002 Niibe Yutaka |
5 | * Copyright (C) 2001 - 2007 Paul Mundt | 5 | * Copyright (C) 2001 - 2007 Paul Mundt |
6 | * Copyright (C) 2003 Richard Curnow | 6 | * Copyright (C) 2003 Richard Curnow |
7 | * Copyright (c) 2007 STMicroelectronics (R&D) Ltd. | ||
7 | * | 8 | * |
8 | * This file is subject to the terms and conditions of the GNU General Public | 9 | * This file is subject to the terms and conditions of the GNU General Public |
9 | * License. See the file "COPYING" in the main directory of this archive | 10 | * License. See the file "COPYING" in the main directory of this archive |
@@ -22,6 +23,7 @@ | |||
22 | * entirety. | 23 | * entirety. |
23 | */ | 24 | */ |
24 | #define MAX_DCACHE_PAGES 64 /* XXX: Tune for ways */ | 25 | #define MAX_DCACHE_PAGES 64 /* XXX: Tune for ways */ |
26 | #define MAX_ICACHE_PAGES 32 | ||
25 | 27 | ||
26 | static void __flush_dcache_segment_1way(unsigned long start, | 28 | static void __flush_dcache_segment_1way(unsigned long start, |
27 | unsigned long extent); | 29 | unsigned long extent); |
@@ -178,42 +180,45 @@ void __flush_invalidate_region(void *start, int size) | |||
178 | /* | 180 | /* |
179 | * Write back the range of D-cache, and purge the I-cache. | 181 | * Write back the range of D-cache, and purge the I-cache. |
180 | * | 182 | * |
181 | * Called from kernel/module.c:sys_init_module and routine for a.out format. | 183 | * Called from kernel/module.c:sys_init_module and routine for a.out format, |
184 | * signal handler code and kprobes code | ||
182 | */ | 185 | */ |
183 | void flush_icache_range(unsigned long start, unsigned long end) | 186 | void flush_icache_range(unsigned long start, unsigned long end) |
184 | { | 187 | { |
185 | flush_cache_all(); | 188 | int icacheaddr; |
186 | } | 189 | unsigned long flags, v; |
187 | |||
188 | /* | ||
189 | * Write back the D-cache and purge the I-cache for signal trampoline. | ||
190 | * .. which happens to be the same behavior as flush_icache_range(). | ||
191 | * So, we simply flush out a line. | ||
192 | */ | ||
193 | void __uses_jump_to_uncached flush_cache_sigtramp(unsigned long addr) | ||
194 | { | ||
195 | unsigned long v, index; | ||
196 | unsigned long flags; | ||
197 | int i; | 190 | int i; |
198 | 191 | ||
199 | v = addr & ~(L1_CACHE_BYTES-1); | 192 | /* If there are too many pages then just blow the caches */ |
200 | asm volatile("ocbwb %0" | 193 | if (((end - start) >> PAGE_SHIFT) >= MAX_ICACHE_PAGES) { |
201 | : /* no output */ | 194 | flush_cache_all(); |
202 | : "m" (__m(v))); | 195 | } else { |
203 | 196 | /* selectively flush d-cache then invalidate the i-cache */ | |
204 | index = CACHE_IC_ADDRESS_ARRAY | | 197 | /* this is inefficient, so only use for small ranges */ |
205 | (v & boot_cpu_data.icache.entry_mask); | 198 | start &= ~(L1_CACHE_BYTES-1); |
206 | 199 | end += L1_CACHE_BYTES-1; | |
207 | local_irq_save(flags); | 200 | end &= ~(L1_CACHE_BYTES-1); |
208 | jump_to_uncached(); | 201 | |
209 | 202 | local_irq_save(flags); | |
210 | for (i = 0; i < boot_cpu_data.icache.ways; | 203 | jump_to_uncached(); |
211 | i++, index += boot_cpu_data.icache.way_incr) | 204 | |
212 | ctrl_outl(0, index); /* Clear out Valid-bit */ | 205 | for (v = start; v < end; v+=L1_CACHE_BYTES) { |
213 | 206 | asm volatile("ocbwb %0" | |
214 | back_to_cached(); | 207 | : /* no output */ |
215 | wmb(); | 208 | : "m" (__m(v))); |
216 | local_irq_restore(flags); | 209 | |
210 | icacheaddr = CACHE_IC_ADDRESS_ARRAY | ( | ||
211 | v & cpu_data->icache.entry_mask); | ||
212 | |||
213 | for (i = 0; i < cpu_data->icache.ways; | ||
214 | i++, icacheaddr += cpu_data->icache.way_incr) | ||
215 | /* Clear i-cache line valid-bit */ | ||
216 | ctrl_outl(0, icacheaddr); | ||
217 | } | ||
218 | |||
219 | back_to_cached(); | ||
220 | local_irq_restore(flags); | ||
221 | } | ||
217 | } | 222 | } |
218 | 223 | ||
219 | static inline void flush_cache_4096(unsigned long start, | 224 | static inline void flush_cache_4096(unsigned long start, |
diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c index d3c33fc5b1c2..b2ce014401b5 100644 --- a/arch/sh/mm/consistent.c +++ b/arch/sh/mm/consistent.c | |||
@@ -10,6 +10,7 @@ | |||
10 | * for more details. | 10 | * for more details. |
11 | */ | 11 | */ |
12 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |
13 | #include <linux/platform_device.h> | ||
13 | #include <linux/dma-mapping.h> | 14 | #include <linux/dma-mapping.h> |
14 | #include <asm/cacheflush.h> | 15 | #include <asm/cacheflush.h> |
15 | #include <asm/addrspace.h> | 16 | #include <asm/addrspace.h> |
@@ -27,21 +28,10 @@ void *dma_alloc_coherent(struct device *dev, size_t size, | |||
27 | dma_addr_t *dma_handle, gfp_t gfp) | 28 | dma_addr_t *dma_handle, gfp_t gfp) |
28 | { | 29 | { |
29 | void *ret, *ret_nocache; | 30 | void *ret, *ret_nocache; |
30 | struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; | ||
31 | int order = get_order(size); | 31 | int order = get_order(size); |
32 | 32 | ||
33 | if (mem) { | 33 | if (dma_alloc_from_coherent(dev, size, dma_handle, &ret)) |
34 | int page = bitmap_find_free_region(mem->bitmap, mem->size, | 34 | return ret; |
35 | order); | ||
36 | if (page >= 0) { | ||
37 | *dma_handle = mem->device_base + (page << PAGE_SHIFT); | ||
38 | ret = mem->virt_base + (page << PAGE_SHIFT); | ||
39 | memset(ret, 0, size); | ||
40 | return ret; | ||
41 | } | ||
42 | if (mem->flags & DMA_MEMORY_EXCLUSIVE) | ||
43 | return NULL; | ||
44 | } | ||
45 | 35 | ||
46 | ret = (void *)__get_free_pages(gfp, order); | 36 | ret = (void *)__get_free_pages(gfp, order); |
47 | if (!ret) | 37 | if (!ret) |
@@ -71,11 +61,7 @@ void dma_free_coherent(struct device *dev, size_t size, | |||
71 | struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; | 61 | struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; |
72 | int order = get_order(size); | 62 | int order = get_order(size); |
73 | 63 | ||
74 | if (mem && vaddr >= mem->virt_base && vaddr < (mem->virt_base + (mem->size << PAGE_SHIFT))) { | 64 | if (!dma_release_from_coherent(dev, order, vaddr)) { |
75 | int page = (vaddr - mem->virt_base) >> PAGE_SHIFT; | ||
76 | |||
77 | bitmap_release_region(mem->bitmap, page, order); | ||
78 | } else { | ||
79 | WARN_ON(irqs_disabled()); /* for portability */ | 65 | WARN_ON(irqs_disabled()); /* for portability */ |
80 | BUG_ON(mem && mem->flags & DMA_MEMORY_EXCLUSIVE); | 66 | BUG_ON(mem && mem->flags & DMA_MEMORY_EXCLUSIVE); |
81 | free_pages((unsigned long)phys_to_virt(dma_handle), order); | 67 | free_pages((unsigned long)phys_to_virt(dma_handle), order); |
@@ -84,83 +70,6 @@ void dma_free_coherent(struct device *dev, size_t size, | |||
84 | } | 70 | } |
85 | EXPORT_SYMBOL(dma_free_coherent); | 71 | EXPORT_SYMBOL(dma_free_coherent); |
86 | 72 | ||
87 | int dma_declare_coherent_memory(struct device *dev, dma_addr_t bus_addr, | ||
88 | dma_addr_t device_addr, size_t size, int flags) | ||
89 | { | ||
90 | void __iomem *mem_base = NULL; | ||
91 | int pages = size >> PAGE_SHIFT; | ||
92 | int bitmap_size = BITS_TO_LONGS(pages) * sizeof(long); | ||
93 | |||
94 | if ((flags & (DMA_MEMORY_MAP | DMA_MEMORY_IO)) == 0) | ||
95 | goto out; | ||
96 | if (!size) | ||
97 | goto out; | ||
98 | if (dev->dma_mem) | ||
99 | goto out; | ||
100 | |||
101 | /* FIXME: this routine just ignores DMA_MEMORY_INCLUDES_CHILDREN */ | ||
102 | |||
103 | mem_base = ioremap_nocache(bus_addr, size); | ||
104 | if (!mem_base) | ||
105 | goto out; | ||
106 | |||
107 | dev->dma_mem = kmalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); | ||
108 | if (!dev->dma_mem) | ||
109 | goto out; | ||
110 | dev->dma_mem->bitmap = kzalloc(bitmap_size, GFP_KERNEL); | ||
111 | if (!dev->dma_mem->bitmap) | ||
112 | goto free1_out; | ||
113 | |||
114 | dev->dma_mem->virt_base = mem_base; | ||
115 | dev->dma_mem->device_base = device_addr; | ||
116 | dev->dma_mem->size = pages; | ||
117 | dev->dma_mem->flags = flags; | ||
118 | |||
119 | if (flags & DMA_MEMORY_MAP) | ||
120 | return DMA_MEMORY_MAP; | ||
121 | |||
122 | return DMA_MEMORY_IO; | ||
123 | |||
124 | free1_out: | ||
125 | kfree(dev->dma_mem); | ||
126 | out: | ||
127 | if (mem_base) | ||
128 | iounmap(mem_base); | ||
129 | return 0; | ||
130 | } | ||
131 | EXPORT_SYMBOL(dma_declare_coherent_memory); | ||
132 | |||
133 | void dma_release_declared_memory(struct device *dev) | ||
134 | { | ||
135 | struct dma_coherent_mem *mem = dev->dma_mem; | ||
136 | |||
137 | if (!mem) | ||
138 | return; | ||
139 | dev->dma_mem = NULL; | ||
140 | iounmap(mem->virt_base); | ||
141 | kfree(mem->bitmap); | ||
142 | kfree(mem); | ||
143 | } | ||
144 | EXPORT_SYMBOL(dma_release_declared_memory); | ||
145 | |||
146 | void *dma_mark_declared_memory_occupied(struct device *dev, | ||
147 | dma_addr_t device_addr, size_t size) | ||
148 | { | ||
149 | struct dma_coherent_mem *mem = dev->dma_mem; | ||
150 | int pages = (size + (device_addr & ~PAGE_MASK) + PAGE_SIZE - 1) >> PAGE_SHIFT; | ||
151 | int pos, err; | ||
152 | |||
153 | if (!mem) | ||
154 | return ERR_PTR(-EINVAL); | ||
155 | |||
156 | pos = (device_addr - mem->device_base) >> PAGE_SHIFT; | ||
157 | err = bitmap_allocate_region(mem->bitmap, pos, get_order(pages)); | ||
158 | if (err != 0) | ||
159 | return ERR_PTR(err); | ||
160 | return mem->virt_base + (pos << PAGE_SHIFT); | ||
161 | } | ||
162 | EXPORT_SYMBOL(dma_mark_declared_memory_occupied); | ||
163 | |||
164 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | 73 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, |
165 | enum dma_data_direction direction) | 74 | enum dma_data_direction direction) |
166 | { | 75 | { |
@@ -185,3 +94,32 @@ void dma_cache_sync(struct device *dev, void *vaddr, size_t size, | |||
185 | } | 94 | } |
186 | } | 95 | } |
187 | EXPORT_SYMBOL(dma_cache_sync); | 96 | EXPORT_SYMBOL(dma_cache_sync); |
97 | |||
98 | int platform_resource_setup_memory(struct platform_device *pdev, | ||
99 | char *name, unsigned long memsize) | ||
100 | { | ||
101 | struct resource *r; | ||
102 | dma_addr_t dma_handle; | ||
103 | void *buf; | ||
104 | |||
105 | r = pdev->resource + pdev->num_resources - 1; | ||
106 | if (r->flags) { | ||
107 | pr_warning("%s: unable to find empty space for resource\n", | ||
108 | name); | ||
109 | return -EINVAL; | ||
110 | } | ||
111 | |||
112 | buf = dma_alloc_coherent(NULL, memsize, &dma_handle, GFP_KERNEL); | ||
113 | if (!buf) { | ||
114 | pr_warning("%s: unable to allocate memory\n", name); | ||
115 | return -ENOMEM; | ||
116 | } | ||
117 | |||
118 | memset(buf, 0, memsize); | ||
119 | |||
120 | r->flags = IORESOURCE_MEM; | ||
121 | r->start = dma_handle; | ||
122 | r->end = r->start + memsize - 1; | ||
123 | r->name = name; | ||
124 | return 0; | ||
125 | } | ||
diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c index d1fa27594c6e..0c776fdfbdda 100644 --- a/arch/sh/mm/fault_32.c +++ b/arch/sh/mm/fault_32.c | |||
@@ -37,16 +37,12 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, | |||
37 | int fault; | 37 | int fault; |
38 | siginfo_t info; | 38 | siginfo_t info; |
39 | 39 | ||
40 | trace_hardirqs_on(); | ||
41 | local_irq_enable(); | ||
42 | |||
43 | #ifdef CONFIG_SH_KGDB | 40 | #ifdef CONFIG_SH_KGDB |
44 | if (kgdb_nofault && kgdb_bus_err_hook) | 41 | if (kgdb_nofault && kgdb_bus_err_hook) |
45 | kgdb_bus_err_hook(); | 42 | kgdb_bus_err_hook(); |
46 | #endif | 43 | #endif |
47 | 44 | ||
48 | tsk = current; | 45 | tsk = current; |
49 | mm = tsk->mm; | ||
50 | si_code = SEGV_MAPERR; | 46 | si_code = SEGV_MAPERR; |
51 | 47 | ||
52 | if (unlikely(address >= TASK_SIZE)) { | 48 | if (unlikely(address >= TASK_SIZE)) { |
@@ -88,6 +84,14 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs, | |||
88 | return; | 84 | return; |
89 | } | 85 | } |
90 | 86 | ||
87 | /* Only enable interrupts if they were on before the fault */ | ||
88 | if ((regs->sr & SR_IMASK) != SR_IMASK) { | ||
89 | trace_hardirqs_on(); | ||
90 | local_irq_enable(); | ||
91 | } | ||
92 | |||
93 | mm = tsk->mm; | ||
94 | |||
91 | /* | 95 | /* |
92 | * If we're in an interrupt or have no user | 96 | * If we're in an interrupt or have no user |
93 | * context, we must not take the fault.. | 97 | * context, we must not take the fault.. |
diff --git a/arch/sh/mm/fault_64.c b/arch/sh/mm/fault_64.c index 399d53710d2f..bd63b961b2a9 100644 --- a/arch/sh/mm/fault_64.c +++ b/arch/sh/mm/fault_64.c | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <asm/uaccess.h> | 39 | #include <asm/uaccess.h> |
40 | #include <asm/pgalloc.h> | 40 | #include <asm/pgalloc.h> |
41 | #include <asm/mmu_context.h> | 41 | #include <asm/mmu_context.h> |
42 | #include <asm/cpu/registers.h> | 42 | #include <cpu/registers.h> |
43 | 43 | ||
44 | /* Callable from fault.c, so not static */ | 44 | /* Callable from fault.c, so not static */ |
45 | inline void __do_tlb_refill(unsigned long address, | 45 | inline void __do_tlb_refill(unsigned long address, |
diff --git a/arch/sh/mm/pg-sh4.c b/arch/sh/mm/pg-sh4.c index 8c7a9ca79879..38870e0fc182 100644 --- a/arch/sh/mm/pg-sh4.c +++ b/arch/sh/mm/pg-sh4.c | |||
@@ -111,7 +111,7 @@ EXPORT_SYMBOL(copy_user_highpage); | |||
111 | /* | 111 | /* |
112 | * For SH-4, we have our own implementation for ptep_get_and_clear | 112 | * For SH-4, we have our own implementation for ptep_get_and_clear |
113 | */ | 113 | */ |
114 | inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) | 114 | pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) |
115 | { | 115 | { |
116 | pte_t pte = *ptep; | 116 | pte_t pte = *ptep; |
117 | 117 | ||
diff --git a/arch/sh/mm/pg-sh7705.c b/arch/sh/mm/pg-sh7705.c index 7f885b7f8aff..eaf25147194c 100644 --- a/arch/sh/mm/pg-sh7705.c +++ b/arch/sh/mm/pg-sh7705.c | |||
@@ -118,7 +118,7 @@ void copy_user_page(void *to, void *from, unsigned long address, struct page *pg | |||
118 | * For SH7705, we have our own implementation for ptep_get_and_clear | 118 | * For SH7705, we have our own implementation for ptep_get_and_clear |
119 | * Copied from pg-sh4.c | 119 | * Copied from pg-sh4.c |
120 | */ | 120 | */ |
121 | inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) | 121 | pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) |
122 | { | 122 | { |
123 | pte_t pte = *ptep; | 123 | pte_t pte = *ptep; |
124 | 124 | ||
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c index 46911bcbf17b..cef727669c87 100644 --- a/arch/sh/mm/pmb.c +++ b/arch/sh/mm/pmb.c | |||
@@ -385,7 +385,7 @@ static const struct file_operations pmb_debugfs_fops = { | |||
385 | .open = pmb_debugfs_open, | 385 | .open = pmb_debugfs_open, |
386 | .read = seq_read, | 386 | .read = seq_read, |
387 | .llseek = seq_lseek, | 387 | .llseek = seq_lseek, |
388 | .release = seq_release, | 388 | .release = single_release, |
389 | }; | 389 | }; |
390 | 390 | ||
391 | static int __init pmb_debugfs_init(void) | 391 | static int __init pmb_debugfs_init(void) |
diff --git a/arch/sh/mm/tlb-sh5.c b/arch/sh/mm/tlb-sh5.c index f34274a1ded3..dae131243bcc 100644 --- a/arch/sh/mm/tlb-sh5.c +++ b/arch/sh/mm/tlb-sh5.c | |||
@@ -15,9 +15,7 @@ | |||
15 | #include <asm/mmu_context.h> | 15 | #include <asm/mmu_context.h> |
16 | 16 | ||
17 | /** | 17 | /** |
18 | * sh64_tlb_init | 18 | * sh64_tlb_init - Perform initial setup for the DTLB and ITLB. |
19 | * | ||
20 | * Perform initial setup for the DTLB and ITLB. | ||
21 | */ | 19 | */ |
22 | int __init sh64_tlb_init(void) | 20 | int __init sh64_tlb_init(void) |
23 | { | 21 | { |
@@ -46,9 +44,7 @@ int __init sh64_tlb_init(void) | |||
46 | } | 44 | } |
47 | 45 | ||
48 | /** | 46 | /** |
49 | * sh64_next_free_dtlb_entry | 47 | * sh64_next_free_dtlb_entry - Find the next available DTLB entry |
50 | * | ||
51 | * Find the next available DTLB entry | ||
52 | */ | 48 | */ |
53 | unsigned long long sh64_next_free_dtlb_entry(void) | 49 | unsigned long long sh64_next_free_dtlb_entry(void) |
54 | { | 50 | { |
@@ -56,9 +52,7 @@ unsigned long long sh64_next_free_dtlb_entry(void) | |||
56 | } | 52 | } |
57 | 53 | ||
58 | /** | 54 | /** |
59 | * sh64_get_wired_dtlb_entry | 55 | * sh64_get_wired_dtlb_entry - Allocate a wired (locked-in) entry in the DTLB |
60 | * | ||
61 | * Allocate a wired (locked-in) entry in the DTLB | ||
62 | */ | 56 | */ |
63 | unsigned long long sh64_get_wired_dtlb_entry(void) | 57 | unsigned long long sh64_get_wired_dtlb_entry(void) |
64 | { | 58 | { |
@@ -71,12 +65,10 @@ unsigned long long sh64_get_wired_dtlb_entry(void) | |||
71 | } | 65 | } |
72 | 66 | ||
73 | /** | 67 | /** |
74 | * sh64_put_wired_dtlb_entry | 68 | * sh64_put_wired_dtlb_entry - Free a wired (locked-in) entry in the DTLB. |
75 | * | 69 | * |
76 | * @entry: Address of TLB slot. | 70 | * @entry: Address of TLB slot. |
77 | * | 71 | * |
78 | * Free a wired (locked-in) entry in the DTLB. | ||
79 | * | ||
80 | * Works like a stack, last one to allocate must be first one to free. | 72 | * Works like a stack, last one to allocate must be first one to free. |
81 | */ | 73 | */ |
82 | int sh64_put_wired_dtlb_entry(unsigned long long entry) | 74 | int sh64_put_wired_dtlb_entry(unsigned long long entry) |
@@ -115,7 +107,7 @@ int sh64_put_wired_dtlb_entry(unsigned long long entry) | |||
115 | } | 107 | } |
116 | 108 | ||
117 | /** | 109 | /** |
118 | * sh64_setup_tlb_slot | 110 | * sh64_setup_tlb_slot - Load up a translation in a wired slot. |
119 | * | 111 | * |
120 | * @config_addr: Address of TLB slot. | 112 | * @config_addr: Address of TLB slot. |
121 | * @eaddr: Virtual address. | 113 | * @eaddr: Virtual address. |
@@ -154,7 +146,7 @@ inline void sh64_setup_tlb_slot(unsigned long long config_addr, | |||
154 | } | 146 | } |
155 | 147 | ||
156 | /** | 148 | /** |
157 | * sh64_teardown_tlb_slot | 149 | * sh64_teardown_tlb_slot - Teardown a translation. |
158 | * | 150 | * |
159 | * @config_addr: Address of TLB slot. | 151 | * @config_addr: Address of TLB slot. |
160 | * | 152 | * |
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 1bba7d36be90..0a11cc08f0a5 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types | |||
@@ -46,3 +46,7 @@ R2D_1 RTS7751R2D_1 | |||
46 | CAYMAN SH_CAYMAN | 46 | CAYMAN SH_CAYMAN |
47 | SDK7780 SH_SDK7780 | 47 | SDK7780 SH_SDK7780 |
48 | MIGOR SH_MIGOR | 48 | MIGOR SH_MIGOR |
49 | RSK7203 SH_RSK7203 | ||
50 | AP325RXA SH_AP325RXA | ||
51 | SH7763RDP SH_SH7763RDP | ||
52 | SH7785LCR SH_SH7785LCR | ||