From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2015 15:33:47 +0900 Subject: [U-Boot] [PATCH] config: peach: Correct memory layout environment settings In-Reply-To: <1427364666.32229.83.camel@collabora.co.uk> References: <1426196009-14087-1-git-send-email-sjoerd.simons@collabora.co.uk> <20150325051135.GS32541@bill-the-cat> <1427272365.32229.19.camel@collabora.co.uk> <20150325165812.GT32541@bill-the-cat> <1427313256.32229.75.camel@collabora.co.uk> <20150325204900.GW32541@bill-the-cat> <1427364666.32229.83.camel@collabora.co.uk> Message-ID: <552228CB.1080702@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26/03/15 19:11, Sjoerd Simons wrote: > On Wed, 2015-03-25 at 16:49 -0400, Tom Rini wrote: >> On Wed, Mar 25, 2015 at 08:54:16PM +0100, Sjoerd Simons wrote: >>> On Wed, 2015-03-25 at 12:58 -0400, Tom Rini wrote: >>>> On Wed, Mar 25, 2015 at 09:32:45AM +0100, Sjoerd Simons wrote: >>>>> On Wed, 2015-03-25 at 01:11 -0400, Tom Rini wrote: >>>>>> On Mon, Mar 23, 2015 at 03:04:48PM -0600, Simon Glass wrote: >>>>>>> Hi Sjoerd, >>>>>>> >>>>>>> On 12 March 2015 at 15:33, Sjoerd Simons wrote: >>>>>>>> The peach boards have their SDRAM start address at 0x20000000 instead of >>>>>>>> 0x40000000 which seems common for all other exynos5 based boards. This >>>>>>>> means the layout set in exynos5-common.h causes the kernel be loaded >>>>>>>> more then 128MB (at 0x42000000) away from memory start which breaks >>>>>>>> booting kernels with CONFIG_AUTO_ZRELADDR >>>>>>>> >>>>>>>> Define a custom MEM_LAYOUT_ENV_SETTINGS for both peach boards which uses >>>>>>>> the same offsets from start of memory as the common exynos5 settings. >>>>>>>> >>>>>>>> This fixes booting via bootz and PXE >>>>>>>> >>>>>>>> Signed-off-by: Sjoerd Simons >>>>>>>> --- >>>>>>>> include/configs/peach-pi.h | 8 ++++++++ >>>>>>>> include/configs/peach-pit.h | 8 ++++++++ >>>>>>>> 2 files changed, 16 insertions(+) >>>>>>>> applied to u-boot-samsung. Thanks, Minkyu Kang.