public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [ANN] v2014.01-rc3
@ 2014-01-13 19:42 Tom Rini
  2014-01-13 22:14 ` Stefano Babic
  2014-01-13 22:31 ` Lukasz Majewski
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2014-01-13 19:42 UTC (permalink / raw)
  To: u-boot

Hey all,

I've put v2014.01-rc3 out and we should have a tarball soon.

Here's where we're at, I feel.  We got some big changes in, which had
been due for a while, on Friday.  I don't think it's a good idea to
release today, so I'm going to push things out a week.

Here's what I expect for the release, change-wise:
- Any regressions people report
- Either removal of mini2440 and mx1ads or CONFIG_SYS_HZ fixes for them
  (Albert is working a removal patch now, or soon).
- Fixes for i.mx platforms using hardfp toolchains (which means do_div
  being called instead).  The patch exists, lets get this through
  please.

Thanks all! 

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140113/81eef6ef/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-13 19:42 [U-Boot] [ANN] v2014.01-rc3 Tom Rini
@ 2014-01-13 22:14 ` Stefano Babic
  2014-01-13 22:31 ` Lukasz Majewski
  1 sibling, 0 replies; 7+ messages in thread
From: Stefano Babic @ 2014-01-13 22:14 UTC (permalink / raw)
  To: u-boot

Hi Tom,


On 13/01/2014 20:42, Tom Rini wrote:
> Hey all,
>
> I've put v2014.01-rc3 out and we should have a tarball soon.
>
> Here's where we're at, I feel.  We got some big changes in, which had
> been due for a while, on Friday.  I don't think it's a good idea to
> release today, so I'm going to push things out a week.
>
> Here's what I expect for the release, change-wise:
> - Any regressions people report
> - Either removal of mini2440 and mx1ads or CONFIG_SYS_HZ fixes for them
>    (Albert is working a removal patch now, or soon).
> - Fixes for i.mx platforms using hardfp toolchains (which means do_div
>    being called instead).  The patch exists, lets get this through
>    please.

Patch is already merged into u-boot-imx. It will be part of next (last) 
pull request.

Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-13 19:42 [U-Boot] [ANN] v2014.01-rc3 Tom Rini
  2014-01-13 22:14 ` Stefano Babic
@ 2014-01-13 22:31 ` Lukasz Majewski
  2014-01-14 13:12   ` Tom Rini
  1 sibling, 1 reply; 7+ messages in thread
From: Lukasz Majewski @ 2014-01-13 22:31 UTC (permalink / raw)
  To: u-boot

Hi Tom

> Hey all,
> 
> I've put v2014.01-rc3 out and we should have a tarball soon.
> 
> Here's where we're at, I feel.  We got some big changes in, which had
> been due for a while, on Friday.  I don't think it's a good idea to
> release today, so I'm going to push things out a week.
> 
> Here's what I expect for the release, change-wise:
> - Any regressions people report
> - Either removal of mini2440 and mx1ads or CONFIG_SYS_HZ fixes for
> them (Albert is working a removal patch now, or soon).
> - Fixes for i.mx platforms using hardfp toolchains (which means do_div
>   being called instead).  The patch exists, lets get this through
>   please.
> 

We have some fixes for Samsung's Trats and Trats2.

Some of them had already been sent do mailing list (as explicit fixes
for v2014.01)

I've also prepared some tweaks for envs on those boards. Shall I sent
them directly to you or ask Minkyu to pull them to u-boot-samsung?
 

> Thanks all! 
> 

Best regards,
Lukasz Majewski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140113/2a459388/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-13 22:31 ` Lukasz Majewski
@ 2014-01-14 13:12   ` Tom Rini
  2014-01-15  1:32     ` Minkyu Kang
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2014-01-14 13:12 UTC (permalink / raw)
  To: u-boot

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/13/2014 05:31 PM, Lukasz Majewski wrote:
> Hi Tom
> 
>> Hey all,
>> 
>> I've put v2014.01-rc3 out and we should have a tarball soon.
>> 
>> Here's where we're at, I feel.  We got some big changes in, which
>> had been due for a while, on Friday.  I don't think it's a good
>> idea to release today, so I'm going to push things out a week.
>> 
>> Here's what I expect for the release, change-wise: - Any
>> regressions people report - Either removal of mini2440 and mx1ads
>> or CONFIG_SYS_HZ fixes for them (Albert is working a removal
>> patch now, or soon). - Fixes for i.mx platforms using hardfp
>> toolchains (which means do_div being called instead).  The patch
>> exists, lets get this through please.
>> 
> 
> We have some fixes for Samsung's Trats and Trats2.
> 
> Some of them had already been sent do mailing list (as explicit
> fixes for v2014.01)
> 
> I've also prepared some tweaks for envs on those boards. Shall I
> sent them directly to you or ask Minkyu to pull them to
> u-boot-samsung?

