Hi Tom,
On Thu, 20 Mar 2014 08:49:37 -0400, Tom Rini wrote:
> Tested-by: Matt Porter
> Signed-off-by: Tom Rini
> ---
Where does this patch come from? The source tree it applies to is not
that of mainline U-Boot. If this is actually an RFC that I should look
into, (as the PW state says), then
All files under spl/ and tpl/ are generated during the build process
except spl/Makefile.
We can simplify clean-rule and git-ignore by moving spl/Makefile
to somewhere else.
Signed-off-by: Masahiro Yamada
---
By the way, scripts/Makefile.spl shall be merged into
other makefiles in future.
This
On Sun, Jun 08, 2014 at 09:51:16AM +0200, Albert ARIBAUD wrote:
> Hi Tom,
>
> The following changes since commit
> 9637a1bb896efe392a58dd2772e2c3fcb646409d:
>
> ARM: at91sam9m10g45ek: add mmc environment configuration support
> (2014-05-27 00:10:55 +0200)
>
> are available in the git reposi
On 7 June 2014 07:13, Simon Glass wrote:
> The values here are int, but the map_to_sysmem() call can return a long.
> Add a cast to deal with this.
...
> - printf("%s- %s @ %08x", buf, in->name, map_to_sysmem(in));
> + printf("%s- %s @ %08x", buf, in->name, (uint)map_to_sysmem(in));
I
Hi, Tom.
2014-06-06 22:37 GMT+09:00 Tom Rini :
> On Fri, Jun 06, 2014 at 11:44:20AM +0900, Nobuhiro Iwamatsu wrote:
>
>> ping.
>>
>> 2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu
>> :
>> > The R7S72100 of ARM SoC that Renesas manufactured has one Ether port.
>> > This has the same IP SH-Ether. This
Hi Marek,
On Sat, 22 Mar 2014 19:27:48 +0100, Marek Vasut wrote:
> On Saturday, March 22, 2014 at 11:18:05 AM, Rikard Söderström wrote:
> > Hi Marex,
> >
> > Are you referring to the code or the linkage issue as "nasty"?
>
> Actually, both. But more the linker issue this time ;-)
Ok, here is
Hi Tom,
Please take this PR.
thanks!
Jagan.
The following changes since commit 3e1fa221f94b7ae3389d166882b77f1da5895f22:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-06-05
17:38:30 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
On Sun, Jun 8, 2014 at 11:03 PM, Jagan Teki wrote:
> On Mon, Jun 2, 2014 at 11:06 AM, Heiko Schocher wrote:
>> if status register do never set MXC_CSPICTRL_TC, spi_xchg_single
>> endless loops. Add a timeout here to prevent endless hang.
>>
>> Signed-off-by: Heiko Schocher
>> Cc: Dirk Behme
>>
On Mon, Jun 2, 2014 at 11:06 AM, Heiko Schocher wrote:
> if status register do never set MXC_CSPICTRL_TC, spi_xchg_single
> endless loops. Add a timeout here to prevent endless hang.
>
> Signed-off-by: Heiko Schocher
> Cc: Dirk Behme
> Cc: Jagannadha Sutradharudu Teki
>
> ---
> - changes for v2
On Sun, Jun 8, 2014 at 10:04 AM, Albert ARIBAUD
wrote:
> Hi bastien,
>
> On Sun, 18 May 2014 14:02:34 +, bastien ROUCARIES
> wrote:
>
>> Hi,
>>
>> Dear Jamie, Dear Stephan, Dear u-boot mailling list,
>>
>> I have refreshed the patch queue to support dns320 to git master.
>>
>> Could you pleas
From: Jamie Lentin
You should already know you're using a D-link device.
Signed-off-by: Jamie Lentin
---
include/configs/dnskw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/dnskw.h b/include/configs/dnskw.h
index e55fdc4..7058873 100644
--- a/include/con
From: Jamie Lentin
So we can re-use DNS-325 configuration for the DNS-320 without things getting
confusing, rename all common parts from dns325 to dnskw, and use a config
option to configure DNS-325 specifics.
Signed-off-by: Jamie Lentin
Cc: prafu...@marvell.com
Cc: albert.u.b...@aribaud.net
--
From: Jamie Lentin
Neither device makes any use of the SD reader functionalty, so as
suggested by Stefan Herbrechtsmeier, set the pins to GPIO instead
to make this more obvious. Label MPP10 & MPP11's use whilst here.
Signed-off-by: Jamie Lentin
Cc: prafu...@marvell.com
Cc: albert.u.b...@aribaud
From: Jamie Lentin
Extend dnskw to support the D-Link DNS-320 ShareCenter NAS also. For more
information on this NAS, see:-
http://jamie.lentin.co.uk/devices/dlink-dns320
http://dns323.kood.org/dns-320
http://sharecenter.dlink.com/products/DNS-320
Changes since V1:
* Shorten CONFIG_IDENT_
Hi,
On 06/05/2014 08:00 PM, Ian Campbell wrote:
> This patch enables CONFIG_CMD_GPIO for the Allwinner (sunxi) platform as well
> as providing the common gpio API (gpio_request/free, direction in/out, get/set
> etc).
>
> Signed-off-by: Chen-Yu Tsai
> Signed-off-by: Hans de Goede
> Signed-off-by
On 06/05/2014 08:00 PM, Ian Campbell wrote:
> Signed-off-by: Ian Campbell
> ---
> v2: Split out from "ahci: provide sunxi SATA driver using AHCI
> platform framework"
Looks good:
Acked-by: Hans de Goede
Regards,
Hans
> ---
> arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 3 +--
> 1 file changed
On 05.06.2014 20:07, Thomas Betker wrote:
run_command() returns 0 for success, 1 for failure. Fix places which
assume that failure is indicated by a negative return code.
Signed-off-by: Thomas Betker
Thanks for fixing this!
Tested-by: Stefan Roese
Thanks,
Stefan
__
Hi bastien,
On Sun, 18 May 2014 14:02:34 +, bastien ROUCARIES
wrote:
> Hi,
>
> Dear Jamie, Dear Stephan, Dear u-boot mailling list,
>
> I have refreshed the patch queue to support dns320 to git master.
>
> Could you please apply upstream.
>
> I plan to add debian official support to dns-
Am 07.06.2014 22:11, schrieb Ash Charles:
On Sat, Jun 7, 2014 at 10:48 AM, Tom Rini wrote:
In this case it might be harder to do this in a shell cmd. But we
_must_ check for fdtfile being unset and only setenv if not already set.
And then drop fdtfile from the config file.
Thanks both for you
On Sun, 25 May 2014 16:08:44 +0200, Albert ARIBAUD
wrote:
> Hi Marc,
>
> On Sat, 26 Apr 2014 13:17:01 +0100, Marc Zyngier
> wrote:
>
> > PSCI is an ARM standard that provides a generic interface that
> > supervisory software can use to manage power in the following
> > situations:
> > - Core i
Hi Tom,
The following changes since commit
9637a1bb896efe392a58dd2772e2c3fcb646409d:
ARM: at91sam9m10g45ek: add mmc environment configuration support
(2014-05-27 00:10:55 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 5ed
Hi Tom,
On Fri, 6 Jun 2014 17:56:51 -0400, Tom Rini wrote:
> Hello,
>
> The following changes since commit cc49da249cf2f380d2fed5571fad65ce6494fc95:
>
> Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' (2014-06-02
> 08:43:48 +0200)
>
> are available in the git repository at:
>
Hi Tom,
On Fri, 6 Jun 2014 08:53:39 -0700, Tom Warren
wrote:
> Albert,
>
> Please pull u-boot-tegra/master into ARM/master. Thanks!
>
> ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
> shows failures that were already present in ARM/master.
>
> The following changes si
23 matches
Mail list logo