[U-Boot] [PATCH v2 0/6] Enhance support for BeagleBone Black
Justin Waters
justin.waters at timesys.com
Thu Jul 11 15:54:57 CEST 2013
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
More information about the U-Boot
mailing list