mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
cf87d3b503
Add support for some important configuration options and FSP memory init. The memory init uses swizzle tables from the device tree. Support for the FSP_S binary is also included. Bootstage timing is used for both FSP_M and FSP_S and memory-mapped SPI reads. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
10 lines
203 B
Makefile
10 lines
203 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2019 Google LLC
|
|
|
|
obj-y += fsp_common.o
|
|
obj-y += fsp_dram.o
|
|
obj-y += fsp_init.o
|
|
obj-y += fsp_meminit.o
|
|
obj-y += fsp_silicon_init.o
|
|
obj-y += fsp_support.o
|