All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Heider <a.heider@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] arm64: a37xx: add distro compatible env vars
Date: Sat,  2 Dec 2017 10:46:35 +0100	[thread overview]
Message-ID: <20171202094637.17009-3-a.heider@gmail.com> (raw)
In-Reply-To: <20171202094637.17009-1-a.heider@gmail.com>

the values of dt_addr_r/kernel_addr_r/ramdisk_addr_r are taken from
the downstream 'u-boot-2017.03-armada-17.10' release.

the chosen values of scriptaddr and pxefile_addr_r are below fdt_addr_r,
in 1MB steps.

Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 include/configs/mvebu_armada-37xx.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 3e1ff02ed7..383e6dfaf4 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -108,4 +108,11 @@
 
 #include <config_distro_defaults.h>
 
+#define CONFIG_EXTRA_ENV_SETTINGS	\
+	"scriptaddr=0x4d00000\0"	\
+	"pxefile_addr_r=0x4e00000\0"	\
+	"fdt_addr_r=0x4f00000\0"	\
+	"kernel_addr_r=0x5000000\0"	\
+	"ramdisk_addr_r=0x8000000"
+
 #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */
-- 
2.15.1

  parent reply	other threads:[~2017-12-02  9:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02  9:46 [U-Boot] arm64: a37xx: add distro boot compability Andre Heider
2017-12-02  9:46 ` [U-Boot] [PATCH 1/4] arm64: a37xx: use disto defaults Andre Heider
2017-12-14 10:58   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:31   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` Andre Heider [this message]
2017-12-14 10:59   ` [U-Boot] [EXT] [PATCH 2/4] arm64: a37xx: add distro compatible env vars Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` [U-Boot] [PATCH 3/4] arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS Andre Heider
2017-12-14 10:59   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` [U-Boot] [PATCH 4/4] arm64: a37xx: use distro bootcmd Andre Heider
2017-12-14 11:00   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-14 10:17 ` [U-Boot] arm64: a37xx: add distro boot compability Andre Heider
2017-12-14 10:23   ` Stefan Roese
2017-12-14 10:26     ` Andre Heider
2017-12-14 10:30       ` Stefan Roese
2017-12-14 12:03         ` Andre Heider
2017-12-14 12:21           ` [U-Boot] [EXT] " Kostya Porotchkin
2017-12-14 12:49             ` Andre Heider
2017-12-20 16:08               ` Kostya Porotchkin
2017-12-21 11:34                 ` Andre Heider
2017-12-21 11:38                   ` Kostya Porotchkin

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=20171202094637.17009-3-a.heider@gmail.com \
    --to=a.heider@gmail.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 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.