aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-24 12:13:32 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-05-15 13:55:29 +0200
commit654ba383b6b60545112190fb753314e79e80ad02 (patch)
tree4ebc94f4ffa46408a51c889afb0c48edf3218567 /Makefile
parent2abf972ab60dd0e222722647aa4ed7abe257e874 (diff)
downloadseabios-hppa-654ba383b6b60545112190fb753314e79e80ad02.zip
seabios-hppa-654ba383b6b60545112190fb753314e79e80ad02.tar.gz
seabios-hppa-654ba383b6b60545112190fb753314e79e80ad02.tar.bz2
acpi: add dsdt parser
Create a list of devices found in the DSDT table. Add helper functions to find devices, walk the list and figure device informations like mmio ranges and irqs. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1564de0..efb3b93 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ SRC32FLAT=$(SRCBOTH) post.c e820map.c malloc.c romfile.c x86.c optionroms.c \
hw/pcidevice.c hw/ahci.c hw/pvscsi.c hw/usb-xhci.c hw/usb-hub.c hw/sdcard.c \
fw/coreboot.c fw/lzmadecode.c fw/multiboot.c fw/csm.c fw/biostables.c \
fw/paravirt.c fw/shadow.c fw/pciinit.c fw/smm.c fw/smp.c fw/mtrr.c fw/xen.c \
- fw/acpi.c fw/mptable.c fw/pirtable.c fw/smbios.c fw/romfile_loader.c \
+ fw/acpi.c fw/mptable.c fw/pirtable.c fw/smbios.c fw/romfile_loader.c fw/dsdt_parser.c \
hw/virtio-ring.c hw/virtio-pci.c hw/virtio-mmio.c hw/virtio-blk.c hw/virtio-scsi.c \
hw/tpm_drivers.c hw/nvme.c
SRC32SEG=string.c output.c pcibios.c apm.c stacks.c hw/pci.c hw/serialio.c