Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-30 Thread Alexander Graf
On 30.08.18 04:51, Simon Glass wrote: > Hi, > > On 27 August 2018 at 02:37, Alexander Graf wrote: >> >> >>> Am 27.08.2018 um 10:30 schrieb Mike FABIAN : >>> >>> Alexander Graf さんは書きました: >>> > On 26.08.18 21:00, Heinrich Schuchardt wrote: >> On 08/26/2018 08:22 PM, Alexander Graf

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-29 Thread Simon Glass
Hi, On 27 August 2018 at 02:37, Alexander Graf wrote: > > >> Am 27.08.2018 um 10:30 schrieb Mike FABIAN : >> >> Alexander Graf さんは書きました: >> On 26.08.18 21:00, Heinrich Schuchardt wrote: > On 08/26/2018 08:22 PM, Alexander Graf wrote: > > >> On 11.08.18 17:28, Heinrich

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-27 Thread Mike FABIAN
Alexander Graf さんは書きました: > On 26.08.18 21:00, Heinrich Schuchardt wrote: >> On 08/26/2018 08:22 PM, Alexander Graf wrote: >>> >>> >>> On 11.08.18 17:28, Heinrich Schuchardt wrote: This patch provides a define to initialize a table that maps lower to capital letters for Unicode code

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-27 Thread Alexander Graf
> Am 27.08.2018 um 10:30 schrieb Mike FABIAN : > > Alexander Graf さんは書きました: > >>> On 26.08.18 21:00, Heinrich Schuchardt wrote: On 08/26/2018 08:22 PM, Alexander Graf wrote: > On 11.08.18 17:28, Heinrich Schuchardt wrote: > This patch provides a define to initialize a

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-26 Thread Alexander Graf
On 26.08.18 21:00, Heinrich Schuchardt wrote: > On 08/26/2018 08:22 PM, Alexander Graf wrote: >> >> >> On 11.08.18 17:28, Heinrich Schuchardt wrote: >>> This patch provides a define to initialize a table that maps lower to >>> capital letters for Unicode code point 0x - 0x. >>> >>>

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-26 Thread Heinrich Schuchardt
On 08/26/2018 08:22 PM, Alexander Graf wrote: > > > On 11.08.18 17:28, Heinrich Schuchardt wrote: >> This patch provides a define to initialize a table that maps lower to >> capital letters for Unicode code point 0x - 0x. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> MAINTAINERS

Re: [U-Boot] [PATCH 11/15] efi_loader: capitalization table

2018-08-26 Thread Alexander Graf
On 11.08.18 17:28, Heinrich Schuchardt wrote: > This patch provides a define to initialize a table that maps lower to > capital letters for Unicode code point 0x - 0x. > > Signed-off-by: Heinrich Schuchardt > --- > MAINTAINERS |1 + > include/capitalization.h | 1909