TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID EFIAPI | PlatformInit (IN VOID *FspHobList, IN VOID *StartOfRange, IN VOID *EndOfRange) |
Sample to provide platform init function.
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file PlatformInit.c.
Platform initialization.
[in] | FspHobList | HobList produced by FSP. |
[in] | StartOfRange | Start of temporary RAM. |
[in] | EndOfRange | End of temporary RAM. |
Definition at line 22 of file PlatformInit.c.