the following patch was just integrated into master: commit 997d25219b67704ba497a3d67f392a8a743a1782 Author: Aaron Durbin adurbin@chromium.org Date: Fri Nov 8 17:37:48 2013 -0600
baytrail: fix fadt structure for gpe0 block
The gpe0 block's size was being misreported. Correct the gpe0 size and use make the FADT fields be more robust instead instead of hand calculating fields that are the based on the same size.
This change correctly enables GPE events in the kernel. Confirmed this by using iotools read the gpe_cnt register.
BUG=chrome-os-partner:23505 BRANCH=None TEST=Built and booted. Confirmed EC's GPE event is enabled (but still not working).
Change-Id: I415710f7fec2e95cecee3bf679ee673dacc27480 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/176271 Reviewed-by: Duncan Laurie dlaurie@chromium.org Reviewed-on: http://review.coreboot.org/4956 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/4956 for details.
-gerrit