aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-17FCODE: Removed some unused test code and functionsThomas Huth1-26/+1
2011-11-17Fixed PACK command.Thomas Huth1-1/+1
2011-11-17FCODE: Implemented the missing command "(cr"Thomas Huth2-2/+6
2011-11-17FCODE: Reviewed token initialization sequenceThomas Huth1-34/+87
2011-11-17FCODE: Improved b(field) and b(buffer:)Thomas Huth1-4/+7
2011-11-17FCODE: Adjust MMIO access functions when running PCI FCODE programsThomas Huth3-17/+61
2011-11-17Fixed the PCI map-in function.Thomas Huth1-2/+17
2011-11-17Fixed SEE command for words that contain a +LOOPThomas Huth1-0/+2
2011-11-17Enhance the behavior of find-package according to IEEE 1275 proposal 215Thomas Huth1-4/+26
2011-11-17FCODE: Fixed named-token functionThomas Huth2-8/+15
2011-11-17FCODE: Fixed b(;) so that it also works with the debuggerThomas Huth1-3/+4
2011-11-17Fixed bug in SEE debug functionThomas Huth1-7/+11
2011-11-17FCODE: Fixed instance handlingThomas Huth2-26/+79
2011-11-17FCODE evaluator source code beautification and clean-upThomas Huth4-119/+120
2011-11-17Fixed config-xx PCI bus node functionsThomas Huth1-7/+18
2011-11-17FCODE: Reset fcode-end flag before executing a new programThomas Huth1-0/+1
2011-11-17FCODE: Fixed detection of images in PCI Expansion ROMs.Thomas Huth1-36/+48
2011-11-17Code for debugging alloc-mem and free-mem callsThomas Huth1-0/+116
2011-10-12Scan USB bus during boot.Thomas Huth4-49/+62
2011-10-12USB: Removed unused code.Thomas Huth4-157/+12
2011-10-12USB: Use physical addresses for OHCI controllerThomas Huth2-140/+148
2011-10-12USB: Reworked OHCI stack to use DMA-able buffersThomas Huth7-237/+363
2011-10-12USB source code beautificationThomas Huth2-97/+95
2011-10-12USB: Fixed the size of the keyboard report descriptorsThomas Huth1-2/+2
2011-10-12First fixes for the OHCI code on board-qemu.Thomas Huth2-28/+31
2011-10-12Set up PCI nodes on board-qemuThomas Huth2-3/+3
2011-10-12Moved the PCI helper functions to a separate fileThomas Huth2-164/+197