No description
  • C 73.7%
  • Python 18.7%
  • Assembly 3.2%
  • Rich Text Format 1.4%
  • C++ 0.8%
  • Other 1.9%
Find a file
Christopher Obbard c24fa31634 UpdateCmdLine: Remove incorrect kernel loglevel quite
The kernel loglevel is set to `quite` (misspelling of `quiet`) which is not
understood by the kernel and thus passed to userspace:

```
Kernel command line: root=PARTLABEL=rootfs console=tty0 console=ttyMSM0,115200n8  androidboot.bootdevice=1d84000.ufshc androidboot.serialno=1028094e androidboot.mode=ffbm-00 quite androidboot.baseband=msm msm_drm.dsi_display0=dsi_lt9611_1080_video_display: androidboot.dtb_idx=-1347440721
Unknown kernel command line parameters "quite", will be passed to user space.
```

Since we haven't ever set the loglevel to `quiet` (which I assume is what
the author intended), simply remove the parameter entirely to retain
existing behaviour.

Reported-by: Alexey Klimov <alexey.klimov@linaro.org>
Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
2025-03-20 10:37:32 +00:00
AppPkg AppPkg: Add switch to cause stderr to be aliased to stdout. 2015-10-19 21:39:46 +00:00
ArmPkg ArmPkg: use unified asm syntax for CLANG 2017-06-11 21:30:53 -07:00
ArmPlatformPkg Update the ACPI device information for ARM Juno. 2015-10-19 15:14:13 +00:00
ArmVirtPkg ArmVirtPkg: include BaseStackCheckLib also for AARCH64 2015-10-16 15:23:46 +00:00
BaseTools BaseTools/header.makefile: add "-Wno-stringop-truncation" 2019-06-14 10:45:48 +02:00
BeagleBoardPkg BeagleBoardPkg: remove outdated build scripts and instructions 2015-08-12 05:25:41 +00:00
Conf QcomModulePkg: Implementing Fortify Source in UEFI ABL 2018-05-25 11:24:14 +08:00
CorebootModulePkg CorebootModulePkg:Removing EFI_RESOURCE_ATTRIBUTE_TESTED 2015-08-18 16:08:22 +00:00
CorebootPayloadPkg CorebootPayloadPkgIa32: Don't specify X64 architecture 2015-07-27 06:43:29 +00:00
CryptoPkg CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.h 2015-10-29 14:17:31 +00:00
DuetPkg DuetPkg: exit pci function loops early if device is not multi-function 2015-10-06 20:55:36 +00:00
EdkCompatibilityPkg EdkCompatibilityPkg: Remove gZeroGuid def in FrameworkHiiOnUefiHiiThunk 2015-07-07 03:05:18 +00:00
EdkShellBinPkg */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
EdkShellPkg */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
EmbeddedPkg libufdt: fix unused variable warning 2017-06-01 11:05:53 +08:00
EmulatorPkg EmulatorPkg/build.sh: Use GCC49 toolchain with GCC 5.* 2015-10-08 05:51:57 +00:00
FatBinPkg FatBinPkg: Update EBC/IA32/X64/IPF binaries 2015-08-28 03:14:25 +00:00
IntelFrameworkModulePkg IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet## 2015-10-15 00:57:45 +00:00
IntelFrameworkPkg IntelFrameworkPkg: Update DEC and DSC version from 0.94 to 0.96 2015-08-20 08:45:45 +00:00
IntelFspPkg Handle extra module patchable PCD variable in Linux map. 2015-09-06 22:36:43 +00:00
IntelFspWrapperPkg Publish FspHob to PEI Hob by default. 2015-10-27 23:10:49 +00:00
MdeModulePkg MdeModulePkg: Do not dump NULL padding resource descriptor 2015-10-29 03:26:00 +00:00
MdePkg MdePkg/BaseLib: do not rely on undefined behavior in arithmetic shift 2019-06-14 10:45:48 +02:00
NetworkPkg NetworkPkg: HttpDxe sometimes free a pointer twice 2015-10-30 06:47:54 +00:00
Nt32Pkg Nt32Pkg: Fix PlatformBootManagerLib to respect PcdShellFile. 2015-09-16 08:04:35 +00:00
Omap35xxPkg */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
OptionRomPkg OptionRomPkg: Remove redundant included header file defintion in Ax88772.h and Ax88772b.h files 2015-07-08 02:56:54 +00:00
OvmfPkg OvmfPkg: QemuFlashFvbServicesRuntimeDxe: clean up includes and libraries 2015-10-26 14:58:46 +00:00
PcAtChipsetPkg PcAtChipsetPkg: IdeControllerDxe: fix protocol usage hints in the INF file 2015-09-22 11:18:36 +00:00
PerformancePkg PerformancePkg Dp_App: Fix ASSERT in GetNameFromHandle 2015-07-13 01:24:44 +00:00
QcomModulePkg UpdateCmdLine: Remove incorrect kernel loglevel quite 2025-03-20 10:37:32 +00:00
SecurityPkg Move Smbios measurement from TCG driver to Smbios driver. 2015-10-27 03:54:08 +00:00
ShellBinPkg ShellBinPkg: Ia32/X64 Shell binary update. 2015-09-18 05:51:14 +00:00
ShellPkg ShellPkg: Refine code by initializing local variable and adding ASSERT statement. 2015-10-28 01:14:34 +00:00
SourceLevelDebugPkg SourceLevelDebugPkg: DebugAgent: Set Local APIC SoftwareEnable 2015-10-30 17:53:53 +00:00
StdLib StdLib: remove mention of ARMGCC 2015-08-12 05:25:12 +00:00
StdLibPrivateInternalFiles */Contributions.txt: Update example email address 2015-02-03 17:29:14 +00:00
UefiCpuPkg UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit 2015-10-30 17:53:31 +00:00
UnixPkg UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg) 2013-07-29 21:09:55 +00:00
Vlv2DeviceRefCodePkg Fixed C-State issue of CPU1 of dual core. 2015-09-01 01:22:49 +00:00
Vlv2TbltDevicePkg Vlv2TbltDevicePkg: Sync the branch changes to trunk. 2015-10-27 07:44:24 +00:00
.clang-format edk2: Add .clang-format file 2017-09-19 22:22:18 -07:00
.gitignore QcomModulePkg: Ignore vararg type auto-promotion warning 2016-12-13 15:58:47 -08:00
AndroidBoot.mk QcomModulePkg: Enable SafeStack option to bootloader 2018-06-01 17:11:58 -07:00
BuildNotes2.txt Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
clang-wrapper.py Revert "edk2: Suppress LinuxLoaderLib warning through wrapper" 2018-04-23 14:50:25 -07:00
Edk2Setup.bat BaseTools: Update Edk2Setup.bat to support multiple workspaces 2015-10-08 09:29:36 +00:00
edksetup.bat BaseTools: Update edksetup.bat to support multiple workspaces 2015-10-08 09:29:09 +00:00
edksetup.sh BaseTools: Update edksetup.sh to support multiple workspaces 2015-10-08 09:29:56 +00:00
Maintainers.txt edk2: Change BaseTools owner in Maintainers.txt 2015-09-14 05:52:36 +00:00
makefile QcomModulePkg: Enable SafeStack option to bootloader 2018-06-01 17:11:58 -07:00