From: Yuantian Tang
Generic Timer frequency should be 25Mhz. Current setting is
CONFIG_SYS_CLK_FREQ/4 which is about 31Mhz, which is not correct.
So correct it.
Signed-off-by: Tang Yuantian
---
include/configs/ls1012a_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
From: Yuantian Tang
On ls1012a soc, core clock source frequency is 100Mhz.
Generic timer frequency is derived from core clock source divided
by 4, which is 25Mhz. So assign timer frequency to 25Mhz here.
Signed-off-by: Tang Yuantian
---
v2:
- refine the commit message
include/configs/ls10
From: Yuantian Tang
SATA feature was supported on ls1088a, so add SCSI command to
operate sata.
Signed-off-by: Tang Yuantian
---
configs/ls1088aqds_qspi_defconfig | 1 +
configs/ls1088ardb_qspi_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/ls1088aqds_qspi_defconfig
b
From: Yuantian Tang
Enable sata feature on ls1088a platforms
Signed-off-by: Tang Yuantian
---
include/configs/ls1088aqds.h | 12
include/configs/ls1088ardb.h | 13 +
2 files changed, 25 insertions(+)
diff --git a/include/configs/ls1088aqds.h b/include/configs/ls1088aq
From: Yuantian Tang
Remove the old implementation in order to enable DM for sata
Signed-off-by: Tang Yuantian
---
arch/arm/cpu/armv8/fsl-layerscape/soc.c| 54
arch/arm/include/asm/arch-fsl-layerscape/soc.h | 32 --
2 files changed, 0 insertions(
From: Yuantian Tang
Enable related configs to support sata DM feature.
Signed-off-by: Tang Yuantian
---
configs/ls1012ardb_qspi_defconfig |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/configs/ls1012ardb_qspi_defconfig
b/configs/ls1012ardb_qspi_defconfig
index
From: Yuantian Tang
One ls1012a, there is one SATA 3.0 advanced host controller interface
which is a high-performance SATA solution that delivers comprehensive
and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA
capabilities, in accordance with the serial ATA revision 3.0 of Serial
From: Yuantian Tang
Adjust the code structure more general so that more socs can be
added easily.
Add the ls1012a sata support as well.
Signed-off-by: Tang Yuantian
---
drivers/ata/sata_ceva.c | 87 +-
1 files changed, 55 insertions(+), 32 deletion
8 matches
Mail list logo