summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/microblaze (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber1-0/+7
2023-08-30microblaze: Add libdl supportAlex White1-0/+83
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber1-41/+0
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber4-5/+11
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber2-4/+4
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber1-8/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber1-0/+11
2022-05-04cpukit/microblaze: Add file headers and licensesRyan Long2-0/+70
2022-02-23cpukit/libdebugger: Add MicroBlaze supportKinsey Moore1-0/+24
2022-02-23microblaze: Decouple exceptions from interruptsKinsey Moore2-8/+8
2022-02-04cpukit/microblaze: Simplify dispatch assemblyKinsey Moore1-45/+3
2022-02-04cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2-5/+14
2022-02-04cpukit/microblaze: Add exception extensionsKinsey Moore3-0/+388
2022-02-04cpukit/microblaze: Add debug vector and handlerKinsey Moore2-0/+35
2022-02-04cpukit/microblaze: Add exception frameworkKinsey Moore3-17/+187
2022-02-01microblaze: Add support for libbsd networkingAlex White2-4/+1
2021-10-13microblaze: Rework for RTEMS 6Alex White12-1490/+963
2021-10-13bsps: Add MicroBlaze FPGA BSPHesham ALMatary5-79/+238
2021-10-13score: Add MicroBlaze portJoel Sherrill4-0/+1626