summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa2016-09-2216-0/+3519
* arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa2016-09-221-1/+5
* bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa2016-09-221-0/+1
* classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2016-09-212-106/+98
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-218-343/+1211
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-216-0/+172
* smptests/smpmutex01: Use test case functionsSebastian Huber2016-09-211-2/+24
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-215-0/+33
* score: Add scheduler node table for each threadSebastian Huber2016-09-217-58/+156
* score: Rework thread priority managementSebastian Huber2016-09-2168-1512/+2854
* classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa2016-09-205-40/+5
* termios: Add IO control handlerSebastian Huber2016-09-192-2/+20
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-1911-435/+350
* libtests/devfs: Use printk()Sebastian Huber2016-09-193-5/+5
* fstests: Use printk() for IMFS configuration testsSebastian Huber2016-09-192-4/+4
* tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEMSebastian Huber2016-09-197-7/+0
* imfs: Untangle dependenciesSebastian Huber2016-09-193-89/+116
* imfs: Fix IMFS_stat_file()Sebastian Huber2016-09-162-6/+3
* bsp/atsam: Add SPI bus driverAlexander Krutwig2016-09-166-0/+770
* Add SPI bus frameworkAlexander Krutwig2016-09-1611-0/+1199
* bsp/atsam: Use normal memory for QSPI flash areaAlexander Krutwig2016-09-161-2/+2
* arm/raspberrypi: define bsp_reset to restart board by watchdog.Pavel Pisa2016-09-083-1/+82
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-0825-52/+84
* score: Add scheduler node implementation headerSebastian Huber2016-09-086-106/+140
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-089-144/+220
* score: Move scheduler node to own header fileSebastian Huber2016-09-085-163/+196
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0835-188/+237
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-0816-92/+68
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-09-081-0/+1
* powerpc: Fix SMP context switchSebastian Huber2016-09-081-61/+62
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-0813-1/+1547
* libdl: Add ARM C++ relocation record support.Chris Johns2016-09-082-2/+18
* stackchk: Fix stack checker thread initializationSebastian Huber2016-09-082-30/+4
* stackchk: Use a const pattern to checkSebastian Huber2016-09-082-90/+51
* stackchk: Remove superfluous internal header fileSebastian Huber2016-09-083-103/+26
* bsp/raspberrypi: Rename fileSebastian Huber2016-09-082-1/+1
* arm/raspberrypi: use GPU/system timer as clock source.Pavel Pisa2016-09-071-36/+62
* arm/raspberrypi: correct and extend definitions for GPU timer.Pavel Pisa2016-09-072-7/+16
* arm/raspberrypi: basic BCM2836 SMP implementation.Pavel Pisa2016-09-078-4/+230
* arm/raspberrypi: propagate number of configured CPUs into linker script.Pavel Pisa2016-09-072-0/+16
* arm/raspberrypi: rename linkcmds to linkcmds.in to allow their configure proc...Pavel Pisa2016-09-073-4/+3
* arm/raspberrypi: more definitions of BCM2836 core local peripherals.Pavel Pisa2016-09-071-2/+140
* arm/raspberrypi: include definitions of BCM2836 SMP mailboxes.Rohini Kulkarni2016-09-071-0/+26
* bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa2016-09-071-48/+60
* bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa2016-09-071-9/+1
* bsps/arm: use defines for cache type register format field.Pavel Pisa2016-09-071-9/+30
* bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer2016-09-073-1/+56