Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure

*** 3,13 **** * Name: actables.h - ACPI table management * *****************************************************************************/ /* ! * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: --- 3,13 ---- * Name: actables.h - ACPI table management * *****************************************************************************/ /* ! * Copyright (C) 2000 - 2014, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met:
*** 48,57 **** --- 48,70 ---- ACPI_STATUS AcpiAllocateRootTable ( UINT32 InitialTableCount); /* + * tbxfroot - Root pointer utilities + */ + ACPI_STATUS + AcpiTbValidateRsdp ( + ACPI_TABLE_RSDP *Rsdp); + + UINT8 * + AcpiTbScanMemoryForRsdp ( + UINT8 *StartAddress, + UINT32 Length); + + + /* * tbfadt - FADT parse/convert/validate */ void AcpiTbParseFadt ( UINT32 TableIndex);
*** 82,91 **** --- 95,109 ---- ACPI_STATUS AcpiTbVerifyTable ( ACPI_TABLE_DESC *TableDesc); + ACPI_TABLE_HEADER * + AcpiTbTableOverride ( + ACPI_TABLE_HEADER *TableHeader, + ACPI_TABLE_DESC *TableDesc); + ACPI_STATUS AcpiTbAddTable ( ACPI_TABLE_DESC *TableDesc, UINT32 *TableIndex);