From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Tue, 16 Apr 2013 09:30:53 +0530 Subject: [U-Boot] [PATCH 4/5] ARM: OMAP: Cleanup boot parameters usage In-Reply-To: <516C2031.4040905@ti.com> References: <1366038520-7492-1-git-send-email-r.sricharan@ti.com> <1366038520-7492-5-git-send-email-r.sricharan@ti.com> <516C1E3F.3050301@ti.com> <516C1F32.5000704@ti.com> <516C2031.4040905@ti.com> Message-ID: <516CCCF5.8060102@ti.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 Monday 15 April 2013 09:13 PM, Tom Rini wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/15/2013 11:39 AM, Sricharan R wrote: >> On Monday 15 April 2013 09:05 PM, Tom Rini wrote: >>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>> >>> On 04/15/2013 11:08 AM, Sricharan R wrote: >>>> The boot parameters are read from individual variables >>>> assigned for each of them. This been corrected and now they are >>>> stored as a part of the global data 'gd' structure. So read >>>> them from 'gd' instead. >>>> >>>> Signed-off-by: Sricharan R --- >>>> arch/arm/cpu/armv7/lowlevel_init.S | 8 ++++- >>>> arch/arm/cpu/armv7/omap-common/boot-common.c | 20 >>>> ++--------- arch/arm/cpu/armv7/omap-common/lowlevel_init.S | >>>> 46 ++---------------------- >>>> arch/arm/include/asm/arch-omap4/sys_proto.h | 11 ++---- >>>> arch/arm/include/asm/arch-omap5/sys_proto.h | 12 ++----- >>>> arch/arm/include/asm/omap_common.h | 3 ++ >>>> common/spl/spl.c | 12 ++++--- >>>> include/configs/am335x_evm.h | 1 + >>>> include/configs/pcm051.h | 1 + >>>> include/configs/ti814x_evm.h | 1 + >>>> include/spl.h | 1 - 11 >>>> files changed, 32 insertions(+), 84 deletions(-) >>> >>> I can live with adding CONFIG_OMAP to the am335/ti81* parts. >> Thanks. I was suspicious about this. >> >> BTW, does am335/ti81 devices get the bootparams from romcode in the >> same as OMAP ? > > Yes, that's some common code we all share now. > >> Also are there any am335 boards with XIP where i can test this ? > > am335x can have NOR, and there is a NOR cape for beaglebone, but we > don't have everything for that in mainline just yet. Once that gets > closer I will check it out. > Ok, thanks for that. Regards, Sricharan