aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-22Expose hv-logical-memop to forth codeBenjamin Herrenschmidt4-0/+31
2012-02-22Move _FASTRMOVE implementation into headers & support new hcallBenjamin Herrenschmidt4-55/+115
2012-02-22Add a proper compiler barrier between prim'sBenjamin Herrenschmidt1-1/+1
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-14Fixed disk-label partition parsing to also work with single partition argumentsThomas Huth3-9/+26
2012-02-14Fixed debugger for functions with (doito)Thomas Huth2-0/+2
2012-02-14Fixed $call-method to clean up the return stack in case of errors.Thomas Huth1-1/+5
2012-02-14Added a possibility to debug the client interface callsThomas Huth1-10/+58
2012-02-14Do not blindly scan all PCI bus IDsThomas Huth1-1/+1
2012-02-02New oco for JS20Thomas Huth1-0/+0
2012-01-19Add cirrus support under qemuBenjamin Herrenschmidt2-0/+337
2012-01-19vga: Small fixesBenjamin Herrenschmidt1-4/+4
2012-01-19Add virtfs supportBenjamin Herrenschmidt14-4/+1210
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt15-59/+135
2012-01-13FCODE: Support for old-fashioned "local values" tokensThomas Huth2-0/+156
2012-01-12Updated the documentationThomas Huth2-71/+143
2012-01-12Fix ram-boot handling of 64-bit addressesqemu-slof-20120112Benjamin Herrenschmidt1-2/+2
2012-01-12usb-ohci: Avoid instance specific allocationsBenjamin Herrenschmidt1-10/+25
2012-01-11Fixed problem in framebuffer code when erasing or inserting characters.Thomas Huth1-4/+10
2012-01-11Support new-style PCI for qemu boardqemu-slof-20120111.1Benjamin Herrenschmidt7-28/+100
2012-01-11Fix virtio access sizeqemu-slof-20120111Benjamin Herrenschmidt1-5/+11
2012-01-11Fix inline asm for ci_write_xxBenjamin Herrenschmidt1-19/+31
2012-01-11vga: support for 15bppBenjamin Herrenschmidt1-2/+3
2012-01-11qemu: Allow qemu passing the boot kernel directlyBenjamin Herrenschmidt1-0/+38
2011-12-29Add support for instance specific "my-unit" settingsThomas Huth2-15/+82
2011-12-28Enabled -Wmissing-prototypes and -Wstrict-prototypes CFLAGS and cleaned upThomas Huth11-92/+62
2011-12-28Source code beautificationThomas Huth1-46/+91
2011-12-28Improved "tick", postpone and $FIND commandsThomas Huth2-16/+9
2011-12-22Fixed yet another bug in open-nodeThomas Huth1-12/+22
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-20Improved framebuffer code to support more than only 8-bit resolutionsThomas Huth1-18/+46
2011-12-20Fixed assembler constraints for lwbrx and lhbrxThomas Huth1-2/+4
2011-12-20Fixes for using the USB keyboard driver on QEMUThomas Huth1-9/+25
2011-12-20Do not override the "model" property of the root node.Thomas Huth1-6/+6
2011-12-20Source code beautificationThomas Huth1-110/+110
2011-12-20Add support for qemu standard VGABenjamin Herrenschmidt4-14/+354
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth10-88/+159
2011-12-20Added net-snk client-interface moduleThomas Huth4-3/+138
2011-12-20JS2x: Added oco files to be able to built board-js2xThomas Huth4-0/+0
2011-12-20Two minor improvements for the device tree node codeThomas Huth1-3/+9
2011-12-20Fixed get-inherited-propertyThomas Huth1-10/+13
2011-12-20Repeat TFTP read request in case the packet got lost.Thomas Huth1-1/+7
2011-12-20Fixed "map-in" to also allow access to the Option ROM BAR.Thomas Huth2-2/+2
2011-12-20JS2x: Fixed config space access functions.Thomas Huth1-1/+8
2011-12-20Fixed the BEHAVIOR function to also work with INSTANCE DEFERsThomas Huth1-0/+8
2011-12-20Removed unused codeThomas Huth1-39/+0
2011-12-20FCODE: Support for fcode programs with 8-bit offsetsThomas Huth3-12/+21