coreboot/src/cpu
Hung-Te Lin ffa5bada72 armv7/exynos5420: Change SPI module to standard <spi-generic> interface.
The SPI module in Exynos 5420 didn't follow Coreboot's SPI API standard
(spi-generic.h) and will be a problem when we want to share SPI drivers.

This commit replaces exynos_spi_* by spi_* functions.

Note, exynos_spi_read is kept and changed to a static function because its usage
is different from the standard API "spi_xfer".

Change-Id: I6de301bc6b46a09f87b0336c60247fedbe844ca3
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3710
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-07-10 23:16:58 +02:00
..
amd AMD: Kconfig cleanup 2013-07-10 23:14:28 +02:00
armltd ARMv7: De-uboot-ify Exynos5250 code 2013-07-10 20:08:15 +02:00
dmp Add initial support for DMP Vortex86EX CPU. 2013-06-20 19:14:44 +02:00
intel ec: Add romstage function for checking and rebooting EC 2013-07-10 21:44:22 +02:00
qemu-x86 qemu: add q35 support 2013-06-17 17:04:17 +02:00
samsung armv7/exynos5420: Change SPI module to standard <spi-generic> interface. 2013-07-10 23:16:58 +02:00
ti am335x: Implement support for the UART. 2013-07-06 00:46:18 +02:00
via VIA Nano: Add microcode updates files 2013-06-04 18:02:11 +02:00
x86 Do CAR variable migration only once 2013-06-22 20:47:21 +02:00
Kconfig Simplify early / bootblock console code 2013-07-10 22:43:56 +02:00
Makefile.inc cpu: Add CPU microcode file to cbfs with 16-byte alignment 2013-07-10 21:45:28 +02:00