Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches for Beagleboard xM at 1 GHz #15

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
9cf6142
v3.4 first pass
RobertCNelson May 22, 2012
92718c0
first pass on beagle expansion rewrite
RobertCNelson May 22, 2012
5da7de7
zippy: need to add the regulators for mmc support
RobertCNelson May 23, 2012
c634eab
update config
RobertCNelson May 23, 2012
fd3890d
expansion rewrite
RobertCNelson May 24, 2012
775745e
add led reboot
RobertCNelson May 24, 2012
17deece
3.4-x0 release
RobertCNelson May 24, 2012
d69cb59
add buddy=spidev patch
RobertCNelson May 29, 2012
57d48c2
bug fix: on some systems umount removes dir, so make sure directory e…
RobertCNelson May 31, 2012
5665172
3.4.1-x0 release
RobertCNelson Jun 4, 2012
e210af7
3.4.2-x0 release
RobertCNelson Jun 12, 2012
6982b59
sgx: 4.06.00.02 wip
RobertCNelson Jun 13, 2012
498503f
3.4.3-x0 release
RobertCNelson Jun 18, 2012
eea7c54
starting building device tree dtbs
RobertCNelson Jun 19, 2012
44945e8
add dtc requirements
RobertCNelson Jun 19, 2012
a749ffe
bug: race between dtbs and zImage/modules
RobertCNelson Jun 20, 2012
50d0961
config: ubuntu 3.4 has this enabled
RobertCNelson Jun 22, 2012
20ee41c
sgx: update to 4.06.00.03
RobertCNelson Jun 22, 2012
a83c530
3.4.4-x1 release
RobertCNelson Jun 22, 2012
c520184
sgx: pkg up the examples, framebuffer works great, still need to hack…
RobertCNelson Jun 26, 2012
e710f8e
bug: copy all GFX stuff
RobertCNelson Jun 27, 2012
4be53cd
dsp: in 3.4, this changed, why?
RobertCNelson Jun 27, 2012
d64892e
3.4.5-x1 release
RobertCNelson Jul 16, 2012
3bdc933
sgx: add armhf binaries!!!
RobertCNelson Jul 17, 2012
6d7685e
sgx: use the correct dir for armhf bits
RobertCNelson Jul 17, 2012
c55374f
bug: lots of emails on this, just define/clone torvalds git tree by d…
RobertCNelson Jul 23, 2012
f752b49
3.4.6-x1 release
RobertCNelson Jul 23, 2012
22c36a0
3.4.7-x1 release
RobertCNelson Jul 29, 2012
e16fbbe
ubuntu: check for old /usr/lib location
RobertCNelson Aug 1, 2012
7f6b9b0
cleanup: nit picky things
RobertCNelson Aug 1, 2012
5b72f58
bug: bring this back
RobertCNelson Aug 1, 2012
c0993b9
cleanup: couple more
RobertCNelson Aug 1, 2012
9ad38cd
cleanup: pull out git functions and simplify kernel tag checkout
RobertCNelson Aug 1, 2012
1997b3b
initial v3.5.x: todo ehci on beagle to fix, along with pulling in mai…
RobertCNelson Aug 3, 2012
267fb87
fix: ehci on beagle
RobertCNelson Aug 3, 2012
31d617a
omap4: cherrypick cpuidle patchset from v3.6-rc1
RobertCNelson Aug 3, 2012
8a4a5b5
dtbs: updates
RobertCNelson Aug 8, 2012
fd5b840
dtbs: fixes
RobertCNelson Aug 8, 2012
05dc4e6
dtbs fixes and bump to 3.5.1
RobertCNelson Aug 11, 2012
d6533cf
fix: LATEST_GIT
RobertCNelson Aug 13, 2012
e7c8d9e
beagle: video works now, had to drop the hi-speed pll divider, as the…
RobertCNelson Aug 13, 2012
3498bf6
3.5.1-x1 release
RobertCNelson Aug 13, 2012
0ecf320
script: fixes
RobertCNelson Aug 15, 2012
164f731
3.5.2-x1 release
RobertCNelson Aug 15, 2012
88fcc7d
a few more cpuidle patches from v3.6-rc2 and omap4 fixes
RobertCNelson Aug 19, 2012
69c562d
omap4: linaro has these enabled
RobertCNelson Aug 19, 2012
d4e0bdf
3.5.2-x2 release
RobertCNelson Aug 19, 2012
ed7f9d2
add reference kms
RobertCNelson Aug 20, 2012
0ce342f
var before function
RobertCNelson Aug 20, 2012
4aef89b
3.5.3-x2 release
RobertCNelson Aug 26, 2012
074f098
Patched to allow the beagleboard xM to run at 1 GHz under the 3.2.x L…
teknoman117 Sep 2, 2012
29076b6
Update README
teknoman117 Sep 3, 2012
788628a
Merge branch 'master' into v3.5.x
teknoman117 Apr 24, 2013
19909d0
Pushed 1 GHz patches for kernel 3.5.x, which is what we run on Kybern…
teknoman117 Apr 24, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This just a simple set of scripts to rebuild a known working kernel for ARM devices..
This just a simple set of scripts to rebuild a known working kernel for omap devices..

