]> git.proxmox.com Git - mirror_edk2.git/commit
QuarkPlatformPkg/PlatformSecLib: Sync Flat32.S with Flat32.asm
authorMichael Kinney <michael.d.kinney@intel.com>
Wed, 16 Dec 2015 17:34:23 +0000 (17:34 +0000)
committermdkinney <mdkinney@Edk2>
Wed, 16 Dec 2015 17:34:23 +0000 (17:34 +0000)
commitd6af9cabad68a356a171ca24247f2b136b15c8ed
tree2191b45043034393f44becd6968b7f1be74f8d58
parent66e2fa80b202a2ec99ebdcc74d135d124caa0b72
QuarkPlatformPkg/PlatformSecLib: Sync Flat32.S with Flat32.asm

Update Flat32.S to match Flat32.asm.  A sync was missed, so
Flat32.S is calling SecStartup instead of PlatformSecLibStartup
which is causing a boot failures with GCC builds because the
caches are not initialized correctly when the call to
PlatformSecLibStartup is not performed.

Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19306 6f19259b-4bc3-4df7-8a09-765794883524
QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.S