at_keyboard: Split protocol from controller code.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 19:41:22 +0000 (21:41 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 8 May 2017 19:41:22 +0000 (21:41 +0200)
commit216950a4eea1a1ead1c28eaca94e34ea2ef2ad19
tree4ac4d008a74b37f7114cfdaa9d943f9bbda55822
parentac6b41b89fbb82a3ba843a7ed19115d81432b604
at_keyboard: Split protocol from controller code.

On vexpress controller is different but protocol is the same, so reuse the
code.
grub-core/Makefile.core.def
grub-core/term/at_keyboard.c
grub-core/term/ps2.c [new file with mode: 0644]
include/grub/at_keyboard.h
include/grub/ps2.h [new file with mode: 0644]