aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-17JS2x: Check whether biosemu has been executed successfullyThomas Huth1-5/+16
2011-11-17JS2x: Fixed bug in Citrine codeThomas Huth1-1/+4
2011-11-17FCODE: Adjust MMIO access functions when running PCI FCODE programsThomas Huth3-17/+61
2011-11-17Fixed the PCI map-in function.Thomas Huth2-13/+25
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 Huth2-7/+27
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-17JS2x: Add some additional delays to takeover client.Thomas Huth2-7/+17
2011-11-17JS2x: Fixed x86 emu download script.Thomas Huth1-0/+1
2011-11-17Code for debugging alloc-mem and free-mem callsThomas Huth1-0/+116
2011-11-17JS2x: Fixed takeover code to work with GCC 4.6Thomas Huth2-3/+3
2011-10-12Added e1000 network driverThomas Huth7-2/+1211
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth12-21/+49
2011-10-12Scan USB bus during boot.Thomas Huth6-66/+73
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-12Patch "interrupt-map" properties to contain the phandles from SLOFThomas Huth1-0/+96
2011-10-12Added PCI DMA functionsThomas Huth5-1/+142
2011-10-12Add wrapper for H_PUT_TCE hypervisor callThomas Huth3-0/+10
2011-10-12Set up PCI nodes on board-qemuThomas Huth10-16/+146
2011-10-12Moved the PCI helper functions to a separate fileThomas Huth2-164/+197
2011-10-12Fixed unit address handling for PCI nodesThomas Huth2-6/+42
2011-10-12Improved cache-inhibited access functionsThomas Huth2-12/+29
2011-10-12Add RTAS config space accessors and skeletton PHBBenjamin Herrenschmidt4-0/+118
2011-10-12Move MMIO accessors to board-js2x and implement h-calls based ones for qemuBenjamin Herrenschmidt9-23/+122
2011-10-12Improved node/instance handling.qemu-slof-20111013Thomas Huth2-9/+32
2011-10-12Improved the way to detect some execution tokens for the debugger.Thomas Huth3-27/+15
2011-10-12Removed obsolete types.h header filesThomas Huth14-82/+29
2011-10-12Cleaned up MakefilesThomas Huth8-270/+213
2011-10-12Fixed get_puid functionThomas Huth1-8/+8
2011-10-12Fix compiler warningsThomas Huth4-14/+14
2011-10-12Fix for 8-byte wide local-mac-address propertiesThomas Huth1-1/+13
2011-10-12Fixed net-snk Makefiles to only re-built client when something has changedThomas Huth3-5/+10
2011-10-12Fixed a bug in the "test" client interface command.Thomas Huth1-4/+8
2011-10-12Fixed a crash with early debug printf statementsThomas Huth1-6/+10
2011-10-12JS2x: Detect the availability of biosemu automatically.Thomas Huth1-0/+6
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth24-241/+166
2011-10-12Removed redundant definition of load-base and flash-load-base.Thomas Huth1-3/+0
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth9-296/+90