summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-111-9/+1
* Add DISABLE_DEV_REQUEST flag to nvram.factory-2394.Bfactory-2368.BBill Richardson2012-05-251-0/+4
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-044-0/+93
* Require -Wall -Werror for everything.Bill Richardson2012-05-032-3/+2
* crossystem: introduce a new main firmware type, 'netboot'Vadim Bendebury2012-04-202-0/+3
* Adjust the behavior of 'crossystem cros_debug' for recovery modeJ. Richard Barnette2012-04-171-15/+6
* Modify crossystem to recognize Panther Point GPIO controllerrelease-R19-2046.BVadim Bendebury2012-03-231-1/+2
* Major refactoring of vbutil_kernelBill Richardson2012-03-201-4/+7
* Add a failure check to ReadFdtBlock in ReadFdtPlatformFamilyBernie Thompson2012-01-191-1/+2
* Allow crossystem ReadFdtBlock() to use a direct path starting with '/'Bernie Thompson2012-01-181-4/+8
* Add in a platform_family value to crossystemBernie Thompson2012-01-092-0/+106
* Fix crossystem on amd64 boardsSonny Rao2011-11-231-57/+1
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-4/+4
* vboot_reference: fix CMOS writing for x86 platformsHung-Te Lin2011-11-161-10/+9
* Wrap CMOS read/write functions so they automatically pacify the nvram driver.Gabe Black2011-11-111-44/+67
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+4
* Determine GPIO base from /sys/class/gpio/gpiochip<N>Bill Richardson2011-08-311-13/+39
* Allow CougarPoint as a valid GPIO controller.Bill Richardson2011-07-281-6/+8
* Make crossystem kern_nv field read-only.Randall Spangler2011-07-261-4/+6
* Add check to validate VbSharedData magicNick Sanders2011-07-201-0/+7
* CHROMIUM: fix incorrect crossystem recovery_reasonChe-Liang Chiou2011-07-201-7/+1
* Report mainfw_act based on VbSharedData780.BRandall Spangler2011-07-152-3/+20
* crossystem: arm: use proper gpio referencesOlof Johansson2011-07-141-11/+24
* arm: convert to new device tree usageOlof Johansson2011-07-141-102/+114
* Add support for flags in the firmware preamble.Randall Spangler2011-07-133-3/+7
* Introduce arm fdt support in crossystem utilityRong Chang2011-07-111-172/+218
* Add support for dev_boot_usb flagRandall Spangler2011-07-111-0/+4
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-6/+6
* Vboot wrapper initial implementationRandall Spangler2011-07-081-2/+0
* crossystem: fix VbSharedDataHeader sizeHung-Te Lin2011-06-301-3/+1
* Fix ARM build for vboot_reference crossystem libRandall Spangler2011-06-271-1/+1
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-2710-97/+93
* Vboot wrapper API - crossystem and header filesRandall Spangler2011-06-274-8/+41
* Fixed compiler warning in v-boot reference.Doug Anderson2011-05-251-2/+2
* crossystem: arm: fix incorrect mainfw_act outputChe-Liang Chiou2011-05-221-1/+1
* Ensure ARM crossystem gpio readings match u-boot.Vadim Bendebury2011-05-191-8/+12
* Introduce arm support in crossystem.Vadim Bendebury2011-05-053-64/+242
* Process case of corrupted firmware explicitly.Vadim Bendebury2011-04-191-0/+1
* Add crossystem loc_idxRandall Spangler2011-04-121-0/+4
* Add Mario support for fwupdate_triesRandall Spangler2011-04-111-0/+34
* Add crossystem fwupdate_tries and fix nv storage writesRandall Spangler2011-04-081-1/+17
* Add crossystem arch (reports x86 or arm, depending on platform)Randall Spangler2011-04-082-2/+6
* Add dummy crossystem_arch implementation for amd64 (host)Randall Spangler2011-04-071-0/+57
* Refactor crossystem to move x86-specific implementation to its own file.Randall Spangler2011-04-077-604/+893
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-251-2/+2
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-211-10/+124
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-181-7/+16
* Add TPM version checkingRandall Spangler2011-03-171-2/+13
* Add VbSharedData field parsingRandall Spangler2011-03-171-40/+92
* Add VB test error func/numRandall Spangler2011-03-151-0/+8