[coreboot-gerrit] Patch merged into coreboot/master: 476f731 Copy u-boot sources as is and modify the tree to still build

gerrit at coreboot.org gerrit at coreboot.org
Wed Nov 12 20:39:14 CET 2014


the following patch was just integrated into master:
commit 476f7316a1e2596cc5c3e83d05003203a042a4eb
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Apr 8 18:45:46 2014 -0700

    Copy u-boot sources as is and modify the tree to still build
    
    This patch brings in ipq806x source files from the vendor's u-boot
    tree as it was published in the 'cs_banana' release.
    
    The following files are being copied:
    
    arch/arm/cpu/armv7/ipq/clock.c => src/soc/qualcomm/ipq806x/clock.c
    arch/arm/cpu/armv7/ipq/gpio.c => src/soc/qualcomm/ipq806x/gpio.c
    arch/arm/cpu/armv7/ipq/timer.c =>  src/soc/qualcomm/ipq806x/timer.c
    arch/arm/include/asm/arch-ipq806x/clock.h => src/soc/qualcomm/ipq806x/clock.h
    arch/arm/include/asm/arch-ipq806x/gpio.h => src/soc/qualcomm/ipq806x/gpio.h
    arch/arm/include/asm/arch-ipq806x/gsbi.h => src/soc/qualcomm/ipq806x/gsbi.h
    arch/arm/include/asm/arch-ipq806x/iomap.h => src/soc/qualcomm/ipq806x/iomap.h
    arch/arm/include/asm/arch-ipq806x/timer.h src/soc/qualcomm/ipq806x/timer.h
    arch/arm/include/asm/arch-ipq806x/uart.h => src/soc/qualcomm/ipq806x/uart.h
    board/qcom/ipq806x_cdp/ipq806x_cdp.c => src/mainboard/google/storm/cdp.c
    board/qcom/ipq806x_cdp/ipq806x_cdp.h => src/soc/qualcomm/ipq8064/cdp.h
    drivers/serial/ipq806x_uart.c => src/console/ipq806x_console.c
    
    Note that local timer.c gets overwritten with the original version. To
    prevent a build breakage some shortly to be reverted modifications had
    to be made to src/soc/qualcomm/ipq806x/Makefile.inc and
    src/soc/qualcomm/ipq806x/cbfs.c.
    
    BRANCH=none
    BUG=chrome-os-partner:27784
    TEST='emerge-storm coreboot' still succeeds
    
    Original-Change-Id: I3f50bfbec2e18a3b5d2c640cff353a26f88c98c1
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/193722
    Original-Reviewed-by: David Hendricks <dhendrix at chromium.org>
    (cherry picked from commit 3c9c2ede7e97e330cad2c2f3e557cc9bcdaecdcc)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: Ia7bc66cecfc16f1dd4a9f3cb9840cbe91878adf4
    Reviewed-on: http://review.coreboot.org/7263
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list