[coreboot-gerrit] New patch to review for coreboot: tegra132: Rename MTS files to match Chrome OS

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Jul 1 22:23:27 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10758

-gerrit

commit 7b78a821c64618e028d9456829559a098735d22c
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jul 1 13:22:34 2015 -0700

    tegra132: Rename MTS files to match Chrome OS
    
    Change-Id: I927ff8913cdbe604e26c429ac1b1493a32ea7cc2
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/soc/nvidia/tegra132/Makefile.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/nvidia/tegra132/Makefile.inc b/src/soc/nvidia/tegra132/Makefile.inc
index c192055..fdaa035 100644
--- a/src/soc/nvidia/tegra132/Makefile.inc
+++ b/src/soc/nvidia/tegra132/Makefile.inc
@@ -131,7 +131,7 @@ $(obj)/generated/bct.bin: $(obj)/generated/bct.cfg $(CBOOTIMAGE)
 BCT_BIN = $(obj)/generated/bct.bin
 BCT_WRAPPER = $(obj)/generated/bct.wrapper
 MTS_DIR = $(CONFIG_MTS_DIRECTORY)
-PREBOOT_MTS_FILE = $(MTS_DIR)/preboot_cr.bin
+PREBOOT_MTS_FILE = $(MTS_DIR)/mts_preboot_si
 $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin $(BCT_BIN) $(CBOOTIMAGE)
 	echo "Version    = 1;" > $(BCT_WRAPPER)
 	echo "Redundancy = 1;" >> $(BCT_WRAPPER)
@@ -143,7 +143,7 @@ $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin $(BCT_BIN) $(CBOOTIMAGE)
 	$(CBOOTIMAGE) $(CBOOTIMAGE_OPTS) $(BCT_WRAPPER) $@
 
 # MTS microcode
-MTS_FILE = $(MTS_DIR)/mts_cr.bin
+MTS_FILE = $(MTS_DIR)/mts_si
 MTS_FILE_CBFS = mts
 cbfs-files-y += $(MTS_FILE_CBFS)
 $(MTS_FILE_CBFS)-file := $(MTS_FILE)



More information about the coreboot-gerrit mailing list