From 64b9e3f59e3d859e287884c294ad4180e5a5ef56 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Mon, 17 Jan 2022 15:11:43 +0100 Subject: hwaccess: move mmio functions into hwaccess_physmap The mmio_le/be_read/writex functions are used for raw memory access. Bundle them with the physmap functions. Change-Id: I313062b078e89630c703038866ac93c651f0f49a Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/61160 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8287a90..6e2e33ff 100644 --- a/Makefile +++ b/Makefile @@ -833,7 +833,7 @@ endif ifneq ($(NEED_RAW_ACCESS), ) # Raw memory, MSR or PCI port I/O access. FEATURE_CFLAGS += -D'NEED_RAW_ACCESS=1' -PROGRAMMER_OBJS += hwaccess.o hwaccess_physmap.o +PROGRAMMER_OBJS += hwaccess_physmap.o ifeq ($(ARCH), x86) FEATURE_CFLAGS += -D'__FLASHROM_HAVE_OUTB__=1' -- cgit v1.2.3