comboot.inc: vk_append is a field in a struct, not an address
commitff07f39d96d765d0ebec72fc02044707d217d90c
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 00:59:30 +0000 (1 17:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 01:01:58 +0000 (1 18:01 -0700)
tree4bdf034f36adab0fdf39e3e4b0d3d3b3f60544ba
parent55574c609a2f5ca69e98e5ec57eb909190d12061
comboot.inc: vk_append is a field in a struct, not an address

We want to use VKernelBuf as temporary storage, not vk_append.
vk_append is an offset into a larger buffer, and we ended up
corrupting low BIOS memory.

Reported-by: Joseph Cihula <joseph.cihula@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/comboot.inc