summaryrefslogtreecommitdiff
path: root/common/fmap.c
Commit message (Expand)AuthorAgeFilesLines
* common/fmap: Update doc linkTom Hughes2019-06-251-1/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* EFS: Add SIG_RW_B in fmapDaisuke Nojiri2018-01-101-1/+16
* Fizz: Add EC_RW_B in FMAPDaisuke Nojiri2017-10-171-1/+19
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-1/+1
* common/rollback: Add support for rollback protectionNicolas Boichat2017-04-061-2/+30
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-7/+7
* rwsig: Add support for rwsig image typesNicolas Boichat2017-02-171-0/+27
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-7/+7
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-7/+7
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* fmap: note fmap_name dependencyMary Ruthven2016-02-081-0/+1
* pd: Add protection to FMAP data so it is not removed by linkerShamile Khan2015-11-091-1/+1
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-9/+32
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-4/+0
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-3/+4
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-0/+5
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-12/+15
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-11/+11
* 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