mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
arm64: zynqmp: Add new header file for zcu104 RevC
Created a new header file for zcu104 RevC board and added below configurations to use MAC address from EEPROM. CONFIG_ZYNQ_GEM_EEPROM_ADDR CONFIG_ZYNQ_EEPROM_BUS Added CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET=0x20 to xilinx_zynqmp_zcu104_revC_defconfig Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
ebcc1a223e
commit
332d185c37
@@ -1,5 +1,5 @@
|
|||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu104"
|
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu104_revC"
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_SYS_TEXT_BASE=0x8000000
|
CONFIG_SYS_TEXT_BASE=0x8000000
|
||||||
CONFIG_SYS_MALLOC_F_LEN=0x8000
|
CONFIG_SYS_MALLOC_F_LEN=0x8000
|
||||||
@@ -53,6 +53,7 @@ CONFIG_CMD_PCA953X=y
|
|||||||
CONFIG_SYS_I2C_ZYNQ=y
|
CONFIG_SYS_I2C_ZYNQ=y
|
||||||
CONFIG_ZYNQ_I2C1=y
|
CONFIG_ZYNQ_I2C1=y
|
||||||
CONFIG_MISC=y
|
CONFIG_MISC=y
|
||||||
|
CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET=0x20
|
||||||
CONFIG_DM_MMC=y
|
CONFIG_DM_MMC=y
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_ZYNQ=y
|
CONFIG_MMC_SDHCI_ZYNQ=y
|
||||||
|
17
include/configs/xilinx_zynqmp_zcu104_revC.h
Normal file
17
include/configs/xilinx_zynqmp_zcu104_revC.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* Configuration for Xilinx ZynqMP zcu104
|
||||||
|
*
|
||||||
|
* (C) Copyright 2018 Xilinx, Inc.
|
||||||
|
* Michal Simek <michal.simek@xilinx.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __CONFIG_ZYNQMP_ZCU104_REVC_H
|
||||||
|
#define __CONFIG_ZYNQMP_ZCU104_REVC_H
|
||||||
|
|
||||||
|
#include <configs/xilinx_zynqmp_zcu104.h>
|
||||||
|
|
||||||
|
#define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x54
|
||||||
|
#define CONFIG_ZYNQ_EEPROM_BUS 1
|
||||||
|
|
||||||
|
#endif /* __CONFIG_ZYNQMP_ZCU104_REVC_H */
|
Reference in New Issue
Block a user