Changeset f1f6cd95 in rtems for c

Timestamp:
12/27/19 21:08:12 (4 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5, master
Children:
eca25ef
Parents:
c51f1fc5
git-author:
Christian Mauderer <christian.mauderer@…> (12/27/19 21:08:12)
git-committer:
Christian Mauderer <christian.mauderer@…> (01/07/20 16:55:13)
Message:

bsp/raspberrypi: Fix size of work area.

The BSP tried to get the size of the SDRAM based on the revision code.
Unfortunately the code had some bugs so that the default size has been
used. Beneath that the MMU table hasn't been adapted.

This patch queries the SDRAM size via a special VC Mailbox call instead.
For the MMU adaption a simmilar method to the one in the imx BSP is
used.

(No files)

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