Re: Re-installation of device-tree as EFI configuration table

2025-02-28 Thread Sughosh Ganu
hello Heinrich, On Fri, 28 Feb 2025 at 16:23, Heinrich Schuchardt wrote: > > On 28.02.25 11:34, Sughosh Ganu wrote: > > hi, > > The logic in efi_install_fdt() is such that with the > > EFI_FDT_USE_INTERNAL passed as a parameter to the function, the EFI > > configuration table is first checked to

Re: Re-installation of device-tree as EFI configuration table

2025-02-28 Thread Heinrich Schuchardt
On 28.02.25 11:34, Sughosh Ganu wrote: hi, The logic in efi_install_fdt() is such that with the EFI_FDT_USE_INTERNAL passed as a parameter to the function, the EFI configuration table is first checked to see if a device-tree(DT) has already been installed as the configuration table, and in case a

Re-installation of device-tree as EFI configuration table

2025-02-28 Thread Sughosh Ganu
hi, The logic in efi_install_fdt() is such that with the EFI_FDT_USE_INTERNAL passed as a parameter to the function, the EFI configuration table is first checked to see if a device-tree(DT) has already been installed as the configuration table, and in case a table is found, the function returns wit