aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-02-21tcgbios: Add TPM 2.0 support and firmware APIStefan Berger1-3/+10
2019-12-05dma: Define default dma methods for using by client/package instancesMichael Roth1-0/+1
2017-06-08A new SLOF boot menuThomas Huth1-3/+6
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth1-3/+5
2016-10-13Add virtio-serial device supportNikunj A Dadhania1-0/+3
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth1-0/+1
2016-05-02virtio: Add modern version 1.0 support to 9p driverThomas Huth1-0/+1
2016-02-11virtio-scsi: enable virtio 1.0Nikunj A Dadhania1-0/+1
2016-02-08virtio-net: enable virtio 1.0Nikunj A Dadhania1-0/+1
2016-02-08virtio-blk: enable virtio 1.0Nikunj A Dadhania1-0/+1
2015-09-30vga: Add support for virtio-vgaBenjamin Herrenschmidt1-0/+2
2015-03-12Fix rectangle drawing functions to work also with higher bit depthsThomas Huth1-0/+1
2014-04-25pci: extract dma functions as separate fileNikunj A Dadhania1-0/+1
2014-04-04Isolate sc 1 detection logicAlexander Graf1-1/+1
2014-03-04Introduce dummy console deviceNikunj A Dadhania1-0/+1
2013-12-16Output banner and initial display output in VNC windowNikunj A Dadhania1-2/+6
2013-10-04Add e1000 network driver in libe1kAvik Sil1-3/+8
2013-10-04Add veth driver in libvethAvik Sil1-3/+5
2013-07-24USB generic hub device driverNikunj A Dadhania1-1/+3
2013-07-24USB keyboard driverNikunj A Dadhania1-0/+1
2013-07-24usb-core: setup new deviceNikunj A Dadhania1-1/+5
2013-07-24usb-core: adding generic dev-hci.fsNikunj A Dadhania1-1/+2
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-1/+4
2013-07-24Remove old usb codeNikunj A Dadhania1-11/+1
2013-07-24scsi: unify scsi probing codeNikunj A Dadhania1-0/+1
2013-06-05scsi: Move bits of vio-vscsi.fs to a common helpers fileBenjamin Herrenschmidt1-2/+3
2013-06-05scsi: Move scsi-disk.fs to a generic placeBenjamin Herrenschmidt1-1/+1
2013-06-05SLOF: virtio-scsi helper routinesNikunj A. Dadhania1-1/+2
2013-06-03SLOF: virtio-scsi - add pci device fileNikunj A. Dadhania1-0/+1
2013-05-13vio-vscsi: Switch to using a wildcard "disk" node and make scsi-disk genericBenjamin Herrenschmidt1-1/+1
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania1-0/+1
2012-01-19Add cirrus support under qemuBenjamin Herrenschmidt1-0/+1
2012-01-19Add virtfs supportBenjamin Herrenschmidt1-1/+3
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt1-1/+3
2011-12-20Add support for qemu standard VGABenjamin Herrenschmidt1-1/+3
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth1-11/+1
2011-11-24Support for virtio-net PCI devicesThomas Huth1-0/+2
2011-11-24Support for virtio-block PCI devicesThomas Huth1-2/+6
2011-11-24Provide PCI memory mapping and dma memory handling in PHB node on board-qemuThomas Huth1-1/+0
2011-10-12Added PCI DMA functionsThomas Huth1-0/+1
2011-10-12Set up PCI nodes on board-qemuThomas Huth1-0/+1
2011-10-12Add RTAS config space accessors and skeletton PHBBenjamin Herrenschmidt1-0/+2
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth1-1/+5
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt1-0/+96