From 99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 16 May 2015 13:44:44 -0400 Subject: coreboot-libre: delete unused code (reduce size of src archive) --- (limited to 'docs/maintain') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 3c45771..52b3830 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -275,6 +275,14 @@

+ You should also make sure to update + resources/scripts/helpers/build/trim/coreboot + which purges unused parts of coreboot. Basically, if it's + purging parts that you now need, then that's a bug and you + should fix it. +

+ +

You should also test the resulting ROM images from building with the new or modified coreboot revision.

@@ -326,6 +334,15 @@ configuration:
$ ./build config corebootmodify (adding a board name on the end is optional)

+ +

+ You should also make sure to update the whitelist in + resources/scripts/helpers/build/trim/coreboot + which purges unused parts of coreboot (including boards). + Basically, if it's + purging parts that you now need, then that's a bug and you + should fix it. +

Back to top of page. -- cgit v0.9.1