Sebastian Huber
eab538cf9e
score: Fix warning
...
Close #2454 .
2015-11-04 07:39:45 +01:00
Sebastian Huber
893f9efe10
sptests/spsimplesched02: Fix warning
...
Close #2455 .
2015-11-04 07:37:41 +01:00
Isaac Gutekunst
c20847a5ad
Add STM32F7 HAL Files
...
These files originated as:
+ STC32CubeF7 V1.1.0 from http://www.st.com/web/en/catalog/tools/PF261909
2015-11-03 17:34:20 -06:00
Isaac Gutekunst
370c09a1f4
Add STM32F4 HAL Files
...
The origin of this code is:
+ STM32CubeF4 V1.8.0 from http://www.st.com/web/en/catalog/tools/PF259243
2015-11-03 17:31:07 -06:00
Ben Gras
2502e26dda
Leftover gpio function rename
...
Rename rtems_bsp_select_specific_io to rtems_gpio_bsp_select_specific_io.
Should've gone with 5c337d7 . Fixes #2456 .
2015-11-03 18:02:26 +01:00
Sebastian Huber
08a807b0ad
libblock: Print block sizes and count
2015-11-02 08:21:49 +01:00
Sebastian Huber
09d4f629b2
libblock: Avoid NULL pointer access
2015-11-02 08:21:49 +01:00
Jan Sommer
65243416f9
ada: Add missing include
...
Include stackimpl.h otherwise PTHREAD_MINIMUM_STACK_SIZE cannot be
evaluated.
2015-10-30 07:44:45 +01:00
Sebastian Huber
d65ed62b28
bsp/qoriq: Fix interrupt support for T series
2015-10-28 13:06:18 +01:00
Sebastian Huber
98df160cab
bsp/qoriq: Add BMan, QMan and FMan to memory map
2015-10-28 13:06:17 +01:00
Sebastian Huber
f966d608e2
bsp/qoriq: Flush and invalidate L2 cache
2015-10-28 13:06:17 +01:00
Sebastian Huber
ac4f1718db
bsp/qoriq: Invalidate L1 cache on boot processor
2015-10-28 13:06:17 +01:00
Sebastian Huber
3abfe7ca2a
bsp/qoriq: Map intercom area only if necessary
2015-10-28 13:06:17 +01:00
Sebastian Huber
dd863f8955
bsp/qoriq: Add BMan and QMan portals to memory map
2015-10-28 13:06:14 +01:00
Sebastian Huber
9dab6ecaf0
bsp/qoriq: Increase non-cacheable region
2015-10-28 13:05:50 +01:00
Sebastian Huber
9fa9371021
bsp/qoriq: Drop M flag from device IO regions
2015-10-28 13:04:19 +01:00
Sebastian Huber
53c99b8ad1
bsps: Generalize .nocacheheap to .nocachenoload
...
Add ability to place data in a non-loadable cache-inhibited area.
2015-10-28 13:04:19 +01:00
Sebastian Huber
e96feebdd1
powerpc: Add FSL cache defines
2015-10-28 13:04:19 +01:00
Joel Sherrill
69be1a222a
CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checked
...
closes #2431 .
2015-10-27 07:31:29 -05:00
Sebastian Huber
bc792bb3bd
basdefs.h: Add and use RTEMS_PACKED
2015-10-26 09:13:19 +01:00
Sebastian Huber
f97536dcd3
basdefs.h: Add and use RTEMS_UNUSED
2015-10-26 09:13:19 +01:00
Sebastian Huber
c52568dcdb
basdefs.h: Add and use RTEMS_DEPRECATED
2015-10-26 09:13:19 +01:00
Sebastian Huber
a3ba5b3798
basdefs.h: Add RTEMS_PURE
2015-10-26 09:13:19 +01:00
Sebastian Huber
143696acbd
basedefs.h: Add and use RTEMS_NO_RETURN
2015-10-26 09:13:19 +01:00
Sebastian Huber
2423857f38
basedefs.h: Add compiler attributes
2015-10-26 09:13:19 +01:00
Sebastian Huber
7d59bb6229
RFS: Fix resource leak
...
Close #2433 .
2015-10-26 07:29:47 +01:00
Ben Gras
7e06bd982b
Fail gracefully if pax is not found
...
The $(PAX) variable is used unconditionally so it shouldn't be
left empty if not found at configure time. Fixes #2437 .
2015-10-22 21:56:50 +02:00
Sudarshan Rajagopalan
5c337d7e37
Fixes GPIO APIs Naming Convention and Comments
...
Closes #2435 .
2015-10-21 17:34:12 +02:00
Ben Gras
6f6e5d758f
libbsp/Makefile.am: gpio.h as preinstalled header
...
Also regenerate preinstall.am. Closes #2434 .
2015-10-21 16:57:05 +02:00
Joel Sherrill
473294c5a2
moxiesim/configure.ac: Fix typo
...
updates 2254.
2015-10-20 18:07:15 -05:00
Joel Sherrill
7b07ac27e3
h8sim-testsuite.tcfg: Add fsdosfsname01
...
closes #2432 .
2015-10-20 16:37:18 -05:00
Sebastian Huber
c07481c7df
bsp/leon3: Fix Termios context usage
...
Only the context of the console device was used and this is wrong in
case more than one APBUART device is available.
2015-10-20 11:29:57 +02:00
Sebastian Huber
e29f1f551c
bsp/qoriq: Use U-Boot provided FDT
2015-10-19 09:51:28 +02:00
Sebastian Huber
c03c71b170
libfdt: Merge into librtemscpu
...
This allows BSPs to use this library.
2015-10-19 09:51:28 +02:00
Sebastian Huber
0b0969efc3
bsp/qoriq: Simplify initialization
2015-10-19 09:51:28 +02:00
Sebastian Huber
36b9f66861
bsp/qoriq: Initialize FPU on secondary thread
2015-10-19 09:51:28 +02:00
Sebastian Huber
175263ec91
libfdt: Initial import
...
Import from:
git://git.kernel.org/pub/scm/utils/dtc/dtc.git
Commit:
604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e
Date:
2015-09-29T09:09:08Z
2015-10-16 07:46:56 +02:00
Sebastian Huber
54406d9f6c
Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
...
This define accidentally re-appeared.
2015-10-15 11:56:15 +02:00
Sebastian Huber
2f5e3c72b1
bsp/qoriq: Add missing isync after mtmsr
2015-10-15 10:45:20 +02:00
Sebastian Huber
cff773f580
libstdthreads: Add C11 threads
2015-10-14 07:47:12 +02:00
Sebastian Huber
e3330899f3
libstdthreads: Import from FreeBSD
2015-10-14 07:47:12 +02:00
Sebastian Huber
27390a29a5
bsps/arm: Add missing translation table entry
...
See also bc82094679 .
2015-10-14 07:46:23 +02:00
Sebastian Huber
cf8e03388b
bsp/qoriq: Add nocache heap
2015-10-08 13:35:27 +02:00
Sebastian Huber
bc82094679
bsps: Add .nocacheheap section
...
This avoids consumption of a loadable address space for the nocache
heap.
2015-10-08 13:34:40 +02:00
Sebastian Huber
707ecbe4ec
bsp/qoriq: Add BMan and QMan Portals
2015-10-07 13:53:15 +02:00
Sebastian Huber
01531fb6a7
bsp/qoriq: Initilize FPU
2015-10-07 13:38:59 +02:00
Sebastian Huber
55c8d19d7b
bsp/qoriq: Move BUCSR initialization
2015-10-07 09:52:04 +02:00
Sebastian Huber
6959e663e4
epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITY
2015-10-07 09:13:23 +02:00
Sebastian Huber
ba1ed5240b
SMP: Optimize ticket lock implementation
...
This reverts the relevant part of commit
da06fe948c . The acquire/release order is
superfluous for the next ticket increment. The mutual exclusion is
guaranteed by the acquire load from and release store to the next
serving atomic variable.
2015-10-02 08:05:21 +02:00
Sebastian Huber
08317ef3ff
powerpc: Use wrtee for e6500 multilib
...
This reduces the code size.
2015-10-02 07:30:13 +02:00