summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-2460.BBrian Norris2021-09-101-0/+1
* Add a test of checking timer value when system jumpVic Yang2012-06-153-1/+48
* Add an option to report panics in a new stackSimon Glass2012-06-152-1/+15
* stm32: Add an early warning of watchdog firingSimon Glass2012-06-153-1/+58
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-154-44/+94
* Add kbd command to print/set keyboard enable statusRandall Spangler2012-06-151-5/+31
* Move System Control Block registers to core headerVincent Palatin2012-06-153-3/+4
* Modify Makefile to allow insertion of mock modulesVic Yang2012-06-141-8/+9
* Extend CPU temperature delay to 2 secondsVic Yang2012-06-131-1/+1
* Split console output into its own moduleRandall Spangler2012-06-133-109/+117
* Size-check EC LPC response sizeRandall Spangler2012-06-121-0/+6
* Use EC LPC arbitration to prevent host writes to memmap spaceRandall Spangler2012-06-122-6/+32
* Fix the keyboard bug on recovery screen.Louis Yung-Chieh Lo2012-06-111-2/+5
* Convert panic() to C codeSimon Glass2012-06-084-110/+285
* qemu: allow to boot link EC firmwareVincent Palatin2012-06-081-0/+0
* EC: alphabetize command list in help messageLuigi Semenzato2012-06-081-20/+20
* Fix typo in ectool help.Bill Richardson2012-06-081-4/+2
* Add option to adjust delay for indiviual temperature sensorVic Yang2012-06-083-14/+18
* Refactor the i8042 module to be thread-safe.Louis Yung-Chieh Lo2012-06-074-58/+182
* fix QEMU OS testsVincent Palatin2012-06-073-5/+5
* Don't echo the NV recovery requests back to the BIOS. It knows.Bill Richardson2012-06-071-6/+0
* Fix printing hex numbersRandall Spangler2012-06-071-2/+2
* EC: snow: keyboard: fix incorrect index calculation with empty fifoLuigi Semenzato2012-06-071-2/+2
* console: Support delete as well as backspaceSimon Glass2012-06-071-2/+2
* Stay in G3 when power appliedRandall Spangler2012-06-072-8/+10
* Fix detecting boot keys on EVTRandall Spangler2012-06-071-3/+6
* Misc keyboard module cleanupRandall Spangler2012-06-075-123/+46
* Switch keyboard outputs to open-drainRandall Spangler2012-06-071-21/+13
* Put correct RO_FRID, RW_FWID_A, RW_FWID_B entries in FMAPBill Richardson2012-06-073-6/+16
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-078-210/+350
* Flash host command functions should be staticRandall Spangler2012-06-061-9/+9
* Fix setting PROCHOT levelRandall Spangler2012-06-061-2/+2
* Add powerinfo command to display CPU stateBill Richardson2012-06-061-0/+11
* Add a common watchdog fileSimon Glass2012-06-054-22/+20
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-054-9/+15
* lm4: Drop LED blinking from watchdog taskSimon Glass2012-06-051-8/+0
* Release keyboard recovery button on next power-onRandall Spangler2012-06-045-25/+51
* Disable default I2C register dumpRong Chang2012-06-031-2/+4
* Send success code when rebooting EC using I2C host commandsDavid Hendricks2012-06-011-0/+4
* stm32mon: more robust serial communicationVincent Palatin2012-06-011-11/+24
* Add host command to switch LCD backlight and WLAN/BluetoothVic Yang2012-06-014-0/+110
* simple and self-contained EC flashing toolVincent Palatin2012-05-314-4/+155
* Assorted keyboard module cleanupRandall Spangler2012-05-313-12/+17
* Fix alignment of task scratchpad and system stackRandall Spangler2012-05-313-6/+14
* Fix a typo in thermal engine temperature settingVic Yang2012-05-311-1/+1
* PMU tps65090 driverRong Chang2012-05-314-0/+170
* Add stm32 I2C master driverRong Chang2012-05-314-2/+475
* Detect recovery key combinationVincent Palatin2012-05-313-22/+79
* Merge "stm32: assert/de-assert GPIO_PMIC_PWRON_L with keyboard power event"Gerrit2012-05-301-0/+3
|\
| * stm32: assert/de-assert GPIO_PMIC_PWRON_L with keyboard power eventDavid Hendricks2012-05-291-0/+3