summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-06Add some convenience make targets.Peter Jones
Adds targets for "test-archive" and "archive"
2012-09-06Add some convenience make targets.Peter Jones
Adds targets for "test-archive" and "archive"
2012-09-06Break out of our db checking loop at the appropriate time.Peter Jones
The break in check_db_cert is at the wrong level due to a typo in indentation, and as a result only the last cert in the list can correctly match. Rectify that. Signed-off-by: Peter Jones <pjones@redhat.com>
2012-09-06Break out of our db checking loop at the appropriate time.Peter Jones
The break in check_db_cert is at the wrong level due to a typo in indentation, and as a result only the last cert in the list can correctly match. Rectify that. Signed-off-by: Peter Jones <pjones@redhat.com>
2012-09-06Use the file size, not the image size field, for verification.Matthew Garrett
2012-09-06Use the file size, not the image size field, for verification.Matthew Garrett
2012-09-06Allow specification of vendor_cert through a build command line option.Peter Jones
This allows you to specify the vendor_cert as a file on the command line during build.
2012-09-06Allow specification of vendor_cert through a build command line option.Peter Jones
This allows you to specify the vendor_cert as a file on the command line during build.
2012-09-06dos2unix PeImage.hPeter Jones
2012-09-06dos2unix PeImage.hPeter Jones
2012-08-30install the package contents since the upstream makefile doesn'tSteve Langasek
2012-08-30Fix up the path to the EFI environmentSteve Langasek
2012-08-29add build-dependency on gnu-efiSteve Langasek
2012-08-29Import upstream version 0~20120728.3df9e294Steve Langasek
2012-08-29Initial release.Steve Langasek
2012-07-28Add basic documentationMatthew Garrett
2012-07-28Add basic documentationMatthew Garrett
2012-07-13Handle slightly stranger device pathsMatthew Garrett
2012-07-13Handle slightly stranger device pathsMatthew Garrett
2012-07-11Make path generation more sensibleMatthew Garrett
2012-07-11Make path generation more sensibleMatthew Garrett
2012-07-11Make sure ImageBase is set appropriately in the loaded_image protocolMatthew Garrett
2012-07-11Make sure ImageBase is set appropriately in the loaded_image protocolMatthew Garrett
2012-07-09Add copyright fileMatthew Garrett
2012-07-09Add copyright fileMatthew Garrett
2012-07-09Update TODOMatthew Garrett
2012-07-09Update TODOMatthew Garrett
2012-07-09Remove temp file checked in by accidentMatthew Garrett
2012-07-09Remove temp file checked in by accidentMatthew Garrett
2012-07-09Improve makefileMatthew Garrett
2012-07-09Improve makefileMatthew Garrett
2012-07-09Make it easier to update CryptlibMatthew Garrett
2012-07-09Make it easier to update CryptlibMatthew Garrett
2012-07-09Cryptlib updateMatthew Garrett
2012-07-09Cryptlib updateMatthew Garrett
2012-07-05Re-add whitelisting - needed for protocol validationMatthew Garrett
2012-07-05Re-add whitelisting - needed for protocol validationMatthew Garrett
2012-07-05We're not MSABI, so don't advertise this as suchMatthew Garrett
2012-07-05We're not MSABI, so don't advertise this as suchMatthew Garrett
2012-07-05Check whether secure boot is enabled before performing verify callMatthew Garrett
2012-07-05Check whether secure boot is enabled before performing verify callMatthew Garrett
2012-07-02Fix up blacklist checkingMatthew Garrett
This was not quite as bugfree as would be hoped for.
2012-07-02Fix up blacklist checkingMatthew Garrett
This was not quite as bugfree as would be hoped for.
2012-07-02Remove whitelisting - the firmware will handle it via LoadImage/StartImageMatthew Garrett
2012-07-02Remove whitelisting - the firmware will handle it via LoadImage/StartImageMatthew Garrett
2012-07-02Update OpenSSLMatthew Garrett
2012-07-02Update OpenSSLMatthew Garrett
2012-07-02Build a debug imageMatthew Garrett
2012-07-02Build a debug imageMatthew Garrett
2012-07-02Fix type of buffersizeMatthew Garrett