early_malloc for DM with support for more heaps and lightweight
first heap on stack.
Adaptation layer for seamless calling of early_malloc or dlmalloc from
DM based on init stage added (dmmalloc() and related functions).
Signed-off-by: Tomas Hlavacek
---
arch/arm/include/asm/config.h
Hello,
I am new to u-boot code. I am reading the usb host controller code for
root hub configuration. I have some queries regarding some code. If
anyone has got understanding about it pls explain it to me.
In usb.c the core calls the usb controller driver (ehci-hcd.c) by issuing
command GET_DESC
On 18/09/2012 01:14, Eric Nelson wrote:
Hi Eric,
> Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
> number MCIMX-LVDS1) to SABRE-Lite board.
>
> This commit is a rebase Fabio Estevan's patch from 5/31 to
> u-boot-video/master:
> http://patchwork.ozlabs.org/patch/162206/
On 17.09.2012 18:34, Fabio Estevam wrote:
lowlevel_init.S is not used on mx6,
Yes, but ...
We use lowlevel_init.S on a not yet public custom board to do some
early, custom specific initialization. So I would vote to keep this.
But most probably non-mainline code isn't a reason to keep this?
Hello,
I am new to u-boot code. I am reading the usb host controller code for
root hub configuration. I have some queries regarding some code. If
anyone has got understanding about it pls explain it to me.
In usb.c the core calls the usb controller driver (ehci-hcd.c) by
issuing command GET_DESCR
Hi Scott,
On Tuesday, September 18, 2012 3:01:58 AM, Scott Wood wrote:
> On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote:
> > Signed-off-by: Benoît Thébaudeau
> > Cc: Scott Wood
> > Cc: Stefano Babic
> > ---
> > Changes for v2:
> > - Fix warning for unused tmp variable in boa
This patch adds support for networking in SPL. Some devices are
capable of loading SPL via network so it makes sense to load the
main U-Boot binary via network too. This patch tries to use
existing network code as much as possible. Unfortunately, it depends
on environment which in turn depends on o
Hi Tom,
On Tue, Sep 18, 2012 at 4:17 AM, Tom Rini wrote:
>
> Please add a GPLv2+ header to the file, thanks.
>
Done.
>
> > diff --git a/lib/vsprintf.c b/lib/vsprintf.c index e38a4b7..6bb819c
> > 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -784,7 +784,7
> > @@ void panic(const char *fm
Dear Tomas Hlavacek,
> early_malloc for DM with support for more heaps and lightweight
> first heap on stack.
>
> Adaptation layer for seamless calling of early_malloc or dlmalloc from
> DM based on init stage added (dmmalloc() and related functions).
>
> Signed-off-by: Tomas Hlavacek
> ---
It
Hi Tom,
On 17-09-2012 16:11, Tom Rini wrote:
On Mon, Sep 17, 2012 at 03:47:46PM +0100, Jos? Miguel Gon?alves wrote:
On 17-09-2012 15:39, Tom Rini wrote:
On Sun, Sep 16, 2012 at 10:11:07AM +0100, Jos? Miguel Gon?alves wrote:
On 09/14/2012 07:58 PM, Tom Rini wrote:
On Fri, Sep 14, 2012 at 06:2
Hi Dirk,
On Tue, Sep 18, 2012 at 5:02 AM, Dirk Behme wrote:
> On 17.09.2012 18:34, Fabio Estevam wrote:
>>
>> lowlevel_init.S is not used on mx6,
>
>
> Yes, but ...
>
> We use lowlevel_init.S on a not yet public custom board to do some early,
> custom specific initialization. So I would vote to k
Thanks to both of you for following up. Over the weekend, I switched to
using the initramfs within the kernel configuration (in the Freescale
kernel) and set the source directory to my rootfs that will be the
ramdrive and it worked great! So I'll stick with this scenario. It's
nice too in th
Thanks for the review, Stefano.
On 09/18/2012 12:47 AM, Stefano Babic wrote:
On 18/09/2012 01:14, Eric Nelson wrote:
Hi Eric,
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
number MCIMX-LVDS1) to SABRE-Lite board.
This commit is a rebase Fabio Estevan's patch from 5/31 t
Hi Greg,
On Tue, Sep 18, 2012 at 10:00 AM, Greg Topmiller
wrote:
> Fabio/Benoit,
>
> I tried the get_board_rev alone and it worked on my mx51evk.
>
> In the FSL u-boot version I am using the set_board_rev is:
> static inline void set_board_rev(int rev)
> {
> system_rev |= (rev & 0xF) << 8
Hi Greg, Fabio,
On Tuesday, September 18, 2012 3:00:58 PM, Greg Topmiller wrote:
> Fabio/Benoit,
>
> I tried the get_board_rev alone and it worked on my mx51evk.
>
> In the FSL u-boot version I am using the set_board_rev is:
> static inline void set_board_rev(int rev)
> {
> system_rev |= (
Dear Bill,
> Thanks to both of you for following up. Over the weekend, I switched to
> using the initramfs within the kernel configuration (in the Freescale
> kernel) and set the source directory to my rootfs that will be the
> ramdrive and it worked great! So I'll stick with this scenario. It'
On Tue, Sep 18, 2012 at 10:41 AM, Benoît Thébaudeau
wrote:
> It looks like there is confusion between the 3stack and Babbage boards here:
> Fabio, the code you refer to in FSL U-Boot comes from the Babbage board, while
> AFAIK, the mx51evk mainline U-Boot board corresponds to the 3stack board (th
On Tuesday, September 18, 2012 3:38:02 PM, Fabio Estevam wrote:
> On Tue, Sep 18, 2012 at 10:41 AM, Benoît Thébaudeau
> wrote:
>
> > It looks like there is confusion between the 3stack and Babbage
> > boards here:
> > Fabio, the code you refer to in FSL U-Boot comes from the Babbage
> > board, wh
On 18/09/2012 15:28, Eric Nelson wrote:
>
> Do you have a reference to the patch so I can follow precedent?
See http://patchwork.ozlabs.org/patch/177403/
Check changes in .h.
Best regards,
Stefano Babic
--
=
DENX Software En
Hi Benoît,
On Tue, Sep 18, 2012 at 10:54 AM, Benoît Thébaudeau
wrote:
> Now, I'm totally confused. FSL's website shows a board that really looks like
> a
> "3-stack" board for its i.MX51 EVK:
> http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX51EVKJ&parentCode=i.MX515&fpsp=1
On 09/17/2012 04:43 PM, Fabio Estevam wrote:
Hi Eric,
On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson
wrote:
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part
number MCIMX-LVDS1) to SABRE-Lite board.
This commit is a rebase Fabio Estevan's patch from 5/31 to
s/Estevan/Esteva
On Tue, Sep 18, 2012 at 11:02 AM, Fabio Estevam wrote:
> But back to the original patch: all you need to do is to pass
> set_board_rev(BOARD_REV2), so that the kernel can correctly identify
> the board revision correctly.
To make it clearer:
get_board_rev should return 0x51100 , where 0x51 is S
Good idea.
Best,
Bill
On 9/18/2012 8:36 AM, Marek Vasut wrote:
Dear Bill,
Thanks to both of you for following up. Over the weekend, I switched to
using the initramfs within the kernel configuration (in the Freescale
kernel) and set the source directory to my rootfs that will be the
ramdrive
On Tue, Sep 18, 2012 at 11:16 AM, Greg Topmiller
wrote:
> So how about something like this in the board specific code?
>
> u32 get_board_rev(void)
> {
> u32 myrev = get_cpu_rev();
> myrev |= 0x100; /* BOARD_REV_2 */
> return myrev;
> }
Looks good, Greg.
Regards,
Fabio Estevam
__
On 18/09/2012 15:41, Benoît Thébaudeau wrote:
> Hi Greg, Fabio,
>
> On Tuesday, September 18, 2012 3:00:58 PM, Greg Topmiller wrote:
>> Fabio/Benoit,
>>
>> I tried the get_board_rev alone and it worked on my mx51evk.
>>
>> In the FSL u-boot version I am using the set_board_rev is:
>> static inline
On 18/09/2012 16:02, Fabio Estevam wrote:
>
>> So, do you mean that mainline U-Boot board naming is broken for mx51evk?
>
> No, the name in U-boot mainline is fine and it matches the name in the
> website.
Right. I dislike if the name is different as the official name. As we
can see, this gene
On 18/09/2012 16:02, Eric Nelson wrote:
>
> Hi Fabio and Stefano,
>
> While trying to understand this, I wonder whether the
> use of overwrite_console() addresses Wolfgang's original
> concern.
>
> I think the suggestion was to set the preboot variable
> to change things:
Wolfgang's first conc
FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
information.
If this data is not present, the kernel misconfigures the TZIC, which results in
the timer interrupt handler never being called, so the kernel deadlocks while
calibrating its delay.
Suggested-by: Greg Topmil
On Thu, Sep 06, 2012 at 03:37:22PM -0500, Andy Fleming wrote:
> Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
> 09:17:27 +0200)
>
> are available in the git repository at:
>
>
> git://www.denx.de/git/u-boot-mmc.git master
>
> for you to fetch changes up to 95b01c47ed
On Mon, Sep 10, 2012 at 11:41:49AM +0200, Stefan Roese wrote:
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
>
> Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
> 09:17:27 +0200)
>
> are available in the git repository at:
>
>
> git://ww
On Wed, Sep 12, 2012 at 12:13:17PM +0200, Michal Simek wrote:
> Dear Wolfgang,
>
> please pull the following changes to your tree.
>
> Thanks,
> Michal
>
>
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
> Wolfgang Denk (1):
> Merge branch 'master' of g
On Thu, Sep 13, 2012 at 01:38:33PM +0200, Andreas Bie??mann wrote:
> Dear Tom Rini,
>
> these two patches should go into this release. The 'Fix strict-aliasing' is a
> very old patch which was a long time untested. The new board was posted way
> before merge window close but required a patch that
On Fri, Sep 14, 2012 at 04:04:36AM +0200, Daniel Schwierzeck wrote:
> Hi Tom,
>
> this one is without qemu_mips64 support and without any warnings.
>
>
> The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:
>
> Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12
On Sat, Sep 15, 2012 at 09:54:14AM -0400, Jerry Van Baren wrote:
> Dear Tom,
>
> Please pull u-boot-fdt. This contains the FDT null address bug fix from
> Marek.
>
> Thanks,
> gvb
>
> P.S. Tom - Resent because I sent to the list from the wrong email account.
>
> The following changes since com
On Mon, Sep 17, 2012 at 12:03:44PM +0200, Heiko Schocher wrote:
> Hello Tom,
>
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
>
> Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
> 09:17:27 +0200)
>
> are available in the git repository at:
>
On Mon, Sep 17, 2012 at 02:39:01PM -0700, Simon Glass wrote:
> Hi Thierry,
>
> On Sat, Sep 15, 2012 at 11:49 PM, Thierry Reding
> wrote:
> > On Sat, Sep 15, 2012 at 07:45:30PM -0700, Simon Glass wrote:
> >> Hi,
> >>
> >> On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding
> >> wrote:
> >> > On Sat,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/17/12 20:09, Ira W. Snyder wrote:
> On Mon, Sep 17, 2012 at 06:18:12PM -0700, Tom Rini wrote:
>> On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote:
>>> Hi Tom,
>>>
>>> Ira improved mpc8308rdb h/w support by making it more
>>> comprehe
On Mon, Sep 17, 2012 at 07:31:32AM -0700, Tom Rini wrote:
> Hey all,
>
> I had intended to send this last thing Friday but it slipped my mind.
> But with my intention to do -rc1 this Friday, this works too. That
> said...
>
> Here's where I'm at so far:
> - Locally, I believe I have all outstand
On Tue, Sep 18, 2012 at 11:48 AM, Benoît Thébaudeau
wrote:
> FSL 2.6.35 kernel assumes that the bootloader passes the CONFIG_REVISION_TAG
> information.
>
> If this data is not present, the kernel misconfigures the TZIC, which results
> in
> the timer interrupt handler never being called, so the
Thanks Stefano,
On 09/18/2012 07:42 AM, Stefano Babic wrote:
On 18/09/2012 16:02, Eric Nelson wrote:
Hi Fabio and Stefano,
While trying to understand this, I wonder whether the
use of overwrite_console() addresses Wolfgang's original
concern.
I think the suggestion was to set the preboot vari
Fabio,
On Tuesday, September 18, 2012 5:24:57 AM, Fabio Estevam wrote:
> Hi Benoît ,
>
> On Mon, Sep 17, 2012 at 4:04 PM, Benoît Thébaudeau
> wrote:
>
> > +u32 get_board_rev(void)
> > +{
> > + return get_cpu_rev();
> > +}
>
> Is this enough? Looking at FSL U-boot there is also a:
>
> s
Benoît,
On Tue, Sep 18, 2012 at 1:01 PM, Benoît Thébaudeau
wrote:
> I have a question regarding this code: Is it normal that it does not enable a
> weak pull-up (100 k) on UART3_RXD's pad? According to the schematic history,
> the
> pull-down R6001 (10 k) has been added to UART3_RXD for revisio
On Mon, Sep 17, 2012 at 08:21:14PM -0500, Scott Wood wrote:
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
>
> Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04
> 09:17:27 +0200)
>
> are available in the git repository at:
>
>
> git://git.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/17/12 16:12, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote:
>>> This patchset is a STAGE 1 of preparation of the stdio and
>>> serial subsys for the driver model.
>>
>> [snip]
>>
>>> 6) R
On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> Implement empty serial_* functions for SPL without serial
> support enabled. This is imperative to haave once serial
> multi is enabled unconditionally.
>
> Signed-off-by: Marek Vasut
> Cc: Marek Vasut
> Cc: Tom Rini
> ---
> commo
Add Ethernet support.
Signed-off-by: Fabio Estevam
---
Hi,
As far as I can see mx6qarm2 and mx6qsabresd has the same circuitry related to
AR8031 Ethernet PHY.
However, with this patch I still get 25MHz instead of 125MHz in the AR8031 CLKO
pin and Ethernet is not functional.
Any ideas are appre
Dear Tom Rini,
[...]
> > On the other hand, my stdio rework (step 2) managed to trim down
> > the size a bit, so that might be small compensation.
>
> Can you give us a current example, both to help make sure everyone
> understands we won't have too big a growth overall and so that if you
> don'
Dear Tom Rini,
> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > Implement empty serial_* functions for SPL without serial
> > support enabled. This is imperative to haave once serial
> > multi is enabled unconditionally.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Marek Vasut
>
Dear Bill,
In message <505875a7.3040...@techsi.com> you wrote:
> Thanks to both of you for following up. Over the weekend, I switched to
> using the initramfs within the kernel configuration (in the Freescale
> kernel) and set the source directory to my rootfs that will be the
> ramdrive and i
On Mon, Sep 17, 2012 at 01:20:33AM +0200, Marek Vasut wrote:
> This macro simplifies declaration of weak aliases for per-driver
> functions, which register these drivers with the serial subsystem.
> The idea here is to push serial_register() calls from serial.c into
> the drivers. To avoid pile of
The printf() implementation needs 4~5KB of storage space which may not be
available when building an SPL for SoCs with scarce internal RAM
(8KB or less). This patch adds a new option, CONFIG_SPL_PRINTF_SUPPORT,
to deal with this.
Signed-off-by: José Miguel Gonçalves
---
Changes for v3:
- new p
The loop used to make a delay after baudrate setting is not necessary.
Moreover it is removed by the GCC optimizer (at least with GCC 4.6).
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- New patch
Changes for v3:
- None
---
drivers/serial/serial_s3c24x0.c |3 ---
1 file ch
rtc_reset() must set the RTC date to the UNIX Epoch.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- New patch
Changes for v3:
- None
---
drivers/rtc/s3c24x0_rtc.c | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/drivers/rtc/s3c24x0_rtc.c b
The values stored in the baud rate divisor register (UBRDIVn) and dividing
slot register (UDIVSLOTn), are used to determine the serial baudrate.
Previously only UBRDIVn was set. This patch initializes also UDIVSLOTn
which allows to obtain a more precise baudrate.
Signed-off-by: José Miguel Gonçalv
Support for the MINI2416 board based on a Samsung's S3C2416 SoC with
64MB DDR2 SDRAM, 256MB NAND Flash, a LAN9220 Ethernet Controller and a
WM8731 Audio CODEC.
Changes for v2:
- Coding style cleanup
- Removed new serial and rtc drivers
- Use of in-tree serial and rtc drivers
Changes for
This RTC only supports a 100 years range so rtc_set() should not allow setting
years bellow 1970 or above 2069.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- New patch
Changes for v3:
- None
---
drivers/rtc/s3c24x0_rtc.c |5 +
1 file changed, 5 insertions(+)
diff --g
A better approach to avoid reading the RTC during updates, as sugested in
the S3C2416 User's Manual.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- New patch
Changes for v3:
- Removed unneeded parenthesis
---
drivers/rtc/s3c24x0_rtc.c | 10 --
1 file changed, 8 inser
S3C2416 and S3C2450 have 4 UARTs insted of 3 found on older chips.
This patch adds support to the additional UART port and changes the
mapping between CONFIG_SERIAL? and S3C24X0_UART? in order they have
a direct correspondence.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- New pat
Samsung's S3C24XX SoCs need this in order to generate a binary image
with a padded SPL concatenated with U-Boot.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- None
Changes for v3:
- Changed new binary target name from u-boot-ubl.bin to u-boot-pad.bin
---
Makefile | 11 +
NAND Flash driver with HW ECC for the S3C24XX SoCs.
Currently it only supports SLC NAND chips.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- Coding style cleanup
- Use of clrsetbits_le32()
- Use of register bit macros instead of magic numbers
Changes for v3:
- Removed ma
The MINI2416 board is based on a Samsung's S3C2416 SoC and has 64MB DDR2 SDRAM,
256MB NAND Flash, a LAN9220 Ethernet Controller and a WM8731 Audio CODEC.
This U-Boot port was implemented and tested on a unit bought to Boardcon
(http://www.armdesigner.com/) but there are some other chinese providers
On 09/18/2012 12:13:57 PM, Marek Vasut wrote:
Dear Tom Rini,
> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > Implement empty serial_* functions for SPL without serial
> > support enabled. This is imperative to haave once serial
> > multi is enabled unconditionally.
> >
> > Sig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 10:13, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
>>> Implement empty serial_* functions for SPL without serial
>>> support enabled. This is imperative to haave once serial multi
Dear Tom Rini,
> On Mon, Sep 17, 2012 at 01:20:33AM +0200, Marek Vasut wrote:
> > This macro simplifies declaration of weak aliases for per-driver
> > functions, which register these drivers with the serial subsystem.
> > The idea here is to push serial_register() calls from serial.c into
> > the
Dear Tom Rini,
> On 09/18/12 10:13, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> >> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> >>> Implement empty serial_* functions for SPL without serial
> >>> support enabled. This is imperative to haave once serial multi
> >>> is enabled unc
On 09/18/2012 12:40:36 PM, José Miguel Gonçalves wrote:
NAND Flash driver with HW ECC for the S3C24XX SoCs.
Currently it only supports SLC NAND chips.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- Coding style cleanup
- Use of clrsetbits_le32()
- Use of register bit macros
Dear Scott Wood,
> On 09/18/2012 12:13:57 PM, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> > > On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > > > Implement empty serial_* functions for SPL without serial
> > > > support enabled. This is imperative to haave once serial
> > > > mul
From: Stephen Warren
DMA buffer cache invalidation requires that buffers have cache-aligned
buffer locations and sizes. Use memalign() and ALLOC_CACHE_ALIGN_BUFFER()
to ensure this.
On Tegra at least, without this fix, the following fail commands fail in
u-boot-master/ext4, but succeeded at the
Hi Nobuhiro Iwamatsu,
On Mon, Sep 17, 2012 at 8:11 PM, Nobuhiro Iwamatsu wrote:
> Hi, Joe.
>
> Could you pick this patch to your repository?
This is in my backlog.
Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 11:01, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On 09/18/12 10:13, Marek Vasut wrote:
>>> Dear Tom Rini,
>>>
On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> Implement empty serial_* functions for SPL without serial
When storage devices contain files larger than the embedded RAM, it is useful to
be able to read these files by chunks, e.g. for a software update to the
embedded NAND Flash from an external storage device (USB stick, SD card, etc.).
Hence, this patch makes it possible by adding a new FAT API to r
On Sat, Aug 18, 2012 at 10:46 AM, Otavio Salvador
wrote:
> Specially when many revisions are need for a patchset, the most
> interesting information is about the last set of changes so we output
> the changelog in reverse order to easy identification of most recent
> change set.
>
> Signed-off-by:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/17/12 17:36, Scott Wood wrote:
> On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote:
>> Signed-off-by: Benoît Thébaudeau
>> Cc: Scott Wood
>> Cc: Stefano Babic ---
>> Changes for v2: - Fix warning for unused tmp variable in
>>
On 18-09-2012 19:02, Scott Wood wrote:
On 09/18/2012 12:40:36 PM, José Miguel Gonçalves wrote:
NAND Flash driver with HW ECC for the S3C24XX SoCs.
Currently it only supports SLC NAND chips.
Signed-off-by: José Miguel Gonçalves
---
Changes for v2:
- Coding style cleanup
- Use of clrsetbit
Hi Thierry,
On Tue, Sep 18, 2012 at 7:54 AM, Thierry Reding
wrote:
> On Mon, Sep 17, 2012 at 02:39:01PM -0700, Simon Glass wrote:
>> Hi Thierry,
>>
>> On Sat, Sep 15, 2012 at 11:49 PM, Thierry Reding
>> wrote:
>> > On Sat, Sep 15, 2012 at 07:45:30PM -0700, Simon Glass wrote:
>> >> Hi,
>> >>
>> >
Dear Tom Rini,
> On 09/18/12 11:01, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> >> On 09/18/12 10:13, Marek Vasut wrote:
> >>> Dear Tom Rini,
> >>>
> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > Implement empty serial_* functions for SPL without serial
> > suppor
On 09/18/2012 01:03:17 PM, Marek Vasut wrote:
Dear Scott Wood,
> On 09/18/2012 12:13:57 PM, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> > > On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > > > Implement empty serial_* functions for SPL without serial
> > > > support enabled. This
On 09/18/2012 01:22:58 PM, José Miguel Gonçalves wrote:
On 18-09-2012 19:02, Scott Wood wrote:
On 09/18/2012 12:40:36 PM, José Miguel Gonçalves wrote:
+#define TACLS_VAL7/* CLE & ALE duration setting (0~7) */
+#defineTWRPH0_VAL7/* TWRPH0 duration setting (0~7) */
+#define TW
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 11:24, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On 09/18/12 11:01, Marek Vasut wrote:
>>> Dear Tom Rini,
>>>
On 09/18/12 10:13, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vas
Dear Scott Wood,
> On 09/18/2012 01:03:17 PM, Marek Vasut wrote:
> > Dear Scott Wood,
> >
> > > On 09/18/2012 12:13:57 PM, Marek Vasut wrote:
> > > > Dear Tom Rini,
> > > >
> > > > > On Mon, Sep 17, 2012 at 01:21:27AM +0200, Marek Vasut wrote:
> > > > > > Implement empty serial_* functions for S
Dear Simon Glass,
> Hi Thierry,
>
> On Tue, Sep 18, 2012 at 7:54 AM, Thierry Reding
>
> wrote:
> > On Mon, Sep 17, 2012 at 02:39:01PM -0700, Simon Glass wrote:
> >> Hi Thierry,
> >>
> >> On Sat, Sep 15, 2012 at 11:49 PM, Thierry Reding
> >>
> >> wrote:
> >> > On Sat, Sep 15, 2012 at 07:45:30
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 11:33, Marek Vasut wrote:
> Dear Scott Wood,
[snip]
>> I think I got some wires crossed and was thinking about
>> printf/puts. We want those to be optimized away at compile time
>> (not pointed to a stub at link time) on an SPL that has no
On 18-09-2012 19:30, Scott Wood wrote:
On 09/18/2012 01:22:58 PM, José Miguel Gonçalves wrote:
On 18-09-2012 19:02, Scott Wood wrote:
On 09/18/2012 12:40:36 PM, José Miguel Gonçalves wrote:
+#define TACLS_VAL7/* CLE & ALE duration setting (0~7) */
+#defineTWRPH0_VAL7/* TWRP
Dear Tom Rini,
> On 09/18/12 11:33, Marek Vasut wrote:
> > Dear Scott Wood,
>
> [snip]
>
> >> I think I got some wires crossed and was thinking about
> >> printf/puts. We want those to be optimized away at compile time
> >> (not pointed to a stub at link time) on an SPL that has no output
> >> s
On Tue, Sep 18, 2012 at 08:37:44PM +0200, Marek Vasut wrote:
> Dear Simon Glass,
>
> > Hi Thierry,
> >
> > On Tue, Sep 18, 2012 at 7:54 AM, Thierry Reding
> >
> > wrote:
> > > On Mon, Sep 17, 2012 at 02:39:01PM -0700, Simon Glass wrote:
> > >> Hi Thierry,
> > >>
> > >> On Sat, Sep 15, 2012 at
On Mon, Sep 03, 2012 at 04:08:02PM +0200, Beno??t Th??baudeau wrote:
> Dear Wolfgang Denk,
>
> On Sunday, September 2, 2012 5:21:15 PM, Wolfgang Denk wrote:
> > Dear Beno??t Th??baudeau,
> >
> > In message
> > <2017658963.332562.1342790429735.javamail.r...@advansee.com> you
> > wrote:
> > > With:
On Fri, Jul 27, 2012 at 08:04:32AM -, Marek Vasut wrote:
> greth.c: In function ???greth_recv???:
> greth.c:507:3: warning: format ???%lx??? expects argument of type ???long
> unsigned int???, but argument 2 has type ???unsigned int??? [-Wformat]
> greth.c:507:3: warning: format ???%lx??? exp
P4080 Rev3.0 fixes ESDHC13 errata, so update the code to make the
workaround conditional.
In formal release document, the errata number should be ESDHC13 instead
of ESDHC136.
Signed-off-by: Roy Zang
---
for sdk1.3. fix defect ENGR180745
arch/powerpc/cpu/mpc85xx/cmd_errata.c |5 +++--
ar
On Fri, Jul 27, 2012 at 08:04:33AM -, Marek Vasut wrote:
> cmd_bdinfo.c: In function ???do_bdinfo???:
> cmd_bdinfo.c:220:9: warning: format ???%lx??? expects argument of type
> ???long unsigned int???, but argument 2 has type ???int??? [-Wformat]
> cmd_bdinfo.c:222:9: warning: format ???%lx??
On Fri, Jul 27, 2012 at 08:04:34AM -, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Daniel Hellstrom
> Cc: u-boot...@lists.denx.de
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing
On Wed, Aug 08, 2012 at 04:24:13PM -, Tyler Olmstead wrote:
> Remove linker command line options from the SPL makefile
> that force the inclusion of unreferenced command code from
> linked object files. As commands are not used in the SPL,
> these options resulted in an unnecessary increase in
On Fri, Aug 10, 2012 at 07:45:15AM -, Beno?t Th?baudeau wrote:
> Commit 5e724ca did the same thing for env_common and env_embedded, but forgot
> fw_env.
>
> Signed-off-by: Beno?t Th?baudeau
> Cc: Wolfgang Denk
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital
On Fri, Aug 10, 2012 at 07:45:31AM -, Beno?t Th?baudeau wrote:
> The ethprime env var was missing from env_common.
>
> Signed-off-by: Beno?t Th?baudeau
> Cc: Wolfgang Denk
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Fri, Aug 10, 2012 at 07:45:44AM -, Beno?t Th?baudeau wrote:
> Signed-off-by: Beno?t Th?baudeau
> Cc: Wolfgang Denk
> Acked-by: Mike Frysinger
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot
On Fri, Aug 24, 2012 at 12:11:36AM -, Gerlando Falauto wrote:
> iomux_doenv() can only return 0 or 1.
> So there is no need to save its return value in variable i, as checking
> its truth value within an if statement is enough.
>
> Signed-off-by: Gerlando Falauto
> Reviewed-by: Marek Vasut
On Wed, Sep 05, 2012 at 05:16:55PM -, Marek Vasut wrote:
> This board is the only board that still sticks to OneNAND IPL.
> Remove this board, since we have SPL around for a while and
> OneNAND is well supported in the SPL framework. The board can
> be revived if necessary.
>
> Signed-off-by:
On Wed, Sep 05, 2012 at 05:09:08PM -, Marek Vasut wrote:
> After removing the Apollon board, remove the OneNAND IPL too.
> There are no users for it any more.
>
> Signed-off-by: Marek Vasut
> Cc: Albert Aribaud
> Cc: Minkyu Kang
> Cc: Tom Rini
> Acked-by: Minkyu Kang
Applied to u-boot/m
On Fri, Sep 07, 2012 at 09:15:33AM -, Stephen Warren wrote:
> From: Stephen Warren
>
> The third parameter to ALLOC_CACHE_ALIGN_BUFFER is not size (as named),
> but rather count (number of elements of the type to allocate). The
> current code ends up allocating one copy of env_t for each byt
On Sun, Sep 09, 2012 at 08:16:58PM -, Iwo Mergler wrote:
> The original memory sizing code in get_ram_size clobbers the word
> at the base address, but forgets to restore it.
>
> Signed-off-by: Iwo Mergler
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signa
On Fri, Sep 07, 2012 at 09:15:33AM -, Stephen Warren wrote:
> From: Stephen Warren
>
> The third parameter to ALLOC_CACHE_ALIGN_BUFFER is not size (as named),
> but rather count (number of elements of the type to allocate). The
> current code ends up allocating one copy of env_t for each byt
1 - 100 of 183 matches
Mail list logo