Skip to content

Commit

Permalink
Updated the submodules to the latest master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian committed Jan 15, 2020
1 parent 2214a75 commit 92a683f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion os
Submodule os updated 37 files
+13 −0 .gitignore
+2 −0 .petalinux/metadata
+68 −0 README.md
+11 −0 config.project
+7 −0 project-spec/attributes
+259 −0 project-spec/configs/config
+3,952 −0 project-spec/configs/rootfs_config
+353 −0 project-spec/hw-description/board/eclypse-z7/board.xml
+34 −0 project-spec/hw-description/board/eclypse-z7/part0_pins.xml
+585 −0 project-spec/hw-description/board/eclypse-z7/preset.xml
+ project-spec/hw-description/design_1_wrapper.bit
+1 −0 project-spec/hw-description/metadata
+12,554 −0 project-spec/hw-description/ps7_init.c
+139 −0 project-spec/hw-description/ps7_init.h
+141,697 −0 project-spec/hw-description/ps7_init.html
+850 −0 project-spec/hw-description/ps7_init.tcl
+12,548 −0 project-spec/hw-description/ps7_init_gpl.c
+131 −0 project-spec/hw-description/ps7_init_gpl.h
+ project-spec/hw-description/system.hdf
+17 −0 project-spec/meta-user/COPYING.MIT
+64 −0 project-spec/meta-user/README
+11 −0 project-spec/meta-user/conf/layer.conf
+19 −0 project-spec/meta-user/conf/petalinuxbsp.conf
+14 −0 project-spec/meta-user/recipes-apps/gpio-demo/files/Makefile
+355 −0 project-spec/meta-user/recipes-apps/gpio-demo/files/gpio-demo.c
+23 −0 project-spec/meta-user/recipes-apps/gpio-demo/gpio-demo.bb
+19 −0 project-spec/meta-user/recipes-apps/peekpoke/files/Makefile
+77 −0 project-spec/meta-user/recipes-apps/peekpoke/files/peek.c
+77 −0 project-spec/meta-user/recipes-apps/peekpoke/files/poke.c
+25 −0 project-spec/meta-user/recipes-apps/peekpoke/peekpoke.bb
+3 −0 project-spec/meta-user/recipes-bsp/device-tree/device-tree.bbappend
+3 −0 project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi
+98 −0 project-spec/meta-user/recipes-bsp/u-boot/files/0001-zynq-MAC-in-flash-OTP.patch
+36 −0 project-spec/meta-user/recipes-bsp/u-boot/files/platform-top.h
+1 −0 project-spec/meta-user/recipes-bsp/u-boot/files/user_2019-12-05-14-27-00.cfg
+7 −0 project-spec/meta-user/recipes-bsp/u-boot/u-boot-xlnx_%.bbappend
+4 −0 project-spec/meta-user/recipes-core/images/petalinux-image-full.bbappend

0 comments on commit 92a683f

Please sign in to comment.