From 91257cb750ca095fe0168d2601be890d801130de Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Fri, 13 May 2016 23:23:16 -0400 Subject: backport changes to master branch --- (limited to 'docs/install/ga-g41m-es2l.html') diff --git a/docs/install/ga-g41m-es2l.html b/docs/install/ga-g41m-es2l.html new file mode 100644 index 0000000..5d3737e --- /dev/null +++ b/docs/install/ga-g41m-es2l.html @@ -0,0 +1,117 @@ + + + + + + + + + + GA-G41M-ES2L flashing tutorial + + + + +
+

GA-G41M-ES2L flashing tutorial

+

+ This guide is for those who want libreboot on their Intel GA-G41M-ES2L + motherboard while they still have the original BIOS present. +

+

+ Back to main index +

+
+ +
+ +

Flash chip size

+ +

+ Use this to find out:
+ # dmidecode | grep ROM\ Size +

+ +

+ Back to top of page. +

+ +
+ +
+ +

Flashing instructions

+ +

+ Refer to bbb_setup.html for how to + set up the BBB for external flashing. +

+

+ Internal flashing is possible. Boot with the proprietary BIOS + and GNU/Linux. There are 2 flash chips (one is backup). +

+

+ Flash the first chip: +
+ ./flashrom -p internal:dualbiosindex=0 -w libreboot.rom +

+

+ Flash the second chip: +
+ ./flashrom -p internal:dualbiosindex=1 -w libreboot.rom +

+
+ + +
+ +

+ Copyright © 2016 Leah Woods <info@minifree.org>
+ Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license can be found at ../gfdl-1.3.txt +

+ +

+ Updated versions of the license (when available) can be found at + https://www.gnu.org/licenses/licenses.html +

+ +

+ UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. +

+

+ TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. +

+

+ The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. +

+ +
+ + + -- cgit v0.9.1