Re: [PATCH v5 08/17] bootmenu: update bootmenu_entry structure

2022-05-09 Thread Masahisa Kojima
On Mon, 2 May 2022 at 05:54, Heinrich Schuchardt wrote: > > On 4/29/22 21:51, Heinrich Schuchardt wrote: > > On 4/28/22 10:09, Masahisa Kojima wrote: > >> This is a preparation for succeeding addition of uefi boot > >> and distro boot menu entries into bootmenu. > >> The bootmenu_entry title is up

Re: [PATCH v5 08/17] bootmenu: update bootmenu_entry structure

2022-05-01 Thread Heinrich Schuchardt
On 4/29/22 21:51, Heinrich Schuchardt wrote: On 4/28/22 10:09, Masahisa Kojima wrote: This is a preparation for succeeding addition of uefi boot and distro boot menu entries into bootmenu. The bootmenu_entry title is updated to u16 string because uefi use u16 string. This commit also factors out

Re: [PATCH v5 08/17] bootmenu: update bootmenu_entry structure

2022-04-29 Thread Heinrich Schuchardt
On 4/28/22 10:09, Masahisa Kojima wrote: This is a preparation for succeeding addition of uefi boot and distro boot menu entries into bootmenu. The bootmenu_entry title is updated to u16 string because uefi use u16 string. This commit also factors out the function to prepare the entries generated

[PATCH v5 08/17] bootmenu: update bootmenu_entry structure

2022-04-28 Thread Masahisa Kojima
This is a preparation for succeeding addition of uefi boot and distro boot menu entries into bootmenu. The bootmenu_entry title is updated to u16 string because uefi use u16 string. This commit also factors out the function to prepare the entries generated by "bootmenu_x" U-Boot environment variabl