Change in osmocom-bb[master]: Move 'src/target_dsp' to 'target/calypso_dsp'

2018-05-22 Thread Vadim Yanitskiy
Vadim Yanitskiy has abandoned this change. ( https://gerrit.osmocom.org/9241 )

Change subject: Move 'src/target_dsp' to 'target/calypso_dsp'
..


Abandoned

Ok, np :) Too aggressive clean up from my side.
--
To view, visit https://gerrit.osmocom.org/9241
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I1338d88fe1cbd6a27cf0bafe27b42ea5116c5b7e
Gerrit-Change-Number: 9241
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: tnt 
Gerrit-CC: Harald Welte 


Change in osmocom-bb[master]: Move 'src/target_dsp' to 'target/calypso_dsp'

2018-05-22 Thread tnt
tnt has posted comments on this change. ( https://gerrit.osmocom.org/9241 )

Change subject: Move 'src/target_dsp' to 'target/calypso_dsp'
..


Patch Set 1:

Err .. yeah, pretty much same as Harald. Doesn't bother me to have this merged, 
but it seems a bit pointless.


--
To view, visit https://gerrit.osmocom.org/9241
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1338d88fe1cbd6a27cf0bafe27b42ea5116c5b7e
Gerrit-Change-Number: 9241
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: tnt 
Gerrit-CC: Harald Welte 
Gerrit-Comment-Date: Tue, 22 May 2018 10:15:55 +
Gerrit-HasComments: No
Gerrit-HasLabels: No


Change in osmocom-bb[master]: Move 'src/target_dsp' to 'target/calypso_dsp'

2018-05-22 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/9241 )

Change subject: Move 'src/target_dsp' to 'target/calypso_dsp'
..


Patch Set 1:

I don't really care about it too much.  But I also don't really see the gain of 
this change, sorry.  Adding Sylvain, as it's his code anyway.


--
To view, visit https://gerrit.osmocom.org/9241
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1338d88fe1cbd6a27cf0bafe27b42ea5116c5b7e
Gerrit-Change-Number: 9241
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: tnt 
Gerrit-CC: Harald Welte 
Gerrit-Comment-Date: Tue, 22 May 2018 10:00:38 +
Gerrit-HasComments: No
Gerrit-HasLabels: No


Change in osmocom-bb[master]: Move 'src/target_dsp' to 'target/calypso_dsp'

2018-05-21 Thread Vadim Yanitskiy
Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/9241


Change subject: Move 'src/target_dsp' to 'target/calypso_dsp'
..

Move 'src/target_dsp' to 'target/calypso_dsp'

We store the firmware for Calypso based PHY in the 'target'
directory, while the 'target_dsp' was outside. Since DSP is
a part of the mentioned hardware, let's move it properly...

Change-Id: I1338d88fe1cbd6a27cf0bafe27b42ea5116c5b7e
---
R src/target/calypso_dsp/.gitignore
R src/target/calypso_dsp/Makefile
R src/target/calypso_dsp/bin2cfile.py
R src/target/calypso_dsp/bl_stage3.S
R src/target/calypso_dsp/dsp_dump.lds
R src/target/calypso_dsp/dump2coff.py
R src/target/calypso_dsp/ida/README.txt
R src/target/calypso_dsp/ida/ndb.h
R src/target/calypso_dsp/ida/tms320c54.cfg
9 files changed, 0 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/41/9241/1

diff --git a/src/target_dsp/.gitignore b/src/target/calypso_dsp/.gitignore
similarity index 100%
rename from src/target_dsp/.gitignore
rename to src/target/calypso_dsp/.gitignore
diff --git a/src/target_dsp/calypso/Makefile b/src/target/calypso_dsp/Makefile
similarity index 100%
rename from src/target_dsp/calypso/Makefile
rename to src/target/calypso_dsp/Makefile
diff --git a/src/target_dsp/calypso/bin2cfile.py 
b/src/target/calypso_dsp/bin2cfile.py
similarity index 100%
rename from src/target_dsp/calypso/bin2cfile.py
rename to src/target/calypso_dsp/bin2cfile.py
diff --git a/src/target_dsp/calypso/bl_stage3.S 
b/src/target/calypso_dsp/bl_stage3.S
similarity index 100%
rename from src/target_dsp/calypso/bl_stage3.S
rename to src/target/calypso_dsp/bl_stage3.S
diff --git a/src/target_dsp/calypso/dsp_dump.lds 
b/src/target/calypso_dsp/dsp_dump.lds
similarity index 100%
rename from src/target_dsp/calypso/dsp_dump.lds
rename to src/target/calypso_dsp/dsp_dump.lds
diff --git a/src/target_dsp/calypso/dump2coff.py 
b/src/target/calypso_dsp/dump2coff.py
similarity index 100%
rename from src/target_dsp/calypso/dump2coff.py
rename to src/target/calypso_dsp/dump2coff.py
diff --git a/src/target_dsp/calypso/ida/README.txt 
b/src/target/calypso_dsp/ida/README.txt
similarity index 100%
rename from src/target_dsp/calypso/ida/README.txt
rename to src/target/calypso_dsp/ida/README.txt
diff --git a/src/target_dsp/calypso/ida/ndb.h b/src/target/calypso_dsp/ida/ndb.h
similarity index 100%
rename from src/target_dsp/calypso/ida/ndb.h
rename to src/target/calypso_dsp/ida/ndb.h
diff --git a/src/target_dsp/calypso/ida/tms320c54.cfg 
b/src/target/calypso_dsp/ida/tms320c54.cfg
similarity index 100%
rename from src/target_dsp/calypso/ida/tms320c54.cfg
rename to src/target/calypso_dsp/ida/tms320c54.cfg

--
To view, visit https://gerrit.osmocom.org/9241
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1338d88fe1cbd6a27cf0bafe27b42ea5116c5b7e
Gerrit-Change-Number: 9241
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy