summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: adc: Add support for DMA continuous modeShawn Nematbakhsh2015-12-212-29/+131
* cr50: adds the SPI master driverEwout van Bekkum2015-12-212-0/+226
* Cr50: Implement USB according to Programmer's GuideBill Richardson2015-12-171-213/+649
* Cr50: Revise FIFO SRAM settingsBill Richardson2015-12-161-38/+89
* mec1322: Fix uninitialized variable.Shaunak Saha2015-12-161-2/+4
* it8380dev: Implement GPIO mode for KBS pins and fix gpio_set_level()Dino Li2015-12-142-2/+31
* it8380dev: To config register 'GCR' in gpio_pre_init()Dino Li2015-12-142-2/+2
* Cr50: clean up usb_init()Bill Richardson2015-12-141-38/+49
* stm32: Don't use HSI48 clock for chips which don't support itShawn Nematbakhsh2015-12-112-2/+5
* Cr50: USB: Add stubs for additional EP0 interruptsBill Richardson2015-12-111-19/+71
* Cr50: Cleaner API for USB_DECLARE_IFACE callbacksBill Richardson2015-12-113-32/+74
* Cr50: Add a few more symbolic names for constantsBill Richardson2015-12-113-7/+55
* Cr50: tweaks to debug output and a comment or twostabilize-7729.BBill Richardson2015-12-101-26/+104
* cr50: fix calculations determining the image typeVadim Bendebury2015-12-091-0/+3
* cr50: add ability to include two identical RW sections in the EC imageVadim Bendebury2015-12-092-2/+8
* mec1322: i2c: Track controller status for repeated startShawn Nematbakhsh2015-12-071-3/+29