summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-2830-190/+150
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: syscall auditing for sh5, too.Paul Mundt2008-01-282-18/+30
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* rtc: rtc-sh: Split out the CPU defs to asm/cpu/.Paul Mundt2008-01-287-19/+43
| | | | | | | | | | | With all of the different CPU types this was getting a but unwieldly. Since sh64 is now integrated, we don't have to worry about multiple architectures caring about the header definitions. Split out the defs for each asm/cpu/ to make rtc-sh slightly less visually offensive. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: CCR1->CCR renaming for SH-2 parts.Paul Mundt2008-01-282-7/+2
| | | | | | | | | | | | | | | | | | | | | Avoid namespace collision with a CCR1 definition. The general SH code always expects CCR anyways, so there's no point in keeping the CCR1 naming around. Fixes up synclink collisions: drivers/char/pcmcia/synclink_cs.c:283:1: warning: "CCR1" redefined In file included from include/asm/cache.h:13, from include/asm/processor_32.h:15, from include/asm/processor.h:60, from include/linux/prefetch.h:14, from include/linux/list.h:8, from include/linux/module.h:9, from drivers/char/pcmcia/synclink_cs.c:38: include/asm/cpu/cache.h:21:1: warning: this is the location of the previous definition Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Bump up ARCH_KMALLOC_MINALIGN for DMA cases.Paul Mundt2008-01-281-13/+9
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Invalidate the TLB after applying PMB mappings.Stuart Menefy2008-01-282-0/+8
| | | | | Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Provide a 29/32-bit physical hint for bootloaders.Stuart Menefy2008-01-281-1/+5
| | | | | | | | | | | | | Shoves a magic word in to the empty_zero_page section for the bootloader to work out whether to start the kernel in 29-bit or 32-bit mode. [ Renesas CPUs already take care of the initial PMB mappings entirely in hardware and decide on 29-bit/32-bit physical depending on which pin powered up the CPU, so this is mostly for ST parts. -- PFM ]. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add a printk() to warn legacy mem= growers.Stuart Menefy2008-01-281-0/+11
| | | | | | | | mem= can't be used to grow the size of kernel memory, so provide a warning to that effect. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: SH-2A FPU support.Paul Mundt2008-01-2811-30/+673
| | | | | Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add SH7263 CPU support.Paul Mundt2008-01-2810-10/+61
| | | | | | | | | | | | This adds support for the SH7263 (SH-2A) CPU. This particular CPU is a superset of SH7203, adding some additional peripheral blocks and hooking up additional (reserved on SH7203) vectors in the INTC block. No visibly nasty surprises, yet.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix the arch/sh/kernel/traps.c build for sh32.Paul Mundt2008-01-281-0/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add SH7203 CPU support.Paul Mundt2008-01-2812-15/+399
| | | | | | | This adds support for the SH7203 (SH-2A) CPU. Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* rtc: rtc-sh: SH-2A support.Paul Mundt2008-01-282-3/+19
| | | | | | Trivial support for the SH-2A on-chip RTC. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: syscall audit support.Yuichi Nakamura2008-01-284-7/+26
| | | | | | | Support syscall auditing.. Signed-off-by: Yuichi Nakamura <ynakam@hitachisoft.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up uname -m matching for native sh64.Paul Mundt2008-01-281-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move mach-cayman in with the rest of the boards.Paul Mundt2008-01-287-5/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off the mach-harp and mach-sim machtypes.Paul Mundt2008-01-2811-1648/+294
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up bug trap handler build for sh32.Paul Mundt2008-01-281-1/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Build fixes for lib32 clear_page.Paul Mundt2008-01-281-3/+3
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up default zImage target for sh32.Paul Mundt2008-01-281-1/+1
| | | | | | | This was using the absolute path, which was confusing the make target. Switch it to just 'zImage', as per powerpc. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Bring the SH-5 FPU in line with the SH-4 FPU API.Paul Mundt2008-01-289-59/+59
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Get the SH-5 PCI support building.Paul Mundt2008-01-288-384/+275
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Bump number of quicklists for SH-5.Paul Mundt2008-01-281-1/+1
| | | | | | Sync up with the SH definitions. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add SH-5 subtypes to check_bugs() for utsname.Paul Mundt2008-01-281-3/+10
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off the rest of arch/sh64/kernel/.Paul Mundt2008-01-2813-1073/+8
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Get the mach-cayman IRQ support building.Paul Mundt2008-01-2810-243/+42
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off the last of the sh64 headers.Paul Mundt2008-01-288-305/+5
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: clear/copy_page renames in lib and lib64.Paul Mundt2008-01-287-4/+4
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Rename the _32 and _64 TLB flush variants.Paul Mundt2008-01-284-2/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Consolidate sh/sh64 Makefiles.Paul Mundt2008-01-282-117/+44
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Tidy up KBUILD_IMAGE for sh64.Paul Mundt2008-01-281-17/+12
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Remove duplicate SUPERH64 symbol.Paul Mundt2008-01-281-3/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Generic BUG only works for sh32.Paul Mundt2008-01-281-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add onchip remap prototypes, kill old sh64 io.h.Paul Mundt2008-01-282-197/+16
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Copy over special CFLAGS for SH-5 TLB miss.Paul Mundt2008-01-281-0/+25
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up user_fpu_struct typo for SH-5.Paul Mundt2008-01-284-220/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Mark some IRQ debug options sh32 only.Paul Mundt2008-01-282-117/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Special layout for SH-5 stat.h and user.h.Paul Mundt2008-01-282-1/+69
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Purge dead sh64 headers.Paul Mundt2008-01-2878-2873/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off arch/sh64/mm.Paul Mundt2008-01-284-391/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up proc ASIDs for CPU-local ASID cache accessors.Paul Mundt2008-01-281-10/+8
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move over SH-5 TLB and cache support code.Paul Mundt2008-01-283-2/+5
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Merge sh64 Kconfig.debug options.Paul Mundt2008-01-282-33/+25
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Kill off a stray proc tlb reference in fault_64.Paul Mundt2008-01-281-4/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Merge the sh64 zImage bits.Paul Mundt2008-01-2812-180/+80
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB.Paul Mundt2008-01-281-1/+1
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Use existing CONFIG_CACHE_xx options in head_64.S.Paul Mundt2008-01-281-5/+5
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up generic BUG build for SH-5.Paul Mundt2008-01-281-5/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Consolidate Kconfig.sh/Kconfig.sh64.Paul Mundt2008-01-283-242/+46
| | | | | | | Fold in the sh64-specific bits in to the main Kconfig.sh, and move this back as arch/sh/Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Bump the MEMORY_SIZE default to something reasonable.Paul Mundt2008-01-281-2/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud