Ryan O'Leary

Results 82 comments of Ryan O'Leary

The `--x86` option is also effective for amd64 because their instruction sets are similar. A `--arm` option would be really cool too!

Fiano's Go implementation is a port of https://github.com/tianocore/edk2/blob/00f5e11913a8706a1733da2b591502d59f848a99/BaseTools/Source/C/LzmaCompress/Sdk/C/Bra86.c which came from liblzma which is in the public domain. The filter is reversible even when run on arbitrary non-x86 data. The...

Can the SPI flash be connected to the RPi with a breadboard and a few wires? If so, I think it would suffice to have a tutorial, wiring diagram and...

I like this idea. One question: Will the header be completely discarded, or will it be copied to the modified firmware image?

We should also have a separate command called "uefi2english" which annotates GUIDs from stdin. For example: ``` $ echo "Starting F9D88642-0737-49BC-81B5-6889CD57D9EA..." | uefi2english Starting F9D88642-0737-49BC-81B5-6889CD57D9EA (Shell)... ``` The command can...

@JulienVdG is working on this

It looks like our netlify no longer exists. The plan was to put it at the subdomain book.linuxboot.org It doesn't have to be netlify. There are other options like github...

For section.go: - Test for SectionType.String - Tests for ApplyChildren - Test for GenSecHeader (in the extended and non-extended cases) - Test for each of SectionTypeGUIDDefined, SectoinTypeFirmwareVolumeImage and SectionType*DepEx -...

I started working on this chapter.

At the present the integration test performs the following: 1. Extract OVMF image to folder A 2. Assembly A to image X 3. Extract X to folder B 4. Assert...