Well, Minkyu, can you get a pull request together for Albert today or
tomorrow at the latest?  Thanks!

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJS1TfYAAoJENk4IS6UOR1WXCAP/j2GPU2lf83xvQ/5poovsqZR
cdz/Lt+IDV7qcy0SigkE0jDkeBvWyzs641fYFj1JVBG/8OuLXvU9BT9rfgbqLIYf
xvqHAN3vdoTaBp3mFBixMurO0JIyDZ8Nje7noWFiSpZJrf0BVtXhBlSBdqDkNMEC
BNLagShhv/HvqYbo9q4TEWEsNLAwPj0/bRfUwSHW6SAX7cJmZLYtk8eoiRFIngT3
xHuRzdhVDOBCnFcZ/QCaYKjXDE4eGbkB/gJhKZU6HTMHV5AbpcDHfxvAU6+Q8lBV
oH7sksCo1ViOyx18SfGbAQDyEX/DofCZZdGu/nWGaiHL4lsd6R31F/r0j1lZC8IV
u+tbkRFIlKlncwAGSe+SdswXD3+idEmXvxWMq2d9GN4AsDN4qNKeb86lcasZSqco
e+P+FRd+TTEbo3RLHoj9FU2rIgGaG9pOOl2A3WCfEKHoUnBQLdyDauluCzpfCM2U
Cx5ltgzAF+obpaYBnZsgjEfeeGfCNMeF5lKFijA5pxt/X1g+DXGC3DF3VRBNFnIT
P3OOI3aXQ4CWhUkwd7LSoDISPN4EmZWv0hupUp/GV17wJjBtGBhKGRZYfSpsCKpg
UOLYqqFrVlxKIMy0zfu+EmO6VeQWrFCJpQq/y1kvLaWWiNMJuLaYAEdQQ9AleX5N
5R211Q8mZ4aFTK2c4sBW
=pQk8
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-14 13:12   ` Tom Rini
@ 2014-01-15  1:32     ` Minkyu Kang
  2014-01-15  7:12       ` Przemyslaw Marczak
  0 siblings, 1 reply; 7+ messages in thread
From: Minkyu Kang @ 2014-01-15  1:32 UTC (permalink / raw)
  To: u-boot

On 14/01/14 22:12, Tom Rini wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 01/13/2014 05:31 PM, Lukasz Majewski wrote:
>> Hi Tom
>>
>>> Hey all,
>>>
>>> I've put v2014.01-rc3 out and we should have a tarball soon.
>>>
>>> Here's where we're at, I feel.  We got some big changes in, which
>>> had been due for a while, on Friday.  I don't think it's a good
>>> idea to release today, so I'm going to push things out a week.
>>>
>>> Here's what I expect for the release, change-wise: - Any
>>> regressions people report - Either removal of mini2440 and mx1ads
>>> or CONFIG_SYS_HZ fixes for them (Albert is working a removal
>>> patch now, or soon). - Fixes for i.mx platforms using hardfp
>>> toolchains (which means do_div being called instead).  The patch
>>> exists, lets get this through please.
>>>
>>
>> We have some fixes for Samsung's Trats and Trats2.
>>
>> Some of them had already been sent do mailing list (as explicit
>> fixes for v2014.01)
>>
>> I've also prepared some tweaks for envs on those boards. Shall I
>> sent them directly to you or ask Minkyu to pull them to
>> u-boot-samsung?
> 
> Well, Minkyu, can you get a pull request together for Albert today or
> tomorrow at the latest?  Thanks!
> 

It seems there are three patches.

http://patchwork.ozlabs.org/patch/310477/
http://patchwork.ozlabs.org/patch/310478/
http://patchwork.ozlabs.org/patch/310479/

for reducing PR steps, it's better to apply those patches to u-boot-arm or u-boot directly.
How you think?

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-15  1:32     ` Minkyu Kang
@ 2014-01-15  7:12       ` Przemyslaw Marczak
  2014-01-16 19:21         ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Przemyslaw Marczak @ 2014-01-15  7:12 UTC (permalink / raw)
  To: u-boot

Dear all,

On 01/15/2014 02:32 AM, Minkyu Kang wrote:
> On 14/01/14 22:12, Tom Rini wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 01/13/2014 05:31 PM, Lukasz Majewski wrote:
>>> Hi Tom
>>>
>>>> Hey all,
>>>>
>>>> I've put v2014.01-rc3 out and we should have a tarball soon.
>>>>
>>>> Here's where we're at, I feel.  We got some big changes in, which
>>>> had been due for a while, on Friday.  I don't think it's a good
>>>> idea to release today, so I'm going to push things out a week.
>>>>
>>>> Here's what I expect for the release, change-wise: - Any
>>>> regressions people report - Either removal of mini2440 and mx1ads
>>>> or CONFIG_SYS_HZ fixes for them (Albert is working a removal
>>>> patch now, or soon). - Fixes for i.mx platforms using hardfp
>>>> toolchains (which means do_div being called instead).  The patch
>>>> exists, lets get this through please.
>>>>
>>>
>>> We have some fixes for Samsung's Trats and Trats2.
>>>
>>> Some of them had already been sent do mailing list (as explicit
>>> fixes for v2014.01)
>>>
>>> I've also prepared some tweaks for envs on those boards. Shall I
>>> sent them directly to you or ask Minkyu to pull them to
>>> u-boot-samsung?
>>
>> Well, Minkyu, can you get a pull request together for Albert today or
>> tomorrow at the latest?  Thanks!
>>
>
> It seems there are three patches.
>
> http://patchwork.ozlabs.org/patch/310477/
> http://patchwork.ozlabs.org/patch/310478/
> http://patchwork.ozlabs.org/patch/310479/
>
> for reducing PR steps, it's better to apply those patches to u-boot-arm or u-boot directly.
> How you think?
>
> Thanks,
> Minkyu Kang.
>

Is it possible to include also this patch?

http://patchwork.ozlabs.org/patch/310958/

It's important fix to Exynos clock by Mr.Inha Song and it will be nice 
to see it in the release...

Thank you,
-- 
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [U-Boot] [ANN] v2014.01-rc3
  2014-01-15  7:12       ` Przemyslaw Marczak
