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
Kirill Smelkov
linux
Commits
c6b22ca6
Commit
c6b22ca6
authored
Mar 24, 2003
by
Allen Curtis
Committed by
Paul Mackerras
Mar 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Further 8260 update; one file was missed in the previous commit.
parent
fcc94683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
31 deletions
+15
-31
include/asm-ppc/mpc8260.h
include/asm-ppc/mpc8260.h
+15
-31
No files found.
include/asm-ppc/mpc8260.h
View file @
c6b22ca6
...
...
@@ -9,51 +9,35 @@
#define __CONFIG_8260_DEFS
#include <linux/config.h>
#include <platforms/mpc82xx.h>
#ifdef CONFIG_8260
#if
def CONFIG_EST8260
#
include <platforms/est8260.h>
/* Make sure the memory translation stuff is there if PCI not used.
*/
#if
ndef _IO_BASE
#
define _IO_BASE 0
#endif
#if
def CONFIG_SBS8260
#
include <platforms/sbs8260.h>
#if
ndef _ISA_MEM_BASE
#
define _ISA_MEM_BASE 0
#endif
#if
def CONFIG_RPX6
#
include <platforms/rpxsuper.h>
#if
ndef PCI_DRAM_OFFSET
#
define PCI_DRAM_OFFSET 0
#endif
#ifdef CONFIG_WILLOW
#include <platforms/willow.h>
/* Map 256MB I/O region
*/
#ifndef IO_PHYS_ADDR
#define IO_PHYS_ADDR 0xe0000000
#endif
#ifdef CONFIG_TQM8260
#include <platforms/tqm8260.h>
#ifndef IO_VIRT_ADDR
#define IO_VIRT_ADDR IO_PHYS_ADDR
#endif
/* I don't yet have the ISA or PCI stuff done....no 8260 with
* such thing.....
*/
#define _IO_BASE 0
#define _ISA_MEM_BASE 0
#define PCI_DRAM_OFFSET 0
/* The "residual" data board information structure the boot loader
* hands to us.
*/
extern
unsigned
char
__res
[];
/* I need this to get pt_regs.......
*/
#include <asm/ptrace.h>
extern
int
request_8xxirq
(
unsigned
int
irq
,
void
(
*
handler
)(
int
,
void
*
,
struct
pt_regs
*
),
unsigned
long
flags
,
const
char
*
device
,
void
*
dev_id
);
#endif
/* CONFIG_8260 */
#endif
/* !__CONFIG_8260_DEFS */
#endif
/* __KERNEL__ */
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