VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevFwCommon.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91968   3 years vboxsync VMM,Devices: Replace remaining direct calls to VBoxVMM with device and …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @85948   4 years vboxsync Devices/DevFwCommon.cpp: Don't assert when assigning 32GiB or more to a VM.
(edit) @83134   5 years vboxsync DevFwCommon: fix comment it is not GB but MB
(edit) @83133   5 years vboxsync SMBIOS: For memory sizes larger than 32766MB, use the extended size …
(edit) @83032   5 years vboxsync DevPcBios,DevEFI: Include the bit in the SMBIOS data whether the UEFI …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81925   5 years vboxsync DevPcBios: Set the new-style device flag. Nits. bugref:9218
(edit) @81919   5 years vboxsync DevFwCommon: Use device helpers for CFGM. bugref:9218
(edit) @77254   6 years vboxsync Comment.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73142   6 years vboxsync BIOS/EFI: Explicitly specify MP table base address rather than hardcoding.
(edit) @71061   7 years vboxsync EFI: Moved SMBIOS header into the ROM area which already holds the …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @65850   8 years vboxsync Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, …
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @59281   9 years vboxsync Tiny cleanup.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48755   11 years vboxsync DevFwCommon.cpp: cleanups.
(edit) @46355   12 years vboxsync Devices/PC/DMI: added DmiChassisType and fixed documentation of …
(edit) @44821   12 years vboxsync BUGZ:6633 Use RT_H2LE_* instead of cpu_to_le*.
(edit) @44820   12 years vboxsync BUGZ:6633 Expose OEM specific DMI table which contains TSC frequency …
(edit) @44752   12 years vboxsync DMI: update Processor Information table (tyoe 4): do not refer to …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43712   12 years vboxsync BIOS/EFI: fixed broken DMI information
(edit) @40277   13 years vboxsync DevPcBios: always copy the BIOS to RAM and patch the DMI table field …
(edit) @40019   13 years vboxsync DevPcBios/DevFwCommon: enable DMI chassis information (type 3); …
(edit) @39707   13 years vboxsync BIOS: allow to expose the processor informtion
(edit) @39274   13 years vboxsync Do not report nonexistent PIC->IOAPIC routing in MP tables; do report …
(edit) @39264   13 years vboxsync Report buses in MP tables in ascending order.
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32720   14 years vboxsync Devices/BIOS: allow to overwrite DmiSystemSKU
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28580   15 years vboxsync review feedback
(edit) @28569   15 years vboxsync Main: CFGM switch to control additional DMI tables
(edit) @28568   15 years vboxsync DMI: provide memory info structures
(edit) @28424   15 years vboxsync firmware: Factored out the SMBIOS & DMI header planting from …
(edit) @28203   15 years vboxsync DevPcBios,DevEFI,DevFWCommon: Don't reconstruct the MPS table at …
(edit) @27363   15 years vboxsync PC/BIOS/DMI: unused code
(edit) @26940   15 years vboxsync typo
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26913   15 years vboxsync Backed out r58164 -> test box regressions
(edit) @26883   15 years vboxsync MADT, MPTABLES: implemented correct description of IRQ routing in dual …
(edit) @26728   15 years vboxsync BIOS/DMI: fixed a bug where structures without strings were not …
(edit) @26617   15 years vboxsync DevFwCommon.cpp: Allow more than 3 chars for product version and 12 …
(edit) @26609   15 years vboxsync Main, shared f/w: changed DMI passthrough defaults
(edit) @26601   15 years vboxsync host DMI info support
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25305   15 years vboxsync MPS: removed bogus CPU entry
(edit) @25219   15 years vboxsync spaces
(edit) @25191   15 years vboxsync PcBios: Addending to r55590 (another case)
(edit) @25163   15 years vboxsync leftover
(edit) @25162   15 years vboxsync PcBios: allow to define VBOX_BIOS_DMI_FALLBACK to fallback to default …
(edit) @25058   15 years vboxsync EFI: safe part of tables changes (rest to come after branch), required …
(edit) @25048   15 years vboxsync DevFwCommon(,DevPcBios,DevEFI): nitpicking - made the prefix …
(edit) @25025   15 years vboxsync EFI: system tables work (device side)
(edit) @24964   15 years vboxsync EFI: cleanup, ACPI WIP
(add) @24706   15 years vboxsync EFI: ACPI work
Note: See TracRevisionLog for help on using the revision log.

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