summaryrefslogtreecommitdiffstats
path: root/bsps/arm/raspberrypi/start/bspgetworkarea.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/raspberrypi: Fix size of work area.Christian Mauderer2020-01-071-87/+0
| | | | | | | | | | 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.
* arm/raspberry: Set the workspace based on the mailbox version.Chris Johns2019-08-121-9/+25
| | | | | | - Update the linkcmd file to support configure settings - Set the workspace size based on the revision value
* bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGINSebastian Huber2018-09-031-7/+0
| | | | | | | Remove the BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN hack. The interrupt stacks are now allocated by the linker. Update #3459.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+78
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.