From 98cfe4b37d0c9b9b5da95be489f00ee6ae751fb5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 31 Dec 2023 14:56:06 +0000 Subject: [PATCH] add osfc links to the todo page Signed-off-by: Leah Rowe --- site/tasks/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/tasks/index.md b/site/tasks/index.md index ce47b05..f89c059 100644 --- a/site/tasks/index.md +++ b/site/tasks/index.md @@ -461,6 +461,24 @@ For UEFI purposes, U-Boot seems more mature, and it offers other features like SPL. As already stated, this is the preferred UEFI implementation for Libreboot, but uefistub is listed too because it's interesting. +Videos (plus RISCV) +------ + +The *Open Source Firmware Conference* (OSFC) in 2023 had several interesting +talks pertaining to ARM, secureboot, linuxboot, UEFI and everything in between. +Also RISCV/oreboot. Here are some videos, some of which contain info already +alluded to on this page: + +* +* +* + +In general, there are many interesting talks: + +* + +The talks go all the way back to 2018. They're all worth watching. + Linuxboot =========