summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/imx/startup/linkcmds.imx7 (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move startup files to bspsSebastian Huber1-37/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-09-27bsp/imx: Add nocache sectionSebastian Huber1-3/+4
Update #3090.
2017-08-04bsp/imx: New BSPSebastian Huber1-3/+4
Update #3090.
2016-08-23libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns1-0/+1
Closes #2775.
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber1-0/+2
This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
2013-10-31bsp/realview-pbx-a9: Add NULL pointer protectionSebastian Huber1-1/+2
Qemu Git version 8641136c54d216edb5bb8ef723c754039b4c5cf3 or later is required.
2013-05-31bsps/arm: Add SMP supportSebastian Huber1-0/+0
2013-05-03bsp/realview-pbx-a9: New BSPSebastian Huber1-1/+11
2012-06-12bsps: Replace NIRVANA regionSebastian Huber1-1/+0
Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
2010-12-032010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-249/+19
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base file.
2009-10-012009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-12/+17
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, console/.cvsignore, console/console-io.c, include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h, start/.cvsignore, start/start.S, startup/.cvsignore, startup/bspreset.c, startup/bspstart.c, startup/linkcmds, startup/syscalls.c: New files.
2008-09-192008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
2008-03-032008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
2007-03-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* include/bsp.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
2006-06-032006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman1-3/+0
* startup/linkcmds: Removed unnecessary global definition of bsp_vector_table.
2006-06-022006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman1-1/+6
* start/start.S, startup/linkcmds: Defined UNDEF exception stack space.
2004-11-052004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-4/+5
* startup/linkcmds: Add .gnu.linkonce.b section and account for memory area being named sdram NOT RAM.
2004-07-152004-07-15 Jay MonkmanJay Monkman1-26/+28
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times, console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c, network/lan91c11x.h, network/network.c, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, startup/memmap.c: New files.
2003-12-152003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+0
* startup/linkcmds: Remove SEARCH_DIR.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds, timer/timer.c: URL for license changed.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+11
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
2002-12-022002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+3
* configure.ac, network/Makefile.am: Don't build if networking disabled. * startup/linkcmds: Add sections to remove warnings.
2002-11-132002-11-13 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill1-0/+225
* New BSP. * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/uart.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am, network/network.c, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/exit.c, startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c, wrapup/.cvsignore, wrapup/Makefile.am: New file.