summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/h81m-hds/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-12-19 16:54:06 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 10:12:02 +0000
commitd893a2635fdd02e3fc12021aa4b0200a30d5a0de (patch)
treec0930430dfa687eb4ca7f0f6a92d6c6cdfce7150 /src/mainboard/asrock/h81m-hds/Makefile.inc
parent63bc18e3285bf00d3239d89bc0c4cad97cbbc383 (diff)
downloadcoreboot-d893a2635fdd02e3fc12021aa4b0200a30d5a0de.tar.xz
sb/intel/lynxpoint: Enable LPC/SIO setup in bootblock
This allows for serial console during the bootblock and enables console in general for the bootblock. Change-Id: I5c6e107c267a7acb5bf9cbeb54eb5361af3b6db4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30315 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/h81m-hds/Makefile.inc')
-rw-r--r--src/mainboard/asrock/h81m-hds/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asrock/h81m-hds/Makefile.inc b/src/mainboard/asrock/h81m-hds/Makefile.inc
index 7c1bf9ecd4..de18bc5aa8 100644
--- a/src/mainboard/asrock/h81m-hds/Makefile.inc
+++ b/src/mainboard/asrock/h81m-hds/Makefile.inc
@@ -16,3 +16,4 @@
romstage-y += gpio.c
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
+bootblock-y += bootblock.c