head 1.3; access; symbols pkgsrc-2020Q2:1.2.0.18 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.14 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.16 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.12 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.10 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.8 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.6 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.4 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.1.0.28 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.26 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.24 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.20 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.18 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.16 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.14 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.12 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2020.08.19.10.39.25; author bouyer; state dead; branches; next 1.2; commitid DGAMglRf0Jde6FkC; 1.2 date 2018.06.28.02.26.49; author maya; state Exp; branches; next 1.1; commitid oLhXv59KnD6VvZHA; 1.1 date 2015.01.20.16.42.13; author bouyer; state Exp; branches; next ; commitid JA3wqnCTLthdCM6y; desc @@ 1.3 log @Remove xenkernel and xentools packages older than 4.11. They're not maintained anymore upstream, and don't build on supported NetBSD releases. @ text @$NetBSD: patch-firmware_hvmloader_Makefile,v 1.2 2018/06/28 02:26:49 maya Exp $ Fix for newer iasl. From royger upstream. https://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=858dbaaeda33b05c1ac80aea0ba9a03924e09005 --- firmware/hvmloader/acpi/Makefile.orig 2016-09-20 05:59:24.000000000 +0000 +++ firmware/hvmloader/acpi/Makefile @@@@ -21,14 +21,14 @@@@ include $(XEN_ROOT)/tools/firmware/Rules C_SRC = build.c dsdt_anycpu.c dsdt_15cpu.c static_tables.c dsdt_anycpu_qemu_xen.c OBJS = $(patsubst %.c,%.o,$(C_SRC)) -CFLAGS += $(CFLAGS_xeninclude) +CFLAGS += $(CFLAGS_xeninclude) $(EXTRA_CFLAGS) vpath iasl $(PATH) all: acpi.a ssdt_s3.h ssdt_s4.h ssdt_pm.h ssdt_tpm.h: %.h: %.asl iasl iasl -vs -p $* -tc $< - sed -e 's/AmlCode/$*/g' $*.hex >$@@ + sed -e 's/AmlCode/$*/g' -e 's/_aml_code//g' $*.hex >$@@ rm -f $*.hex $*.aml mk_dsdt: mk_dsdt.c @@@@ -45,7 +45,7 @@@@ dsdt_%cpu.asl: dsdt.asl mk_dsdt $(filter dsdt_%.c,$(C_SRC)): %.c: iasl %.asl iasl -vs -p $* -tc $*.asl - sed -e 's/AmlCode/$*/g' $*.hex >$@@ + sed -e 's/AmlCode/$*/g' -e 's/_aml_code//g' $*.hex >$@@ echo "int $*_len=sizeof($*);" >>$@@ rm -f $*.aml $*.hex @ 1.2 log @xentools45: fix building seabios with newer iasl. (on xentools46, 48 we have seabios disabled) OEM Table ID is expected to be 8 characters. mysteriously, even upstream is broken. bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-firmware_hvmloader_Makefile,v 1.1 2015/01/20 16:42:13 bouyer Exp $ @ 1.1 log @Xen is a virtual machine monitor which supports running multiple guests operating systems on a single machine. Guest OSes (also called "domains") require a modified kernel which supports Xen hypercalls in replacement to access to the physical hardware. At boot, the xen kernel is loaded along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains. xenkernel45 and xentools45 contains the kernel and tools from the Xen 4.5.x branch @ text @d1 1 a1 1 $NetBSD: patch-firmware_hvmloader_Makefile,v 1.1 2013/05/15 06:58:50 jnemeth Exp $ d3 8 a10 5 --- firmware/hvmloader/Makefile.orig 2015-01-12 17:53:24.000000000 +0100 +++ firmware/hvmloader/Makefile 2015-01-19 13:16:37.000000000 +0100 @@@@ -26,7 +26,7 @@@@ # The HVM loader is started in 32-bit mode at the address below: LOADADDR = 0x100000 d15 19 a33 2 OBJS = hvmloader.o mp_tables.o util.o smbios.o OBJS += smp.o cacheattr.o xenbus.o @