aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/basl.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: add config option to load ACPI tables into memoryCorvin Köhne2023-08-221-15/+38
* bhyve: maintain RSDT and XSDT by baslCorvin Köhne2023-06-201-2/+52
* bhyve: allow adding FwCfg items to ACPI tablesCorvin Köhne2023-06-121-0/+17
* bhyve: make use of qemus acpi table loaderCorvin Köhne2023-04-251-1/+20
* bhyve: use dynamic ACPI table offsetsCorvin Köhne2022-11-211-5/+12
* bhyve: add helper to fill a ACPI_GENERIC_ADDRESSCorvin Köhne2022-11-211-0/+14
* bhyve: add helper to append a basl table without a headerCorvin Köhne2022-11-211-0/+11
* bhyve: make basl_table_add_* functions publicCorvin Köhne2022-11-211-3/+11
* bhyve: Let BASL compile with raised warningsMark Johnston2022-11-181-4/+3
* bhyve: add basl support for common table headerCorvin Köhne2022-11-161-0/+36
* bhyve: add basl support for pointersCorvin Köhne2022-11-151-0/+133
* bhyve: add basl support for checksumsCorvin Köhne2022-11-151-0/+112
* bhyve: add basl support for length fieldsCorvin Köhne2022-11-151-0/+58
* bhyve: add basl support for generic addressesCorvin Köhne2022-11-151-0/+16
* bhyve: add basl support for int valuesCorvin Köhne2022-11-151-0/+23
* bhyve: add table dump functions for baslCorvin Köhne2022-11-151-0/+36
* bhyve: add basic basl implementationCorvin Köhne2022-11-151-0/+140