The function os_free() returns nothing.
Its return type should be "void" rather than "void *".
Signed-off-by: Masahiro Yamada
---
Simon,
This commit fixes a warning:
u-boot/include/os.h: In function ‘os_free’:
arch/sandbox/cpu/os.c:153:1: warning: control reaches end of non-void function
[-Wr
On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu
wrote:
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/spi/sh_qspi.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c
> index edeb42d..77ede6b 100644
> --- a/drivers/spi/s
There are some entries which produce the same binaries:
- ep8248E is equivalent to ep8248
- MPC8360ERDK_66is equivalent to MPC8360ERDK
- Adder87x/AdderUSB is equivalent to Adder
- EVB64260_750CXis equivalent to EVB64260
I also notice
- Lite5200 is equivalent to ice
> -Original Messages-
> From: tiger...@viatech.com.cn
> Sent Time: 2014-01-15 08:45:16 (Wednesday)
> To: scottw...@freescale.com, bhupesh.sha...@freescale.com
> Cc: feng...@phytium.com.cn, tr...@ti.com, u-boot@lists.denx.de
> Subject: Re: [U-Boot] how to get u-boot code with arm64: core su
Hi Brian,
>From: Enric Balletbo Serra [mailto:eballe...@gmail.com]
>>2014/1/6 Stefan Roese :
...
As there were parallel set of patches running between u-boot and kernel.
hence, some patch-sets caused regression for OMAP3x platforms when booting
using u-boot specifically for ecc-sche
Use setbits/clrbits macro instead of readl/writel function
Signed-off-by: Inha Song
Signed-off-by: Minkyu Kang
Tested-by: Przemyslaw Marczak
---
Changes for v2:
- Coding Style cleanup
- add signed-off-by
arch/arm/cpu/armv7/exynos/clock.c | 82 +
1 file ch
Acked-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
On 01/15/2014 02:27 PM, Inha Song wrote:
> Use setbits/clrbits macro instead of readl/writel function
>
> Signed-off-by: Inha Song
> Signed-off-by: Minkyu Kang
> Tested-by: Przemyslaw Marczak
> ---
> Changes for v2:
> - Coding Style cleanup
>From: Jeroen Hofstee [mailto:jer...@myspectrum.nl]
[...]
>
>The gpmc will fail in hw ecc mode when trying to do subpage reads. Pekon any
>suggestion for the elm mode, or should this bit just be cleared
>unconditionally?
>
There are two reasons for not supporting sub-page feature in OMAP platforms:
Dear Christian Gmeiner,
In message <1389688171-31688-1-git-send-email-christian.gmei...@gmail.com> you
wrote:
> In some cases the TFTP server provides a bootfile name, which
> does not expects our requirements. Make it possible to
> not store the TFTP provided bootfile in the environment.
There
Dear tiger...@viatech.com.cn,
In message you
wrote:
>
> CROSS_COMPILE=/home/lion/ARMv8/gcc-linaro-aarch64/bin/aarch64-linux-gnu-
Side note:
It is always wrong to use an absolute path name for CROSS_COMPILE.
You should use "CROSS_COMPILE=aarch64-linux-gnu-" and make sure your
PATH is set correc
2014/1/15 Jagan Teki :
> On Wed, Jan 8, 2014 at 6:46 AM, Nobuhiro Iwamatsu
> wrote:
>> Signed-off-by: Nobuhiro Iwamatsu
>> ---
>> drivers/spi/sh_qspi.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/spi/sh_qspi.c b/drivers/spi/sh_qspi.c
>> index edeb42d..77
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.
More info
On 01/13/2014 08:28 PM, Aaron Williams wrote:
On 01/13/2014 06:20 PM, Aaron Williams wrote:
Hi all,
I am bringing up XHCI support for our SOC and have run into several
issues with U-Boot's XHCI code.
1. I need to use a wrapper I call xhci_readl/xhci_writel since all of
our I/O is
On 14/01/14 22:55, Przemyslaw Marczak wrote:
> Hello,
> In case of discussion with Piotr Wilczek maybe it is better to make some
> changes in this patch.
>
> On 01/10/2014 03:31 PM, Przemyslaw Marczak wrote:
>> Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r()
>> in common file::
To make adding new entries a bit easier, we reformat the file to use
TABs for indentation.
Also insert two now known commit IDs.
Signed-off-by: Wolfgang Denk
---
doc/README.scrapyard | 252 +++
1 file changed, 154 insertions(+), 98 deletions(-)
d
This patch series removes support for the Freescale MPC82xx family of
Power Architecture processors. They have been out of production for
years.
I did a full build test for all (remaining) Power Architecture boards,
and sample builds for some ARM and MIPS boards.
Due to it's size (2.3 MB) only t
Hello,
On 01/15/2014 08:35 AM, Minkyu Kang wrote:
On 14/01/14 22:55, Przemyslaw Marczak wrote:
Hello,
In case of discussion with Piotr Wilczek maybe it is better to make some
changes in this patch.
On 01/10/2014 03:31 PM, Przemyslaw Marczak wrote:
Config: CONFIG_MISC_INIT_R enables implement
101 - 117 of 117 matches
Mail list logo