summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added USB interrupt handler. And defined some macros regarding USB.Deval Shah2016-07-233-0/+25
* bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa2016-07-221-2/+23
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Assert proper seqlock writer stateSebastian Huber2016-07-221-0/+3
* score: Add debug support to chainsSebastian Huber2016-07-2217-11/+116
* posix: Fix double chain extractSebastian Huber2016-07-211-5/+2
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa2016-07-201-9/+22
* arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa2016-07-201-7/+7
* arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa2016-07-203-6/+66
* bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2016-07-202-8/+58
* arm/raspberrypi: cache manager can be used for mailbox synchronization now. R...Pavel Pisa2016-07-201-33/+2
* bsps/powerpc: Fix shared console driverSebastian Huber2016-07-191-13/+9
* bsps/powerpc: Fix AtliVec context switchSebastian Huber2016-07-192-62/+68
* beagle: pwm polishingPunit Vara2016-07-174-309/+568
* Misc: Spell length correctlyJoel Sherrill2016-07-128-9/+9
* DOSFS - LENGHT -> LENGTHJoel Sherrill2016-07-124-6/+6
* bsps/powerpc: Fix AltiVec enableSebastian Huber2016-07-123-0/+3
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-063-25/+24
* score: Do not disable ISR in _Terminate()Sebastian Huber2016-07-062-9/+1
* Config (.cfg) files are only valid if deeper than 5.Chris Johns2016-07-061-1/+1
* rtems-bsps: Update 4.11 to 4.12Joel Sherrill2016-07-051-1/+1
* shared/console-polled.c: Use standard fatal error codesJoel Sherrill2016-07-051-3/+3
* bsps/arm: Fix basic cache support for SMPSebastian Huber2016-07-051-8/+8
* Beaglebone: Update PWM driver imported from BBBIOPunit Vara2016-07-044-386/+611
* Beaglebone: Add original BBBIO PWM driverPunit Vara2016-07-042-0/+448
* bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2016-07-043-48/+97
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa2016-07-0410-124/+190
* bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa2016-07-041-0/+4
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-043-1/+72
* arm/raspberrypi: update VideoCore cache flush workaround to work on RPi2.Pavel Pisa2016-07-041-2/+13
* score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2016-07-042-2/+9
* arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2016-07-042-0/+7
* bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa2016-07-045-7/+175
* arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa2016-07-042-0/+31
* bsp/atsam: Add RTC driverAlexander Krutwig2016-07-042-1/+104
* libchip: Simplify RTC driverSebastian Huber2016-07-0414-39/+13
* net: Fix byte order issue for getnameinfo()Sebastian Huber2016-07-012-15/+13
* score: Change scheduler node init and destroySebastian Huber2016-07-0123-64/+107
* score: Fix MPCI message layoutSebastian Huber2016-07-011-1/+1
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-0113-102/+306
* score: Workaround for #2751Sebastian Huber2016-07-011-0/+4
* score: Next try to fix thread lock on SMPSebastian Huber2016-07-011-6/+16
* score: Fix priority affinity SMP schedulerSebastian Huber2016-07-011-2/+10
* smptests/smpstrongapa01: SimplifySebastian Huber2016-06-301-5/+1
* smptests/smpstrongapa01: Add test casesSebastian Huber2016-06-301-3/+300
* bsps: Do not use fast idle clock for SMPSebastian Huber2016-06-301-13/+15
* score: Strong APA scheduler processor allocationSebastian Huber2016-06-303-24/+24
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-307-34/+37