Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
38c326d041218e65d156ce3dd3bfee39e73ceffa
/
.
/
src
/
arch
/
x86
/
lib
/
id.lds
blob: cfd091dc176fb56d6c91440fa4e40e573a1032c8 [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
(
0xffffffff
-
CONFIG_ID_SECTION_OFFSET
)
-
(
__id_end
-
__id_start
)
+
1
;
.
id
(.):
{
*(.
id
)
}
}