Searched refs:nologo (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/video/logo/ |
H A D | logo.c | 21 static bool nologo; variable 22 module_param(nologo, bool, 0); 23 MODULE_PARM_DESC(nologo, "Disables startup logo"); 48 if (nologo || logos_freed) in fb_find_logo()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/ |
H A D | 0002-Makefile-add-possibility-to-disable-NEON-extension.patch | 65 -CCASFLAGS = -nologo -DHAVE_NEON -ignore 4509 66 +CCASFLAGS = -nologo -ignore 4509 77 -CCASFLAGS = -nologo -DHAVE_NEON_AARCH64 --target=arm64-windows 78 +CCASFLAGS = -nologo --target=arm64-windows
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | hgafb.c | 136 static bool nologo = 0; variable 373 if (!nologo) hga_show_logo(info); in hgafb_open() 666 module_param(nologo, bool, 0); 667 MODULE_PARM_DESC(nologo, "Disables startup logo if != 0 (default=0)");
|
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | boost-math-disable-pch-for-gcc.patch | 21 <toolset>intel-win:<linkflags>-nologo
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-cmdline.bb | 24 CMDLINE_LOGO ?= '${@oe.utils.conditional("DISABLE_RPI_BOOT_LOGO", "1", "logo.nologo", "", d)}'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
H A D | 857.patch | 77 env['CCFLAGS'] = '%s /EHsc /GR /GS- /MD /nologo %s %s' % (warn_flags, arch_flags, opt_flags)
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 2999 logo.nologo [FB] Disables display of the built-in Linux logo.
|