]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
configs/beaglebone: update kernel/uboot, add AM335x EVM support
authorLothar Felten <lothar.felten@gmail.com>
Thu, 22 Sep 2016 22:20:48 +0000 (00:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Oct 2016 15:39:46 +0000 (17:39 +0200)
commit87d265f13fd0dbab82055c22fb54aa7c7051d9da
tree3f5c8abac055e6b38a0146d97fd9b0383b268694
parentab94b85a5554cef9f5744cc3d1a5715ad6404d84
configs/beaglebone: update kernel/uboot, add AM335x EVM support

This patch updates the target config for the beaglebone based on the
AM335x CPU. It also supports the beagleboneblack, the TI evm and evmsk.
Device tree blobs for am335x-evm, am335x-evmsk, am335x-bone,
am335x-boneblack will be built and a sd card image is created with a
post-image script.  The kernel and driver versions match the
ti-processor-sdk 02.00.00.00.  Patches allow the use of old AM335x evm
revisions (1 bit sd card) and JTAG debugging.

Kernel JTAG patch: By default the kernel will disable the JTAG clock,
access via the JTAG port will not work after the kernel booted. The
AM335x-evm has a JTAG header fitted, this patch keeps the JTAG clock
alive.

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
[Thomas: remove 1-bit MMC patch, it's causing a significant performance
regression for users of BeagleBone, which are 99.99% of the users of
this defconfig.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/beaglebone/genimage.cfg
board/beaglebone/linux-3.12.config [deleted file]
board/beaglebone/patches/linux/0001-keep-jtag-clock-alive-for-debugger.patch [new file with mode: 0644]
board/beaglebone/patches/linux/linux-0001-arm-Export-cache-flush-management-symbols-when-MULTI.patch [deleted file]
board/beaglebone/post-image.sh
board/beaglebone/readme.txt
board/beaglebone/uEnv.txt
configs/beaglebone_defconfig