aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Rearrange block headersBlue Swirl1-0/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-3/+3
2010-06-10cris: Break out image loading to hw/cris-boot.c.Edgar E. Iglesias1-41/+14
2010-03-29Compile pflash_cfi02 only onceBlue Swirl1-1/+1
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-1/+6
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-20Compile loader only onceBlue Swirl1-1/+3
2009-07-27kill drives_tableGerd Hoffmann1-2/+3
2009-07-16qdev: rework device properties.Gerd Hoffmann1-1/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias1-3/+3
2009-06-11ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias1-2/+7
2009-05-26Remove qdev irq sink handlingPaul Brook1-3/+3
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-18cris: First shot at qdev for CRIS interrupts.Edgar E. Iglesias1-3/+12
2009-05-18etrax: Remove unused eth irq line.Edgar E. Iglesias1-3/+2
2009-05-16ETRAX-TIMER: qdevify.Edgar E. Iglesias1-2/+3
2009-05-16ETRAX-SER: qdevify.Edgar E. Iglesias1-12/+6
2009-05-16ETRAX: Simplify PIC interface.Edgar E. Iglesias1-8/+10
2009-05-15ETRAX: Correct passing of kernel command line.Edgar E. Iglesias1-2/+2
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-1/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-1/+1
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-4/+1
2009-01-09ETRAX: Let the ethernet PHY report the current link-state.edgar_igl1-2/+3
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