TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | VIRT_NOR_FLASH_DESCRIPTION |
Functions | |
EFI_STATUS | VirtNorFlashPlatformInitialization (VOID) |
EFI_STATUS | VirtNorFlashPlatformGetDevices (OUT VIRT_NOR_FLASH_DESCRIPTION **NorFlashDescriptions, OUT UINT32 *Count) |
Copyright (c) 2011-2012, ARM Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file VirtNorFlashPlatformLib.h.
EFI_STATUS VirtNorFlashPlatformGetDevices | ( | OUT VIRT_NOR_FLASH_DESCRIPTION ** | NorFlashDescriptions, |
OUT UINT32 * | Count | ||
) |
Return the Flash devices on the platform.
[out] | NorFlashDescriptions | Pointer to the Flash device description. |
[out] | Count | Number of Flash devices. |
EFI_SUCCESS | Success. |
EFI_NOT_FOUND | Flash device not found. |
Definition at line 190 of file NorFlashKvmtool.c.
EFI_STATUS VirtNorFlashPlatformInitialization | ( | VOID | ) |
This function performs platform specific actions to initialise the NOR flash, if required.
EFI_SUCCESS | Success. |
Definition at line 39 of file NorFlashKvmtool.c.