Skip to content
Commit 54306d02 authored by Pedro Falcato's avatar Pedro Falcato
Browse files

Ext4Pkg: Move unicode collation initialization to Start()

There have been reports[1] of failures to boot due to unicode collation
protocols not being available at Ext4Dxe load time. Therefore, attempt
to initialize unicode collation at Start() time, like done previously in
FatPkg/EnhancedFatDxe. By doing so, we move collation initialization
to BDS, where the module responsible for protocol installation should
have already been loaded and ran.

[1]: https://edk2.groups.io/g/devel/message/100312



Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Marvin Häuser <mhaeuser@posteo.de>
Fixes: d9ceedca ("Ext4Pkg: Add Ext4Dxe driver.")
Signed-off-by: default avatarPedro Falcato <pedro.falcato@gmail.com>
Acked-by: default avatarArd Biesheuvel <ardb@kernel.org>
Reviewed-by: default avatarMarvin Häuser <mhaeuser@posteo.de>
parent bb3d2f10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment