switch-coreboot/src
Chris Douglass b34739b4b0 drivers/spi: Add support for adesto SPI flash parts
Adds support for the following Adesto Technologies
SPI Flash parts.

AT25DF081
AT25DF321
AT25DF641

It has been tested on an Orion VPX7654 board populated
with an AT25DF321A part. The "08" and "64" densities have not
been tested.

These parts are the successors of the Atmel AT26DF line that
was spun out or purchased by Adesto.

In this patch, adesto.c is identical to winbond.c with part
entries for the Adesto parts. The datasheet for the AT25DF parts
includes a "100MHz" programming command in addition to the "85MHz"
command that is currently used but this patch does not add support
for that enhanced programming mode.

Change-Id: If82d075fd9000030480c412c645dcae2c8bb7439
Signed-off-by: Christopher Douglass <cdouglass.orion@gmail.com>
Reviewed-on: http://review.coreboot.org/5225
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2014-03-12 01:03:31 +01:00
..
arch smbios: Supply tag type 2 (base board information) 2014-03-09 21:21:46 +01:00
console console: Use single driver entry for UARTs 2014-03-04 15:40:34 +01:00
cpu x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option 2014-03-07 15:30:27 +01:00
device devices: Allow to configure textmode in native gfx init. 2014-03-03 23:13:17 +01:00
drivers drivers/spi: Add support for adesto SPI flash parts 2014-03-12 01:03:31 +01:00
ec lenovo/x60: Unify volume button handling with common code. 2014-03-01 21:59:15 +01:00
include chromeos: provide option to dynamically allocate ram oops buffer 2014-03-11 21:37:36 +01:00
lib chromeos: provide option to dynamically allocate ram oops buffer 2014-03-11 21:37:36 +01:00
mainboard rambi: Enable USB boot with EHCI controller 2014-03-11 19:55:58 +01:00
northbridge console: Fix includes 2014-03-04 15:26:08 +01:00
soc baytrail: Reserve memory between ASEG and 1MB and for ramoops 2014-03-11 19:56:17 +01:00
southbridge bd82x6x, ibexpeak, lynxpoint: Unify SPI. 2014-03-04 00:00:57 +01:00
superio superio/fintek: Document Fintek F71869AD code. 2014-02-13 17:14:20 +01:00
vendorcode chromeos: provide option to dynamically allocate ram oops buffer 2014-03-11 21:37:36 +01:00
Kconfig Add a generic register script handler 2014-03-04 16:31:14 +01:00