coreboot/src/soc
Vadim Bendebury 3ea7307b53 ipq8064: storm: re-arrange bootblock initialization
The recent addition of the storm bootblock initialization broke
compilation of Exynos platforms. The SOC specific code needs to be
kept in the respective source files, not in the common CPU code.

As of now coreboot does not provide a separate SOC initialization API.
In general it makes sense to invoke SOC initialization from the board
initialization code, as the board knows what SOC it is running on.

Presently all what's need initialization on 8064 is the timer. This
patch adds the SOC initialization framework for 8064 and moves there
the related code.

BUG=chrome-os-partner:27784
TEST=manual
  . nyan_big, peach_pit, and storm targets build fine now.

Change-Id: Iae9a021f8cbf7d009770b02d798147a3e08420e8
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/197835
2014-05-02 00:42:07 +00:00
..
intel baytrail: Update microcode to version 816 2014-04-30 21:02:57 +00:00
nvidia nyan*: Add fast link training functions 2014-04-25 23:06:51 +00:00
qualcomm ipq8064: storm: re-arrange bootblock initialization 2014-05-02 00:42:07 +00:00
samsung i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
Kconfig ipq806x: Add generic support skeleton for ipq806x 2014-03-25 00:32:03 +00:00
Makefile.inc ipq806x: Add generic support skeleton for ipq806x 2014-03-25 00:32:03 +00:00