From e631636a260938cecb52c4c2aa3dc3bd80ac7e7d Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Sun, 18 Dec 2022 01:13:17 +0300 Subject: [PATCH] misc/codenames: Add codenames for supported Chromebooks Add codenames for the Chromebooks now supported in Libreboot. The names of the per-board lbmk resources directories are slightly different than these for naming consistency (e.g. "gru-kevin" instead of "kevin"). The names in the coreboot src/mainboard are usually of the baseboard ("google/gru" instead of "kevin"). Also add a link to a ChromiumOS docs page listing most if not all Chromebooks and their codename information among other things. Signed-off-by: Alper Nebi Yasak --- site/docs/misc/codenames.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/site/docs/misc/codenames.md b/site/docs/misc/codenames.md index 0986e91..c56a431 100644 --- a/site/docs/misc/codenames.md +++ b/site/docs/misc/codenames.md @@ -32,7 +32,18 @@ List of models and codenames ### Codenames -- Asus Chromebook C201PA: speedy\_rk3288, veyron-speedy +- Samsung Chromebook 2 13": peach-pi +- Samsung Chromebook 2 11": peach-pit +- HP Chromebook 11 G1: spring +- Samsung Chromebook XE303: snow +- HP Chromebook 14 G3: nyan-blaze +- Acer Chromebook 13: (CB5-311, C810) nyan-big +- ASUS Chromebit CS10: veyron-mickey +- ASUS Chromebook Flip C100PA: veyron-minnie +- ASUS Chromebook C201PA: veyron-speedy +- Hisense Chromebook C11 and more: veyron-jerry +- ASUS Chromebook Flip C101: bob +- Samsung Chromebook Plus (v1): kevin - ThinkPad X60: KS Note (Sumo) - ThinkPad X60s (slim): KS Note-2 / KS-2 (Kabuki) @@ -112,3 +123,5 @@ See also [Wikipedia](https://en.wikipedia.org/wiki/List_of_Intel_codenames). - For ThinkPads see [Documentation/thinkpad/codenames.csv @ Coreboot] (https://review.coreboot.org/cgit/coreboot.git/tree/Documentation/thinkpad/codenames.csv) +- For Chromebooks see [Developer information for ChromeOS devices] +(https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/)