OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
VOID | GetBiosVersionDateTime (OUT CHAR8 **BiosVersion, OUT CHAR8 **BiosReleaseDate) |
VOID | GetRomInfo (OUT APPLE_ROM_INFO_STRING *RomInfo) |
BIOS ID library definitions.
This library provides functions to get BIOS ID, ROM Info, VERSION and DATE
Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
Portions Copyright (C) 2017, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file BiosIdLib.h.
VOID GetBiosVersionDateTime | ( | OUT CHAR8 ** | BiosVersion, |
OUT CHAR8 ** | BiosReleaseDate ) |
This function returns the Version & Release Date by getting and converting BIOS ID.
[out] | BiosVersion | The Bios Version out of the conversion. |
[out] | BiosReleaseDate | The Bios Release Date out of the conversion. |
VOID GetRomInfo | ( | OUT APPLE_ROM_INFO_STRING * | RomInfo | ) |
This function returns ROM Info by searching FV.
[out] | RomInfo | ROM Info |