diff options
author | Alexandru Gagniuc <alexandrux.gagniuc@intel.com> | 2015-12-15 16:06:15 -0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-05-12 04:54:05 +0200 |
commit | c364019486bbdf960d1b217bb87f8ccbb59bc591 (patch) | |
tree | 13c0501104f14b0b06dfe07e6fcfa9e345a04443 /src/soc/intel/apollolake/Makefile.inc | |
parent | 810caa99491c66a46bbb275214e1d8183ae09bcf (diff) |
soc/intel/apollolake: Write LB_FRAMEBUFFER table when appropriate
FSP does not itself write the LB_FRAMEBUFFER entry, so that needs to
be done in platform code.
Change-Id: Ia8311da9b9a603ea9b333ea873fc26d11e182332
Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc@intel.com>
Reviewed-on: https://review.coreboot.org/14764
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r-- | src/soc/intel/apollolake/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 6b934a891a..5cc4f26099 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -38,6 +38,7 @@ ramstage-y += cpu.c ramstage-y += chip.c ramstage-y += placeholders.c ramstage-y += gpio.c +ramstage-y += graphics.c ramstage-$(CONFIG_SOC_UART_DEBUG) += uart_early.c ramstage-y += lpc.c ramstage-y += lpc_lib.c |