* Updates to meta-fsl-arm (daisy) in 2014-06-25
@ 2014-06-25 17:22 Otavio Salvador
2014-06-25 17:31 ` Eric Nelson
0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2014-06-25 17:22 UTC (permalink / raw)
To: meta-freescale
Hello,
I pushed following updates:
commit b3cf9ce918cd4fcbc5c39ade47d384414ea590ed
Author: Eric Nelson <eric.nelson@boundarydevices.com>
Date: Sat Jun 21 10:52:48 2014 -0700
imx-vpu: fix checks of IOGetVirtMem() return value
The IOGetVirtMem() routine returns the address of a memory block
or -1 (MAP_FAILED) to indicate an error.
Many callers of this routine tested the return value for <= 0
to detect failure, and at least with a 3G/1G memory split
configured in the kernel, a negative number (!= -1) is a
valid (successful) return value.
Without this patch, the IOSystemInit() will often detect
failure incorrectly.
Change-Id: I8b20ae5f74608307cbb810168024e8863599dbdb
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Regards,
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Updates to meta-fsl-arm (daisy) in 2014-06-25
2014-06-25 17:22 Updates to meta-fsl-arm (daisy) in 2014-06-25 Otavio Salvador
@ 2014-06-25 17:31 ` Eric Nelson
0 siblings, 0 replies; 2+ messages in thread
From: Eric Nelson @ 2014-06-25 17:31 UTC (permalink / raw)
To: Otavio Salvador, meta-freescale
On 06/25/2014 10:22 AM, Otavio Salvador wrote:
> Hello,
>
> I pushed following updates:
>
> commit b3cf9ce918cd4fcbc5c39ade47d384414ea590ed
> Author: Eric Nelson <eric.nelson@boundarydevices.com>
> Date: Sat Jun 21 10:52:48 2014 -0700
>
> imx-vpu: fix checks of IOGetVirtMem() return value
>
> The IOGetVirtMem() routine returns the address of a memory block
> or -1 (MAP_FAILED) to indicate an error.
>
> Many callers of this routine tested the return value for <= 0
> to detect failure, and at least with a 3G/1G memory split
> configured in the kernel, a negative number (!= -1) is a
> valid (successful) return value.
>
> Without this patch, the IOSystemInit() will often detect
> failure incorrectly.
>
> Change-Id: I8b20ae5f74608307cbb810168024e8863599dbdb
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
Thanks again Otavio!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-25 17:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 17:22 Updates to meta-fsl-arm (daisy) in 2014-06-25 Otavio Salvador
2014-06-25 17:31 ` Eric Nelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.