summaryrefslogtreecommitdiff
path: root/common/fmap.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-260/+0
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* fmap: Remove CONFIG_RO_STORAGE_OFF from EC_RO offsetScott Collyer2019-11-011-4/+7
* 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