]> xenbits.xensource.com Git - osstest/seabios.git/commit
acpi: add dsdt parser
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 24 Mar 2020 11:13:32 +0000 (12:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 May 2020 11:55:29 +0000 (13:55 +0200)
commit654ba383b6b60545112190fb753314e79e80ad02
tree4ebc94f4ffa46408a51c889afb0c48edf3218567
parent2abf972ab60dd0e222722647aa4ed7abe257e874
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>
Makefile
src/Kconfig
src/fw/biostables.c
src/fw/dsdt_parser.c [new file with mode: 0644]
src/fw/paravirt.c
src/util.h