Commit Graph

31964 Commits

Author SHA1 Message Date
Sebastian Huber
c47ad8edc6 stackchk: Add SMP support
Check the interrupt stacks of all processors.  Set up the interrupt
stack of the current processor for high water testing in the thread
begin extension.  This must be done after multi-threading started, since
the initialization stacks may reuse the interrupt stacks.  Disable
thread dispatching in SMP configurations to prevent thread migration.
Writing to the interrupt stack is only safe if done from the
corresponding processor in thread context.

Update #3459.
2018-06-20 12:07:08 +02:00
Sebastian Huber
1cb2e7483c stackchk: Refactor Stack_check_Dump_threads_usage
Update #3459.
2018-06-20 12:07:07 +02:00
Sebastian Huber
8ff5916c2f stackchk: Remove dead code
Update #3459.
2018-06-20 12:07:07 +02:00
Sebastian Huber
cc3edaa92d config: SMP only CONFIGURE_MAXIMUM_PROCESSORS
Do not set the CONFIGURE_MAXIMUM_PROCESSORS in uni-processor default
configuration, since this may lead to an oversize workspace.

Update #3459.
2018-06-20 09:57:52 +02:00
Sebastian Huber
b0c3ba2f84 bsps: Remove superfluous bsp_processor_count
This is unused copy and paste stuff.

Update #3459.
2018-06-19 15:26:13 +02:00
Sebastian Huber
762fa62cca arm: Simplify CPU counter support
Use the standard ARMv7-M systick module for the ARMv7-M CPU counter
instead of DWT counter since the DWT counter is affected by power saving
states.

Use an inline function for _CPU_Counter_difference() for all ARM BSPs.

Update #3456.
2018-06-15 13:12:05 +02:00
Sebastian Huber
65f868cac6 Add _CPU_Counter_frequency()
Add rtems_counter_frequency() API function.  Use it to initialize the
counter value converter via the new system initialization step
(RTEMS_SYSINIT_CPU_COUNTER).  This decouples the counter implementation
and the counter converter.  It avoids an unnecessary pull in of the
64-bit integer division from libgcc.

Update #3456.
2018-06-15 13:02:44 +02:00
Sebastian Huber
4c7b18e358 Add RTEMS_SYSINIT_CPU_COUNTER
Add initialization step for the CPU counter support.

Update #3456.
2018-06-15 13:02:27 +02:00
Sebastian Huber
5ec55039ed Reassign system initilization order numbers
Assign each system initialization step a number divisible by 256 to
allow more easily future additions.  Keep the order as is.
2018-06-15 12:59:07 +02:00
Sebastian Huber
bac8d93418 tools: Remove install-if-change program
The last installed tool in RTEMS repository is the install-if-change
script.  It is not used to build/install BSPs.  This script does the
same as the standard "install" program with an additional feature to
install variants via the -V command line option.

This script is used by the standard Makefile support:

c/src/make/host.cfg.in:INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change

The INSTALL_CHANGE is used by:

c/src/make/host.cfg.in:ifndef INSTALL_CHANGE
c/src/make/host.cfg.in:INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change
c/src/make/host.cfg.in:INSTALL_VARIANT=$(INSTALL_CHANGE) -V
"$(LIB_VARIANT)"

Remove the support for variant installation and instead use the standard
"install" program.  This breaks application Makefiles using the standard
Makefile support of RTEMS.

Close #3455.
2018-06-15 12:57:32 +02:00
Sebastian Huber
1f283f17a8 bsp/beatnik: Remove CFLAGS_DEBUG_V
This was the only BSP setting this flag.
2018-06-15 12:57:32 +02:00
Sebastian Huber
6fb0223a43 make: Remove obsolete AC_SUBST() 2018-06-15 12:57:32 +02:00
Sebastian Huber
5ff9547adc make: Remove CFLAGS_DEBUG_OPTIMIZE_V
Do not document CFLAGS_DEBUG_OPTIMIZE_V, since this flag is not used.
2018-06-15 12:57:32 +02:00
Sebastian Huber
ae535b84d7 tools: Remove duplicate doxy-filter
This is a duplicate of cpukit/doxy-filter and not used.
2018-06-15 07:14:36 +02:00
Sebastian Huber
e8b28ba004 tools: Remove packhex
All tools should be removed from the RTEMS source repository at some
point in time.  Tools with a BSD-style license will be moved to the
RTEMS tools repository.  Unfortunately, this tool has no license
information.

