summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* nuc: Add i2cscan and kbpress commands for FAFT.Mulin Chao2015-12-011-35/+27
* nuc: Fixed wheatley bugs of SERIRQ and AC detection.Mulin Chao2015-11-113-18/+11
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+0
* nuc: Add state machines to handle i2c master stall bus and call i2c_xfer again.Mulin Chao2015-11-011-21/+94
* nuc: Remove unnecessary NPCX_EC_FLASH_SIZE definition in npcx.Mulin Chao2015-10-192-18/+11
* nuc: Enable JTAG directly by NPCX_ENABLE_JTAG definitionMulin Chao2015-10-172-13/+13
* nuc: Simplify adc/pwm/fan drivers and related structures in boardsMulin Chao2015-09-298-471/+331
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-292-21/+22
* cleanup: Remove CONFIG_FW_IMAGE_SIZEShawn Nematbakhsh2015-09-241-7/+2
* nuc: Fixed flash layout issue for npcxMulin Chao2015-09-213-7/+9
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* nuc: use fix point math for timer calculationGwendal Grignou2015-09-181-5/+7
* chip: Set CONFIG_FPU on a board basis.Gwendal Grignou2015-09-181-1/+0
* cleanup: Fix npcx buildShawn Nematbakhsh2015-09-171-1/+1
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-163-19/+22
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-5/+10
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-166-16/+18
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-164-10/+14
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-081-3/+0
* nuc: Fixed the bugs for flash and i2c drivers.Mulin Chao2015-09-062-58/+126
* cleanup: Clarify use of flash layout CONFIGsShawn Nematbakhsh2015-09-022-37/+47
* nuc:Mulin Chao2015-08-196-138/+224
* npcx_evb_arm: Fix buildShawn Nematbakhsh2015-08-121-0/+2
* nuc:Using LRESET interrupt to re-initialize LPC settings after warm bootMulin Chao2015-08-123-13/+58
* npcx: Fix termination of chip revisionRandall Spangler2015-08-041-1/+2
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-3/+1
* common: change interface to SPI flashGwendal Grignou2015-07-301-17/+34
* nuc:Ian Chao2015-07-2512-183/+317
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* flash_ec: move openocd configs from chip/ to util/Myles Watson2015-07-094-195/+0
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-2625-655/+1709
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+13
* cleanup: fix all the header guardsBill Richardson2015-06-186-18/+18
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-21/+12
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+2
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-0/+3
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-261-35/+0
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-152-7/+8
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-123-11/+11
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-3/+3
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+10
* npcx: Use SPI status register instead of pstateRandall Spangler2015-02-262-88/+49
* WIP - Nuvoton 30-Jan patchRandall Spangler2015-02-2521-225/+391
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-1435-0/+8664