From mboxrd@z Thu Jan 1 00:00:00 1970 From: Justin Waters Date: Thu, 11 Jul 2013 09:54:57 -0400 Subject: [U-Boot] [PATCH v2 0/6] Enhance support for BeagleBone Black Message-ID: <1373550903-474-1-git-send-email-justin.waters@timesys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de There are a number of differences between the BeagleBone Black and other AM335x boards that require some modification of the default AM335x EVM configuration. In particular, it lacks NAND flash, has multiple MMC interfaces, and can store its environment in an unused eMMC partition. The following patch set improves the out-of-box experience on the BeagleBone Black by making the AM335x EVM configuration more modular, and adding a few additional features. Changes from v1: * Reordered the patches * Broke out the beagleboard target addition into a seperate patch so that it is independent of the other changes * Reversed the NAND logic- rather than using a new token, NO_NAND, I simply define NAND in the configurations for the other boards. * Fixed some bugs introduced by my mmcboot modifications Justin Waters (6): am335x_evm: Make NAND support modular am335x_evm: Add command line editing am335x_evm: Rework bootcmd to handle two MMC devs Add additional MLO images to .gitignore am335x_evm: Add support for eMMC environment am335x_evm: Add am335x_boneblack variant .gitignore | 2 +- boards.cfg | 17 +++---- include/configs/am335x_evm.h | 101 ++++++++++++++++++++++++++---------------- 3 files changed, 72 insertions(+), 48 deletions(-) -- 1.7.9.6