You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i386-elf-ld.bfd: warning: build/cbfs/fallback/postcar.debug has a LOAD segment with RWX permissions
Cloning SeaBIOS from Git
Cloning into 'seabios'...
remote: Total 16561 (delta 0), reused 16561 (delta 0)
Receiving objects: 100% (16561/16561), 3.57 MiB | 9.69 MiB/s, done.
Resolving deltas: 100% (13170/13170), done.
Fetching new commits from the SeaBIOS git repo
Checking out SeaBIOS revision rel-1.16.0.1
Already on 'master'
Your branch is up to date with 'origin/master'.
fatal: 'rel-1.16.0.1' is not a commit and a branch 'coreboot' cannot be created from it
make[1]: *** [Makefile:37: checkout] Error 128
make: *** [payloads/external/Makefile.mk:66: payloads/external/SeaBIOS/seabios/out/bios.bin.elf] Error 2
Build failed for apu2 with status code 2.
The text was updated successfully, but these errors were encountered:
At this point, coreboot knows nothing about PC Engine's custom SeaBIOS, so it should not use references from that repo.
Removal of REVISION and REVISION_ID is not enough because after:
i386-elf-ld.bfd: warning: build/cbfs/fallback/postcar.debug has a LOAD segment with RWX permissions
Cloning SeaBIOS from Git
Cloning into 'seabios'...
remote: Total 16561 (delta 0), reused 16561 (delta 0)
Receiving objects: 100% (16561/16561), 3.57 MiB | 9.72 MiB/s, done.
Resolving deltas: 100% (13170/13170), done.
Checking out SeaBIOS revision a6ed6b701f0a57db0569ab98b0661c12a6ec3ff8
Already on 'master'
Your branch is up to date with 'origin/master'.
Switched to a new branch 'coreboot'
CONFIG SeaBIOS a6ed6b701f0a57db0569ab98b0661c12a6ec3ff8
Error: File /home/coreboot/coreboot/src/mainboard/pcengines/apu2/seabios_config does not exist
make[1]: *** [Makefile:46: config] Error 1
make: *** [payloads/external/Makefile.mk:66: payloads/external/SeaBIOS/seabios/out/bios.bin.elf] Error 2
Build failed for apu2 with status code 2.
removal of CONFIG_PAYLOAD_CONFIGFILE helps with the above issue but leads to another one:
Total size: 119200 Fixed: 66112 Free: 11872 (used 90.9% of 128KiB rom)
Creating out/bios.bin.elf
make: *** No rule to make target '/home/coreboot/coreboot/src/mainboard/pcengines/apu2/variants/apu2/bootorder', needed by 'build/coreboot.pre'. Stop.
Build failed for apu2 with status code 2.
Matrix thread related to other issues caused by coreboot-sdk 2024-05.
Finally, fix required updating configs as well as iPXE version so it could be compiled with quite recent coreboot-sdk:
Using:
I get the following compilation error:
The text was updated successfully, but these errors were encountered: