Dear Hongbo,
In message <5007fbbf.7040...@gmail.com> you wrote:
>
> I get some information from MAINTAINERS file. I know The board of
> S3C6400 is a orphaned board. Also I have not the board, But I have a
> S3C6410 board in my hand. In my development u-boot for my board, I know
> the S3C6410 repl
Dear Joe Hershberger,
In message
you wrote:
> The following changes since commit 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d:
> Wolfgang Denk (1):
> Merge branch 'next' of git://git.denx.de/u-boot-net into next
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-n
Hi Mike,
On Thu, 19 Jul 2012 10:27:07 -0400, Mike Frysinger wrote:
> On Thursday 19 July 2012 02:28:05 Albert ARIBAUD wrote:
> > On Thu, 19 Jul 2012 00:29:23 -0400, Mike Frysinger wrote:
> > > On Monday 02 July 2012 12:14:40 Måns Rullgård wrote:
> > > > It's slightly more complicated than that.
Dear Marek,
In message <201207191452.53818.ma...@denx.de> you wrote:
>
> please apply this into the current release. I'm hereby commiting seppuku.
PLEASE send such pull reqeusts to the mailing list, so everybody can
see it.
> The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c
Hi Marek and Mike,
> sounds like we should rip all this cache stuff out of common.h and into
> > like cache.h so we can document the API expectations. i think Wolfgang
> > was against this before, but maybe that was just creating a header for
> one
> > specific cache macro and not all cache stuff
Hi,
On Thu, 19 Jul 2012 10:30:44 +0900
Donghwa Lee wrote:
> This patch support exynos fimd driver for various exynos series different from
> existing it supports only exynos4 chip.
>
> Signed-off-by: Donghwa Lee
> Signed-off-by: Kyungmin Park
> ---
> Changes for v1:
> - moves exynos_fim
Hi Prafulla,
On Thu, Jul 19, 2012 at 11:02:58PM -0700, Prafulla Wadaskar wrote:
> > board/iomega/iconnect/kwbimage.cfg | 165
> >
>
> Is this file (kwbimage.cfg) 100% clone from any existing file already
> mainlined?
No, but I did not check with all .cfg fi
On 20/07/2012 07:35, Dirk Behme wrote:
> Then
>
> http://lists.denx.de/pipermail/u-boot/2012-June/126097.html
>
> mentions "WD applied the cache stub patch already".
>
> So do we have this "cache stub patch" somewhere which fixes the issue
> mentioned above? I'm not sure I've seen it ...
It is
An empty flush_dcache_range() was added into MPC85xx to
work with drivers shared with other architecture.
However, it is compiled only if USB is set, but it is required
for other drivers (FSL_ESDHC), too.
Signed-off-by: Stefano Babic
CC: Andy Fleming
CC: Dirk Behme
CC: Marek Vasut
CC: Wolfgang
The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so.
Signed-off-by: Joakim Tjernlund
---
arch/powerpc/lib/board.c |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git arch/powerpc/lib/board.c arch/powerpc/lib/board.c
index d5b75e5..dc7cc40 100644
--- arch/pow
PowerPC mandates SP to be 16 bytes aligned.
Furthermore, a stack frame is added, pointing to the reset vector
which is just get in the way when gdb is walking the stack because
the reset vector may not accessible depending on emulator settings.
Also use a temp register so gdb doesn't pick up interm
From: Tetsuyuki Kobayashi
Add dummy member to struct sh73a0_rwdt in sh73a0.h.
Without this, initializing watch dog timer goes wrong.
Signed-off-by: Tetsuyuki Kobayashi
---
Changes for v2:
- New
Changes for v3:
- No change
Changes for v4:
- No change
Changes for v5:
- remove volatile
arch/
On 19/07/2012 19:14, Marek Vasut wrote:
> Dear Stathis Voukelatos,
>
>> Fixed some typos in the i.MX28 PMU code that sets up the VDDD
>> and VDDIO power rails. In addition the VDDD and VDDIO brownout
>> offset values should be divided by a step size before being
>> programmed to the corresponding
> -Original Message-
> From: Wojciech Dubowik [mailto:wojciech.dubo...@neratec.com]
> Sent: 20 July 2012 15:39
> To: Luka Perkov
> Cc: Prafulla Wadaskar; u-boot@lists.denx.de; t...@night-shade.org.uk
> Subject: Re: [PATCH v2] kirkwood: add support for Iomega iConnect
> board
>
> I have l
On 20 July 2012 17:28, Anatolij Gustschin wrote:
> Hi,
>
> On Thu, 19 Jul 2012 10:30:44 +0900
> Donghwa Lee wrote:
>
>> This patch support exynos fimd driver for various exynos series different
>> from
>> existing it supports only exynos4 chip.
>>
>> Signed-off-by: Donghwa Lee
>> Signed-off-by:
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid
software overhead and to make transfers as fast as possible.
The only drawback is a call to memalign. However, this is fast compared to the
transfer timings, and the heap size to allocate is small, e.g. a little bit mor
Dear Mike Frysinger,
> On Saturday 07 July 2012 23:08:14 Marek Vasut wrote:
> > +/*
> > + * DEFINE_CACHE_ALIGN_BUFFER() is similar to ALLOC_CACHE_ALIGN_BUFFER,
> > but it's + * purpose is to allow allocating aligned buffers outside of
> > function scope. + * Usage of this macro shall be avoided or
Dear Mike Frysinger,
> On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote:
> > > Putting there the __func__ name would improve structure and speed up
> > > finding right place.
> >
> > And if you want to use even __LINE__, look up __stringify patch in the ML
> > archives ;-)
>
> ugh, no, let's
Dear Mike Frysinger,
> On Tuesday 03 July 2012 17:32:54 Marek Vasut wrote:
> > > +int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> > > +{
> > > + char *str_env = NULL, *env_bkp = NULL;
> > > + static char *s = "dfu";
> > > + int ret = 0;
> > > +
> > > + if (argc < 3)
> > > +
Am 20.07.2012 13:26, schrieb Benoît Thébaudeau:
This patch takes advantage of the hardware EHCI qTD queuing mechanism to avoid
software overhead and to make transfers as fast as possible.
The only drawback is a call to memalign. However, this is fast compared to the
transfer timings, and the hea
Dear Prafulla Wadaskar,
[...]
> > diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c
> > b/arch/arm/cpu/arm926ejs/kirkwood/dram.c
> > index 181b3e7..d938578 100644
> > --- a/arch/arm/cpu/arm926ejs/kirkwood/dram.c
> > +++ b/arch/arm/cpu/arm926ejs/kirkwood/dram.c
> > @@ -32,6 +32,12 @@ DECLARE_GLO
Dear Stefano Babic,
> On 19/07/2012 19:14, Marek Vasut wrote:
> > Dear Stathis Voukelatos,
> >
> >> Fixed some typos in the i.MX28 PMU code that sets up the VDDD
> >> and VDDIO power rails. In addition the VDDD and VDDIO brownout
> >> offset values should be divided by a step size before being
>
Hi Wolfgang Denk,
On 07/20/2012 03:11 PM, Wolfgang Denk wrote:
> Dear Hongbo,
>
> In message <5007fbbf.7040...@gmail.com> you wrote:
>>
>> I get some information from MAINTAINERS file. I know The board of
>> S3C6400 is a orphaned board. Also I have not the board, But I have a
>> S3C6410 board in
I have looked at original linux source from Mapower and added
some description.
I also don't have schematics...
Br,
Wojtek
On 07/20/2012 10:53 AM, Luka Perkov wrote:
Hi Prafulla,
On Thu, Jul 19, 2012 at 11:02:58PM -0700, Prafulla Wadaskar wrote:
board/iomega/iconnect/kwbimage.cfg | 165
++
From: Zhong Hongbo
Signed-off-by: Zhong Hongbo
---
MAINTAINERS |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fd0c65c..84413de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -959,6 +959,10 @@ Vladimir Zapolskiy
devkit3250
Hi Wolfgang,
The following changes since commit
3ec81d758c09d6887a77a1b1259d044a2905bc8e:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20
09:12:43 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to a21c6511
Hi Marek, hi Prafulla,
On 07/20/2012 01:40 PM, Marek Vasut wrote:
> Dear Prafulla Wadaskar,
>
> [...]
>
>>> diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c
>>> b/arch/arm/cpu/arm926ejs/kirkwood/dram.c
>>> index 181b3e7..d938578 100644
>>> --- a/arch/arm/cpu/arm926ejs/kirkwood/dram.c
>>> +++
Remove the defines and do this with a C-struct.
Signed-off-by: Holger Brunck
cc: Prafulla Wadaskar
cc: Valentin Longchamp
cc: Gerlando Falauto
cc: Marek Vasut
---
changes for v3:
- new patch as requested on the ML
arch/arm/cpu/arm926ejs/kirkwood/dram.c | 23 +--
1 fi
From: Gerlando Falauto
Size of the SDRAM chips might differ between any two (otherwise
identical) instances of the same board. So add a function which reads
out the current ram size and set them in the SDRAM size register of
kirkwood.
Signed-off-by: Gerlando Falauto
Signed-off-by: Holger Brunck
Some boards may differ only in the SDRAM size. This function allows to
fix the size accordingly and we can use the same u-boot binary for both
boards.
Signed-off-by: Holger Brunck
Signed-off-by: Gerlando Falauto
cc: Prafulla Wadaskar
cc: Valentin Longchamp
cc: Marek Vasut
---
chages for v3:
From: Gerlando Falauto
Some boards might be equipped with different SDRAM configurations.
When that is the case, CPU CS Window Size Register (CS[0]n Size)
should be set to the biggest value through board.cfg file; then its
value can be fixed at runtime according to the detected SDRAM size.
There
Dear All,
I am trying to use "usb keyboard" on u-boot. I am using the
u-boot stack which was shared by you. Can you help me to know where problem
is going. I am sending some of debug prints which i found on my "Beagle
board xM".
I have connected usb mouse and usb keyboard on same side
From: Zhong Hongbo
Signed-off-by: Zhong Hongbo
---
MAINTAINERS |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fd0c65c..84413de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -959,6 +959,10 @@ Vladimir Zapolskiy
devkit3250
On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote:
> Hmm OK I disabled the watchdog and enabled debugging and now this
> is what I get at the first boot after flashing:
>
> | RomBOOT
> |
> |
> | U-Boot 2012.04.01-3-gab465ef-dirty (Jul 18 2012 - 15:08:22)
> |
> | U-Boot code: 23F0
On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
> Am 20.07.2012 13:26, schrieb Benoît Thébaudeau:
> > + int xfr_bytes = min(left_length,
> > + (QT_BUFFER_CNT * 4096 -
> > +((uint32_t)buf_pt
Remove spaces before opening parentheses in function calls.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- New patch for this version of the series.
.../fs/fat/fat.c | 44 ++--
1 file changed, 21 insertions(+), 23 d
startblock must be taken into account in order not to read past the end of the
FAT.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- Patch renumbering because of the new v2 1/8.
- Possible code style changes due to the new v2 1/8.
.../fs/fat/fat.c
fatlength is not used after this assignment, so it is useless and can be
removed.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- Patch renumbering because of the new v2 1/8.
- Possible code style changes due to the new v2 1/8.
.../fs/fat/fat.c
With the previous code, the remaining prefetched sectors were read again after
each sector. With this patch, each sector is read only once, thus making the
prefetch useful.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- Patch renumbering because of the new v2 1/8.
- P
With:
fatls mmc 0 /dir/file
dir: regular directory
file: regular file
The previous code read the contents of file as if it were directory entries to
list. This patch refuses to list file contents as if it were a folder.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- P
Add a buffer bouncing mechanism to get_cluster. This can be useful for
misaligned applicative buffers passed through get_contents. This is required for
the following patches in the case of data aligned differently relatively to
buffers and clusters.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang D
One call to get_cluster can be factorized with another, so avoid duplicating
code.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
Changes for v2:
- Patch renumbering because of the new v2 1/8.
- Possible code style changes due to the new v2 1/8.
.../fs/fat/fat.c
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
Argh, it was 1/8 actually, not 1/9...
- Original Message -
> From: "Benoît Thébaudeau"
> To: u-boot@lists.denx.de
> Cc: "Wolfgang Denk" , "Mike Frysinger"
> Sent: Friday, July 20, 2012 3:18:44 PM
> Subject: [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces
>
> Remove spaces before openi
Export the MD5 step-by-step API so that it is possible for the lib users to
digest files by chunks. This is especially useful for very large files that
would not fit into the embedded RAM.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
---
.../include/u-boot/md5.h
Dear Atul Kumar,
> Dear All,
>
>I am trying to use "usb keyboard" on u-boot. I am using the
> u-boot stack which was shared by you. Can you help me to know where problem
> is going. I am sending some of debug prints which i found on my "Beagle
> board xM".
>
> I have connected usb m
Dear Benoît Thébaudeau,
> On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
> > Am 20.07.2012 13:26, schrieb Benoît Thébaudeau:
> > > + int xfr_bytes = min(left_length,
> > > + (QT_BUFFER_CNT * 4096 -
> > > +
> -Original Message-
> From: Holger Brunck [mailto:holger.bru...@keymile.com]
> Sent: 20 July 2012 18:04
> To: u-boot@lists.denx.de
> Cc: Holger Brunck; Prafulla Wadaskar; Valentin Longchamp; Gerlando
> Falauto; Marek Vasut
> Subject: [PATCH v3 1/4] kirkwood: use c-struct for access to SD
Dear Marek Vasut,
On Friday 20 July 2012 15:44:01 Marek Vasut wrote:
> > On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
> > > Am 20.07.2012 13:26, schrieb Benoît Thébaudeau:
> > > > + int xfr_bytes = min(left_length,
> > > > +
This driver uses the century bit of this RTC in the opposite way Linux does.
From Linux's rtc-pcf8563.c:
/*
* The meaning of MO_C bit varies by the chip type.
* From PCF8563 datasheet: this bit is toggled when the years
* register overflows from 99 to 00
Add support for Freescale's i.MX DryIce RTC, present on i.MX25.
Signed-off-by: Benoît Thébaudeau
Cc: Wolfgang Denk
Cc: Stefano Babic
---
.../drivers/rtc/Makefile |1 +
/dev/null => u-boot-66714b1/drivers/rtc/imxdi.c| 224
2 files changed,
On Fri, Jul 20, 2012 at 03:08:51PM +0200, Markus Hubig wrote:
> On Wed, Jul 18, 2012 at 03:21:00PM +0200, Markus Hubig wrote:
> > Hmm OK I disabled the watchdog and enabled debugging and now this
> > is what I get at the first boot after flashing:
> >
> > | RomBOOT
> > |
> > |
> > | U-Boot 2012.
On Friday 20 July 2012 04:24:55 Macpaul Lin wrote:
> Since this discussion hasn't been finished,
> and we haven't decide the final action about the new policy about cache.h
> and common.h.
> I'd like to pick this patch v2 for the coming release for fixing build
> error for board adp-ag102.
> What d
On Friday 20 July 2012 07:33:49 Marek Vasut wrote:
> Dear Mike Frysinger,
> > On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote:
> > > > Putting there the __func__ name would improve structure and speed up
> > > > finding right place.
> > >
> > > And if you want to use even __LINE__, look up __
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Am 20.07.2012 15:56, schrieb Benoît Thébaudeau:
Dear Marek Vasut,
On Friday 20 July 2012 15:44:01 Marek Vasut wrote:
On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
Am 20.07.2012 13:26, schrieb Benoît Thébaudeau:
+ int xfr_bytes = min(left_length,
+
On Sunday 18 March 2012 20:31:24 Mike Frysinger wrote:
> All the global flag defines are the same across all arches. So unify them
> in one place, and add a simple way for arches to extend for their needs.
this one seems to still apply with `git am -3` to mainline ...
-mike
signature.asc
Descri
On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote:
> Am 20.07.2012 15:56, schrieb Benoît Thébaudeau:
> > Dear Marek Vasut,
> >
> > On Friday 20 July 2012 15:44:01 Marek Vasut wrote:
> >>> On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
> Am 20.07.2012 13:26, schrieb Be
Am 20.07.2012 17:03, schrieb Benoît Thébaudeau:
On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote:
Am 20.07.2012 15:56, schrieb Benoît Thébaudeau:
Dear Marek Vasut,
On Friday 20 July 2012 15:44:01 Marek Vasut wrote:
On Friday 20 July 2012 13:37:37 Stefan Herbrechtsmeier wrote:
Am
On Friday 20 July 2012 17:15:13 Stefan Herbrechtsmeier wrote:
> Am 20.07.2012 17:03, schrieb Benoît Thébaudeau:
> > On Friday 20 July 2012 16:51:33 Stefan Herbrechtsmeier wrote:
> >> Am 20.07.2012 15:56, schrieb Benoît Thébaudeau:
> >>> Dear Marek Vasut,
> >>>
> >>> On Friday 20 July 2012 15:44:01
Hi Macpaul,
2012/7/17 Macpaul Lin
> This commit does the following updates.
> 1. Split the common cache access from cpu.c into lib folder.
> 2. Rename the following cache api to adapt common.h
> - dcache_flush_rang -> flush_dcache_rang
> - icache_inval_range -> invalidate_icache_range
> 3. Add
Dear Wolfgang,
Please pull the following 1 patch from u-boot-nds32 into your tree.
Thanks!
Macpaul Lin.
The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20
09:12:43 +0200)
are available in the git repo
On Mon, 16 Jul 2012 23:30:49 +0200
Detlev Zundel wrote:
> as promised, here are my expanded notes from the BoF meeting at LSM2012
> last week. It was a pleasure to get some core developers into one room
Any word on Kconfig support?
Kim
___
U-Boot ma
On Fri, Jul 20, 2012 at 2:19 AM, Wolfgang Denk wrote:
> Dear Marek,
>
> In message <201207191452.53818.ma...@denx.de> you wrote:
>>
>> please apply this into the current release. I'm hereby commiting seppuku.
>
>
> PLEASE send such pull reqeusts to the mailing list, so everybody can
> see it.
>
>
Dear McClintock Matthew-B29882,
[...]
> I think this merge is causing issues. Resetting to the previous merge
> (ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin) and
> the issues go away.
>
> -M
>
> Generating include/generated/asm-offsets.h
> bootm.c:329:16: error: expected ')'
> -Original Message-
> From: Holger Brunck [mailto:holger.bru...@keymile.com]
> Sent: 20 July 2012 18:04
> To: u-boot@lists.denx.de
> Cc: Gerlando Falauto; Holger Brunck; Prafulla Wadaskar; Valentin
> Longchamp; Marek Vasut
> Subject: [PATCH v3 2/4] kirkwood: implement kw_sdram_bs_set()
>
> -Original Message-
> From: Holger Brunck [mailto:holger.bru...@keymile.com]
> Sent: 20 July 2012 18:04
> To: u-boot@lists.denx.de
> Cc: Gerlando Falauto; Holger Brunck; Prafulla Wadaskar; Valentin
> Longchamp; Marek Vasut
> Subject: [PATCH v3 3/4] kirkwood: implement kw_sdram_size_adjus
> -Original Message-
> From: Holger Brunck [mailto:holger.bru...@keymile.com]
> Sent: 20 July 2012 18:04
> To: u-boot@lists.denx.de
> Cc: Holger Brunck; Gerlando Falauto; Prafulla Wadaskar; Valentin
> Longchamp; Marek Vasut
> Subject: [PATCH v3 4/4] arm/km: use kw_sdram_size_adjust to adj
On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote:
> Dear McClintock Matthew-B29882,
>
> [...]
>
>> I think this merge is causing issues. Resetting to the previous merge
>> (ad8439d Merge branch 'sf' of git://git.denx.de/u-boot-blackfin) and
>> the issues go away.
>>
>> -M
>>
>> Generating includ
The hardware design of the IB-NAS62x0 causes the SATA activity
LEDs to be on when idle by default. Reverse the polarity of the
activity LEDs in early init.
Signed-off-by: Simon Baatz
Cc: Luka Perkov
Cc: Prafulla Wadaskar
---
board/raidsonic/ib62x0/ib62x0.c |3 +++
board/raidsonic/ib62x0/i
Support for the IB-NAS62x0 was added to the Linux mainline kernel
as of 3.5-rc1 using flattened devicetree. Change the config for
this board accordingly.
Signed-off-by: Simon Baatz
Cc: Luka Perkov
Cc: Prafulla Wadaskar
---
include/configs/ib62x0.h |4 ++--
1 file changed, 2 insertions(+),
Remove this as including it on global scale breaks a lot of things.
This was reported by:
Matthew McClintock
Fix found by:
Tom Rini
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: Tom Rini
---
include/common.h |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include
Hi,
On Fri, Jul 20, 2012 at 10:59 PM, McClintock Matthew-B29882 <
b29...@freescale.com> wrote:
> On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote:
> > Dear McClintock Matthew-B29882,
> >
> > [...]
> >
> >> I think this merge is causing issues. Resetting to the previous merge
> >> (ad8439d Merg
Dear Ilya Yanok,
> Hi,
>
> On Fri, Jul 20, 2012 at 10:59 PM, McClintock Matthew-B29882 <
>
> b29...@freescale.com> wrote:
> > On Fri, Jul 20, 2012 at 1:56 PM, Marek Vasut wrote:
> > > Dear McClintock Matthew-B29882,
> > >
> > > [...]
> > >
> > >> I think this merge is causing issues. Resettin
Dear Marek Vasut,
In message <1342815178-32546-1-git-send-email-ma...@denx.de> you wrote:
> Remove this as including it on global scale breaks a lot of things.
> This was reported by:
> Matthew McClintock
>
> Fix found by:
> Tom Rini
>
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> Cc: T
Dear Macpaul Lin,
In message
you wrote:
>
> The following changes since commit 3ec81d758c09d6887a77a1b1259d044a2905bc8e:
>
> Merge branch 'master' of git://git.denx.de/u-boot-usb (2012-07-20
> 09:12:43 +0200)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-nds3
Dear Albert ARIBAUD,
In message <20120720142924.5b4c8b4e@aari01-12> you wrote:
>
> git://git.denx.de/u-boot-arm master
>
> for you to fetch changes up to a21c65115bd95572cc80092a31b0e9ecb8710e9f:
>
> ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency (2012-07-20 14:24:08
> +0200)
>
> -
P3041 was left out in previous commit 5e23ab0a.
Erratum NMG_CPU_A011 applies to P4080 rev 1.0, 2.0, fixed in rev 3.0.
It also applies to P3041 rev 1.0, 1.1, P2041 rev 1.0, 1.1.
Signed-off-by: York Sun
---
arch/powerpc/include/asm/config_mpc85xx.h |1 +
1 files changed, 1 insertions(+), 0 del
Hi Stefano,
On Thu, 19 Jul 2012 09:15:58 +0200, Stefano Babic wrote:
> Hi Albert,
>
> please pull from u-boot-imx, thanks.
>
> The following changes since commit 444def73695103c4aca06a70e9f4de9a5e6df28a:
>
> ARM: OMAP4: PANDA: Add rest of the USB module pads to essentials
> (2012-07-19 00:03
Hi Wolfgang,
The following changes since commit a21c65115bd95572cc80092a31b0e9ecb8710e9f:
ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency (2012-07-20 14:24:08 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 6b8ac524e7bcfd48
Dear Kim Phillips,
> On Mon, 16 Jul 2012 23:30:49 +0200
>
> Detlev Zundel wrote:
> > as promised, here are my expanded notes from the BoF meeting at LSM2012
> > last week. It was a pleasure to get some core developers into one room
>
> Any word on Kconfig support?
>
> Kim
I was digging in it
Dear Mike Frysinger,
> On Friday 20 July 2012 07:33:49 Marek Vasut wrote:
> > Dear Mike Frysinger,
> >
> > > On Wednesday 04 July 2012 10:39:20 Marek Vasut wrote:
> > > > > Putting there the __func__ name would improve structure and speed
> > > > > up finding right place.
> > > >
> > > > And if
On 07/20/2012 04:20 AM, Joakim Tjernlund wrote:
> PowerPC mandates SP to be 16 bytes aligned.
> Furthermore, a stack frame is added, pointing to the reset vector
> which is just get in the way when gdb is walking the stack because
> the reset vector may not accessible depending on emulator settings
On 07/20/2012 04:20 AM, Joakim Tjernlund wrote:
> The PowerPC ABI mandates the SP to be 16 bytes aligned, make is so.
>
> Signed-off-by: Joakim Tjernlund
> ---
> arch/powerpc/lib/board.c |5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git arch/powerpc/lib/board.c arc
Commit 48f6a5c34 removed E bit. BSC9130/1 were left out due to patch apply
timing. Remove them now.
Signed-off-by: York Sun
---
arch/powerpc/include/asm/processor.h |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/processor.h
b/arch/powerpc/incl
Hi Kim & Marek,
On 07/21/2012 07:09 AM, Marek Vasut wrote:
> Dear Kim Phillips,
>
>> On Mon, 16 Jul 2012 23:30:49 +0200
>>
>> Detlev Zundel wrote:
>>> as promised, here are my expanded notes from the BoF meeting at LSM2012
>>> last week. It was a pleasure to get some core developers into one ro
On 07/20/2012 04:34 PM, Graeme Russ wrote:
> Hi Kim & Marek,
>
> On 07/21/2012 07:09 AM, Marek Vasut wrote:
>> Dear Kim Phillips,
>>
>>> On Mon, 16 Jul 2012 23:30:49 +0200
>>>
>>> Detlev Zundel wrote:
as promised, here are my expanded notes from the BoF meeting at LSM2012
last week. It
On Friday 20 July 2012 07:31:47 Marek Vasut wrote:
> Dear Mike Frysinger,
> > On Saturday 07 July 2012 23:08:14 Marek Vasut wrote:
> > > +/*
> > > DEFINE_CACHE_ALIGN_BUFFER() is similar to ALLOC_CACHE_ALIGN_BUFFER,
> > > but it's purpose is to allow allocating aligned buffers outside of
> > > funct
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/20/2012 02:47 PM, Mike Frysinger wrote:
> On Friday 20 July 2012 07:31:47 Marek Vasut wrote:
>> Dear Mike Frysinger,
>>> On Saturday 07 July 2012 23:08:14 Marek Vasut wrote:
+/* DEFINE_CACHE_ALIGN_BUFFER() is similar to
ALLOC_CACHE_ALIG
Hi Scott,
On 07/21/2012 07:40 AM, Scott Wood wrote:
> On 07/20/2012 04:34 PM, Graeme Russ wrote:
>> Hi Kim & Marek,
>>
>> On 07/21/2012 07:09 AM, Marek Vasut wrote:
>>> Dear Kim Phillips,
>>>
On Mon, 16 Jul 2012 23:30:49 +0200
Detlev Zundel wrote:
> as promised, here are my exp
On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote:
[snip]
> And Jenkins... well, we have been using this for some time internally
> to run test builds for U-Boot. I can tell you a thing or two about
> it, and Marek has his own story to tell about his experiences when he
> added to the
Dear Tom Rini,
> On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote:
>
> [snip]
>
> > And Jenkins... well, we have been using this for some time internally
> > to run test builds for U-Boot. I can tell you a thing or two about
> > it, and Marek has his own story to tell about his exp
Hi All,
On 07/21/2012 11:27 AM, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On Wed, Jul 18, 2012 at 09:21:40AM +0200, Wolfgang Denk wrote:
>>
>> [snip]
>>
>>> And Jenkins... well, we have been using this for some time internally
>>> to run test builds for U-Boot. I can tell you a thing or two about
93 matches
Mail list logo