3 # Set default cross compiler
4 CROSS_COMPILER=/opt/toolchains/arm-2008q3/bin/arm-none-linux-gnueabi-
6 # Check this system has ccache
10 if [ "$?" -eq "0" ]; then
18 if [ "$USER" = "kmpark" ]; then
19 #CROSS_COMPILER=/pub/toolchains/gcc-4.4.1/bin/arm-none-linux-gnueabi-
20 CROSS_COMPILER=/scratchbox/compilers/arm-linux-gnueabi-gcc4.4.1-glibc2.10.1-2009q3-93/bin/arm-none-linux-gnueabi-
21 touch onenand_ipl/board/samsung/universal_c210/start.S
24 if [ "$USER" = "dofmind" ]; then
25 CROSS_COMPILER=arm-none-linux-gnueabi-
28 if [ "$USER" = "prom" ]; then
29 CROSS_COMPILER=/opt/toolchains/arm-2009q3/bin/arm-none-linux-gnueabi-
32 if [ "$USER" = "jaehoon" ]; then
33 CROSS_COMPILER=/usr/local/arm/arm-2009q3/bin/arm-none-linux-gnueabi-
36 if [ "$USER" = "leedonghwa" ]; then
37 CROSS_COMPILER=/opt/toolchains/scratchbox/compilers/arm-linux-gnueabi-gcc4.4.1-glibc2.10.1-2009q3-93/bin/arm-none-linux-gnueabi-
40 if [ "$USER" = "riverful" ]; then
41 CROSS_COMPILER=/opt/arm-2009q3/bin/arm-none-linux-gnueabi-
44 if [ "$USER" = "cwchoi00" ]; then
45 CROSS_COMPILER=/opt/arm-2009q3/bin/arm-none-linux-gnueabi-
52 if [ "$1" = "mmc" ]; then
61 if [ "$1" != "mmc" ]; then
64 make ARCH=arm CROSS_COMPILE="$CCACHE $CROSS_COMPILER" $JOBS $OPT
70 SOC=`grep BOARD include/config.mk | awk -F'_' '{print $2}'`
71 IPL_PREFIX=${IPL}_ipl/${IPL}-ipl
73 if [ "$SOC" = "c210" ]; then
75 cat ${IPL_PREFIX}-32k-evt0.bin u-boot.bin > u-boot-"$IPL"-evt0.bin
76 # Universal Rev0.1 (Secure boot)
77 cat ${IPL_PREFIX}-32k-evt0-fused.bin u-boot.bin > u-boot-"$IPL"-evt0-fused.bin
78 elif [ "$SOC" = "c110" ]; then
80 cat ${IPL_PREFIX}-16k-evt0.bin u-boot.bin > u-boot-"$IPL"-evt0.bin
81 cat ${IPL_PREFIX}-16k-fused.bin u-boot.bin > u-boot-"$IPL"-evt1-fused.bin
82 if [ "$IPL" = "mmc" ]; then
83 cat ${IPL_PREFIX}-8k-fused.bin u-boot.bin > u-boot-"$IPL"-evt1-fused.bin
85 # To distinguish previous u-boot-onenand.bin, it uses the evt1 suffix
86 cp u-boot-"$IPL".bin u-boot-"$IPL"-evt1.bin
92 if [ "$IPL" != "mmc" ]; then
93 cat recovery/recovery-evt0.bin u-boot.bin > u-boot-recovery-evt0.bin
94 cat recovery/recovery-fused.bin u-boot.bin > u-boot-recovery-evt1-fused.bin
95 cp u-boot-recovery.bin u-boot-recovery-evt1.bin
108 if [ "$IPL" != "mmc" ]; then
109 size=`ls -al u-boot-onenand.bin | awk -F' ' '{printf $5}'`
110 if [ "$size" -ge "262144" ]; then
111 echo "u-boot-onenand.bin execced the 256KiB 262144 -> $size"
116 if [ "$USER" = "kmpark" ]; then
118 cp -f u-boot.bin u-boot-onenand.bin /tftpboot
123 elif [ "$USER" = "dofmind" ]; then
124 tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
125 tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
126 tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin
127 tar cvf system_uboot.tar u-boot-onenand.bin
128 mv -f system_uboot*.tar /home/release
129 elif [ "$USER" = "prom" ]; then
130 tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
131 tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
132 tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin
133 mv -f system_uboot* /home/share/Work/bin
134 elif [ "$USER" = "jaehoon" ]; then
135 tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
136 tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
137 tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin
138 mv -f system_uboot* /home/jaehoon/shared/new/
139 elif [ "$USER" = "leedonghwa" ]; then
140 tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
141 tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
142 tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin
143 mv -f system_uboot* /home/leedonghwa/Build-Binaries/
144 elif [ "$USER" = "cwchoi00" ]; then
145 tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
146 tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
147 tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin