06 Oct, 2019

1 commit

  • This allows our EFI API to create a device path node for NVMe
    devices. It adds the necessary device path struct, uses the
    nvme namespace accessor to retrieve the id and eui64, and also
    provides support for the device path text protocol.

    Signed-off-by: Patrick Wildt
    Tested-by: Heinrich Schuchardt
    Reviewed-by: Heinrich Schuchardt

    Patrick Wildt
     

09 Sep, 2019

2 commits


06 Sep, 2019

2 commits


16 Aug, 2019

1 commit

  • U-Boot implements the EFI_PXE_BASE_CODE_PROTOCOL because GRUB uses the mode
    information for booting via PXE. All function pointers in the protocol were
    NULL up to now which will cause immediate crashes when the services of the
    protocol are called.

    Create function stubs for all services of the protocol returning
    EFI_UNSUPPORTED.

    Signed-off-by: Heinrich Schuchardt

    Heinrich Schuchardt
     

31 Jul, 2019

1 commit


07 Jul, 2019

1 commit


29 Jun, 2019

1 commit


21 Jun, 2019

1 commit


15 Jun, 2019

1 commit

  • This variable is defined in UEFI specification 2.8, section 8.1.
    Its value should be updated whenever we add any usable runtime services
    function.

    Currently we only support SetVirtualAddress() for all systems and
    ResetSystem() for some.

    Signed-off-by: AKASHI Takahiro
    Reviewed-by: Heinrich Schuchardt

    AKASHI Takahiro
     

19 May, 2019

2 commits


08 May, 2019

2 commits


23 Apr, 2019

1 commit

  • We should consistently use the same name for protocol GUIDs as defined in
    the UEFI specification. Not adhering to this rule has led to duplicate
    definitions for the EFI_LOADED_IMAGE_PROTOCOL_GUID.

    Adjust misnamed protocol GUIDs.

    Adjust the text for the graphics output protocol in the output of the
    `efidebug dh` command.

    Signed-off-by: Heinrich Schuchardt

    Heinrich Schuchardt
     

07 Apr, 2019

1 commit


28 Mar, 2019

1 commit


25 Feb, 2019

1 commit


13 Feb, 2019

10 commits


03 Dec, 2018

3 commits


16 Oct, 2018

1 commit

  • The UEFI spec requires that file positions are passed as u64 in
    GetPosition() and SetPosition().

    Check if the file handle points to a directory in GetPosition().

    Provide a unit test for GetPosition() and SetPosition().

    Fix Coverity warning CID 184079 (CONSTANT_EXPRESSION_RESULT).

    Add comments.

    Fixes: b6dd57773719 ("efi_loader: use correct types in EFI_FILE_PROTOCOL")
    Signed-off-by: Heinrich Schuchardt
    Signed-off-by: Alexander Graf

    Heinrich Schuchardt
     

24 Sep, 2018

5 commits


25 Jul, 2018

2 commits