aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Huth3-12/+29
2011-12-20Support for "INSTANCE BUFFER:" in Forth and FCODE.Thomas Huth2-10/+29
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 Ellerman5-19/+29
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth40-85/+139
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 Huth4-11/+19
2011-11-24Improved version printingThomas Huth4-20/+53
2011-11-24Support for virtio-net PCI devicesThomas Huth15-23/+707
2011-11-24Support for virtio-block PCI devicesThomas Huth13-11/+719
2011-11-24Check whether local-mac-address property exists before using its valueThomas Huth1-1/+2
2011-11-24Do not disassemble net-snk by defaultThomas Huth1-1/+3
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 Huth5-107/+144
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-17Silenced some compiler warningsThomas Huth2-5/+9