* [U-Boot] A few things for the release?
@ 2012-03-09 14:32 Simon Glass
2012-03-09 17:35 ` Dirk Behme
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Simon Glass @ 2012-03-09 14:32 UTC (permalink / raw)
To: u-boot
Hi,
I have a few more series that I hope will go in this time.
1. I think bootstage is ready
http://patchwork.ozlabs.org/bundle/sjg/bootstage/
2. The generic board init series needs some updates to create
asm/sections.h for each architecture. This changes quite a few
patches, plus there is one that I can drop since Mike fixed s520_timer
already. So I will resend the whole series today. The is enabled only
by a config option.
3. For generic relocation, there is the issue of creating
lib/membasic.c (which is safe I think, but changes things for
everyone) versus using -ffunction-sections and possibly breaking some
boards. The latter solution is probably preferred in the long term,
but I'm not sure if Albert is keep on this happening now. See here for
details:
http://patchwork.ozlabs.org/patch/142216/
Albert, can you please take a look?
4. I have created a bundle for the ARM link-script series as it is today:
http://patchwork.ozlabs.org/bundle/sjg/lds/
Albert you had some comments, the latest of which I answered here:
http://patchwork.ozlabs.org/patch/142254/
Regadrs,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-03-09 14:32 [U-Boot] A few things for the release? Simon Glass
@ 2012-03-09 17:35 ` Dirk Behme
2012-03-13 5:21 ` Simon Glass
2012-03-24 6:11 ` Simon Glass
2012-03-31 7:57 ` Simon Glass
2 siblings, 1 reply; 8+ messages in thread
From: Dirk Behme @ 2012-03-09 17:35 UTC (permalink / raw)
To: u-boot
On 09.03.2012 15:32, Simon Glass wrote:
> Hi,
>
> I have a few more series that I hope will go in this time.
>
> 1. I think bootstage is ready
>
> http://patchwork.ozlabs.org/bundle/sjg/bootstage/
>
> 2. The generic board init series needs some updates to create
> asm/sections.h for each architecture. This changes quite a few
> patches, plus there is one that I can drop since Mike fixed s520_timer
> already. So I will resend the whole series today. The is enabled only
> by a config option.
>
> 3. For generic relocation, there is the issue of creating
> lib/membasic.c (which is safe I think, but changes things for
> everyone) versus using -ffunction-sections and possibly breaking some
> boards. The latter solution is probably preferred in the long term,
> but I'm not sure if Albert is keep on this happening now. See here for
> details:
>
> http://patchwork.ozlabs.org/patch/142216/
>
> Albert, can you please take a look?
>
> 4. I have created a bundle for the ARM link-script series as it is today:
>
> http://patchwork.ozlabs.org/bundle/sjg/lds/
>
> Albert you had some comments, the latest of which I answered here:
>
> http://patchwork.ozlabs.org/patch/142254/
Using the nice subject ;)
5. I'm still hoping that we could get
http://patchwork.ozlabs.org/patch/136789/
into 2012.0{3,4}.
Best regards
Dirk
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-03-09 17:35 ` Dirk Behme
@ 2012-03-13 5:21 ` Simon Glass
2012-04-04 0:33 ` Joe Hershberger
0 siblings, 1 reply; 8+ messages in thread
From: Simon Glass @ 2012-03-13 5:21 UTC (permalink / raw)
To: u-boot
Hi Dirk,
On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
> On 09.03.2012 15:32, Simon Glass wrote:
>>
>> Hi,
>>
>> I have a few more series that I hope will go in this time.
>>
>> 1. I think bootstage is ready
>>
>> http://patchwork.ozlabs.org/bundle/sjg/bootstage/
>>
>> 2. The generic board init series needs some updates to create
>> asm/sections.h for each architecture. This changes quite a few
>> patches, plus there is one that I can drop since Mike fixed s520_timer
>> already. So I will resend the whole series today. The is enabled only
>> by a config option.
>>
>> 3. For generic relocation, there is the issue of creating
>> lib/membasic.c (which is safe I think, but changes things for
>> everyone) versus using -ffunction-sections and possibly breaking some
>> boards. The latter solution is probably preferred in the long term,
>> but I'm not sure if Albert is keep on this happening now. See here for
>> details:
>>
>> http://patchwork.ozlabs.org/patch/142216/
>>
>> Albert, can you please take a look?
>>
>> 4. I have created a bundle for the ARM link-script series as it is today:
>>
>> http://patchwork.ozlabs.org/bundle/sjg/lds/
>>
>> Albert you had some comments, the latest of which I answered here:
>>
>> http://patchwork.ozlabs.org/patch/142254/
>
>
> Using the nice subject ;)
>
> 5. I'm still hoping that we could get
>
> http://patchwork.ozlabs.org/patch/136789/
>
> into 2012.0{3,4}.
Yes, I'm not sure. I think we have a new network maintainer now...
Regards
Simon
>
> Best regards
>
> Dirk
>
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-03-09 14:32 [U-Boot] A few things for the release? Simon Glass
2012-03-09 17:35 ` Dirk Behme
@ 2012-03-24 6:11 ` Simon Glass
2012-03-31 7:57 ` Simon Glass
2 siblings, 0 replies; 8+ messages in thread
From: Simon Glass @ 2012-03-24 6:11 UTC (permalink / raw)
To: u-boot
Hi Albert,
On Fri, Mar 9, 2012 at 6:32 AM, Simon Glass <sjg@chromium.org> wrote:
> Hi,
>
> I have a few more series that I hope will go in this time.
Do you have any comments on 3 and 4 below please? Otherwise lds can
perhaps go in as it in. For generic reloc I will issue a new series
which tidies up SPL a bit if there are no further comments, but
keeping the membasic.c approach for now.
>
> 3. For generic relocation, there is the issue of creating
> lib/membasic.c (which is safe I think, but changes things for
> everyone) versus using -ffunction-sections and possibly breaking some
> boards. The latter solution is probably preferred in the long term,
> but I'm not sure if Albert is keep on this happening now. See here for
> details:
>
> http://patchwork.ozlabs.org/patch/142216/
>
> Albert, can you please take a look?
>
> 4. I have created a bundle for the ARM link-script series as it is today:
>
> http://patchwork.ozlabs.org/bundle/sjg/lds/
>
> Albert you had some comments, the latest of which I answered here:
>
> http://patchwork.ozlabs.org/patch/142254/
Regards,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-03-09 14:32 [U-Boot] A few things for the release? Simon Glass
2012-03-09 17:35 ` Dirk Behme
2012-03-24 6:11 ` Simon Glass
@ 2012-03-31 7:57 ` Simon Glass
2 siblings, 0 replies; 8+ messages in thread
From: Simon Glass @ 2012-03-31 7:57 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
On Fri, Mar 9, 2012 at 6:32 AM, Simon Glass <sjg@chromium.org> wrote:
> Hi,
>
> I have a few more series that I hope will go in this time.
For bootstage I still have to sort out the timer function. The current
patch is here, but I think I will change it to put the timer function
into bootstage.c instead of time.c:
http://patchwork.ozlabs.org/patch/147745/
One thing I forgot to ask about is patman - the patch submission
script, now at v4. Do you want this in U-Boot at least for now?
The discussion is here:
http://patchwork.ozlabs.org/patch/136136/
and the README in the patch has instructions.
Regards,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-03-13 5:21 ` Simon Glass
@ 2012-04-04 0:33 ` Joe Hershberger
2012-04-04 6:37 ` Dirk Behme
0 siblings, 1 reply; 8+ messages in thread
From: Joe Hershberger @ 2012-04-04 0:33 UTC (permalink / raw)
To: u-boot
On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass <sjg@chromium.org> wrote:
> Hi Dirk,
>
> On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
>> 5. I'm still hoping that we could get
>>
>> http://patchwork.ozlabs.org/patch/136789/
>>
>> into 2012.0{3,4}.
>
> Yes, I'm not sure. I think we have a new network maintainer now...
Applied.
Thanks,
-Joe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-04-04 0:33 ` Joe Hershberger
@ 2012-04-04 6:37 ` Dirk Behme
2012-04-04 12:45 ` Joe Hershberger
0 siblings, 1 reply; 8+ messages in thread
From: Dirk Behme @ 2012-04-04 6:37 UTC (permalink / raw)
To: u-boot
On 04.04.2012 02:33, Joe Hershberger wrote:
> On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass <sjg@chromium.org> wrote:
>> Hi Dirk,
>>
>> On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
>>> 5. I'm still hoping that we could get
>>>
>>> http://patchwork.ozlabs.org/patch/136789/
>>>
>>> into 2012.0{3,4}.
>> Yes, I'm not sure. I think we have a new network maintainer now...
>
> Applied.
Uh, great! Many thanks! :)
Do you plan to send a u-boot-net pull request to get this into 2012.04?
Many thanks again and best regards
Dirk
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] A few things for the release?
2012-04-04 6:37 ` Dirk Behme
@ 2012-04-04 12:45 ` Joe Hershberger
0 siblings, 0 replies; 8+ messages in thread
From: Joe Hershberger @ 2012-04-04 12:45 UTC (permalink / raw)
To: u-boot
Hi Dirk,
On Apr 4, 2012, at 1:37 AM, Dirk Behme <dirk.behme@de.bosch.com> wrote:
> On 04.04.2012 02:33, Joe Hershberger wrote:
>> On Tue, Mar 13, 2012 at 12:21 AM, Simon Glass <sjg@chromium.org> wrote:
>>> Hi Dirk,
>>>
>>> On Fri, Mar 9, 2012 at 9:35 AM, Dirk Behme <dirk.behme@googlemail.com> wrote:
>>>> 5. I'm still hoping that we could get
>>>>
>>>> http://patchwork.ozlabs.org/patch/136789/
>>>>
>>>> into 2012.0{3,4}.
>>> Yes, I'm not sure. I think we have a new network maintainer now...
>> Applied.
>
> Uh, great! Many thanks! :)
>
> Do you plan to send a u-boot-net pull request to get this into 2012.04?
Yes. :)
> Many thanks again and best regards
>
> Dirk
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-04-04 12:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 14:32 [U-Boot] A few things for the release? Simon Glass
2012-03-09 17:35 ` Dirk Behme
2012-03-13 5:21 ` Simon Glass
2012-04-04 0:33 ` Joe Hershberger
2012-04-04 6:37 ` Dirk Behme
2012-04-04 12:45 ` Joe Hershberger
2012-03-24 6:11 ` Simon Glass
2012-03-31 7:57 ` Simon Glass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox