summaryrefslogtreecommitdiff
path: root/common/fmap.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-6/+6
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-6/+6
* Clean up fmap.cRandall Spangler2012-10-241-10/+16
* Snow: WP_RO should be 0x10000 (including pstate).Louis Yung-Chieh Lo2012-08-171-3/+3
* Remove signature-based vboot supportRandall Spangler2012-08-071-28/+1
* Change some FMAP area_offset to be related to the start of flash.Louis Yung-Chieh Lo2012-07-251-3/+10
* ec: Remove "_A" suffix in FMAP RW firmware areas.Hung-Te Lin2012-07-231-12/+5
* chromeos-ec: Refine FMAP.Hung-Te Lin2012-07-181-37/+33
* Don't waste space on vblock and root key if not doing sig-based EC vbootRandall Spangler2012-07-171-1/+9
* Remove firmware BRandall Spangler2012-07-171-34/+3
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-171-15/+15
* Use __packed instead of __attribute__((packed))Randall Spangler2012-06-281-3/+4
* Only one RW image is now the defaultRandall Spangler2012-06-261-2/+3
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-071-6/+14
* do not advertise RW-B in FMAP if it doesn't existVincent Palatin2012-05-221-0/+2
* Clean up linker scripts; detect out-of-flash problem.Bill Richardson2012-05-211-18/+17
* Enable verified boot for EC firmwareBill Richardson2012-05-101-1/+0
* Add EC_RO/EC_RW and WP_RO FMAP area for fw_updater and factory.Louis Yung-Chieh Lo2012-05-081-1/+24
* Update EC config and FMAP to reserve room for vboot signaturesBill Richardson2012-05-041-15/+14
* Refine the EC flash size in FMAP structure.Louis Yung-Chieh Lo2012-05-021-1/+2
* Add basic FMAP to EC firmware image.Bill Richardson2012-05-011-0/+152