Define MAP_KERNEL_START by resolving MODULES_END at cmake time

Change-Id: Ib88fc045b64c4ad2dad6a4b13cb0372a735a26ab
This commit is contained in:
Balazs Gerofi
2020-04-02 14:53:43 +09:00
committed by Masamichi Takagi
parent 33eef71133
commit 04d17dd3e9
15 changed files with 85 additions and 45 deletions

View File

@ -6,7 +6,7 @@ PHDRS
}
SECTIONS
{
. = 0xffffff8007800000; /* KERNEL_START */
. = @MAP_KERNEL_START@;
_head = .;
.text : {

View File

@ -6,7 +6,7 @@ PHDRS
}
SECTIONS
{
. = 0xffff000007800000; /* KERNEL_START */
. = @MAP_KERNEL_START@;
_head = .;
.text : {

View File

@ -6,7 +6,7 @@ PHDRS
}
SECTIONS
{
. = 0xfffffc0007800000; /* KERNEL_START */
. = @MAP_KERNEL_START@;
_head = .;
.text : {

View File

@ -6,7 +6,7 @@ PHDRS
}
SECTIONS
{
. = 0xffff000007800000; /* KERNEL_START */
. = @MAP_KERNEL_START@;
_head = .;
.text : {

View File

@ -5,7 +5,7 @@ PHDRS
}
SECTIONS
{
. = 0xFFFFFFFFFE801000;
. = @MAP_KERNEL_START@ + 0x1000;
_head = .;
.text : {