I just tried building the d810e2cb board with a tiny boot block.
It builds! Ship it! :)
Joseph, I see that you did the work on romstage.c on that board. Would
you be able to test this patch to make sure it works?
If anyone else has this board, I'd appreciate the testing.
Thanks,
wt
8<---------
Signed-off-by: Warren Turkal <wt(a)penguintechs.org>
---
src/mainboard/intel/d810e2cb/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mainboard/intel/d810e2cb/Kconfig b/src/mainboard/intel/d810e2cb/Kconfig
index 8c6c76b..6d407d2 100644
--- a/src/mainboard/intel/d810e2cb/Kconfig
+++ b/src/mainboard/intel/d810e2cb/Kconfig
@@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_512
select HAVE_MAINBOARD_RESOURCES
select GFXUMA
+ select TINY_BOOTBLOCK
config MAINBOARD_DIR
string
--
1.7.1