commit | 77c0da83b2159303bebb5e7982260eca3513de59 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 02:49:54 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 25 20:09:17 2021 +0100 |
tree | 079b301dd5fc98b835b73f0d52c4ae708215d630 | |
parent | 5381cbc85c1fbff29b7fe0a9109d367d2b6c6c20 [diff] |
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>