commit | 62df6e9c9994c66efd34afe710a64de27dd120bc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 02:49:54 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 19 20:54:40 2021 +0100 |
tree | e991158345b91c597671f18424bc27f95822eae4 | |
parent | a95f4c88599176d9a88dc19c02fa8dd95003eebf [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>