summaryrefslogtreecommitdiff
path: root/chip/g/rbox.c
Commit message (Expand)AuthorAgeFilesLines
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+3
* cr50: use closed loop reset based on board propertyMary Ruthven2019-03-061-0/+12
* cr50: Deferred RDD check in deasserting EC_RST_L.Namyoon Woo2019-01-091-4/+28
* cr50: Release EC Reset on power button release when SuzyQ detected.Nick Sanders2018-08-291-5/+4
* cr50: only enable rbox wakeup during sleepMary Ruthven2018-08-231-2/+20
* cr50: delay EC boot when Rdd detects SuzyQ at boot time.Namyoon Woo2018-08-071-3/+14
* cr50: remove set capabilities from powerbtnMary Ruthven2018-02-201-25/+0
* cr50: fix DEBUG_DRIVE commentBrian Norris2018-02-161-1/+1
* g: rbox: Let pins stabilize before releasing EC.Aseda Aboagye2017-03-311-2/+6
* g: fix error rbox debug term overrideMary Ruthven2016-11-181-1/+1
* cr50: add press and release options to powerbtn commandMary Ruthven2016-10-111-7/+22
* cr50: add console commands to have parity with servoMary Ruthven2016-10-051-0/+18
* g: override RBOX fuses for correct POR behaviorBill Richardson2016-09-091-0/+46
* Revert "cr50: remove internal pull up on DIOM0"Mary Ruthven2016-09-061-5/+0
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-311-0/+5
* Cr50: Implement the console unlock danceBill Richardson2016-08-311-4/+6
* Revert "cr50: remove internal pull up on DIOM0"Vadim Bendebury2016-08-261-5/+0
* cr50: remove internal pull up on DIOM0Mary Ruthven2016-08-231-0/+5
* g: Remove unused CONFIG_RBOX_DEBUG featureBill Richardson2016-08-221-57/+2
* Release EC_RST_L in RW after all initialization has completedtimothytim2016-08-131-1/+11
* cr50: init rbox before the board init is invokedVadim Bendebury2016-07-061-1/+1
* g: write 0 to RBOX_WAKEUP_CLEAR to clear registersMary Ruthven2016-06-241-0/+1
* g: remove the fuse override in rboxMary Ruthven2016-06-161-14/+0
* cr50: add basic rbox supportMary Ruthven2016-04-291-0/+88