summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/Makefile.inc
diff options
context:
space:
mode:
authorKeith Hui <buurin@gmail.com>2020-02-02 00:26:59 -0500
committerAngel Pons <th3fanbus@gmail.com>2020-04-18 18:51:59 +0000
commit5d8ad8598bc5043bde2329aa5be561f6a1e308cd (patch)
treeb109ad393dab6ee54e9be22b1f71ddc6d4466c36 /src/mainboard/asus/p2b/Makefile.inc
parentb7c11c6953285f64603a6e1a115b2fdc1505d832 (diff)
downloadcoreboot-5d8ad8598bc5043bde2329aa5be561f6a1e308cd.tar.xz
asus/p2b*: Move serial init into mainboard bootblock
With this bootblock messages are transmitted over serial too. TEST=Serial messages transmitted normally on asus/p2b-ls. Change-Id: I6f3ee68e7c76a8c6db6d75956e6a7fb75ef83850 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38670 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asus/p2b/Makefile.inc')
-rw-r--r--src/mainboard/asus/p2b/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/p2b/Makefile.inc b/src/mainboard/asus/p2b/Makefile.inc
index ca08106480..cc55c25a20 100644
--- a/src/mainboard/asus/p2b/Makefile.inc
+++ b/src/mainboard/asus/p2b/Makefile.inc
@@ -1,2 +1,4 @@
+bootblock-y += bootblock.c
+
ramstage-$(CONFIG_GENERATE_PIRQ_TABLE) += variants/$(VARIANT_DIR)/irq_tables.c
ramstage-$(CONFIG_GENERATE_MP_TABLE) += variants/$(VARIANT_DIR)/mptable.c