public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/17]: Improve am33xx support
@ 2012-07-30 16:48 Tom Rini
  2012-07-30 16:48 ` [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function Tom Rini
                   ` (17 more replies)
  0 siblings, 18 replies; 26+ messages in thread
From: Tom Rini @ 2012-07-30 16:48 UTC (permalink / raw)
  To: u-boot

Hey all,

The following series of patches improves am33xx support, and cleans up
omap3/4/5 slightly.  The slight cleanup to omap3/4/5 is that we can all
share a single function to see if we are executing in SDRAM or not.  The
rest of the series cleans up the EMIF code for am33xx.  While I had
hoped to be able to re-use the omap4/5 code as the EMIF unit is the same
block, it's simply wired up too differently to reuse the same codebase.
We can however reuse the register structs so some of the commits here
are about changing to use that.  There's also bugfixes to the DDR2 init
sequence and cleanups that will make adding DDR3 support easier.  I also
update the am335x_evm config to be like a "normal" board and support
common commands and booting Linux.

-- 
Tom

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

end of thread, other threads:[~2012-08-02 18:04 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-30 16:48 [U-Boot] [PATCH 0/17]: Improve am33xx support Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 01/17] omap3/omap4/omap5/am33xx: Use a common running_from_sdram function Tom Rini
2012-07-31  8:33   ` R, Sricharan
2012-07-31 15:13     ` Tom Rini
2012-07-31 15:27       ` R, Sricharan
2012-07-31 15:42         ` Tom Rini
2012-07-31 15:46           ` R, Sricharan
2012-07-31 20:57             ` Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 02/17] am335x_evm: Update config for common usage Tom Rini
2012-08-02 18:04   ` Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 03/17] am33xx: Remove DMM_BASE define Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 04/17] am33xx: Convert to using <asm/emif.h> to describe the EMIF Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 05/17] am33xx: Remove extra check in enable_ddr_clocks Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 06/17] am33xx: Bugfix to config_sdram() Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 07/17] am33xx: Rework DDR2 EMIF initalization slightly Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 08/17] am33xx: Make config_cmd_ctrl / config_ddr_data take const structs Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 09/17] am33xx: Pass to config_ddr the type of memory that is connected Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 10/17] am33xx: Move the call to ddr_pll_config, make it take the frequency Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 11/17] am33xx: Clean up unused DDR defines, prefix more with 'DDR2' Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 12/17] am335x: ddr_defs: Update EMIF parameters Tom Rini
2012-07-30 16:48 ` [U-Boot] [PATCH 13/17] am33xx: Document what we're doing with ddrctrl->ddrckectrl Tom Rini
2012-07-30 16:49 ` [U-Boot] [PATCH 14/17] am33xx: Turn a number of 'int' functions to 'void' Tom Rini
2012-07-30 16:49 ` [U-Boot] [PATCH 15/17] am33xx: Use emif_regs struct for storing initialization values Tom Rini
2012-07-30 16:49 ` [U-Boot] [PATCH 16/17] am33xx: Rework config_io_ctrl slightly Tom Rini
2012-07-30 16:49 ` [U-Boot] [PATCH 17/17] am33xx: Do not touch 'ratio1' fields Tom Rini
2012-07-30 19:29 ` [U-Boot] [PATCH 18/17] am33xx: Correct and clean up ddr_regs struct Tom Rini

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