summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber7-92/+14
2015-04-22score: Delete bogus THREAD_QUEUE_WAIT_FOREVERSebastian Huber8-12/+7
2015-04-21score: Delete object control block ISR lockSebastian Huber6-181/+1
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber9-102/+139
2015-04-21score: Modify _Thread_Dispatch_disable_critical()Sebastian Huber2-9/+11
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber4-9/+14
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber11-55/+65
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber2-2/+38
2015-04-20score: Refactor SMP cache manager supportSebastian Huber3-8/+167
2015-04-17or1k-utility.h: Add missing end of C++ header patternJoel Sherrill1-0/+4
2015-04-17score: Improve assertMartin Galvan1-1/+5
2015-04-17Fix build for non-SPARC targetsSebastian Huber2-2/+15
2015-04-17sapi: Avoid declaration in source, fix typeSebastian Huber3-5/+5
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-4/+5
2015-04-17DRVMGR: remove struct driver registration funcDaniel Hellstrom3-117/+44
2015-04-17DRVMGR: clean-up DRV_OPS_NUMDaniel Hellstrom2-3/+4
2015-04-17DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTYDaniel Hellstrom2-2/+2
2015-04-17DRVMGR: KEY_TYPE now a enum drvmgr_ktDaniel Hellstrom4-23/+27
2015-04-17DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom3-5/+6
2015-04-17DRVMGR: change name of freq_get to get_freqDaniel Hellstrom3-6/+6
2015-04-17DRVMGR: renamed private drv_mgr and its struct nameDaniel Hellstrom9-35/+35
2015-04-17DRVMGR: updated READMEDaniel Hellstrom1-3/+4
2015-04-17DRVMGR: only build on SPARC platformDaniel Hellstrom4-1/+20
2015-04-17LIBPCI: updated license to rtems.orgDaniel Hellstrom32-32/+32
2015-04-17DRVMGR: updated license to rtems.orgDaniel Hellstrom22-22/+22
2015-04-17DRVMGR: removed a goto and added commentsDaniel Hellstrom1-3/+5
2015-04-17LIBPCI: new implementation private header fileDaniel Hellstrom7-45/+56
2015-04-17LIBPCI: various comment/unsed clean-upsDaniel Hellstrom1-14/+9
2015-04-17LIBPCI: use enum with pci_system_typeDaniel Hellstrom2-3/+3
2015-04-17LIBPCI: use RTEMS_INLINE_ROUTINEDaniel Hellstrom2-35/+40
2015-04-17LIBPCI: moved comment out of license headerDaniel Hellstrom1-4/+9
2015-04-17PCI BUS: moved comment out of license headerDaniel Hellstrom2-24/+22
2015-04-17DRVMGR: clean-up Makefile.amDaniel Hellstrom1-4/+0
2015-04-17DRVMGR: use RTEMS_INLINE_ROUTINEDaniel Hellstrom1-2/+4
2015-04-17LIBPCI: added license and auto-gen comment to pci/ids.hDaniel Hellstrom1-1/+26
2015-04-17LIBPCI: clean-up pci_for_each_child() search argDaniel Hellstrom1-1/+4
2015-04-17LIBPCI: remove $Id in makefile.amDaniel Hellstrom1-4/+0
2015-04-17LIBPCI: converted to BSD headerDaniel Hellstrom14-1158/+1833
2015-04-17DRVMGR: PCI BUS converted to BSD headerDaniel Hellstrom1-8/+8
2015-04-17LIBPCI: moved pci_bus copyright into a single lineDaniel Hellstrom2-4/+2
2015-04-17LIBPCI: moved copyright into a single lineDaniel Hellstrom27-54/+27
2015-04-17LIBPCI: removed unused changes fileDaniel Hellstrom1-46/+0
2015-04-17LIBPCI: fixed RES2DEV in pci/cfg.hDaniel Hellstrom1-2/+5
2015-04-17DRVMGR: updated copyright into one line onlyDaniel Hellstrom22-44/+22
2015-04-17NGMP PCI: added support for NGMP prototype boardsDaniel Hellstrom1-0/+1
2015-04-17GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI deviceDaniel Hellstrom3-0/+8
2015-04-17GRSPW: New packet based driver for SPW/SPW2/SPW2_DMADaniel Hellstrom1-0/+6
2015-04-17DRVMGR: add LEON BSPs driver registrationDaniel Hellstrom1-3/+215
2015-04-17DRVMGR: added drvmgr shell commandDaniel Hellstrom3-1/+436
2015-04-17LIBPCI: added DRVMGR model for PCI busDaniel Hellstrom4-0/+740