mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)
Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13243 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5e10caa1c1
commit
82325f95c5
@ -1,8 +1,9 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
#
|
#
|
||||||
# Component description file for ArmVeGraphicsDxe module
|
# Component description file for NorFlashArmRealViewEbLib module
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
||||||
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#/** @file
|
#/** @file
|
||||||
# Arm Versatile Express package.
|
# Arm Versatile Express package.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011, ARM Limited. All rights reserved.
|
# Copyright (c) 2012, ARM Limited. All rights reserved.
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# Component description file for ArmVeGraphicsDxe module
|
# Component description file for ArmVeGraphicsDxe module
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
||||||
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# Component description file for Bds module
|
# Component description file for Bds module
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
# Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
|
||||||
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -107,6 +107,7 @@ _GetStackBaseMpCore:
|
|||||||
// Stack for the primary core = PrimaryCoreStack
|
// Stack for the primary core = PrimaryCoreStack
|
||||||
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
||||||
sub r7, r1, r2
|
sub r7, r1, r2
|
||||||
|
|
||||||
// Stack for the secondary core = Number of Cluster * (4 Core per cluster) * SecondaryStackSize
|
// Stack for the secondary core = Number of Cluster * (4 Core per cluster) * SecondaryStackSize
|
||||||
LoadConstantToReg (FixedPcdGet32(PcdClusterCount), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdClusterCount), r2)
|
||||||
lsl r2, r2, #2
|
lsl r2, r2, #2
|
||||||
@ -118,7 +119,7 @@ _GetStackBaseMpCore:
|
|||||||
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
||||||
add r1, r7, r2
|
add r1, r7, r2
|
||||||
|
|
||||||
// r7 = The base of the MpCore Stacks
|
// r7 = The base of the MpCore Stacks (primary stack + cluster_count * 4 * secondary stacks)
|
||||||
// r1 = The base of the secondary Stacks = Top of the Primary stack
|
// r1 = The base of the secondary Stacks = Top of the Primary stack
|
||||||
|
|
||||||
// Is it the Primary Core ?
|
// Is it the Primary Core ?
|
||||||
|
@ -108,6 +108,7 @@ _GetStackBaseMpCore
|
|||||||
// Stack for the primary core = PrimaryCoreStack
|
// Stack for the primary core = PrimaryCoreStack
|
||||||
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
||||||
sub r7, r1, r2
|
sub r7, r1, r2
|
||||||
|
|
||||||
// Stack for the secondary core = Number of Cluster * (4 Core per cluster) * SecondaryStackSize
|
// Stack for the secondary core = Number of Cluster * (4 Core per cluster) * SecondaryStackSize
|
||||||
LoadConstantToReg (FixedPcdGet32(PcdClusterCount), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdClusterCount), r2)
|
||||||
lsl r2, r2, #2
|
lsl r2, r2, #2
|
||||||
@ -119,7 +120,7 @@ _GetStackBaseMpCore
|
|||||||
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
LoadConstantToReg (FixedPcdGet32(PcdCPUCorePrimaryStackSize), r2)
|
||||||
add r1, r7, r2
|
add r1, r7, r2
|
||||||
|
|
||||||
// r7 = The base of the MpCore Stacks
|
// r7 = The base of the MpCore Stacks (primary stack + cluster_count * 4 * secondary stacks)
|
||||||
// r1 = The base of the secondary Stacks = Top of the Primary stack
|
// r1 = The base of the secondary Stacks = Top of the Primary stack
|
||||||
|
|
||||||
// Is it the Primary Core ?
|
// Is it the Primary Core ?
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
#/** @file
|
#/** @file
|
||||||
#
|
#
|
||||||
# Component discription file for Bds module
|
# Component description file for Bds module
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
|
# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user