Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PPC: Add board definition for ACube Sam460ex
Work in progress for a Sam460ex board definition, based on Bamboo.
Currently the few I/O added are mapped to U-Boot's virtual address,
which is enough to get the Haiku bootloader to use the serial port,
but fails to run U-Boot itself or Linux.
  • Loading branch information
mmuman committed Jul 20, 2016
1 parent e66b05e commit d10cc63
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default-configs/ppcemb-softmmu.mak
Expand Up @@ -14,3 +14,6 @@ CONFIG_I8259=y
CONFIG_XILINX=y
CONFIG_XILINX_ETHLITE=y
CONFIG_LIBDECNUMBER=y
# For Sam460ex
CONFIG_SM501=y
CONFIG_SAM640EX=y
2 changes: 2 additions & 0 deletions hw/ppc/Makefile.objs
Expand Up @@ -23,3 +23,5 @@ obj-$(CONFIG_E500) += e500.o mpc8544ds.o e500plat.o
obj-$(CONFIG_E500) += mpc8544_guts.o ppce500_spin.o
# PowerPC 440 Xilinx ML507 reference board.
obj-$(CONFIG_XILINX) += virtex_ml507.o
# ACube Sam460ex board.
obj-$(CONFIG_SAM640EX) += sam460ex.o

0 comments on commit d10cc63

Please sign in to comment.