summaryrefslogtreecommitdiffstats
path: root/hw/primecell.h
Commit message (Collapse)AuthorAgeFilesLines
* hw/primecell.h: Remove obsolete pl080_init() declarationPeter Maydell2012-02-171-3/+0
| | | | | | | Remove an obsolete declaration of pl080_init(), which has been incorrect since the conversion of pl080 to qdev back in 2009. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
* hw/arm_sysctl: Drop legacy init functionPeter Maydell2012-02-171-3/+0
| | | | | | | | | Drop the legacy init function arm_sysctl_init(), since it has no users left any more. This allows us to drop the awkward '1' from the actual device init function. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Andreas Färber <afaerber@suse.de>
* hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell2011-03-061-0/+4
| | | | | | | | Implement some GPIO inputs which a board can connect up to set the MMC card status bits in the MCI register. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
* Realview/EB procid hacksPaul Brook2009-11-131-1/+1
| | | | | | Guess core tile ID based on CPU type. Signed-off-by: Paul Brook <paul@codesourcery.com>
* Stellaris qdev conversionPaul Brook2009-06-031-4/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* Stellaris SSI qdev conversionPaul Brook2009-05-141-5/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* ARM GIC qdev conversionPaul Brook2009-05-141-6/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* ARM PCI host qdev conversionPaul Brook2009-05-141-3/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL190 qdev conversionPaul Brook2009-05-141-4/+1
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* ARM timers qdev conversionPaul Brook2009-05-141-4/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL181 qdev conversionPaul Brook2009-05-141-4/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL031 qdev conversionPaul Brook2009-05-141-3/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL050 qdev conversionPaul Brook2009-05-141-3/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL011 qdev conversionPaul Brook2009-05-141-9/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* PL110 qdev conversionPaul Brook2009-05-141-3/+0
| | | | Signed-off-by: Paul Brook <paul@codesourcery.com>
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 5/7 This patch changes the graphical_console_init function to return an allocated DisplayState instead of a QEMUConsole. This patch contains just the graphical_console_init change and few other modifications mainly in console.c and vl.c. It was necessary to move the display frontends (e.g. sdl and vnc) initialization after machine->init in vl.c. This patch does *not* include any required changes to any device, these changes come with the following patches. Patch 6/7 This patch changes the QEMUMachine init functions not to take a DisplayState as an argument because is not needed any more; In few places the graphic hardware initialization function was called only if DisplayState was not NULL, now they are always called. Apart from these cases, the rest are all mechanical substitutions. Patch 7/7 This patch updates the graphic device code to use the new graphical_console_init function. As for the previous patch, in few places graphical_console_init was called only if DisplayState was not NULL, now it is always called. Apart from these cases, the rest are all mechanical substitutions. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6344 c046a42c-6fe2-441c-8c8c-71466251a162
* Partial SD card SPI mode support.pbrook2007-11-241-1/+3
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3731 c046a42c-6fe2-441c-8c8c-71466251a162
* Break up vl.h.pbrook2007-11-171-0/+59
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162
OpenPOWER on IntegriCloud