summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-233-15/+28
* Fix unit tests not compiling for linkRandall Spangler2012-07-231-2/+7
* Revert "host_command: Add send_result() to the arg structure"Randall Spangler2012-07-224-39/+37
* Revert "i2c: Move host command processing into a function"Randall Spangler2012-07-221-18/+13
* Revert "i2c: Support command version numbers"Randall Spangler2012-07-221-44/+15
* Support up to 24 thermal sensorsRandall Spangler2012-07-223-30/+36
* i2c: Support command version numbersSimon Glass2012-07-221-15/+44
* i2c: Move host command processing into a functionSimon Glass2012-07-221-13/+18
* host_command: Add send_result() to the arg structureSimon Glass2012-07-224-37/+39
* stm32f: Fix some error in flash write protectVic Yang2012-07-211-4/+55
* stm32f: Support hard resetVic Yang2012-07-191-6/+33
* stm32f: Add hibernate supportVic Yang2012-07-191-0/+74
* stm32: Support backup registers and preseving reset flagsVic Yang2012-07-192-10/+59
* Disable keyboard backlight on suspend entryDuncan Laurie2012-07-191-0/+1
* Use config values for flash protect/erase/write sizesRandall Spangler2012-07-187-109/+41
* Remove flash_read()Randall Spangler2012-07-184-52/+4
* Move looking at write protect GPIO to button/switches moduleRandall Spangler2012-07-181-0/+5
* Stop reporting keyboard recovery switchRandall Spangler2012-07-181-5/+0
* Continue simplifying flash write protectRandall Spangler2012-07-181-1/+1
* Simplify flash protection, part 1Randall Spangler2012-07-186-28/+41
* Enable Lucas EC WP again.Louis Yung-Chieh Lo2012-07-181-14/+90
* Rename ROLLBACK constant to PSTATERandall Spangler2012-07-171-5/+7
* Don't waste space on vblock and root key if not doing sig-based EC vbootRandall Spangler2012-07-171-7/+20
* Remove firmware BRandall Spangler2012-07-174-32/+1
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-174-41/+42
* Flash pre-init reboots if it needs to clear protection registersRandall Spangler2012-07-163-0/+51
* Support preserving reset flags across a resetRandall Spangler2012-07-162-9/+18
* Refactor reset reasonsRandall Spangler2012-07-165-53/+111
* Use openocd auto-erase when writing flash, and use sysresetreq to resetRandall Spangler2012-07-162-8/+7
* Refactor HIBDATA access so we can use multiple hibernate regsRandall Spangler2012-07-162-34/+55
* Fix unit testsVic Yang2012-07-131-3/+24
* Add keyboard recovery eventRandall Spangler2012-07-123-3/+19
* Simplify host event processingRandall Spangler2012-07-121-37/+12
* Support new-style LPC command interface in EC, ectoolRandall Spangler2012-07-121-13/+99
* Use response pointer and size from host command args structRandall Spangler2012-07-122-4/+7
* Map 256 bytes of data for host command args/paramsRandall Spangler2012-07-122-28/+26
* Pass maximum size of response buffer in via host command handler argsRandall Spangler2012-07-123-0/+3
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-122-1/+6
* Ensure at least one LPC status bit is 0 at init time.Louis Yung-Chieh Lo2012-07-111-13/+19
* Move host_cmd_handler_args farther up the call chainRandall Spangler2012-07-113-16/+46
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-112-13/+20
* Change STM32 I2C master wait status timeout from 100ms to 10msRong Chang2012-07-111-4/+4
* Host command interface has only one slot nowRandall Spangler2012-07-102-92/+90
* Move ACPI query-event handling to LPC interruptRandall Spangler2012-07-101-11/+49
* Remove fake dev switchRandall Spangler2012-07-102-18/+0
* stm32: fix data buffer increment bug in flash_physical_writeDavid Hendricks2012-07-101-0/+1
* Add a test of flash overwriteVic Yang2012-07-101-0/+98
* Clear UART FIFO when initializing to prevent reading garbageVic Yang2012-07-091-0/+9
* Handle invalid parameter of fan duty cycle and keyboard backlightVic Yang2012-07-091-0/+10
* Remove unused UART definesRandall Spangler2012-07-095-30/+0