add idl4k kernel firmware version 1.13.0.105

This commit is contained in:
Jaroslav Kysela
2015-03-26 17:22:37 +01:00
parent 5194d2792e
commit e9070cdc77
31064 changed files with 12769984 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/***********************************************************************
*
* File: malidrv_build_info.c
* Copyright (c) 2010 STMicroelectronics Limited.
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*
\***********************************************************************/
char *__malidrv_build_info(void)
{ return "malidrv:"
" SOC=" MALIDRV_SOC
" KERNELDIR=" MALIDRV_KERNELDIR
" MMAP_CACHED_PAGES=" MALIDRV_MMAP_CACHED_PAGES
" USING_MMU=" MALIDRV_USING_MMU
" USING_UMP=" MALIDRV_USING_UMP
" USING_MALI400=" MALIDRV_USING_MALI400
" USING_MALI400_L2_CACHE=" MALIDRV_USING_MALI400L2
" USING_MALI200=" MALIDRV_USING_MALI200
" USING_GP2=" MALIDRV_USING_MALIGP2
" API_VERSION=" MALIDRV_API_VERSION
" REVISION=" MALIDRV_SVN_REV
" BUILD_DATE=" MALIDRV_BUILD_DATE
;
}