x86: boot protocol updates

Also update field names to simply payload_{offset,length} so as to not rule
out uncompressed images.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ian Campbell
2008-02-19 11:12:30 +00:00
committed by Ingo Molnar
parent bc0a733fac
commit 87253d1b4f
2 changed files with 12 additions and 12 deletions

View File

@@ -224,10 +224,8 @@ hardware_subarch: .long 0 # subarchitecture, added with 2.07
hardware_subarch_data: .quad 0
compressed_payload_offset:
.long input_data
compressed_payload_length:
.long input_data_end-input_data
payload_offset: .long input_data
payload_length: .long input_data_end-input_data
# End of setup header #####################################################