Skip to content
Snippets Groups Projects
Commit 111c23eb authored by Nicola Sparnacci's avatar Nicola Sparnacci Committed by Michele Cirinei
Browse files

[SANTINO] Create Santino board target

U-boot cannot be compiled due to mis-configuration (keeping the
reference project files with different target)
parent 2bdfbcf5
No related branches found
No related tags found
1 merge request!145[SANTINO] Add support to Santino board
......@@ -3,4 +3,4 @@
* Copyright (C) 2019 NXP
*/
#include "imx6qdl-sabresd-u-boot.dtsi"
#include "seco-imx6qdl-santino-u-boot.dtsi"
......@@ -8,8 +8,8 @@
#include "seco-imx6qdl-santino.dtsi"
/ {
model = "i.MX6 DualLite SABRE Smart Device Board";
compatible = "fsl,imx6dl-sabresd", "fsl,imx6dl";
model = "i.MX6 DualLite SECO Santino Board";
compatible = "fsl,imx6dl-seco-santino", "fsl,imx6dl";
};
&battery {
......
......@@ -647,7 +647,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hog>;
imx6qdl-sabresd {
imx6qdl-seco-santino {
pinctrl_hog: hoggrp {
fsl,pins = <
MX6QDL_PAD_NANDF_D0__GPIO2_IO00 0x80000000
......
......@@ -192,6 +192,15 @@ config TARGET_MX6QDL_SECO_A75
select MISC
select ARCH_MISC_INIT
config TARGET_MX6DL_SECO_SANTINO
bool "SECO MX6DL SBC SANTINO board"
select TARGET_MX6_SECO_COMMON
depends on MX6DL
select FSL_CAAM
select FSL_BLOB
select MISC
select ARCH_MISC_INIT
config TARGET_MX6SABREAUTO_COMMON
bool
select BOARD_LATE_INIT
......@@ -1029,6 +1038,7 @@ source "board/seco/imx6sx_c23/Kconfig"
source "board/seco/imx6qdl_928/Kconfig"
source "board/seco/imx6qdl_962/Kconfig"
source "board/seco/imx6qdl_a75/Kconfig"
source "board/seco/imx6dl_santino/Kconfig"
source "board/somlabs/visionsom-6ull/Kconfig"
source "board/technexion/pico-imx6/Kconfig"
source "board/technexion/pico-imx6ul/Kconfig"
......
if TARGET_MX6SABRESD || TARGET_MX6SABRESD_COMMON
if TARGET_MX6DL_SECO_SANTINO
config SYS_BOARD
default "mx6sabresd"
default "imx6dl_santino"
config SYS_VENDOR
default "freescale"
default "seco"
config SYS_CONFIG_NAME
default "mx6sabresd"
default "seco_imx6dl_santino"
config SYS_TEXT_BASE
default 0x17800000
......
MX6SABRESD BOARD
M: Fabio Estevam <fabio.estevam@nxp.com>
TARGET_MX6DL_SECO_SANTINO
M: Nicola Sparnacci <nicola.sparnacci@seco.com>
S: Maintained
F: board/freescale/mx6sabresd/
F: board/seco/imx6dl_santino/
F: include/configs/mx6sabresd.h
F: configs/mx6sabresd_defconfig
F: configs/seco_imx6dl_santino_defconfig
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_MX6DL=y
CONFIG_TARGET_MX6DLSABRESD=y
CONFIG_TARGET_MX6DL_SECO_SANTINO=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0xE0000
......
......@@ -3,11 +3,11 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Copyright 2017-2018 NXP
*
* Configuration settings for the Freescale i.MX6Q SabreSD board.
* Configuration settings for the Seco i.MX6DL Santino board.
*/
#ifndef __MX6SABRESD_CONFIG_H
#define __MX6SABRESD_CONFIG_H
#ifndef __SECO_MX6DL_SANTINO_CONFIG_H
#define __SECO_MX6DL_SANTINO_CONFIG_H
#ifdef CONFIG_SPL
#include "imx6_spl.h"
......@@ -86,4 +86,4 @@
#define CONFIG_WAVEFORM_BUF_SIZE 0x400000
#endif /* CONFIG_SPLASH_SCREEN && CONFIG_MXC_EPDC */
#endif /* __MX6SABRESD_CONFIG_H */
#endif /* __SECO_MX6DL_SANTINO_CONFIG_H */
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