Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | configs: Migrate CONFIG_USB_STORAGE | Tom Rini | |
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> | |||
2016-08-30 | x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload | Bin Meng | |
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> |