10 Sep, 2018

1 commit

  • 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
    Reviewed-by: Alexander Graf
    Acked-by: Leif Lindholm
    Acked-by: Olof Johansson
    Acked-by: Ard Biesheuvel
    Signed-off-by: Jonathan Corbet

    Grant Likely
     

15 Jul, 2017

1 commit

  • 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
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

14 Dec, 2015

1 commit


01 May, 2014

2 commits

  • Add explanation of arm64 EFI stub and kernel image header changes
    needed to masquerade as a PE/COFF application.

    Signed-off-by: Mark Salter
    Signed-off-by: Leif Lindholm
    Acked-by: Grant Likely
    Acked-by: Catalin Marinas
    Signed-off-by: Matt Fleming

    Mark Salter
     
  • 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
    Signed-off-by: Leif Lindholm
    Acked-by: Grant Likely
    Acked-by: Catalin Marinas
    Signed-off-by: Matt Fleming

    Roy Franz
     

19 Dec, 2013

1 commit


25 Sep, 2013

1 commit