From d62f8ba6fa063ee058186d06d07c46cefd2c7010 Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Mon, 24 Jan 2022 16:18:23 +0100 Subject: Documentation: add chapter on Talks about barebox There's been a number of talks about barebox. Collect them in a new chapter for those, who prefer something less dry than wading through the docs. A top-level chapter is chosen, so it's more visible to visitors. The ordering is reverse chronological, except for the first entry: The newest talk is German about running DOOM in barebox, which is a bit detached to how barebox is normally used. Instead, let's keep the first entry as a pointer to the latest overview talk and then use reverse chronological order for the rest. Signed-off-by: Johannes Schneider Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220124151827.3313412-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- Documentation/index.rst | 1 + Documentation/talks.rst | 130 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 Documentation/talks.rst (limited to 'Documentation') diff --git a/Documentation/index.rst b/Documentation/index.rst index 836dc41af2..a3e019e9f0 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -20,6 +20,7 @@ Contents: glossary devicetree/* devel/devel.rst + talks * :ref:`search` * :ref:`genindex` diff --git a/Documentation/talks.rst b/Documentation/talks.rst new file mode 100644 index 0000000000..5f1af59931 --- /dev/null +++ b/Documentation/talks.rst @@ -0,0 +1,130 @@ +Talks and Lectures +================== + +This is a collection of talks held about barebox use and development +at different technical conferences. The most recent overview talk +is from 2020: + +Beyond 'Just' Booting: Barebox Bells and Whistles +------------------------------------------------- + +Ahmad Fatoum, Embedded Linux Conference - Europe 2020 +`[slides] `__ +`[video] `__ + + Porting barebox to a new STM32MP1 board and a general discussion + of design choices like multi-image, VFS, POSIX/Linux API, + fail-safe updates, boot fall-back mechanisms, etc. + +Besides older overview talks, there's a number of talks held +about different aspects of barebox use. +These are listed here in reverse chronological order. + +DOOM portieren für Einsteiger - Heavy Metal auf Bare Metal (German) +------------------------------------------------------------------- + +Ahmad Fatoum, FrOSCon 2021 +`[slides] `__ +`[video] `__ + + "DOOM as a boot splash. How, why and how to get it on your nearest + home appliance". A (German) walkthrough on how to leverage barebox + APIs to run DOOM on any hardware supported by barebox. + +Initializing RISC-V: A Guided Tour for ARM Developers +----------------------------------------------------- + +Rouven Czerwinski & Ahmad Fatoum, Embedded Linux Conference 2021 +`[slides] `__ +`[video] `__ + + A guide through the RISC-V architecture and some of its ISA extensions + and a walkthrough of the barebox port to the Beagle-V Starlight. + +From Reset Vector to Kernel - Navigating the ARM Matryoshka +----------------------------------------------------------- + +Ahmad Fatoum, FOSDEM 2021 +`[slides & video] `__ + + A walkthrough of NXP i.MX8M bootstrap. From Boot ROM through barebox to Linux. + +Booting your i.MX processor secure and implementing i.MX8 secure boot in barebox +-------------------------------------------------------------------------------- + +Rouven Czerwinski, `Stratum 0 Talk 2019 `__ +`[video] `__ + + A walkthrough of NXP i.MX8MQ high assurance boot with barebox. + +Porting Barebox to the Digi CC-MX6UL SBC Pro (German) +----------------------------------------------------- + +Rouven Czerwinski, `Stratum 0 Live-Hacking 2019 `__ +`[video] `__ + + Live-coding a barebox port to a new i.MX6UL board while + explaining the details (in German). + +Remote update adventures with RAUC, Yocto and Barebox +----------------------------------------------------- + +Patrick Boettcher, `Embedded Recipes 2019 `__ +`[video] `__ + + Remote update and redundant boot of Embedded Linux devices + in the field with RAUC and barebox bootchooser. + +Verified Boot: From ROM to Userspace +------------------------------------ + +Marc Kleine-Budde, Embedded Linux Conference - Europe 2016 +`[slides] `__ +`[video] `__ + + Using FOSS components, including barebox, for a cryptographically + secured boot chain on NXP i.MX6 SoCs. + +Booting Linux Made Easy: A Barebox Update +----------------------------------------- + +Robert Schwebel, `FOSDEM 2014 `__ +`[video] `__ + + An overview talk on barebox use in embedded Linux systems. + +Barebox and Bootloader Specification +------------------------------------ + +Sascha Hauer, Embedded Linux Conference - Europe 2013 +`[slides] `__ +`[video] `__ + + The freedesktop.org bootloader specification and its support in barebox. + +Barebox Bootloader +------------------ + +Sascha Hauer, Embedded Linux Conference - Europe 2012 +`[slides] `__ +`[video] `__ + + An update on barebox development progress with a discussion of newly + implemented features in the preceding three years. + +Barebox: Booting Linux Fast and Fancy +------------------------------------- + +Robert Schwebel & Sascha Hauer, Embedded Linux Conference - Europe 2010 +`[slides] `__ + + Boot time optimization while using barebox. + +U-Boot-v2 +--------- + +Sascha Hauer & Marc Kleine-Budde, Embedded Linux Conference 2009 +`[slides] `__ + + Early barebox (still named U-Boot v2 back then) presentation on + the motivation for the fork and the niceties made possible by it. -- cgit v1.2.3