coreboot-kgpe-d16/src/soc/intel/fsp_broadwell_de
Furquan Shaikh de705fa1f4 drivers/spi: Re-factor spi_crop_chunk
spi_crop_chunk is a property of the SPI controller since it depends
upon the maximum transfer size that is supported by the
controller. Also, it is possible to implement this within spi-generic
layer by obtaining following parameters from the controller:

1. max_xfer_size: Maximum transfer size supported by the controller
(Size of 0 indicates invalid size, and unlimited transfer size is
indicated by UINT32_MAX.)

2. deduct_cmd_len: Whether cmd_len needs to be deducted from the
max_xfer_size to determine max data size that can be
transferred. (This is used by the amd boards.)

Change-Id: I81c199413f879c664682088e93bfa3f91c6a46e5
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/19386
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Tested-by: coreboot org <coreboot.org@gmail.com>
2017-05-05 23:42:19 +02:00
..
acpi Remove non-ascii & unprintable characters 2016-08-01 21:44:45 +02:00
bootblock intel: Fix copy/paste error in license text 2017-01-16 12:57:05 +01:00
fsp intel/fsp_broadwell_de: fix SPD CBFS file type 2016-04-20 23:37:29 +02:00
include/soc fsp_broadwell_de: Switch CPU to high frequency mode 2017-05-05 06:32:09 +02:00
romstage fsp 1.0 systems: Check for NULL when saving HobListPtr 2017-01-12 17:19:26 +01:00
acpi.c fsp_Broadwell_DE: Do not set IRQ3 and IRQ4 to level 2016-08-11 15:16:40 +02:00
chip.c soc/intel/fsp_broadwell_de: Remove the enforced fsp1.0 APIs call sequence 2016-10-09 19:07:58 +02:00
chip.h
cpu.c fsp_broadwell_de: Switch CPU to high frequency mode 2017-05-05 06:32:09 +02:00
Kconfig fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
Makefile.inc fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
memmap.c
northcluster.c fsp_broadwell_de: Add DMAR table to ACPI 2016-08-03 12:44:25 +02:00
pmutil.c fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
ramstage.c
reset.c
smbus.c fsp_broadwell_de: Add SMBus driver for ramstage 2016-07-14 07:03:40 +02:00
smbus_common.c fsp_broadwell_de: Add SMBus driver for ramstage 2016-07-14 07:03:40 +02:00
smi.c fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
smihandler.c fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
smmrelocate.c fsp_broadwell_de: Add SMM code 2017-04-28 06:19:20 +02:00
southcluster.c fsp_broadwell_de: Add Kconfig switch for SERIRQ operation mode 2016-09-13 16:52:53 +02:00
spi.c drivers/spi: Re-factor spi_crop_chunk 2017-05-05 23:42:19 +02:00