Joel Sherrill
5aa8ac2c9d
mvme3100: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:33 -05:00
Joel Sherrill
a03f73c13f
mpc8260ads: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:32 -05:00
Joel Sherrill
1e84462d9d
mpc55xxevb: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:32 -05:00
Joel Sherrill
2261ef2813
motorola_powerpc: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:32 -05:00
Joel Sherrill
01da0ac3b9
haleakala: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:32 -05:00
Joel Sherrill
b1b5afbab2
beatnik: Move -Dxxx to configure.ac
...
Updates #3425 .
2018-05-18 08:22:32 -05:00
Sebastian Huber
7bf072bbb8
bsp/powerpc: Remove wildcards in linkcmds.base
...
This reverts commit 40c623a883 .
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 .
2018-05-18 10:44:18 +02:00
Sebastian Huber
70502b480a
libtests/block05: Use rtems_blkdev_create()
...
Update #3358 .
2018-05-18 10:44:18 +02:00
Sebastian Huber
c4d35fb6c8
libchip: Use rtems_blkdev_create()
...
Update #3358 .
2018-05-18 10:44:18 +02:00
Sebastian Huber
30c389849d
libblock: Init deps in rtems_blkdev_create()
...
Update #3358 .
2018-05-18 10:44:18 +02:00
Joel Sherrill
9d62874193
sparc64 BSPs: Hard define configuration required settings
...
Updates #3425 .
2018-05-15 09:25:36 -05:00
Joel Sherrill
003b19282c
rtems-bsps: Change 4.12 to 5
2018-05-14 15:22:52 -05:00
Joel Sherrill
a3fe23ccbb
Drop executable permissions on .[S] files
2018-05-14 15:22:52 -05:00
Sebastian Huber
02c46f85e1
spcpucounter01: Enable floating-point output
2018-05-14 15:55:13 +02:00
Sebastian Huber
d542af2e43
build: Fix RTEMS_ENABLE_RTEMSBSP()
...
The riscv32 and riscv64 targets share a riscv source directory. The
potential future powerpcspe and powerpc targets need this change as
well.
2018-05-14 14:13:01 +02:00
Amaan Cheval
4387010b7e
no_cpu/no_bsp: Fix Makefile
2018-05-14 11:27:08 +02:00
Christian Mauderer
c4f5cc5496
dev/sc16is752: Add ioctl calls for modem controll.
...
This add ths following ioctl calls to the sc16is752 driver:
- TIOCMGET
- TIOCMSET
- TIOCMBIS
- TIOCMBIC
2018-05-14 09:01:33 +02:00
Joel Sherrill
c8dcdf5438
sparc64 niagara, usiii: Remove -D options from cfg file and move to bspopts.h
...
Updates #3425 .
2018-05-09 15:22:04 -05:00
Joel Sherrill
85602e0d2e
smdk2410: Move define of CPU_S3C2410 to bspopts.h
...
Updates #3425 .
2018-05-09 14:47:37 -05:00
Joel Sherrill
2a1171d8c8
rtl22xx_t.cfg: Remove comment with -D __THUMB_INTERWORK__
...
Updates #3425 .
2018-05-08 17:34:56 -05:00
Sebastian Huber
eaa1709894
ftpd: Fix infinite recursion in yield()
...
Update #3419 .
2018-05-08 08:05:48 +02:00
Sebastian Huber
8d52a0e246
telnetd: Use syslog() instead of printk()
...
Update #3419 .
2018-05-02 09:57:35 +02:00
Sebastian Huber
b80b34c38d
telnetd: Always build telnet daemon
...
Add support for libbsd initialization.
Update #3419 .
2018-05-02 09:57:32 +02:00
Sebastian Huber
b771cb48a6
ftpd: Always build FTP daemon
...
Add support for libbsd initialization.
Update #3419 .
2018-05-02 09:56:49 +02:00
Sebastian Huber
32b5b238da
ftpd: Use floating-point tasks due to syslog()
...
Update #3419 .
2018-05-02 09:56:49 +02:00
Sebastian Huber
4fed5ac2a4
ftpd: Fairplay with libbsd
...
Update #3419 .
2018-05-02 09:56:48 +02:00
Sebastian Huber
bf76d5fe76
network: Import latest <arpa/ftp.h> from FreeBSD
...
Update #3419 .
2018-05-02 09:56:48 +02:00
Sebastian Huber
fea9a7a7e5
ftpfs: Always build FTP client
...
Move FTP client filesystem to separate library libftpfs.a.
Update #3419 .
2018-05-02 09:56:48 +02:00
Sebastian Huber
c3bab73b4b
tftpfs: Always build TFTP client
...
Move TFTP client filesystem to separate library libtftpfs.a.
Conditionally use legacy network stack features, e.g. BOOTP support.
Update #3419 .
2018-05-02 09:56:48 +02:00
Sebastian Huber
dd8e4b760b
libdebugger: Move to separate library
...
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 .
2018-05-02 09:56:43 +02:00
Sebastian Huber
97a48209e2
tests: Move rtems-test-check.py
...
Remove shell script variant.
2018-05-02 07:11:03 +02:00
Sebastian Huber
397df7acd8
tests: Remove difftest and sorttimes tools
...
Close #3418 .
2018-05-02 07:11:03 +02:00
Sebastian Huber
b422aa3f4a
tests: Remove configure feature checks
...
Update #3409 .
2018-05-02 07:11:03 +02:00
Joel Sherrill
c77cd426f8
Drop executable permissions on .[ch] files
2018-04-30 17:18:49 -05:00
Sebastian Huber
6ac6a5c866
jffs2: Do not use command line defines
...
Update #3375 .
2018-04-30 08:07:54 +02:00
Sebastian Huber
3ef7e7440b
config: Fix -Wint-in-bool-context warnings
2018-04-30 07:48:53 +02:00
Sebastian Huber
8b5a801e85
smptests/smpschededf02: Add test case
2018-04-27 07:22:38 +02:00
Sebastian Huber
3d703f40d5
bsp/pc386: Remove bin2boot support
...
Update #3408 .
Close #3410 .
2018-04-27 07:11:58 +02:00
Sebastian Huber
419d1e91a2
bsp/mcf5206elite: Do not install runtest script
...
Provide the runtest script only as a part of the sources. This
simplifies the build system.
Test support should be included in the RTEMS Tester.
2018-04-26 07:17:58 +02:00
Sebastian Huber
eb36d1198c
bsps: Move documentation, etc. files to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:57 +02:00
Sebastian Huber
8eb264d347
bsps: Remove unmaintained times files
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:57 +02:00
Sebastian Huber
1554415ee8
bsp/sparc64: Move asm.S to bsps and rename
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:57 +02:00
Sebastian Huber
a5bf9b66b0
bsps/mips: Move liblnk to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:57 +02:00
Sebastian Huber
3460c52286
bsps/powerpc: Move bsp-start-zero.S to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:57 +02:00
Sebastian Huber
b80be13550
bsp/psim: Move align_h.S to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:56 +02:00
Sebastian Huber
0b60c54351
bsp/haleakala: Move assembler files to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-26 07:17:56 +02:00
Sebastian Huber
b3e5aa5522
bsp/qemuppc: Install linkcmds.base
...
Update #3339 .
Close #3411 .
2018-04-25 20:35:46 +02:00
Sebastian Huber
1913eb16f6
bsps/arm: Remove unused files
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-25 14:31:37 +02:00
Sebastian Huber
f7eaf3167c
bsps: Remove unused u-boot-generic-board-info.h
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-25 14:31:36 +02:00
Sebastian Huber
531d160672
bsp/beagle: Move source files to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-25 14:31:33 +02:00