SMP Presentations
Contents
- 1 Multi-core
- 1.1 Multicore Application Development with Zephyr RTOS [ELCE 2019]
- 1.2 RPMsg to Accelerate Transition Between Multi-SoC and Multi-processor SoC Solutions [ELCE 2019]
- 1.3 Asymmetric Multiprocessing and Embedded Linux [ELCE 2017]
- 1.4 How to Port Linux to a New Processor [ELC 2016]
- 1.5 SMP Bring Up On ARM SOCs [ELC 2014]
- 1.6 Going Linux on Massive Multicore [ELCE 2013]
- 1.7 Using virtio to Talk With Remote Processors[ELC 2012]
- 1.8 Asymmetric Multiprocessing using VirtIO (was: "Remote Processor Messaging")[ELCE 2011]
- 1.9 Strategies for Migrating Uniprocessor Code to Multi-Core SMP [ELC 2010]
- 1.10 Multi-core Scheduling Optimizations for Soft Real-time Multi-threaded Applications -- A Cooperation Aware Approach [ELC 2010]
- 1.11 User-Space, Multi-core Development Issues [ELC 2009]
- 1.12 Microthreads as Linux CPUs - SMTC Linux for MIPS MT cores [ELC 2006]
- 1.13 Optimization Techniques for maximizing application performance on Multi-core processors. [ELC 2006]
- 1.14 Understanding and Using SMP/Multicore Processors[ELCE 2008]
- 2 Concurrency, Locks
Multi-core
Multicore Application Development with Zephyr RTOS [ELCE 2019]
Presenter: Alexey Brodkin, Synopsys
Summary:
This presentation will examine multi-core application options and
considerations using the Zephyr. Also exploration of use-cases where
multiple CPU cores might be beneficial for deeply embedded system including
both asymmetric & symmetric multiprocessing (AMP & SMP).
RPMsg to Accelerate Transition Between Multi-SoC and Multi-processor SoC Solutions [ELCE 2019]
Presenter: Loïc Pallardy & Arnaud Pouliquen, STMicroelectronics
Summary:
This presentation provides information about RPMsg protocol to unify
internal and external coprocessors communication.
Asymmetric Multiprocessing and Embedded Linux [ELCE 2017]
Presenter: Marek Novak & Dušan Červenka, NXP Semiconductor; BUT FEEC Brno
Summary:
This presentation provides information about user-space “access” layers for AMP
which notably consist of Embedded Remote Procedure Call (eRPC) open-source library.
How to Port Linux to a New Processor [ELC 2016]
Presenter: Joel Porquet
Summary:
This talk will provide an overview of the procedure that
carried out from the early assembly boot code to adding SMP support
(and some early-NUMA support).
SMP Bring Up On ARM SOCs [ELC 2014]
Presenter: Gregory Clement, Free Electrons
Summary:
This presentation provides information about SMP on ARM SoC,
Booting sequence of the SMP operations, and SMP related features.
Going Linux on Massive Multicore [ELCE 2013]
Presenter: Marta Rybczynska
Summary:
This presentation discusses the multi-core feature of
MPPA®-256 Chips.
Using virtio to Talk With Remote Processors[ELC 2012]
Presenter: Ohad Ben-Cohen, Wizery / Texas Instruments
Summary:
This presentation provides information about Device topology,
OMAP4,rpmsg and virtio.
Asymmetric Multiprocessing using VirtIO (was: "Remote Processor Messaging")[ELCE 2011]
Presenter: Ohad Ben-Cohen (Texas Instruments/Wizery)
Summary:
This presentation provides information about on-chip processors
and device topology.
Strategies for Migrating Uniprocessor Code to Multi-Core SMP [ELC 2010]
Presenter: Mike Anderson
Summary:
This presentation talks about muti-core migration, Linux
threading model and strategies for avoiding race conditions.
Multi-core Scheduling Optimizations for Soft Real-time Multi-threaded Applications -- A Cooperation Aware Approach [ELC 2010]
Presenter: Lucas Martins De Marchi
Summary:
These slides give information about analysis and optimization
of soft real-time multi-threaded application.
User-Space, Multi-core Development Issues [ELC 2009]
Presenter: Mike Anderson (presented by Reece Pollack)
Summary:
This presentation talks about multi-core processors and
Linux support for multi processing.
Microthreads as Linux CPUs - SMTC Linux for MIPS MT cores [ELC 2006]
Presenter: Kevin D. Kissell
Summary:
These slides give information about multi-threading concepts
and about SMTC Linux.
Optimization Techniques for maximizing application performance on Multi-core processors. [ELC 2006]
Presenter: Kittur Ganesh
Summary:
This presentation talks about multi-core processors and
optimization techniques.
Understanding and Using SMP/Multicore Processors[ELCE 2008]
Presenter: Mike Anderson
Summary:
This presentation provides information on multi-core processors,
scaling issues and about O/S support for multi-core processing.
Concurrency, Locks
Lock-free Algorithm for Multi-Core Architecture [ELC 2010]
Presenter: Hiromasa Kanda
Summary:
This presentation discusses about problems of multi-thread program
and about lock free algorithm.