On Thu, Oct 9, 2008 at 12:29 PM, Peter Stuge peter@stuge.se wrote:
Hm, ok. Yes, the build system doesn't include either VSA or payload. I'd love to get that fixed.
build system includes payload.
Heres' my dbe62 script:
#!/bin/bash
cp build/bios.bin /tmp/d.bin
lar -a /tmp/d.bin amd_vsa_lx_1.01.bin:blob/vsa
lar z /tmp/d.bin
lar l /tmp/d.bin
here's the relevant bits of .config I use:
# Payload
#
# CONFIG_PAYLOAD_ELF_LOADER is not set
CONFIG_PAYLOAD_ELF=y
# CONFIG_PAYLOAD_NONE is not set
CONFIG_PAYLOAD_FILE="../eb-5.4.3-via-velocity.elf"
# CONFIG_ZERO_AFTER_PAYLOAD is not set
the coreboot v3 build includes the payload just fine.
we made a decision on this list to NOT have coreboot v3 build include the VSA -- that's what buildrom is supposed to be for.
thanks
ron