VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ArmVirtPkg/KvmtoolCfgMgrDxe/AslTables/Dsdt.asl@ 109019

Last change on this file since 109019 was 99464, checked in by vboxsync, 2 years ago

Devices/EFI/Firmware: Restore ArmPkg, ArmVirtPkg, ArmPlatformPkg in order to be able to build Aarch64 and Aarch32 firmware images for the virt platform, bugref:10400

  • Property svn:eol-style set to native
File size: 630 bytes
Line 
1/** @file
2 Differentiated System Description Table Fields (DSDT)
3
4 Copyright (c) 2021 - 2022, ARM Ltd. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9DefinitionBlock ("DsdtTable.aml", "DSDT", 2, "ARMLTD", "ARM-KVMT", 1) {
10 Scope (_SB) {
11 //
12 // Most ACPI tables for Kvmtool firmware are
13 // dynamically generated. The AML code is also
14 // generated at runtime for most components in
15 // appropriate SSDTs.
16 // Although there may not be much to describe
17 // in the DSDT, the DSDT table is mandatory.
18 // Therefore, add an empty stub for DSDT.
19 //
20 } // Scope (_SB)
21}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette