Skip to content

Commit 9d94f48

Browse files
Fabien-ChouteauFredKonrad
authored andcommitted
sparc: add leon (at697) machine
Part of K104-004. --- merged with --- Add plug-ins and GNATbus to leon --- merged with --- Add HostFs device to leon 2019-03-24 KONRAD Frederic <konrad@adacore.com> * hw/sparc/leon.c: fix load_elf parameters. 2019-02-01 KONRAD Frederic <konrad@adacore.com> * hw/sparc/leon.c: drop plugin. 2018-06-08 KONRAD Frederic <konrad@adacore.com> * hw/sparc/leon.c: fixed against serial_hds disparition 2018-04-06 KONRAD Frederic <konrad@adacore.com> * hw/sparc/leon.c: Use cpu_type instead of cpu_model which has been dropped. 2018-02-12 KONRAD Frederic <konrad@adacore.com> * hw/sparc/leon.c: Update to new Chardev API. * hw/sparc/leon.c: Update to hostfs, gnatbus, plugin source reorganization. * hw/sparc/leon.c: Update leon2_intctl_ack prototype. Change-Id: I594757ad137370479b152e5de8de7be7caf9a911
1 parent 8fdbe60 commit 9d94f48

File tree

4 files changed

+893
-1
lines changed

4 files changed

+893
-1
lines changed

hw/sparc/Makefile.objs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
obj-$(CONFIG_SUN4M) += sun4m_iommu.o
22
obj-$(CONFIG_SUN4M) += sun4m.o
33
obj-$(CONFIG_LEON3) += leon3.o
4+
obj-y += leon.o

0 commit comments

Comments
 (0)