* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
@ 2009-08-27 12:39 Peter Korsgaard
2009-08-28 1:38 ` Thiago A. Corrêa
0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2009-08-27 12:39 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=1af58aff7222e88a844a2c8f0f9121b99321dd83
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
target/u-boot/Config.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index a4994c4..a62e851 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.in
@@ -30,6 +30,7 @@ config BR2_TARGET_UBOOT_2009_01
config BR2_TARGET_UBOOT_2008_10
bool "u-boot-2008.10"
+ depends on BR2_DEPRECATED
config BR2_TARGET_UBOOT_1_3_4
bool "u-boot-1.3.4"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-27 12:39 [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated Peter Korsgaard
@ 2009-08-28 1:38 ` Thiago A. Corrêa
2009-08-28 5:23 ` Hans-Christian Egtvedt
2009-08-28 12:20 ` Peter Korsgaard
0 siblings, 2 replies; 8+ messages in thread
From: Thiago A. Corrêa @ 2009-08-28 1:38 UTC (permalink / raw)
To: buildroot
Hi,
Someone should test if newer u-boot works properly before doing
that. This was the last known version to work with AVR32, and if I
remember it correctly, the problem wasn't platform specific but
something to do with the flash drivers or something. Sorry, can't be
more specific, I have a very short memory.
Kind Regards,
Thiago A. Correa
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-28 1:38 ` Thiago A. Corrêa
@ 2009-08-28 5:23 ` Hans-Christian Egtvedt
2009-08-28 14:27 ` Peter Korsgaard
2009-08-28 12:20 ` Peter Korsgaard
1 sibling, 1 reply; 8+ messages in thread
From: Hans-Christian Egtvedt @ 2009-08-28 5:23 UTC (permalink / raw)
To: buildroot
On Thu, 27 Aug 2009 22:38:25 -0300
Thiago A. Corr?a <thiago.correa@gmail.com> wrote:
> Hi,
>
> Someone should test if newer u-boot works properly before doing
> that. This was the last known version to work with AVR32, and if I
> remember it correctly, the problem wasn't platform specific but
> something to do with the flash drivers or something. Sorry, can't be
> more specific, I have a very short memory.
>
You're right, AVR32 triggered something in the generic flash stuff.
And it is still not fixed...
U-Boot> saveenv
Saving Environment to Flash...
Error: start and/or end address not on sector boundary
I'll need to prod around for that.
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-28 1:38 ` Thiago A. Corrêa
2009-08-28 5:23 ` Hans-Christian Egtvedt
@ 2009-08-28 12:20 ` Peter Korsgaard
2009-08-28 12:37 ` Hans-Christian Egtvedt
1 sibling, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2009-08-28 12:20 UTC (permalink / raw)
To: buildroot
>>>>> "Thiago" == Thiago A Corr?a <thiago.correa@gmail.com> writes:
Hi,
Thiago> Someone should test if newer u-boot works properly before
Thiago> doing that. This was the last known version to work with AVR32,
Thiago> and if I remember it correctly, the problem wasn't platform
Thiago> specific but something to do with the flash drivers or
Thiago> something. Sorry, can't be more specific, I have a very short
Thiago> memory.
I don't have any avr32 hw, so I cannot do it - What about you?
Notice that we're carrying an avr32 patch for 2009.01, so I guess it
works for someone.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-28 12:20 ` Peter Korsgaard
@ 2009-08-28 12:37 ` Hans-Christian Egtvedt
0 siblings, 0 replies; 8+ messages in thread
From: Hans-Christian Egtvedt @ 2009-08-28 12:37 UTC (permalink / raw)
To: buildroot
On Fri, 28 Aug 2009 14:20:01 +0200
Peter Korsgaard <jacmet@uclibc.org> wrote:
> >>>>> "Thiago" == Thiago A Corr?a <thiago.correa@gmail.com> writes:
>
> Hi,
>
> Thiago> Someone should test if newer u-boot works properly before
> Thiago> doing that. This was the last known version to work with AVR32,
> Thiago> and if I remember it correctly, the problem wasn't platform
> Thiago> specific but something to do with the flash drivers or
> Thiago> something. Sorry, can't be more specific, I have a very short
> Thiago> memory.
>
> I don't have any avr32 hw, so I cannot do it - What about you?
>
> Notice that we're carrying an avr32 patch for 2009.01, so I guess it
> works for someone.
>
Yes, all boards not using the common CFI driver will work, as they
provide their own flash driver. There is currently a discussion ongoing
on the u-boot mailing list regarding this topic. No conclusion yet, but
if a fix pops in for 2009.08 I'll let this list know. The it'll be safe
to use 2009.08 for all AVR32 boards (and probably all other archs as
well).
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-28 5:23 ` Hans-Christian Egtvedt
@ 2009-08-28 14:27 ` Peter Korsgaard
2009-08-31 5:28 ` Hans-Christian Egtvedt
0 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2009-08-28 14:27 UTC (permalink / raw)
To: buildroot
>>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> writes:
Hi,
Hans-Christian> You're right, AVR32 triggered something in the generic
Hans-Christian> flash stuff.
Hans-Christian> And it is still not fixed...
Is this With 2009.06 or git?
U-Boot> saveenv
Hans-Christian> Saving Environment to Flash...
Hans-Christian> Error: start and/or end address not on sector boundary
So noone has used u-boot on avr32 with flash since ~1 year? Strange.
Hans-Christian> I'll need to prod around for that.
Ok, thanks for the heads up.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-28 14:27 ` Peter Korsgaard
@ 2009-08-31 5:28 ` Hans-Christian Egtvedt
2009-09-01 6:36 ` Thiago A. Corrêa
0 siblings, 1 reply; 8+ messages in thread
From: Hans-Christian Egtvedt @ 2009-08-31 5:28 UTC (permalink / raw)
To: buildroot
On Fri, 28 Aug 2009 16:27:56 +0200
Peter Korsgaard <jacmet@sunsite.dk> wrote:
> >>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> writes:
>
> Hi,
>
> Hans-Christian> You're right, AVR32 triggered something in the generic
> Hans-Christian> flash stuff.
>
> Hans-Christian> And it is still not fixed...
>
> Is this With 2009.06 or git?
>
GIT
> U-Boot> saveenv
> Hans-Christian> Saving Environment to Flash...
> Hans-Christian> Error: start and/or end address not on sector boundary
>
> So noone has used u-boot on avr32 with flash since ~1 year? Strange.
>
None has used U-Boot + AVR32 + CFI driver.
> Hans-Christian> I'll need to prod around for that.
>
> Ok, thanks for the heads up.
>
There is a discussion about the CFI driver on the U-Boot mailing list,
no final conclusion yet.
--
Best regards,
Hans-Christian Egtvedt
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated
2009-08-31 5:28 ` Hans-Christian Egtvedt
@ 2009-09-01 6:36 ` Thiago A. Corrêa
0 siblings, 0 replies; 8+ messages in thread
From: Thiago A. Corrêa @ 2009-09-01 6:36 UTC (permalink / raw)
To: buildroot
Hi,
On Mon, Aug 31, 2009 at 2:28 AM, Hans-Christian
Egtvedt<hans-christian.egtvedt@atmel.com> wrote:
>> ?U-Boot> saveenv
>> ?Hans-Christian> Saving Environment to Flash...
>> ?Hans-Christian> Error: start and/or end address not on sector boundary
>>
>> So noone has used u-boot on avr32 with flash since ~1 year? Strange.
>>
>
> None has used U-Boot + AVR32 + CFI driver.
>
I am, but I'm using your tripple revert patch + my own changes to the
NGW100 code to support my own board with AT49BV640D.
Kind Regards,
Thiago A. Correa
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-09-01 6:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 12:39 [Buildroot] [git commit master] u-boot: mark old 2008.10 version as deprecated Peter Korsgaard
2009-08-28 1:38 ` Thiago A. Corrêa
2009-08-28 5:23 ` Hans-Christian Egtvedt
2009-08-28 14:27 ` Peter Korsgaard
2009-08-31 5:28 ` Hans-Christian Egtvedt
2009-09-01 6:36 ` Thiago A. Corrêa
2009-08-28 12:20 ` Peter Korsgaard
2009-08-28 12:37 ` Hans-Christian Egtvedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox