summaryrefslogtreecommitdiff
path: root/chip/g/loader
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of %lEvan Green2019-10-051-2/+1
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* printf: Fix formatting errorsEvan Green2019-10-052-3/+4
* printf: Convert %h to %phEvan Green2019-10-052-6/+6
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-281-1/+1
* g: update test RO to allow self-signed RWs.Marius Schilder2018-10-043-55/+18
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-1/+1
* Cr50: Rearrange flash to allow dual RO imagesBill Richardson2016-07-221-2/+2
* CR50: refactor debug_printf() for use as a library functionnagendra modadugu2016-06-152-18/+28
* CR50: fix bug in rom_flash.c debug print messagenagendra modadugu2016-06-101-2/+3
* cr50: improve loader logic to consider build timestamp as wellVadim Bendebury2016-02-121-16/+13
* cr50: write protect area where the code jumps toVadim Bendebury2016-02-121-1/+2
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* Cr50: Removed references to FPGA-only registers from the bootloader.Nadim Taha2016-02-011-6/+2
* Modified the bootloader to check PMU_PWRDN_SCRATCH30 and load the newerNadim Taha2016-01-282-7/+54
* Cr50: bootloader: display config bits at bootBill Richardson2015-12-011-2/+6
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-254-109/+13
* cr50: move key ladder initialization into its own filesVadim Bendebury2015-11-235-39/+62
* Cr50: Tweak debug message for clarityBill Richardson2015-11-101-1/+2
* cr50: RO Loader implementationVadim Bendebury2015-11-1011-3/+849
* cr50: introduce RO image skeletonVadim Bendebury2015-11-052-0/+103