the following patch was just integrated into master: commit a2d786f0e6a0db1c88d955ea80b040bebdea4396 Author: Gabe Black gabeblack@google.com Date: Tue Mar 12 15:44:56 2013 -0700
libpayload: Make keycode constants available outside of curses.h.
And include the new, split out version in drivers/keyboard.c and drivers/usb/usbhid.c. Those files were including curses.h just for those definitions, but the include path was only fixed up to to point to the libpayload versions of those files if one of the variants of curses was compiled in. If neither was, gcc would fall back to the system version of that header which is wrong.
Change-Id: I8c2ee0baf5f0702bd8c713c8dd4613a4bb269ce5 Signed-off-by: Gabe Black gabeblack@google.com Reviewed-on: http://review.coreboot.org/2762 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Sat Mar 16 02:05:58 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Mon Mar 18 20:45:47 2013, giving +2 See http://review.coreboot.org/2762 for details.
-gerrit