Attention is currently required from: Nicholas Chin, Felix Held, Elyes Haouas.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59703
to look at the new patch set (#9).
Change subject: ec/dell: Add support for the SMSC MEC5035 ......................................................................
ec/dell: Add support for the SMSC MEC5035
This is required to prevent the EC from shutting down the system after about 15 seconds after being turned on. If the EC doesn't receive a command meaning "CPU OK" it assumes that the processor has failed and flashes an LED POST code on the keyboard LEDs to indicate this.
This also enables the PS/2 keyboard and trackpad/trackpoint interfaces.
Part of this code is based on unmerged MEC5055 code written by Iru Cai.
Tested on a Dell Latitude E6400
Signed-off-by: Nicholas Chin nic.c3.14@gmail.com Change-Id: Ia420cd51e9a64be5eee4af2c0d113618575522b0 --- A src/ec/dell/mec5035/Kconfig A src/ec/dell/mec5035/Makefile.inc A src/ec/dell/mec5035/mec5035.c A src/ec/dell/mec5035/mec5035.h 4 files changed, 179 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/59703/9