summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* Remove dead ECPreamble codeRandall Spangler2013-01-252-198/+140
* Fix architecture definitions.Randall Spangler2013-01-231-0/+0
* Unify vboot build into a single makefileRandall Spangler2013-01-111-46/+0
* Add recovery_subcode field to nvstorage and crossystemBill Richardson2012-12-171-0/+4
* crossystem devsw_cur returns devsw_boot if virtual dev switchRandall Spangler2012-10-042-5/+16
* crossystem should not grumble about older firmwareChe-Liang Chiou2012-09-241-8/+31
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+4
* crossystem should switch on VbNvContext storage typeChe-Liang Chiou2012-09-181-2/+117
* Revert "Change FMAP search stride from 4-byte to 64-byte."Louis Yung-Chieh Lo2012-08-291-1/+1
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-08-281-3/+9
* Change FMAP search stride from 4-byte to 64-byte.Louis Yung-Chieh Lo2012-08-271-1/+1
* Fix reporting TPM kernel version and firmware version on ZGBRandall Spangler2012-08-231-6/+6
* Make crossystem look for the write protect switch in the chromeos_arm deviceGabe Black2012-08-161-2/+20
* Add clear TPM owner requestRandall Spangler2012-08-151-0/+9
* rename common.mk to build.mkMike Frysinger2012-08-081-1/+1
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-064-62/+83
* crossystem: Let kernel worry about active_low stuffChe-Liang Chiou2012-07-121-3/+2
* crossystem: Return error when trying to read GPIO port zeroChe-Liang Chiou2012-07-121-1/+10
* Revert "Read virtual switch current values correctly"Che-Liang Chiou2012-07-091-21/+5
* Exporting GPIO if the sysfs node does not existRong Chang2012-07-031-3/+21
* Read virtual switch current values correctlyChe-Liang Chiou2012-07-021-5/+21
* crossystem: Add the ddr_type field on crossystem for querying DDR RAM typeTom Wai-Hong Tam2012-07-022-0/+6
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-271-0/+4
* add EXYNOS{4,5} to platform_name tables on armOlof Johansson2012-06-261-0/+2
* 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