[coreboot-gerrit] New patch to review for coreboot: dff1f36 tegra124: Switch the bootblock over the ARMv4 impelementation.

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Thu Aug 28 01:51:27 CEST 2014


Isaac Christensen (isaac.christensen at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6784

-gerrit

commit dff1f36ee20bab017f9fc3631a95ef83d26108f9
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Oct 1 05:24:47 2013 -0700

    tegra124: Switch the bootblock over the ARMv4 impelementation.
    
    The bootblock for the tegra124 runs on the AVP coprocessor which uses the
    ARMv4 architecture. Switch it over to that architecture.
    
    Change-Id: Ie527bbff938e6148c58727d448f9c2e6862da872
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/171402
    Reviewed-by: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    (cherry picked from commit c1aa76b7607ee40ff848628971a97eea5393aebe)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/soc/nvidia/tegra124/Kconfig      | 2 +-
 src/soc/nvidia/tegra124/Makefile.inc | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig
index 4f33f56..4e5bd62 100644
--- a/src/soc/nvidia/tegra124/Kconfig
+++ b/src/soc/nvidia/tegra124/Kconfig
@@ -1,5 +1,5 @@
 config SOC_NVIDIA_TEGRA124
-	select ARCH_BOOTBLOCK_ARMV7
+	select ARCH_BOOTBLOCK_ARMV4
 	select ARCH_ROMSTAGE_ARMV7
 	select ARCH_RAMSTAGE_ARMV7
 	select HAVE_UART_SPECIAL
diff --git a/src/soc/nvidia/tegra124/Makefile.inc b/src/soc/nvidia/tegra124/Makefile.inc
index 34d24da..a63eb35 100644
--- a/src/soc/nvidia/tegra124/Makefile.inc
+++ b/src/soc/nvidia/tegra124/Makefile.inc
@@ -1,8 +1,5 @@
 CBOOTIMAGE = cbootimage
 
-bootblock-c-ccopts += -marm
-bootblock-S-ccopts += -marm
-
 bootblock-y += bootblock.c
 bootblock-y += bootblock_asm.S
 bootblock-y += cbfs.c



More information about the coreboot-gerrit mailing list