Martin Kepplinger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31265
Change subject: Documentation: add the most recent talks to the conferences page
......................................................................
Documentation: add the most recent talks to the conferences page
Add Philipps great 35c3 talk and Davids and Andreas fosdem talk to the
conferences page. linuxboot adds those to their website too but they
can't be linked to too often :)
Change-Id: I1e7ce078020dc5e9c9d9d47210c70ee16ef2f82e
Signed-off-by: Martin Kepplinger <martink(a)posteo.de>
---
M Documentation/community/conferences.md
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/31265/1
diff --git a/Documentation/community/conferences.md b/Documentation/community/conferences.md
index 5531d51..61a945a 100644
--- a/Documentation/community/conferences.md
+++ b/Documentation/community/conferences.md
@@ -16,4 +16,7 @@
## Talks
-TODO: link to recorded talks
+[Open Source Firmware at Facebook](https://fosdem.org/2019/schedule/event/open_source_firmware_at_fa… by [David Hendricks](https://github.com/dhendrix) and [Andrea Barberio](https://github.com/insomniacslk) at [FOSDEM 2019](https://fosdem.org/2019/) ([video](https://video.fosdem.org/2019/K.4.401/open_source_firmware_at_facebo…) ([slides](https://insomniac.slackware.it/static/2019_fosdem_linuxboot_at_facebook.pdf )) (2019-02-03)
+
+[Open Source Firmware - A love story](https://www.youtube.com/watch?v=xfqKm190dbU) by [Philipp Deppenwiese](https://cybersecurity.9elements.com) at [35c3](https://events.ccc.de/congress/2018)
+([slides](https://cdn.media.ccc.de/congress/2018/slides-h264-hd/35c3-9778-deu-eng-Open_Source_Firmware_hd-slides.mp4)) (2018-12-27)
--
To view, visit https://review.coreboot.org/c/coreboot/+/31265
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1e7ce078020dc5e9c9d9d47210c70ee16ef2f82e
Gerrit-Change-Number: 31265
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Kepplinger <martink(a)posteo.de>
Gerrit-MessageType: newchange
Martin Kepplinger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31263
Change subject: Documentation: add link to chromebookdb.com to distribution page
......................................................................
Documentation: add link to chromebookdb.com to distribution page
As suggested by Philipp, let's add this link.
Change-Id: I6ff21f37a04dc5a9c3db1ff7ac9a786fb0b51211
Signed-off-by: Martin Kepplinger <martink(a)posteo.de>
---
M Documentation/distributions.md
1 file changed, 6 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/31263/1
diff --git a/Documentation/distributions.md b/Documentation/distributions.md
index f73b90c..b3b9dac 100644
--- a/Documentation/distributions.md
+++ b/Documentation/distributions.md
@@ -17,11 +17,12 @@
### ChromeOS Devices
-All ChromeOS devices (Chromebooks, Chromeboxes, Chromebit, etc) released from
-2012 onward use coreboot for their main system firmware. Additionally, starting
-with the 2013 Chromebook Pixel, the firmware running on the Embedded Controller
-(EC - a small microcontroller which provides functions like battery management,
-keyboard support, and sensor interfacing) is open source as well.
+All ChromeOS devices ([Chromebooks](https://chromebookdb.com/), Chromeboxes,
+Chromebit, etc) released from 2012 onward use coreboot for their main system
+firmware. Additionally, starting with the 2013 Chromebook Pixel, the firmware
+running on the Embedded Controller (EC - a small microcontroller which provides
+functions like battery management, keyboard support, and sensor interfacing)
+is open source as well.
### Libretrend
--
To view, visit https://review.coreboot.org/c/coreboot/+/31263
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6ff21f37a04dc5a9c3db1ff7ac9a786fb0b51211
Gerrit-Change-Number: 31263
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Kepplinger <martink(a)posteo.de>
Gerrit-MessageType: newchange
Martin Kepplinger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31257
Change subject: Documentation: add the Heads project to the list of distributions
......................................................................
Documentation: add the Heads project to the list of distributions
As this is a unique, actively maintained project, we should probably
point there too. The text is just copied parts of the http://osresearch.net/
website.
Change-Id: Ib2a8e4b28bc94c5dc6a1ae9388f96ad2c502ccab
Signed-off-by: Martin Kepplinger <martink(a)posteo.de>
---
M Documentation/distributions.md
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/31257/1
diff --git a/Documentation/distributions.md b/Documentation/distributions.md
index eaa61be..f73b90c 100644
--- a/Documentation/distributions.md
+++ b/Documentation/distributions.md
@@ -59,3 +59,15 @@
His firmware images are significantly older, and not actively maintained or
supported, but worth a look if you need Legacy Boot support and is not
available via Mr Chromebox's firmware.
+
+### Heads
+
+[Heads](http://osresearch.net) is an open source custom firmware and OS
+configuration for laptops and servers that aims to provide slightly better
+physical security and protection for data on the system. Unlike
+[Tails](https://tails.boum.org/), which aims to be a stateless OS that leaves
+no trace on the computer of its presence, Heads is intended for the case where
+you need to store data and state on the computer.
+Heads is not just another Linux distribution – it combines physical hardening
+of specific hardware platforms and flash security features with custom coreboot
+firmware and a Linux boot loader in ROM.
--
To view, visit https://review.coreboot.org/c/coreboot/+/31257
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib2a8e4b28bc94c5dc6a1ae9388f96ad2c502ccab
Gerrit-Change-Number: 31257
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Kepplinger <martink(a)posteo.de>
Gerrit-MessageType: newchange
Kyösti Mälkki has uploaded a new patch set (#4) to the change originally created by Arthur Heymans. ( https://review.coreboot.org/c/coreboot/+/30776 )
Change subject: cpu/intel/car/p3: Update microcode in CAR setup
......................................................................
cpu/intel/car/p3: Update microcode in CAR setup
This updates the BSP microcode during CAR setup.
Change-Id: I5f31f7f30d6ce970d3616c12dbb264b2cf070ed9
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30682
---
M src/cpu/intel/car/p3/cache_as_ram.S
1 file changed, 33 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/30776/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/30776
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5f31f7f30d6ce970d3616c12dbb264b2cf070ed9
Gerrit-Change-Number: 30776
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Keith Hui <buurin(a)gmail.com>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30776 )
Change subject: cpu/intel/car/p3: Update microcode in CAR setup
......................................................................
Patch Set 3:
> (1 comment)
() Are missing
--
To view, visit https://review.coreboot.org/c/coreboot/+/30776
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5f31f7f30d6ce970d3616c12dbb264b2cf070ed9
Gerrit-Change-Number: 30776
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Keith Hui <buurin(a)gmail.com>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Mon, 11 Feb 2019 11:11:51 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment