Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | configs: Migrate CONFIG_USB_STORAGE | Tom Rini | 2016-09-09 | -0/+1 |
| | | | | | | | In some cases we were missing CONFIG_USB=y so enable that when needed. Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
* | x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload | Bin Meng | 2016-08-30 | -0/+49 |
This introduces two board defconfig files for generating EFI 32-bit and 64-bit payloads, to run on QEMU x86 target. With these in place, hopefully buildman will catch any build error with EFI payload support on x86. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |