summaryrefslogtreecommitdiff
path: root/chip/it83xx/system.c
Commit message (Expand)AuthorAgeFilesLines
* chip/it83xx: introduction of IT83202/BX versionDino Li2019-10-171-1/+5
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-2/+0
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-13/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core:RISC-V / chip:IT83202Dino Li2019-06-111-20/+20
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* ite: Add support for 3rd Type C port in bbramScott Collyer2018-09-131-0/+2
* it83xx: Restore reset flag from BRAM during startupNaresh G Solanki2018-08-071-11/+10
* it83xx: clear BRAM if it is not validDino Li2018-08-031-5/+32
* it83xx: IT8320 DX version compatibilityDino Li2018-07-111-2/+7
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-281-0/+15
* it83xx: implement reboot wait-extNick Sanders2018-04-251-12/+13
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-0/+6
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* it83xx: remove console command "rwreg"Dino Li2017-04-181-86/+0
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-251-0/+6
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-8/+20
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2
* it83xx: EC sleep mode for system hibernateDino Li2016-09-211-17/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* it83xx: add reset cause of reset pinDino Li2016-08-221-1/+1
* chip: it83xx: add USBPD moduleDino Li2016-04-181-0/+6
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+4
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* core: nds32: add task_wait_event_mask() function to nds32 coreDino Li2016-01-051-0/+1
* it8380dev: fix irq, jtag and systemDino Li2015-11-011-19/+61
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-1/+1
* it8380dev: fix idle task and chip idDino Li2015-09-181-26/+48
* it8380dev: fix flash module and reset cause.Dino Li2015-09-161-0/+9
* it8380dev: add console command "rwreg"Dino Li2015-08-131-0/+82
* it8380dev: fix reset causeDino Li2015-07-221-4/+8
* it8380dev: add flash module and fix system jumpDino Li2015-07-081-3/+24
* it8380dev: add pin 3.3v/1.8v selectionDino Li2015-06-301-1/+20
* ite: Added system reset and reset causesAlec Berg2014-01-141-1/+69
* ite: Add initial support for ITE IT8380 chipVincent Palatin2014-01-081-0/+82