Changeset 47a3cd8 in rtems for c/src/lib/libbsp/sparc64

Timestamp:
08/09/12 14:48:00 (12 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
c118a6e5
Parents:
e4278f2
git-author:
Sebastian Huber <sebastian.huber@…> (08/09/12 14:48:00)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/25/12 12:54:06)
Message:

score: Work area initialization API change

The work areas (RTEMS work space and C program heap) will be initialized
now in a separate step and are no longer part of
rtems_initialize_data_structures(). Initialization is performed with
tables of Heap_Area entries. This allows usage of scattered memory
areas present on various small scale micro-controllers.

The sbrk() support API changes also. The bsp_sbrk_init() must now deal
with a minimum size for the first memory chunk to take the configured
work space size into account.

(No files)

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