[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-132-g38d9b8c
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-05-16 12:40:48
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 38d9b8c222f030543a7d5ef727005fc7cb45981a (commit)
via e96e698e569228b81f64db3a1f0c99ffa85536b8 (commit)
from d0bcdfd0c7914788ec4c7ccc6909fa8fd236ad18 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 38d9b8c222f030543a7d5ef727005fc7cb45981a
Merge: e96e698e569228b81f64db3a1f0c99ffa85536b8 d0bcdfd0c7914788ec4c7ccc6909fa8fd236ad18
Author: Fabien Marteau <fab...@ar...>
Date: Mon May 16 14:40:11 2011 +0200
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit e96e698e569228b81f64db3a1f0c99ffa85536b8
Author: Fabien Marteau <fab...@ar...>
Date: Mon May 16 14:39:13 2011 +0200
[firmware][apf51] Adding script and bitstream to generate dual uarts design for apf51_dev with gsm and gps
-----------------------------------------------------------------------
Summary of changes:
.../gsm_gps_firmware.bin} | Bin 340604 -> 340604 bytes
firmware/scripts_pod/gsm_gps_firmware.pod | 23 ++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)
copy firmware/{wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin => scripts_pod/gsm_gps_firmware.bin} (74%)
create mode 100644 firmware/scripts_pod/gsm_gps_firmware.pod
diff --git a/firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin b/firmware/scripts_pod/gsm_gps_firmware.bin
similarity index 74%
copy from firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin
copy to firmware/scripts_pod/gsm_gps_firmware.bin
index 96c84f8..1bbb3ff 100644
Binary files a/firmware/wishbone_example/wishbone_example51/binaries/top_wishbone_example51_lx9.bin and b/firmware/scripts_pod/gsm_gps_firmware.bin differ
diff --git a/firmware/scripts_pod/gsm_gps_firmware.pod b/firmware/scripts_pod/gsm_gps_firmware.pod
new file mode 100644
index 0000000..faaaad1
--- /dev/null
+++ b/firmware/scripts_pod/gsm_gps_firmware.pod
@@ -0,0 +1,23 @@
+project.create gsm_gps_firmware
+project.selectplatform standard.apf51
+project.addinstance components.uart16750 gsm_uart
+project.addinstance components.uart16750 gps_uart
+project.connectpin gsm_uart.interrupt.int_o.0 irq_mngr00.irq.irqport.0
+project.connectpin gps_uart.interrupt.int_o.0 irq_mngr00.irq.irqport.1
+project.connectpin gps_uart.uart.srx_pad_i.0 apf51.fpga.IO_L40P_M3DQ6_3
+project.connectpin gps_uart.uart.stx_pad_o.0 apf51.fpga.IO_L42N_GCLK24_M3LDM_3
+project.connectpin gsm_uart.uart.srx_pad_i.0 apf51.fpga.IO_L39P_M3LDQS_3
+project.connectpin gsm_uart.uart.stx_pad_o.0 apf51.fpga.IO_L41P_GCLK27_M3DQ4_3
+project.connectpin gsm_uart.uart.cts_pad_i.0 apf51.fpga.IO_L41N_GCLK26_M3DQ5_3
+project.connectpin gsm_uart.uart.rts_pad_o.0 apf51.fpga.IO_L39N_M3LDQSN_3
+project.autoconnectbus
+project.saveproject
+project.intercon imx51_wb16_wrapper00.mwb16
+project.top
+project.synthesis.selecttoolchain ise
+project.synthesis.generateproject
+project.driver.selecttoolchain armadeus
+#project.driver.selectprojecttree ../../target/linux/modules/fpga/POD/
+#project.driver.selectprojecttree >>>BSP_DIR<<</target/linux/modules/fpga/POD
+#project.driver.generateproject
+#project.driver.copydrivers
hooks/post-receive
--
armadeus
|