summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/altera-cyclone-v: Use FDT for clock frequencySebastian Huber2019-02-182-0/+13
|
* bsp/altera-cyclone-v: Make FDT support optionalSebastian Huber2019-02-183-3/+17
|
* bsps/powerpc: Fix small data area sectionSebastian Huber2019-02-115-20/+26
| | | | | | | | | | Fix small data area in case no fixed size is desired. Rename bsp_section_set_sdata_sbss_size into bsp_section_small_data_area_size since this symbol reflects the overall small data area size (including space for libdl). Do not use bsp_section_sbss_size before definition in linker command file. Add new symbols to <bsp/linker-symbols.h>. Update #3687.
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-094-2/+25
| | | | | | | | | | | | | | | | | - Add support for architecure sections that can be handled by the architecture back end. - Add trampoline/fixup support for PowerPC. This means the PowerPC now supports large memory loading of applications. - Add a bit allocator to manage small block based regions of memory. - Add small data (sdata/sbss) support for the PowerPC. The support makes the linker allocated small data region of memory a global resource available to libdl loaded object files. Updates #3687 Updates #3685
* powerpc/psim: Increase the psim memory to 256MChris Johns2019-02-093-4/+9
| | | | | | This allows test dl09 to run and test PowePC backend trampoline support. Updates #3685
* griscv: add additional cpu configurationsJiri Gaisler2019-02-085-1/+37
| | | | | * Also switch default config to imafd as the C extension is not supported for code coverage
* bsps/irq: Fix interrupt server init (SMP)Sebastian Huber2019-02-071-4/+7
|
* bsps/arm: Fix generic timer frequencySebastian Huber2019-02-071-1/+1
| | | | Update #3456.
* bsps/powerpc: Fix warningsSebastian Huber2019-01-252-5/+3
|
* bsps/powerpc: Fix 64-bit issues in assembler filesSebastian Huber2019-01-254-10/+34
| | | | | | | We have to be careful with instructions which operate explicitly on words or doublewords. Update #3082.
* riscv: add griscv bspJiri Gaisler2019-01-2219-0/+1315
| | | | Update #3678.
* grlib: make memory coherency cpu-independentJiri Gaisler2019-01-222-1/+6
| | | | Update #3678.
* grlib: use cpu-independent routines for uncached accessJiri Gaisler2019-01-227-71/+62
| | | | Update #3678.
* grlib: use rtems_interrupt_handler_install()Jiri Gaisler2019-01-224-8/+15
| | | | Update #3678.
* grlib: make apbuart driver independent of bspJiri Gaisler2019-01-223-17/+17
| | | | Update #3678.
* grlib: Move source filesSebastian Huber2019-01-2267-0/+69
| | | | Update #3678.
* grlib: Move header filesSebastian Huber2019-01-22140-309/+315
| | | | Update #3678.
* bsps/arm: Remove unused bsp_stack_irq_sizeSebastian Huber2019-01-216-8/+0
| | | | Update #3459.
* bsps/i386/shared/cache/cache.c: Make compileJoel Sherrill2019-01-161-0/+29
|
* bsps/arm: Conditional ARMv7-AR data cache disableSebastian Huber2019-01-101-0/+2
| | | | | Update #3667. Close #3674.
* bsps/arm: Fix typo in disable cache for ARMv7-ARThomas Dörfler2019-01-101-1/+1
| | | | Update #3667.
* bsp/riscv: Clear boot command lineSebastian Huber2019-01-081-0/+1
|
* bsps/sparc: Fix warningsSebastian Huber2018-12-2110-34/+65
|
* bsps/sparc: Fix typoSebastian Huber2018-12-211-1/+1
|
* bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber2018-12-2138-140/+176
| | | | This avoids a dependency to errno in device driver code.
* bsps/arm: Add cache size support for CP15Sebastian Huber2018-12-211-0/+41
|
* bsps/arm: Add ARMv7-AR disable data cacheSebastian Huber2018-12-212-7/+127
| | | | Close #3667.
* bsps: Add CPU_CACHE_SUPPORT_PROVIDES_DISABLE_DATASebastian Huber2018-12-211-0/+9
| | | | Update #3667.
* bsps: Update cache manager documentationSebastian Huber2018-12-211-22/+57
| | | | Update #3667.
* bsps: Remove superfluous comments in cacheimpl.hSebastian Huber2018-12-211-31/+4
| | | | | | Remove superfluous blank lines. Update #3667.
* ARM_CACHE_L1_CPU_SUPPORT_PROVIDES_RANGE_FUNCTIONSSebastian Huber2018-12-213-5/+2
| | | | | | Remove this superfluous define. Update #3667.
* bsps/i386: Enable instruction cache supportSebastian Huber2018-12-211-1/+1
|
* bsp/imx: Fix for RAM end at 4GiBSebastian Huber2018-12-201-0/+5
|
* Simplify _CPU_Counter_difference()Sebastian Huber2018-12-077-244/+182
| | | | | | | | | | | | | | In order to simplify the use of CPU counter values it is beneficial to have monotonic increasing values within the range of the CPU counter ticks data type, e.g. 32-bit unsigned integer. This eases the use of CPU counter timestamps in external tools which do not know the details of the CPU counter hardware. The CPU counter is the fastest way to get a time on an RTEMS system. Such a CPU counter may be also used as the timecounter. Use it on SPARC for this purpose to simplify the clock drivers. Update #3456.
* bsp/leon2: Move printk() supportSebastian Huber2018-12-053-88/+31
| | | | | | | | | Avoid assert() in console_inbyte_nonblocking(). Do not poll forever in bsp_in_char(). This allows the caller to decide what to do if no character is available. This entangles some dependencies and fixes a spconfig02 test failure.
* Capitalize Rtems to RTEMSMarçal Comajoan Cara2018-12-044-4/+4
|
* Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara2018-12-043-3/+3
|
* bsp/leon3: Fix CPU counter frequencySebastian Huber2018-12-041-1/+1
|
* powerpc/haleakala:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 104144 1316 16112 121572 1dae4 ./base_sp.exe 263120 2424 19356 284900 458e4 ./capture.exe 315012 2300 17184 334496 51aa0 ./cdtest.exe 1103896 2350 23988 1130234 113efa ./cxx_iostream.exe 654832 4986 29400 689218 a8442 ./fileio.exe 143328 1664 16264 161256 275e8 ./hello.exe 329540 6228 23096 358864 579d0 ./loopback.exe 80264 1124 12868 94256 17030 ./minimum.exe 133600 1832 16216 151648 25060 ./nsecs.exe 215024 2096 16904 234024 39228 ./paranoia.exe 571768 12532 46100 630400 99e80 ./pppd.exe 107872 1340 16148 125360 1e9b0 ./ticker.exe 107856 1308 20008 129172 1f894 ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 612124 2106 22800 637030 9b866 ./cxx_iostream.exe 641180 4986 29104 675270 a4dc6 ./fileio.exe 132316 1664 16228 150208 24ac0 ./hello.exe 309544 6212 23028 338784 52b60 ./loopback.exe 74028 1108 12804 87940 15784 ./minimum.exe 125372 1836 16148 143356 22ffc ./nsecs.exe 204556 2088 16868 223512 36918 ./paranoia.exe 555528 12540 46032 614100 95ed4 ./pppd.exe 101548 1356 16052 118956 1d0ac ./ticker.exe 105916 1284 19976 127176 1f0c8 ./unlimited.exe 98268 1300 16016 115584 1c380 ./base_sp.exe 246364 2404 19320 268088 41738 ./capture.exe 229184 1836 17148 248168 3c968 ./cdtest.exe Closes #2561
* powerpc/mpc8260ads:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 257876 3416 148812 410104 641f8 ./capture.exe 126956 2428 145836 275220 43314 ./base_sp.exe 330400 4600 146916 481916 75a7c ./cdtest.exe 1092476 23588 153684 1269748 135ff4 ./cxx_iostream.exe 654892 6056 158868 819816 c8268 ./fileio.exe 159260 2812 145956 308028 4b33c ./hello.exe 339392 7344 152824 499560 79f68 ./loopback.exe 106388 2276 142644 251308 3d5ac ./minimum.exe 156348 2960 145980 305288 4a888 ./nsecs.exe 201020 3204 146592 350816 55a60 ./paranoia.exe 547684 13548 175556 736788 b3e14 ./pppd.exe 130108 2468 145872 278448 43fb0 ./ticker.exe 129740 2436 149696 281872 44d10 ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 246508 2856 147036 396400 60c70 ./cxx_iostream.exe 641752 6016 158548 806316 c4dac ./fileio.exe 148264 2800 145916 296980 48814 ./hello.exe 319252 7340 152756 479348 75074 ./loopback.exe 100396 2288 142556 245240 3bdf8 ./minimum.exe 148200 2932 145892 297024 48840 ./nsecs.exe 190520 3192 146552 340264 53128 ./paranoia.exe 531300 13544 175480 720324 afdc4 ./pppd.exe 124008 2472 145788 272268 4278c ./ticker.exe 127848 2432 149660 279940 44584 ./unlimited.exe 121272 2432 145752 269456 41c90 ./base_sp.exe 241104 3412 148768 393284 60044 ./capture.exe 245424 2936 146876 395236 607e4 ./cdtest.exe Closes #2565
* powerpc/qemuppc:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 101320 1604 4184764 4287688 416cc8 ./base_sp.exe 247452 2656 4183748 4433856 43a7c0 ./capture.exe 283516 29564 4183788 4496868 449de4 ./cdtest.exe 948220 162032 4183744 5293996 50c7ac ./cxx_iostream.exe 642568 5234 4181152 4828954 49af1a ./fileio.exe 133733 1960 4184372 4320065 41eb41 ./hello.exe 314124 6796 4179844 4500764 44ad1c ./loopback.exe 60592 680 4185536 4246808 40cd18 ./minimum.exe 130936 2112 4184228 4317276 41e05c ./nsecs.exe 180161 2376 4183956 4366493 42a09d ./paranoia.exe 538248 13040 4173628 4724916 4818b4 ./pppd.exe 104753 1636 4184736 4291125 417a35 ./ticker.exe 104608 1596 4184788 4290992 4179b0 ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 611756 58492 4183964 4854212 4a11c4 ./cxx_iostream.exe 630360 5210 4181168 4816738 497f62 ./fileio.exe 123653 1956 4184396 4310005 41c3f5 ./hello.exe 295200 6776 4179868 4481844 446334 ./loopback.exe 60608 668 4185560 4246836 40cd34 ./minimum.exe 123704 2108 4184220 4310032 41c410 ./nsecs.exe 170589 2364 4183980 4356933 427b45 ./paranoia.exe 523060 13016 4173648 4709724 47dd5c ./pppd.exe 99533 1632 4184732 4285897 4165c9 ./ticker.exe 103608 1584 4184784 4289976 4175b8 ./unlimited.exe 231572 2644 4183736 4417952 4369a0 ./capture.exe 96544 1600 4184760 4282904 415a18 ./base_sp.exe 223456 10112 4184260 4417828 436924 ./cdtest.exe Closes #2564
* powerpc/ss555:Add per-section compilation and linking support(GCI 2018)Shashvat Jain2018-11-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 116512 1340 15400 133252 20884 ./base_sp.exe 246172 2328 18324 266824 41248 ./capture.exe 319368 3520 16496 339384 52db8 ./cdtest.exe 1077464 22428 23284 1123176 112368 ./cxx_iostream.exe 640632 4916 28408 673956 a48a4 ./fileio.exe 148844 1692 15572 166108 288dc ./hello.exe 328648 6252 22408 357308 573bc ./loopback.exe 95828 1196 12224 109248 1aac0 ./minimum.exe 145576 1872 15528 162976 27ca0 ./nsecs.exe 194932 2100 16172 213204 340d4 ./paranoia.exe 537060 12460 45124 594644 912d4 ./pppd.exe 119620 1380 15464 136464 21510 ./ticker.exe 119388 1324 19300 140012 222ec ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 235000 2336 16628 253964 3e00c ./cxx_iostream.exe 627252 4892 28108 660252 a131c ./fileio.exe 137648 1676 15528 154852 25ce4 ./hello.exe 308616 6236 22336 337188 52524 ./loopback.exe 89564 1180 12144 102888 191e8 ./minimum.exe 137184 1856 15432 154472 25b68 ./nsecs.exe 184264 2084 16144 202492 316fc ./paranoia.exe 520768 12440 45020 578228 8d2b4 ./pppd.exe 113260 1364 15356 129980 1fbbc ./ticker.exe 117236 1308 19272 137816 21a58 ./unlimited.exe 110584 1324 15308 127216 1f0f0 ./base_sp.exe 229172 2316 18288 249776 3cfb0 ./capture.exe 233980 2320 16436 252736 3db40 ./cdtest.exe Closes #2563
* mcf52235-testsuite.tcfg: Add dl07Joel Sherrill2018-11-301-0/+1
|
* generic_or1k-testsuite.tcfg: Enable sptls01 now that GCC is from FSF masterJoel Sherrill2018-11-291-2/+0
| | | | Closes #3391.
* m68k/mrm332:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-291-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 172384 2096 14512 188992 2e240 ./capture.exe 70848 1136 11568 83552 14660 ./base_sp.exe 101728 1504 11728 114960 1c110 ./hello.exe 217744 6016 18336 242096 3b1b0 ./loopback.exe 57968 1008 8416 67392 10740 ./minimum.exe 93952 1616 11696 107264 1a300 ./nsecs.exe 166272 1904 12304 180480 2c100 ./paranoia.exe 358240 12032 41136 411408 64710 ./pppd.exe 73104 1168 11600 85872 14f70 ./ticker.exe 73264 1120 15472 89856 15f00 ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 158976 2096 14464 175536 2adb0 ./capture.exe 66304 1136 11488 78928 13450 ./base_sp.exe 92912 1504 11680 106096 19e70 ./hello.exe 202240 6000 18272 226512 374d0 ./loopback.exe 53296 992 8336 62624 f4a0 ./minimum.exe 88032 1616 11600 101248 18b80 ./nsecs.exe 157760 1888 12272 171920 29f90 ./paranoia.exe 346080 12032 41056 399168 61740 ./pppd.exe 68304 1168 11520 80992 13c60 ./ticker.exe 71312 1104 15440 87856 15730 ./unlimited.exe Closes #2567
* m68k/mcf5206elite:Add per-section compilation and linking support (GCI 2018)Shashvat Jain2018-11-291-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 70704 1104 11008 82816 14380 ./base_sp.exe 202640 2096 14288 219024 35790 ./capture.exe 240416 2864 12016 255296 3e540 ./cdtest.exe 851024 21840 18736 891600 d9ad0 ./cxx_iostream.exe 570560 4640 23760 598960 923b0 ./fileio.exe 104928 1456 11168 117552 1cb30 ./hello.exe 249904 5968 17776 273648 42cf0 ./loopback.exe 38304 288 6864 45456 b190 ./minimum.exe 94416 1584 11136 107136 1a280 ./nsecs.exe 179728 1856 11744 193328 2f330 ./paranoia.exe 435296 12048 40912 488256 77340 ./pppd.exe 73856 1120 11040 86016 15000 ./ticker.exe 74048 1072 14928 90048 15fc0 ./unlimited.exe The size of the sample executables with this option were: text data bss dec hex filename 172384 2176 12160 186720 2d960 ./cxx_iostream.exe 558320 4608 23440 586368 8f280 ./fileio.exe 96256 1456 11136 108848 1a930 ./hello.exe 234144 5968 17712 257824 3ef20 ./loopback.exe 37648 288 6832 44768 aee0 ./minimum.exe 88560 1568 11056 101184 18b40 ./nsecs.exe 171360 1856 11712 184928 2d260 ./paranoia.exe 422992 12032 40848 475872 742e0 ./pppd.exe 69120 1120 10960 81200 13d30 ./ticker.exe 72464 1072 14896 88432 15970 ./unlimited.exe 66256 1088 10928 78272 131c0 ./base_sp.exe 189296 2096 14256 205648 32350 ./capture.exe 172272 2096 11968 186336 2d7e0 ./cdtest.exe Closes #2572
* bfin/shared/dev/clock.c: Include rtems/score/thread.hJoel Sherrill2018-11-291-0/+1
|
* lpc23xx_tli800-testsuite.tcfg: Add dl07Joel Sherrill2018-11-291-0/+1
|
* lpc2362-testsuite.tcfg: Add dl07Joel Sherrill2018-11-291-0/+1
|
* lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add dl07Joel Sherrill2018-11-291-0/+1
|