Skip to content

Commit 1d27e86

Browse files
committed
sw: New dts for vcu118
1 parent 4fc1c91 commit 1d27e86

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed
File renamed without changes.

sw/boot/carfield_bd.dts sw/boot/carfield_bd_vcu128.dts

+1-5
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,8 @@
7575
reg = <3>;
7676
#phy-cells = <1>;
7777
device_type = "ethernet-phy";
78-
//ti,sgmii-ref-clock-output-enable;
78+
ti,sgmii-ref-clock-output-enable;
7979
ti,dp83867-rxctrl-strap-quirk;
80-
//ti,6-wire-mode;
81-
//ti,rx-internal-delay = <0x8>;
82-
//ti,tx-internal-delay = <0xa>;
83-
//ti,fifo-depth = <0x1>;
8480
};
8581
};
8682
};

sw/boot/carfield_vanilla_vcu128.dts

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright 2022 ETH Zurich and University of Bologna.
2+
// Solderpad Hardware License, Version 0.51, see LICENSE for details.
3+
// SPDX-License-Identifier: SHL-0.51
4+
//
5+
// Cyril Koenig <[email protected]>
6+
7+
8+
/include/ "carfield.dtsi"

target/xilinx/xilinx.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ car-xil-program:
9999
## @param XILINX_BOARD The target Xilinx board to be programmed
100100
## @param XILINX_FLAVOR=<vanilla|bd> The flavor of the implementation.
101101
## @param VIVADO_FLAGS Some flags for Vivado, such as batch or gui mode
102-
car-xil-flash: $(CAR_SW_DIR)/boot/linux_carfield_$(XILINX_FLAVOR).gpt.bin
102+
car-xil-flash: $(CAR_SW_DIR)/boot/linux_carfield_$(XILINX_FLAVOR)_$(XILINX_BOARD).gpt.bin
103103
$(vivado_env) FILE=$< OFFSET=0 $(VIVADO) $(VIVADO_FLAGS) -source $(CAR_XIL_DIR)/scripts/flash_spi.tcl
104104

105105
## Clean Xilinx artifacts for all implementations

0 commit comments

Comments
 (0)