VirtualBox

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

最後變更 在這個檔案從105681是 99464,由 vboxsync 提交於 2 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 630 位元組
 
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}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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