summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* cr50: write protect area where the code jumps toVadim Bendebury2016-02-121-1/+2
* nuc: Modify divider of apb2 to 1 if it's freq isn't divisible by 1MHzMulin Chao2016-02-103-50/+71
* nuc: Fixed bug that some of DP80's data is skippingMulin Chao2016-02-101-3/+10
* Cr50: Fixes a glitching issue during GPIO initialization.Nadim Taha2016-02-101-6/+6
* CR50: remove incorrect output length check in RSA decryptnagendra modadugu2016-02-101-1/+1
* skylake: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-02-101-0/+48
* CR50: Include NUL byte from label for OAEP pad calculationstabilize-7912.Bnagendra modadugu2016-02-091-2/+2
* MEC1322 port80 Acknowledge interruptIcarus Sparry2016-02-091-1/+1
* mec1322: i2c: Print port name on failureShawn Nematbakhsh2016-02-091-2/+12
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-092-0/+22
* cr50: integrate register definitions consistent with real siliconVadim Bendebury2016-02-094-126/+99
* CR50: Add initial elliptic curve crypto implementation.nagendra modadugu2016-02-087-0/+2090
* CR50: enable the bignum library to handle word un-aligned keysnagendra modadugu2016-02-083-30/+31
* cr50: provide plumbing for prod mode RO signingVadim Bendebury2016-02-081-0/+2
* cr50: no need to check for USB inclusionVadim Bendebury2016-02-081-7/+0
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-067-43/+122
* Cr50: Modified the flash driver to retry operations as appropriate.Nadim Taha2016-02-041-38/+75
* NPCX: Move control of PD GPIO hibernation state to boardAnton Staaf2016-02-031-15/+0
* Enforce compilation without system headersStefan Reinauer2016-02-032-2/+2
* CR50: fix unaligned memory accesses in dcrypto/aes.nagendra modadugu2016-02-031-4/+4
* nuc: Reduce the period of watchdog check timerCHLin2016-02-021-1/+1
* cr50: signer should be a dependency for RW_B target tooVadim Bendebury2016-02-021-0/+1
* Cr50: Fixed soft resets on silicon.Nadim Taha2016-02-012-56/+87
* Cr50: Removed references to FPGA-only registers from the bootloader.Nadim Taha2016-02-011-6/+2
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-286-0/+18
* Fix bug in software sha256_hash()nagendra modadugu2016-01-281-4/+1
* cr50: adds the ability to configure muxed inout peripheralsEwout van Bekkum2016-01-282-1/+6
* Modified the bootloader to check PMU_PWRDN_SCRATCH30 and load the newerNadim Taha2016-01-283-7/+108
* chip: it83xx: fix EC interrupt vector registers issueDino Li2016-01-286-9/+29
* cr50: updates watchdog and hw clock to use hw regdefsEwout van Bekkum2016-01-282-6/+5
* GPIO: Remove gpio_get_level_reg functionAnton Staaf2016-01-272-19/+8
* GPIO: Use gpio_reset in a few more placesAnton Staaf2016-01-272-20/+7
* nuc: Fixed the bug of i2c caused by writing START bit in SMBCTL1.Mulin Chao2016-01-261-56/+65
* chip: it83xx: update ec2i moduleDino Li2016-01-261-119/+112
* ec: Add a chipset reset hookDuncan Laurie2016-01-253-5/+46
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-254-167/+26
* stm32f0: flash: Don't check protect bits for flash that doesn't existShawn Nematbakhsh2016-01-211-2/+7
* nuc: Adjust core clock from 16/12 MHz to 15/13 MHz.Mulin Chao2016-01-205-25/+97
* GPIO: Add gpio_reset functionAnton Staaf2016-01-192-6/+2
* mec1322: lpc: Clear STATUS_PROCESSING LPC status bit on initShawn Nematbakhsh2016-01-191-0/+3
* nuc: Support hibernate_wake_pins on wheatley, npcx_evb and npcx_evb_arm.Mulin Chao2016-01-145-61/+149
* Initial RSA implementation.stabilize-7821.Bnagendra modadugu2016-01-115-0/+828
* kunimitsu: increase stack size for PD_C0, PD_C1, and PD_CMDKevin K Wong2016-01-111-0/+6
* wheatley: Proposed workaround for RESET_FLAG_RESET_PIN issue on wheatley.Mulin Chao2016-01-061-0/+4
* nuc: Support rpm mode for fan control.Mulin Chao2016-01-062-186/+166
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-052-1/+3
* nuc: Get more accurate value of deep idle time.Mulin Chao2016-01-053-8/+21
* wheatley: Add CONFIG_LTO definition to reduce FW size.stabilize-7797.BMulin Chao2015-12-301-1/+1
* Move rand_bytes implementation from tpm2 to chip/g.nagendra modadugu2015-12-221-0/+22
* nuc: Enable lower core CLK for power consumptionCHLin2015-12-213-27/+33