5c0991871b2b2a38001a11290a62e1a0bf8cf4a0
[coreboot.git] / src / southbridge / nvidia / ck804 / id.inc
1         .section ".id", "a", @progbits
2
3         .globl __id_start
4 __id_start:
5 vendor:
6         .asciz MAINBOARD_VENDOR
7 part:
8         .asciz MAINBOARD_PART_NUMBER
9 .long __id_end + 0x80 - vendor       /* Reverse offset to the vendor ID */
10 .long __id_end + 0x80 - part         /* Reverse offset to the part number */
11 .long PAYLOAD_SIZE + ROM_IMAGE_SIZE  /* Size of this ROM image */
12         .globl __id_end
13
14 __id_end:
15 .previous