summaryrefslogtreecommitdiff
path: root/utility/load_kernel_test.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: bring load_kernel_test up to coding style standardsJoel Kitching2019-08-271-240/+243
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-5/+5
* Minor fixes for clangJulius Werner2019-08-091-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-3/+3
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-1/+2
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-8/+7
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-10/+6
* firmware: Prune down old region APIRandall Spangler2018-01-091-1/+1
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+3
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-4/+0
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-16/+18
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-1/+29
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-6/+6
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-6/+6
* utilities: Fix coverity warningsRandall Spangler2016-09-141-2/+7
* vboot: Remove vboot1 init and select-firmware APIsRandall Spangler2016-07-261-1/+0
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-8/+9
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-151-1/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+1
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-1/+4
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-4/+1
* Implementation of Region APISimon Glass2013-08-281-1/+4
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+4
* Omit body load address checkChe-Liang Chiou2012-04-241-4/+0
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-261-0/+1
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-261-3/+4
* Add support for merged normal+dev firmwareRandall Spangler2011-07-111-9/+0
* Vboot wrapper initial implementationRandall Spangler2011-07-081-7/+8
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-10/+8
* Add VbSharedData field parsingRandall Spangler2011-03-171-2/+2
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-091-4/+50
* Reapply patch from http://codereview.chromium.org/6594092/Randall Spangler2011-03-031-0/+3
* Support dev vs consumer firmware in vboot_referenceRandall Spangler2011-02-141-0/+9
* Changes to allow user-signed kernels to be generated.Bill Richardson2010-08-091-18/+57
* Make LoadKernel() pass back the kernel partition's UniqueGuid.Bill Richardson2010-07-231-0/+19
* Fix load_kernel_test, add check to LoadKernel to detect bad args.Bill Richardson2010-07-221-0/+1
* Add lots of debugging to TPM library.Randall Spangler2010-07-191-1/+1
* Make optional flag optionalMandeep Singh Baines2010-07-091-1/+1
* Add an optional flag argument to load_kernel_test.Gaurav Shah2010-07-091-5/+8
* load_kernel_test tests the recovery image now (submit for Bill)Louis Yung-Chieh Lo2010-07-051-2/+2
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-6/+0
* Move old vkernel code out of vboot_firmware.Randall Spangler2010-06-161-2/+5
* fix typos in load_kernel_testRandall Spangler2010-06-141-1/+2
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-101-17/+5
* Major refactoring of structures, with unit tests. This matches the doc I sen...Randall Spangler2010-06-101-1/+1
* fixed VerifyKernelHeaderRandall Spangler2010-06-031-12/+40
* fix int reference to unint64 from http://codereview.chromium.org/2438005Colin Chow2010-06-021-5/+5
* Much rearranging of cgptlib. Passes all its (new) unit tests.Randall Spangler2010-06-021-0/+125