[U-Boot] [PATCH v4 2/4] QE: add QE support on ls1043ardb

Mingkai Hu mingkai.hu at nxp.com
Mon Feb 1 08:39:47 CET 2016



> -----Original Message-----
> From: Zhao Qiang [mailto:qiang.zhao at nxp.com]
> Sent: Friday, January 29, 2016 12:28 PM
> To: Mingkai Hu
> Cc: trini at konsulko.com; york sun; u-boot at lists.denx.de; Qiang Zhao
> Subject: [PATCH v4 2/4] QE: add QE support on ls1043ardb
> 
> Upload qe microcode on ls1043ardb
> 
> Signed-off-by: Zhao Qiang <qiang.zhao at nxp.com>
> ---
>  board/freescale/ls1043ardb/ls1043ardb.c | 8 ++++++++
>  drivers/qe/qe.c                         | 6 ++----
>  include/configs/ls1043ardb.h            | 7 +++++++
>  3 files changed, 17 insertions(+), 4 deletions(-)
> 
> diff --git a/board/freescale/ls1043ardb/ls1043ardb.c
> b/board/freescale/ls1043ardb/ls1043ardb.c
> index c8f723a..834fdff 100644
> --- a/board/freescale/ls1043ardb/ls1043ardb.c
> +++ b/board/freescale/ls1043ardb/ls1043ardb.c
> @@ -21,6 +21,10 @@
>  #include <environment.h>
>  #include <fsl_sec.h>
>  #include "cpld.h"
> +#ifdef CONFIG_U_QE
> +#include "../../../drivers/qe/qe.h"
> +#endif
> +
> 

The patch submitted by Qianyu is trying to move qe.h to include/fsl_qe.h,
It's better to based on this patch set to avoid the long include statement.
http://patchwork.ozlabs.org/patch/572697/

Thanks,
Mingkai


More information about the U-Boot mailing list