@ 2014-01-16 19:21         ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2014-01-16 19:21 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 15, 2014 at 08:12:07AM +0100, Przemyslaw Marczak wrote:
> Dear all,
> 
> On 01/15/2014 02:32 AM, Minkyu Kang wrote:
> >On 14/01/14 22:12, Tom Rini wrote:
> >>-----BEGIN PGP SIGNED MESSAGE-----
> >>Hash: SHA1
> >>
> >>On 01/13/2014 05:31 PM, Lukasz Majewski wrote:
> >>>Hi Tom
> >>>
> >>>>Hey all,
> >>>>
> >>>>I've put v2014.01-rc3 out and we should have a tarball soon.
> >>>>
> >>>>Here's where we're at, I feel.  We got some big changes in, which
> >>>>had been due for a while, on Friday.  I don't think it's a good
> >>>>idea to release today, so I'm going to push things out a week.
> >>>>
> >>>>Here's what I expect for the release, change-wise: - Any
> >>>>regressions people report - Either removal of mini2440 and mx1ads
> >>>>or CONFIG_SYS_HZ fixes for them (Albert is working a removal
> >>>>patch now, or soon). - Fixes for i.mx platforms using hardfp
> >>>>toolchains (which means do_div being called instead).  The patch
> >>>>exists, lets get this through please.
> >>>>
> >>>
> >>>We have some fixes for Samsung's Trats and Trats2.
> >>>
> >>>Some of them had already been sent do mailing list (as explicit
> >>>fixes for v2014.01)
> >>>
> >>>I've also prepared some tweaks for envs on those boards. Shall I
> >>>sent them directly to you or ask Minkyu to pull them to
> >>>u-boot-samsung?
> >>
> >>Well, Minkyu, can you get a pull request together for Albert today or
> >>tomorrow at the latest?  Thanks!
> >>
> >
> >It seems there are three patches.
> >
> >http://patchwork.ozlabs.org/patch/310477/
> >http://patchwork.ozlabs.org/patch/310478/
> >http://patchwork.ozlabs.org/patch/310479/
> >
> >for reducing PR steps, it's better to apply those patches to u-boot-arm or u-boot directly.
> >How you think?
> >
> >Thanks,
> >Minkyu Kang.
> >
> 
> Is it possible to include also this patch?
> 
> http://patchwork.ozlabs.org/patch/310958/
> 
> It's important fix to Exynos clock by Mr.Inha Song and it will be
> nice to see it in the release...

At this time Minkyu hasn't acked the patch and it still looks under
discussion, so I will not be picking that one up at this time.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140116/01a35e2a/attachment.pgp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-16 19:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-13 19:42 [U-Boot] [ANN] v2014.01-rc3 Tom Rini
2014-01-13 22:14 ` Stefano Babic
2014-01-13 22:31 ` Lukasz Majewski
2014-01-14 13:12   ` Tom Rini
2014-01-15  1:32     ` Minkyu Kang
2014-01-15  7:12       ` Przemyslaw Marczak
2014-01-16 19:21         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox