SLOF/slof
Thomas Huth 2d3eabca48 Provide PCI memory mapping and dma memory handling in PHB node on board-qemu
According to the PCI Bus Binding to IEEE 1275, the dma-alloc, dma-free,
dma-map-in, dma-map-out and dma-sync functions have to be provided by the
PCI bus node, not by the PCI device node, so I moved these functions to the
PHB node now. Since the "ibm,dma-window" property is still located in the
device node instead, I had to add a little hack to the $call-parent method
to remember the calling child, so that the parent node (the PHB node) can
access that property of the calling child.
Also added map-in and map-out functions now according the the PCI Bus Binding.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-11-24 10:21:56 +01:00
..
fs Provide PCI memory mapping and dma memory handling in PHB node on board-qemu 2011-11-24 10:21:56 +01:00
Makefile.inc Cleaned up Makefiles 2011-10-12 12:50:05 +02:00
OF.lds Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
default-font.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
engine.in Fixed PACK command. 2011-11-17 12:10:37 +01:00
entry.S Pass IMA to Paflof and fix the memory regions which have to be CLAIMed 2011-10-12 08:44:11 +02:00
lowmem.S Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
ofw.S Pass IMA to Paflof and fix the memory regions which have to be CLAIMed 2011-10-12 08:44:11 +02:00
paflof.c Pass IMA to Paflof and fix the memory regions which have to be CLAIMed 2011-10-12 08:44:11 +02:00
paflof.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
ppc64.c Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
ppc64.code Move MMIO accessors to board-js2x and implement h-calls based ones for qemu 2011-10-12 13:20:00 +02:00
ppc64.h Initial qemu/KVM board support 2011-03-22 15:22:00 +01:00
ppc64.in Move MMIO accessors to board-js2x and implement h-calls based ones for qemu 2011-10-12 13:20:00 +02:00
prep.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
prim.code Pass IMA to Paflof and fix the memory regions which have to be CLAIMed 2011-10-12 08:44:11 +02:00
prim.in Pass IMA to Paflof and fix the memory regions which have to be CLAIMed 2011-10-12 08:44:11 +02:00
ref.pl Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
types.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00