All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] Enhance support for BeagleBone Black
@ 2013-07-11 13:54 Justin Waters
  2013-07-11 13:54 ` [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular Justin Waters
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Justin Waters @ 2013-07-11 13:54 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-07-30 13:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-11 13:54 [U-Boot] [PATCH v2 0/6] Enhance support for BeagleBone Black Justin Waters
2013-07-11 13:54 ` [U-Boot] [PATCH v2 1/6] am335x_evm: Make NAND support modular Justin Waters
2013-07-12 11:30   ` Stefan Agner
2013-07-15 14:45     ` Justin Waters
2013-07-11 13:54 ` [U-Boot] [PATCH v2 2/6] am335x_evm: Add command line editing Justin Waters
2013-07-11 13:55 ` [U-Boot] [PATCH v2 3/6] am335x_evm: Rework bootcmd to handle two MMC devs Justin Waters
2013-07-11 13:55 ` [U-Boot] [PATCH v2 4/6] Add additional MLO images to .gitignore Justin Waters
2013-07-11 13:55 ` [U-Boot] [PATCH v2 5/6] am335x_evm: Add support for eMMC environment Justin Waters
2013-07-11 13:55 ` [U-Boot] [PATCH v2 6/6] am335x_evm: Add am335x_boneblack variant Justin Waters
2013-07-26 13:04   ` Tom Rini
2013-07-13 11:03 ` [U-Boot] [PATCH v2 0/6] Enhance support for BeagleBone Black Stefan Agner
2013-07-30 13:25 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.