coreboot-kgpe-d16/src/mainboard/google
Vadim Bendebury 476f7316a1 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@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/193722
Original-Reviewed-by: David Hendricks <dhendrix@chromium.org>
(cherry picked from commit 3c9c2ede7e97e330cad2c2f3e557cc9bcdaecdcc)
Signed-off-by: Marc Jones <marc.jones@se-eng.com>

Change-Id: Ia7bc66cecfc16f1dd4a9f3cb9840cbe91878adf4
Reviewed-on: http://review.coreboot.org/7263
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2014-11-12 20:39:13 +01:00
..
bolt lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
butterfly bd82x6x: Move to common FADT. 2014-11-08 13:41:48 +01:00
daisy arm: Redesign, clarify and clean up cache related code 2014-11-10 21:34:49 +01:00
falco lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
link bd82x6x: Move to common FADT. 2014-11-08 13:41:48 +01:00
nyan tegra124: Program PWM1 to drive panel backlight 2014-11-12 20:16:43 +01:00
nyan_big tegra124: Program PWM1 to drive panel backlight 2014-11-12 20:16:43 +01:00
panther lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
parrot bd82x6x: Move to common FADT. 2014-11-08 13:41:48 +01:00
peach_pit arm: Redesign, clarify and clean up cache related code 2014-11-10 21:34:49 +01:00
peppy lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
rambi src: Too many terminators ';;' at end of stmts, stop Skynet 2014-11-09 12:26:34 +01:00
samus lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
slippy lynxpoint: Consolidate common GNVS init 2014-10-18 22:16:24 +02:00
snow snow: Rename snow to daisy. 2014-09-25 19:09:47 +02:00
storm Copy u-boot sources as is and modify the tree to still build 2014-11-12 20:39:13 +01:00
stout bd82x6x: Move to common FADT. 2014-11-08 13:41:48 +01:00
Kconfig storm: Add generic support skeleton for storm 2014-10-01 17:25:10 +02:00