Remove all uses of this tool from the code base.  Users of HEX files
should consider to use ELF instead.

Close #3379.
2018-06-15 07:14:36 +02:00
Sebastian Huber
df7f0ac6c0 tools: Remove rtems-testsuite-autostuff
It is not used.

Close #3447.
2018-06-15 07:14:36 +02:00
Sebastian Huber
a94a0f5ff9 tools: Remove cvsignore-add.sh
This script is obsolete since moving to Git.

Close #3446.
2018-06-15 07:14:36 +02:00
Sebastian Huber
1346d27255 tools: Remove multigen
This script is unused and out dated.

Close #3445.
2018-06-15 07:14:36 +02:00
Sebastian Huber
31f0eb9e9e tools: Remove unhex
This program has no license information and is unused in the RTEMS
build.  Users of HEX files should consider to use ELF instead.  Remove
it.

Close #3378.
2018-06-15 07:14:36 +02:00
Sebastian Huber
64fa76bb83 tools: Remove eolstrip
This program has no license information and is unused in the RTEMS
build.  General usability is questionable, for example a

  sed -i 's/[[:space:]]*$//' file

performs a similar task.  Remove it.

Close #3377.
2018-06-15 07:14:36 +02:00
Sebastian Huber
f4fee72bb0 tools: Remove cklength
This program has no license information and is unused in the RTEMS
build.  General usability is questionable, for example a

  awk 'length($0) > 80' < file

performs a similar task.  Remove it.

Close #3376.
2018-06-15 07:14:28 +02:00
Sebastian Huber
ea092ccc79 tools: Remove rtems-bin2c
This tool is now included in the RTEMS tools repository.

Close #3380.
2018-06-14 07:33:46 +02:00
Sebastian Huber
9eb1494fc1 tools: Remove size_rtems
This script is horribly out of date.  A new version could be placed in
RTEMS tools if necessary.

Close #3451.
2018-06-14 07:33:01 +02:00
Sebastian Huber
46c2da693c tools: Remove nios2gen
All tools should be removed from the RTEMS source repository at some
point in time.  Tools with a BSD-style license will be moved to the
RTEMS tools repository.  Unfortunately, the this tool is RTEMS GPL
licensed.

If users of this tool still exist, they can reimplement the
functionality using a BSD-style license and add it to the RTEMS tools.

Close #3444.
2018-06-14 07:31:08 +02:00
Sebastian Huber
8c62cf4209 tools: Remove shgen
All tools should be removed from the RTEMS source repository at some
point in time. Tools with a BSD-style license will be moved to the RTEMS
tools repository. Unfortunately, the shgen tool is GPL licensed.

Remove all uses of this tool from the code base. Replace generated files
with stub functions. If users of this BSP still exist, they can
reimplement the functionality using a BSD-style license.

Close #3443.
2018-06-11 14:47:32 +02:00
Sebastian Huber
32481371e9 build: Force warnings
Always append some standard warning flags.
2018-06-11 14:47:31 +02:00
Sebastian Huber
5249a4cc28 powerpc: Fix ss555 build
The mpc555 define is provided via <bspopts.h>.  It must not be used in
cpukit header files.

Update #3425.
2018-06-07 07:42:35 +02:00
Sebastian Huber
07c597636a bsps/powerpc: Hack to fix the build
The ppc405 define must be checked before the ppc403 define.  The ppc405
define is provided by <bspopts.h>.  The ppc403 define is provided by GCC
as a built-in define if no ppc* or mpc* define is set via the
command line (see GCC sources "gcc/config/rs6000/rtems.h").

Update #3425.
2018-06-07 07:00:34 +02:00
Sebastian Huber
de9b7d712b Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE
An invalid heap usage such as a double free is usually a fatal error
since this indicates a use after free.  Replace the use of printk() in
free() with a fatal error.

Update #3437.
2018-06-05 08:49:56 +02:00
Sebastian Huber
c934365f23 Update rtems_fatal_source_text()
Add RTEMS_FATAL_SOURCE_PANIC to rtems_fatal_source_text().

