This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
u-boot
Watch
0
Star
0
Fork
0
You've already forked u-boot
mirror of
https://github.com/u-boot/u-boot.git
synced
2025-01-07 19:23:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
898bd53e6a
u-boot
/
board
/
opalkelly
/
zynq
/
board.c
4 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
xilinx: Move zynq_board_read_rom_ethaddr to shared location Zynq and ZynqMP are sharing similar code and there is no reason to do code duplication. Move zynq_board_read_rom_ethaddr() to common file for easier conversion to DM. Use ZynqMP version that's why also add CONFIG_ZYNQ_EEPROM_BUS to Syzygy which is only one Zynq board which is using this feature. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2019-01-21 22:25:02 +08:00
#
include
"../../xilinx/common/board.c"
arm: zynq: Add support for SYZYGY Hub board Add the Zynq-based SYZYGY Hub board from Opal Kelly. The board contains a Xilinx Zynq xc7z012s SoC, 1GB DDR3 RAM, and supports booting from SD. Signed-off-by: Tom McLeod <tom.mcleod@opalkelly.com> Cc: Michal Simek <monstr@monstr.eu> CC: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-09-28 08:53:26 +08:00
#
include
"../../xilinx/zynq/board.c"
Reference in New Issue
Copy Permalink