The make error for s4882 being discussed:
objcopy --gap-fill 0xff -O binary coreboot coreboot.strip make[1]: *** No rule to make target `grub2', needed by `payload'. Stop. make[1]: Leaving directory `/root/coreboot-v2-3923/targets/tyan/s4882/s4882/normal' make: *** [normal/coreboot.rom] Error 1
I meant targets/tyan/s4882/s4882/grub2.elf. Sorry.
Myles
(Perhaps 'payload' should be in $target in the first place.) I did that and got the exact same results (I tried payload 'grub2' and './grub2,' and also put it in 'fallback.') I wrote a longer letter this afternoon, but Thunderbird did not send it or save a copy, so this will be short. I will still say I noticed this funny line in s4882: 'cp -f $TYANMB"_coreboot.rom" /home/yhlu/.' Since make says it has no rule for 'target 'grub2,' needed by payload,' I searched through config.py for 'target,' 'image,' etc. and I do not see how it works.
--David