-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 36582 b: refs/heads/master c: 3f7e581 h: refs/heads/master v: v3
- Loading branch information
Lennert Buytenhek
authored and
Russell King
committed
Sep 25, 2006
1 parent
285679b
commit 54eb32a
Showing
69 changed files
with
500 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 98954df6917cb8f7e65f4f0f79ed641112fcf6b6 | ||
refs/heads/master: 3f7e5815f4b774270e6506962de37af85aa9c830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
if ARCH_IOP32X | ||
|
||
menu "IOP32x Implementation Options" | ||
|
||
comment "IOP32x Platform Types" | ||
|
||
config ARCH_IQ80321 | ||
bool "Enable support for IQ80321" | ||
help | ||
Say Y here if you want to run your kernel on the Intel IQ80321 | ||
evaluation kit for the IOP321 chipset. | ||
|
||
config ARCH_IQ31244 | ||
bool "Enable support for IQ31244" | ||
help | ||
Say Y here if you want to run your kernel on the Intel IQ31244 | ||
evaluation kit for the IOP321 chipset. | ||
|
||
config ARCH_EP80219 | ||
bool "Enable support for EP80219" | ||
select ARCH_IQ31244 | ||
help | ||
Say Y here if you want to run your kernel on the Intel EP80219 | ||
evaluation kit for the Intel 80219 chipset (a IOP321 variant). | ||
|
||
endmenu | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Makefile for the linux kernel. | ||
# | ||
|
||
obj-y := common.o setup.o irq.o pci.o time.o | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
obj-$(CONFIG_ARCH_IQ80321) += iq80321-mm.o iq80321-pci.o | ||
obj-$(CONFIG_ARCH_IQ31244) += iq31244-mm.o iq31244-pci.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
zreladdr-y := 0xa0008000 | ||
params_phys-y := 0xa0000100 | ||
initrd_phys-y := 0xa0800000 |
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/common.c → trunk/arch/arm/mach-iop32x/common.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq31244-mm.c → trunk/arch/arm/mach-iop32x/iq31244-mm.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
trunk/arch/arm/mach-iop3xx/iq31244-pci.c → trunk/arch/arm/mach-iop32x/iq31244-pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80321-mm.c → trunk/arch/arm/mach-iop32x/iq80321-mm.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80321-pci.c → trunk/arch/arm/mach-iop32x/iq80321-pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iop321-pci.c → trunk/arch/arm/mach-iop32x/pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iop321-setup.c → trunk/arch/arm/mach-iop32x/setup.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iop321-time.c → trunk/arch/arm/mach-iop32x/time.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* arch/arm/mach-iop3xx/iop321-time.c | ||
* arch/arm/mach-iop32x/time.c | ||
* | ||
* Timer code for IOP321 based systems | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
if ARCH_IOP33X | ||
|
||
menu "IOP33x Implementation Options" | ||
|
||
comment "IOP33x Platform Types" | ||
|
||
config ARCH_IQ80331 | ||
bool "Enable support for IQ80331" | ||
help | ||
Say Y here if you want to run your kernel on the Intel IQ80331 | ||
evaluation kit for the IOP331 chipset. | ||
|
||
config MACH_IQ80332 | ||
bool "Enable support for IQ80332" | ||
help | ||
Say Y here if you want to run your kernel on the Intel IQ80332 | ||
evaluation kit for the IOP332 chipset. | ||
|
||
config IOP331_STEPD | ||
bool "Chip stepping D of the IOP80331 processor or IOP80333" | ||
help | ||
Say Y here if you have StepD of the IOP80331 or IOP8033 | ||
based platforms. | ||
|
||
endmenu | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Makefile for the linux kernel. | ||
# | ||
|
||
obj-y := common.o setup.o irq.o pci.o time.o | ||
obj-m := | ||
obj-n := | ||
obj- := | ||
|
||
obj-$(CONFIG_ARCH_IQ80331) += iq80331-mm.o iq80331-pci.o | ||
obj-$(CONFIG_MACH_IQ80332) += iq80332-mm.o iq80332-pci.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
zreladdr-y := 0x00008000 | ||
params_phys-y := 0x00000100 | ||
initrd_phys-y := 0x00800000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* arch/arm/mach-iop33x/common.c | ||
* | ||
* Common routines shared across all IOP3xx implementations | ||
* | ||
* Author: Deepak Saxena <dsaxena@mvista.com> | ||
* | ||
* Copyright 2003 (c) MontaVista, Software, Inc. | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
* License version 2. This program is licensed "as is" without any | ||
* warranty of any kind, whether express or implied. | ||
*/ | ||
|
||
#include <linux/delay.h> | ||
#include <asm/hardware.h> | ||
|
||
/* | ||
* Shared variables | ||
*/ | ||
unsigned long iop3xx_pcibios_min_io = 0; | ||
unsigned long iop3xx_pcibios_min_mem = 0; |
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80331-mm.c → trunk/arch/arm/mach-iop33x/iq80331-mm.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80331-pci.c → trunk/arch/arm/mach-iop33x/iq80331-pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80332-mm.c → trunk/arch/arm/mach-iop33x/iq80332-mm.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iq80332-pci.c → trunk/arch/arm/mach-iop33x/iq80332-pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iop331-pci.c → trunk/arch/arm/mach-iop33x/pci.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/mach-iop3xx/iop331-setup.c → trunk/arch/arm/mach-iop33x/setup.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.