Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5b6b6af2 authored by Robert Nelson's avatar Robert Nelson
Browse files

dev: prep for next merge cycle


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 30d5641b
Branches
Tags
No related merge requests found
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 ARM devices..
Config Notes:
v3.6-rc7
Beagle (omap3430/omap3530):
CONFIG_ARM_ERRATA_430973=y (arm+thumb interwork issues)
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set (hard locks on reboot)
Beagle xM (omap36xx/DM3730):
Panda (omap4430):
CONFIG_PL310_ERRATA_769419=y (USB: compare [hdparm -tT /dev/sda])
CONFIG_OMAP4_ERRATA_I688=y (silicon bug)
CONFIG_ARCH_HAS_BARRIERS=y
Panda ES (omap4460):
Script Bugs: "bugs@rcn-ee.com" Script Bugs: "bugs@rcn-ee.com"
Supported Boards: Supported Boards:
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 3.6.0-rc7 Kernel Configuration # Linux/arm 3.6.0 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y
......
...@@ -22,11 +22,11 @@ config="omap2plus_defconfig" ...@@ -22,11 +22,11 @@ config="omap2plus_defconfig"
#Kernel/Build #Kernel/Build
KERNEL_REL=3.6 KERNEL_REL=3.6
KERNEL_TAG=${KERNEL_REL}-rc7 KERNEL_TAG=${KERNEL_REL}
BUILD=d5 BUILD=d0
#git branch #git branch
#BRANCH= #BRANCH="v3.6.x"
BUILDREV=1.0 BUILDREV=1.0
DISTRO=cross DISTRO=cross
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment