Joel Sherrill
60e4c0094a
arm/s3c24xx/clock/clockdrv.c: Remove unused variable warning
2015-05-21 08:28:58 -07:00
Joel Sherrill
562c1b1b6d
arm/lpc22xx/clock/clockdrv.c: Remove unused variable warning
2015-05-21 08:28:56 -07:00
Joel Sherrill
efd351d2f8
powerpc/shared/clock/clock.c: Remove unused variable warning
2015-05-21 08:28:56 -07:00
Joel Sherrill
68592d5432
mpc55xxevb/clock/clock-config.c: Remove unused variable warning
2015-05-21 08:28:55 -07:00
Joel Sherrill
4004d971fa
mcf5225x/clock/clock.c: Remove unused variable warning
2015-05-21 08:28:55 -07:00
Joel Sherrill
2a605f6495
mcf52235/clock/clock.c: Remove unused variable warning
2015-05-21 08:28:55 -07:00
Joel Sherrill
5a9c3c1053
pc386/clock/ckinit.c: Remove prototyped but not defined warning
2015-05-21 08:28:55 -07:00
Joel Sherrill
52258f1344
arm/shared/lpc/clock/lpc-clock-config.c: Remove unused variable warning
2015-05-21 08:28:54 -07:00
Joel Sherrill
1c0663b48f
mcf52235-testsuite.tcfg: Add syscall01
2015-05-21 08:28:54 -07:00
Joel Sherrill
0afac6ab66
Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)
...
Fix typo.
closes 2345.
2015-05-21 08:28:54 -07:00
Joel Sherrill
22e576dfde
simsh2e-testsuite.tcfg: Add fileio
2015-05-21 08:28:53 -07:00
Joel Sherrill
bb997dd9c2
simsh1-testsuite.tcfg: Add fileio
2015-05-21 08:28:53 -07:00
Sebastian Huber
95889465e8
bsp/tms570: Typo
2015-05-21 17:27:34 +02:00
Alexander Krutwig
75acd9e69f
bsps: Convert clock drivers to use a timecounter
...
Update #2271 .
2015-05-20 08:40:34 +02:00
Sebastian Huber
a0001d64fe
Remove obsolete rtems_clock_major/minor
...
These global variables are obsolete since
65f71f8472 .
2015-05-14 11:17:00 +02:00
Joel Sherrill
438e78e8c0
mrm332-testsuite.tcfg: Add fileio
2015-05-07 08:31:29 -05:00
Sebastian Huber
7f53035504
bsps/sparc: Use inline functions for cache manager
2015-04-27 10:11:47 +02:00
Sebastian Huber
4bf2a6aa09
bsps/cache: Clarify range functions support
2015-04-27 09:40:16 +02:00
Hesham ALMatary
1602bf3973
Fix broken BSPs due to a shared cache function declaration.
...
Get rid of _CPU_cache_invalidate_instruction_range declaration
as it doesn't make sense here.
2015-04-27 09:25:39 +02:00
Hesham ALMatary
3dead51edd
Fix or1k C++ build failure
...
Closes #2329
2015-04-26 12:44:12 -05:00
Joel Sherrill
5a8cd17d3c
simsh*.tcfg: Add iostream
2015-04-23 12:48:04 -05:00
Joel Sherrill
d9ef7ebe11
gensh2-testsuite.tcfg: Add iostream
2015-04-23 12:48:04 -05:00
Joel Sherrill
07d9954b61
gensh1-testsuite.tcfg: Add iostream
2015-04-23 12:48:03 -05:00
Joel Sherrill
ba885bde9f
mbx8xx/include/bsp.h: Add include of <rtems/irq.h>
2015-04-23 12:48:03 -05:00
Joel Sherrill
9a9614e5c9
ods68302-testsuite.tcfg: Add iosteam
2015-04-23 12:48:03 -05:00
Joel Sherrill
f620ac7a0e
mrm332-testsuite.tcfg: Add iostream and sptls02
2015-04-23 12:48:03 -05:00
Joel Sherrill
0c87234fa9
mcf5225x-testsuite.tcfg: Add iostream
2015-04-23 12:48:02 -05:00
Joel Sherrill
e38fdc22e8
lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add sptls02
2015-04-23 12:48:02 -05:00
Joel Sherrill
2e9baac047
lm3s3749-testsuite.tcfg: Add cdtest
2015-04-23 12:48:02 -05:00
Sebastian Huber
26c142e5ad
score: Refactor SMP cache manager support
2015-04-20 08:23:25 +02:00
Hesham ALMatary
3d597c04ed
Rename or1ksim BSP to generic_or1k
...
or1ksim BSP was initially named after or1ksim simulator, and it was
intented to only run there. But now it can also run on QEMU, jor1k and
real FPGA boards without modifications. It makes more sense to give
it a new generic name like generic_or1k.
2015-04-19 06:26:36 -04:00
Daniel Hellstrom
c77e3cb1b0
LEON3: gptimer drvmgr init simplified wrt boot
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
9fe249d032
LEON3: move timer variable to where initialized
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
efd43ad162
LEON3: simplify amba initialization
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
628e739368
LEON3: clock irq always same as timer instance
...
The leon.h already contains the definition of LEON3_CLOCK_INDEX
and irq must always follow that when separate IRQ is supported by
the HW. The definitions are resued from leon.h.
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
291c53917d
DRVMGR: remove struct driver registration func
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
bef5e23ef6
DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTY
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
4d3e70f4a6
DRVMGR: KEY_TYPE now a enum drvmgr_kt
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
14d55debf1
DRVMGR: renamed info_dev to get_info_dev
2015-04-17 01:10:30 +02:00
Daniel Hellstrom
246fe225f1
DRVMGR: change name of freq_get to get_freq
2015-04-17 01:10:29 +02:00
Daniel Hellstrom
4a7d1026ec
sparc bsps: updated license to rtems.org
2015-04-17 01:10:28 +02:00
Daniel Hellstrom
159ee99067
leon3,ngmp: cpucounter initialization use proper names
...
To be merged with "leon3,ngmp: simplify cpucounter initialization"
.. as an affect of previous patch, the next must be updated too.
2015-04-17 01:10:27 +02:00
Daniel Hellstrom
5564b5a041
leon3: timer config updated to use proper naming
...
To be merged with "leon3: make timer initialization configurable"
2015-04-17 01:10:27 +02:00
Daniel Hellstrom
9b292eaf4e
LEON: converted LEON4-N2X to BSD header
2015-04-17 01:10:27 +02:00
Daniel Hellstrom
8b29637c67
LEON: converted PCI peripherals to BSD header
2015-04-17 01:10:27 +02:00
Daniel Hellstrom
d5ca82167f
LEON: converted AT697,GRPCi,GRPCI2,PCIF to BSD header
2015-04-17 01:10:26 +02:00
Daniel Hellstrom
5823bae82b
LEON: move driver headers to bsp/ directory
2015-04-17 01:10:26 +02:00
Daniel Hellstrom
445e25316c
MCTRL: fix build warnings in MCTRL driver
2015-04-17 01:10:25 +02:00
Daniel Hellstrom
dbfa7c98cd
AMBAPP GRLIB: fix build warnings
2015-04-17 01:10:25 +02:00
Daniel Hellstrom
62fb177809
LEON2: fix build warnings
2015-04-17 01:10:25 +02:00