commit | 26fce538b6e49222b34c79df3630dddd4d8603d4 | [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 | ae165ef2dc2cf17b39a089b9311bcc3301a9beeb [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>