Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix _edata_shared address definition | laforge | 2006-09-20 | 2 | -4/+2 |
| | | | | git-svn-id: https://svn.openpcd.org:2342/trunk@206 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 | ||||
* | - fix relocation of _data_shared segment | laforge | 2006-09-20 | 2 | -5/+14 |
| | | | | git-svn-id: https://svn.openpcd.org:2342/trunk@205 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 | ||||
* | - add linker scripts for SAM7S128 | laforge | 2006-09-20 | 2 | -1/+112 |
| | | | | | | | - use S128 linker script if we build DFU for PCD git-svn-id: https://svn.openpcd.org:2342/trunk@204 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 | ||||
* | Completely separate DFU from application program, we now have a real bootloader. | laforge | 2006-09-13 | 2 | -0/+203 |
| | | | | | | | | | | | | | | DFU occupies 0x00100000 - 0x00100fff in flash, application starts at 0x00101000. DFU also occupies the first couple of bytes in SRAM, application starts at 0x00200024. In order to produce a samba-flashable image, first build dfu.bin by typing 'make -f Makefule.dfu', succeeded by 'make TARGET=... DEBUG=... BOARD=...' and then concatenating the two files together, e.g. cat dfu.bin main_reqa.bin > flash.bin. Actual flashing via DFU is still not operational, but will be implemented next git-svn-id: https://svn.openpcd.org:2342/trunk@194 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 | ||||
* | move to new directory | laforge | 2006-09-12 | 5 | -0/+714 |
git-svn-id: https://svn.openpcd.org:2342/trunk@191 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 |