avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
12
u-boot/board/toradex/colibri_t20/Kconfig
Normal file
12
u-boot/board/toradex/colibri_t20/Kconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
if TARGET_COLIBRI_T20
|
||||
|
||||
config SYS_BOARD
|
||||
default "colibri_t20"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "toradex"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "colibri_t20"
|
||||
|
||||
endif
|
||||
7
u-boot/board/toradex/colibri_t20/MAINTAINERS
Normal file
7
u-boot/board/toradex/colibri_t20/MAINTAINERS
Normal file
@@ -0,0 +1,7 @@
|
||||
COLIBRI_T20
|
||||
M: Lucas Stach <dev@lynxeye.de>
|
||||
S: Maintained
|
||||
F: board/toradex/colibri_t20/
|
||||
F: include/configs/colibri_t20.h
|
||||
F: configs/colibri_t20_defconfig
|
||||
F: arch/arm/dts/tegra20-colibri.dtb
|
||||
7
u-boot/board/toradex/colibri_t20/Makefile
Normal file
7
u-boot/board/toradex/colibri_t20/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# (C) Copyright 2012 Lucas Stach
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += colibri_t20.o
|
||||
133
u-boot/board/toradex/colibri_t20/colibri_t20.c
Normal file
133
u-boot/board/toradex/colibri_t20/colibri_t20.c
Normal file
@@ -0,0 +1,133 @@
|
||||
/*
|
||||
* Copyright (C) 2012 Lucas Stach
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/funcmux.h>
|
||||
#include <asm/arch/pinmux.h>
|
||||
#include <asm/arch-tegra/ap.h>
|
||||
#include <asm/arch-tegra/board.h>
|
||||
#include <asm/arch-tegra/tegra.h>
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/io.h>
|
||||
#include <i2c.h>
|
||||
|
||||
#define PMU_I2C_ADDRESS 0x34
|
||||
#define MAX_I2C_RETRY 3
|
||||
#define PMU_SUPPLYENE 0x14
|
||||
#define PMU_SUPPLYENE_SYSINEN (1<<5)
|
||||
#define PMU_SUPPLYENE_EXITSLREQ (1<<1)
|
||||
|
||||
int arch_misc_init(void)
|
||||
{
|
||||
/* Disable PMIC sleep mode on low supply voltage */
|
||||
struct udevice *dev;
|
||||
u8 addr, data[1];
|
||||
int err;
|
||||
|
||||
err = i2c_get_chip_for_busnum(0, PMU_I2C_ADDRESS, 1, &dev);
|
||||
if (err) {
|
||||
debug("%s: Cannot find PMIC I2C chip\n", __func__);
|
||||
return err;
|
||||
}
|
||||
|
||||
addr = PMU_SUPPLYENE;
|
||||
|
||||
err = dm_i2c_read(dev, addr, data, 1);
|
||||
if (err) {
|
||||
debug("failed to get PMU_SUPPLYENE\n");
|
||||
return err;
|
||||
}
|
||||
|
||||
data[0] &= ~PMU_SUPPLYENE_SYSINEN;
|
||||
data[0] |= PMU_SUPPLYENE_EXITSLREQ;
|
||||
|
||||
err = dm_i2c_write(dev, addr, data, 1);
|
||||
if (err) {
|
||||
debug("failed to set PMU_SUPPLYENE\n");
|
||||
return err;
|
||||
}
|
||||
|
||||
/* make sure SODIMM pin 87 nRESET_OUT is released properly */
|
||||
pinmux_set_func(PMUX_PINGRP_ATA, PMUX_FUNC_GMI);
|
||||
|
||||
if (readl(NV_PA_BASE_SRAM + NVBOOTINFOTABLE_BOOTTYPE) ==
|
||||
NVBOOTTYPE_RECOVERY)
|
||||
printf("USB recovery mode\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_TEGRA_MMC
|
||||
/*
|
||||
* Routine: pin_mux_mmc
|
||||
* Description: setup the pin muxes/tristate values for the SDMMC(s)
|
||||
*/
|
||||
void pin_mux_mmc(void)
|
||||
{
|
||||
funcmux_select(PERIPH_ID_SDMMC4, FUNCMUX_SDMMC4_ATB_GMA_4_BIT);
|
||||
pinmux_tristate_disable(PMUX_PINGRP_GMB);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TEGRA_NAND
|
||||
void pin_mux_nand(void)
|
||||
{
|
||||
funcmux_select(PERIPH_ID_NDFLASH, FUNCMUX_NDFLASH_KBC_8_BIT);
|
||||
|
||||
/*
|
||||
* configure pingroup ATC to something unrelated to
|
||||
* avoid ATC overriding KBC
|
||||
*/
|
||||
pinmux_set_func(PMUX_PINGRP_ATC, PMUX_FUNC_GMI);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_USB_EHCI_TEGRA
|
||||
void pin_mux_usb(void)
|
||||
{
|
||||
/* module internal USB bus to connect ethernet chipset */
|
||||
funcmux_select(PERIPH_ID_USB2, FUNCMUX_USB2_ULPI);
|
||||
|
||||
/* ULPI reference clock output */
|
||||
pinmux_set_func(PMUX_PINGRP_CDEV2, PMUX_FUNC_PLLP_OUT4);
|
||||
pinmux_tristate_disable(PMUX_PINGRP_CDEV2);
|
||||
|
||||
/* PHY reset GPIO */
|
||||
pinmux_tristate_disable(PMUX_PINGRP_UAC);
|
||||
|
||||
/* VBus GPIO */
|
||||
pinmux_tristate_disable(PMUX_PINGRP_DTE);
|
||||
|
||||
/* Reset ASIX using LAN_RESET */
|
||||
gpio_request(TEGRA_GPIO(V, 4), "LAN_RESET");
|
||||
gpio_direction_output(TEGRA_GPIO(V, 4), 0);
|
||||
pinmux_tristate_disable(PMUX_PINGRP_GPV);
|
||||
udelay(5);
|
||||
gpio_set_value(TEGRA_GPIO(V, 4), 1);
|
||||
|
||||
/* USBH_PEN: USB 1 aka Tegra USB port 3 VBus */
|
||||
pinmux_tristate_disable(PMUX_PINGRP_SPIG);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_VIDEO_TEGRA20
|
||||
/*
|
||||
* Routine: pin_mux_display
|
||||
* Description: setup the pin muxes/tristate values for the LCD interface)
|
||||
*/
|
||||
void pin_mux_display(void)
|
||||
{
|
||||
/*
|
||||
* Manually untristate BL_ON (PT4 - SODIMM 71) as specified through
|
||||
* device-tree
|
||||
*/
|
||||
pinmux_tristate_disable(PMUX_PINGRP_DTA);
|
||||
|
||||
pinmux_set_func(PMUX_PINGRP_SDC, PMUX_FUNC_PWM);
|
||||
pinmux_tristate_disable(PMUX_PINGRP_SDC);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user