Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359135
b: refs/heads/master
c: d0b73b4
h: refs/heads/master
i:
  359133: 3e08a76
  359131: 92db862
  359127: 75065fb
  359119: c055c79
  359103: b555320
v: v3
  • Loading branch information
Pete Delaney authored and Chris Zankel committed Feb 24, 2013
1 parent 88baffd commit 9a530c5
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a02bc166dd1c7dae71bd3115fb10ec0c351a31f
refs/heads/master: d0b73b488c55df905ea8faaad079f8535629ed26
6 changes: 6 additions & 0 deletions trunk/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ config XTENSA_VARIANT_DC232B
help
This variant refers to Tensilica's Diamond 232L Standard core Rev.B (LE).

config XTENSA_VARIANT_DC233C
bool "dc233c - Diamond 233L Standard Core Rev.C (LE)"
select MMU
help
This variant refers to Tensilica's Diamond 233L Standard core Rev.C (LE).

config XTENSA_VARIANT_S6000
bool "s6000 - Stretch software configurable processor"
select VARIANT_IRQ_SWITCH
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

variant-$(CONFIG_XTENSA_VARIANT_FSF) := fsf
variant-$(CONFIG_XTENSA_VARIANT_DC232B) := dc232b
variant-$(CONFIG_XTENSA_VARIANT_DC233C) := dc233c
variant-$(CONFIG_XTENSA_VARIANT_S6000) := s6000
variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM) := custom

Expand Down
Loading

0 comments on commit 9a530c5

Please sign in to comment.