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