summaryrefslogtreecommitdiffstats
path: root/bsps/arm/altera-cyclone-v/start/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-19bsp/altcycv_devkit: Rename linker command fileSebastian Huber1-0/+0
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2018-04-20bsps: Move startup files to bspsSebastian Huber1-0/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-12-19bsp/altera-cyclone-v: Adjust work areaSebastian Huber1-1/+1
Use FDT to adjust the work area. Reduce work area of linker command file.
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber1-11/+0
This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
2014-06-06bsp/altera-cyclone-v: Use NOLOAD for nocache secSebastian Huber1-1/+1
2014-05-28bsp/altera-cyclone-v: Reduce size of nocache heapRalf Kirchner1-2/+2
Network mbufs and clusters now are cached. Thus the nocache heap can get reduced to 1 MByte.
2014-04-30bsp/altera-cyclone-v: Increase size of nocache region and nocache heapRalf Kirchner1-2/+2
Increase size of nocache heap in order to be able to move mbufs and clusters of the network driver to uncached RAM
2014-03-13bsp/altera-cyclone-v: New BSPRalf Kirchner1-0/+18
Implemented so far: - nocache heap for uncached RAM - basic timer - level 1 cache handling for arm cache controller in arm-cache-l1.h - level 2 L2C-310 cache controller - MMU - DWMAC 1000 ethernet controller - basic errata handling - smp startup for second core