summaryrefslogtreecommitdiffstats
path: root/Documentation/efi-stub.txt
Commit message (Collapse)AuthorAgeFilesLines
* efi_stub: update documentation on dtb= parameterGrant Likely2018-09-091-3/+14
| | | | | | | | | | | | | | | The dtb= parameter is no longer the primary mechanism for providing a devicetree to the kernel. Now either firmware or the boot selector (ex. Grub) should provide the devicetree and dtb= should only be used for debug or when using firmware that doesn't understand DT. Update the EFI stub documentation to reflect the current usage. Signed-off-by: Grant Likely <grant.likely@arm.com> Reviewed-by: Alexander Graf <agraf@suse.de> Acked-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* efi-stub.txt: standardize document formatMauro Carvalho Chehab2017-07-141-10/+15
| | | | | | | | | | | | | | Each text file under Documentation follows a different format. Some doesn't even have titles! Change its representation to follow the adopted standard, using ReST markups for it to be parseable by Sphinx: - use proper markups for titles; - identify literal blocks. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* doc: efi-stub.txt: Fix arm64 pathsAlan Ott2015-12-141-2/+2
| | | | | | | | | | | Update documented paths for arm64 files to match current tree. Signed-off-by: Alan Ott <alan@softiron.co.uk> Cc: Roy Franz <roy.franz@linaro.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
* doc: arm64: add description of EFI stub supportMark Salter2014-04-301-3/+9
| | | | | | | | | | | Add explanation of arm64 EFI stub and kernel image header changes needed to masquerade as a PE/COFF application. Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Grant Likely <grant.likely@linaro.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* doc: efi-stub.txt updates for ARMRoy Franz2014-04-301-7/+20
| | | | | | | | | | | | Update efi-stub.txt documentation to be more general and not x86 specific. Add ARM only "dtb=" command line option description. Signed-off-by: Roy Franz <roy.franz@linaro.org> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Grant Likely <grant.likely@linaro.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
* doc: Fix trivial spelling mistake in efi-stub.txtSilvan Jegen2013-12-191-1/+1
| | | | | Signed-off-by: Silvan Jegen <s.jegen@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* EFI stub documentation updatesRoy Franz2013-09-251-0/+65
Move efi-stub.txt out of x86 directory and into common directory in preparation for adding ARM EFI stub support. Signed-off-by: Roy Franz <roy.franz@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>