coreboot/src
Daisuke Nojiri 93b9cb7f69 spi_flash: add support for S25FL116K
S25FL116K family uses the first 3 bytes in response to a legacy identification
command (9f) while previously supported models use the last 4 bytes. This change
defines identify functions to allow both types to be handled correctly.

BUG=none
BRANCH=tot
TEST=verified romstage is loaded on cosmos development board.

Change-Id: I1970a9af17e81299fada5029724d405de4022156
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 65ff436db2
Original-Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Original-Change-Id: Icdd2645e356652672c4482e7b805da1bc0f21e71
Original-Reviewed-on: https://chromium-review.googlesource.com/234431
Original-Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: http://review.coreboot.org/8773
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-03-20 16:01:25 +01:00
..
arch bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
console console/Kconfig: Enable CBMEM console by default 2015-03-10 23:42:22 +01:00
cpu cpu/amd/model_10xxx: Add support for early cbmem 2015-03-19 08:28:43 +01:00
device AMD fam10: Drop PCI_BUS_SEGN_BITS 2015-03-09 19:33:08 +01:00
drivers spi_flash: add support for S25FL116K 2015-03-20 16:01:25 +01:00
ec chromeec: Move SERIQ mode to LPC option 2015-03-18 07:08:59 +01:00
include stdlib: Add IS_ALIGNED macro 2015-03-20 10:01:22 +01:00
lib bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
mainboard cpu/amd/model_10xxx: Add support for early cbmem 2015-03-19 08:28:43 +01:00
northbridge cpu/amd/model_10xxx: Add support for early cbmem 2015-03-19 08:28:43 +01:00
soc bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
southbridge CBMEM: Add LATE_CBMEM_INIT guards 2015-03-19 06:17:07 +01:00
superio superio/fintek/f81216h: Add the correct unlock key values 2015-02-14 00:53:26 +01:00
vendorcode Add and consistently use wrapper macro for romstage static variables 2015-03-09 22:42:28 +01:00
Kconfig lib: Add Kconfig option to enable/disable auto fallback control 2015-03-17 04:22:23 +01:00