2004-10-14 22:54:17 +02:00
|
|
|
.section ".id", "a", @progbits
|
2003-04-22 21:02:15 +02:00
|
|
|
|
|
|
|
.globl __id_start
|
|
|
|
__id_start:
|
|
|
|
vendor:
|
2004-10-14 22:54:17 +02:00
|
|
|
.asciz MAINBOARD_VENDOR
|
2003-04-22 21:02:15 +02:00
|
|
|
part:
|
2004-10-14 22:54:17 +02:00
|
|
|
.asciz MAINBOARD_PART_NUMBER
|
2003-04-22 21:02:15 +02:00
|
|
|
.long __id_end + 0x10 - vendor /* Reverse offset to the vendor id */
|
|
|
|
.long __id_end + 0x10 - part /* Reverse offset to the part number */
|
|
|
|
.long PAYLOAD_SIZE + ROM_IMAGE_SIZE /* Size of this romimage */
|
|
|
|
.globl __id_end
|
|
|
|
|
|
|
|
__id_end:
|
|
|
|
.previous
|