aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tosa.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-2/+6
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-14PXA SSI qdev conversionPaul Brook1-5/+12
2009-05-14TOSC DAC i2c qdev voncersionPaul Brook1-7/+22
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-05-12Follow coding conventions.Paul Brook1-6/+6
2009-05-10Follow coding conventionsPaul Brook1-10/+10
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-11Remove more redundant ram size checks.pbrook1-6/+0
2009-04-09More phys_ram_base removal.pbrook1-1/+1
2009-02-07Fix tosa_dac_recv warningaurel321-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-4/+3
2008-11-04tc6393xb: non-accelerated FB support (Dmitry Baryshkov).balrog1-5/+12
2008-11-04Tosa: dummy lcd support (Dmitry Baryshkov).balrog1-0/+84
2008-11-04Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov).balrog1-1/+1
2008-11-04Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov).balrog1-1/+2
2008-11-04Tosa: emulate LEDs (Dmitry Baryshkov).balrog1-1/+34
2008-10-28Set default max_cpus to one.balrog1-1/+0
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-06-09TC6393XB system features (Dmitry Baryshkov).balrog1-36/+2
2008-06-02Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov.balrog1-0/+160