[coreboot-gerrit] Patch merged into coreboot/master: afe9c8a vboot1: Fix compilation error with CONFIG_ARCH_ROMSTAGE_ARM64 enabled

gerrit at coreboot.org gerrit at coreboot.org
Mon Apr 13 12:19:30 CEST 2015


the following patch was just integrated into master:
commit afe9c8a03bdd682dc160d7c33102159c5aef5247
Author: Yidi Lin <yidi.lin at mediatek.com>
Date:   Thu Dec 25 09:59:29 2014 +0800

    vboot1: Fix compilation error with CONFIG_ARCH_ROMSTAGE_ARM64 enabled
    
    make: *** No rule to make target `build/lib/memset.rmodules.o', needed by `build/vendorcode/google/chromeos/vboot1/vbootstub.elf'.  Stop.
    Fix the error by refering to ./src/arch/arm64/Makefile.inc:
    rmodules_arm64-y += ../../lib/memset.c
    rmodules_arm64-y += ../../lib/memcpy.c
    
    BRANCH=none
    BUG=none
    TEST=build pass on our own MT8173 board
    
    Change-Id: Ic870136db1ec9405e3d30caf6085f056bc46a5c2
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: d317dbe8732abbf7e785466e7d1e07425aac326f
    Original-Change-Id: I69a7db83154a23f7878e9c604c9b541fb6fa308d
    Original-Reviewed-on: https://chromium-review.googlesource.com/237974
    Original-Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
    Original-Commit-Queue: Yidi Lin <yidi.lin at mediatek.com>
    Original-Tested-by: Yidi Lin <yidi.lin at mediatek.com>
    Reviewed-on: http://review.coreboot.org/9591
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/9591 for details.

-gerrit



More information about the coreboot-gerrit mailing list