Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [support/ld] Unify linker scripts. | Marti Bolivar | 2011-09-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Add new common.inc, which is common_rom.inc with some DEFINED(_FLASH_BUILD) usages thrown in to allow for RAM builds. It also uses a new REGION_RODATA region alias for read-only data. Move section .USER_FLASH to REGION_RODATA. This means it lives in RAM under RAM builds. Although this might be surprising, not doing so would make RAM builds useless. Modify the individual board linker scripts to properly set REGION_RODATA and _FLASH_BUILD before calling out to common.inc. Delete common_rom.inc, common_ram.inc, common_header.inc, in favor of common.inc. This should fix RAM builds on all boards. | ||||
* | [support/ld] Put Maple Native's heap on external SRAM chip. | Marti Bolivar | 2011-09-12 | 1 | -0/+4 |
| | | | | | | Specify _lm_heap_start and _lm_heap_end in Maple Native's linker scripts to point respectively to beginning and end of FSMC-mapped external SRAM chip addresses. | ||||
* | Tidy up linker scripts. | Marti Bolivar | 2011-09-07 | 1 | -2/+1 |
| | | | | Comment/whitespace changes only. | ||||
* | Converting all files to UNIX newlines. | Marti Bolivar | 2011-05-10 | 1 | -21/+21 |
| | | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .` | ||||
* | Maple RET6 edition support | Marti Bolivar | 2011-03-16 | 1 | -1/+0 |
| | |||||
* | Refactor linker scripts. Rename irq and exception handlers. | Perry Hung | 2011-02-27 | 1 | -209/+11 |
| | | | | | Add common linker scripts for ram and rom. Add medium and high density libraries for libcs3. | ||||
* | board-specifc linker scripts | bnewbold | 2010-09-02 | 1 | -0/+220 |