summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/ebaz4205')
-rw-r--r--fpga/ebaz4205/Makefile4
-rw-r--r--fpga/ebaz4205/ebaz4205_fpga/src/hdl/.system_wrapper.vhd.swpbin16384 -> 0 bytes
-rw-r--r--fpga/ebaz4205/linux-6.16.4-pq/master/series1
-rw-r--r--fpga/ebaz4205/src/ebaz4205-zynq7.dts14
4 files changed, 17 insertions, 2 deletions
diff --git a/fpga/ebaz4205/Makefile b/fpga/ebaz4205/Makefile
index f2018c0..0aebbe6 100644
--- a/fpga/ebaz4205/Makefile
+++ b/fpga/ebaz4205/Makefile
@@ -8,9 +8,9 @@ LD=linux-6.16.4
FD=ebaz4205_fpga
DP=${DIP}:/boot/uboot/
-DIP=10.16.66.108
+DIP=10.16.66.234
-VIVO=${FD}/build/ebaz4205_top.runs/impl_1/ebaz4205_top.bin
+#VIVO=${FD}/build/ebaz4205_top.runs/impl_1/ebaz4205_top.bin
RDO=build/nowt.cpio.uboot
DTB=build/ebaz4205-zynq7.dtb
diff --git a/fpga/ebaz4205/ebaz4205_fpga/src/hdl/.system_wrapper.vhd.swp b/fpga/ebaz4205/ebaz4205_fpga/src/hdl/.system_wrapper.vhd.swp
deleted file mode 100644
index dc6cc6a..0000000
--- a/fpga/ebaz4205/ebaz4205_fpga/src/hdl/.system_wrapper.vhd.swp
+++ /dev/null
Binary files differ
diff --git a/fpga/ebaz4205/linux-6.16.4-pq/master/series b/fpga/ebaz4205/linux-6.16.4-pq/master/series
index 4cfcc2c..3ba4951 100644
--- a/fpga/ebaz4205/linux-6.16.4-pq/master/series
+++ b/fpga/ebaz4205/linux-6.16.4-pq/master/series
@@ -1,2 +1,3 @@
config
jmm-vcap
+jmm-fb
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
index 9283b09..1bfc5d5 100644
--- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts
+++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts
@@ -27,6 +27,20 @@
reg = <0xfffc0000 0x40000>;
};
+&amba {
+ plfb: sram@40000000 {
+ compatible = "jmm,frame-buffer-device";
+ reg = <0x40000000 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x80000000 0x10000>;
+ plfb@0 {
+ reg = <0x0 0x10000>;
+ };
+ };
+};
+
+