aboutsummaryrefslogtreecommitdiff
path: root/slof/Makefile.inc
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04Implement range allocatorNikunj A Dadhania1-3/+6
Use the allocator with dma-map-in so it does not create duplicate TCE entries. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2013-08-23Add -fno-strict-aliasing in global CFLAGSqemu-slof-20130823Nikunj A Dadhania1-1/+1
This solves the bad checksum issue in udp header. The fill_udp_checksum() function suffers from "strict aliasing" problem as it is doing quite a bit of pointer casting. Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2013-07-24usb-slof: forth support routines for CNikunj A Dadhania1-6/+9
Code inherited from libusb code written by former SLOF team Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Acked-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Cleaned up MakefilesThomas Huth1-2/+2
Replaced "make" by "$(MAKE)" to be able to built in parallel, fixed the indentation of some rules and removed some unused targets. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Reworked libelf to support relocationThomas Huth1-2/+2
Split elf.c into elf32.c and elf64.c for better readability. Added relocation code to libelf for 64-bit ELF images, modified the Paflof Makefile to link the executable with relocation information and load Paflof now to the upper end of the memory. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-03-22Fixed paflof MakefileThomas Huth1-5/+8
Replaced the \t in the sed rules with real tabs since this is more portable (\t only works with the GNU version of sed, not with the BSD version). Also replaced the pushd and popd commands since they are not POSIX compliant, they only work with bash but e.g. not with dash on Debian/Ubuntu systems. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt1-2/+3
Added a new board for SLOF running on KVM/qemu. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+161
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>