From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/17] am335x_evm: Update config for common usage
Date: Thu, 2 Aug 2012 11:04:20 -0700 [thread overview]
Message-ID: <20120802180420.GA26927@bill-the-cat> (raw)
In-Reply-To: <1343666943-25378-3-git-send-email-trini@ti.com>
On Mon, Jul 30, 2012 at 09:48:48AM -0700, Tom Rini wrote:
> - Add default commands
> - Add HUSH parser
> - Make environment, malloc areas larger
> - Add ATAGS and OF_LIBFDT
> - Add defaults to boot ramdisk and MMC, use uEnv.txt
>
> Signed-off-by: Tom Rini <trini@ti.com>
I plan to commit this with the following minor addition:
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index e915f56..36f9152 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -48,6 +48,7 @@
#define CONFIG_BOOTDELAY 3
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x80200000\0" \
+ "dtbaddr=0x80F80000\0" \
"rdaddr=0x81000000\0" \
"bootfile=/boot/uImage\0" \
"console=ttyO0,115200n8\0" \
This still leaves a ton of room between the kernel load and
ramdisk/device tree, and sets aside as much room as the PowerPC boards
have been.
--
Tom
next prev parent reply other threads:[~2012-08-02 18:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120802180420.GA26927@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox