summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-18/+0
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
2018-03-13bsps/arm: Move libcpu content to bspsSebastian Huber1-1/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-12-08bsp/csb336: Move libcpu files to BSPSebastian Huber1-1/+1
Update #3254.
2016-01-09arm/csb336: Add per-section compilation and linking supportAun-Ali Zaidi1-0/+4
The size of the sample executables without this option were: text data bss dec hex filename 107316 1948 31315236 31424500 1df7ff4 minimum.exe 124196 2076 31298244 31424516 1df8004 base_sp.exe 144584 2164 31277760 31424508 1df7ffc nsecs.exe 193600 2560 31228356 31424516 1df8004 capture.exe 222500 2104 31199904 31424508 1df7ffc cdtest.exe 189728 2460 31232324 31424512 1df8000 paranoia.exe 114336 2028 31308132 31424496 1df7ff0 hello.exe 565800 5988 30852708 31424496 1df7ff0 fileio.exe 127620 2076 31294820 31424516 1df8004 ticker.exe 274060 6864 31143584 31424508 1df7ffc loopback.exe 612008 2296 30810208 31424512 1df8000 cxx_iostream.exe 452432 12972 30959104 31424508 1df7ffc pppd.exe 127020 2084 31295396 31424500 1df7ff4 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 32008 1436 31391076 31424520 1df8008 minimum.exe 119172 1924 31303396 31424492 1df7fec base_sp.exe 139648 2012 31282848 31424508 1df7ffc nsecs.exe 185688 2400 31236420 31424508 1df7ffc capture.exe 214612 1952 31207936 31424500 1df7ff4 cdtest.exe 184040 2308 31238148 31424496 1df7ff0 paranoia.exe 108352 1868 31314276 31424496 1df7ff0 hello.exe 549616 5836 30869060 31424512 1df8000 fileio.exe 122580 1924 31300004 31424508 1df7ffc ticker.exe 254020 6616 31163872 31424508 1df7ffc loopback.exe 435508 2136 30986852 31424496 1df7ff0 cxx_iostream.exe 419288 12688 30992516 31424492 1df7fec pppd.exe 121396 1924 31301188 31424508 1df7ffc unlimited.exe
2014-09-11bsps/arm: Delete obsolete compiler flagsSebastian Huber1-1/+1
These flags are obsolete with the EABI based ARM tool chain.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-1/+1
* csb336/make/custom/csb336.cfg, csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg, gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg, gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg, lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg, rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg: Use VFP floating point model.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+0
* make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+0
* make/custom/csb336.cfg: New (relocated from /make/custom).
2008-03-06Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill1-10/+0
application. Share as much logic as possible for .num file and size information. Let BSPs provide custom rules to tranform executable from linked .exe to downloadable RTEMS Application Loadable File (RALF) .ralf file.
2007-01-18Add -g to CFLAGS_OPTIMIZE_V.Ralf Corsepius1-1/+1
2007-01-18Cosmetics.Ralf Corsepius1-1/+1
2007-01-18CFLAGS_OPTIMIZE_V = -O2.Ralf Corsepius1-3/+1
2006-11-30Cleanup.Ralf Corsepius1-10/+1
2005-01-202005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
2004-11-052004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an architecture name for RTEMS. Since this was used as the -mcpu argument to GCC, that also had to be changed.
2004-07-152004-07-15 Jay MonkmanJay Monkman1-5/+5
* custom/csb336.cfg, custom/csb337.cfg: New files.
2003-03-10Merger from rtems-4-6-branchRalf Corsepius1-1/+1
2002-11-132002-11-13 Jay Monkman <jtm@smoothsmoothie.com>Joel Sherrill1-6/+6
* custom/edb7312.cfg: New file.
2002-10-022002-10-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* custom/armulator.cfg: Remove reference to PowerPC arguments.
2001-12-182001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+0
* custom/armulator.cfg: Remove make-target-options. * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in erc32/configure.ac). * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE (now in leon2/configure.ac). Remove CONSOLE_USE_POLLED (Unused). * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE, CD2401_USE_TERMIOS (now in mvme167/configure.ac). * custom/mvme162.cfg: Remove references to mvme162lx. Abandon gcc272. Remove make-target-options. * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
2001-06-192001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-5/+0
custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options. custom/FreeBSD-posix.cfg: Remove make-target-options. custom/HPUX9-posix.cfg: Dito. custom/Linux-posix.cfg: Dito. custom/Solaris-posix.cfg: Dito. custom/arm_bare_bsp.cfg: Dito. custom/armulator.cfg: Dito. custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/i386ex.cfg: Remove make-target-options. custom/i960sim.cfg: Remove make-target-options. custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/rxgen960.cfg: Remove make-target-options, cleanup comments. custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/vegaplus.cfg: Remove make-target-options.
2000-09-132000-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-6/+0
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
2000-08-292000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
2000-07-31New bsp for simulator in gdb. Does not work yet.Joel Sherrill1-0/+53