Commit Graph

105 Commits

Author SHA1 Message Date
Sebastian Huber
670f104390 bsps: Move uboot_dump_bdinfo.c to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-24 10:24:22 +02:00
Sebastian Huber
2101f54bef bsps: Move uboot_getenv.c to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-24 10:24:22 +02:00
Sebastian Huber
03e1d8378e bsps/powerpc: Move bootloader to bsps
This bootloader is only used by the motorola_powerpc BSP.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-24 10:24:18 +02:00
Sebastian Huber
fc79b268eb bsps: Move ATA drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:46 +02:00
Sebastian Huber
5a4e3dc0a5 bsps: Move PCI drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:45 +02:00
Sebastian Huber
4fb1b79a80 bsps: Move RTC drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:44 +02:00
Sebastian Huber
031df39149 bsps: Move legacy network drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:44 +02:00
Sebastian Huber
8f8ccee0d9 bsps: Move interrupt controller support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:44 +02:00
Sebastian Huber
276afd2b48 bsps: Move SPI drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:43 +02:00
Sebastian Huber
a2dad96ab7 bsps: Move I2C drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:43 +02:00
Sebastian Huber
a0f04d65dd bsp/gen5200: Move bestcomm to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:43 +02:00
Sebastian Huber
adb85dd473 bsps: Move make/custom/* files to bsps
Adjust various build files.  Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-23 15:18:42 +02:00
Sebastian Huber
1efa1c8389 bsps: Move MPCI support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 14:32:43 +02:00
Sebastian Huber
e0dd8a5ad8 bsps: Move benchmark timer to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:52:19 +02:00
Sebastian Huber
9964895866 bsps: Move startup files to bsps
Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:52:14 +02:00
Sebastian Huber
fbcd7c8fa6 bsps: Move start files to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:08:36 +02:00
Sebastian Huber
d7d66d7d45 bsps: Move console drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 13:08:32 +02:00
Sebastian Huber
58adad484e bsps/powerpc: Move shared btimer support
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 09:59:43 +02:00
Sebastian Huber
7632906fc2 bsps: Move clock drivers to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 09:57:01 +02:00
Sebastian Huber
0510cd506b bsps: Move doxygen.h files to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 09:49:36 +02:00
Sebastian Huber
c4ccf26cb7 bsps: Convert all bsp_predriver_hook()
Use RTEMS_SYSINIT_ITEM() instead.

Update #2408.
2018-04-20 09:49:36 +02:00
Sebastian Huber
a884df3594 bsp/motorola_powerpc: Move bspstart.c to bsps
This shared powerpc file was only used by this BSP.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-20 09:49:35 +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
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
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
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
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
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
5f59e2ad3f bsps/powerpc: Move dec timer driver
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:41:19 +02:00
Sebastian Huber
2d33672a18 bsps/powerpc: Move ppc403 clock driver to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:49 +02:00
Sebastian Huber
d7c232f700 bsps/powerpc: Remove unused files
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:49 +02:00
Sebastian Huber
4fd1ff0f0d bsps/powerpc: Move AltiVec support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:49 +02:00
Sebastian Huber
d813d9aa75 bsps/powerpc: Move dec clock driver to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:49 +02:00
Sebastian Huber
11fe8c59c6 bsps/powerpc: Move MMU support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:48 +02:00
Sebastian Huber
b8c468bc9a bsp/tqm8xx: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:48 +02:00
Sebastian Huber
a12dcff877 bsp/mpc8260: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:48 +02:00
Sebastian Huber
0cab067f1c bsps/powerpc: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-26 10:40:42 +02:00
Thomas Doerfler
df8a31d6ba bsp/tqm8xx: Fix network interface driver 2018-03-22 14:51:22 +01:00
Sebastian Huber
dc1ea019f3 bsps/mpc55xx: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-22 07:26:32 +01:00
Sebastian Huber
bb22a3f3af bsp/powerpc: Move libcpu timer to bsps
Use only one timer driver variant based on the standard PowerPC time
base.

This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-22 07:01:36 +01:00
Sebastian Huber
f3a51d62e9 bsps/powerpc: Remove bsp_timer_internal_clock
The only consumer of this variable was the ppc403 clock driver used by
the

* haleakala,
* virtex, and
* virtex4

BSPs which set bsp_timer_internal_clock unconditionally to true.

Update #3285.
2018-03-22 07:01:35 +01:00
Sebastian Huber
7341dbd676 bsps/powerpc: Remove obsolete BSP_Configuration 2018-03-21 08:20:00 +01:00
Sebastian Huber
09dd82a597 bsp/ss555: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-19 07:00:20 +01:00
Sebastian Huber
bd1508019c bsps/powerpc: Move exceptions support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-19 07:00:20 +01:00
Sebastian Huber
7dbc43da43 bsps/powerpc: Move basic support to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-19 07:00:20 +01:00
Sebastian Huber
ac04bb85eb bsps/powerpc: Move legacy IRQ support
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-19 07:00:20 +01:00
Joel Sherrill
8307723dd3 beatnik/include/bsp.h: Add spaces around "."
Closes #3348.
2018-03-16 08:38:21 -05:00
Joel Sherrill
b33602354d mvme5500/include/bsp/VMEConfig.h: Remove spaces after \ and remove tabs 2018-03-16 08:38:21 -05:00
Joel Sherrill
dce920aea8 mvme3100/include/bsp.h: Add spaces around "."
Closes #3345.
2018-03-16 08:38:18 -05:00