Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
eddce368
Commit
eddce368
authored
Dec 17, 2008
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into next
parents
b53c7583
cd85400a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
230 additions
and
105 deletions
+230
-105
arch/powerpc/boot/dts/bamboo.dts
arch/powerpc/boot/dts/bamboo.dts
+2
-1
arch/powerpc/boot/dts/canyonlands.dts
arch/powerpc/boot/dts/canyonlands.dts
+14
-0
arch/powerpc/configs/ppc44x_defconfig
arch/powerpc/configs/ppc44x_defconfig
+6
-6
arch/powerpc/sysdev/ppc4xx_pci.c
arch/powerpc/sysdev/ppc4xx_pci.c
+208
-98
No files found.
arch/powerpc/boot/dts/bamboo.dts
View file @
eddce368
...
...
@@ -269,7 +269,8 @@ PCI0: pci@ec000000 {
* later cannot be changed. Chip supports a second
* IO range but we don'
t
use
it
for
now
*/
ranges
=
<
0x02000000
0x00000000
0xa0000000
0x00000000
0xa0000000
0x00000000
0x20000000
ranges
=
<
0x02000000
0x00000000
0xa0000000
0x00000000
0xa0000000
0x00000000
0x40000000
0x02000000
0x00000000
0x00000000
0x00000000
0xe0000000
0x00000000
0x00100000
0x01000000
0x00000000
0x00000000
0x00000000
0xe8000000
0x00000000
0x00010000
>;
/*
Inbound
2
GB
range
starting
at
0
*/
...
...
arch/powerpc/boot/dts/canyonlands.dts
View file @
eddce368
...
...
@@ -40,6 +40,7 @@ cpu@0 {
d
-
cache
-
size
=
<
32768
>;
dcr
-
controller
;
dcr
-
access
-
method
=
"native"
;
next
-
level
-
cache
=
<&
L2C0
>;
};
};
...
...
@@ -104,6 +105,16 @@ CPR0: cpr {
dcr
-
reg
=
<
0x00c
0x002
>;
};
L2C0
:
l2c
{
compatible
=
"ibm,l2-cache-460ex"
,
"ibm,l2-cache"
;
dcr
-
reg
=
<
0x020
0x008
/*
Internal
SRAM
DCR
's */
0x030 0x008>; /* L2 cache DCR'
s
*/
cache
-
line
-
size
=
<
32
>;
/*
32
bytes
*/
cache
-
size
=
<
262144
>;
/*
L2
,
256
K
*/
interrupt
-
parent
=
<&
UIC1
>;
interrupts
=
<
11
1
>;
};
plb
{
compatible
=
"ibm,plb-460ex"
,
"ibm,plb4"
;
#
address
-
cells
=
<
2
>;
...
...
@@ -343,6 +354,7 @@ PCIX0: pci@c0ec00000 {
*
later
cannot
be
changed
*/
ranges
=
<
0x02000000
0x00000000
0x80000000
0x0000000d
0x80000000
0x00000000
0x80000000
0x02000000
0x00000000
0x00000000
0x0000000c
0x0ee00000
0x00000000
0x00100000
0x01000000
0x00000000
0x00000000
0x0000000c
0x08000000
0x00000000
0x00010000
>;
/*
Inbound
2
GB
range
starting
at
0
*/
...
...
@@ -373,6 +385,7 @@ PCIE0: pciex@d00000000 {
*
later
cannot
be
changed
*/
ranges
=
<
0x02000000
0x00000000
0x80000000
0x0000000e
0x00000000
0x00000000
0x80000000
0x02000000
0x00000000
0x00000000
0x0000000f
0x00000000
0x00000000
0x00100000
0x01000000
0x00000000
0x00000000
0x0000000f
0x80000000
0x00000000
0x00010000
>;
/*
Inbound
2
GB
range
starting
at
0
*/
...
...
@@ -414,6 +427,7 @@ PCIE1: pciex@d20000000 {
*
later
cannot
be
changed
*/
ranges
=
<
0x02000000
0x00000000
0x80000000
0x0000000e
0x80000000
0x00000000
0x80000000
0x02000000
0x00000000
0x00000000
0x0000000f
0x00100000
0x00000000
0x00100000
0x01000000
0x00000000
0x00000000
0x0000000f
0x80010000
0x00000000
0x00010000
>;
/*
Inbound
2
GB
range
starting
at
0
*/
...
...
arch/powerpc/configs/ppc44x_defconfig
View file @
eddce368
...
...
@@ -267,7 +267,7 @@ CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_LEGACY is not set
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
...
...
@@ -354,7 +354,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
CONFIG_BRIDGE=m
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
...
...
@@ -579,7 +579,7 @@ CONFIG_NETDEVICES=y
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
CONFIG_TUN=m
# CONFIG_VETH is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
...
...
@@ -1001,11 +1001,11 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE
enables SCSI, and 'SCSI disk support'
# NOTE: USB_STORAGE
depends on SCSI but BLK_DEV_SD may also be needed;
#
#
#
may also be needed;
see USB_STORAGE Help for more information
# see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
...
...
@@ -1418,6 +1418,6 @@ CONFIG_CRYPTO_LZO=m
# CONFIG_PPC_CLOCK is not set
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
CONFIG_KVM_
BOOKE_HOST
=y
CONFIG_KVM_
440
=y
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
arch/powerpc/sysdev/ppc4xx_pci.c
View file @
eddce368
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment