VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @51520   10 years vboxsync VBox/Devices: Comment nits.
(edit) @50320   11 years vboxsync Devices/PC/BIOS: LogRel the location of the MPS table
(edit) @50091   11 years vboxsync BIOS: If available, store logical geometry of SCSI disk in CMOS and use it.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @46356   12 years vboxsync Devices/PC/DMI: added DmiChassisType and fixed documentation of …
(edit) @45298   12 years vboxsync DevPcBios: Do not panic.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(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) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @43750   12 years vboxsync Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry …
(edit) @43712   12 years vboxsync BIOS/EFI: fixed broken DMI information
(edit) @41599   12 years vboxsync CMOS Debuging: As suggested by Michal, moved the debug information …
(edit) @41593   12 years vboxsync PC/DevPcBios: Compilation error fixed
(edit) @41592   12 years vboxsync PC/DevPcBios: Addition of checks for bcd/hex output and code improvement.
(edit) @41582   12 years vboxsync PC/DevPCBios: Added support for CMOS RTC debugging info. Need to …
(edit) @41580   12 years vboxsync PC/DevPcBios: Addition of info cmos and info cmos2 debugging commands
(edit) @41490   13 years vboxsync DevPcBios: be more verbose
(edit) @40973   13 years vboxsync comment fix
(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) @38698   13 years vboxsync Use 47 instead of 48 for user defined disk type.
(edit) @38220   13 years vboxsync DevPcBios: Checksum basic CMOS data.
(edit) @37917   13 years vboxsync DevPcBios: Fail plainly if we encounter trouble loading a custom BIOS …
(edit) @35400   14 years vboxsync introduced VBOX_WITH_PXE_ROM
(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) @34458   14 years vboxsync BIOS: removed generic vars mechanism
(edit) @34426   14 years vboxsync BIOS: report MCFG region via E820, if present
(edit) @34317   14 years vboxsync nc
(edit) @34169   14 years vboxsync DevPcBios.cpp: remove no longer needed alignment for net boot images …
(edit) @34164   14 years vboxsync DevPcBios.cpp: Always 56KB network boot ROM to avoid saved state trouble.
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34081   14 years vboxsync Devices/PC: clean up LAN boot ROM code a bit, do the proper size check …
(edit) @33917   14 years vboxsync PC BIOS: add bus into PCI address
(edit) @33910   14 years vboxsync Main, PXE: pass bus number too
(edit) @32720   14 years vboxsync Devices/BIOS: allow to overwrite DmiSystemSKU
(edit) @32675   14 years vboxsync Devices/BIOS: minor fix (free alloc'd strings)
(edit) @31209   14 years vboxsync DevPcBios.cpp: Do the reset after loading the lanboot ROM and fill the …
(edit) @30451   14 years vboxsync PXE: Allow the UNDI driver to be called multiple times again (ZENworks …
(edit) @29332   15 years vboxsync removed VBOX_WITH_VMI
(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) @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) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27692   15 years vboxsync Pass boot NIC PCI dev/fn separately to DevPcBios. Easier to understand …
(edit) @27470   15 years vboxsync DevRTC: fixed assertion (addendum to r58944)
(edit) @27469   15 years vboxsync warning
(edit) @27461   15 years vboxsync Store PCI bus/dev/fn of first NIC in CFGM and propagate the data to CMOS.
(edit) @26728   15 years vboxsync BIOS/DMI: fixed a bug where structures without strings were not …
(edit) @26601   15 years vboxsync host DMI info support
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25780   15 years vboxsync Misc: -Wshadow warnings.
(edit) @25219   15 years vboxsync spaces
(edit) @25048   15 years vboxsync DevFwCommon(,DevPcBios,DevEFI): nitpicking - made the prefix …
(edit) @24706   15 years vboxsync EFI: ACPI work
(edit) @24194   15 years vboxsync grr, submitted too much!
(edit) @24193   15 years vboxsync DevAPIC: Properly clear local APIC state on VM reset.
(edit) @24092   15 years vboxsync DevPcBios: MP stable -> MPS table.
(edit) @24091   15 years vboxsync DevPcBios: MP stable -> MPS table.
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23942   15 years vboxsync DevPcBios.cpp: todo addressed already, spaces. more stuff tomorrow
(edit) @22907   15 years vboxsync DevPcBios.cpp: Don't use RTStrAPrintf for simple stuff like this, it …
(edit) @22823   15 years vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @21889   15 years vboxsync Dev/PCBios: Vbox* -> VBox*
(edit) @21884   15 years vboxsync Dev/PCBios: Missing #ifdef for OEM string CFGM lookup.
(edit) @21883   15 years vboxsync PC/DevPcBios.cpp: double entry
(edit) @21874   15 years vboxsync Dev/PcBios: added chassis information; don't change the number of DMI …
(edit) @21869   15 years vboxsync Dev/PCBios: Added OEM strings for VBox version/revision.
(edit) @20924   15 years vboxsync DMI processor structure (unused)
(edit) @18995   16 years vboxsync SMP change
(edit) @18993   16 years vboxsync Enable code to construct multiple MPS tables (we used to create one …
(edit) @18663   16 years vboxsync Devices: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
(edit) @18557   16 years vboxsync Storage/VBoxHDD: drop 1024 cylinder LCHS paranoia. SCSI controllers …
(edit) @18373   16 years vboxsync DevPcBios: comments.
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @17597   16 years vboxsync DevPcBios,DevACPI: Use 0xffe00000 as the max low ram limit in both …
(edit) @17545   16 years vboxsync DevPcBios.cpp,rombios.c: 4GB changes, synced the 0E820 code with …
(edit) @17542   16 years vboxsync Main,VBoxBFE,DevPcBios,DevACPI: RamHoleSize.
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15192   16 years vboxsync Devices/PcBios: handle LCHS failures more gracfully, just add a …
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12649   16 years vboxsync DevPcBios: CMOS layout.
(edit) @12555   16 years vboxsync configure CPU count in VMM, use per-CPU MMIO regions for APIC
(edit) @12468   16 years vboxsync VBOX_WITH_MORE_THAN_4GB config variable
(edit) @12428   16 years vboxsync more SMP work
(edit) @12311   16 years vboxsync further work on SMP BIOS tables (some ACPI code still TBD)
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