Re: [PATCH 4/4] lmb: build lmb_map_update_notify() only with EFI_LOADER

2025-02-14 Thread Alexander Dahl
Hello, Am Thu, Feb 13, 2025 at 06:41:04PM +0530 schrieb Sughosh Ganu: > The lmb_map_update_notify() function is used to update the EFI memory > map based on corresponding changes in the LMB map. This is causing > build failure with a certain old architecture(armv5) toolchain, when > building with

Re: [PATCH 4/4] lmb: build lmb_map_update_notify() only with EFI_LOADER

2025-02-13 Thread Tom Rini
On Thu, Feb 13, 2025 at 06:41:04PM +0530, Sughosh Ganu wrote: > The lmb_map_update_notify() function is used to update the EFI memory > map based on corresponding changes in the LMB map. This is causing > build failure with a certain old architecture(armv5) toolchain, when > building with CONFIG_C

[PATCH 4/4] lmb: build lmb_map_update_notify() only with EFI_LOADER

2025-02-13 Thread Sughosh Ganu
The lmb_map_update_notify() function is used to update the EFI memory map based on corresponding changes in the LMB map. This is causing build failure with a certain old architecture(armv5) toolchain, when building with CONFIG_CC_OPTIMIZE_FOR_DEBUG symbol on platforms which do not enable the EFI_LO