From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 18/18] OMAP5: reset: Use cold reset in case of 5430ES1.0
Date: Mon, 5 Mar 2012 10:42:53 -0700 [thread overview]
Message-ID: <20120305174253.GA18051@bill-the-cat> (raw)
In-Reply-To: <1330612723-11328-19-git-send-email-r.sricharan@ti.com>
On Thu, Mar 01, 2012 at 08:08:43PM +0530, R Sricharan wrote:
> Warm reset is not functional in case of omap5430ES1.0.
> So use cold reset instead.
[snip]
> --- a/arch/arm/cpu/armv7/omap-common/reset.S
> +++ b/arch/arm/cpu/armv7/omap-common/reset.S
> @@ -23,6 +23,7 @@
>
> #include <config.h>
>
> +#ifndef CONFIG_OMAP54XX
> .global reset_cpu
As Aneesh shows in the THUMB2 support thread, there's directives to make
ASM+weak work. Please use them.
> +static void reset_cpu_omap5(ulong addr)
Add <linux/compiler.h> and just call this 'void __weak reset_cpu(ulong
addr)'
Thanks!
--
Tom
next prev parent reply other threads:[~2012-03-05 17:42 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 14:38 [U-Boot] [PATCH V2 00/18] OMAP5: Add the Changes required for OMAP5 ES1.0 silicon R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 01/18] OMAP5: clocks: Change clock settings as required for " R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 02/18] OMAP5: board: Add pinmux data for omap5_evm board R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 03/18] OMAP5: io: Configure the io settings for omap5430 sevm board R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 04/18] OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 05/18] OMAP5: palmas: Configure nominal opp vdd values R Sricharan
2012-03-07 17:04 ` Tom Rini
2012-03-07 18:19 ` Menon, Nishanth
2012-03-07 20:34 ` Tom Rini
2012-03-08 5:37 ` Menon, Nishanth
2012-03-08 5:43 ` Sricharan R
2012-03-01 14:38 ` [U-Boot] [PATCH V2 06/18] OMAP5: hwinit: Add the missing break statement R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 07/18] OMAP4/5: Make the silicon revision variable common R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 08/18] OMAP5: SRAM: Change the SRAM base address R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 09/18] OMAP4/5: Make the sysctrl structure common R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 10/18] OMAP4/5: device: Add support to get the device type R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 11/18] OMAP5: defconfig: Align the defconfig for 5430 ES1.0 R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 12/18] OMAP5: ddr: Change the ddr device name R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 13/18] OMAP4/5: emif: Correct the emif power mgt shadow register bit fields R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 14/18] arm: omap5: correct boot device mode7 for eMMC R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 15/18] power: twl6035: add palmas PMIC support R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 16/18] omap5: pbias ldo9 turn on R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 17/18] mmc: omap5evm: Add eMMC saveenv support R Sricharan
2012-03-01 14:38 ` [U-Boot] [PATCH V2 18/18] OMAP5: reset: Use cold reset in case of 5430ES1.0 R Sricharan
2012-03-05 17:42 ` Tom Rini [this message]
2012-03-05 17:43 ` [U-Boot] [PATCH V2 00/18] OMAP5: Add the Changes required for OMAP5 ES1.0 silicon Tom Rini
2012-03-06 6:20 ` Sricharan R
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=20120305174253.GA18051@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