lowlevel_init() of rmobile badly assumed that ip register holds return address.
The commit "63ee53a7 armv7 cpu_init_crit: Simplify code" breaks this assumption.
This patch removes this bad assumption and simplify code.
Signed-off-by: Tetsuyuki Kobayashi
---
Hello, Albert
Hello, Tom
Thank you for
Dear Graeme Russ,
> Hi Marek,
>
> On Fri, Oct 5, 2012 at 10:28 AM, Marek Vasut wrote:
> > Dear Albert ARIBAUD,
> >
> >> Hi Marek,
> >>
> >> Comments based on the assumption that we want to sync with the Linux
> >> tools.
> >>
> >> General comment/hypothetical question: would it not be simpler
Hi Marek,
On Fri, Oct 5, 2012 at 10:28 AM, Marek Vasut wrote:
> Dear Albert ARIBAUD,
>
>> Hi Marek,
>>
>> Comments based on the assumption that we want to sync with the Linux
>> tools.
>>
>> General comment/hypothetical question: would it not be simpler to patch
>> the existing Linux tools in-pla
Hi All,
You may have noticed a distinct lack of activity related to x86 code
lately. There are a number of reasons for this, but none of them
signify an end to x86 U-Boot.
I've fielded a number of questions lately (mostly off list) and I want
to bring the outcome of those discussions to some form
Dear Albert ARIBAUD,
> Hi Marek,
>
> Comments based on the assumption that we want to sync with the Linux
> tools.
>
> General comment/hypothetical question: would it not be simpler to patch
> the existing Linux tools in-place so that we can use them on the U-Boot
> tree?
Yes, it is a good idea
On 10/3/2012 8:23 PM, Otavio Salvador wrote:
On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky
wrote:
Signed-off-by: Troy Kisky
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 235 ++---
board/freescale/mx6qsabrelite/pads.h | 172 ++
I'd say mx6q
On 10/3/2012 8:00 PM, Otavio Salvador wrote:
On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky
wrote:
The prompt is not appropriate if not running on
a mx6q processor.
Signed-off-by: Troy Kisky
But in this case the board name will change, no?
No, patch 29/32 sets the new boards to use the same c
Dear Stefan Roese,
> Hi Marek,
>
> On 10/03/2012 02:15 AM, Marek Vasut wrote:
> >> Stefan Roese (3):
> >> ppc4xx: Remove IOP480 support
> >> ppc4xx: Remove ML2 board support
> >> ppc4xx: Remove AP1000 board support
> >
> > [...]
> >
> > I see :-)
> >
> > Not many zombies remo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/04/12 03:14, viktor.kri...@gmail.com wrote:
> From: Viktor Krivak
>
> Signed-off-by: Viktor Krivak
[snip]
> +#ifndef CONFIG_SANDBOX_SPI_BUS_NUM + #define
> CONFIG_SANDBOX_SPI_BUS_NUM 1 +#endif + +#ifndef
> CONFIG_SANDBOX_SPI_CS_NUM + #define
On 10/04/2012 03:49 PM, Eric Nelson wrote:
[..]
+
+static void setup_iomux_enet(void)
+{
+ gpio_direction_output(IMX_GPIO_NR(3, 23), 0);
+ gpio_direction_output(IMX_GPIO_NR(6, 30), 1);
+ gpio_direction_output(IMX_GPIO_NR(6, 25), 1);
+ gpio_direction_output(IMX_GPIO_NR(6, 2
Hi Tom,
Please pull u-boot-sh master branch.
Best regards,
Nobuhiro
The following changes since commit 198166877768cf4d0197289a524df8a6ca0e2f19:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-04
10:00:42 -0700)
are available in the git repository at:
git://git.denx.de/u
HI,
On Thu, Oct 4, 2012 at 5:45 PM, Albert ARIBAUD
wrote:
> Hi Nohiburo, Tetsuyuki,
>
> On Fri, 20 Jul 2012 08:51:29 +0900, Nobuhiro Iwamatsu
> wrote:
>
>> Applied to my arm/rmobile branch.
>> Thank you.
>>
>> Best regards,
>> Nobuhiro
>
> Actually this did does not seem to have been applied t
On Thu, Oct 04, 2012 at 11:36:18AM +0200, Wolfgang Denk wrote:
> Due to grown code sizes the TQM85xx boards don't build any more with
> some older tool chains (like ELDK 4.2). As these boards have long
> reached EOL it seems a waste of effort trying to fix them. The vendor
> has agreed to drop s
On Thu, Oct 04, 2012 at 07:30:43PM +0200, Stefano Babic wrote:
> newval pointer is not checked before its usage,
> inside env_check_apply().
>
> Signed-off-by: Stefano Babic
> CC: gerlando.fala...@keymile.com
Some egg on my face for not catching this to start with, confirmed
problem and fix her
On Thu, Oct 4, 2012 at 4:49 PM, Eric Nelson
wrote:
> Signed-off-by: Eric Nelson
> ---
> board/boundary/nitrogen6x/Makefile | 41 ++
> board/boundary/nitrogen6x/README | 77 +++
> board/boundary/nitrogen6x/nitrogen6x.c | 840
>
> boards.cfg
On 10/04/2012 05:42 PM, Sinan Akman wrote:
On 10/04/2012 03:49 PM, Eric Nelson wrote:
[..]
+gpio_direction_output(IMX_GPIO_NR(6, 24), 1);
+
+/* Need delay 10ms according to KSZ9021 spec */
+udelay(1000 * 10);
+gpio_set_value(IMX_GPIO_NR(3, 23), 1);
Don't you need a
g
Under option -munaligned-access, gcc can perform local char
or 16-bit array initializations using misaligned native
accesses which will throw a data abort exception. Fix files
where these array initializations were unneeded, and for
files known to contain such initializations, enforce gcc
option -m
Hi Mark,
On Wed, 3 Oct 2012 09:29:09 +0200, Mark Marshall
wrote:
> I've just had a quick look at this in passing, but at least some of
> these changes seem wrong to me. For example, the code in
> board/ti/omap2420h4/sys_info.c :: display_board_info
> should be:
>
> void display_board_info(u32
Hi Albert,
On Thu, 2012-10-04 at 21:54 +0200, ZY - albert.u.boot wrote:
> Hi dingu...@altera.com,
>
> On Thu, 4 Oct 2012 10:46:02 -0600, wrote:
>
> > From: Dinh Nguyen
> >
> > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.
> >
> > Signed-off-by: Dinh Nguyen
> > Signed-off-by:
enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was not defined
but CONFIG_SYS_DCACHE_OFF was.
Signed-off-by: Benoît Thébaudeau
Cc: Albert Aribaud
---
This patch supersedes http://patchwork.ozlabs.org/patch/177263/ .
Changes for v2:
- Move enable_caches() outside of the main #if
Instead of referenceing the source webpage (which can change) include
the license in the source file.
Signed-off-by: Joe Hershberger
Reported-by: Igor Grinberg
Cc: Igor Grinberg
Cc: Tom Rini
Cc: Wolfgang Denk
---
common/cmd_ini.c | 32 ++--
1 file changed, 30 inse
Hi dingu...@altera.com,
On Thu, 4 Oct 2012 10:46:02 -0600, wrote:
> From: Dinh Nguyen
>
> Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.
>
> Signed-off-by: Dinh Nguyen
> Signed-off-by: Chin Liang See
> Signed-off-by: Pavel Machek
> Reviewed-by: Marek Vasut
> Acked-by: Tom Tr
Hi Eric,
On Thu, 04 Oct 2012 07:36:45 -0700, Eric Nelson
wrote:
> On 10/04/2012 03:18 AM, Albert ARIBAUD wrote:
> > Hi Troy,
> >
> > On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky
> > wrote:
> >
> >> This series goal is to add support for mx6solo and mx6duallite
> >> variants of mx6qsabrelite
Signed-off-by: Eric Nelson
---
board/boundary/nitrogen6x/Makefile | 41 ++
board/boundary/nitrogen6x/README | 77 +++
board/boundary/nitrogen6x/nitrogen6x.c | 840
boards.cfg |1 +
include/configs/nitrogen6x.h
Signed-off-by: Eric Nelson
---
board/boundary/nitrogen6x/nitrogen6x.c | 34 +++-
1 files changed, 33 insertions(+), 1 deletions(-)
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
index 469a044..16469b7 100644
--- a/board
This series defines a board type for Nitrogen6X, an SBC from Boundary
Devices.
The board is closely related to the Freescale SABRE Lite board as
discussed in this document.
http://boundarydevices.com/differences-sabre-lite-nitrogen6x-and-som/
Because of the similarity, a Nitrogen6X U-Boot
Signed-off-by: Eric Nelson
---
board/boundary/nitrogen6x/nitrogen6x.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c
b/board/boundary/nitrogen6x/nitrogen6x.c
index e70871d..469a044 100644
--- a/board/boundary/nitrogen6x/nitro
Hi Albert,
Am Dienstag, den 02.10.2012, 20:46 +0200 schrieb Albert ARIBAUD:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were
On Thu, Oct 04, 2012 at 06:57:02PM +0200, Albert ARIBAUD wrote:
> Hi Tom,
>
> The following changes since commit
> 4668a086bb0a769b741e3a4ffab85f1c41c7cdb8:
>
> sandbox: Add asm/errno.h (2012-09-29 10:00:29 -0700)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm
Add a mention of the lock file to the README for the fw_printenv tool.
Signed-off-by: Joe Hershberger
Reported-by: Luka Perkov
---
This patch is independent of the series, but should be applied afterward
tools/env/README | 4
1 file changed, 4 insertions(+)
diff --git a/tools/env/README
Hi Jerry,
On Fri, Aug 17, 2012 at 3:34 PM, Joe Hershberger wrote:
> Before this patch, error codes returned from fdtlib were ignored and
> continued access would cause a crash. Now just check if the image is
> truncated and error if so.
>
> Signed-off-by: Joe Hershberger
> ---
What's the progre
newval pointer is not checked before its usage,
inside env_check_apply().
Signed-off-by: Stefano Babic
CC: gerlando.fala...@keymile.com
---
common/cmd_nvedit.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index 3474bc6..81
On 10/04/2012 05:18:57 AM, Manukumar wrote:
Dear all,
Yes i am using P1020RDb board.
Note that there are (at least) two variants of this board, one using
P1_P2_RDB and the other p1_p2_rdb_pc.
Actually i have to make 2 boot(u-boot) B1 and B2
B1 is stored 0x_,B2 is stored in 0x010_0
On 10/04/2012 02:36:34 AM, Stefan Roese wrote:
On 10/02/2012 10:08 PM, Scott Wood wrote:
+void __noreturn jump_to_image_linux(void *arg)
+{
+ debug("Entering kernel arg pointer: 0x%p\n", arg);
+ typedef void (*image_entry_arg_t)(void *, ulong r4,
ulong r5,
ulong r
Hi Tom,
The following changes since commit
4668a086bb0a769b741e3a4ffab85f1c41c7cdb8:
sandbox: Add asm/errno.h (2012-09-29 10:00:29 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 777544085d2b417a36df50eb564bf037a044e60e:
Instead of using the serverip we get from the DHCP server, implicitly use
the broadcast address, which is automatically set when no ncip environment
variable is set. That way it isn't necessary to use a special DHCP
configuration to set the netconsole peer.
Signed-off-by: Michael Walle
Cc: Praful
Hi Albert,
On Thursday, October 4, 2012 3:39:41 PM, Albert ARIBAUD wrote:
> Hi Benoît,
>
> On Tue, 14 Aug 2012 15:17:09 +0200 (CEST), Benoît Thébaudeau
> wrote:
>
> > Remove a redundant '#ifndef CONFIG_SYS_DCACHE_OFF' nested in the
> > same #ifndef.
> >
> > Signed-off-by: Benoît Thébaudeau
>
On Tue, Oct 02, 2012 at 08:46:04PM +0200, Albert ARIBAUD wrote:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were unneeded, an
On Wed, Oct 03, 2012 at 04:26:28PM +0200, Marc Dietrich wrote:
> For Non-Nvidia boards to include newly added features (like emc clock
> scaling) it would be necessary to add each feature to their own board
> Makefile. This is because currently the top Makefile automaticly includes
> these features
From: Dinh Nguyen
Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.
Signed-off-by: Dinh Nguyen
Signed-off-by: Chin Liang See
Signed-off-by: Pavel Machek
Reviewed-by: Marek Vasut
Acked-by: Tom Trini
Cc: Wolfgang Denx
Cc: Albert Aribaud
Cc: Stefan Roese
v8: Remove no_return
Hi dingu...@altera.com,
On Wed, 3 Oct 2012 15:38:01 -0600, wrote:
> From: Dinh Nguyen
>
> Add minimal support for Altera's SOCFPGA Cyclone 5 hardware.
>
> Signed-off-by: Dinh Nguyen
> Signed-off-by: Chin Liang See
> Signed-off-by: Pavel Machek
> Reviewed-by: Marek Vasut
> Acked-by: Tom Tr
Hi,
"env default -f -a" crashes on ARM with last tree.
The reason is due to commit
commit b64b7c3df7906342ca8abe8ae31c0c12ced3f401
Author: Gerlando Falauto
Date: Fri Aug 24 00:11:41 2012 +
env: make "env default" selective, check and apply
that calls set_env_default() with do_apply=
Hi Troy,
On 10/03/2012 06:47 PM, Troy Kisky wrote:
This series goal is to add support for mx6solo and mx6duallite
variants of mx6qsabrelite board. The new targets are
called mx6ssabrelite and mx6dlsabrelite.
The 1st 16 patches perform cleanup on imximage
The final 2 patches add support for exp
Hi Joe,
On Fri, 17 Aug 2012 15:28:50 -0500, Joe Hershberger
wrote:
> ARM boards need to change device tree settings as well
>
> Signed-off-by: Joe Hershberger
> ---
> arch/arm/lib/bootm.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
On 10/04/2012 03:18 AM, Albert ARIBAUD wrote:
Hi Troy,
On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky
wrote:
This series goal is to add support for mx6solo and mx6duallite
variants of mx6qsabrelite board. The new targets are
called mx6ssabrelite and mx6dlsabrelite.
If the boards are known
Dear Wolfgang Denk,
> Dear Marek Vasut,
>
> In message <1348955586-7109-1-git-send-email-ma...@denx.de> you wrote:
> > This patchset is a STAGE 1 of preparation of the stdio and serial subsys
> > for the driver model.
>
> Formal complaint:
>
> There is no change log.
>
> Actually none of the p
Hi José,
On Fri, 14 Sep 2012 18:28:52 +0100, José Miguel Gonçalves
wrote:
> Jumping to board_init_r is not performed due to a bug on address computation.
> Relocation offsets are not needed when building SPL.
>
> Signed-off-by: José Miguel Gonçalves
> ---
> Changes for v2:
>- None
> ---
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/04/12 04:13, Benoît Thébaudeau wrote:
> Hi Albert, Tom,
>
> On Thursday, October 4, 2012 1:03:48 PM, Albert ARIBAUD wrote:
>> Hi Tom,
>>
>> On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini
>> wrote:
>>
>>> On Mon, Aug 13, 2012 at 12:59:12AM -,
Hi Tom,
> On Wed, Oct 03, 2012 at 02:25:58PM -0600, John Rigby wrote:
>> On Wed, Oct 3, 2012 at 1:20 AM, Deltour, Stephane
>> wrote:
>> > Hi,
>> >
>> > Would it be possible to have the v2012.10-rc1 and v2012.10-rc2 tarballs
>> > on the ftp site ?
>> >
>> Have you tried the snapshots feature on th
Hi Benoît,
On Tue, 14 Aug 2012 15:17:09 +0200 (CEST), Benoît Thébaudeau
wrote:
> Remove a redundant '#ifndef CONFIG_SYS_DCACHE_OFF' nested in the same #ifndef.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Albert Aribaud
> ---
> .../arch/arm/cpu/arm1136/cpu.c |2 --
> 1
Dear Marek Vasut,
In message <1348955586-7109-1-git-send-email-ma...@denx.de> you wrote:
> This patchset is a STAGE 1 of preparation of the stdio and serial subsys
> for the driver model.
Formal complaint:
There is no change log.
Actually none of the patches has any marker that it is a resubmit
Dear Prafulla Wadaskar,
In message
you wrote:
>
> > --- a/include/configs/lsxl.h
> > +++ b/include/configs/lsxl.h
> > @@ -146,7 +146,7 @@
> > "config_nc_dhcp=3Dsetenv autoload_old ${autoload}; "\
> > "setenv autoload no " \
> >
Hey all,
We wanted to let you know that we tested this version on our CM-T35 and
CM-T37 modules, and everything was in order. The tests included:
* Various network tests via Ethernet: DHCP, ping, downloading file
with TFTP, switching between ethernet controllers.
* NAND tests: writing (sw and hw
Hello again,
On Thu, 4 Oct 2012 14:13:55 +0200, Albert ARIBAUD
wrote:
> Hello,
>
> I had applied only one of the two patches in the assembler bug detection
> series, which made two boards die when they should not have. Thus I
> will rollback ARM master, insert the missing patch and force-push.
Hello,
I had applied only one of the two patches in the assembler bug detection
series, which made two boards die when they should not have. Thus I
will rollback ARM master, insert the missing patch and force-push.
Amicalement,
--
Albert.
___
U-Boot ma
Great, thanks.
Regards,
Stephane
-Original Message-
From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
Sent: woensdag 3 oktober 2012 22:33
To: John Rigby
Cc: Deltour, Stephane; u-boot@lists.denx.de
Subject: Re: [U-Boot] v2012.10-rc2 tar balls on ftp
On Wed, Oct 03, 2012 at 0
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 04 October 2012 16:45
> To: Prafulla Wadaskar
> Cc: Michael Walle; u-boot@lists.denx.de; Joe Hershberger; Wolfgang
> Denk
> Subject: RE: [PATCH] lsxl: set ncip to broadcast address
>
> On Thu, October 4, 2012 12
On Thu, October 4, 2012 12:47, Prafulla Wadaskar wrote:
>> -Original Message-
>> From: Michael Walle [mailto:mich...@walle.cc]
>> Sent: 03 October 2012 21:15
>> To: u-boot@lists.denx.de
>> Cc: Michael Walle; Prafulla Wadaskar
>> Subject: [PATCH] lsxl: set ncip to broadcast address
>>
>> Ins
Hi Albert, Tom,
On Thursday, October 4, 2012 1:03:48 PM, Albert ARIBAUD wrote:
> Hi Tom,
>
> On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini wrote:
>
> > On Mon, Aug 13, 2012 at 12:59:12AM -, Beno??t Th??baudeau
> > wrote:
> >
> > > mtest tests many types of memory accesses in many different
>
Hi Tom,
On Wed, 3 Oct 2012 15:05:21 -0700, Tom Rini wrote:
> On Mon, Aug 13, 2012 at 12:59:12AM -, Beno??t Th??baudeau wrote:
>
> > mtest tests many types of memory accesses in many different conditions. If
> > dcache is enabled, memory accesses are likely bursts, and some memory
> > acces
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 03 October 2012 21:15
> To: u-boot@lists.denx.de
> Cc: Michael Walle; Prafulla Wadaskar
> Subject: [PATCH] lsxl: set ncip to broadcast address
>
> Instead of using the serverip we get from the DHCP server, use t
Dear all,
Yes i am using P1020RDb board.
Actually i have to make 2 boot(u-boot) B1 and B2
B1 is stored 0x_,B2 is stored in 0x010_ of nand flash.
when 1 power cycle is given
Board gets booted from 0x_
my requirement is to boot B2 from 0x010_
how can i do that?
Regards
Ma
Hi Troy,
On Wed, 3 Oct 2012 18:47:02 -0700, Troy Kisky
wrote:
> This series goal is to add support for mx6solo and mx6duallite
> variants of mx6qsabrelite board. The new targets are
> called mx6ssabrelite and mx6dlsabrelite.
If the boards are known as 'mx6solo' and 'mx6duallite', they should b
From: Viktor Krivak
Signed-off-by: Viktor Krivak
---
Simple spi driver which only cache input data and send them back
on next call. Usefull for high level testing in sandbox.
drivers/spi/Makefile |1 +
drivers/spi/sandbox.c | 162 +
i
Hi Marek,
Comments based on the assumption that we want to sync with the Linux
tools.
General comment/hypothetical question: would it not be simpler to patch
the existing Linux tools in-place so that we can use them on the U-Boot
tree?
Detailed comments below in this spirit; ignore if suggestion
On 10/04/2012 11:36 AM, Wolfgang Denk wrote:
> Due to grown code sizes the TQM85xx boards don't build any more with
> some older tool chains (like ELDK 4.2). As these boards have long
> reached EOL it seems a waste of effort trying to fix them. The vendor
> has agreed to drop support for them, to
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
---
include/configs/trats.h |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/include/configs/trats.h b/include/configs/trats.h
index b3b5a3d..aaf64eb 100644
--- a/include/configs/trats.h
+++ b/include/config
Hi Benoît,
On Sat, 11 Aug 2012 00:05:16 +0200 (CEST), Benoît Thébaudeau
wrote:
> We don't need to return to cpu_init_crit after calling lowlevel_init, so
> lowlevel_init can directly return to the caller of cpu_init_crit.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Albert Aribaud
> ---
> .../
Hi Yann,
On Thu, 9 Aug 2012 15:33:06 +0200, Yann Vernier
wrote:
> On Fri, 6 Jul 2012 13:33:42 +0200
> Albert ARIBAUD wrote:
>
> > Always a problem, those board config patches... :)
> >
> > I'll take this one in u-boot-arm/next, but later this week-end. if by
> > Monday I haven't sent an 'appl
On 10/04/2012 09:18 AM, Lukasz Majewski wrote:
Hi Jens and Helmut,
On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote:
The restoration of GPT table (both primary and secondary) is now
possible. Simple GUID generation is supported.
Signed-off-by: Lukasz Majewski
Signed-off-by: Ky
On 10/03/12 23:15, Joe Hershberger wrote:
> This allows you to read ini-formatted data from anywhere and then
> import one of the sections into the environment
>
> This is based on rev 16 at http://code.google.com/p/inih/
>
> Signed-off-by: Joe Hershberger
> ---
> Changes in v2:
> - Documented i
Hi Simon,
On 09/29/2012 03:11 AM, Simon Glass wrote:
From: Tom Wai-Hong Tam
For bpix == 16, each pixel is 2-byte. fb offset should shift more x bytes.
Signed-off-by: Tom Wai-Hong Tam
Signed-off-by: Simon Glass
---
common/lcd.c |6 --
1 files changed, 4 insertions(+), 2 deletions(
Hi Allen,
On Wed, 18 Jul 2012 16:45:53 -0700, Allen Martin
wrote:
> Disable sibling call optimization based on binutils version. This is
> to work around a bug in the assember in binutils versions < 2.22.
> Branches to weak symbols can be incorrectly optimized in thumb mode to
> a short branch
Hi Nohiburo, Tetsuyuki,
On Fri, 20 Jul 2012 08:51:29 +0900, Nobuhiro Iwamatsu
wrote:
> Applied to my arm/rmobile branch.
> Thank you.
>
> Best regards,
> Nobuhiro
Actually this did does not seem to have been applied to arm/rmobile,
and was not in my patchwork todo either. Should I apply the
Hi Rob,
On Thu, 28 Jun 2012 08:54:11 -0500, Rob Herring
wrote:
> From: Rob Herring
>
> The bootm initrd image copy to ram can collide with the stack in cases
> where the print buffer size is large (i.e. 1K). The result is intermittent
> initrd decompression errors depending on the initrd size
Dear Lukasz,
> Hi Jens and Helmut,
>
>> On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote:
>>
>>> The restoration of GPT table (both primary and secondary) is now
>>> possible. Simple GUID generation is supported.
>>>
>>> Signed-off-by: Lukasz Majewski
>>> Signed-off-by: Kyungmin P
Hi Stefan,
On Thu, 31 May 2012 10:59:08 +0200, Stefan Roese wrote:
> This patch adds support for the X600 SPEAr600 based board. Its also
> the first SPEAr600 board that uses the newly introduced SPEAr600
> SPL support. Xloader is not necessary any more. By using the new
> "u-boot.spr" make targe
Hi Matthew,
On 10/03/2012 02:57 AM, McClintock Matthew-B29882 wrote:
> On Tue, Oct 2, 2012 at 5:26 AM, Stefan Roese wrote:
>> On 09/27/2012 10:43 PM, McClintock Matthew-B29882 wrote:
>>> By calling fdt_chosen(), the chosen node will be updated /
>>> created by the "fdt boardsetup" command
Hi Heiko,
On Thu, 04 Oct 2012 08:25:55 +0200
h...@denx.de wrote:
> Hello Nobuhiro,
>
> Nobuhiro Iwamatsu wrote:
> > irq_wait function is not referred to from anywhere.
> >
> > Reported-by: Albert ARIBAUD
> > Signed-off-by: Nobuhiro Iwamatsu
> >
> > ---
> > drivers/i2c/sh_i2c.c | 16 ---
On 10/02/2012 10:08 PM, Scott Wood wrote:
+void __noreturn jump_to_image_linux(void *arg)
+{
+ debug("Entering kernel arg pointer: 0x%p\n", arg);
+ typedef void (*image_entry_arg_t)(void *, ulong r4, ulong r5,
ulong r6,
+ulong r7,
Hi Marek,
On 10/03/2012 02:15 AM, Marek Vasut wrote:
>> Stefan Roese (3):
>> ppc4xx: Remove IOP480 support
>> ppc4xx: Remove ML2 board support
>> ppc4xx: Remove AP1000 board support
> [...]
>
> I see :-)
>
> Not many zombies removed ... any plans to continue this crusade?
Not
Hi Jens and Helmut,
> On Thu, Aug 23, 2012 at 10:13:13PM -, Lukasz Majewski wrote:
>
> > The restoration of GPT table (both primary and secondary) is now
> > possible. Simple GUID generation is supported.
> >
> > Signed-off-by: Lukasz Majewski
> > Signed-off-by: Kyungmin Park
>
> While th
Hi Marek,
On Wed, 3 Oct 2012 02:03:57 +0200, Marek Vasut wrote:
> The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2:
>
> Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
> (2012-10-02 10:16:40 -0700)
>
> are available in the git repository at:
>
Hi Tom,
On Mon, 1 Oct 2012 13:26:19 -0700, Tom Warren
wrote:
> Albert,
>
> Please pull u-boot-tegra/next into ARM next as per the discussion
> currently on-going with Lucas Stach on the list. Thanks!
>
> ./MAKEALL -s tegra20 runs OK, and checkpatch.pl is clean except for 1
> bogus warning abou
84 matches
Mail list logo