FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/cfgmagic/post-target @ 115:1e41550feec5
nuc-fw: Init_Target() reconstructed
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 27 Oct 2013 04:43:04 +0000 |
parents | 3b2e941043d8 |
children |
comparison
equal
deleted
inserted
replaced
114:17b0511b243c | 115:1e41550feec5 |
---|---|
42 exit 1 | 42 exit 1 |
43 fi | 43 fi |
44 | 44 |
45 case "$DBB_type" in | 45 case "$DBB_type" in |
46 751992*) | 46 751992*) |
47 # This chip is Calypso C035 with DSP version 36 in the ROM | |
47 CHIPSET=10 | 48 CHIPSET=10 |
49 DSP=36 | |
48 # Thanks to the Sotovik find, we now have authoritative | 50 # Thanks to the Sotovik find, we now have authoritative |
49 # knowledge that this number is correct. | 51 # knowledge that these numbers are correct. |
50 ;; | 52 ;; |
51 *) | 53 *) |
52 echo "Error: unknown DBB_type=$DBB_type" 1>&2 | 54 echo "Error: unknown DBB_type=$DBB_type" 1>&2 |
53 exit 1 | 55 exit 1 |
54 ;; | 56 ;; |
55 esac | 57 esac |
56 export_to_c CHIPSET | 58 export_to_c CHIPSET |
59 export_to_c DSP | |
57 | 60 |
58 if [ -z "$ABB_type" ] | 61 if [ -z "$ABB_type" ] |
59 then | 62 then |
60 echo "Error: target.$TARGET failed to define ABB_type" 1>&2 | 63 echo "Error: target.$TARGET failed to define ABB_type" 1>&2 |
61 exit 1 | 64 exit 1 |