coreboot/src
Vadim Bendebury ea400f1b72 ipq8064: prepare include files before adding UART driver
These patch modifies .h files to match the coreboot API. A few more
significant changes are:

 - UART specific fields removed from common board structure in cdp.h.
   These fields are set at compile time in u-boot (where this
   structure comes from), they will be set in a different structure in
   the UART driver in an upcoming patch.

 - an inline wrapper is added in gpio.h to provide GPIO API the UART
   driver expects.

 - the ipq_configure_gpio() is passed the descriptor placed in ro data.

BUG=chrome-os-partner:27784
TEST=none

Change-Id: Id49507fb0c72ef993a89b538cd417b6c86ae3786
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/196661
Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
2014-04-25 01:48:53 +00:00
..
arch ipq8064: make timer services available 2014-04-24 08:35:13 +00:00
console Add console wrapper for UART driver 2014-04-25 01:48:15 +00:00
cpu x86: Set BOOT_MEDIA_SPI_BUS 2014-04-15 05:41:46 +00:00
device Remove stale char[] initialization causing unaligned memory access 2014-03-14 03:44:47 +00:00
drivers BACKPORT: x86 I/O APIC: Make functions io_apic_{read,write}() public 2014-04-23 02:44:28 +00:00
ec i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
include ipq8064: prepare include files before adding UART driver 2014-04-25 01:48:53 +00:00
lib ipq8064: SOC UART driver belongs in the SOC directory 2014-04-25 01:48:11 +00:00
mainboard rambi: align gpu pipea settings with the VBIOS 2014-04-24 21:53:40 +00:00
northbridge spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. 2014-04-01 23:21:22 +00:00
soc ipq8064: prepare include files before adding UART driver 2014-04-25 01:48:53 +00:00
southbridge x86: Initialize SPI controller explicitly during PCH init 2014-04-17 16:42:37 +00:00
superio pnp: Allow setting of misc register 0xf4 in device tree 2013-12-20 00:37:38 +00:00
vendorcode chromeos: Add empty functions when CONFIG_CHROMEOS is disabled 2014-04-23 02:47:40 +00:00
Kconfig armv8: add support for armv8 cpu 2014-01-07 02:48:47 +00:00