diff options
| author | Quentin Schulz <[email protected]> | 2026-08-28 23:00:03 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:36 +0200 |
| commit | fadc33895ef545db84aad169ab83a3899f52239f (patch) | |
| tree | c33c241c0df9e2eafbaf22b459c11621a281f275 | |
| parent | ab7700ce3ce3c58f7e014878490457e6bb39b10c (diff) | |
binman: gbb: update link
The current link results in a 404. Looking at the Wayback Machine[1], I
found a similar page currently being served. It's probably very outdated
by now but at least it's not a 404 anymore.
[1] https://web.archive.org/web/20230520044331/https://www.chromium.org/chromium-os/firmware-porting-guide/
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | tools/binman/etype/gbb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/gbb.py b/tools/binman/etype/gbb.py index cca18af6e2f..70067a54504 100644 --- a/tools/binman/etype/gbb.py +++ b/tools/binman/etype/gbb.py @@ -48,7 +48,7 @@ class Entry_gbb(Entry): the root and recovery keys that are used to verify the boot process. Some more details are here: - https://www.chromium.org/chromium-os/firmware-porting-guide/2-concepts + https://www.chromium.org/chromium-os/developer-library/guides/firmware/firmware-porting-guide/2-concepts/ but note that the page dates from 2013 so is quite out of date. See README.chromium for how to obtain the required keys and tools. |
