From b79d0a17992886d1e8558a9ebe536f12fcf336b1 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 11:49:20 +0200 Subject: Makefile.inc: Drop unused `cbfs-files-processor-vsa` VSA (Virtual System Architecture) is specific to AMD Geode CPUs, which are no longer supported in current coreboot. Drop this remnant. Change-Id: I28bf61cb953e3352b59aa91059341e4de8f84f23 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54360 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Arthur Heymans --- Makefile.inc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index ce70a30c0fd6..da54e3b46eb3 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -307,16 +307,6 @@ cbfs-files-processor-nvramtool= \ $(objutil)/nvramtool/nvramtool -y $(src)/mainboard/$(MAINBOARDDIR)/cmos.layout -D $(2).tmp -p $(1) && \ mv $(2).tmp $(2)) -####################################################################### -# Link VSA binary to ELF-ish stage -# arg1: source file -# arg2: binary file name -cbfs-files-processor-vsa= \ - $(eval $(2): $(1) ; \ - printf " CREATE $(2) (from $(1))\n"; \ - $(OBJCOPY_ramstage) --set-start 0x20 --adjust-vma 0x60000 -I binary -O elf32-i386 -B i386 $(1) $(2).tmp && \ - $(LD_ramstage) -m elf_i386 -e 0x60020 --section-start .data=0x60000 $(2).tmp -o $(2)) - ####################################################################### # Reduce a .config file to its minimal representation # arg1: input -- cgit v1.2.3