Skip to content
Snippets Groups Projects
Commit eaa859e7 authored by Zhao Qiang's avatar Zhao Qiang Committed by York Sun
Browse files

qe: add qe support for ls1021a-twr board

parent 63e75fd7
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
#include <fsl_mdio.h> #include <fsl_mdio.h>
#include <tsec.h> #include <tsec.h>
#include <fsl_sec.h> #include <fsl_sec.h>
#ifdef CONFIG_U_QE
#include "../../../drivers/qe/qe.h"
#endif
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
...@@ -278,6 +282,10 @@ int board_init(void) ...@@ -278,6 +282,10 @@ int board_init(void)
config_serdes_mux(); config_serdes_mux();
#endif #endif
#ifdef CONFIG_U_QE
u_qe_init();
#endif
return 0; return 0;
} }
......
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
#define CONFIG_FSL_CAAM /* Enable CAAM */ #define CONFIG_FSL_CAAM /* Enable CAAM */
#if !defined(CONFIG_SDCARD) && !defined(CONFIG_NAND) && !defined(CONFIG_SPI)
#define CONFIG_U_QE
#endif
/* /*
* IFC Definitions * IFC Definitions
*/ */
...@@ -275,6 +279,8 @@ ...@@ -275,6 +279,8 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
#define CONFIG_SYS_QE_FW_ADDR 0x67f40000
/* /*
* Environment * Environment
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment