On Fri, Aug 23, 2013 at 10:59 AM, Olivier Martin <olivier.mar...@arm.com> wrote: > Thanks Roy for the contribution. > > It looks good to me, but I can only accept patches if submitted under the > 'TianoCore Contribution Agreement 1.0'. > Have a look at the code contribution process: > https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Code_Contri > butions > > If you agree with the TianoCore Contribution Agreement 1.0 then add: > "Contributed-under: TianoCore Contribution Agreement 1.0" to your commit > message. > > Thanks in advance, > Olivier >
Hi Olivier, Sorry for the delayed response - I missed this on the list. Here is an updated patch with Contributed under. Roy >From bb7e3dff9eb28e5ddd6e55881ed200b398e795f5 Mon Sep 17 00:00:00 2001 From: Roy Franz <roy.fr...@linaro.org> Date: Fri, 30 Aug 2013 19:17:03 -0700 Subject: [PATCH] Fix comment on setting of V bit setting Change comment to match code for setting of V bit in SCTLR register. Signed-off-by: Roy Franz <roy.fr...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 --- ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.S b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.S index 910e50e..71933bd 100644 --- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.S +++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.S @@ -211,7 +211,7 @@ ASM_PFX(ArmSetLowVectors): ASM_PFX(ArmSetHighVectors): mrc p15, 0, r0, c1, c0, 0 @ Read SCTLR into R0 (Read control register configuration data) - orr r0, r0, #0x00002000 @ clear V bit + orr r0, r0, #0x00002000 @ set V bit mcr p15, 0, r0, c1, c0, 0 @ Write R0 into SCTLR (Write control register configuration data) isb bx LR -- 1.7.10.4 ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel