Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
GH actions committed Sep 8, 2024
1 parent cc3399c commit 285d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lopper
Submodule lopper updated 32 files
+7 −0 README-architecture.md
+0 −114 demos/openamp/inputs/openamp-overlay-zynqmp-dev-mem.yaml
+97 −24 demos/openamp/inputs/openamp-overlay-zynqmp.yaml
+2 −1 demos/openamp/inputs/system-dt/include/dt-bindings/clock/xlnx-zynqmp-clk.h
+12 −6 demos/openamp/inputs/system-dt/include/dt-bindings/gpio/gpio.h
+0 −34 demos/openamp/inputs/system-dt/include/dt-bindings/input/input.h
+40 −0 demos/openamp/inputs/system-dt/include/dt-bindings/net/mscc-phy-vsc8531.h
+53 −0 demos/openamp/inputs/system-dt/include/dt-bindings/net/ti-dp83867.h
+3 −1 demos/openamp/inputs/system-dt/include/dt-bindings/phy/phy.h
+13 −23 demos/openamp/inputs/system-dt/include/dt-bindings/pinctrl/pinctrl-zynqmp.h
+3 −2 demos/openamp/inputs/system-dt/include/dt-bindings/power/xlnx-zynqmp-power.h
+2 −1 demos/openamp/inputs/system-dt/include/dt-bindings/reset/xlnx-zynqmp-resets.h
+1,528 −832 demos/openamp/inputs/system-dt/pcw.dtsi
+29 −677 demos/openamp/inputs/system-dt/pl.dtsi
+24,013 −0 demos/openamp/inputs/system-dt/psu_init.c
+38,867 −0 demos/openamp/inputs/system-dt/psu_init.h
+2,998 −0 demos/openamp/inputs/system-dt/psu_init.html
+18,259 −0 demos/openamp/inputs/system-dt/psu_init.tcl
+24,022 −0 demos/openamp/inputs/system-dt/psu_init_gpl.c
+38,881 −0 demos/openamp/inputs/system-dt/psu_init_gpl.h
+154 −29 demos/openamp/inputs/system-dt/system-top.dts
+20 −969 demos/openamp/inputs/system-dt/zcu102-rev1.0.dtsi
+980 −0 demos/openamp/inputs/system-dt/zcu102-reva.dtsi
+47 −0 demos/openamp/inputs/system-dt/zcu102-revb.dtsi
+41 −35 demos/openamp/inputs/system-dt/zynqmp-clk-ccf.dtsi
+595 −1,507 demos/openamp/inputs/system-dt/zynqmp.dtsi
+12 −1 lopper/__init__.py
+7 −1 lopper/assists/bmcmake_metadata_xlnx.py
+38 −0 lopper/lops/lop-a53-32bit.dts
+56 −0 lopper/lops/lop-cpu-oslist.dts
+5 −1 lopper/tree.py
+44 −2 lopper_sanity.py

0 comments on commit 285d42a

Please sign in to comment.