summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* sh: Kill off some dead sh64 kconfig symbols.Paul Mundt2008-01-281-32/+0
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Switch SH-5 to use CONFIG_PAGE_OFFSET.Paul Mundt2008-01-285-19/+20
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move PXSEG comments to addrspace.h.Paul Mundt2008-01-282-16/+8
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Set HPAGE_SHIFT for 512MB hugetlb pages.Paul Mundt2008-01-281-0/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Update cayman defconfig.Paul Mundt2008-01-281-248/+71
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Stubs for fpu disabled on SH-5.Paul Mundt2008-01-281-0/+5
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Stub in CPU subtype setup code for SH5-101/103.Paul Mundt2008-01-282-0/+22
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Add the SH-5 cpu type symbolic names.Paul Mundt2008-01-281-1/+3
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Plug in simple SH-5 subtype probing.Paul Mundt2008-01-282-2/+78
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
OpenPOWER on IntegriCloud