aboutsummaryrefslogtreecommitdiff
path: root/other-licence
AgeCommit message (Collapse)AuthorFilesLines
2015-03-12Fix the x86emu patch fileThomas Huth1-6/+7
One of the hunks in the patch file was bad, so replace it with a proper hunk. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2014-10-29net-snk: Remove printk() in favor of printf()Benjamin Herrenschmidt1-18/+1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-11-17Silenced some compiler warningsThomas Huth1-2/+4
When the biosemu has been enabled, there were some additional compiler warnings showing up which have been silenced now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-11-17JS2x: Fixed x86 emu download script.Thomas Huth1-0/+1
The script expects the folder include/x86emu. Create it if it is not existing yet. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth8-3959/+5
The bcm57xx driver is a normal part of the SLOF firmware, so it does not make sense that it resides in the other-licence directory. Moved it to a new directory called "drivers" now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth3-26/+26
Cleaned up the toc-relative assembly of net-snk, fixed the Makefiles, save the modules as ELF files instead of raw binaries, adjust the net-snk base address and the load-base variable... a lot of changes were required to make the net-snk and the snk modules relocatable, too. But now it should be possible to relocate all files so that the firmware also runs with less than 256 MiB RAM. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt11-0/+4984
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>