commit | 077153e085b48e7683552667ab2247c991c1e1ff | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Oct 29 13:47:46 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 14:27:43 2020 +0100 |
tree | d6954162b528b1932ee31c22878fe0b954e2aec5 | |
parent | c57c9439548a58a0c1f0eb2ec7b5ab5d7b7fd801 [diff] |
efi_loader: add efi_create_indexed_name() This function will be used from several places in UEFI subsystem to generate some specific form of utf-16 variable name. For example, L"Capsule0001" Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Move function to separate module. Use char * as argument instead of u16 *. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>