Difference between revisions of "Distributions"

From eLinux.org
Jump to: navigation, search
Line 25: Line 25:
  
 
* [https://youtu.be/pD8koS4kwFE VIDEO]
 
* [https://youtu.be/pD8koS4kwFE VIDEO]
 +
 +
== Android Things: High Level Introduction [ELC 2017] ==
 +
'''Presenter:''' Anisha Dattatraya & Geeta Krishna, Intel Corporation <br>
 +
'''Summary:'''
 +
This session gives a good overview of how Android Things brings <br>
 +
simplicity to IoT software and hardware development by providing <br>
 +
a simple and secure deployment and update model. <br>
 +
 +
* [https://www.youtube.com/watch?v=j6gXm6YUJvM VIDEO]
 +
 +
== Android Things [ELC 2017] ==
 +
'''Presenter:''' Karim Yaghmour, Opersys Inc <br>
 +
'''Summary:'''
 +
This talk will look at how Android Things builds on what Brillo was <br>
 +
and how Android Things can be used to create Android-based IoT devices. <br>
 +
 +
* [https://elinux.org/images/e/ee/Android-things-internals-170223-170224005332.pdf PDF] | [https://www.youtube.com/watch?v=oea7CWdZrsQ VIDEO]
 +
 +
== Unifying Android and Mainline Kernel Graphics Stack [ELC 2017] ==
 +
'''Presenter:''' Gustavo Padovan, Collabora Ltd. <br>
 +
'''Summary:'''
 +
This talk will cover what has been happening both on Android and Mainline Graphics <br>
 +
Stacks in order to get Android to use the Upstream Kernel by default and the <br>
 +
latest improvements on the Mainline Graphics Stack and how they will fit together. <br>
 +
 +
* [https://elinux.org/images/4/41/ELC_2017-Unifying-Android_and_Mainline_gfx_0.pdf PDF] | [https://www.youtube.com/watch?v=2l3699AkfuU VIDEO]
 +
 +
== Dissecting Qualcomm's 1.7M Android Fork [ELC 2016] ==
 +
'''Presenter:''' Stephen Boyd, Qualcomm <br>
 +
'''Summary:'''
 +
The speaker presents an analysis of the 1.7 million line diff that lies <br>
 +
between Qualcomm's Android kernel and upstream. The session also highlights <br>
 +
the main features that Qualcomm has added/modified and thoughts on how to <br>
 +
bring those changes upstream. <br>
 +
 +
* [https://elinux.org/images/b/bd/Stephen-Boyd-ELC-2016.pdf PDF] | [https://youtu.be/76dQh33Ba6Q VIDEO]
 +
 +
== Reducing the Memory Footprint of Android [ELC 2016] ==
 +
'''Presenter:''' Bernhard Rosenkränzer, Linaro <br>
 +
'''Summary:'''
 +
This talk describes the techniques used to save memory of Android System <br>
 +
by cutting around 70MB of memory on a newly booted AOSP build on Nexus 7. <br>
 +
 +
* [https://youtu.be/I5brVrulANU VIDEO]
 +
 +
== Android OTA updates [ELC 2015] ==
 +
'''Presenter:''' Andrew Boie, Intel <br>
 +
'''Summary:'''
 +
This presentation provides overview on current changes to Android OTA update framework. <br>
 +
 +
* [https://elinux.org/images/d/d0/Android_OTA_Updates.pdf PDF]
 +
 +
== Generalizing Android for Low-Cost 64-Bit ARM-Based Community Boards [ELC 2015] ==
 +
'''Presenter:''' Khasim Syed Mohammed, Linaro <br>
 +
'''Summary:'''
 +
This presentation talks about issues plaguing Android HAL layer and <br>
 +
discusses different options for an overall generic solution. <br>
 +
 +
* [https://elinux.org/images/1/1d/Generalizing_Android_for_Low-Cost_64-Bit_ARM-Based_Community_Boards.pdf PDF]
 +
 +
== Fuzzing the Media Framework in Android [ELC 2015] ==
 +
'''Presenter:''' Alexandru Blanda, Intel <br>
 +
'''Summary:'''
 +
This talk discusses different methods to corrupt media files on Android and <br>
 +
logging and triaging mechanism. <br>
 +
 +
* [https://elinux.org/images/2/23/Fuzzing_the_Media_Framework_in_Android.pdf PDF]
  
 
= '''Tomoyo''' =
 
= '''Tomoyo''' =

Revision as of 01:44, 6 October 2020

Android

War Story: Using Mainline Linux for an Android TV BSP [ELC 2020]

Presenter: Neil Armstrong, BayLibre SAS
Summary: This session talks about using mainline Linux for Android TV.

Android Common Kernel and Out of Mainline Patchset Status [ELC 2018]

Presenter: Amil Pundir, Intel
Summary: This presentation gives an overview of Android common kernels briefly,
followed by introduction to current/active patchsets and android mainline
tracking tree.

Deep Dive: Android Things Peripheral IO Manager [ELC 2017]

Presenter: Sanrio Alvares, Intel
Summary: This presentation provides the context that is needed for Deep Dive
session/workshop and is recommended as background for Android Things
application development.

Android Things: High Level Introduction [ELC 2017]

Presenter: Anisha Dattatraya & Geeta Krishna, Intel Corporation
Summary: This session gives a good overview of how Android Things brings
simplicity to IoT software and hardware development by providing
a simple and secure deployment and update model.

Android Things [ELC 2017]

Presenter: Karim Yaghmour, Opersys Inc
Summary: This talk will look at how Android Things builds on what Brillo was
and how Android Things can be used to create Android-based IoT devices.

Unifying Android and Mainline Kernel Graphics Stack [ELC 2017]

Presenter: Gustavo Padovan, Collabora Ltd.
Summary: This talk will cover what has been happening both on Android and Mainline Graphics
Stacks in order to get Android to use the Upstream Kernel by default and the
latest improvements on the Mainline Graphics Stack and how they will fit together.

Dissecting Qualcomm's 1.7M Android Fork [ELC 2016]

Presenter: Stephen Boyd, Qualcomm
Summary: The speaker presents an analysis of the 1.7 million line diff that lies
between Qualcomm's Android kernel and upstream. The session also highlights
the main features that Qualcomm has added/modified and thoughts on how to
bring those changes upstream.

Reducing the Memory Footprint of Android [ELC 2016]

Presenter: Bernhard Rosenkränzer, Linaro
Summary: This talk describes the techniques used to save memory of Android System
by cutting around 70MB of memory on a newly booted AOSP build on Nexus 7.

Android OTA updates [ELC 2015]

Presenter: Andrew Boie, Intel
Summary: This presentation provides overview on current changes to Android OTA update framework.

Generalizing Android for Low-Cost 64-Bit ARM-Based Community Boards [ELC 2015]

Presenter: Khasim Syed Mohammed, Linaro
Summary: This presentation talks about issues plaguing Android HAL layer and
discusses different options for an overall generic solution.

Fuzzing the Media Framework in Android [ELC 2015]

Presenter: Alexandru Blanda, Intel
Summary: This talk discusses different methods to corrupt media files on Android and
logging and triaging mechanism.

Tomoyo

How to Analyze Your Linux's Behavior with TOMOYO Linux [ELC 2008]

Presenter: Kentaro Takeda
Summary: This presentation analyses Tomoyo Linux and talks about
ways to configure different security policies in the same.

TomoyoLinux - A Lightweight and Manageable Security System for PC and Embedded Linux [ELC 2007]

Presenter: ToshiharuHarada, Tetsuo Handa
Summary: This presentation talks about Tomoyo Linux -- which is a
lightweight security system for PC and Embedded Linux.

TomoyoLinux - Tutorial [ELC 2007]

Presenter: Kei Masumoto, Kentaro Takeda
Summary: This presentation gives basic knowledge of Tomoyo Linux
and also talks about basic configurations on the same.