229 lines
7.0 KiB
C
229 lines
7.0 KiB
C
/*
|
|
* Copyright (C) 2014 Stefan Roese <sr@denx.de>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _CONFIG_DB_88F6820_GP_H
|
|
#define _CONFIG_DB_88F6820_GP_H
|
|
|
|
/*
|
|
* Define NBHW18_V1 to run on old V1 hardware
|
|
*/
|
|
/*#define NBHW18_V1 1 */
|
|
|
|
/*
|
|
* High Level Configuration Options (easy to change)
|
|
*/
|
|
|
|
#define CONFIG_DISPLAY_BOARDINFO_LATE
|
|
|
|
/*
|
|
* TEXT_BASE needs to be below 16MiB, since this area is scrubbed
|
|
* for DDR ECC byte filling in the SPL before loading the main
|
|
* U-Boot into it.
|
|
*/
|
|
#define CONFIG_SYS_TEXT_BASE 0x00800000
|
|
#define CONFIG_SYS_TCLK 250000000 /* 250MHz */
|
|
|
|
/*
|
|
* Commands configuration
|
|
*/
|
|
#define CONFIG_CMD_PCI
|
|
|
|
/* I2C */
|
|
#define CONFIG_SYS_I2C
|
|
#define CONFIG_SYS_I2C_MVTWSI
|
|
#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
|
|
#define CONFIG_SYS_I2C_SLAVE 0x0
|
|
#define CONFIG_SYS_I2C_SPEED 100000
|
|
|
|
/*
|
|
* SDIO/MMC Card Configuration
|
|
*/
|
|
#define CONFIG_SYS_MMC_BASE MVEBU_SDIO_BASE
|
|
|
|
/* Partition support */
|
|
|
|
/* USB/EHCI configuration */
|
|
#define CONFIG_EHCI_IS_TDI
|
|
|
|
/* Environment in I2C EEPROM */
|
|
/**
|
|
* Layout on the NBHW08 Board:
|
|
* Offset Size Description
|
|
* 0x0000 0x200 The NetModule Boarddescriptor
|
|
* 0x0200 0x200 The NetModule Productdescriptor
|
|
* 0x0400 0x200 The NetModule License Descriptor
|
|
* 0x0600 0x400 The NetModule Parition table
|
|
* 0x0A00 0x600 reserved
|
|
* 0x1000 0xA00 The U-Boot environment
|
|
* 0x1A00 0x600 reserved
|
|
*/
|
|
#define CONFIG_ENV_OFFSET (0x1000) /* The Environment is located at 4k */
|
|
#define CONFIG_ENV_SIZE (0xA00) /* 64KiB */
|
|
#define CONFIG_ENV_SECT_SIZE (256 << 10) /* 256KiB sectors */
|
|
|
|
#define CONFIG_ENV_EEPROM_IS_ON_I2C
|
|
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
|
|
#define CONFIG_SYS_DEF_EEPROM_ADDR 0x50
|
|
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN (2)
|
|
#define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 5
|
|
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 70
|
|
|
|
#define CONFIG_PHY_MARVELL /* there is a marvell phy */
|
|
#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
|
|
|
|
/* PCIe support */
|
|
#ifndef CONFIG_SPL_BUILD
|
|
#define CONFIG_PCI_MVEBU
|
|
#define CONFIG_PCI_SCAN_SHOW
|
|
#endif
|
|
|
|
#if !defined(UBOOT_USER_BUILD) && !defined(CONFIG_SPL_BUILD) && defined(CONFIG_WDT_ORION)
|
|
#define CONFIG_WATCHDOG
|
|
#endif
|
|
|
|
#define CONFIG_OF_BOARD_SETUP
|
|
|
|
#define CONFIG_SYS_ALT_MEMTEST
|
|
|
|
#ifndef CONFIG_SPL_BUILD
|
|
|
|
#define CONFIG_NM_LOGIN
|
|
#define CONFIG_CRYPT
|
|
#define CONFIG_SUPPORT_EMMC_RPMB
|
|
|
|
#define KERNEL_ADDR "0x01000000"
|
|
#define LOAD_ADDR "0x03000000"
|
|
#define FDT_ADDR "0x02000000"
|
|
#define PXE_ADDR "0x02800000"
|
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
|
"fdt_high=0x12000000\0" \
|
|
"initrd_high=0x13000000\0" \
|
|
"kernel_image=kernel.bin\0" \
|
|
"fdt_image=armada-385-nbhw18-prod3.dtb\0" \
|
|
"modeboot=sdboot\0" \
|
|
"fdt_addr=" FDT_ADDR "\0" \
|
|
"kernel_addr=" KERNEL_ADDR "\0" \
|
|
"load_addr=" LOAD_ADDR "\0" \
|
|
"root_part=1\0" /* Default root partition, overwritte in board file */ \
|
|
"eth1addr=00:11:22:33:44:55\0" \
|
|
"eth2addr=00:11:22:33:44:56\0" \
|
|
"eth3addr=00:11:22:33:44:57\0" \
|
|
"ethact=ethernet@34000\0" \
|
|
"add_sd_bootargs=setenv bootargs $bootargs root=/dev/mmcblk0p$root_part rootfstype=ext4 rootwait loglevel=4; run set_console_dev\0" \
|
|
"add_version_bootargs=setenv bootargs $bootargs\0" \
|
|
"fdt_skip_update=yes\0" \
|
|
"sdbringup=echo Try bringup boot && ext4load mmc 0:$root_part $kernel_addr /boot/zImage && " \
|
|
"ext4load mmc 0:$root_part $fdt_addr /boot/$fdt_image && setenv bootargs $bootargs rw;\0" \
|
|
"sdprod=ext4load mmc 0:$root_part $kernel_addr /boot/$kernel_image && " \
|
|
"ext4load mmc 0:$root_part $fdt_addr /boot/$fdt_image && setenv bootargs $bootargs ro;\0" \
|
|
"sdboot=if mmc dev 0; then nbhw_wlan_fixup &&" \
|
|
"echo Copying Linux from SD to RAM...; "\
|
|
"if test -e mmc 0:$root_part /boot/$kernel_image; then run sdprod; " \
|
|
"else run sdbringup; fi; " \
|
|
"run add_sd_bootargs; run add_version_bootargs; " \
|
|
"bootz $kernel_addr - $fdt_addr; fi\0" \
|
|
"bootcmd=run sdboot\0" \
|
|
"ipaddr=192.168.1.1\0" \
|
|
"serverip=192.168.1.254\0" \
|
|
"pxefile_addr_r=" PXE_ADDR "\0" \
|
|
"fdt_addr_r=" FDT_ADDR "\0" \
|
|
"kernel_addr_r=" KERNEL_ADDR "\0" \
|
|
"ramdisk_addr_r=" LOAD_ADDR "\0" \
|
|
"bootpretryperiod=1000\0" \
|
|
"tftptimeout=2000\0" \
|
|
"tftptimeoutcountmax=5\0" \
|
|
"bootpretryperiod=2000\0" \
|
|
"autoload=false\0" \
|
|
"defaultconsole=ttyS1\0" \
|
|
"set_console_dev=if test -n ${consoledev}; then setenv bootargs $bootargs console=$consoledev,115200; fi; true\0" \
|
|
"tftp_recovery=tftpboot $kernel_addr recovery-image; tftpboot $fdt_addr recovery-dtb; setenv bootargs rdinit=/etc/preinit console=$defaultconsole,115200 debug; bootz $kernel_addr - $fdt_addr\0" \
|
|
"pxe_recovery=sleep 3 && dhcp && pxe get && pxe boot\0" \
|
|
"load_fpga=ext4load mmc 0:$root_part $kernel_addr /logic/LG00000000 && nbhw_fpga program lattice-sspi 0xffffffff $kernel_addr $filesize && nbhw_fpga configure\0" \
|
|
"recovery=run pxe_recovery || setenv ipaddr $ipaddr; setenv serverip $serverip; run tftp_recovery\0" /* setenv ipaddr and serverip is necessary, because dhclient can destroy the IPs inernally */
|
|
|
|
#endif
|
|
|
|
|
|
/* SPL */
|
|
/*
|
|
* Select the boot device here
|
|
*
|
|
* Currently supported are:
|
|
* SPL_BOOT_SPI_NOR_FLASH - Booting via SPI NOR flash
|
|
* SPL_BOOT_SDIO_MMC_CARD - Booting via SDIO/MMC card (partition 1)
|
|
*/
|
|
#define SPL_BOOT_SPI_NOR_FLASH 1
|
|
#define SPL_BOOT_SDIO_MMC_CARD 2
|
|
#define CONFIG_SPL_BOOT_DEVICE SPL_BOOT_SDIO_MMC_CARD
|
|
|
|
/* Defines for SPL */
|
|
#define CONFIG_SPL_FRAMEWORK
|
|
#define CONFIG_SPL_SIZE (180 << 10)
|
|
#define CONFIG_SPL_TEXT_BASE 0x40000030
|
|
#define CONFIG_SPL_MAX_SIZE (CONFIG_SPL_SIZE - 0x0030)
|
|
|
|
#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + CONFIG_SPL_SIZE)
|
|
#define CONFIG_SPL_BSS_MAX_SIZE (16 << 10)
|
|
|
|
#ifdef CONFIG_SPL_BUILD
|
|
#define CONFIG_SYS_MALLOC_SIMPLE
|
|
#define CONFIG_OF_STDOUT_VIA_ALIAS
|
|
#endif
|
|
|
|
#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
|
|
#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
|
|
|
|
#if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SPI_NOR_FLASH
|
|
/* SPL related SPI defines */
|
|
#define CONFIG_SPL_SPI_LOAD
|
|
#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x24000
|
|
#define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_SPI_U_BOOT_OFFS
|
|
#endif
|
|
|
|
#if CONFIG_SPL_BOOT_DEVICE == SPL_BOOT_SDIO_MMC_CARD
|
|
/* SPL related MMC defines */
|
|
#define CONFIG_SYS_MMC_U_BOOT_OFFS (200 << 10)
|
|
#define CONFIG_SYS_U_BOOT_OFFS CONFIG_SYS_MMC_U_BOOT_OFFS
|
|
#ifdef CONFIG_SPL_BUILD
|
|
#define CONFIG_FIXED_SDHCI_ALIGNED_BUFFER 0x00180000 /* in SDRAM */
|
|
#endif
|
|
#define CONFIG_SPL_BOARD_INIT
|
|
#endif
|
|
|
|
/*
|
|
* mv-common.h should be defined after CMD configs since it used them
|
|
* to enable certain macros
|
|
*/
|
|
#include "mv-common.h"
|
|
|
|
/*
|
|
* NBHW needs md5 support
|
|
*/
|
|
#ifndef CONFIG_MD5
|
|
#define CONFIG_MD5
|
|
#endif
|
|
|
|
/*
|
|
* We need some functions to be called after environment setup
|
|
*/
|
|
#define CONFIG_BOARD_LATE_INIT
|
|
|
|
#define CONFIG_AUTOBOOT_KEYED 1
|
|
#define CONFIG_AUTOBOOT_PROMPT \
|
|
"Press s to abort autoboot in %d seconds\n"
|
|
#undef CONFIG_AUTOBOOT_DELAY_STR
|
|
#define CONFIG_AUTOBOOT_STOP_STR "s"
|
|
|
|
#ifndef CONFIG_SPL_BUILD
|
|
#undef CONFIG_REQUIRE_SERIAL_CONSOLE
|
|
/* Wee need early init r to actually print the pre console buffer
|
|
* because u-boot is buggy */
|
|
#define CONFIG_BOARD_EARLY_INIT_R
|
|
#define CONFIG_MISC_INIT_R
|
|
#endif
|
|
|
|
#endif /* _CONFIG_DB_88F6820_GP_H */
|