summaryrefslogtreecommitdiff
path: root/utility/load_kernel_test.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-9/+8
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-1/+0
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-151-2/+2
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-151-16/+20
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-0/+1
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-6/+0
* vboot: fix up load_kernel_test to store subkey in workbufJoel Kitching2020-02-141-11/+11
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-221-1/+0
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+0
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-21/+25
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-19/+14
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* 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