coreboot/src
Fabian Kunkel 629ca43859 mainboard/bap/ode_e20XX: Change SATA from GEN2 to GEN3
This patch disables the SataSetMaxGen2 flag.
This flag is a power saving option,
which forces the SATA to GEN2.
Payload SeaBIOS 1.9.1, Lubuntu 16.04, Kernel 4.4.

$ dmesg | grep ahci #before patch
ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
$ dmesg | grep ahci #after patch
ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode

Change-Id: I48361190969e6d38ddb5692f5e54b016b359fbb1
Signed-off-by: Fabian Kunkel <fabi@adv.bruhnspace.com>
Reviewed-on: https://review.coreboot.org/15906
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2016-09-15 02:37:37 +02:00
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch arch/acpi_ivrs.h: Update 8-byte IVRS entry values 2016-09-15 01:43:22 +02:00
commonlib commonlib: move DIV_ROUND macros from nvidia/tegra 2016-09-07 20:52:42 +02:00
console src/console: Add required space before opening parenthesis '(' 2016-08-31 20:06:20 +02:00
cpu cpu/amd/family_10h-family_15h: transition away from device_t 2016-09-13 17:25:13 +02:00
device src/device: Add required space before opening parenthesis '(' 2016-08-28 18:27:52 +02:00
drivers driver/intel/fsp20: move lb_framebuffer function 2016-09-15 01:16:41 +02:00
ec src/ec: Improve code formatting 2016-09-07 13:55:05 +02:00
include arch/arm: Add armv7-r configuration 2016-09-12 19:58:43 +02:00
lib edid: Fix a function signature 2016-09-08 23:19:06 +02:00
mainboard mainboard/bap/ode_e20XX: Change SATA from GEN2 to GEN3 2016-09-15 02:37:37 +02:00
northbridge northbridge/intel/nehalem/gma.c: Improve code formatting 2016-09-15 02:31:56 +02:00
soc driver/intel/fsp20: move lb_framebuffer function 2016-09-15 01:16:41 +02:00
southbridge southbridge/sis/sis966/lpc.c: Improve code formatting 2016-09-15 02:31:30 +02:00
superio src/superio: Improve code formatting 2016-09-05 03:07:37 +02:00
vboot vboot: consolidate google_chromeec_early_init() calls 2016-08-25 22:50:17 +02:00
vendorcode vendorcode/skylake: Add FSP header files without any adaptations 2016-09-12 19:54:25 +02:00
Kconfig Kconfig: Relocate DEVICETREE symbol 2016-09-06 22:49:06 +02:00