diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 17:04:45 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-11 17:04:45 +0100 |
commit | 557e49bd0ed280d591ce0ecc0e0e06668b4c4df6 (patch) | |
tree | 5418830eaebdae7b20b22686fc7bb5241ef8570f /docs/maintain | |
parent | e37829f669504bd510842766af7a7fba66fc915f (diff) | |
download | librebootfr-557e49bd0ed280d591ce0ecc0e0e06668b4c4df6.tar.gz librebootfr-557e49bd0ed280d591ce0ecc0e0e06668b4c4df6.zip |
docs/maintain/index.html: Notes about testing coreboot-libre
Diffstat (limited to 'docs/maintain')
-rw-r--r-- | docs/maintain/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 1a7e46be..eb49fb12 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -261,6 +261,28 @@ </p> <p> + Finally, build *all* ROM images using the instructions at + <a href="../git/index.html">../git/index.html</a>, to verify + that everything still builds. + </p> + + <p> + Once you've verified that building isn't broken, test *all* + boards (you don't need to test all ROM images, only one + vesafb and one txtmode image for each configuration). If you + do not have all systems supported in libreboot, then you will + need to get other testers for those boards. + </p> + + <p> + If you have established a build issue, or a board no longer + works (booting issues, bugs during/after boot, etc), you'll + need to fix it upstream: + <a href="http://www.coreboot.org/Git">http://www.coreboot.org/Git</a> + and then re-update coreboot (or apply patches from upstream). + </p> + + <p> <a href="#pagetop">Back to top of page</a>. </p> |