aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
AgeCommit message (Expand)AuthorFilesLines
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania7-8/+63
2012-10-17Workaround for SLES11 installer bugBen Herrenschmidt1-0/+8
2012-10-17Update .gitignore filesDavid Gibson1-0/+1
2012-07-31Added ibm,req#msi and ibm,req#msi-x to device nodesqemu-slof-20129731qemu-slof-20120731Alexey Kardashevskiy1-1/+31
2012-07-19vscsi updates to match IBM OFW variantqemu-slof-20120719Benjamin Herrenschmidt2-40/+82
2012-07-19Fix encode/decode-unit to use a full 64-bit @xxxx valueBenjamin Herrenschmidt1-11/+24
2012-06-29Added interrupt-map + swizzling for bridges.Alexey Kardashevskiy1-2/+23
2012-04-25Use rtas-start-cpu from common code folder.Thomas Huth1-12/+1
2012-04-25Enable RTAS reboot and power-off for board-qemu, too.Thomas Huth1-0/+5
2012-04-25Fixed typoThomas Huth1-1/+1
2012-02-22Use hv-logical-memop for blinking the screen on qemu vgaqemu-slof-20120222Benjamin Herrenschmidt1-1/+13
2012-02-22Change RTAS checkpoint numbers to avoid overlapBenjamin Herrenschmidt1-6/+5
2012-02-22Fix address masking for video cardsBenjamin Herrenschmidt2-2/+2
2012-02-16Removed pci-setup.fsqemu-slof-20120217Thomas Huth2-38/+0
2012-02-14Do not blindly scan all PCI bus IDsThomas Huth1-1/+1
2012-01-19Add cirrus support under qemuBenjamin Herrenschmidt2-0/+337
2012-01-19vga: Small fixesBenjamin Herrenschmidt1-4/+4
2012-01-19Add virtfs supportBenjamin Herrenschmidt4-2/+132
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt4-5/+9
2012-01-12Fix ram-boot handling of 64-bit addressesqemu-slof-20120112Benjamin Herrenschmidt1-2/+2
2012-01-11Support new-style PCI for qemu boardqemu-slof-20120111.1Benjamin Herrenschmidt5-21/+86
2012-01-11vga: support for 15bppBenjamin Herrenschmidt1-2/+3
2012-01-11qemu: Allow qemu passing the boot kernel directlyBenjamin Herrenschmidt1-0/+38
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