Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103777
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Library/IoApicLib.h
r48674 r58466 22 22 23 23 If Index is >= 0x100, then ASSERT(). 24 24 25 25 @param Index Specifies the I/O APIC register to read. 26 26 … … 37 37 38 38 If Index is >= 0x100, then ASSERT(). 39 39 40 40 @param Index Specifies the I/O APIC register to write. 41 41 @param Value Specifies the value to write to the I/O APIC register specified by Index. … … 53 53 Set the interrupt mask of an I/O APIC interrupt. 54 54 55 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). 56 55 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). 56 57 57 @param Irq Specifies the I/O APIC interrupt to enable or disable. 58 58 @param Enable If TRUE, then enable the I/O APIC interrupt specified by Irq. … … 68 68 /** 69 69 Configures an I/O APIC interrupt. 70 70 71 71 Configure an I/O APIC Redirection Table Entry to deliver an interrupt in physical 72 mode to the Local APIC of the currntly executing CPU. The default state of the 72 mode to the Local APIC of the currntly executing CPU. The default state of the 73 73 entry is for the interrupt to be disabled (masked). IoApicEnableInterrupts() must 74 74 be used to enable(unmask) the I/O APIC Interrupt. 75 75 76 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). 76 If Irq is larger than the maximum number I/O APIC redirection entries, then ASSERT(). 77 77 If Vector >= 0x100, then ASSERT(). 78 78 If DeliveryMode is not supported, then ASSERT(). -
trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/Hpet.h
r48674 r58466 1 1 /** @file 2 HPET register definitions from the IA-PC HPET (High Precision Event Timers) 2 HPET register definitions from the IA-PC HPET (High Precision Event Timers) 3 3 Specification, Revision 1.0a, October 2004. 4 4 -
trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/IoApic.h
r48674 r58466 1 1 /** @file 2 I/O APIC Register Definitions from 82093AA I/O Advanced Programmable Interrupt 2 I/O APIC Register Definitions from 82093AA I/O Advanced Programmable Interrupt 3 3 Controller (IOAPIC), 1996. 4 4 5 5 Copyright (c) 2011, Intel Corporation. All rights reserved.<BR> 6 6 This program and the accompanying materials
Note:
See TracChangeset
for help on using the changeset viewer.