Update #3244.
2018-06-05 08:22:49 +02:00
Sebastian Huber
dea4bbe374 bsps: Avoid malloc() in generic IRQ support
Use rtems_heap_allocate_aligned_with_boundary() instead of malloc() to
avoid a dependency on errno.
2018-06-05 07:08:40 +02:00
Sebastian Huber
b877493322 score: Simplify _Objects_Name_to_string()
Do not use isprint() from <ctype.h> since it depends on the heavy weight
C locale implementation in Newlib.
2018-06-05 07:08:40 +02:00
Sebastian Huber
7d7c50def0 rtems: Move _Status_Object_name_errors_to_status
Move _Status_Object_name_errors_to_status to a separate file to avoid a
dependency on errno.  Dependencies to errno are hard to be removed by
the linker garbage collection.
2018-06-05 07:08:40 +02:00
Sebastian Huber
75933d5d25 capture: Use unlimited objects
Avoid resource allocation problems with unlimited objects.
2018-06-04 07:34:38 +02:00
Martin Erik Werner
baee0dc5a3 Fix and extend error message in posix timer test
_Timespec_Equal_to() does not set errno, hence avoid using perror(),
instead use fprintf() to stderr, and extend the error message to provide
information about what the error is (measured timer value after
re-arming is not equal to the configured interval), and how large of a
difference was measured.

Signed-off-by: Martin Erik Werner <martin.werner@aacmicrotec.com>
2018-05-30 15:00:15 -05:00
Christian Mauderer
4b3c8b82a9 bsp/atsam: Remove side effect from gmac functions.
Quite a number of GMAC_... functions had a side effect of enabling the
transmit and receive. During the initialization of the ethernet driver,
that lead to the situation that the receive has been already enabled
while the DMA isn't set up correctly. Therefore the DMA interpreted the
values at address 0 as an DMA descriptor. When a packet is received
during that time, the behaviour is quite undefined.
2018-05-30 08:45:57 +02:00
Sebastian Huber
0fe48afa16 build: Really fix RTEMS_ENABLE_RTEMSBSP()
The d542af2e43 commit was a bad one.

The riscv32 and riscv64 targets share a riscv source directory.  The
potential future powerpcspe and powerpc targets need this change as
well.

For example ${target_arch} is "riscv32" and ${cfg_arch} is "riscv".
2018-05-28 07:08:25 +02:00
Sebastian Huber
877f5d66c4 sptests: Remove CONFIGURE_MILLISECONDS_PER_TICK
This configuration define is not supported.
2018-05-28 06:59:52 +02:00
Sebastian Huber
61d5c88608 config: Hide CONFIGURE_SCHEDULER_COUNT
Rename CONFIGURE_SCHEDULER_COUNT to _CONFIGURE_SCHEDULER_COUNT to
emphasise that this is not a user configuration option.
2018-05-28 06:59:52 +02:00
Sebastian Huber
2292ca22df config: Hide CONFIGURE_INITIAL_EXTENSION_TABLE
Rename CONFIGURE_INITIAL_EXTENSION_TABLE to
_CONFIGURE_INITIAL_EXTENSION_TABLE to emphasise that this is not a user
configuration option.
2018-05-28 06:59:52 +02:00
Sebastian Huber
a03178ba65 build: Fix typo in RTEMS_ENABLE_RTEMSBSP() 2018-05-28 06:59:52 +02:00
Sebastian Huber
3b2817b6e5 gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY
This define is not supported by confdefs.h.  In addition, on ARM the
interrupt stack size is defined by the linker command file.
2018-05-25 10:22:32 +02:00
Christian Mauderer
ef61d892a4 bsp/atsam: Reserve one region for applications.
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.
2018-05-25 07:09:09 +02:00
Joel Sherrill
df71100c66 dltests-broken-on-this-bsp.tcfg: Add dl06 2018-05-21 17:57:50 -05:00
Joel Sherrill
eaf5bec4cd virtex5: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:35 -05:00
Joel Sherrill
17f69e4da2 virtex4: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:35 -05:00
Joel Sherrill
4afc1efa7d virtex: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:34 -05:00
Joel Sherrill
3d43c475d6 tqm8xx: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:34 -05:00
Joel Sherrill
3274ec7577 t32mppc: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:34 -05:00
Joel Sherrill
c20001c4fc ss555: Move -Dxxx to configure.ac
Updates #3425.
2018-05-18 08:22:34 -05:00