]> Git Repo - linux.git/commit - include/linux/efi.h
efi/libstub: Unify command line param parsing
authorArd Biesheuvel <[email protected]>
Tue, 4 Apr 2017 16:09:08 +0000 (17:09 +0100)
committerIngo Molnar <[email protected]>
Wed, 5 Apr 2017 10:27:28 +0000 (12:27 +0200)
commit60f38de7a8d4e816100ceafd1b382df52527bd50
tree7cd6bea8794bb669ec63470a1351e835d5c99d92
parent4c3f14bb87b683a2e5bbc6d6660b41893ecacfd0
efi/libstub: Unify command line param parsing

Merge the parsing of the command line carried out in arm-stub.c with
the handling in efi_parse_options(). Note that this also fixes the
missing handling of CONFIG_CMDLINE_FORCE=y, in which case the builtin
command line should supersede the one passed by the firmware.

Signed-off-by: Ard Biesheuvel <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
drivers/firmware/efi/libstub/arm-stub.c
drivers/firmware/efi/libstub/arm64-stub.c
drivers/firmware/efi/libstub/efi-stub-helper.c
drivers/firmware/efi/libstub/efistub.h
include/linux/efi.h
This page took 0.059376 seconds and 4 git commands to generate.