commit | 1ab2c010879baff93c690be8d98d294e9ccfab94 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 05:57:53 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 24 08:56:04 2018 +0800 |
tree | 8b3e0f5da133892768ee0d34458e6bef6194b484 | |
parent | 6d02cf0562ead596b20ce23f102be5c3020c04f9 [diff] |
x86: efi-x86_payload: Enable usb keyboard during boot For boards that don't route serial port pins out, it's quite common to attach a USB keyboard as the input device, along with a monitor. However USB is not automatically started in the generic efi payload codes. This uses a payload specific last_stage_init() to start the USB bus, so that a USB keyboard can be used on the U-Boot shell. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>