diff options
| author | Tom Rini <[email protected]> | 2023-09-17 09:24:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-17 09:24:42 -0400 |
| commit | 064f29e48d09d4e75a5868856361fb18486b24ce (patch) | |
| tree | 7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /doc/usage/cmd | |
| parent | 252592214f79d8206c3cf0056a8827a0010214e0 (diff) | |
| parent | 8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (diff) | |
Merge tag 'doc-2023-10-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-2
Documentation:
* fix code comments referring to doc/develop/expo.rst
* remove unused values from Chromebook kernel command line
* correct reference tag placement in tools/binman/binman.rst
Others:
* test: fix build dependency for event unit tests
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/bootflow.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/cmd/bootflow.rst b/doc/usage/cmd/bootflow.rst index a8af1f8f603..65e3777cdc4 100644 --- a/doc/usage/cmd/bootflow.rst +++ b/doc/usage/cmd/bootflow.rst @@ -495,8 +495,8 @@ the cmdline is word-wrapped here and some parts of the command line are elided:: root_hexdigest=78cc462cd45aecbcd49ca476587b4dee59aa1b00ba5ece58e2c29ec9acd914ab salt=8dec4dc80a75dd834a9b3175c674405e15b16a253fdfe05c79394ae5fd76f66a" noinitrd vt.global_cursor_default=0 - kern_guid=799c935b-ae62-d143-8493-816fa936eef7 add_efi_memmap boot=local - noresume noswap i915.modeset=1 ramoops.ecc=1 tpm_tis.force=0 + kern_guid=799c935b-ae62-d143-8493-816fa936eef7 add_efi_memmap + noresume i915.modeset=1 ramoops.ecc=1 tpm_tis.force=0 intel_pmc_core.warn_on_s0ix_failures=1 i915.enable_guc=3 i915.enable_dc=4 xdomain=0 swiotlb=65536 intel_iommu=on i915.enable_psr=1 usb-storage.quirks=13fe:6500:u |
