Go to file
2018-01-20 11:23:56 -05:00
bin move tools into bin/ directory 2018-01-19 14:17:26 -05:00
blobs removed non-LinuxBoot modules and patches 2018-01-20 11:14:40 -05:00
build porting Makefile to use a modular build system for each package 2016-08-02 19:25:47 -04:00
config removed non-LinuxBoot modules and patches 2018-01-20 11:14:40 -05:00
initrd Build the Heads/NERF firmware for the Dell R630 server. 2017-09-20 10:29:14 -04:00
modules use edk2 UDK2018 and instructions for extracting the s2600wf files 2018-01-20 11:23:56 -05:00
packages ignore fetched files 2016-08-02 21:24:15 -04:00
patches removed non-LinuxBoot modules and patches 2018-01-20 11:14:40 -05:00
.gitignore use edk2 UDK2018 and instructions for extracting the s2600wf files 2018-01-20 11:23:56 -05:00
CONTRIBUTING.md added CONTRIBUTING.md 2017-12-21 14:15:52 -08:00
COPYING Add GPL license (issue #115) 2017-02-26 10:53:11 -05:00
dev.cpio Build the Heads/NERF firmware for the Dell R630 server. 2017-09-20 10:29:14 -04:00
FAQ.md some frequently asked questions, with draft answers 2016-09-27 19:53:28 -04:00
LICENSE Initial commit 2017-12-21 09:13:26 -08:00
Makefile move tools into bin/ directory 2018-01-19 14:17:26 -05:00
Makefile.nerf use edk2 UDK2018 and instructions for extracting the s2600wf files 2018-01-20 11:23:56 -05:00
README.md use edk2 UDK2018 and instructions for extracting the s2600wf files 2018-01-20 11:23:56 -05:00

linuxboot

The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.

Extracting vendor ROM

For the Intel S2600WF we need quite a few files from the vendor ROM right now. Using UEFITool extract the recovery image firmware volume CDBB7B35-6833-4ED6-9AB2-57D2ACDDF6F0 into blobs/s2600wf/s2600wf-dxe.vol and then run:

uefi-firmware-parser --extract s2600wf-dxe.vol

This will create blobs/s2600wf/volume-0/file-*, which will be merged into our firmware volume during the build.