summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mcf5225x/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* mcf52235/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* pc386/clock/ckinit.c: Remove prototyped but not defined warningJoel Sherrill2015-05-211-1/+0
|
* arm/shared/lpc/clock/lpc-clock-config.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* mcf52235-testsuite.tcfg: Add syscall01Joel Sherrill2015-05-211-0/+1
|
* Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill2015-05-2125-25/+25
| | | | | | Fix typo. closes 2345.
* simsh2e-testsuite.tcfg: Add fileioJoel Sherrill2015-05-211-0/+1
|
* simsh1-testsuite.tcfg: Add fileioJoel Sherrill2015-05-211-0/+1
|
* bsp/tms570: TypoSebastian Huber2015-05-211-1/+1
|
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-2048-640/+685
| | | | Update #2271.
* Remove obsolete rtems_clock_major/minorSebastian Huber2015-05-141-14/+0
| | | | | These global variables are obsolete since 65f71f8472fa904ca48b816301ed0810def47001.
* mrm332-testsuite.tcfg: Add fileioJoel Sherrill2015-05-071-0/+1
|
* bsps/sparc: Use inline functions for cache managerSebastian Huber2015-04-273-46/+32
|
* bsps/cache: Clarify range functions supportSebastian Huber2015-04-272-4/+6
|
* Fix broken BSPs due to a shared cache function declaration.Hesham ALMatary2015-04-271-1/+0
| | | | | Get rid of _CPU_cache_invalidate_instruction_range declaration as it doesn't make sense here.
* Fix or1k C++ build failureHesham ALMatary2015-04-261-0/+7
| | | | Closes #2329
* simsh*.tcfg: Add iostreamJoel Sherrill2015-04-234-0/+4
|
* gensh2-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* gensh1-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* mbx8xx/include/bsp.h: Add include of <rtems/irq.h>Joel Sherrill2015-04-231-0/+1
|
* ods68302-testsuite.tcfg: Add iosteamJoel Sherrill2015-04-231-0/+1
|
* mrm332-testsuite.tcfg: Add iostream and sptls02Joel Sherrill2015-04-231-0/+2
|
* mcf5225x-testsuite.tcfg: Add iostreamJoel Sherrill2015-04-231-0/+1
|
* lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add sptls02Joel Sherrill2015-04-231-0/+1
|
* lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill2015-04-232-0/+2
|
* score: Refactor SMP cache manager supportSebastian Huber2015-04-201-172/+51
|
* Rename or1ksim BSP to generic_or1kHesham ALMatary2015-04-1924-255/+255
| | | | | | | 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.
* LEON3: gptimer drvmgr init simplified wrt bootDaniel Hellstrom2015-04-171-40/+6
|
* LEON3: move timer variable to where initializedDaniel Hellstrom2015-04-172-5/+2
|
* LEON3: simplify amba initializationDaniel Hellstrom2015-04-171-7/+2
|
* LEON3: clock irq always same as timer instanceDaniel Hellstrom2015-04-171-10/+1
| | | | | | 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.
* DRVMGR: remove struct driver registration funcDaniel Hellstrom2015-04-172-6/+6
|
* DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTYDaniel Hellstrom2015-04-172-2/+2
|
* DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom2015-04-1723-78/+78
|
* DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom2015-04-171-1/+1
|
* DRVMGR: change name of freq_get to get_freqDaniel Hellstrom2015-04-171-1/+1
|
* sparc bsps: updated license to rtems.orgDaniel Hellstrom2015-04-1792-92/+92
|
* leon3,ngmp: cpucounter initialization use proper namesDaniel Hellstrom2015-04-171-2/+3
| | | | | | To be merged with "leon3,ngmp: simplify cpucounter initialization" .. as an affect of previous patch, the next must be updated too.
* leon3: timer config updated to use proper namingDaniel Hellstrom2015-04-172-7/+7
| | | | To be merged with "leon3: make timer initialization configurable"
* LEON: converted LEON4-N2X to BSD headerDaniel Hellstrom2015-04-171-4/+4
|
* LEON: converted PCI peripherals to BSD headerDaniel Hellstrom2015-04-175-24/+24
|
* LEON: converted AT697,GRPCi,GRPCI2,PCIF to BSD headerDaniel Hellstrom2015-04-174-40/+31
|
* LEON: move driver headers to bsp/ directoryDaniel Hellstrom2015-04-1758-432/+432
|
* MCTRL: fix build warnings in MCTRL driverDaniel Hellstrom2015-04-176-0/+38
|
* AMBAPP GRLIB: fix build warningsDaniel Hellstrom2015-04-171-0/+3
|
* LEON2: fix build warningsDaniel Hellstrom2015-04-171-22/+11
|
* AMBAPP_BUS: fix build warningsDaniel Hellstrom2015-04-171-23/+18
|
* LEON CONS: fix build warningsDaniel Hellstrom2015-04-171-1/+1
|
* GR-TMTC-1553: fix build warningsDaniel Hellstrom2015-04-172-12/+16
|
* GR-RASTA-TMTC: fix build warningsDaniel Hellstrom2015-04-172-17/+20
|