soc/amd/stoneyridge: Move sata to common
commitaa67defafd09979081d2269cb1ab060417525816
authorMarshall Dawson <marshalldawson3rd@gmail.com>
Fri, 3 May 2019 22:10:34 +0000 (3 16:10 -0600)
committerMartin Roth <martinroth@google.com>
Thu, 6 Jun 2019 19:24:59 +0000 (6 19:24 +0000)
tree9e5ee96473dd8b0db94fe83b136e90c64a64b15c
parent25e5401cdddb9e58f48e97485adb3ec2a05dfb5d
soc/amd/stoneyridge: Move sata to common

Relocate generic sata support from stoneyridge to common/block.

BUG=b:131682806

Change-Id: I4e9eddaa291e5e03f4f8d88826973c5b8ee9a1c5
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32661
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/amd/common/block/include/amdblocks/sata.h [new file with mode: 0644]
src/soc/amd/common/block/sata/Kconfig [new file with mode: 0644]
src/soc/amd/common/block/sata/Makefile.inc [new file with mode: 0644]
src/soc/amd/common/block/sata/sata.c [copied from src/soc/amd/stoneyridge/sata.c with 51% similarity]
src/soc/amd/stoneyridge/Kconfig
src/soc/amd/stoneyridge/sata.c