2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2015 Timesys Corporation
|
|
|
|
* Copyright 2015 General Electric Company
|
|
|
|
* Copyright 2012 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
2020-05-10 17:40:01 +00:00
|
|
|
#include <image.h>
|
2019-11-14 19:57:46 +00:00
|
|
|
#include <init.h>
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#include <asm/arch/clock.h>
|
|
|
|
#include <asm/arch/imx-regs.h>
|
|
|
|
#include <asm/arch/iomux.h>
|
|
|
|
#include <asm/arch/mx6-pins.h>
|
2019-08-01 15:46:51 +00:00
|
|
|
#include <env.h>
|
2020-05-10 17:40:11 +00:00
|
|
|
#include <linux/delay.h>
|
2016-09-21 02:28:55 +00:00
|
|
|
#include <linux/errno.h>
|
2019-01-31 14:21:18 +00:00
|
|
|
#include <linux/libfdt.h>
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#include <asm/gpio.h>
|
2017-06-29 08:16:06 +00:00
|
|
|
#include <asm/mach-imx/iomux-v3.h>
|
|
|
|
#include <asm/mach-imx/boot_mode.h>
|
|
|
|
#include <asm/mach-imx/video.h>
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#include <mmc.h>
|
2019-06-21 03:42:28 +00:00
|
|
|
#include <fsl_esdhc_imx.h>
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#include <miiphy.h>
|
2018-01-10 19:31:30 +00:00
|
|
|
#include <net.h>
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#include <netdev.h>
|
|
|
|
#include <asm/arch/mxc_hdmi.h>
|
|
|
|
#include <asm/arch/crm_regs.h>
|
|
|
|
#include <asm/io.h>
|
|
|
|
#include <asm/arch/sys_proto.h>
|
2020-01-31 13:07:54 +00:00
|
|
|
#include <power/regulator.h>
|
|
|
|
#include <power/da9063_pmic.h>
|
2017-09-22 15:12:18 +00:00
|
|
|
#include <input.h>
|
2016-04-12 22:13:59 +00:00
|
|
|
#include <pwm.h>
|
2019-01-31 14:21:18 +00:00
|
|
|
#include <version.h>
|
2017-08-22 06:03:54 +00:00
|
|
|
#include <stdlib.h>
|
2019-11-12 19:15:11 +00:00
|
|
|
#include <dm/root.h>
|
2020-09-02 17:31:43 +00:00
|
|
|
#include "../common/ge_rtc.h"
|
2017-11-08 15:35:15 +00:00
|
|
|
#include "../common/vpd_reader.h"
|
2018-01-10 19:31:31 +00:00
|
|
|
#include "../../../drivers/net/e1000.h"
|
2019-11-12 19:15:17 +00:00
|
|
|
#include <pci.h>
|
2020-01-31 13:07:59 +00:00
|
|
|
#include <panel.h>
|
2019-11-12 19:15:17 +00:00
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
DECLARE_GLOBAL_DATA_PTR;
|
|
|
|
|
2020-11-04 16:18:41 +00:00
|
|
|
#define VPD_PRODUCT_B850 1
|
|
|
|
#define VPD_PRODUCT_B650 2
|
|
|
|
#define VPD_PRODUCT_B450 3
|
|
|
|
|
2020-12-14 23:41:57 +00:00
|
|
|
#define AR8033_DBG_REG_ADDR 0x1d
|
|
|
|
#define AR8033_DBG_REG_DATA 0x1e
|
|
|
|
#define AR8033_SERDES_REG 0x5
|
|
|
|
|
2020-11-04 16:18:41 +00:00
|
|
|
static int productid; /* Default to generic. */
|
2018-04-25 14:57:01 +00:00
|
|
|
static struct vpd_cache vpd;
|
|
|
|
|
2016-04-13 21:03:18 +00:00
|
|
|
#define NC_PAD_CTRL (PAD_CTL_PUS_100K_UP | \
|
|
|
|
PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | \
|
|
|
|
PAD_CTL_HYS)
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
int dram_init(void)
|
|
|
|
{
|
2016-07-23 16:23:40 +00:00
|
|
|
gd->ram_size = imx_ddr_size();
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int board_phy_config(struct phy_device *phydev)
|
|
|
|
{
|
2020-12-14 23:41:57 +00:00
|
|
|
/*
|
|
|
|
* Set reserved bits to avoid board specific voltage peak issue. The
|
|
|
|
* value is a magic number provided directly by Qualcomm. Note, that
|
|
|
|
* PHY driver will take control of BIT(8) in this register to control
|
|
|
|
* TX clock delay, so we do not initialize that bit here.
|
|
|
|
*/
|
|
|
|
phy_write(phydev, MDIO_DEVAD_NONE, AR8033_DBG_REG_ADDR, AR8033_SERDES_REG);
|
|
|
|
phy_write(phydev, MDIO_DEVAD_NONE, AR8033_DBG_REG_DATA, 0x3c47);
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
|
|
|
|
if (phydev->drv->config)
|
|
|
|
phydev->drv->config(phydev);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#if defined(CONFIG_VIDEO_IPUV3)
|
2020-01-31 13:07:59 +00:00
|
|
|
static void do_enable_backlight(struct display_info_t const *dev)
|
|
|
|
{
|
|
|
|
struct udevice *panel;
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = uclass_get_device(UCLASS_PANEL, 0, &panel);
|
|
|
|
if (ret) {
|
|
|
|
printf("Could not find panel: %d\n", ret);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
panel_set_backlight(panel, 100);
|
|
|
|
panel_enable_backlight(panel);
|
|
|
|
}
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
|
|
|
|
static void do_enable_hdmi(struct display_info_t const *dev)
|
|
|
|
{
|
|
|
|
imx_enable_hdmi_phy();
|
|
|
|
}
|
|
|
|
|
2018-04-25 14:57:02 +00:00
|
|
|
static int is_b850v3(void)
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
{
|
2020-11-04 16:18:41 +00:00
|
|
|
return productid == VPD_PRODUCT_B850;
|
2018-04-25 14:57:02 +00:00
|
|
|
}
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
|
2018-04-25 14:57:02 +00:00
|
|
|
static int detect_lcd(struct display_info_t const *dev)
|
|
|
|
{
|
|
|
|
return !is_b850v3();
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct display_info_t const displays[] = {{
|
|
|
|
.bus = -1,
|
|
|
|
.addr = -1,
|
|
|
|
.pixfmt = IPU_PIX_FMT_RGB24,
|
2018-04-25 14:56:58 +00:00
|
|
|
.detect = detect_lcd,
|
2020-01-31 13:07:59 +00:00
|
|
|
.enable = do_enable_backlight,
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
.mode = {
|
|
|
|
.name = "G121X1-L03",
|
|
|
|
.refresh = 60,
|
|
|
|
.xres = 1024,
|
|
|
|
.yres = 768,
|
|
|
|
.pixclock = 15385,
|
|
|
|
.left_margin = 20,
|
|
|
|
.right_margin = 300,
|
|
|
|
.upper_margin = 30,
|
|
|
|
.lower_margin = 8,
|
|
|
|
.hsync_len = 1,
|
|
|
|
.vsync_len = 1,
|
|
|
|
.sync = FB_SYNC_EXT,
|
|
|
|
.vmode = FB_VMODE_NONINTERLACED
|
|
|
|
} }, {
|
|
|
|
.bus = -1,
|
|
|
|
.addr = 3,
|
|
|
|
.pixfmt = IPU_PIX_FMT_RGB24,
|
|
|
|
.detect = detect_hdmi,
|
|
|
|
.enable = do_enable_hdmi,
|
|
|
|
.mode = {
|
|
|
|
.name = "HDMI",
|
|
|
|
.refresh = 60,
|
|
|
|
.xres = 1024,
|
|
|
|
.yres = 768,
|
|
|
|
.pixclock = 15385,
|
|
|
|
.left_margin = 220,
|
|
|
|
.right_margin = 40,
|
|
|
|
.upper_margin = 21,
|
|
|
|
.lower_margin = 7,
|
|
|
|
.hsync_len = 60,
|
|
|
|
.vsync_len = 10,
|
|
|
|
.sync = FB_SYNC_EXT,
|
|
|
|
.vmode = FB_VMODE_NONINTERLACED
|
|
|
|
} } };
|
|
|
|
size_t display_count = ARRAY_SIZE(displays);
|
|
|
|
|
2016-04-12 22:13:58 +00:00
|
|
|
static void enable_videopll(void)
|
|
|
|
{
|
|
|
|
struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
|
|
|
s32 timeout = 100000;
|
|
|
|
|
|
|
|
setbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN);
|
|
|
|
|
2018-10-15 07:59:44 +00:00
|
|
|
/* PLL_VIDEO 455MHz (24MHz * (37+11/12) / 2)
|
|
|
|
* |
|
|
|
|
* PLL5
|
|
|
|
* |
|
|
|
|
* CS2CDR[LDB_DI0_CLK_SEL]
|
|
|
|
* |
|
|
|
|
* +----> LDB_DI0_SERIAL_CLK_ROOT
|
|
|
|
* |
|
|
|
|
* +--> CSCMR2[LDB_DI0_IPU_DIV] --> LDB_DI0_IPU 455 / 7 = 65 MHz
|
|
|
|
*/
|
|
|
|
|
2016-04-12 22:13:58 +00:00
|
|
|
clrsetbits_le32(&ccm->analog_pll_video,
|
|
|
|
BM_ANADIG_PLL_VIDEO_DIV_SELECT |
|
|
|
|
BM_ANADIG_PLL_VIDEO_POST_DIV_SELECT,
|
|
|
|
BF_ANADIG_PLL_VIDEO_DIV_SELECT(37) |
|
2018-10-15 07:59:44 +00:00
|
|
|
BF_ANADIG_PLL_VIDEO_POST_DIV_SELECT(1));
|
2016-04-12 22:13:58 +00:00
|
|
|
|
|
|
|
writel(BF_ANADIG_PLL_VIDEO_NUM_A(11), &ccm->analog_pll_video_num);
|
|
|
|
writel(BF_ANADIG_PLL_VIDEO_DENOM_B(12), &ccm->analog_pll_video_denom);
|
|
|
|
|
|
|
|
clrbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN);
|
|
|
|
|
|
|
|
while (timeout--)
|
|
|
|
if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK)
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (timeout < 0)
|
|
|
|
printf("Warning: video pll lock timeout!\n");
|
|
|
|
|
|
|
|
clrsetbits_le32(&ccm->analog_pll_video,
|
|
|
|
BM_ANADIG_PLL_VIDEO_BYPASS,
|
|
|
|
BM_ANADIG_PLL_VIDEO_ENABLE);
|
|
|
|
}
|
|
|
|
|
2016-04-12 22:13:57 +00:00
|
|
|
static void setup_display_b850v3(void)
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
{
|
|
|
|
struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
|
|
|
struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;
|
|
|
|
|
2016-04-12 22:13:58 +00:00
|
|
|
enable_videopll();
|
|
|
|
|
2018-10-15 07:59:44 +00:00
|
|
|
/* IPU1 DI0 clock is 455MHz / 7 = 65MHz */
|
|
|
|
setbits_le32(&mxc_ccm->cscmr2, MXC_CCM_CSCMR2_LDB_DI0_IPU_DIV);
|
2016-04-12 22:13:57 +00:00
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
imx_setup_hdmi();
|
|
|
|
|
2016-04-12 22:13:57 +00:00
|
|
|
/* Set LDB_DI0 as clock source for IPU_DI0 */
|
|
|
|
clrsetbits_le32(&mxc_ccm->chsccdr,
|
|
|
|
MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_MASK,
|
|
|
|
(CHSCCDR_CLK_SEL_LDB_DI0 <<
|
|
|
|
MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_OFFSET));
|
|
|
|
|
|
|
|
/* Turn on IPU LDB DI0 clocks */
|
|
|
|
setbits_le32(&mxc_ccm->CCGR3, MXC_CCM_CCGR3_LDB_DI0_MASK);
|
|
|
|
|
|
|
|
enable_ipu_clock();
|
|
|
|
|
|
|
|
writel(IOMUXC_GPR2_BGREF_RRMODE_EXTERNAL_RES |
|
|
|
|
IOMUXC_GPR2_DI1_VS_POLARITY_ACTIVE_LOW |
|
|
|
|
IOMUXC_GPR2_DI0_VS_POLARITY_ACTIVE_LOW |
|
|
|
|
IOMUXC_GPR2_BIT_MAPPING_CH1_SPWG |
|
|
|
|
IOMUXC_GPR2_DATA_WIDTH_CH1_24BIT |
|
|
|
|
IOMUXC_GPR2_BIT_MAPPING_CH0_SPWG |
|
|
|
|
IOMUXC_GPR2_DATA_WIDTH_CH0_24BIT |
|
|
|
|
IOMUXC_GPR2_SPLIT_MODE_EN_MASK |
|
|
|
|
IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI0 |
|
|
|
|
IOMUXC_GPR2_LVDS_CH1_MODE_ENABLED_DI0,
|
|
|
|
&iomux->gpr[2]);
|
|
|
|
|
|
|
|
clrbits_le32(&iomux->gpr[3],
|
|
|
|
IOMUXC_GPR3_LVDS0_MUX_CTL_MASK |
|
|
|
|
IOMUXC_GPR3_LVDS1_MUX_CTL_MASK |
|
|
|
|
IOMUXC_GPR3_HDMI_MUX_CTL_MASK);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void setup_display_bx50v3(void)
|
|
|
|
{
|
|
|
|
struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
|
|
|
struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;
|
|
|
|
|
2018-04-25 14:57:00 +00:00
|
|
|
enable_videopll();
|
|
|
|
|
2016-04-12 22:14:00 +00:00
|
|
|
/* When a reset/reboot is performed the display power needs to be turned
|
|
|
|
* off for atleast 500ms. The boot time is ~300ms, we need to wait for
|
|
|
|
* an additional 200ms here. Unfortunately we use external PMIC for
|
|
|
|
* doing the reset, so can not differentiate between POR vs soft reset
|
|
|
|
*/
|
|
|
|
mdelay(200);
|
|
|
|
|
2018-10-15 07:59:44 +00:00
|
|
|
/* IPU1 DI0 clock is 455MHz / 7 = 65MHz */
|
2016-04-12 22:13:57 +00:00
|
|
|
setbits_le32(&mxc_ccm->cscmr2, MXC_CCM_CSCMR2_LDB_DI0_IPU_DIV);
|
|
|
|
|
|
|
|
/* Set LDB_DI0 as clock source for IPU_DI0 */
|
|
|
|
clrsetbits_le32(&mxc_ccm->chsccdr,
|
|
|
|
MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_MASK,
|
|
|
|
(CHSCCDR_CLK_SEL_LDB_DI0 <<
|
|
|
|
MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_OFFSET));
|
|
|
|
|
|
|
|
/* Turn on IPU LDB DI0 clocks */
|
|
|
|
setbits_le32(&mxc_ccm->CCGR3, MXC_CCM_CCGR3_LDB_DI0_MASK);
|
|
|
|
|
|
|
|
enable_ipu_clock();
|
|
|
|
|
|
|
|
writel(IOMUXC_GPR2_BGREF_RRMODE_EXTERNAL_RES |
|
|
|
|
IOMUXC_GPR2_DI0_VS_POLARITY_ACTIVE_LOW |
|
|
|
|
IOMUXC_GPR2_BIT_MAPPING_CH0_SPWG |
|
|
|
|
IOMUXC_GPR2_DATA_WIDTH_CH0_24BIT |
|
|
|
|
IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI0,
|
|
|
|
&iomux->gpr[2]);
|
|
|
|
|
|
|
|
clrsetbits_le32(&iomux->gpr[3],
|
|
|
|
IOMUXC_GPR3_LVDS0_MUX_CTL_MASK,
|
|
|
|
(IOMUXC_GPR3_MUX_SRC_IPU1_DI0 <<
|
|
|
|
IOMUXC_GPR3_LVDS0_MUX_CTL_OFFSET));
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
}
|
|
|
|
#endif /* CONFIG_VIDEO_IPUV3 */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Do not overwrite the console
|
|
|
|
* Use always serial for U-Boot console
|
|
|
|
*/
|
|
|
|
int overwrite_console(void)
|
|
|
|
{
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2017-08-22 06:03:54 +00:00
|
|
|
#define VPD_TYPE_INVALID 0x00
|
|
|
|
#define VPD_BLOCK_NETWORK 0x20
|
|
|
|
#define VPD_BLOCK_HWID 0x44
|
2018-01-10 19:31:30 +00:00
|
|
|
#define VPD_HAS_MAC1 0x1
|
2018-01-10 19:31:31 +00:00
|
|
|
#define VPD_HAS_MAC2 0x2
|
2018-01-10 19:31:30 +00:00
|
|
|
#define VPD_MAC_ADDRESS_LENGTH 6
|
2017-08-22 06:03:54 +00:00
|
|
|
|
|
|
|
struct vpd_cache {
|
2018-10-17 08:33:30 +00:00
|
|
|
bool is_read;
|
2018-01-10 19:31:30 +00:00
|
|
|
u8 product_id;
|
|
|
|
u8 has;
|
|
|
|
unsigned char mac1[VPD_MAC_ADDRESS_LENGTH];
|
2018-01-10 19:31:31 +00:00
|
|
|
unsigned char mac2[VPD_MAC_ADDRESS_LENGTH];
|
2017-08-22 06:03:54 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Extracts MAC and product information from the VPD.
|
|
|
|
*/
|
2018-10-17 08:33:30 +00:00
|
|
|
static int vpd_callback(struct vpd_cache *vpd, u8 id, u8 version, u8 type,
|
2018-01-10 19:31:30 +00:00
|
|
|
size_t size, u8 const *data)
|
2017-08-22 06:03:54 +00:00
|
|
|
{
|
2018-01-10 19:31:30 +00:00
|
|
|
if (id == VPD_BLOCK_HWID && version == 1 && type != VPD_TYPE_INVALID &&
|
|
|
|
size >= 1) {
|
2017-08-22 06:03:54 +00:00
|
|
|
vpd->product_id = data[0];
|
2018-01-10 19:31:30 +00:00
|
|
|
} else if (id == VPD_BLOCK_NETWORK && version == 1 &&
|
|
|
|
type != VPD_TYPE_INVALID) {
|
|
|
|
if (size >= 6) {
|
|
|
|
vpd->has |= VPD_HAS_MAC1;
|
|
|
|
memcpy(vpd->mac1, data, VPD_MAC_ADDRESS_LENGTH);
|
|
|
|
}
|
2018-01-10 19:31:31 +00:00
|
|
|
if (size >= 12) {
|
|
|
|
vpd->has |= VPD_HAS_MAC2;
|
|
|
|
memcpy(vpd->mac2, data + 6, VPD_MAC_ADDRESS_LENGTH);
|
|
|
|
}
|
2017-08-22 06:03:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void process_vpd(struct vpd_cache *vpd)
|
|
|
|
{
|
2019-11-12 19:15:17 +00:00
|
|
|
int fec_index = 0;
|
2018-01-10 19:31:31 +00:00
|
|
|
int i210_index = -1;
|
2018-01-10 19:31:30 +00:00
|
|
|
|
2018-10-17 08:33:30 +00:00
|
|
|
if (!vpd->is_read) {
|
|
|
|
printf("VPD wasn't read");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2019-11-12 19:15:17 +00:00
|
|
|
if (vpd->has & VPD_HAS_MAC1)
|
|
|
|
eth_env_set_enetaddr_by_index("eth", fec_index, vpd->mac1);
|
|
|
|
|
|
|
|
env_set("ethact", "eth0");
|
|
|
|
|
2018-01-10 19:31:33 +00:00
|
|
|
switch (vpd->product_id) {
|
|
|
|
case VPD_PRODUCT_B450:
|
2019-11-12 19:15:17 +00:00
|
|
|
i210_index = 1;
|
2018-01-10 19:31:33 +00:00
|
|
|
break;
|
|
|
|
case VPD_PRODUCT_B650:
|
2019-11-12 19:15:17 +00:00
|
|
|
i210_index = 1;
|
2018-01-10 19:31:30 +00:00
|
|
|
break;
|
|
|
|
case VPD_PRODUCT_B850:
|
2019-11-12 19:15:17 +00:00
|
|
|
i210_index = 2;
|
2018-01-10 19:31:30 +00:00
|
|
|
break;
|
2017-08-22 06:03:54 +00:00
|
|
|
}
|
2018-01-10 19:31:30 +00:00
|
|
|
|
2018-01-10 19:31:31 +00:00
|
|
|
if (i210_index >= 0 && (vpd->has & VPD_HAS_MAC2))
|
|
|
|
eth_env_set_enetaddr_by_index("eth", i210_index, vpd->mac2);
|
2017-08-22 06:03:54 +00:00
|
|
|
}
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
static iomux_v3_cfg_t const misc_pads[] = {
|
|
|
|
MX6_PAD_KEY_ROW2__GPIO4_IO11 | MUX_PAD_CTRL(NO_PAD_CTRL),
|
2016-04-13 21:03:18 +00:00
|
|
|
MX6_PAD_EIM_A25__GPIO5_IO02 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
|
|
|
MX6_PAD_EIM_CS0__GPIO2_IO23 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
|
|
|
MX6_PAD_EIM_CS1__GPIO2_IO24 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
|
|
|
MX6_PAD_EIM_OE__GPIO2_IO25 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
|
|
|
MX6_PAD_EIM_BCLK__GPIO6_IO31 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
|
|
|
MX6_PAD_GPIO_1__GPIO1_IO01 | MUX_PAD_CTRL(NC_PAD_CTRL),
|
2018-01-10 19:31:32 +00:00
|
|
|
MX6_PAD_GPIO_9__WDOG1_B | MUX_PAD_CTRL(NC_PAD_CTRL),
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
};
|
|
|
|
#define SUS_S3_OUT IMX_GPIO_NR(4, 11)
|
2020-11-04 16:18:43 +00:00
|
|
|
#define PWGIN_IN IMX_GPIO_NR(4, 14)
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#define WIFI_EN IMX_GPIO_NR(6, 14)
|
|
|
|
|
|
|
|
int board_early_init_f(void)
|
|
|
|
{
|
|
|
|
imx_iomux_v3_setup_multiple_pads(misc_pads,
|
|
|
|
ARRAY_SIZE(misc_pads));
|
|
|
|
|
2016-04-12 22:13:58 +00:00
|
|
|
#if defined(CONFIG_VIDEO_IPUV3)
|
2018-10-15 07:59:44 +00:00
|
|
|
/* Set LDB clock to Video PLL */
|
|
|
|
select_ldb_di_clock_source(MXC_PLL5_CLK);
|
2016-04-12 22:13:58 +00:00
|
|
|
#endif
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
int board_init(void)
|
|
|
|
{
|
2020-09-02 17:31:45 +00:00
|
|
|
if (!read_i2c_vpd(&vpd, vpd_callback)) {
|
2019-11-12 19:15:11 +00:00
|
|
|
int ret, rescan;
|
|
|
|
|
2018-10-17 08:33:30 +00:00
|
|
|
vpd.is_read = true;
|
2020-11-04 16:18:41 +00:00
|
|
|
productid = vpd.product_id;
|
2019-11-12 19:15:11 +00:00
|
|
|
|
|
|
|
ret = fdtdec_resetup(&rescan);
|
|
|
|
if (!ret && rescan) {
|
|
|
|
dm_uninit();
|
|
|
|
dm_init_and_scan(false);
|
|
|
|
}
|
2018-10-17 08:33:30 +00:00
|
|
|
}
|
2018-04-25 14:57:01 +00:00
|
|
|
|
2019-01-31 14:21:13 +00:00
|
|
|
gpio_request(SUS_S3_OUT, "sus_s3_out");
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
gpio_direction_output(SUS_S3_OUT, 1);
|
2019-01-31 14:21:13 +00:00
|
|
|
|
2020-11-04 16:18:43 +00:00
|
|
|
gpio_request(PWGIN_IN, "pwgin_in");
|
|
|
|
gpio_direction_input(PWGIN_IN);
|
|
|
|
|
2019-01-31 14:21:13 +00:00
|
|
|
gpio_request(WIFI_EN, "wifi_en");
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
gpio_direction_output(WIFI_EN, 1);
|
2019-01-31 14:21:13 +00:00
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#if defined(CONFIG_VIDEO_IPUV3)
|
2018-04-25 14:57:02 +00:00
|
|
|
if (is_b850v3())
|
2016-04-12 22:13:57 +00:00
|
|
|
setup_display_b850v3();
|
|
|
|
else
|
|
|
|
setup_display_bx50v3();
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#endif
|
2019-01-31 14:21:13 +00:00
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
/* address of boot parameters */
|
|
|
|
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_CMD_BMODE
|
|
|
|
static const struct boot_mode board_boot_modes[] = {
|
|
|
|
/* 4 bit bus width */
|
|
|
|
{"sd2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
|
|
|
|
{"sd3", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
|
|
|
|
{NULL, 0},
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
2016-11-18 17:20:54 +00:00
|
|
|
void pmic_init(void)
|
|
|
|
{
|
2020-01-31 13:07:54 +00:00
|
|
|
struct udevice *reg;
|
|
|
|
int ret, i;
|
|
|
|
static const char * const bucks[] = {
|
|
|
|
"bcore1",
|
|
|
|
"bcore2",
|
|
|
|
"bpro",
|
|
|
|
"bmem",
|
|
|
|
"bio",
|
|
|
|
"bperi",
|
|
|
|
};
|
|
|
|
|
|
|
|
for (i = 0; i < ARRAY_SIZE(bucks); i++) {
|
|
|
|
ret = regulator_get_by_devname(bucks[i], ®);
|
|
|
|
if (reg < 0) {
|
|
|
|
printf("%s(): Unable to get regulator %s: %d\n",
|
|
|
|
__func__, bucks[i], ret);
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
regulator_set_mode(reg, DA9063_BUCKMODE_SYNC);
|
|
|
|
}
|
2016-11-18 17:20:54 +00:00
|
|
|
}
|
|
|
|
|
2020-11-04 16:18:43 +00:00
|
|
|
static void detect_boot_cause(void)
|
|
|
|
{
|
|
|
|
const char *cause = "POR";
|
|
|
|
|
|
|
|
if (is_b850v3())
|
|
|
|
if (!gpio_get_value(PWGIN_IN))
|
|
|
|
cause = "PM_WDOG";
|
|
|
|
|
|
|
|
env_set("bootcause", cause);
|
|
|
|
}
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
int board_late_init(void)
|
|
|
|
{
|
2018-04-25 14:57:01 +00:00
|
|
|
process_vpd(&vpd);
|
2018-01-10 19:31:30 +00:00
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
#ifdef CONFIG_CMD_BMODE
|
|
|
|
add_board_boot_modes(board_boot_modes);
|
|
|
|
#endif
|
2016-05-24 13:56:17 +00:00
|
|
|
|
2018-04-25 14:57:03 +00:00
|
|
|
if (is_b850v3())
|
|
|
|
env_set("videoargs", "video=DP-1:1024x768@60 video=HDMI-A-1:1024x768@60");
|
2018-10-15 07:59:45 +00:00
|
|
|
else
|
|
|
|
env_set("videoargs", "video=LVDS-1:1024x768@65");
|
2018-04-25 14:57:03 +00:00
|
|
|
|
2020-11-04 16:18:43 +00:00
|
|
|
detect_boot_cause();
|
|
|
|
|
2016-11-18 17:20:54 +00:00
|
|
|
/* board specific pmic init */
|
|
|
|
pmic_init();
|
|
|
|
|
2018-01-10 19:31:38 +00:00
|
|
|
check_time();
|
|
|
|
|
2019-11-12 19:15:17 +00:00
|
|
|
pci_init();
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2018-01-10 19:31:31 +00:00
|
|
|
/*
|
|
|
|
* Removes the 'eth[0-9]*addr' environment variable with the given index
|
|
|
|
*
|
|
|
|
* @param index [in] the index of the eth_device whose variable is to be removed
|
|
|
|
*/
|
|
|
|
static void remove_ethaddr_env_var(int index)
|
|
|
|
{
|
|
|
|
char env_var_name[9];
|
|
|
|
|
|
|
|
sprintf(env_var_name, index == 0 ? "ethaddr" : "eth%daddr", index);
|
|
|
|
env_set(env_var_name, NULL);
|
|
|
|
}
|
|
|
|
|
2018-01-10 19:31:30 +00:00
|
|
|
int last_stage_init(void)
|
|
|
|
{
|
2018-01-10 19:31:31 +00:00
|
|
|
int i;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Remove first three ethaddr which may have been created by
|
|
|
|
* function process_vpd().
|
|
|
|
*/
|
|
|
|
for (i = 0; i < 3; ++i)
|
|
|
|
remove_ethaddr_env_var(i);
|
2018-01-10 19:31:30 +00:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
arm: imx: Add support for GE Bx50v3 boards
Add support for GE B450v3, B650v3 and B850v3 boards. The boards
are based on Advantech BA16 module which has a i.MX6D processor.
The boards support:
- FEC Ethernet
- USB Ports
- SDHC and MMC boot
- SPI NOR
- LVDS and HDMI display
Basic information about the module:
- Module manufacturer: Advantech
- CPU: Freescale ARM Cortex-A9 i.MX6D
- SPECS:
Up to 2GB Onboard DDR3 Memory;
Up to 16GB Onboard eMMC NAND Flash
Supports OpenGL ES 2.0 and OpenVG 1.1
HDMI, 24-bit LVDS
1x UART, 2x I2C, 8x GPIO,
4x Host USB 2.0 port, 1x USB OTG port,
1x micro SD (SDHC),1x SDIO, 1x SATA II,
1x 10/100/1000 Mbps Ethernet, 1x PCIe X1 Gen2
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-01-29 20:16:40 +00:00
|
|
|
int checkboard(void)
|
|
|
|
{
|
|
|
|
printf("BOARD: %s\n", CONFIG_BOARD_NAME);
|
|
|
|
return 0;
|
|
|
|
}
|
2018-04-04 08:50:17 +00:00
|
|
|
|
2019-01-31 14:21:18 +00:00
|
|
|
#ifdef CONFIG_OF_BOARD_SETUP
|
2020-06-26 06:13:33 +00:00
|
|
|
int ft_board_setup(void *blob, struct bd_info *bd)
|
2019-01-31 14:21:18 +00:00
|
|
|
{
|
2019-11-12 19:15:18 +00:00
|
|
|
char *rtc_status = env_get("rtc_status");
|
|
|
|
|
2019-01-31 14:21:18 +00:00
|
|
|
fdt_setprop(blob, 0, "ge,boot-ver", version_string,
|
2019-11-12 19:15:18 +00:00
|
|
|
strlen(version_string) + 1);
|
|
|
|
|
|
|
|
fdt_setprop(blob, 0, "ge,rtc-status", rtc_status,
|
|
|
|
strlen(rtc_status) + 1);
|
2019-01-31 14:21:18 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2019-11-12 19:15:11 +00:00
|
|
|
int board_fit_config_name_match(const char *name)
|
|
|
|
{
|
2020-12-14 23:41:56 +00:00
|
|
|
const char *machine = name;
|
|
|
|
|
2019-11-12 19:15:11 +00:00
|
|
|
if (!vpd.is_read)
|
|
|
|
return strcmp(name, "imx6q-bx50v3");
|
|
|
|
|
2020-12-14 23:41:56 +00:00
|
|
|
if (!strncmp(machine, "Boot ", 5))
|
|
|
|
machine += 5;
|
|
|
|
if (!strncmp(machine, "imx6q-", 6))
|
|
|
|
machine += 6;
|
|
|
|
|
2019-11-12 19:15:11 +00:00
|
|
|
switch (vpd.product_id) {
|
|
|
|
case VPD_PRODUCT_B450:
|
2020-12-14 23:41:56 +00:00
|
|
|
return strcasecmp(machine, "b450v3");
|
2019-11-12 19:15:11 +00:00
|
|
|
case VPD_PRODUCT_B650:
|
2020-12-14 23:41:56 +00:00
|
|
|
return strcasecmp(machine, "b650v3");
|
2019-11-12 19:15:11 +00:00
|
|
|
case VPD_PRODUCT_B850:
|
2020-12-14 23:41:56 +00:00
|
|
|
return strcasecmp(machine, "b850v3");
|
2019-11-12 19:15:11 +00:00
|
|
|
default:
|
|
|
|
return -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
int embedded_dtb_select(void)
|
|
|
|
{
|
|
|
|
vpd.is_read = false;
|
|
|
|
return fdtdec_setup();
|
|
|
|
}
|