forked from torvalds/linux
-
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.
[MIPS] Move arch/mips/philips to arch/mips/nxp
Signed-off-by: daniel.j.laird <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
- Loading branch information
1 parent
389310e
commit a92b058
Showing
22 changed files
with
25 additions
and
27 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
arch/mips/philips/pnx8550/common/platform.c → arch/mips/nxp/pnx8550/common/platform.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
arch/mips/philips/pnx8550/jbs/Makefile → arch/mips/nxp/pnx8550/jbs/Makefile
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,4 +1,4 @@ | ||
|
||
# Makefile for the Philips JBS Board. | ||
# Makefile for the NXP JBS Board. | ||
|
||
lib-y := init.o board_setup.o irqmap.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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Philips JBS board irqmap. | ||
* NXP JBS board irqmap. | ||
* | ||
* Copyright 2005 Embedded Alley Solutions, Inc | ||
* [email protected] | ||
|
@@ -33,4 +33,3 @@ char pnx8550_irq_tab[][5] __initdata = { | |
[9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff}, | ||
[17] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff}, | ||
}; | ||
|
2 changes: 1 addition & 1 deletion
2
arch/mips/philips/pnx8550/stb810/Makefile → arch/mips/nxp/pnx8550/stb810/Makefile
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,4 +1,4 @@ | ||
|
||
# Makefile for the Philips STB810 Board. | ||
# Makefile for the NXP STB810 Board. | ||
|
||
lib-y := prom_init.o board_setup.o irqmap.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* STB810 specific board startup routines. | ||
* | ||
* Based on the arch/mips/philips/pnx8550/jbs/board_setup.c | ||
* Based on the arch/mips/nxp/pnx8550/jbs/board_setup.c | ||
* | ||
* Author: MontaVista Software, Inc. | ||
* [email protected] | ||
|
@@ -39,8 +39,8 @@ void __init board_setup(void) | |
|
||
/* clear all three cache coherency fields */ | ||
config0 &= ~(0x7 | (7<<25) | (7<<28)); | ||
config0 |= (_page_cachable_default >> _CACHE_SHIFT) | | ||
(CONF_CM_DEFAULT << 25) | (CONF_CM_DEFAULT << 28); | ||
config0 |= (CONF_CM_DEFAULT | (CONF_CM_DEFAULT<<25) | | ||
(CONF_CM_DEFAULT<<28)); | ||
write_c0_config(config0); | ||
|
||
configpr = read_c0_config7(); | ||
|
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 @@ | ||
/* | ||
* Philips STB810 board irqmap. | ||
* NXP STB810 board irqmap. | ||
* | ||
* Author: MontaVista Software, Inc. | ||
* [email protected] | ||
|
@@ -20,4 +20,3 @@ char pnx8550_irq_tab[][5] __initdata = { | |
[9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff}, | ||
[10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff}, | ||
}; | ||
|
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