diff options
author | Piotr Król <piotr.krol@3mdeb.com> | 2018-05-06 01:08:19 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-19 16:55:56 +0000 |
commit | 36c601b17b8506fb5659840436da8d7ea2032117 (patch) | |
tree | 341d304a7ee7fb43675ab5eb81456c969ad64b42 | |
parent | 757a246ccdb993f1e1e88a260293e3f151db8e3a (diff) |
configs: add PC Engines apu2 sample configuration
Change-Id: Ia131c8aec1235443465bc017e11f59f38bef76db
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
Reviewed-on: https://review.coreboot.org/26118
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | configs/config.pcengines_apu2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/config.pcengines_apu2 b/configs/config.pcengines_apu2 new file mode 100644 index 0000000000..275402479c --- /dev/null +++ b/configs/config.pcengines_apu2 @@ -0,0 +1,10 @@ +# CONFIG_COLLECT_TIMESTAMPS is not set +CONFIG_VENDOR_PCENGINES=y +CONFIG_BOARD_PCENGINES_APU2=y +CONFIG_APU2_PINMUX_UART_C=y +CONFIG_APU2_PINMUX_UART_D=y +CONFIG_NO_GFX_INIT=y +CONFIG_PXE=y +CONFIG_BUILD_IPXE=y +CONFIG_PXE_ROM_ID="8086,157b" +CONFIG_MEMTEST_SECONDARY_PAYLOAD=y |