u-boot-brain/arch/arm/mach-mvebu
Joel Johnson 4f7991ee1c arm: mvebu: fix SerDes table alignment
Tested on Solidrun ClearFog Base. Table alignment was:
 | Lane #  | Speed |  Type       |
 --------------------------------
 |   0    |  3   |  SATA0       |
 |   1    |  0   |  SGMII1      |
 |   2    |  3   |  SATA1       |
 |   3    |  5   |  USB3 HOST1  |
 |   4    |  5   |  USB3 HOST0  |
 |   5    |  4   |  SGMII2      |
 --------------------------------

After the change, it's correctly aligned as:
 | Lane # | Speed |  Type       |
 --------------------------------
 |   0    |   3   | SATA0       |
 |   1    |   0   | SGMII1      |
 |   2    |   5   | PCIe1       |
 |   3    |   5   | USB3 HOST1  |
 |   4    |   5   | PCIe2       |
 |   5    |   0   | SGMII2      |
 --------------------------------

Signed-off-by: Joel Johnson <mrjoel@lixil.net>
Reviewed-by: Stefan Roese <sr@denx.de>
2020-04-14 13:16:42 +02:00
..
armada8k common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
armada3700 common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
include/mach arm: mvebu: update RTC values for PCIe memory wrappers 2020-04-14 13:16:42 +02:00
serdes arm: mvebu: fix SerDes table alignment 2020-04-14 13:16:42 +02:00
.gitignore mvebu: select boot device at SoC level 2018-08-06 14:07:23 +02:00
arm64-common.c common: Move board_get_usable_ram_top() out of common.h 2019-12-02 18:25:04 -05:00
cpu.c common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
dram.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
efuse.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
gpio.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig ARM: mvebu: clearfog: run-time selection of DT file 2020-01-21 15:56:15 +01:00
kwbimage.cfg.in mvebu: select boot device at SoC level 2018-08-06 14:07:23 +02:00
lowlevel_spl.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile arm: mvebu: Avoid generating kwbimage.cfg in the source tree 2019-10-29 16:17:36 -04:00
mbus.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
spl.c arm: mvebu: update RTC values for PCIe memory wrappers 2020-04-14 13:16:42 +02:00
timer.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00