Hello everyone,

Am Mon, Feb 10, 2025 at 04:01:51PM -0600 schrieb Tom Rini:
> Hey all,
> 
> It's release day and so here's v2025.04-rc2. As this is the -rc2
> release, I've now also opened up the -next branch and will be stricter
> about what I apply myself, and what I see coming in for pull requests as
> well moving forward.

This still fails to build on older arm 32 bit cores if
CC_OPTIMIZE_FOR_DEBUG is enabled:

    % buildman -o ~/build/u-boot/buildman -e -a CC_OPTIMIZE_FOR_DEBUG sam9x60
    Building current source for 5 boards (5 threads, 4 jobs per thread)
           arm:  +   sam9x60_curiosity_mmc      
    +arm-linux-gnueabi-ld.bfd: lib/lmb.o: in function `lmb_map_update_notify':
    +lib/lmb.c:458: undefined reference to `efi_add_memory_map_pg'
    +make[1]: *** [Makefile:1824: u-boot] Fehler 1
    +make: *** [Makefile:177: sub-make] Error 2
           arm:  +   sam9x60_curiosity_mmc1                           
    +arm-linux-gnueabi-ld.bfd: lib/lmb.o: in function `lmb_map_update_notify':
    +lib/lmb.c:458: undefined reference to `efi_add_memory_map_pg'
    +make[1]: *** [Makefile:1824: u-boot] Fehler 1
    +make: *** [Makefile:177: sub-make] Error 2
           arm:  +   sam9x60ek_mmc                                     
    +arm-linux-gnueabi-ld.bfd: lib/lmb.o: in function `lmb_map_update_notify':
    +lib/lmb.c:458: undefined reference to `efi_add_memory_map_pg'
    +make[1]: *** [Makefile:1824: u-boot] Fehler 1
    +make: *** [Makefile:177: sub-make] Error 2
           arm:  +   sam9x60ek_qspiflash                      
    +arm-linux-gnueabi-ld.bfd: lib/lmb.o: in function `lmb_map_update_notify':
    +lib/lmb.c:458: undefined reference to `efi_add_memory_map_pg'
    +make[1]: *** [Makefile:1824: u-boot] Fehler 1
    +make: *** [Makefile:177: sub-make] Error 2
           arm:  +   sam9x60ek_nandflash                            
    +arm-linux-gnueabi-ld.bfd: lib/lmb.o: in function `lmb_map_update_notify':
    +lib/lmb.c:458: undefined reference to `efi_add_memory_map_pg'
    +make[1]: *** [Makefile:1824: u-boot] Fehler 1
    +make: *** [Makefile:177: sub-make] Error 2
        0    0    5 /5              0:00:42  : sam9x60ek_nandflash
    Completed: 5 total built, 5 newly), duration 0:00:22, rate 0.23

I reported this three weeks ago already.  Did anyone look deeper into
this?  See for reference:
https://lore.kernel.org/u-boot/20250117-molecular-quicksand-e80bf9473...@thorsis.com/

Greets
Alex

Reply via email to