Re: [U-Boot] [PATCH] fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi

2019-01-18 Thread York Sun
On 12/18/18 5:01 AM, Mian Yousaf Kaukab wrote: > fsl-mc lazyapply command applies dpl from efi_exit_boot_services(). > Status of fsl-mc node in working fdt is updated at this stage. > However, an efi application like grub may already have copied the fdt. > So the updates to fdt done at efi_exit_boo

[U-Boot] [PATCH] fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi

2018-12-18 Thread Mian Yousaf Kaukab
fsl-mc lazyapply command applies dpl from efi_exit_boot_services(). Status of fsl-mc node in working fdt is updated at this stage. However, an efi application like grub may already have copied the fdt. So the updates to fdt done at efi_exit_boot_services() may not be visible to the OS. Fix it by up