This puts the priviledged stack at the end of RAM. This combines PR #10507 and #10542. Fixes #10473 Fixes #10474 Fixes #10515 Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com> Signed-off-by: Daniel Leung <daniel.leung@intel.com>
10 lines
241 B
Text
10 lines
241 B
Text
/*
|
|
* Copyright (c) 2017 Linaro Limited.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
SECTION_DATA_PROLOGUE(priv_stacks_noinit,,)
|
|
{
|
|
*(".priv_stacks.noinit")
|
|
} GROUP_DATA_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|