aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nseries.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17nseries: attach monitor powerdown request to menelausPaolo Bonzini1-0/+2
2011-11-28omap_uart: convert to memory APIAvi Kivity1-1/+3
2011-09-23omap_intc: QdevifyPeter Maydell1-1/+3
2011-08-31tusb6010: Convert to qdevPeter Maydell1-18/+13
2011-08-28omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversionPeter Maydell1-7/+3
2011-08-28hw/onenand: QdevifyJuha Riihimäki1-7/+18
2011-08-22tusb6010: move declarations to new file tusb6010.hAvi Kivity1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-30onenand: Handle various ID fields separatelyJuha Riihimäki1-2/+3
2011-07-30onenand: Pass BlockDriverState to init functionPeter Maydell1-4/+6
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell1-4/+3
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki1-22/+21
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil1-2/+2
2010-12-11Add bootindex for option roms.Gleb Natapov1-2/+2
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch1-7/+0
2009-12-02Fix qemu_free use in nseries.cJean-Christophe DUBOIS1-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-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-8/+8
2009-09-20Compile loader only onceBlue Swirl1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-14TWL92230 qdev conversionPaul Brook1-4/+2
2009-05-14TMP105 qdev conversionPaul Brook1-1/+3
2009-05-14LM832x qdev conversionPaul Brook1-2/+3
2009-05-13Remove vga_ram_sizePaul Brook1-2/+2
2009-05-12Push AUD_init down to devicesPaul Brook1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-6/+6
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-2/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-4/+0
2009-04-11Fix/remove bogus ram size checks.pbrook1-7/+0
2009-04-10Yet more phys_ram_base elimination.pbrook1-3/+5
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-2/+5
2009-03-13DisplayAllocator interface (Stefano Stabellini)aliguori1-1/+1
2009-02-09Fix displaystate (r6344) regression in blizzardaurel321-1/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+10
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-1/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-10-28Set default max_cpus to one.balrog1-4/+4
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+2
2008-10-07machine struct - use C99 initializers (Jes Sorensen)aliguori1-8/+8
2008-09-28Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART.balrog1-0/+15
2008-09-28Add a "null" bluetooth HCI and a header file for bluetooth.balrog1-4/+1
2008-07-29Fill in WLAN and BT platform data in CAL area as expected by Maemo.balrog1-6/+44
2008-07-18OMAP2 EAC module.balrog1-2/+3
2008-07-01Implement resolution switching in common console code.pbrook1-1/+3
2008-05-18Boot tags setup needed by N800 proprietary bootloader.balrog1-0/+195