diff mbox

[2/2] arch: add tune options for powerpc e5500 and e6500

Message ID 1446818745-32224-2-git-send-email-arnout@mind.be
State Accepted
Commit b3f7f949f0935535bff5d2fd51e3e14308b714bc
Headers show

Commit Message

Arnout Vandecappelle Nov. 6, 2015, 2:05 p.m. UTC
These were forgotten when the subarches were added in cd88e49.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Alvaro Gamez <alvaro.gamez@hazent.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 arch/Config.in.powerpc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alvaro Gamez Machado Nov. 10, 2015, 3:09 p.m. UTC | #1
Hi Arnout

It seems that these two patches completely solve the issues I was having
with this architecture, so please consider both of them to be tested.

Tested-by: Alvaro G. M <alvaro.gamez@hazent.com>

2015-11-06 15:05 GMT+01:00 Arnout Vandecappelle (Essensium/Mind) <
arnout@mind.be>:

> These were forgotten when the subarches were added in cd88e49.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Alvaro Gamez <alvaro.gamez@hazent.com>
> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  arch/Config.in.powerpc | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
> index 95bcaee..8581a4d 100644
> --- a/arch/Config.in.powerpc
> +++ b/arch/Config.in.powerpc
> @@ -200,6 +200,8 @@ config BR2_GCC_TARGET_CPU
>         default "e300c2"        if BR2_powerpc_e300c2
>         default "e300c3"        if BR2_powerpc_e300c3
>         default "e500mc"        if BR2_powerpc_e500mc
> +       default "e5500"         if BR2_powerpc_e5500
> +       default "e6500"         if BR2_powerpc_e6500
>         default "power4"        if BR2_powerpc_power4
>         default "power5"        if BR2_powerpc_power5
>         default "power6"        if BR2_powerpc_power6
> --
> 2.6.2
>
>
Peter Korsgaard Nov. 16, 2015, 11:17 p.m. UTC | #2
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > These were forgotten when the subarches were added in cd88e49.
 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 > Cc: Alvaro Gamez <alvaro.gamez@hazent.com>
 > Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
index 95bcaee..8581a4d 100644
--- a/arch/Config.in.powerpc
+++ b/arch/Config.in.powerpc
@@ -200,6 +200,8 @@  config BR2_GCC_TARGET_CPU
 	default "e300c2"	if BR2_powerpc_e300c2
 	default "e300c3"	if BR2_powerpc_e300c3
 	default "e500mc"	if BR2_powerpc_e500mc
+	default "e5500"		if BR2_powerpc_e5500
+	default "e6500"		if BR2_powerpc_e6500
 	default "power4"	if BR2_powerpc_power4
 	default "power5"	if BR2_powerpc_power5
 	default "power6"	if BR2_powerpc_power6