Newer
Older
Robert Nelson
committed
# Copyright (c) 2009-2014 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# Split out, so build_kernel.sh and build_deb.sh can share..
Robert Nelson
committed
. ${DIR}/version.sh
Robert Nelson
committed
git="git am"
#git_patchset=""
#git_opts
if [ "${RUN_BISECT}" ] ; then
git="git apply"
fi
git_add () {
git add .
git commit -a -m 'testing patchset'
}
start_cleanup () {
git="git am --whitespace=fix"
}
if [ "${number}" ] ; then
git format-patch -${number} -o ${DIR}/patches/
fi
Robert Nelson
committed
external_git () {
git_tag=""
echo "pulling: ${git_tag}"
git pull ${git_opts} ${git_patchset} ${git_tag}
}
local_patch () {
echo "dir: dir"
${git} "${DIR}/patches/dir/0001-patch.patch"
}
Robert Nelson
committed
#external_git
#local_patch
# cp arch/arm/boot/dts/am335x-bone-common.dtsi arch/arm/boot/dts/am335x-bone-common-pinmux.dtsi
# gedit arch/arm/boot/dts/am335x-bone-common.dtsi arch/arm/boot/dts/am335x-bone-common-pinmux.dtsi &
# gedit arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-bone.dts &
# git add arch/arm/boot/dts/am335x-bone-common-pinmux.dtsi
# git commit -a -m 'am335x-bone-common: split out am33xx_pinmux' -s
${git} "${DIR}/patches/pinmux/0001-am335x-bone-common-split-out-am33xx_pinmux.patch"
# meld arch/arm/boot/dts/am335x-bone-common-pinmux.dtsi arch/arm/boot/dts/am335x-boneblack.dts
# git commit -a -m 'am335x-boneblack: split out am33xx_pinmux' -s
${git} "${DIR}/patches/pinmux/0002-am335x-boneblack-split-out-am33xx_pinmux.patch"
# cp arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-boneblack-emmc.dtsi
# gedit arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-boneblack-emmc.dtsi &
# git add arch/arm/boot/dts/am335x-boneblack-emmc.dtsi
# git commit -a -m 'am335x-boneblack: split out emmc' -s
${git} "${DIR}/patches/pinmux/0003-am335x-boneblack-split-out-emmc.patch"
# cp arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-boneblack-nxp-hdmi.dtsi
# gedit arch/arm/boot/dts/am335x-boneblack.dts arch/arm/boot/dts/am335x-boneblack-nxp-hdmi.dtsi &
# git add arch/arm/boot/dts/am335x-boneblack-nxp-hdmi.dtsi
# git commit -a -m 'am335x-boneblack: split out nxp hdmi' -s
${git} "${DIR}/patches/pinmux/0004-am335x-boneblack-split-out-nxp-hdmi.patch"
${git} "${DIR}/patches/pinmux/0005-am335x-bone-common-pinmux-i2c2.patch"
${git} "${DIR}/patches/pinmux/0006-am335x-bone-common-pinmux-uart.patch"
${git} "${DIR}/patches/pinmux/0007-am335x-bone-common-pinmux-spi.patch"
${git} "${DIR}/patches/pinmux/0008-am335x-bone-common-pinmux-mcasp0.patch"
${git} "${DIR}/patches/pinmux/0009-am335x-bone-common-pinmux-lcd4.patch"
dts () {
echo "dir: dts"
${git} "${DIR}/patches/dts/0001-am335x-boneblack-add-cpu0-opp-points.patch"
}
capes () {
echo "dir: capes"
#regenerate="enable"
if [ "x${regenerate}" = "xenable" ] ; then
wfile="arch/arm/boot/dts/am335x-bone-ttyO1.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo '#include "am335x-bone-ttyO1.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-bone-ttyO2.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo '#include "am335x-bone-ttyO2.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-bone-ttyO4.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo '#include "am335x-bone-ttyO4.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-bone-ttyO5.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo '#include "am335x-bone-ttyO5.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-boneblack-ttyO1.dts"
cp arch/arm/boot/dts/am335x-boneblack.dts ${wfile}
echo '#include "am335x-bone-ttyO1.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-boneblack-ttyO2.dts"
cp arch/arm/boot/dts/am335x-boneblack.dts ${wfile}
echo '#include "am335x-bone-ttyO2.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-boneblack-ttyO4.dts"
cp arch/arm/boot/dts/am335x-boneblack.dts ${wfile}
echo '#include "am335x-bone-ttyO4.dtsi"' >> ${wfile}
git add ${wfile}
git commit -a -m 'cape: uarts' -s
git format-patch -1
exit
fi
${git} "${DIR}/patches/capes/0001-cape-uarts.patch"
#regenerate="enable"
if [ "x${regenerate}" = "xenable" ] ; then
wfile="arch/arm/boot/dts/am335x-bone-audi.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo "" >> ${wfile}
echo '#include "am335x-bone-audi.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-boneblack-audi.dts"
cp arch/arm/boot/dts/am335x-boneblack.dts ${wfile}
echo "" >> ${wfile}
echo '#include "am335x-bone-audi.dtsi"' >> ${wfile}
git add ${wfile}
git commit -a -m 'cape: audio' -s
git format-patch -2
exit
fi
${git} "${DIR}/patches/capes/0002-cape-audio.patch"
#regenerate="enable"
if [ "x${regenerate}" = "xenable" ] ; then
wfile="arch/arm/boot/dts/am335x-bone-lcd4.dts"
cp arch/arm/boot/dts/am335x-bone.dts ${wfile}
echo "" >> ${wfile}
echo '#include "am335x-bone-lcd4.dtsi"' >> ${wfile}
git add ${wfile}
wfile="arch/arm/boot/dts/am335x-boneblack-lcd4.dts"
cp arch/arm/boot/dts/am335x-boneblack.dts ${wfile}
sed -i -e 's:am335x-boneblack-nxp-hdmi.dtsi:am335x-bone-lcd4.dtsi:g' ${wfile}
git add ${wfile}
git commit -a -m 'cape: lcd4' -s
git format-patch -3
exit
fi
${git} "${DIR}/patches/capes/0003-cape-lcd4.patch"
#must be last..
${git} "${DIR}/patches/capes/000x-cape-basic-proto-cape.patch"
}
dts_makefile () {
# gedit arch/arm/boot/dts/Makefile
# am335x-bone.dtb \
# am335x-bone-cape-bone-argus.dtb \
# am335x-bone-lcd4.dtb \
# am335x-bone-ttyO1.dtb \
# am335x-bone-ttyO2.dtb \
# am335x-bone-ttyO4.dtb \
# am335x-bone-ttyO5.dtb \
# am335x-boneblack.dtb \
# am335x-boneblack-cape-bone-argus.dtb \
# am335x-boneblack-lcd4.dtb \
# am335x-boneblack-ttyO1.dtb \
# am335x-boneblack-ttyO2.dtb \
# am335x-boneblack-ttyO4.dtb \
echo "dir: dts_makefile"
${git} "${DIR}/patches/dts_makefile/0001-dtb-sync-Makefile.patch"
static_capes () {
echo "dir: static-capes"
${git} "${DIR}/patches/static-capes/0001-Added-Argus-UPS-cape-support.patch"
${git} "${DIR}/patches/static-capes/0002-Added-Argus-UPS-cape-support-BBW.patch"
${git} "${DIR}/patches/static-capes/0004-Updated-dts-to-be-in-line-with-3.16-changes.patch"
${git} "${DIR}/patches/static-capes/0005-wip-argus-rewrite.patch"
sgx () {
echo "dir: sgx"
${git} "${DIR}/patches/sgx/0001-HACK-drm-fb_helper-enable-panning-support.patch"
${git} "${DIR}/patches/sgx/0002-HACK-drm-tilcdc-add-vsync-callback-for-use-in-omaplf.patch"
${git} "${DIR}/patches/sgx/0003-drm-tilcdc-fix-the-ping-pong-dma-tearing-issue-seen-.patch"
${git} "${DIR}/patches/sgx/0004-ARM-OMAP2-Use-pdata-quirks-for-sgx-deassert_hardrese.patch"
${git} "${DIR}/patches/sgx/0005-ARM-dts-am33xx-add-DT-node-for-gpu.patch"
${git} "${DIR}/patches/sgx/0006-arm-Export-cache-flush-management-symbols-when-MULTI.patch"
}
rt () {
echo "dir: rt"
${git} "${DIR}/patches/rt/0001-rt-3.14-patchset.patch"
}
Robert Nelson
committed
packaging_setup () {
cp -v "${DIR}/3rdparty/packaging/builddeb" "${DIR}/KERNEL/scripts/package"
git commit -a -m 'packaging: sync with mainline' -s
git format-patch -1 -o "${DIR}/patches/packaging"
}
packaging () {
echo "dir: packaging"
#${git} "${DIR}/patches/packaging/0001-packaging-sync-with-mainline.patch"
Robert Nelson
committed
${git} "${DIR}/patches/packaging/0002-deb-pkg-install-dtbs-in-linux-image-package.patch"
#${git} "${DIR}/patches/packaging/0003-deb-pkg-no-dtbs_install.patch"
Robert Nelson
committed
}
#packaging_setup