Changeset 93afcff7 in rtems for bsps

Timestamp:
06/08/21 07:21:30 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
27695542
Parents:
ef5a53b
git-author:
Sebastian Huber <sebastian.huber@…> (06/08/21 07:21:30)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/10/21 05:59:39)
Message:

bsps/sparc: Simplify memory initialization

Directly initialize the memory in the start sequence defined by start.S
instead of using a system initialization handler. This avoids using the
global variable rdb_start which used a memory location which was shared
with _ERC32_MEC_Timer_Control_Mirror. This change makes it possible to
use _Memory_Allocate() even before the system initialization is started.

Change license to BSD-2-Clause according to file history and
re-licensing agreement.

Update #3053.

(No files)

Note: See TracChangeset for help on using the changeset viewer.