Commit Graph

14986 Commits

Author SHA1 Message Date
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
ff3b9aabca bsps/powerpc: Remove unused files
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
Amaan Cheval
efa0039ee9 i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a function
When it's a macro, a function declaration causes a compiler error due to the
macro being expanded.

Partial log showing error:
https://gist.github.com/AmaanC/ab3521141479aa6f61ea25f5d74ebb4d

Closes #3331
2018-03-16 11:01:55 -05:00
Amaan Cheval
51614c0130 i386/smp: Have ld use incremental build for appstart.o
With HAS_SMP set, we have:

  libbsp_a_LIBADD += appstart.$(OBJEXT)

When trying to build appstart.o, however, we link start.o with appcpustart.o
through the linkcmds script, which leaves several symbols unresolved, and
without the "-r" (or -i) flag, this throws undefined reference errors.

This change requires us to re-run the ./bootstrap script to regenerate
Makefile.in, and therefore the Makefile for the particular BSP as well.

Complete log of errors available here:
https://gist.github.com/AmaanC/d40bd7393dca1f82965938275845b7f9

Updates #3331
2018-03-16 11:01:55 -05:00
Sebastian Huber
2e5cf7fb53 bsps/powerpc: Use shared linker command file
Close #3339.
2018-03-16 15:11:19 +01:00
Sebastian Huber
9860cc7bba bsps/powerpc: Fix linker command files
Update #3339.
2018-03-16 15:11:19 +01:00
Joel Sherrill
0a7a30d19d Add PowerPC paravirtualization support
Cannot read or write MSR when executing in user mode. This
is used when RTEMS_PARAVIRT is defined.

Provide alternate methods to disable/enable interrupts

Closes #3306.
2018-03-13 09:55:23 -05:00
Christian Mauderer
71c5552f9a bsp/atsam: Allow setting the drive strength.
This adds a simple function for setting the PIO drive strength.
2018-03-13 15:04:28 +01:00
Sebastian Huber
7633f5b394 sparc64: Move libcpu content to cpukit
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:40 +01:00
Sebastian Huber
8b5778e69e sparc: Move libcpu content to cpukit
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:39 +01:00
Sebastian Huber
c4905d8d31 bsps/arm: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:39 +01:00
Sebastian Huber
b6755affc0 bsps/mips: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:39 +01:00
Sebastian Huber
961e2ef7be bsps/mips: Remove Mongoose-V README
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:39 +01:00
Sebastian Huber
4c83f2926d bsps: Remove unused RTEMS_CPU_MODEL
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:39 +01:00
Sebastian Huber
a457082970 bsps: Remove unused memcpy() implementations
This patch is a part of the BSP source reorganization.

Update #3285.
2018-03-13 08:05:38 +01:00
Joel Sherrill
070658100a misc sh: Remove includes of rtems/score/types.h 2018-03-12 14:29:38 -05:00
Sebastian Huber
d39cc06873 bsps: More verbose bsp_fatal_extension()
Close #3318.
2018-03-07 13:03:36 +01:00
Sebastian Huber
befae6ab98 bsp/genmcf548x: Fix printk() support 2018-03-07 13:03:32 +01:00
Sebastian Huber
d440a9e044 bsps/m68k: Fix entry point in linkcmds.base
Updates #3520.
2018-03-07 10:33:03 +01:00
Thanassis Tsiodras
4899759f73 bsps/sparc: Fix global construction/destruction
The

  KEEP (*(SORT(.ctors.*)))
  KEEP (*(.ctors))

cannot be simplified to

  KEEP (*(SORT(.ctors*)))

since

  .ctors < .ctors.*

in lexicographical order.

See spglobalcon02 test case.

