Martin Galvan
b4d7d5d52e
sonic.c: Fix warning on gcc 6
...
GCC 6.0 previews give the following warning on sonic.c:
../../../../../rtems/c/src/libchip/network/sonic.c:837:11: warning:
statement is indented as if it were guarded by... [-Wmisleading-indentation]
This was discussed here:
https://lists.rtems.org/pipermail/devel/2016-March/014004.html
and we concluded it would be better to rewrite the entire snippet.
2016-05-06 17:08:47 -03:00
Sebastian Huber
1d40d81b4b
rtems: Remove task variables
...
Update #2494 .
Update #2555 .
2016-05-04 07:24:30 +02:00
Sebastian Huber
159b637015
bsp/mvme5500: Use thread local variable
...
Use thread local variable instead of task variable.
Update #2494 .
2016-05-04 07:24:29 +02:00
Sebastian Huber
0000791312
bsp/qoriq: Add and use qoriq_reset_qman_and_bman()
2016-05-02 07:46:13 +02:00
Sebastian Huber
ddc12de4a3
bsp/qoriq: Add DCFG to memory map
2016-05-02 07:46:13 +02:00
Sebastian Huber
d8f4689dba
bsp/qoriq: Add bsp_restart()
2016-04-22 14:30:07 +02:00
Sebastian Huber
2816c84a55
bsp/qoriq: Use IPI_INDEX throughout
2016-04-22 14:30:07 +02:00
Sebastian Huber
9b1f338de9
bsp/qoriq: Add qoriq_start_spin_table_addr[]
...
Make the U-Boot start spin table addresses globally available for a
soft-reset.
2016-04-22 14:30:06 +02:00
Sebastian Huber
2c68a47e08
bsp/qoriq: Add qoriq_tlb1_invalidate_all_by_ts()
...
Generalize qoriq_tlb1_ts_0_only() to qoriq_tlb1_invalidate_all_by_ts().
2016-04-22 14:30:06 +02:00
Sebastian Huber
582e427280
bsp/qoriq: Move L1 cache invalidate function
2016-04-22 14:30:06 +02:00
Sebastian Huber
0ac0632b5c
bsp/qoriq: Do not reset time base
...
We may use this as an entropy source.
2016-04-22 14:30:06 +02:00
Sebastian Huber
178180aa1c
bsps: Copy FDT only if source != destination
2016-04-22 14:30:06 +02:00
Sebastian Huber
d35e6dded3
powerpc: Add FSL_EIS_TENSR, etc. defines
2016-04-22 14:30:05 +02:00
Sebastian Huber
c287dc0f46
bsp/qoriq: Flush and invalidate all L2 caches
2016-04-22 09:25:10 +02:00
Sebastian Huber
6a46d9974f
bsp/qoriq: Optionally initialize register HID0
...
Enable the L2MMU multiple-hit detection on the e6500 core.
2016-04-22 09:25:10 +02:00
Pavel Pisa
b752f9454f
i386/pc386: reimplemented check for unused EDID entry in fb_vesa.c to suppress GCC 6 warning.
...
closes #2634
2016-04-16 15:01:47 +02:00
Joel Sherrill
e65c45c4b6
Obsolete rtems_clock_get() directive.
...
This service was marked as deprecated long prior to the 4.11 release
series and is now being removed.
closes #2676 .
2016-04-14 16:36:53 -05:00
Sebastian Huber
a12724f934
bsp/qoriq: Fix MMU initialization for e6500
...
In case a hypervisor mode is present, then we must set MAS8 for some TLB
operations, otherwise the run-time behaviour is unpredictable.
2016-04-14 07:59:55 +02:00
Sebastian Huber
d2c8693e15
bsp/atsam: Fix mbuf allocation
2016-04-01 08:33:29 +02:00
Sebastian Huber
2803314e1c
bsp/leon3: Remove dead code
2016-03-31 13:33:45 +02:00
Alexander Krutwig
fb29ca55ea
bsp/atsam: Add network interface driver
2016-03-31 13:00:44 +02:00
Sebastian Huber
0bd49f1535
bsp/atsam: Add nocache region support
2016-03-31 12:58:19 +02:00
Sebastian Huber
935e9c7dfc
bsp/atsam: Fix sizes of internal SRAM
2016-03-31 12:58:19 +02:00
Chris Johns
0a2f5bdd19
bsp/pc386: Fix --console=/--printk= argument parsing.
2016-03-31 14:45:59 +11:00
Joel Sherrill
d33ab8256d
v850/gdbv850sim/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:24 -05:00
Joel Sherrill
f7e2ceb4ac
sparc64/usiii/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:24 -05:00
Joel Sherrill
c412142f20
sparc64/niagara/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:24 -05:00
Joel Sherrill
23e574699c
sparc/erc32/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:24 -05:00
Joel Sherrill
be13774bcf
sh/shared/console.c: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
64f3cf8af4
sh/gensh2/startup/hw_init.c: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
09a21c59d9
powerpc/virtex5/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
bea9a25e2e
powerpc/virtex4/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
c9705f037a
powerpc/virtex/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
d379a62976
powerpc/qemuppc/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
c5ecb95c63
powerpc/psim/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
bf820a6f47
powerpc/haleakala/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
ff9f426cbd
moxie/moxiesim/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
7054fccf6f
mips/rbtx4938/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
fd2987774c
mips/rbtx4925/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
fd437ab396
mips/malta/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
aafd8188ca
mips/jmr3904/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
bbea36cd08
mips/hurricane/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
241c1b8e0b
mips/csb350/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
482fdd5510
m68k/uC5282/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
6d27f69c6f
m68k/mvme167/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
2816b1afab
m68k/mvme162/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
1d1b6f7a87
m68k/mvme147s/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:23 -05:00
Joel Sherrill
68a5bfcc5f
m68k/mvme147/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:22 -05:00
Joel Sherrill
ce019f3ddc
m68k/mvme147/console/console.c: Do not include <rtems/iosupp.h>
2016-03-30 14:04:22 -05:00
Joel Sherrill
228942f583
m68k/mrm332/include/bsp.h: Do not include <rtems/iosupp.h>
2016-03-30 14:04:22 -05:00