]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Uart device path
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Mar 2021 01:49:54 +0000 (02:49 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Mar 2021 19:09:17 +0000 (20:09 +0100)
commit0aa9740c4f53d1c88ad4d2dc2a5cb2b5bd6b40a0
tree079b301dd5fc98b835b73f0d52c4ae708215d630
parent2a5db085e22428f1fc774093fd8cfde7a9f0db20
efi_loader: Uart device path

When uploading an EFI binary via the UART we need to assign a device path.

* Provide devicepath node to text conversion for Uart() node.
* Provide function to create Uart() device path.
* Add UART support to efi_dp_from_name().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_device_path_to_text.c