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:
|
2009-06-30 17:17:49 +02:00
|
|
|
.asciz CONFIG_MAINBOARD_VENDOR
|
2003-04-22 21:02:15 +02:00
|
|
|
part:
|
2009-06-30 17:17:49 +02:00
|
|
|
.asciz CONFIG_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 */
|
2009-10-04 20:55:40 +02:00
|
|
|
.long CONFIG_ROM_SIZE /* Size of this romimage */
|
2003-04-22 21:02:15 +02:00
|
|
|
.globl __id_end
|
|
|
|
|
|
|
|
__id_end:
|
|
|
|
.previous
|