public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] AM3517 EVM / Crane enhancements
@ 2011-12-06 15:49 Tom Rini
  2011-12-06 15:49 ` [U-Boot] [PATCH 1/8] OMAP3: Correct SYSBOOT_MASK Tom Rini
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Tom Rini @ 2011-12-06 15:49 UTC (permalink / raw)
  To: u-boot

Hey all,

The following series enhances AM3517EVM support as follows:
- Make use of uEnv.txt on MMC, when possible (#4).
- Add build targets for supporting NOR flash and booting from NOR flash
  (#5).
  * As the commit messages say, this requires hardware modifications for
    NOR to be seen at all, which is why this isn't part of the standard
    config.
- Enable ethernet (#7)

While enabling ethernet for the EVM, also enable it on Crane (#8).

To do all of this we needed the following general bugfixes or
enhancements:
#1: SYSBOOT_MASK wasn't including the peripheral/memory flag.
#2: gpmc_init had an extra delay that we didn't need.
#3: gpmc_init needs to know what to do (and not do) when NOR is present.
#6: We need to read the ethaddr for the EMAC and put that into the
    env when possible.

Patch #5 is large but it's a lot of shuffling of the contents
around in order to be able to say "setup this way for NOR" and "setup
this way for NAND".

-- 
Tom

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

end of thread, other threads:[~2011-12-08 17:40 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 15:49 [U-Boot] [PATCH 0/8] AM3517 EVM / Crane enhancements Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 1/8] OMAP3: Correct SYSBOOT_MASK Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 2/8] OMAP3: Drop extra delay in gpmc_init Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 3/8] AM3517: Add NOR Flash boot mode Support Tom Rini
2011-12-07 14:25   ` Igor Grinberg
2011-12-08  1:07     ` Tom Rini
2011-12-08 14:12       ` Igor Grinberg
2011-12-08 14:38         ` Tom Rini
2011-12-08 15:11           ` Igor Grinberg
2011-12-08 11:11     ` Hiremath, Vaibhav
2011-12-08 13:48       ` Igor Grinberg
2011-12-08 17:40         ` Hiremath, Vaibhav
2011-12-06 15:49 ` [U-Boot] [PATCH 4/8] AM3517 EVM: Add uEnv.txt to the default bootcmd Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 5/8] AM3517 EVM: Add am3517_evm_norflash and _norflash_boot targets Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 6/8] AM35xx: Read and set ethaddr for EMAC Tom Rini
2011-12-07 14:48   ` Igor Grinberg
2011-12-07 14:54     ` Tom Rini
2011-12-07 17:41       ` Wolfgang Denk
2011-12-06 15:49 ` [U-Boot] [PATCH 7/8] AM3517 EVM: Enable ethernet Tom Rini
2011-12-06 15:49 ` [U-Boot] [PATCH 8/8] AM3517 Crane: " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox