Sebastian Huber
0a09ac58ac
bsps: Move stackalloc.c to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-16 14:56:10 +02:00
Sebastian Huber
9d44ae78cf
bsps: Move bsp-uboot-board-info.c to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-16 14:56:10 +02:00
Sebastian Huber
1cba1de115
bsps: Move bsp-fdt.c to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-16 14:56:10 +02:00
Sebastian Huber
90013f59bd
bsps: Move tod.c to bsps and rename
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-16 14:56:05 +02:00
Sebastian Huber
4ff09d5b3f
build: Remove subdir-objects from BSP configure.ac
...
The subdir-objects do not work currently due to BSP sources in bsps and
c and the existing build tree layout.
Update #3387 .
2018-04-12 07:27:41 +02:00
Sebastian Huber
ff24c90d84
bsps: Remove empty gnatinstallhandler.c
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:12 +02:00
Sebastian Huber
c5fe44319e
bsps: Move bootcard.c to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:12 +02:00
Sebastian Huber
4359c43351
bsps: Simplify source file path in Makefile.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:11 +02:00
Sebastian Huber
b10caf8bd0
bsps: Remove headers from librtemsbsp_a_SOURCES
...
This was used by the not supported "make dist".
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:11 +02:00
Sebastian Huber
b78b814b00
bsps: Avoid source variables in Makefile.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:11 +02:00
Sebastian Huber
6c4140cf7c
bsps: Avoid line continuation in Makefile.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:11 +02:00
Sebastian Huber
1032bf9540
bsp/mvme5500: Avoid RTEMS_RELLDFLAGS
2018-04-12 07:09:11 +02:00
Sebastian Huber
b46f943c56
bsp/motorola_powerpc: Move polled_io.c
...
This file was used by this BSP only. Avoid RTEMS_RELLDFLAGS.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:11 +02:00
Sebastian Huber
efb893f6d9
bsp/beatnik: Avoid RTEMS_RELLDFLAGS
...
Avoid extra CPPFLAGS.
2018-04-12 07:09:10 +02:00
Sebastian Huber
b43ea9fed2
bsps: Move legacy console driver to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:10 +02:00
Sebastian Huber
f0bcae383e
bsps: Remove unused console_select_simple.c
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-12 07:09:10 +02:00
Chris Johns
b8c5935355
build: Fix make clean.
...
Update #3254 .
2018-04-11 13:26:58 +10:00
Chris Johns
aa567bc1cc
configure: Add subdir-objects to all automake flags.
...
This option silences warning with automake-1.16.1 allowing us to
upgrade to that version.
This change has been tested with automake-1.12.6 and automake-1.16.1.
It seems version 1.16.1 configures slower than 1.12.6 for the same
source and BSP. The newer versions is 6 second slower.
Close #3387 .
2018-04-11 11:52:29 +10:00
Chris Johns
7ff743d549
Generate an error if a BSP in the --enable-rtemsbsp list is not valid
...
Also generate an error if the architecure does not match the --target
architecture given to configure's command line.
Close #2641 .
2018-04-11 11:52:29 +10:00
Chris Johns
cb7b4dc459
bsp/lpc24xx: Exclude iconv POSIX tests.
...
These are now built to executables and are too large for this BSP.
This change is part of the testsuite Makefile.am reorganization.
Update #3382
2018-04-10 08:25:35 +10:00
Sebastian Huber
b6069985b5
bsp/genmcf548x: Fix IRQ support
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 11:41:11 +02:00
Sebastian Huber
01d34a3705
bsp/csb337: Fix umon support
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 11:37:55 +02:00
Sebastian Huber
9edb72e4be
build: Remove DISTCLEANFILES
...
A "make distclean" is not supported. So, it makes no sense to have pure
"make distclean" related stuff in the Makefile.am.
2018-04-09 07:09:47 +02:00
Sebastian Huber
9b7c456732
bsps: Move generic IRQ support to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:47 +02:00
Sebastian Huber
d5842691e1
bsps: Remove librtemsbsp.a wrapup
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:47 +02:00
Sebastian Huber
4b28d3c797
bsps: Move shmdr to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:47 +02:00
Sebastian Huber
814eccb4cf
bsps: Move VME support to bsps
...
The VME support is only used by powerpc BSPs.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:46 +02:00
Sebastian Huber
671c31fc5d
bsp: Move umon support to bsps
...
The umon support is only used by the csb337 BSP.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-09 07:09:46 +02:00
Sebastian Huber
d03ec77d09
bsps/powerpc: Rename to shared-sources.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-05 07:26:24 +02:00
Sebastian Huber
6799a78983
bsps/powerpc: Rename to exceptions-sources.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-05 07:26:24 +02:00
Sebastian Huber
0f0f249c79
bsps/m68k: Rename fpsp.am to fpsp-sources.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-05 07:26:24 +02:00
Sebastian Huber
82bc97663b
bsps/bfin: Rename shared.am to shared-sources.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-05 07:26:24 +02:00
Sebastian Huber
27de4e1fb8
bsps: Move libchip to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-04 10:13:28 +02:00
Sebastian Huber
8621ed3806
bsps: Move config macros to RTEMS_BSP_CONFIGURE
...
Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-04 10:13:27 +02:00
Sebastian Huber
4f0dca3ad2
bsps: Move version.c and use bspopts.h
...
This patch is a part of the BSP source reorganization.
Update #3285 .
Update #3375 .
2018-04-04 10:13:26 +02:00
Sebastian Huber
ce0ea6ff4f
bsps: Add shared-sources.am
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-04 10:12:29 +02:00
Sebastian Huber
66b99a13ac
bsps: Add RTEMS_BSP to bspopts.h
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-04 10:10:09 +02:00
Sebastian Huber
2d0bc839ed
build: Remove EXTRA_DIST
...
A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.
2018-04-04 10:09:04 +02:00
Joel Sherrill
0b8a6d77a8
Eliminate PowerPC libcpu/page.h
...
Started to eliminate warnings and then realized that only one one-line
macro in the file was used by a few files. The rest of the file was
was not needed. Eliminate the file.
Closes #3354 .
2018-03-28 11:17:45 -05:00
Sebastian Huber
4f0dcb69a8
bsps/riscv: Fix warnings
2018-03-27 13:08:13 +02:00
Sebastian Huber
699fee43fd
bsps: Remove libcpu
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:51 +02:00
Sebastian Huber
5d395124ad
bsps/m68k: Remove libcpu/m68k
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:51 +02:00
Sebastian Huber
b54558ac9d
bsps/mcf5225x: Move libcpu content to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:50 +02:00
Sebastian Huber
945095d062
bsps/genmcf548x: Move libcpu content to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:50 +02:00
Sebastian Huber
ddf3ea2bc3
bsps/csb360: Move libcpu content to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:49 +02:00
Sebastian Huber
2190bc61bf
bsps/mcf5206elite: Move libcpu content to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:49 +02:00
Sebastian Huber
3cf2bf633f
bsps/m68k: Move fpsp support to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:49 +02:00
Sebastian Huber
fc2ec62978
bsps/m68k: Move libcpu content to bsps
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:48 +02:00
Sebastian Huber
1e23c47911
bsps/m68k: Remove unused define
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:48 +02:00
Sebastian Huber
f8e4755f87
bsps/m68k: Use namespace header
...
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-03-26 15:12:44 +02:00