aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07ETRAX: Always provide a valid net model.edgar_igl1-1/+4
2009-01-07ETRAX: No need to mask off the I flag twice at reset.edgar_igl1-1/+0
2008-11-13ETRAX-FS: Fix a segfault if pflash drive not found.edgar_igl1-1/+1
2008-10-28Set default max_cpus to one.balrog1-1/+0
2008-10-22ETRAX-FS: Add support for passing kernel command linesedgar_igl1-2/+15
2008-10-22ETRAX-FS: Correct booting of elf linux images from ram.edgar_igl1-3/+2
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+1
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-4/+4
2008-09-05CRIS: Mask off the cache selection bit after MMU translations.edgar_igl1-17/+8
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+0
2008-06-09CRIS: Add (untested) cpu-state save/load.edgar_igl1-1/+1
2008-06-09ETRAX: Add NMI support to the watchdog and the interrupt controller.edgar_igl1-17/+8
2008-06-06ETRAX machine updates.edgar_igl1-16/+12
2008-05-27ETRAX: Allow boot from flash. Support the watchdog timer and resets through it.edgar_igl1-57/+55
2008-05-24ETRAX: Correct check for second nic.edgar_igl1-1/+1
2008-05-18ETRAX: Connect both ethernet controllers.edgar_igl1-5/+11
2008-05-11Update the etrax machine.edgar_igl1-19/+42
2008-05-02ETRAX-FS board: Add more flash and internal memory. Select interrupt nr for theedgar_igl1-21/+37
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-04-24RAM usage information in machine definition.balrog1-0/+1
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-1/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+1
2008-03-14Made the etrax timers and serial-ports base address relocatable. Use target_p...edgar_igl1-6/+12
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl1-90/+31
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-2/+2
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-10added cpu_model parameter to cpu_init()bellard1-1/+1
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-1/+1
2007-10-08EtraxFS board support, by Edgar E. Iglesias.ths1-0/+178