u-boot-brain/board/kontron/sl28
Michael Walle 805b2423b4 board: sl28: add SATA support
Enable SATA support. Although not supported by the usual SATA pins on
the SMARC baseboard connector, SATA mode is supported on a PCIe lane.
This way one can use a mSATA card in a Mini PCI slot.

We need to invert the received data because in this mode the polarity of
the SerDes lane is swapped. Provide a fixup in board_early_init_f() for
the SPL. board_early_init_f() is then not common between SPL and u-boot
proper anymore, thus common.c is removed, as it just contained said
function.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2021-02-08 14:01:16 +05:30
..
cmds.c board: sl28: add board specific nvm command 2020-10-23 16:52:09 +05:30
ddr.c board: kontron: add sl28 support 2020-10-23 16:52:09 +05:30
Kconfig board: sl28: add OP-TEE Trusted OS support (bl32) 2020-12-04 16:09:06 -05:00
MAINTAINERS board: kontron: add sl28 support 2020-10-23 16:52:09 +05:30
Makefile board: sl28: add SATA support 2021-02-08 14:01:16 +05:30
sl28.c board: sl28: add SATA support 2021-02-08 14:01:16 +05:30
spl_atf.c board: sl28: add ATF support (bl31) 2020-12-04 16:09:06 -05:00
spl.c board: sl28: add SATA support 2021-02-08 14:01:16 +05:30