ArmPlatformPkg/ArmVExpressPkg: Create ArmVExpressPkg/Include/VExpressMotherBoard.h
This file contains the ARM Versatile Express motherboard definitions. It allows to avoid duplication between different platforms based on ARM VExpress motherboard. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11749 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -67,7 +67,7 @@ ASM_PFX(ArmPlatformInitializeBootMemory):
|
||||
mov r5, lr
|
||||
// Initialize PL354 SMC
|
||||
LoadConstantToReg (ARM_VE_SMC_CTRL_BASE, r1)
|
||||
LoadConstantToReg (ARM_VE_SMB_PERIPH_VRAM, r2)
|
||||
LoadConstantToReg (VRAM_MOTHERBOARD_BASE, r2)
|
||||
blx ASM_PFX(InitializeSMC)
|
||||
bx r5
|
||||
|
||||
|
@@ -61,7 +61,7 @@ ArmPlatformInitializeBootMemory
|
||||
mov r5, lr
|
||||
// Initialize PL354 SMC
|
||||
LoadConstantToReg (ARM_VE_SMC_CTRL_BASE, r1)
|
||||
LoadConstantToReg (ARM_VE_SMB_PERIPH_VRAM, r2)
|
||||
LoadConstantToReg (VRAM_MOTHERBOARD_BASE, r2)
|
||||
blx InitializeSMC
|
||||
bx r5
|
||||
|
||||
|
Reference in New Issue
Block a user