aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2012-07-19vscsi updates to match IBM OFW variantqemu-slof-20120719Benjamin Herrenschmidt1-0/+32
2012-06-29Fixes error preventing from scanning PHBs with devices type1 (bridges):Alexey Kardashevskiy1-1/+3
2012-05-14Fixes to ANSI escape sequence handlingBenjamin Herrenschmidt1-5/+21
2012-05-14Fix inverse displayBenjamin Herrenschmidt1-1/+1
2012-04-30Fixed some bugs in the bootinfo.txt parsing codeThomas Huth1-3/+21
2012-04-30Fixed ISO9660 filesystem directory parsing with a lot of entriesThomas Huth1-7/+18
2012-03-16Cleaned up envvar.fs and fixed the behaviour of env-bytes config variablesThomas Huth1-50/+54
2012-02-27Added the possibility to debug the "getprop" client interface callsThomas Huth1-3/+15
2012-02-23Removed unused PCI Forth functions.Thomas Huth1-12/+0
2012-02-22Move _FASTRMOVE implementation into headers & support new hcallBenjamin Herrenschmidt2-54/+9
2012-02-22Add a proper compiler barrier between prim'sBenjamin Herrenschmidt1-1/+1
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-01-13FCODE: Support for old-fashioned "local values" tokensThomas Huth2-0/+156
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 Herrenschmidt2-7/+14
2011-12-29Add support for instance specific "my-unit" settingsThomas Huth2-15/+82
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-20Improved framebuffer code to support more than only 8-bit resolutionsThomas Huth1-18/+46
2011-12-20Fixes for using the USB keyboard driver on QEMUThomas Huth1-9/+25
2011-12-20Source code beautificationThomas Huth1-110/+110
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth5-55/+151
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-20Fixed "map-in" to also allow access to the Option ROM BAR.Thomas Huth1-1/+1
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
2011-12-20Fixed "dev" command to only parse one wordThomas Huth1-1/+1
2011-12-20Print phandle when listing the device treeThomas Huth1-3/+17
2011-12-20Encode FDT properties as string when they contain a valid ASCII string.Thomas Huth2-10/+10
2011-12-20Support for "INSTANCE BUFFER:" in Forth and FCODE.Thomas Huth2-10/+29
2011-11-28FCODE: Added token 0x12b (interpose)Thomas Huth1-1/+2
2011-11-25Fixed crash during "quiesce" when USB OHCI controller is enabledqemu-slof-20111128Thomas Huth2-6/+16
2011-11-24Provide PCI memory mapping and dma memory handling in PHB node on board-qemuThomas Huth2-10/+21
2011-11-24OHCI: Reworked USB scan code a little bitThomas Huth2-20/+35
2011-11-24Improved instance handlingThomas Huth2-34/+52
2011-11-24Fixed memory leak during network loadingThomas Huth2-4/+4
2011-11-24FCODE: Allow return stack commands to be used in "interpretation" mode.Thomas Huth2-42/+44
2011-11-24FCODE: Fixed b?branch instructionThomas Huth1-5/+1
2011-11-17FCODE: Support FCODE programs that access MMIO memory without the r-functionsThomas Huth3-13/+37
2011-11-17Fixed bug in disk-label support packageThomas Huth1-2/+2
2011-11-17Improved ext2-files support packageThomas Huth1-7/+55
2011-11-17Allow "booting" of Forth source code filesThomas Huth1-0/+11
2011-11-17FCODE: Implemented missing tokensThomas Huth2-15/+88