Update #3319.
2018-03-06 07:27:21 +01:00
Joel Sherrill
40c623a883 powerpc/shared/startup/linkcmds.base: Add wildcards on some sections
Closes #3307.
2018-02-19 13:12:08 -06:00
Christian Mauderer
6878519aea bsp/atsam: Fix cache / DMA handling in SPI.
This patch fixes the cache handling for the atsam SPI driver. Note that
this solution might doesn't have the best performance for small packets.
2018-02-12 14:25:02 +01:00
Christian Mauderer
538a0a836a bsp/atsam: Allow to use a decoder for SPI CS.
The SPI controller supports a decoder connected to the chip select
lines. This patch allows to use this mode.
2018-02-12 14:25:02 +01:00
Christian Mauderer
03fecae9c4 bsp/atsam: Add option to disable 32kHz XTAL. 2018-02-12 14:25:02 +01:00
Joel Sherrill
ea7f4a0ca1 sparc/*/linkcmds*: Move ENTRY() from linkcmds.base to top linkcmds
This was at the request of a user to make it easier to have a
custom entry point. This way they just provide their own top
level linkcmds and include linkcmds.base.

Updates #3520.
2018-02-05 10:35:08 -06:00
Sebastian Huber
3454179dee bsp/altera-cyclone-v: Add device tree support
Update #3290.
2018-02-05 13:55:24 +01:00
Sebastian Huber
0f4a7391bb bsps/powerpc: Remove support for mpc505
Close #3270.
2018-02-05 11:45:17 +01:00
Sebastian Huber
5f0a637677 bsp/leon3: Do not use internal cache API
Update #3285.
2018-02-02 07:08:37 +01:00
Sebastian Huber
4cf93658ef bsps: Rework cache manager implementation
The previous cache manager support used a single souce file
(cache_manager.c) which included an implementation header (cache_.h).
This required the use of specialized include paths to find the right
header file.  Change this to include a generic implementation header
(cacheimpl.h) in specialized source files.

Use the following directories and files:

* bsps/shared/cache

* bsps/@RTEMS_CPU@/shared/cache

* bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY/start/cache.c

Update #3285.
2018-01-31 12:49:09 +01:00
Sebastian Huber
d8d6a08d46 bsps: Move network define to source files
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver
source files to avoid some build system magic.
2018-01-31 11:18:17 +01:00
Sebastian Huber
9819425fee epiphany: Fixes for GCC 7.3
GCC 7.3 defines __USER_LABEL_PREFIX__ to nothing.
2018-01-31 08:03:30 +01:00
Sebastian Huber
865b30279a Avoid Newlib-specific _EXFUN() 2018-01-29 13:53:55 +01:00
Chris Johns
2afb22b7e1 Remove make preinstall
A speciality of the RTEMS build system was the make preinstall step.  It
copied header files from arbitrary locations into the build tree.  The
header files were included via the -Bsome/build/tree/path GCC command
line option.

This has at least seven problems:

* The make preinstall step itself needs time and disk space.

* Errors in header files show up in the build tree copy.  This makes it
  hard for editors to open the right file to fix the error.

* There is no clear relationship between source and build tree header
  files.  This makes an audit of the build process difficult.

* The visibility of all header files in the build tree makes it
  difficult to enforce API barriers.  For example it is discouraged to
  use BSP-specifics in the cpukit.

* An introduction of a new build system is difficult.

* Include paths specified by the -B option are system headers.  This
  may suppress warnings.

* The parallel build had sporadic failures on some hosts.

This patch removes the make preinstall step.   All installed header
files are moved to dedicated include directories in the source tree.
Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc,
etc.  Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g.
erc32, imx, qoriq, etc.

The new cpukit include directories are:

* cpukit/include

* cpukit/score/cpu/@RTEMS_CPU@/include

* cpukit/libnetworking

The new BSP include directories are:

* bsps/include

* bsps/@RTEMS_CPU@/include

* bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include

There are build tree include directories for generated files.

The include directory order favours the most general header file, e.g.
it is not possible to override general header files via the include path
order.

The "bootstrap -p" option was removed.  The new "bootstrap -H" option
should be used to regenerate the "headers.am" files.

Update #3254.
2018-01-25 08:45:26 +01:00
Sebastian Huber
469fdebf25 bsp/qoriq: Fix define for optional intercom
Update #3085.
2018-01-23 07:28:51 +01:00
Sebastian Huber
e79bb0c3bb bsp/gen5200: Use public include path
Update #3254.
2018-01-22 13:16:46 +01:00
Sebastian Huber
b391fbc61c bsp/qoriq: Fix hypervisor guest interrupt init
Update #3085.
2018-01-22 07:21:20 +01:00
Sebastian Huber
2fd684e233 bsp/qoriq: Fix hypervisor guest irq vector max
Update #3085.
2018-01-22 07:21:20 +01:00
Sebastian Huber
0df59b7cbb bsp/qoriq: Optional multiprocessing support
Update #3085.
2018-01-22 07:21:20 +01:00
Sebastian Huber
44ba969c15 bsp/qoriq: Fix hypervisor guest polled console
Update #3085.
2018-01-22 07:21:20 +01:00
Sebastian Huber
2f54488f74 bsp/qoriq: Fix hypervisor guest IRQ support
Update #3085.
2018-01-22 07:21:20 +01:00
Sebastian Huber
81eced5376 bsp/qoriq: Fix bsp_fdt_map_intr()
Update #3085.
2018-01-22 07:21:19 +01:00
Sebastian Huber
9ec5ff4e57 bsp/qoriq: Fix hypervisor guest MMU config
Account for DPAA resources defined in the device tree.

Prevent merging of areas with incompatible MAS2.

Update #3085.
2018-01-22 07:21:19 +01:00
Sebastian Huber
17fd0ff0cd bsps: Move wd80x3.h to libchip/wd80x3.h
This header is used also by the motorola_powerpc BSP.

Update #3254.
2018-01-22 07:17:41 +01:00
Sebastian Huber
d898f6e18e bsp/gen5200: Fix i2c.h and i2cdrv.h installation
Install these files only as <bsp/i2c.h> and <bsp/i2cdrv.h>.

Update #3254.
2018-01-19 15:29:31 +01:00
Sebastian Huber
0a4992927d bsp/leon3: Fix interrupt timestamp timecounter 2018-01-18 13:15:27 +01:00
Joel Sherrill
ac0e020845 leon3: Simplify bsp_specs
Updates #3520.
2018-01-18 07:31:29 +01:00
Joel Sherrill
85b59a57e8 leon2: Simplify bsp_specs
Updates #3520.
2018-01-18 07:31:29 +01:00