Daniel Hellstrom
360fb2fe75
leon,gr1553b: improve init check
...
Check in init3 not needed since same data is already checked in init2
stage. Adds an extra check that the APB register space is available before
accessing it.
Updates #2331 but needs to be applied to 4.11 according to ticket.
2017-08-29 08:44:13 +02:00
Daniel Hellstrom
1ccce05337
libchip,greth: disable driver if SMP kernel
...
Update #2355
2017-08-29 08:44:05 +02:00
Daniel Hellstrom
3471d3da25
leon,occan: remove dead code.
...
Fixes #2878
2017-08-29 08:31:19 +02:00
Daniel Hellstrom
6b339b5af6
leon, grspw: for SMP use GRSPW Packet driver
...
The GRSPW packet driver supports SMP and therefore the legacy GRSPW
driver is disabled for SMP builds.
Update #2355
2017-08-29 08:31:09 +02:00
Joel Sherrill
c58e4f5745
fb/fb.c: include <string.h> for memcpy()
2017-08-27 14:50:47 -05:00
Sebastian Huber
a97d77c187
Include missing <rtems/bspIo.h>
2017-08-25 11:00:32 +02:00
Sebastian Huber
1f22b26945
Include missing <limits.h>
...
Update #2132 .
2017-08-25 10:59:52 +02:00
Sebastian Huber
b2ed712d26
Include missing <string.h>
...
Update #2133 .
2017-08-25 10:58:58 +02:00
Sebastian Huber
695c9c500a
bsp/qoriq: Add qoriq_e6500_64 variant
...
Update #3082 .
2017-08-22 16:27:03 +02:00
Sebastian Huber
95a4b1f975
bsp/qoriq: Enable > 2GiB memory
...
Update #3082 .
2017-08-22 16:27:03 +02:00
Sebastian Huber
c693a3a506
powerpc: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORE
...
In 64-bit mode, the linker must have the ability to restore the TOC
pointer after an external function call.
Update #3082 .
2017-08-22 16:27:03 +02:00
Sebastian Huber
c8aeb76c44
bsp/qoriq: 64-bit MMU support
...
Update #3082 .
2017-08-22 16:27:03 +02:00
Sebastian Huber
77c8101686
bsp/qoriq: 64-bit support for interrupt controller
...
Update #3082 .
2017-08-22 16:27:03 +02:00
Sebastian Huber
5f42a0e478
bsp/qoriq: Enable 64-bit mode for exceptions
...
Update #3082 .
2017-08-22 16:27:02 +02:00
Sebastian Huber
f14da4517f
bsp/qoriq: 64-bit support for spin table
...
Update #3082 .
2017-08-22 16:27:02 +02:00
Sebastian Huber
0ae1916bcf
bsp/qoriq: Copy FDT later
...
We need a ready to use TOC section before we can call bsp_fdt_copy().
Update #3082 .
2017-08-22 16:27:02 +02:00
Sebastian Huber
43cc2b4daf
bsp/qoriq: Add basic 64-bit support
...
Update #3082 .
2017-08-22 16:27:02 +02:00
Sebastian Huber
c6994af7a7
bsp/qoriq: Use LA to load an address
...
Add 64-bit support for LA.
Update #3082 .
2017-08-22 16:27:02 +02:00
Sebastian Huber
0e26c19a07
bsps/powerpc: Add 64-bit CRT init/fini support
...
Update #3082 .
2017-08-22 16:27:01 +02:00
Sebastian Huber
d50124d51b
bsps/powerpc: Rename ppc_exc_wrap_async_normal_end
...
Rename ppc_exc_wrap_async_normal_end to ppc_exc_interrupt_end to avoid a
bit of obfuscation.
Update #3082 .
2017-08-22 16:27:01 +02:00
Sebastian Huber
50382788b3
bsps/powerpc: Add 64-bit SET_SELF_CPU_CONTROL
...
Update #3082 .
2017-08-22 16:27:01 +02:00
Sebastian Huber
60d077f0ba
bsps/powerpc: Add 64-bit linker sections
...
Update #3082 .
2017-08-22 16:27:01 +02:00
Sebastian Huber
241d2f2ff1
bsps: Fix integer types in bsp_fdt_copy()
...
Update #3082 .
2017-08-22 16:27:01 +02:00
Sebastian Huber
d8012bbd65
bsps: Add BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREA
2017-08-22 16:27:01 +02:00
Sebastian Huber
ec25c6ef74
bsps: Fix integer to/from pointer
...
Update #3082 .
2017-08-22 16:27:00 +02:00
Sebastian Huber
a6f84b2753
powerpc: Add 64-bit context/interrupt support
...
Update #3082 .
2017-08-22 16:26:19 +02:00
Sebastian Huber
7837728b13
powerpc: 64-bit _CPU_Context_Initialize() support
...
Update #3082 .
2017-08-22 14:19:00 +02:00
Sebastian Huber
5e1a831e2b
libchip/serial: Fix integer types
...
Update #3082 .
2017-08-22 14:18:59 +02:00
Sebastian Huber
b98e407f63
libchip/ata: Fix integer to/from pointer
...
Update #3082 .
2017-08-22 14:18:58 +02:00
Sebastian Huber
ca9490ca36
bsp/imx: Fix UART interrupt
...
Update #3090 .
2017-08-04 14:46:44 +02:00
Sebastian Huber
694c31f990
bsp/imx: New BSP
...
Update #3090 .
2017-08-04 14:24:56 +02:00
Sebastian Huber
ffe7c0e749
bsps/arm: Add ARMv7-AR Generic Timer clock driver
...
Update #3090 .
2017-08-04 14:22:33 +02:00
Sebastian Huber
ef04443b19
bsps/arm: Add ARMv7-AR Generic Timer support
...
Update #3090 .
2017-08-04 14:22:32 +02:00
Sebastian Huber
30be024aa4
Optional Clock_driver_support_shutdown_hardware()
...
Make Clock_driver_support_shutdown_hardware() optional. This avoids
the atexit() support on memory constrained targets.
2017-08-04 14:22:32 +02:00
Sebastian Huber
a8694035ae
bsps/powerpc: Add PPC_EXC_INTERRUPT_FRAME_SIZE
...
Use a specific define for the interrupt exception frame size.
Update #3082 .
2017-08-01 11:43:57 +02:00
Sebastian Huber
23cb9afeb6
bsps/powerpc: Rename ppc_exc_wrap_async_normal
...
Rename ppc_exc_wrap_async_normal to ppc_exc_interrupt to avoid a bit of
obfuscation.
Update #3082 .
2017-08-01 11:38:32 +02:00
Sebastian Huber
b7be94390b
bsps/powerpc: Do not set ouput format and arch
...
There is no need to explicitly set the output format and architecture in
the linker script. This enables the usage of this linker script with
the ELFv2 ABI (64-bit).
Update #3082 .
2017-07-31 14:39:51 +02:00
Sebastian Huber
65ee42ce8e
bsp/qoriq: Simplify fatal exceptions
...
Avoid use of small-data area, since it is not supported in the ELFv2 ABI
by GCC.
Update #3082 .
2017-07-31 14:39:47 +02:00
Sebastian Huber
2d0a8058a8
bsps/powerpc: Fix format specifiers
2017-07-31 13:43:29 +02:00
Joel Sherrill
dd6992fd7c
Remove Edison BSP.
...
Intel has obsoleted this hardware and the BSP was never completed.
closes #3086 .
2017-07-28 14:17:32 -05:00
Joel Sherrill
9cb874d667
beagle/i2c/bbb-i2c.c: Eliminiate set but not used warning
2017-07-28 14:17:32 -05:00
Sebastian Huber
8966e8a3a0
bsp/qoriq: Fix pre-processor expansion
...
Update #3082 .
Update #3085 .
2017-07-28 15:40:36 +02:00
Sebastian Huber
5d0fa04792
bsp/t32mppc: Set PPC_PER_CPU_CONTROL_REGISTER
2017-07-28 15:03:47 +02:00
Sebastian Huber
585706a4ec
bsp/t32mppc: Add SMP support
2017-07-28 14:43:22 +02:00
Sebastian Huber
cd7991b8df
bsps/powerpc: Fix warning
2017-07-28 13:50:12 +02:00
Sebastian Huber
9379c705a8
bsps/sparc64: Fix warning
2017-07-28 13:40:45 +02:00
Sebastian Huber
0684f3592b
bsp/i386: Fix warning
2017-07-28 13:10:19 +02:00
Sebastian Huber
fd3437c1af
bsp/gen5200: Fix warnings
2017-07-28 13:06:55 +02:00
Sebastian Huber
a9f5812505
bsp/qoriq: Fix warning
2017-07-28 13:06:41 +02:00
Sebastian Huber
0db7c550ac
bsp/qoriq: New BSP names
...
Due to the FDT support we can now reduce the BSP variants. Use the
processor core to define the BSP variants.
Update #3082 .
Update #3085 .
2017-07-28 10:12:36 +02:00