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:
|
2010-04-27 08:56:47 +02:00
|
|
|
vendor:
|
2009-06-30 17:17:49 +02:00
|
|
|
.asciz CONFIG_MAINBOARD_VENDOR
|
2010-04-27 08:56:47 +02:00
|
|
|
part:
|
2009-06-30 17:17:49 +02:00
|
|
|
.asciz CONFIG_MAINBOARD_PART_NUMBER
|
2009-11-27 17:55:13 +01:00
|
|
|
.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the vendor id */
|
|
|
|
.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the part number */
|
|
|
|
.long CONFIG_ROM_SIZE /* Size of this romimage */
|
2003-04-22 21:02:15 +02:00
|
|
|
.globl __id_end
|
|
|
|
|
|
|
|
__id_end:
|
|
|
|
.previous
|