Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22893
b: refs/heads/master
c: 562e737
h: refs/heads/master
i:
  22891: cb37791
v: v3
  • Loading branch information
Grant C. Likely authored and Paul Mackerras committed Feb 7, 2006
1 parent 7301d1b commit 8ccee8b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4367e7451f19a3ae8b453e8b7ac0a1fdd9bca04
refs/heads/master: 562e7370a4d59d7ee8988fb0e13707d1f01a046a
7 changes: 6 additions & 1 deletion trunk/arch/ppc/platforms/4xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,16 @@ config 405GPR
depends on SYCAMORE
default y

config VIRTEX_II_PRO
config XILINX_VIRTEX_II_PRO
bool
depends on XILINX_ML300
default y

config XILINX_VIRTEX
bool
depends on XILINX_VIRTEX_II_PRO
default y

config STB03xxx
bool
depends on REDWOOD_5 || REDWOOD_6
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/4xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ obj-$(CONFIG_440SP) += ibm440sp.o
obj-$(CONFIG_440SPE) += ppc440spe.o
obj-$(CONFIG_405EP) += ibm405ep.o
obj-$(CONFIG_405GPR) += ibm405gpr.o
obj-$(CONFIG_VIRTEX_II_PRO) += virtex-ii_pro.o
obj-$(CONFIG_XILINX_VIRTEX) += virtex.o
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/4xx/virtex-ii_pro.c
* arch/ppc/platforms/4xx/virtex.c
*
* Author: MontaVista Software, Inc.
* source@mvista.com
Expand All @@ -12,7 +12,7 @@
#include <linux/config.h>
#include <linux/init.h>
#include <asm/ocp.h>
#include "virtex-ii_pro.h"
#include <platforms/4xx/virtex.h>

/* Have OCP take care of the serial ports. */
struct ocp_def core_ocp[] = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* arch/ppc/platforms/4xx/virtex-ii_pro.h
* arch/ppc/platforms/4xx/virtex.h
*
* Include file that defines the Xilinx Virtex-II Pro processor
*
Expand All @@ -12,8 +12,8 @@
*/

#ifdef __KERNEL__
#ifndef __ASM_VIRTEXIIPRO_H__
#define __ASM_VIRTEXIIPRO_H__
#ifndef __ASM_VIRTEX_H__
#define __ASM_VIRTEX_H__

#include <linux/config.h>
#include <platforms/4xx/xparameters/xparameters.h>
Expand Down Expand Up @@ -95,5 +95,5 @@

#include <asm/ibm405.h>

#endif /* __ASM_VIRTEXIIPRO_H__ */
#endif /* __ASM_VIRTEX_H__ */
#endif /* __KERNEL__ */
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/4xx/xilinx_ml300.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <asm/machdep.h>
#include <asm/ocp.h>

#include <platforms/4xx/virtex-ii_pro.h> /* for NR_SER_PORTS */
#include <platforms/4xx/virtex.h> /* for NR_SER_PORTS */

/*
* As an overview of how the following functions (platform_init,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/4xx/xilinx_ml300.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define __ASM_XILINX_ML300_H__

/* ML300 has a Xilinx Virtex-II Pro processor */
#include <platforms/4xx/virtex-ii_pro.h>
#include <platforms/4xx/virtex.h>

#ifndef __ASSEMBLY__

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/syslib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ obj-$(CONFIG_440GX) += ibm440gx_common.o
obj-$(CONFIG_440SP) += ibm440gx_common.o ibm440sp_common.o
obj-$(CONFIG_440SPE) += ibm440gx_common.o ibm440sp_common.o ppc440spe_pcie.o
ifeq ($(CONFIG_4xx),y)
ifeq ($(CONFIG_VIRTEX_II_PRO),y)
ifeq ($(CONFIG_XILINX_VIRTEX),y)
obj-$(CONFIG_40x) += xilinx_pic.o
else
ifeq ($(CONFIG_403),y)
Expand Down

0 comments on commit 8ccee8b

Please sign in to comment.