summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add function for VDAT processing.Vadim Bendebury2011-03-151-0/+134
* Add check-value support and check /proc/cmdline for cros_nodebugRandall Spangler2011-03-111-1/+3
* Add cros_debug option to crossystemRandall Spangler2011-03-101-4/+50
* Add crossystem support for nvram_cleared and kern_nvRandall Spangler2011-03-011-9/+6
* Add kern_nv field to crossystemRandall Spangler2011-03-011-1/+7
* rename tried_fwb constantsRandall Spangler2011-02-251-1/+1
* Add NV storage fields for firmware flagsRandall Spangler2011-02-251-0/+13
* crossystem uses VbNvStorageRandall Spangler2011-02-251-6/+119
* Add flashmap base addressRandall Spangler2011-02-241-0/+3
* Add more properties to crossystemRandall Spangler2011-02-231-3/+155
* Add support for CHNV settings to crossystem.Randall Spangler2011-02-181-1/+93