aboutsummaryrefslogtreecommitdiff
path: root/slof/engine.in
AgeCommit message (Collapse)AuthorFilesLines
2017-03-09pci: force minimum mem bar alignment of 64K for board-qemuMichael Roth1-0/+1
This is needed to ensure VFIO passthrough devices are able to offload MMIO accesses to KVM. Cc: Segher Boessenkool <segher@kernel.crashing.org> Cc: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Cc: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Reviewed-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2011-12-28Improved "tick", postpone and $FIND commandsThomas Huth1-7/+9
When the ' (tick) or postpone commands hit an unknown function, they simply printed out "undefined word" without telling which word was not defined. These problems were quite cumbersome to debug since it was quite hard to find the right spot in the source code where such problems happened. Now the tick and postpone command store the name of the undefined word, too, so that the code which catches the ABORT also prints this information. I also fixed the $FIND command to be standard compliant right from the start (so that it leaves the string parameters on the stack in case the word has not been found). Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-11-17Fixed PACK command.Thomas Huth1-1/+1
According to IEEE 1275, the "pack" command converts a Forth string into a packed counted string, i.e. it has to store the length of the string in the destination memory buffer, too, so that the operation can be reverted with the "count" command. Our current implementation did not save the length yet - this has been fixed now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+540
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>