Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67449
b: refs/heads/master
c: 36660ce
h: refs/heads/master
i:
  67447: 06588b0
v: v3
  • Loading branch information
Grant Likely authored and Josh Boyer committed Oct 3, 2007
1 parent 0065bbc commit e6377dc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 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: 7ddc5f978b16c024b6c1fcecbda6815d3d3222ef
refs/heads/master: 36660cef734e3c80c4379443781ed0b2fe3e1ffe
38 changes: 25 additions & 13 deletions trunk/arch/powerpc/platforms/40x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,22 @@ config WALNUT
help
This option enables support for the IBM PPC405GP evaluation board.

#config XILINX_ML300
# bool "Xilinx-ML300"
# depends on 40x
# default y
# select VIRTEX_II_PRO
# help
# This option enables support for the Xilinx ML300 evaluation board.
config XILINX_VIRTEX_GENERIC_BOARD
bool "Generic Xilinx Virtex board"
depends on 40x
default n
select XILINX_VIRTEX_II_PRO
select XILINX_VIRTEX_4_FX
help
This option enables generic support for Xilinx Virtex based boards.

The generic virtex board support matches any device tree which
specifies 'xilinx,virtex' in its compatible field. This includes
the Xilinx ML3xx and ML4xx reference designs using the powerpc
core.

Most Virtex designs should use this unless it needs to do some
special configuration at board probe time.

# 40x specific CPU modules, selected based on the board above.
config NP405H
Expand All @@ -91,11 +100,19 @@ config 405EP
config 405GPR
bool

config VIRTEX_II_PRO
config XILINX_VIRTEX
bool

config XILINX_VIRTEX_II_PRO
bool
select XILINX_VIRTEX
select IBM405_ERR77
select IBM405_ERR51

config XILINX_VIRTEX_4_FX
bool
select XILINX_VIRTEX

config STB03xxx
bool
select IBM405_ERR77
Expand All @@ -111,11 +128,6 @@ config IBM405_ERR77
config IBM405_ERR51
bool

#config XILINX_OCP
# bool
# depends on XILINX_ML300
# default y

#config BIOS_FIXUP
# bool
# depends on BUBINGA || EP405 || SYCAMORE || WALNUT
Expand Down

0 comments on commit e6377dc

Please sign in to comment.