summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optional POSIX Cleanup initializationSebastian Huber2016-02-0311-136/+115
| | | | Update #2408.
* Optional POSIX Threads initializationSebastian Huber2016-02-036-21/+35
| | | | Update #2408.
* Optional POSIX Signals initializationSebastian Huber2016-02-035-7/+45
| | | | Update #2408.
* rtems: Delete empty _RTEMS_API_Initialize()Sebastian Huber2016-02-038-94/+1
|
* Optional Classic Barrier initializationSebastian Huber2016-02-037-52/+29
| | | | Update #2408.
* Optional Classic Rate Monotonic initializationSebastian Huber2016-02-037-50/+29
| | | | Update #2408.
* Optional Classic Dual-Ported Memory initializationSebastian Huber2016-02-037-48/+29
| | | | Update #2408.
* Optional Classic Region initializationSebastian Huber2016-02-037-54/+29
| | | | Update #2408.
* Optional Classic Partition initializationSebastian Huber2016-02-038-50/+30
| | | | Update #2408.
* Optional Classic Semaphore initializationSebastian Huber2016-02-037-56/+28
| | | | Update #2408.
* Optional Classic Message Queue initializationSebastian Huber2016-02-037-52/+29
| | | | Update #2408.
* Optional Classic Event initializationSebastian Huber2016-02-037-47/+28
| | | | Update #2408.
* Optional Classic Signal initializationSebastian Huber2016-02-037-57/+31
| | | | Update #2408.
* Optional Classic Timer initializationSebastian Huber2016-02-039-62/+43
| | | | Update #2408.
* Optional Classic Tasks initializationSebastian Huber2016-02-037-49/+27
| | | | Update #2408.
* Optional Extensions initializationSebastian Huber2016-02-038-45/+35
| | | | Update #2408.
* Optional Initial Extensions initializationSebastian Huber2016-02-037-20/+43
| | | | Update #2408.
* score: Create idle threads via linker setSebastian Huber2016-02-034-35/+75
| | | | | | This allows a more fine grained rtems_initialize_data_structures(). Update #2408.
* Statically initialize _Objects_Information_tableSebastian Huber2016-02-034-23/+14
|
* Filesystem: Export most generic path eval functionSebastian Huber2016-02-023-22/+6
| | | | | | | | Add path length parameter to rtems_filesystem_eval_path_start_with_root_and_current() so that users may pass paths without a '\0' termination. Update #2558.
* doc: Fix typoSebastian Huber2016-01-291-2/+2
|
* fstests/fsdosfsname01: Fix Makefile.amSebastian Huber2016-01-271-14/+2
|
* bsps/powerpc: Fix startupSebastian Huber2016-01-271-0/+16
| | | | | | | Do work area initialization after bsp_start() for BSPs using the shared PowerPC work area initialization. Close #2553.
* sptests/spsyslock01: Disable POSIX dependent partsSebastian Huber2016-01-261-0/+8
|
* psxtests: Disable POSIX only psxcleanup02Sebastian Huber2016-01-261-1/+1
|
* drvmgr: Install header files conditionallySebastian Huber2016-01-262-1/+4
| | | | | | | | | The --enable-drvmgr configure option controls the driver manager startup and not if the driver manager is present or not. Presence of the driver manager is determined by the architecture (only available on sparc so far). Partially revert 47190194866ba83cbfeeb5816bb18ddd9f6e8e50.
* Revert "drvmgr: Move bsp_driver_level_hook() calls"Sebastian Huber2016-01-262-7/+10
| | | | | | | | | The --enable-drvmgr configure option controls the driver manager startup and not if the driver manager is present or not. Presence of the driver manager is determined by the architecture (only available on sparc so far). This reverts commit 61bbf9194ff4bdbc1b48e6ac9919c02b358e5701.
* bsps/sparc: Fix link-time errorSebastian Huber2016-01-261-6/+0
| | | | Fix for commit 76ac1ee3bba2a20ded7ea12394af0a633be25ff9.
* sparc: Adjust CPU_CACHE_LINE_BYTES for LEON3Sebastian Huber2016-01-261-2/+2
| | | | Fix for commit a8865f8b415788c4e9bb7f68e38d41aec0e485db.
* drvmgr: Move bsp_driver_level_hook() callsSebastian Huber2016-01-262-10/+7
|
* drvmgr: Remove dupl bsp_driver_level_hook() declSebastian Huber2016-01-266-7/+5
|
* mpci: Fix warningSebastian Huber2016-01-261-2/+0
| | | | Assignment is superfluous due to later call to _Thread_queue_Enqueue().
* mpci: Update due to API changesSebastian Huber2016-01-262-15/+14
| | | | | | | Update due to API changes introduced by ccd54344d904b657123e4e4ba795a32212382be2. Update #2514.
* score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber2016-01-2618-254/+73
| | | | | Add CPU_CACHE_LINE_BYTES for the maximum cache line size in bytes. The actual processor may use no cache or a smaller cache line size.
* score: Add RTEMS_ALIGNED()Sebastian Huber2016-01-261-0/+9
|
* sparc64: No explicit align of _CPU_Null_fp_contextSebastian Huber2016-01-261-1/+1
| | | | This structure is not performance critical.
* sparc: No explicit align of _CPU_Null_fp_contextSebastian Huber2016-01-261-1/+1
| | | | This structure is not performance critical.
* m68k/mvme*: switch to shared linkcmds.baseJoel Sherrill2016-01-255-750/+54
| | | | updates #2542.
* score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber2016-01-2518-116/+2
| | | | Update #2271.
* powerpc/gen83xx: Add per-section compilation and linking support.Ralph Holmes2016-01-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the br_uid BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 132014 2292 268235668 268369974 fff0036 base_sp.exe 140834 2172 268226948 268369954 fff0022 hello.exe 90406 1900 268277648 268369954 fff0022 minimum.exe 648910 6274 267714788 268369972 fff0034 fileio.exe 156786 2388 268210784 268369958 fff0026 nsecs.exe 194014 2676 268173288 268369978 fff003a paranoia.exe 135310 2300 268232372 268369982 fff003e ticker.exe 134778 2316 268232876 268369970 fff0032 unlimited.exe 931040 149466 267289440 268369946 fff001a cxx_iostream.exe 244738 9744 268115480 268369962 fff002a cdtest.exe 243198 2796 268123980 268369974 fff0036 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116842 2268 268250800 268369910 ffefff6 base_sp.exe 123466 2116 268244312 268369894 ffeffe6 hello.exe 53946 1632 268314300 268369878 ffeffd6 minimum.exe 621818 6246 267741832 268369896 ffeffe8 fileio.exe 142306 2364 268225244 268369914 ffefffa nsecs.exe 178246 2652 268188984 268369882 ffeffda paranoia.exe 120394 2276 268247216 268369886 ffeffde ticker.exe 118082 2276 268249536 268369894 ffeffe6 unlimited.exe 590946 51722 267727228 268369896 ffeffe8 cxx_iostream.exe 230498 8416 268130996 268369910 ffefff6 cdtest.exe 225250 2740 268141896 268369886 ffeffde capture.exe For the hsc_cm01 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 132584 2292 268235092 268369968 fff0030 base_sp.exe 141404 2172 268226372 268369948 fff001c hello.exe 90944 1900 268277104 268369948 fff001c minimum.exe 649448 6274 267714244 268369966 fff002e fileio.exe 157324 2388 268210240 268369952 fff0020 nsecs.exe 194552 2676 268172744 268369972 fff0034 paranoia.exe 135848 2300 268231828 268369976 fff0038 ticker.exe 135348 2316 268232300 268369964 fff002c unlimited.exe 931608 149466 267288864 268369938 fff0012 cxx_iostream.exe 245308 9744 268114904 268369956 fff0024 cdtest.exe 243736 2796 268123436 268369968 fff0030 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 117380 2268 268250256 268369904 ffefff0 base_sp.exe 124004 2116 268243768 268369888 ffeffe0 hello.exe 54452 1632 268313788 268369872 ffeffd0 minimum.exe 622356 6246 267741288 268369890 ffeffe2 fileio.exe 142844 2364 268224700 268369908 ffefff4 nsecs.exe 178784 2652 268188440 268369876 ffeffd4 paranoia.exe 120932 2276 268246672 268369880 ffeffd8 ticker.exe 118620 2276 268248992 268369888 ffeffe0 unlimited.exe 591484 51722 267726684 268369890 ffeffe2 cxx_iostream.exe 231036 8416 268130452 268369904 ffefff0 cdtest.exe 225788 2740 268141352 268369880 ffeffd8 capture.exe For the mpc8309som BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 132038 2292 268235572 268369902 ffeffee base_sp.exe 140858 2172 268226852 268369882 ffeffda hello.exe 90398 1900 268277584 268369882 ffeffda minimum.exe 648902 6274 267714724 268369900 ffeffec fileio.exe 156778 2388 268210720 268369886 ffeffde nsecs.exe 194006 2676 268173192 268369874 ffeffd2 paranoia.exe 135302 2300 268232276 268369878 ffeffd6 ticker.exe 134802 2316 268232780 268369898 ffeffea unlimited.exe 931032 149466 267289376 268369874 ffeffd2 cxx_iostream.exe 244762 9744 268115384 268369890 ffeffe2 cdtest.exe 243190 2796 268123916 268369902 ffeffee capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116898 2268 268250704 268369870 ffeffce base_sp.exe 123522 2116 268244248 268369886 ffeffde hello.exe 54002 1632 268314236 268369870 ffeffce minimum.exe 621874 6246 267741768 268369888 ffeffe0 fileio.exe 142362 2364 268225148 268369874 ffeffd2 nsecs.exe 178302 2652 268188920 268369874 ffeffd2 paranoia.exe 120450 2276 268247152 268369878 ffeffd6 ticker.exe 118138 2276 268249472 268369886 ffeffde unlimited.exe 591002 51722 267727132 268369856 ffeffc0 cxx_iostream.exe 230554 8416 268130900 268369870 ffeffce cdtest.exe 225338 2740 268141800 268369878 ffeffd6 capture.exe For the mpc8313erdb BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 131783 2292 134018100 134152175 7feffef base_sp.exe 140603 2172 134009380 134152155 7feffdb hello.exe 90175 1900 134060080 134152155 7feffdb minimum.exe 648679 6274 133497220 134152173 7feffed fileio.exe 156523 2388 133993248 134152159 7feffdf nsecs.exe 193783 2676 133955688 134152147 7feffd3 paranoia.exe 135079 2300 134014772 134152151 7feffd7 ticker.exe 134547 2316 134015308 134152171 7feffeb unlimited.exe 930808 149466 133071872 134152146 7feffd2 cxx_iostream.exe 244507 9744 133897912 134152163 7feffe3 cdtest.exe 242967 2796 133906412 134152175 7feffef capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116675 2268 134033200 134152143 7feffcf base_sp.exe 123299 2116 134026744 134152159 7feffdf hello.exe 53747 1632 134096764 134152143 7feffcf minimum.exe 621651 6246 133524264 134152161 7feffe1 fileio.exe 142139 2364 134007644 134152147 7feffd3 nsecs.exe 178079 2652 133971416 134152147 7feffd3 paranoia.exe 120227 2276 134029648 134152151 7feffd7 ticker.exe 117915 2276 134031968 134152159 7feffdf unlimited.exe 590779 51722 133509628 134152129 7feffc1 cxx_iostream.exe 230331 8416 133913396 134152143 7feffcf cdtest.exe 225083 2740 133924328 134152151 7feffd7 capture.exe For the mpc8349eamds BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 132452 2292 268235220 268369964 fff002c base_sp.exe 141272 2172 268226500 268369944 fff0018 hello.exe 90812 1900 268277232 268369944 fff0018 minimum.exe 649316 6274 267714372 268369962 fff002a fileio.exe 157192 2388 268210368 268369948 fff001c nsecs.exe 194420 2676 268172840 268369936 fff0010 paranoia.exe 135716 2300 268231924 268369940 fff0014 ticker.exe 135216 2316 268232428 268369960 fff0028 unlimited.exe 931444 149466 267289024 268369934 fff000e cxx_iostream.exe 245176 9744 268115032 268369952 fff0020 cdtest.exe 243604 2796 268123564 268369964 fff002c capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 117248 2268 268250352 268369868 ffeffcc base_sp.exe 123872 2116 268243896 268369884 ffeffdc hello.exe 54352 1632 268313884 268369868 ffeffcc minimum.exe 622224 6246 267741416 268369886 ffeffde fileio.exe 142712 2364 268224796 268369872 ffeffd0 nsecs.exe 178652 2652 268188568 268369872 ffeffd0 paranoia.exe 120800 2276 268246800 268369876 ffeffd4 ticker.exe 118488 2276 268249120 268369884 ffeffdc unlimited.exe 591352 51722 267726780 268369854 ffeffbe cxx_iostream.exe 230904 8416 268130548 268369868 ffeffcc cdtest.exe 225688 2740 268141448 268369876 ffeffd4 capture.exe
* rhealstone/rhtaskpreempt/taskpreempt.c: Fix warning due to oddly placed ↵Joel Sherrill2016-01-241-2/+2
| | | | semi-colon
* powerpc/mpc55xxevb: Add per-section compilation and linking support.Ralph Holmes2016-01-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the gwlcfm BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 130456 2176 604348 736980 b3ed4 base_sp.exe 145008 2068 604372 751448 b7758 hello.exe 89149 1784 604580 695513 a9cd9 minimum.exe 654485 6166 600356 1261007 133dcf fileio.exe 155086 2272 604256 761614 b9f0e nsecs.exe 222388 2560 603964 828912 ca5f0 paranoia.exe 133784 2184 604340 740308 b4bd4 ticker.exe 133028 2208 604316 739552 b48e0 unlimited.exe 942776 148018 603668 1694462 19dafe cxx_iostream.exe 249184 9364 603780 862328 d2878 cdtest.exe 247820 2680 603844 854344 d0948 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 114908 2152 604372 721432 b0218 base_sp.exe 127012 2012 604428 733452 b310c hello.exe 51580 1512 604852 657944 a0a18 minimum.exe 627093 6130 600388 1233611 12d2cb fileio.exe 140298 2248 604280 746826 b654a nsecs.exe 206144 2528 603996 812668 c667c paranoia.exe 118524 2160 604364 725048 b1038 ticker.exe 115732 2160 604364 722256 b0550 unlimited.exe 600120 51210 603964 1255294 13277e cxx_iostream.exe 234616 8048 604260 846924 cec4c cdtest.exe 229652 2624 603900 836176 cc250 capture.exe For the mpc5566evb BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 130540 2136 653540 786216 bff28 base_sp.exe 145092 2028 653564 800684 c37ac hello.exe 89233 1744 653772 744749 b5d2d minimum.exe 654573 6126 649548 1310247 13fe27 fileio.exe 155202 2232 653448 810882 c5f82 nsecs.exe 222472 2520 653156 878148 d6644 paranoia.exe 133868 2144 653532 789544 c0c28 ticker.exe 133112 2168 653508 788788 c0934 unlimited.exe 942892 147978 652860 1743730 1a9b72 cxx_iostream.exe 249268 9324 652972 911564 de8cc cdtest.exe 247904 2640 653036 903580 dc99c capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 114928 2112 653564 770604 bc22c base_sp.exe 127064 1972 653620 782656 bf140 hello.exe 51600 1472 654044 707116 aca2c minimum.exe 627117 6090 649580 1282787 1392e3 fileio.exe 140318 2208 653472 795998 c255e nsecs.exe 206164 2488 653188 861840 d2690 paranoia.exe 118544 2120 653556 774220 bd04c ticker.exe 115752 2120 653556 771428 bc564 unlimited.exe 600172 51170 653156 1304498 13e7b2 cxx_iostream.exe 234668 8008 653452 896128 dac80 cdtest.exe 229672 2584 653092 885348 d8264 capture.exe For the mpc5566evb_spe BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 131572 2136 653540 787248 c0330 base_sp.exe 146188 2028 653564 801780 c3bf4 hello.exe 89777 1744 653772 745293 b5f4d minimum.exe 656118 6126 649548 1311792 140430 fileio.exe 156554 2232 653448 812234 c64ca nsecs.exe 228144 2520 653156 883820 d7c6c paranoia.exe 134900 2144 653532 790576 c1030 ticker.exe 134176 2168 653508 789852 c0d5c unlimited.exe 943724 151734 652860 1748318 1aad5e cxx_iostream.exe 250804 9848 652972 913624 df0d8 cdtest.exe 249216 2640 653036 904892 dcebc capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 115992 2112 653564 771668 bc654 base_sp.exe 128160 1972 653620 783752 bf588 hello.exe 52192 1472 654044 707708 acc7c minimum.exe 628782 6090 649580 1284452 139964 fileio.exe 141702 2208 653472 797382 c2ac6 nsecs.exe 211812 2488 653188 867488 d3ca0 paranoia.exe 119608 2120 653556 775284 bd474 ticker.exe 116816 2120 653556 772492 bc98c unlimited.exe 600620 51906 653156 1305682 13ec52 cxx_iostream.exe 236212 8532 653452 898196 db494 cdtest.exe 231016 2584 653092 886692 d87a4 capture.exe For the mpc5668g BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 128156 2168 260264 390588 5f5bc base_sp.exe 142840 2060 260316 405216 62ee0 hello.exe 87009 1776 260496 349281 55461 minimum.exe 652191 6150 256308 914649 df4d9 fileio.exe 152818 2264 260180 415262 6561e nsecs.exe 220116 2544 259900 482560 75d00 paranoia.exe 131484 2176 260264 393924 602c4 ticker.exe 130856 2192 260260 393308 6005c unlimited.exe 940632 148002 259608 1348242 149292 cxx_iostream.exe 246880 9356 259724 515960 7df78 cdtest.exe 245556 2672 259776 508004 7c064 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 113552 2136 260308 375996 5bcbc base_sp.exe 125820 1996 260352 388168 5ec48 hello.exe 50384 1504 260768 312656 4c550 minimum.exe 625735 6122 256328 888185 d8d79 fileio.exe 138942 2232 260224 401398 61ff6 nsecs.exe 204760 2520 259932 467212 7210c paranoia.exe 117168 2144 260308 379620 5cae4 ticker.exe 114536 2152 260296 376984 5c098 unlimited.exe 598928 51194 259908 910030 de2ce cxx_iostream.exe 233264 8032 260184 501480 7a6e8 cdtest.exe 228300 2608 259852 490760 77d08 capture.exe For the mpc5674f_ecu508_app BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 131220 2176 714916 848312 cf1b8 base_sp.exe 145804 2068 714968 862840 d2a78 hello.exe 89393 1784 715152 806329 c4db9 minimum.exe 655739 6166 710928 1372833 14f2a1 fileio.exe 156170 2272 714828 873270 d5336 nsecs.exe 227760 2560 714552 944872 e6ae8 paranoia.exe 134548 2184 714916 851648 cfec0 ticker.exe 133792 2208 714912 850912 cfbe0 unlimited.exe 943340 151774 714268 1809382 1b9be6 cxx_iostream.exe 250420 9888 714376 974684 edf5c cdtest.exe 248832 2680 714428 965940 ebd34 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 115512 2152 714960 832624 cb470 base_sp.exe 127680 2012 715004 844696 ce398 hello.exe 51680 1512 715424 768616 bba68 minimum.exe 628275 6130 710980 1345385 148769 fileio.exe 141222 2248 714872 858342 d18e6 nsecs.exe 211332 2528 714584 928444 e2abc paranoia.exe 119128 2160 714960 836248 cc298 ticker.exe 116336 2160 714948 833444 cb7a4 unlimited.exe 600140 51946 714568 1366654 14da7e cxx_iostream.exe 235700 8572 714836 959108 ea284 cdtest.exe 230536 2624 714472 947632 e75b0 capture.exe For the mpc5674fevb BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 131056 2176 784548 917780 e0114 base_sp.exe 145640 2068 784600 932308 e39d4 hello.exe 89781 1784 784784 876349 d5f3d minimum.exe 655122 6166 780560 1441848 160038 fileio.exe 155718 2272 784460 942450 e6172 nsecs.exe 223020 2560 784184 1009764 f6864 paranoia.exe 134384 2184 784548 921116 e0e1c ticker.exe 133660 2208 784544 920412 e0b5c unlimited.exe 943408 148018 783900 1875326 1c9d7e cxx_iostream.exe 249816 9364 784008 1043188 feaf4 cdtest.exe 248420 2680 784060 1035160 fcb98 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 115348 2152 784592 902092 dc3cc base_sp.exe 127452 2012 784636 914100 df2b4 hello.exe 52020 1512 785056 838588 ccbbc minimum.exe 627538 6130 780612 1414280 159488 fileio.exe 140738 2248 784504 927490 e2702 nsecs.exe 206552 2528 784216 993296 f2810 paranoia.exe 118964 2160 784592 905716 dd1f4 ticker.exe 116172 2160 784580 902912 dc700 unlimited.exe 600560 51210 784200 1435970 15e942 cxx_iostream.exe 235056 8048 784468 1027572 fadf4 cdtest.exe 230092 2624 784104 1016820 f83f4 capture.exe For the mpc5674fevb_spe BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 132120 2176 784548 918844 e053c base_sp.exe 146736 2068 784600 933404 e3e1c hello.exe 90325 1784 784784 876893 d615d minimum.exe 656667 6166 780560 1443393 160641 fileio.exe 157070 2272 784460 943802 e66ba nsecs.exe 228660 2560 784184 1015404 f7e6c paranoia.exe 135448 2184 784548 922180 e1244 ticker.exe 134692 2208 784544 921444 e0f64 unlimited.exe 944240 151774 783900 1879914 1caf6a cxx_iostream.exe 251320 9888 784008 1045216 ff2e0 cdtest.exe 249732 2680 784060 1036472 fd0b8 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116412 2152 784592 903156 dc7f4 base_sp.exe 128580 2012 784636 915228 df71c hello.exe 52580 1512 785056 839148 ccdec minimum.exe 629171 6130 780612 1415913 159ae9 fileio.exe 142122 2248 784504 928874 e2c6a nsecs.exe 212232 2528 784216 998976 f3e40 paranoia.exe 120028 2160 784592 906780 dd61c ticker.exe 117236 2160 784580 903976 dcb28 unlimited.exe 601040 51946 784200 1437186 15ee02 cxx_iostream.exe 236600 8572 784468 1029640 fb608 cdtest.exe 231436 2624 784104 1018164 f8934 capture.exe For the phycore_mpc5554 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 131356 2136 4258020 4391512 430258 base_sp.exe 145972 2028 4258044 4406044 433b1c hello.exe 89561 1744 4258252 4349557 425e75 minimum.exe 655903 6126 4254028 4916057 4b0359 fileio.exe 156338 2232 4257928 4416498 4363f2 nsecs.exe 227928 2520 4257636 4488084 447b94 paranoia.exe 134716 2144 4258012 4394872 430f78 ticker.exe 133960 2168 4257988 4394116 430c84 unlimited.exe 943508 151734 4257340 5352582 51ac86 cxx_iostream.exe 250588 9848 4257452 4517888 44f000 cdtest.exe 249000 2640 4257516 4509156 44cde4 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 115776 2112 4258044 4375932 42c57c base_sp.exe 127944 1972 4258100 4388016 42f4b0 hello.exe 51944 1472 4258524 4311940 41cb84 minimum.exe 628535 6090 4254060 4888685 4a986d fileio.exe 141486 2208 4257952 4401646 4329ee nsecs.exe 211596 2488 4257668 4471752 443bc8 paranoia.exe 119392 2120 4258036 4379548 42d39c ticker.exe 116600 2120 4258036 4376756 42c8b4 unlimited.exe 600404 51906 4257636 4909946 4aeb7a cxx_iostream.exe 235964 8532 4257932 4502428 44b39c cdtest.exe 230800 2584 4257572 4490956 4486cc capture.exe
* Merge branch 'master' of ssh://dispatch.rtems.org/data/git/rtemsJoel Sherrill2016-01-230-0/+0
|\
| * Remove m68k/idp BSPJoel Sherrill2016-01-2323-2055/+0
| | | | | | | | closes #2546.
* | Remove m68k/idp BSPJoel Sherrill2016-01-2323-2055/+0
|/ | | | closes #2546.
* c/ACKNOWLEDGEMENTS: Remove references to code long removedJoel Sherrill2016-01-231-48/+0
|
* Obsolete and remove powerpc/mbx8xxJoel Sherrill2016-01-2335-8645/+0
| | | | closes #2545.
* Obsolete and remove m68k/ods68302 BSPJoel Sherrill2016-01-2331-4521/+0
| | | | closes #2544.
* Obsolete and remove m68k/gen68302Joel Sherrill2016-01-2319-3170/+0
| | | | closes #2543.
* powerpc/gen5200: Add per-section compilation and linking support.Ralph Holmes2016-01-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the brs5l BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 140000 2272 7904 150176 24aa0 base_sp.exe 148800 2112 7872 158784 26c40 hello.exe 99072 1824 4576 105472 19c00 minimum.exe 665664 11840 21088 698592 aa8e0 fileio.exe 164768 2368 8000 175136 2ac20 nsecs.exe 201984 2656 8512 213152 340a0 paranoia.exe 143296 2272 7936 153504 257a0 ticker.exe 142752 2304 11680 156736 26440 unlimited.exe 939040 154112 15584 1108736 10eb00 cxx_iostream.exe 252736 10368 8576 271680 42540 cdtest.exe 251200 2784 9728 263712 40620 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116832 2240 7872 126944 1efe0 base_sp.exe 123424 2080 7840 133344 208e0 hello.exe 45472 1568 4000 51040 c760 minimum.exe 628064 11808 20320 660192 a12e0 fileio.exe 142304 2336 8000 152640 25440 nsecs.exe 178240 2624 8512 189376 2e3c0 paranoia.exe 120384 2272 7904 130560 1fe00 ticker.exe 118080 2272 11648 132000 203a0 unlimited.exe 583968 141024 14720 739712 b4980 cxx_iostream.exe 230048 9888 8576 248512 3cac0 cdtest.exe 225216 2720 9696 237632 3a040 capture.exe For the brs6l BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 140096 2272 7904 150272 24b00 base_sp.exe 148896 2112 7872 158880 26ca0 hello.exe 99136 1824 4576 105536 19c40 minimum.exe 665696 11840 21088 698624 aa900 fileio.exe 164832 2368 8000 175200 2ac60 nsecs.exe 202080 2656 8512 213248 34100 paranoia.exe 143392 2272 7936 153600 25800 ticker.exe 142848 2304 11680 156832 264a0 unlimited.exe 939136 154112 15584 1108832 10eb60 cxx_iostream.exe 252800 10368 8576 271744 42580 cdtest.exe 251296 2784 9728 263808 40680 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116896 2240 7872 127008 1f020 base_sp.exe 123520 2080 7840 133440 20940 hello.exe 45568 1568 4000 51136 c7c0 minimum.exe 628096 11808 20320 660224 a1300 fileio.exe 142368 2336 8000 152704 25480 nsecs.exe 178304 2624 8512 189440 2e400 paranoia.exe 120448 2272 7904 130624 1fe40 ticker.exe 118144 2272 11648 132064 203e0 unlimited.exe 584032 141024 14720 739776 b49c0 cxx_iostream.exe 230144 9888 8576 248608 3cb20 cdtest.exe 225280 2720 9696 237696 3a080 capture.exe For the dp2 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 139488 2272 7968 149728 248e0 base_sp.exe 148288 2112 7936 158336 26a80 hello.exe 98528 1824 4640 104992 19a20 minimum.exe 665376 11840 21152 698368 aa800 fileio.exe 164224 2368 8064 174656 2aa40 nsecs.exe 201504 2656 8576 212736 33f00 paranoia.exe 142784 2272 8000 153056 255e0 ticker.exe 142272 2304 11744 156320 262a0 unlimited.exe 938528 154112 15648 1108288 10e940 cxx_iostream.exe 252224 10368 8640 271232 42380 cdtest.exe 250688 2784 9824 263296 40480 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116320 2240 7936 126496 1ee20 base_sp.exe 122912 2080 7904 132896 20720 hello.exe 44864 1568 4064 50496 c540 minimum.exe 627744 11808 20384 659936 a11e0 fileio.exe 141792 2336 8064 152192 25280 nsecs.exe 177728 2624 8576 188928 2e200 paranoia.exe 119872 2272 7968 130112 1fc40 ticker.exe 117568 2272 11712 131552 201e0 unlimited.exe 583456 141024 14784 739264 b47c0 cxx_iostream.exe 229536 9888 8640 248064 3c900 cdtest.exe 224736 2720 9792 237248 39ec0 capture.exe For the icecube BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 139008 2272 7808 149088 24660 base_sp.exe 147808 2112 7776 157696 26800 hello.exe 98080 1824 4480 104384 197c0 minimum.exe 664800 11840 20992 697632 aa520 fileio.exe 163776 2368 7904 174048 2a7e0 nsecs.exe 201024 2656 8448 212128 33ca0 paranoia.exe 142304 2272 7840 152416 25360 ticker.exe 141792 2304 11584 155680 26020 unlimited.exe 938048 154112 15488 1107648 10e6c0 cxx_iostream.exe 251744 10368 8480 270592 42100 cdtest.exe 250208 2784 9664 262656 40200 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 115904 2272 7776 125952 1ec00 base_sp.exe 122496 2080 7744 132320 204e0 hello.exe 44480 1568 3904 49952 c320 minimum.exe 627264 11808 20224 659296 a0f60 fileio.exe 141376 2368 7904 151648 25060 nsecs.exe 177312 2656 8416 188384 2dfe0 paranoia.exe 119456 2272 7808 129536 1fa00 ticker.exe 117152 2272 11552 130976 1ffa0 unlimited.exe 583040 141024 14624 738688 b4580 cxx_iostream.exe 229152 9888 8480 247520 3c6e0 cdtest.exe 224320 2720 9632 236672 39c80 capture.exe For the pm520_cr825 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 139328 2272 7968 149568 24840 base_sp.exe 148128 2112 7936 158176 269e0 hello.exe 98368 1824 4640 104832 19980 minimum.exe 665088 11840 21152 698080 aa6e0 fileio.exe 164064 2368 8064 174496 2a9a0 nsecs.exe 201312 2656 8576 212544 33e40 paranoia.exe 142624 2272 8000 152896 25540 ticker.exe 142112 2304 11744 156160 26200 unlimited.exe 938368 154112 15648 1108128 10e8a0 cxx_iostream.exe 252032 10368 8640 271040 422c0 cdtest.exe 250528 2784 9824 263136 403e0 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116160 2240 7936 126336 1ed80 base_sp.exe 122752 2080 7904 132736 20680 hello.exe 44768 1568 4064 50400 c4e0 minimum.exe 627488 11808 20384 659680 a10e0 fileio.exe 141632 2336 8064 152032 251e0 nsecs.exe 177568 2624 8576 188768 2e160 paranoia.exe 119712 2272 7968 129952 1fba0 ticker.exe 117408 2272 11712 131392 20140 unlimited.exe 583296 141024 14784 739104 b4720 cxx_iostream.exe 229376 9888 8640 247904 3c860 cdtest.exe 224544 2720 9792 237056 39e00 capture.exe For the pm520_ze30 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 139456 2272 7968 149696 248c0 base_sp.exe 148256 2112 7936 158304 26a60 hello.exe 98496 1824 4640 104960 19a00 minimum.exe 665216 11840 21152 698208 aa760 fileio.exe 164192 2368 8064 174624 2aa20 nsecs.exe 201408 2656 8576 212640 33ea0 paranoia.exe 142720 2272 8000 152992 255a0 ticker.exe 142240 2304 11744 156288 26280 unlimited.exe 938496 154112 15648 1108256 10e920 cxx_iostream.exe 252160 10368 8640 271168 42340 cdtest.exe 250624 2784 9824 263232 40440 capture.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 116288 2240 7936 126464 1ee00 base_sp.exe 122880 2080 7904 132864 20700 hello.exe 44896 1568 4064 50528 c560 minimum.exe 627616 11808 20384 659808 a1160 fileio.exe 141760 2336 8064 152160 25260 nsecs.exe 177664 2624 8576 188864 2e1c0 paranoia.exe 119808 2272 7968 130048 1fc00 ticker.exe 117536 2272 11712 131520 201c0 unlimited.exe 583392 141024 14784 739200 b4780 cxx_iostream.exe 229504 9888 8640 248032 3c8e0 cdtest.exe 224672 2720 9792 237184 39e80 capture.exe