mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
It is useful to obtain the results of MSR queries as well as to update MSR registers, so add a command these tasks. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
251 B
Makefile
9 lines
251 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-$(CONFIG_CMD_CBSYSINFO) += cbsysinfo.o
|
|
obj-y += cpuid.o msr.o mtrr.o
|
|
obj-$(CONFIG_CMD_EXCEPTION) += exception.o
|
|
obj-$(CONFIG_USE_HOB) += hob.o
|
|
obj-$(CONFIG_HAVE_FSP) += fsp.o
|
|
obj-$(CONFIG_CMD_ZBOOT) += zboot.o
|