aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
AgeCommit message (Expand)AuthorFilesLines
2011-12-28Enabled -Wmissing-prototypes and -Wstrict-prototypes CFLAGS and cleaned upThomas Huth1-17/+7
2011-12-21Enable 16 bit and 32 bit color depth support in QEMU VGA device driverThomas Huth1-8/+6
2011-12-21Disable the debug message about FDT phandles that could not be replacedThomas Huth1-1/+3
2011-12-20Do not override the "model" property of the root node.Thomas Huth1-6/+6
2011-12-20Add support for qemu standard VGABenjamin Herrenschmidt4-14/+354
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth2-13/+3
2011-12-20Fixed "map-in" to also allow access to the Option ROM BAR.Thomas Huth1-1/+1
2011-12-20Encode FDT properties as string when they contain a valid ASCII string.Thomas Huth1-2/+19
2011-12-20Use linux,stdout-path to find the consoleMichael Ellerman1-3/+13
2011-12-20hvterm: Update hvterm routines to take the termno as an argumentMichael Ellerman2-6/+15
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth1-1/+1
2011-11-25Fixed crash during "quiesce" when USB OHCI controller is enabledqemu-slof-20111128Thomas Huth2-5/+3
2011-11-24Improved version printingThomas Huth3-20/+49
2011-11-24Support for virtio-net PCI devicesThomas Huth12-6/+688
2011-11-24Support for virtio-block PCI devicesThomas Huth5-9/+170
2011-11-24Fix stack problem during setup-alias functionsThomas Huth4-4/+10
2011-11-24Provide PCI memory mapping and dma memory handling in PHB node on board-qemuThomas Huth3-97/+123
2011-10-12Added e1000 network driverThomas Huth2-1/+5
2011-10-12Scan USB bus during boot.Thomas Huth2-17/+11
2011-10-12Patch "interrupt-map" properties to contain the phandles from SLOFThomas Huth1-0/+96
2011-10-12Added PCI DMA functionsThomas Huth3-0/+97
2011-10-12Set up PCI nodes on board-qemuThomas Huth7-11/+141
2011-10-12Fixed unit address handling for PCI nodesThomas Huth2-6/+42
2011-10-12Add RTAS config space accessors and skeletton PHBBenjamin Herrenschmidt4-0/+118
2011-10-12Removed obsolete types.h header filesThomas Huth1-17/+17
2011-10-12Cleaned up MakefilesThomas Huth1-37/+32
2011-10-12Fix compiler warningsThomas Huth1-7/+3
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth6-25/+30
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth1-1/+5
2011-10-12Pass IMA to Paflof and fix the memory regions which have to be CLAIMedThomas Huth3-6/+10
2011-10-12Reworked libelf to support relocationThomas Huth1-6/+21
2011-09-16Fix vSCSI device addressing methodqemu-slof-20110930Thomas Huth1-2/+3
2011-08-19Workaround for the VSCSI problems with latest qemu versionqemu-slof-20110830Thomas Huth2-3/+17
2011-08-19Fixed some problems with libnvramThomas Huth1-3/+2
2011-08-19Cleaned up vio-vscsi.fs a little bitThomas Huth1-12/+13
2011-06-06Fixed problem with potentially unitialized variable.Thomas Huth1-1/+2
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt34-0/+3126