VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/Include/UniversalPayload/DeviceTree.h

Last change on this file was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 781 bytes
Line 
1/** @file
2 This file defines the structure for the PCI Root Bridges.
3
4 Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 - Universal Payload Specification 0.8 (https://universalpayload.github.io/spec/)
9**/
10
11#ifndef UNIVERSAL_PAYLOAD_DEVICE_TREE_H_
12#define UNIVERSAL_PAYLOAD_DEVICE_TREE_H_
13
14#include <Uefi.h>
15#include <UniversalPayload/UniversalPayload.h>
16
17#pragma pack (1)
18
19typedef struct {
20 UNIVERSAL_PAYLOAD_GENERIC_HEADER Header;
21 EFI_PHYSICAL_ADDRESS DeviceTreeAddress;
22} UNIVERSAL_PAYLOAD_DEVICE_TREE;
23
24#pragma pack()
25
26#define UNIVERSAL_PAYLOAD_DEVICE_TREE_REVISION 1
27
28extern GUID gUniversalPayloadDeviceTreeGuid;
29
30#endif // UNIVERSAL_PAYLOAD_SMBIOS_TABLE_H_
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