On 09/18/2012 11:51 PM, Scott Wood wrote:
>>> (and then see if we can change since
>>> as Scott notes, this needs to work for 4kb boards and that is
>> tight).
>>
>> What exactly are the 4k boards?
>
> Anything that uses fsl_elbc_nand is 4K. I think most (all?) of the ppc
> 4xx boards are 4K.
From: Fabio Estevam
mx6qsabresd has a AR8031 Gigabit PHY.
Add support for it.
Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not fail.
Tested on 1Gbp and 100Mbps networks.
Suggested-by: Kim Phillips
Signed-off-by: Fabio Estevam
---
board/freescale/mx6qsabresd/mx6qs
Hi Kim,
On Tue, Sep 18, 2012 at 9:20 PM, Kim Phillips
wrote:
> I managed to get it working a while back, at least on 1Gb links.
> The following hack is based on the original version of your sabresd
> support patch and the fsl bsp's. AFAICT, the largest difference is
> how it taps into PHYLIB fo
On 18 September 2012 15:22, Chander Kashyap wrote:
> ping
>
> On 5 September 2012 16:08, Chander Kashyap wrote:
>> Add PXE support for the Exynos5250.
>>
>> Signed-off-by: Chander Kashyap
>> ---
>> include/configs/smdk5250.h |6 ++
>> 1 file changed, 6 insertions(+)
>>
applied to u-boo
On 9/18/2012 5:03 PM, Troy Kisky wrote:
Don't apply this patch yet, because although u-boot
will boot, Linux won't
The other CPU's won't come online, and L2 cache
initialization crashes
Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
pid_max: default: 32768 minimum: 301
Mount-cache
On 9/18/2012 6:26 PM, Eric Nelson wrote:
Signed-off-by: Eric Nelson
---
arch/arm/cpu/armv7/mx6/soc.c |2 +-
arch/arm/include/asm/arch-mx6/imx-regs.h | 21 -
2 files changed, 1 insertions(+), 22 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/ar
On 9/18/2012 5:03 PM, Troy Kisky wrote:
The "plugin" command of mkimage can take this
file as an argument.
Signed-off-by: Troy Kisky
---
arch/arm/cpu/armv7/mx6/Makefile |5 +-
arch/arm/cpu/armv7/mx6/plugin.S | 141 +++
2 files changed, 145 insertions
Signed-off-by: Eric Nelson
---
arch/arm/cpu/armv7/mx6/soc.c |2 +-
arch/arm/include/asm/arch-mx6/imx-regs.h | 21 -
2 files changed, 1 insertions(+), 22 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index 7380ffe..bc65
On 09/18/2012 08:21 PM, Rob Herring wrote:
> On 09/18/2012 05:37 PM, Stephen Warren wrote:
>> From: Stephen Warren
>>
>> This patch introduces function get_device(). This looks up a
>> block_dev_desc_t from an interface name (e.g. mmc) and device number
>> (e.g. 0). This function is essentially th
On 09/18/2012 05:37 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> This patch introduces function get_device(). This looks up a
> block_dev_desc_t from an interface name (e.g. mmc) and device number
> (e.g. 0). This function is essentially the non-partition-specific
> prefix of get_device_a
On 09/18/2012 05:37 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> The existing get_device_and_partition() bootable search loop attempts
> to save the current best known partition in variable best_part. However,
> it's actually just saving a copy of the (static) "info" variable, and
> hence
On Tue, 18 Sep 2012 14:08:50 -0300
Fabio Estevam wrote:
> Add Ethernet support.
>
> Signed-off-by: Fabio Estevam
> ---
> 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
This allows us to generate plugin data or
DCD rom style data simply by defining USE_PLUGIN
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/imx-mkimage.h | 163 +
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg | 248 +-
2 files changed, 290 ins
Move to pulling tokens instead of pushing them.
Remove need for switch statements to process commands.
Add error messages such as "command not finished",
"extra data at end of line", and "invalid token"
Add ';' as command separator.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 380 +
Basic expressions with order precedence is
now supported.
ie. (3 + ((1+2*3)/--2 + --5 *(8/4))) is 16.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 172 ++
1 file changed, 162 insertions(+), 10 deletions(-)
diff --git a/tools/imximage.
Before, only 1 write_dcd_command table was built.
Now, a new table is built when the size changes.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 153 ++
tools/imximage.h | 15 ++
2 files changed, 77 insertions(+), 91 deletions(-)
dif
Also, the header offset is no longer
right before the code starts.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 142 +++---
tools/imximage.h | 10 ++--
2 files changed, 87 insertions(+), 65 deletions(-)
diff --git a/tools/imximage.c b/tools
Add commands
plugin address filename
iomux_entry addr, data1 [, data2, [, data3]]
write_entry addr, data1 [, data2, [, data3]]
Signed-off-by: Troy Kisky
---
tools/imximage.c | 338 --
tools/imximage.h | 11 +-
2 files changed, 287 insertions
This is the 1st part of a series meant to add mx6solo/mx6duallite
support for a saberlite. I stopped at the last patch because
with it applied, Linux will no longer boot. However, the same
plugin code used under imx-android-r13.3 will work fine.
So, the last patch in the series is not ready to
Don't apply this patch yet, because although u-boot
will boot, Linux won't
The other CPU's won't come online, and L2 cache
initialization crashes
Calibrating delay loop... 1581.05 BogoMIPS (lpj=7905280)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
Initializing cgro
The "plugin" command of mkimage can take this
file as an argument.
Signed-off-by: Troy Kisky
---
arch/arm/cpu/armv7/mx6/Makefile |5 +-
arch/arm/cpu/armv7/mx6/plugin.S | 141 +++
2 files changed, 145 insertions(+), 1 deletion(-)
create mode 100644 arch/a
Before the len was checked after the entire file
was processed, so it could have already overflowed.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 26 +++---
1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 25d3b74
Enabling plugin mode seems to require this additional
memory write for ddr3 initialization.
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 ++
1 file changed, 2 insertions(+)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/
On 09/18/2012 06:50 AM, Stefano Babic wrote:
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.
Should I remove the un-named macros?
MXC_CCM_CCGRx_CGy_OFFSET
Dear Graeme Russ,
> Hi Marek,
>
> On Wed, Sep 19, 2012 at 9:33 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
>
> [snip]
>
> >> >> +struct early_heap_header *early_brk(size_t size)
> >> >> + __attribute__((weak, alias("def_early_brk")));
> >> >
> >> > what about using (it needs ):
> >> >
>
Dear Marek Vasut,
On 17.09.2012 01:21, Marek Vasut wrote:
Implement support for CONFIG_SERIAL_MULTI into atmel serial driver.
This driver was so far only usable directly, but this patch also adds
support for the multi method. This allows using more than one serial
driver alongside the atmel driv
Hi Marek,
On Wed, Sep 19, 2012 at 9:33 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
[snip]
>> >> +struct early_heap_header *early_brk(size_t size)
>> >> + __attribute__((weak, alias("def_early_brk")));
>> >
>> > what about using (it needs ):
>> >
>> > __weak struct early_heap_header *early_
Signed-off-by: Tom Rini
---
doc/README.commands |6 ++
1 file changed, 6 insertions(+)
diff --git a/doc/README.commands b/doc/README.commands
index 27815d2..21abfb6 100644
--- a/doc/README.commands
+++ b/doc/README.commands
@@ -22,6 +22,12 @@ This makes it possible for the final link to
Dear Graeme Russ,
> Hi Marek,
>
> On Tue, Sep 18, 2012 at 8:57 PM, Marek Vasut wrote:
> > 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
> >
Hi Marek,
On Tue, Sep 18, 2012 at 8:57 PM, Marek Vasut wrote:
> 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(
On Tue, Sep 18, 2012 at 04:22:01PM -0500, Kim Phillips wrote:
> On Tue, 18 Sep 2012 07:57:08 -0700
> Tom Rini wrote:
>
> > On 09/17/12 20:09, Ira W. Snyder wrote:
> > > Go ahead and drop the patch "spansion: add support for S25FL256S1"
> > > from the series. The rest should apply without any trou
Hi Tomas
On Tue, Sep 18, 2012 at 5:13 PM, Tomas Hlavacek wrote:
> early_malloc for DM with support for more heaps and lightweight
> first heap on stack.
Technically, you are not putting the first heap on the stack - you are
sacrificing some early stack space to create the early heap
>
> Adaptat
Dear Simon Glass,
> Hi,
>
> On Tue, Sep 18, 2012 at 2:21 PM, Marek Vasut wrote:
> > Dear Simon Glass,
> >
> >> Hi,
> >>
> >> On Tue, Sep 18, 2012 at 1:04 PM, Thierry Reding
> >>
> >> wrote:
> >> > On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
> >> >> Dear Thierry Reding,
> >>
Hi,
On Tue, Sep 18, 2012 at 2:21 PM, Marek Vasut wrote:
> Dear Simon Glass,
>
>> Hi,
>>
>> On Tue, Sep 18, 2012 at 1:04 PM, Thierry Reding
>>
>> wrote:
>> > On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
>> >> Dear Thierry Reding,
>> >>
>> >> [...]
>> >>
>> >> > > Sure, but after y
From: Stephen Warren
This implements the following:
part uuid mmc 0:1
-> print partition UUID
part uuid mmc 0:1 uuid
-> set environment variable to partition UUID
part list mmc 0
-> list the partitions on the specified device
"part uuid" can be useful when writing a bootcmd which searches
From: Stephen Warren
Each EFI partition table entry contains a UUID. Extend U-Boot's struct
disk_partition to be able to store this information, and modify
get_partition_info_efi() to fill it in.
The implementation of uuid_string() was derived from the Linux kernel,
tag v3.6-rc4 file lib/vsprint
From: Stephen Warren
The MSDOS/MBR partition table includes a 32-bit unique ID, often referred
to as the NT disk signature. When combined with a partition number within
the table, this can form a unique ID similar in concept to EFI/GPT's
partition UUID.
This patch generates UUIDs in the format 0
From: Stephen Warren
Enhance get_partition_info_efi() to range-check the partition number.
This prevents invalid partitions being accessed, and prevents access
beyond the end of the gpt_pte[] array.
Signed-off-by: Stephen Warren
---
v3: No change.
v2: New patch.
---
disk/part_efi.c |7
From: Stephen Warren
Rework get_device_and_partition to:
a) Make use of get_device().
b) Add parameter to indicate whether returning a whole device is
acceptable, or whether a partition is mandatory.
c) Make error-checking of the user's device-/partition-specification
more complete. In part
From: Stephen Warren
The existing get_device_and_partition() bootable search loop attempts
to save the current best known partition in variable best_part. However,
it's actually just saving a copy of the (static) "info" variable, and
hence ends up not doing anything much useful if no bootable par
From: Stephen Warren
This patch introduces function get_device(). This looks up a
block_dev_desc_t from an interface name (e.g. mmc) and device number
(e.g. 0). This function is essentially the non-partition-specific
prefix of get_device_and_partition().
Signed-off-by: Stephen Warren
---
v3: Ne
From: Stephen Warren
This series:
a) Fixes some issues in Rob Herring's get_device_and_partition series.
b) Implements a new "part" command, for dumping partition tables and UUIDs.
The series is based on a merge of u-boot-tegra/master, u-boot-usb/master,
and u-boot/ext4, although only u-boot/ext
From: Stephen Warren
Create #define MAX_SEARCH_PARTITIONS to indicate how many partition IDs
get_device_and_partition()'s automatic mode should search through. Also,
search 1..n not 1..n-1 - it's unlikely anyone has this many partitions,
but given the loop is 1-based, including the limit seems mo
Dear Tom Rini,
> On 09/18/12 12:25, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> >> On 09/18/12 12:19, Marek Vasut wrote:
> >>> Dear Tom Rini,
> >>>
> On 09/18/12 11:33, Marek Vasut wrote:
> > Dear Scott Wood,
>
> [snip]
>
> >> I think I got some wires crossed and wa
On 09/18/2012 03:32 PM, Tom Warren wrote:
...
> As far as I'm aware, an FDT pinmux for Tegra (which is on my plate,
> but quite a bit behind T30) would be essentially the same deal - one
> large list of mux settings per build/board.
Initializing pinmux from DT can work either way, depending on how
On 09/18/2012 04:19:07 PM, Marek Vasut wrote:
Dear Tom Rini,
> (and then see if we can change since
> as Scott notes, this needs to work for 4kb boards and that is
tight).
What exactly are the 4k boards?
Anything that uses fsl_elbc_nand is 4K. I think most (all?) of the ppc
4xx boards a
Simon,
On Tue, Sep 18, 2012 at 12:53 PM, Simon Glass wrote:
> Hi,
>
> On Thu, Sep 13, 2012 at 3:37 PM, Stephen Warren wrote:
>> On 09/12/2012 04:10 PM, Tom Warren wrote:
>>> Signed-off-by: Tom Warren
>>> ---
>>> board/nvidia/common/board.c | 27 ++-
>>> 1 files change
Hi Mike,
On Fri, Aug 17, 2012 at 6:26 PM, Mike Frysinger wrote:
> On Friday 17 August 2012 16:59:44 Joe Hershberger wrote:
>> --- a/common/Makefile
>> +++ b/common/Makefile
>>
>> ifdef CONFIG_LZMA
>> COBJS-$(CONFIG_CMD_UNLZMA) += cmd_unlzma.o
>> endif
>> +ifdef CONFIG_LZO
>> +COBJS-$(CONFIG_CM
On Tue, 18 Sep 2012 07:57:08 -0700
Tom Rini wrote:
> On 09/17/12 20:09, Ira W. Snyder wrote:
> > Go ahead and drop the patch "spansion: add support for S25FL256S1"
> > from the series. The rest should apply without any trouble.
> >
> > Michal Simek beat me to it in "sf: spansion: Add support for
Simon,
On Tue, Sep 18, 2012 at 12:46 PM, Simon Glass wrote:
> Hi Tom,
>
> On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
>> Signed-off-by: Tom Warren
>> ---
>> include/configs/cardhu.h | 52 +++
>> include/configs/tegra30-common.h | 188
>> ++
Dear Simon Glass,
> Hi,
>
> On Tue, Sep 18, 2012 at 1:04 PM, Thierry Reding
>
> wrote:
> > On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
> >> Dear Thierry Reding,
> >>
> >> [...]
> >>
> >> > > Sure, but after you apply the bounce buffer, you can safely
> >> > > invalidate the w
Dear Thierry Reding,
> On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
> > Dear Thierry Reding,
> >
> > [...]
> >
> > > > Sure, but after you apply the bounce buffer, you can safely
> > > > invalidate the whole cacheline, so align it up and be done with it.
> > >
> > > That's what
Dear Tom Rini,
> On 09/18/12 12:25, Marek Vasut wrote:
> > Dear Tom Rini,
> >
> >> On 09/18/12 12:19, Marek Vasut wrote:
> >>> Dear Tom Rini,
> >>>
> On 09/18/12 11:33, Marek Vasut wrote:
> > Dear Scott Wood,
>
> [snip]
>
> >> I think I got some wires crossed and wa
Simon,
On Tue, Sep 18, 2012 at 12:37 PM, Simon Glass wrote:
> Hi Tom,
>
> On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
>> Signed-off-by: Tom Warren
>> ---
>> arch/arm/cpu/arm720t/tegra30/Makefile | 48 +++
>> arch/arm/cpu/arm720t/tegra30/board.h | 25 ++
>> arch/arm/cpu/arm720t/te
Simon,
On Tue, Sep 18, 2012 at 12:29 PM, Simon Glass wrote:
> Hi Tom,
>
> On Thu, Sep 13, 2012 at 2:10 PM, Tom Warren wrote:
>> Tom,
>>
>> On Thu, Sep 13, 2012 at 11:06 AM, Tom Rini wrote:
>>> On Wed, Sep 12, 2012 at 03:10:47PM -0700, Tom Warren wrote:
>>>
Signed-off-by: Tom Warren
>>>
>>
U-boot should not ignore getting the bootmode passed on from the bootrom.
With this, U-boot SPL knows it was loaded from MMC1 and use this info to
read full U-boot from MMC1 as well.
Cc: pprak...@ti.com
Cc: tr...@ti.com
Signed-off-by: Joel A Fernandes
---
arch/arm/cpu/armv7/omap-common/lowlevel_
For AM335X boards, such as the EVM and Bone Linux kernel fails to
locate the device tree blob on boot. The reason being is that
u-boot is copying the DT blob to the upper part of RAM when booting
the kernel and the kernel is unable to access the blob.
By setting the fdt_high variable to 0x
On 09/18/2012 01:48:09 PM, José Miguel Gonçalves wrote:
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:
Please consider using the new SELF_INIT mechanism.
Can you explain and/or point_to_resources for what
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 12:25, Marek Vasut wrote:
> Dear Tom Rini,
>
>> On 09/18/12 12:19, Marek Vasut wrote:
>>> Dear Tom Rini,
>>>
On 09/18/12 11:33, Marek Vasut wrote:
> Dear Scott Wood,
[snip]
>> I think I got some wires crossed
Hi,
On Tue, Sep 18, 2012 at 1:04 PM, Thierry Reding
wrote:
> On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
>> Dear Thierry Reding,
>>
>> [...]
>>
>> > > Sure, but after you apply the bounce buffer, you can safely invalidate
>> > > the whole cacheline, so align it up and be done wit
On Tue, Sep 18, 2012 at 09:36:18PM +0200, Marek Vasut wrote:
> Dear Thierry Reding,
>
> [...]
>
> > > Sure, but after you apply the bounce buffer, you can safely invalidate
> > > the whole cacheline, so align it up and be done with it.
> >
> > That's what I proposed to do last time around but it
This series depends on this patch:
http://patchwork.ozlabs.org/patch/174282/
Changes in v2:
- Made string pointer const
Joe Hershberger (2):
net: Allow netconsole settings to change after nc_start
net: Filter incoming netconsole packets by IP
drivers/net/netconsole.c | 104 +
Refresh the netconsole settings from the env before each packet instead
of only on netconsole init.
Signed-off-by: Joe Hershberger
---
Changes in v2:
- Made string pointer const
drivers/net/netconsole.c | 96
1 file changed, 65 insertions(+), 31
Check the incoming packets' source IP address... if ncip isn't set to a
broadcast address, only listen to the client at ncip.
Signed-off-by: Joe Hershberger
---
drivers/net/netconsole.c | 8 ++--
include/net.h| 3 ++-
net/net.c| 1 +
3 files changed, 9 insertion
Hi,
On Thu, Sep 13, 2012 at 3:37 PM, Stephen Warren wrote:
> On 09/12/2012 04:10 PM, Tom Warren wrote:
>> Signed-off-by: Tom Warren
>> ---
>> board/nvidia/common/board.c | 27 ++-
>> 1 files changed, 26 insertions(+), 1 deletions(-)
>
> Common code:-) :-) But ...
>
>>
Hi Tom,
On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
> Signed-off-by: Tom Warren
> ---
> include/configs/cardhu.h | 52 +++
> include/configs/tegra30-common.h | 188
> ++
> 2 files changed, 240 insertions(+), 0 deletions(-)
> create
Hi Tom,
On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
> Signed-off-by: Tom Warren
> ---
> board/nvidia/cardhu/Makefile | 48
> board/nvidia/cardhu/cardhu.c | 87 +++
> board/nvidia/cardhu/pinmux-config-common.h | 346
>
Hi Mike,
On Fri, Aug 17, 2012 at 9:28 PM, Mike Frysinger wrote:
> On Friday 17 August 2012 15:48:20 Joe Hershberger wrote:
>> --- a/drivers/net/netconsole.c
>> +++ b/drivers/net/netconsole.c
>>
>> +static int refresh_settings_from_env(void)
>
> this func always returns 0. why not change it to vo
Hi Tom,
On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
> Signed-off-by: Tom Warren
> ---
> arch/arm/cpu/tegra30-common/Makefile| 51 ++
> arch/arm/cpu/tegra30-common/ap30.c | 98 +++
> arch/arm/cpu/tegra30-common/board.c | 141
> arch/arm/cpu/tegra30-commo
Hi Tom,
On Wed, Sep 12, 2012 at 3:10 PM, Tom Warren wrote:
> Signed-off-by: Tom Warren
> ---
> arch/arm/cpu/arm720t/tegra30/Makefile | 48 +++
> arch/arm/cpu/arm720t/tegra30/board.h | 25 ++
> arch/arm/cpu/arm720t/tegra30/config.mk | 26 ++
> arch/arm/cpu/arm720t/tegra30/cpu.c | 5
Dear Thierry Reding,
[...]
> > Sure, but after you apply the bounce buffer, you can safely invalidate
> > the whole cacheline, so align it up and be done with it.
>
> That's what I proposed to do last time around but it was NAK'ed.
By who?
> At the
> time I didn't ensure that the buffer was ac
On Tue, Sep 18, 2012 at 09:21:14PM +0200, Marek Vasut wrote:
> Dear Thierry Reding,
>
> > 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:
> > >
Hi Tom,
On Thu, Sep 13, 2012 at 2:10 PM, Tom Warren wrote:
> Tom,
>
> On Thu, Sep 13, 2012 at 11:06 AM, Tom Rini wrote:
>> On Wed, Sep 12, 2012 at 03:10:47PM -0700, Tom Warren wrote:
>>
>>> Signed-off-by: Tom Warren
>>
>> A few things:
>> - I see some #define FOO[space][space]val that should be
USDHC3 has 8 pins wired in mx6qsabresd. Configure the extra pins.
Signed-off-by: Fabio Estevam
---
board/freescale/mx6qsabresd/mx6qsabresd.c |4
1 file changed, 4 insertions(+)
diff --git a/board/freescale/mx6qsabresd/mx6qsabresd.c
b/board/freescale/mx6qsabresd/mx6qsabresd.c
index 4f4
Dear Tom Rini,
> On 09/18/12 12:19, Marek Vasut wrote:
> > 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
Dear Scott Wood,
> On 09/18/2012 01:33:11 PM, Marek Vasut wrote:
> > Dear Scott Wood,
> >
> > > On 09/18/2012 01:03:17 PM, Marek Vasut wrote:
> > > > I'd say the GCC must optimize it out anyway.
> > >
> > > I think I got some wires crossed and was thinking about printf/puts.
> > > We want those
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/18/12 12:19, Marek Vasut wrote:
> 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
Dear Tom Rini,
> 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: warni
On 09/18/2012 01:33:11 PM, Marek Vasut wrote:
Dear Scott Wood,
> On 09/18/2012 01:03:17 PM, Marek Vasut wrote:
> > I'd say the GCC must optimize it out anyway.
>
> I think I got some wires crossed and was thinking about printf/puts.
> We want those to be optimized away at compile time (not point
Hi Scott,
On Mon, Sep 17, 2012 at 5:35 PM, Scott Wood wrote:
> On Wed, Aug 22, 2012 at 04:49:42PM -0500, Joe Hershberger wrote:
>> NAND unlock command allows an invert bit to be set to unlock all but
>> the selected page range.
>>
>> Signed-off-by: Joe Hershberger
>> ---
>> Changes in v2:
>> - C
Dear Tom Rini,
> 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 neces
Dear Thierry Reding,
> 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 Thierr
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 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
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 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 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 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 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: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 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, 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 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??
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: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
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 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
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
1 - 100 of 183 matches
Mail list logo