summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bsp/atsam: Reserve one region for applications.Christian Mauderer2018-05-251-0/+4
| | | | | | This allows a user to overwrite some MPU settings. That can for example be usefull for devices with special requirements that are connected to the external bus interface.
* dltests-broken-on-this-bsp.tcfg: Add dl06Joel Sherrill2018-05-211-0/+1
|
* virtex5: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* virtex4: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* virtex: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* tqm8xx: Move -Dxxx to configure.acJoel Sherrill2018-05-182-2/+2
| | | | Updates #3425.
* t32mppc: Move -Dxxx to configure.acJoel Sherrill2018-05-182-3/+2
| | | | Updates #3425.
* ss555: Move -Dxxx to configure.acJoel Sherrill2018-05-182-2/+3
| | | | Updates #3425.
* qoriq: Move -Dxxx to configure.acJoel Sherrill2018-05-184-7/+4
| | | | Updates #3425.
* qemuppc: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+2
| | | | Updates #3425.
* psim: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* mvme5500: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* mvme3100: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* mpc8260ads: Move -Dxxx to configure.acJoel Sherrill2018-05-182-2/+2
| | | | Updates #3425.
* mpc55xxevb: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* motorola_powerpc: Move -Dxxx to configure.acJoel Sherrill2018-05-186-7/+21
| | | | Updates #3425.
* haleakala: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* beatnik: Move -Dxxx to configure.acJoel Sherrill2018-05-182-1/+3
| | | | Updates #3425.
* bsp/powerpc: Remove wildcards in linkcmds.baseSebastian Huber2018-05-181-3/+3
| | | | | | | | | | | | This reverts commit 40c623a883da5dd80e4599cf4cd14097834706bd. The use of postfix wildcards, e.g. of the form "*.x" is dangerous since it circumvents the standard matching rules for sections. Unknown input sections should be added explicitly to the desired output section via "x.*" wildcards. Update #3307.
* libtests/block05: Use rtems_blkdev_create()Sebastian Huber2018-05-181-22/+25
| | | | Update #3358.
* libchip: Use rtems_blkdev_create()Sebastian Huber2018-05-181-43/+15
| | | | Update #3358.
* libblock: Init deps in rtems_blkdev_create()Sebastian Huber2018-05-183-6/+19
| | | | Update #3358.
* sparc64 BSPs: Hard define configuration required settingsJoel Sherrill2018-05-152-13/+3
| | | | Updates #3425.
* rtems-bsps: Change 4.12 to 5Joel Sherrill2018-05-141-1/+1
|
* Drop executable permissions on .[S] filesJoel Sherrill2018-05-141-0/+0
|
* spcpucounter01: Enable floating-point outputSebastian Huber2018-05-141-0/+1
|
* build: Fix RTEMS_ENABLE_RTEMSBSP()Sebastian Huber2018-05-141-3/+7
| | | | | | The riscv32 and riscv64 targets share a riscv source directory. The potential future powerpcspe and powerpc targets need this change as well.
* no_cpu/no_bsp: Fix MakefileAmaan Cheval2018-05-141-1/+1
|
* dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2018-05-142-1/+96
| | | | | | | | This add ths following ioctl calls to the sc16is752 driver: - TIOCMGET - TIOCMSET - TIOCMBIS - TIOCMBIC
* sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.hJoel Sherrill2018-05-099-3/+34
| | | | Updates #3425.
* smdk2410: Move define of CPU_S3C2410 to bspopts.hJoel Sherrill2018-05-094-3/+12
| | | | Updates #3425.
* rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__Joel Sherrill2018-05-081-4/+0
| | | | Updates #3425.
* ftpd: Fix infinite recursion in yield()Sebastian Huber2018-05-081-1/+1
| | | | Update #3419.
* telnetd: Use syslog() instead of printk()Sebastian Huber2018-05-021-2/+8
| | | | Update #3419.
* telnetd: Always build telnet daemonSebastian Huber2018-05-024-31/+76
| | | | | | Add support for libbsd initialization. Update #3419.
* ftpd: Always build FTP daemonSebastian Huber2018-05-024-36/+66
| | | | | | Add support for libbsd initialization. Update #3419.
* ftpd: Use floating-point tasks due to syslog()Sebastian Huber2018-05-021-1/+1
| | | | Update #3419.
* ftpd: Fairplay with libbsdSebastian Huber2018-05-021-0/+18
| | | | Update #3419.
* network: Import latest <arpa/ftp.h> from FreeBSDSebastian Huber2018-05-023-7/+10
| | | | Update #3419.
* ftpfs: Always build FTP clientSebastian Huber2018-05-025-3/+9
| | | | | | Move FTP client filesystem to separate library libftpfs.a. Update #3419.
* tftpfs: Always build TFTP clientSebastian Huber2018-05-025-6/+24
| | | | | | | Move TFTP client filesystem to separate library libtftpfs.a. Conditionally use legacy network stack features, e.g. BOOTP support. Update #3419.
* libdebugger: Move to separate librarySebastian Huber2018-05-026-14/+11
| | | | | | | | | | Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.
* tests: Move rtems-test-check.pySebastian Huber2018-05-023-204/+1
| | | | Remove shell script variant.
* tests: Remove difftest and sorttimes toolsSebastian Huber2018-05-027-364/+0
| | | | Close #3418.
* tests: Remove configure feature checksSebastian Huber2018-05-0223-334/+11
| | | | Update #3409.
* Drop executable permissions on .[ch] filesJoel Sherrill2018-04-3022-0/+0
|
* jffs2: Do not use command line definesSebastian Huber2018-04-3021-2/+40
| | | | Update #3375.
* config: Fix -Wint-in-bool-context warningsSebastian Huber2018-04-301-1/+1
|
* smptests/smpschededf02: Add test caseSebastian Huber2018-04-271-3/+8
|
* bsp/pc386: Remove bin2boot supportSebastian Huber2018-04-277-857/+0
| | | | | Update #3408. Close #3410.