aboutsummaryrefslogtreecommitdiff
path: root/Makefile.gen
AgeCommit message (Collapse)AuthorFilesLines
2021-07-11tcgbios: Change format of S_CRTM_VERSION string to ucs-2Stefan Berger1-1/+1
Change the format of the S_CRTM_VERSION string to ucs-2 since this is what seems to be commonly used by other firmwares following insight from a TCG work group member. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Tested-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2018-07-24Makefile: Set a proper DRIVER_NAME when building from a git treeThomas Huth1-0/+1
The DRIVER_NAME environment variable is not set up correctly for the build_romfs tool in case we build from a git tree, so the field in the rom header did not contain much useful data. Let's use the revision string from git as DRIVER_NAME in this case. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2013-12-09use VERSION file to generate FW versionqemu-slof-20131209Alexey Kardashevskiy1-0/+5
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2013-10-04Remove bcm57xx network driver as moduleAvik Sil1-2/+0
The driver has been moved to libbcm Signed-off-by: Avik Sil <aviksil@linux.vnet.ibm.com> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
2011-11-24Improved version printingThomas Huth1-0/+4
When building SLOF from a git repository, use the SHA-id as version information instead of the less useful "private build" string. Also make sure that version information is updated during each build, so that we also print more accurate "build date" information now. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth1-0/+2
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-12Cleaned up MakefilesThomas Huth1-143/+90
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>
2010-12-01Initial import of slof-JX-1.7.0-4Benjamin Herrenschmidt1-0/+213
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>