Commit 248258c
chapter2: add optional cmdline property to configuration
The Linux kernel needs a command line to indicate the root file system.
Further parameters may be passed on the command line [1].
Add an optional cmdline property to configuration nodes.
The UEFI specification uses UCS-2 encoded strings. UCS-2 is a deprecated
encoding of the Unicode Basic Multilingual Plane. Using UTF-8 for
encoding the cmdline property allows to represent all UCS-2 characters
when passing the string to an EFI binary via the EFI Loaded Image Protocol
as a load option.
[1] The kernel’s command-line parameters
https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html
Signed-off-by: Heinrich Schuchardt <[email protected]>1 parent b7e0544 commit 248258c
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| 563 | + | |
563 | 564 | | |
564 | 565 | | |
565 | 566 | | |
| |||
581 | 582 | | |
582 | 583 | | |
583 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
584 | 589 | | |
585 | 590 | | |
586 | 591 | | |
| |||
0 commit comments