Script Bugs: "[email protected]"

Expand Down
12 changes: 9 additions & 3 deletions build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function make_dtbs_pkg {
cd ${DIR}/
}

/bin/bash -e ${DIR}/tools/host_det.sh || { exit 1 ; }
/bin/bash -e ${DIR}/tools/host_det.sh || { exit 1 ; }

if [ -e ${DIR}/system.sh ] ; then
unset CC
Expand All @@ -105,12 +105,18 @@ if [ -e ${DIR}/system.sh ] ; then
unset LINUX_GIT
unset LOCAL_PATCH_DIR
source ${DIR}/system.sh
/bin/bash -e "${DIR}/scripts/gcc.sh" || { exit 1 ; }

source ${DIR}/version.sh
export LINUX_GIT
export LATEST_GIT

if [ "x${GCC_OVERRIDE}" != "x" ] ; then
GCC="${GCC_OVERRIDE}"
fi
echo ""
echo "Debug: using $(LC_ALL=C ${CC}gcc --version)"
echo ""

if [ "${LATEST_GIT}" ] ; then
echo ""
echo "Warning LATEST_GIT is enabled from system.sh I hope you know what your doing.."
Expand All @@ -122,7 +128,7 @@ if [ -e ${DIR}/system.sh ] ; then
CONFIG_DEBUG_SECTION="CONFIG_DEBUG_SECTION_MISMATCH=y"
fi

/bin/bash -e "${DIR}/scripts/git.sh" || { exit 1 ; }
/bin/bash -e "${DIR}/scripts/git.sh"
patch_kernel
copy_defconfig
make_menuconfig
Expand Down
12 changes: 9 additions & 3 deletions build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function make_headers_pkg {
cd ${DIR}/
}

/bin/bash -e ${DIR}/tools/host_det.sh || { exit 1 ; }
/bin/bash -e ${DIR}/tools/host_det.sh || { exit 1 ; }

if [ -e ${DIR}/system.sh ] ; then
unset CC
Expand All @@ -156,12 +156,18 @@ if [ -e ${DIR}/system.sh ] ; then
unset LINUX_GIT
unset LOCAL_PATCH_DIR
source ${DIR}/system.sh
/bin/bash -e "${DIR}/scripts/gcc.sh" || { exit 1 ; }

source ${DIR}/version.sh
export LINUX_GIT
export LATEST_GIT

if [ "x${GCC_OVERRIDE}" != "x" ] ; then
GCC="${GCC_OVERRIDE}"
fi
echo ""
echo "Debug: using $(LC_ALL=C ${CC}gcc --version)"
echo ""

if [ "${LATEST_GIT}" ] ; then
echo ""
echo "Warning LATEST_GIT is enabled from system.sh I hope you know what your doing.."
Expand All @@ -173,7 +179,7 @@ if [ -e ${DIR}/system.sh ] ; then
CONFIG_DEBUG_SECTION="CONFIG_DEBUG_SECTION_MISMATCH=y"
fi

/bin/bash -e "${DIR}/scripts/git.sh" || { exit 1 ; }
/bin/bash -e "${DIR}/scripts/git.sh"
patch_kernel
copy_defconfig
make_menuconfig
Expand Down
4 changes: 2 additions & 2 deletions create_dsp_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

VERSION="v2012.02-1"
VERSION="v2012.06-0"

unset BUILD
unset CC
Expand Down Expand Up @@ -82,7 +82,7 @@ cat > ${DIR}/DSP/opt/dsp <<dspscript
case "\$1" in
start)
modprobe mailbox_mach
modprobe bridgedriver base_img=/lib/dsp/baseimage.dof
modprobe tidspbridge base_img=/lib/dsp/baseimage.dof
;;
esac

Expand Down
Loading