aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-07version: update to 20150429qemu-slof-20150429Nikunj A Dadhania1-1/+1
2015-05-07pci: Use QEMU created PCI device nodesNikunj A Dadhania2-2/+48
2015-05-07usb: support 64-bit pci barsNikunj A Dadhania1-2/+8
2015-05-07pci: Support 64-bit address translationNikunj A Dadhania1-4/+2
2015-05-07pci: program correct bridge limit registers during probeNikunj A Dadhania1-3/+3
2015-04-07scsi: handle report-luns failureNikunj A Dadhania1-1/+1
2015-03-23Fix "key?" Forth word when using USB keyboardsThomas Huth1-9/+21
2015-03-23Remove bulk.fs packageThomas Huth2-98/+1
2015-03-23Include make.rules in the library MakefilesThomas Huth7-0/+14
2015-03-13version: update to 20150313qemu-slof-20150313Alexey Kardashevskiy1-1/+1
2015-03-13virtio: Fix vring allocationAlexey Kardashevskiy1-2/+4
2015-03-13helpers: Fix SLOF_alloc_mem_aligned to meet callers expectationAlexey Kardashevskiy2-2/+2
2015-03-12Set default palette according to "16-color Text Extension" documentThomas Huth3-16/+27
2015-03-12Fix rectangle drawing functions to work also with higher bit depthsThomas Huth6-190/+68
2015-03-12Fix the x86emu patch fileThomas Huth1-6/+7
2015-03-12Silence compiler warning when building the biosemuThomas Huth11-86/+46
2015-03-12Use device-type Forth word to set up the corresponding propertyThomas Huth4-4/+4
2015-03-12Improve /openprom nodeThomas Huth1-1/+1
2015-03-12pci-properties: Remove redundant call to device-typeAlexey Kardashevskiy2-2/+1
2014-12-03cas: reconfigure memory nodesNikunj A Dadhania1-5/+31
2014-12-03pci: use 64bit bar rangesNikunj A Dadhania3-5/+19
2014-12-02version: update to 20141202qemu-slof-20141202Alexey Kardashevskiy1-1/+1
2014-10-29ipv4: Fix send packet across a subnetNikunj A Dadhania1-4/+8
2014-10-29pci: scan only type 0 and type 1Nikunj A Dadhania1-5/+6
2014-10-29usb-xhci: support xhci extended capabilitiesNikunj A Dadhania2-6/+41
2014-10-29Fix term-io-key to also work when stdin has not been set yetThomas Huth1-0/+2
2014-10-29net-snk: llfw startup is using the wrong offset to handlerBenjamin Herrenschmidt1-1/+1
2014-10-29net-snk: Make call_client_interface() a bit more ABI compliantBenjamin Herrenschmidt1-4/+6
2014-10-29net-snk: Remove custom printf versionBenjamin Herrenschmidt2-13/+1
2014-10-29net-snk: Sanitize our .lds fileBenjamin Herrenschmidt3-30/+55
2014-10-29net-snk: Avoid type clash for stdin & stdoutBenjamin Herrenschmidt1-5/+6
2014-10-29net-snk: use socket descriptor in the network stackNikunj A Dadhania20-136/+172
2014-10-29net-snk: Remove printk() in favor of printf()Benjamin Herrenschmidt5-34/+14
2014-10-29net-snk: Remove redundant prototypesBenjamin Herrenschmidt1-4/+1
2014-10-29net-snk: Remove unused timer functionsBenjamin Herrenschmidt2-32/+0
2014-10-29net-snk: Remove some unused PCI functionsBenjamin Herrenschmidt2-35/+2
2014-10-29net-snk: Remove module systemBenjamin Herrenschmidt15-638/+120
2014-10-29net-snk: Remove insmod/rmmodBenjamin Herrenschmidt2-32/+0
2014-10-29net-snk: Remove snk_kernel_interface and related definitionsBenjamin Herrenschmidt6-65/+13
2014-10-29net-snk: Remove pci/vio_config gunkBenjamin Herrenschmidt4-115/+1
2014-10-29js2x: Fix buildBenjamin Herrenschmidt1-0/+0
2014-10-29net-snk: Remoe some now unused "kernel" functionsBenjamin Herrenschmidt2-64/+1
2014-10-29rtas: Improve error handling in instantiate-rtasNikunj A Dadhania1-3/+6
2014-08-27version: update to 20140827qemu-slof-20140827Alexey Kardashevskiy1-1/+1
2014-08-27Add private HCALL to inform updated RTAS base and entryNikunj A. Dadhania4-2/+15
2014-07-17xhci: fix port assignmentNikunj A Dadhania1-1/+1
2014-06-30version: update to 20140630qemu-slof-20140630Nikunj A Dadhania1-1/+1
2014-06-26Quieten the grub warningNikunj A Dadhania1-1/+1
2014-06-13Add boot menu supportAvik Sil2-7/+98
2014-06-13boot from disk having chrp-boot fileNikunj A Dadhania1-16/+24