blob: f8aba0b9463c981e3e6ac9c8736a1ae107fc6674 [file] [log] [blame]
Eric Biedermanb78c1972004-10-14 20:54:17 +00001 .section ".id", "a", @progbits
Eric Biederman8ca8d762003-04-22 19:02:15 +00002
3 .globl __id_start
4__id_start:
Patrick Georgi950f20a2012-01-17 13:13:59 +01005ver:
6 .asciz COREBOOT_VERSION
Stefan Reinauer14e22772010-04-27 06:56:47 +00007vendor:
Stefan Reinauer08670622009-06-30 15:17:49 +00008 .asciz CONFIG_MAINBOARD_VENDOR
Stefan Reinauer14e22772010-04-27 06:56:47 +00009part:
Stefan Reinauer08670622009-06-30 15:17:49 +000010 .asciz CONFIG_MAINBOARD_PART_NUMBER
Patrick Georgi950f20a2012-01-17 13:13:59 +010011.long __id_end + CONFIG_ID_SECTION_OFFSET - ver /* Reverse offset to the vendor id */
Patrick Georgi436f99b2009-11-27 16:55:13 +000012.long __id_end + CONFIG_ID_SECTION_OFFSET - vendor /* Reverse offset to the vendor id */
13.long __id_end + CONFIG_ID_SECTION_OFFSET - part /* Reverse offset to the part number */
14.long CONFIG_ROM_SIZE /* Size of this romimage */
Eric Biederman8ca8d762003-04-22 19:02:15 +000015 .globl __id_end
16
Eric Biederman8ca8d762003-04-22 19:02:15 +000017__id_end:
18.previous