00001 .section ".id", "a", @progbits 00002 00003 .globl __id_start 00004 __id_start: 00005 vendor: 00006 .asciz MAINBOARD_VENDOR 00007 part: 00008 .asciz MAINBOARD_PART_NUMBER 00009 .long __id_end + 0x10 - vendor /* Reverse offset to the vendor id */ 00010 .long __id_end + 0x10 - part /* Reverse offset to the part number */ 00011 .long PAYLOAD_SIZE + ROM_IMAGE_SIZE /* Size of this romimage */ 00012 .globl __id_end 00013 00014 __id_end: 00015 .previous
1.5.5