Skip to content

Commit

Permalink
Remove Sun4c, Sun4d and a few CPUs
Browse files Browse the repository at this point in the history
Sun4c and Sun4d architectures and related CPUs are not fully implemented
(especially Sun4c MMU) and there has been no interest for them.

Likewise, a few CPUs (Cypress, Ross etc) are only half implemented.

Remove the machines and CPUs, they can be re-added if needed later.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
blueswirl committed May 26, 2013
1 parent 4f6ab39 commit 6a4e177
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 955 deletions.
2 changes: 1 addition & 1 deletion hw/intc/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ common-obj-$(CONFIG_ETRAXFS) += etraxfs_pic.o
common-obj-$(CONFIG_IMX) += imx_avic.o
common-obj-$(CONFIG_LM32) += lm32_pic.o
common-obj-$(CONFIG_REALVIEW) += realview_gic.o
common-obj-$(CONFIG_SLAVIO) += sbi.o slavio_intctl.o sun4c_intctl.o
common-obj-$(CONFIG_SLAVIO) += slavio_intctl.o
common-obj-$(CONFIG_IOAPIC) += ioapic_common.o
common-obj-$(CONFIG_ARM_GIC) += arm_gic_common.o

Expand Down
156 changes: 0 additions & 156 deletions hw/intc/sbi.c

This file was deleted.

208 changes: 0 additions & 208 deletions hw/intc/sun4c_intctl.c

This file was deleted.

Loading

0 comments on commit 6a4e177

Please sign in to comment.