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
1 file changed, 16 deletions(-)
Good catch!
Hmm.. for some reason, I could not find
Hi Mike,
On 09/03/2012 05:17 PM, 402ja...@gmail.com wrote:
From: Jagannadha Sutradharudu Teki <402ja...@gmail.com>
This patch adds support for Winbond W25Q64DW SPI flash.
Signed-off-by: Jagannadha Sutradharudu Teki <402ja...@gmail.com>
---
drivers/mtd/spi/winbond.c |5 +
1 files cha
Hi Mike,
On 09/14/2012 05:16 PM, 402ja...@gmail.com wrote:
From: Jagannadha Sutradharudu Teki <402ja...@gmail.com>
This patch corrected the first byte of idcode1 for S25FL256S SPI flash.
Signed-off-by: Jagannadha Sutradharudu Teki <402ja...@gmail.com>
---
drivers/mtd/spi/spansion.c |2 +-
On Wed, Oct 03, 2012 at 02:37:49PM -0700, Simon Glass wrote:
> On x86 machines gd is unfortunately a #define, so we should avoid using
> gd for anything. This patch changes uses of gd to bgd so that ext4fs
> can be used on x86.
>
> A better fix would be to remove the #define in x86, but I'm not s
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 mx6qsabrelite could be renamed to mx6sabrel
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?
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br h
Dear Tom and Lukasz,
On 3 October 2012 07:07, Tom Rini wrote:
> On Tue, Oct 02, 2012 at 06:32:07AM -, Lukasz Majewski wrote:
>
>> Signed-off-by: Lukasz Majewski
>> Signed-off-by: Kyungmin Park
>>
>> ---
>> MAINTAINERS |2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> Applie
Signed-off-by: Troy Kisky
---
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 235 ++---
board/freescale/mx6qsabrelite/pads.h | 172 ++
2 files changed, 229 insertions(+), 178 deletions(-)
create mode 100644 board/freescale/mx6qsabrelite/pads.h
dif
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg | 120 +++---
1 file changed, 87 insertions(+), 33 deletions(-)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
index 9e20db0..f45f93e 100644
Need to move accesses to the static variables to
a function where struct data_src is used.
Signed-off-by: Troy Kisky
---
v3: new patch
---
tools/imximage.c | 24 +---
tools/imximage.h |3 +++
2 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/tools/imxima
The prompt is not appropriate if not running on
a mx6q processor.
Signed-off-by: Troy Kisky
---
include/configs/mx6qsabrelite.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 8890e4c..8fd35a6 100644
-
Signed-off-by: Troy Kisky
---
v3: new patch
---
tools/imximage.c |9 -
tools/imximage.h |1 +
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index eb1ab62..6fcb6ee 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -65,7 +6
Use parse_helper functions to pulling tokens instead
of pushing them.
Remove need for switch statements to process commands.
Signed-off-by: Troy Kisky
---
v2: uses file parse_helper added in previous patch
changed patch subject, was cleanup parsing
---
tools/imximage.c | 267 ++
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/parse_helper.c | 172 +++---
1 file changed, 162 insertions(+), 10 deletions(-)
diff --git a/tools/parse_hel
Sabrelite does not have memory associated with CS1
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |5 -
1 file changed, 5 deletions(-)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
index 9c622c8..2d0
Before, only 1 write_dcd_command table was built.
Now, a new table is built when the size changes.
Signed-off-by: Troy Kisky
---
v3: moved static variables together
---
tools/imximage.c | 143 ++
tools/imximage.h | 18 +++
2 files chang
Change 1st argument of set_imx_hdr/set_dcd_val
to struct data_src.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 41 +
tools/imximage.h |5 +++--
2 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
This file can help you parse
configuration files.
Signed-off-by: Troy Kisky
---
tools/Makefile |2 +
tools/parse_helper.c | 173 ++
tools/parse_helper.h | 28
3 files changed, 203 insertions(+)
create mode 100644 tools/parse_
mx6dlsabrelite - for duallite
mx6ssabrelite - for solo
Signed-off-by: Troy Kisky
---
boards.cfg |4 +++-
include/configs/mx6qsabrelite.h |1 -
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index e9e073e..abc95d4 100644
--- a/b
Signed-off-by: Troy Kisky
---
v3: new patch
---
tools/imximage.c | 13 ++---
tools/imximage.h |1 +
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 85d3753..eb1ab62 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -67,
Only the values used in the sabrelite board are
added currently. Add more as other boards use them.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 118
1 file changed, 118 insertions(+)
create mode 100644 arch/arm/include/asm/arch-mx6/mx
Now that expression work, we can delete
the redundant MMC_P1_xxx defines and
just define MMC_P0 and MMC_P1 bases.
The other addresses are changed to a base
+ offset syntax as well.
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/imx-mkimage.h | 205 --
boar
This variable does not need to have file scope.
Signed-off-by: Troy Kisky
---
tools/imximage.c | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 1365b1e..10ccfa9 100644
--- a/tools/imximage.c
+++ b/tools/imximag
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg | 55 ++
1 file changed, 47 insertions(+), 8 deletions(-)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
index 84823f8..b859e2f 100644
-
Previously, the same value was returned for both mx6dl and mx6solo.
Check number of processors to differeniate.
Also, a freescale patch says that sololite has its cpu/rev
stored at 0x280 instead of 0x260.
I don't have a sololite to verify.
Signed-off-by: Troy Kisky
---
Changed in V3.
V2 had cre
This makes the dcd table options as well for v2.
Also, the header offset is no longer
right before the code starts.
Before this patch we have
00 402000d1 1780 177ffc2c
10 177ffc20 177ffc00
20 177ff800 00042b58 402803d2
30 042403cc a8050e02 30
Use CONFIG_MX6 when the particular processor
variant isn't important.
Reserve the use of CONFIG_MX6Q to
specifically test for quad cores variant.
Signed-off-by: Troy Kisky
---
drivers/gpio/mxc_gpio.c|6 +++---
drivers/video/ipu_regs.h |2 +-
include/configs/mx6qarm
Bits 19-18 of IOMUXC_IOMUXC_SW_PAD_CTL_PAD_DRAM_RESET
should be 3 for DDR3 mode. The current value of 0 is
reserved in TRM.
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/imx/ddr/mx
This allows us to generate DCD table data appropriate
for MX6Q, MX6DL, or MX6Solo simply by defining
CONFIG_MX6Q, CONFIG_MX6DL, or CONFIG_MX6S
Signed-off-by: Troy Kisky
---
arch/arm/include/asm/arch-mx6/imx-mkimage.h | 156
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg | 245 +
When later we change to variable length
header, we won't know the file size when
set_imx_hdr is called. So this is prep work.
Signed-off-by: Troy Kisky
---
v3: split into its own patch
---
tools/imximage.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tools/
Read memory setup registers to determine size
of available ram. This routine works for mx53/mx6x
I need this because when mx6solo called get_ram_size
with a too large maximum size, the system hanged.
Signed-off-by: Troy Kisky
---
New patch with V3. V2 had code in mx6qsabrelite.c
---
arch/arm/i
Both set_imx_hdr_v1 and set_imx_hdr_v2 perform the
same check. Move check to before the set_imx_hdr call.
Signed-off-by: Troy Kisky
---
v3: split into its own patch
---
tools/imximage.c | 19 +--
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/tools/imximage.c b
Call with the value the function will use
instead of going through a pointer.
Signed-off-by: Troy Kisky
---
v3: split into its own patch
---
tools/imximage.c | 20 +---
tools/imximage.h |6 ++
2 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/tools/imxim
sbuf->st_size already includes sizeof(struct imx_header),
so remove extra addition.
Signed-off-by: Troy Kisky
---
v3: split into its own patch
---
tools/imximage.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 3e9ee6a..7db
Signed-off-by: Troy Kisky
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
b/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
index 2d03ff7..9e20db0 100644
--- a/board/freescale/im
Before the len was checked after the entire file
was processed, so it could have already overflowed.
Signed-off-by: Troy Kisky
---
v3 changed to the 1st patch of the series
---
tools/imximage.c | 26 +++---
1 file changed, 11 insertions(+), 15 deletions(-)
diff --git a/to
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 expressions to mkimage.
If found not to be worth the effo
Signed-off-by: Troy Kisky
---
v3: split into its own patch
---
tools/imximage.c |1 -
1 file changed, 1 deletion(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index c917036..bda1a75 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -213,7 +213,6 @@ static void set_imx_hdr_v1(str
Signed-off-by: Troy Kisky
---
v3: split into own patch
---
tools/imximage.c | 30 +++---
1 file changed, 11 insertions(+), 19 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 87a6b59..63f88b6 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -2
Hi Simon,
On Thu, Oct 4, 2012 at 11:17 AM, Simon Glass wrote:
> Hi Graeme,
>
> On Wed, Oct 3, 2012 at 6:12 PM, Graeme Russ wrote:
>> Hi Simon,
>>
>> On Thu, Oct 4, 2012 at 10:39 AM, Simon Glass wrote:
>>> From: Stefan Reinauer
>>>
>>> coreboot.c and coreboot_pci.c don't contain board specific
On Wed, Oct 03, 2012 at 01:09:15PM -, Joe Hershberger wrote:
> Change echo to puts characters together where it knows about them
> together. This improves netconsole performance by greatly reducing
> the number of packets that are sent.
>
> Signed-off-by: Joe Hershberger
Applied to u-boot/
On Wed, Oct 03, 2012 at 12:14:57PM -, Joe Hershberger wrote:
> Two sub-commands... start and get.
> * start sets the reference.
> * get prints out the time since the last start (in "." format).
> If get is called without start, returns time since boot.
> Simple way to benchmark an operation:
On Wed, Oct 03, 2012 at 11:15:51AM -, 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
Applied to u-bo
On Wed, Oct 03, 2012 at 09:14:03AM -, Joe Hershberger wrote:
> Adjustment of Michael Walle's fix patch
>
> Commit 8a0eccb1056b313b45ab62e3aac400f339aa71b4 breaks netconsole. src_ip
> must not be converted to host byte order, because nc_ip is already stored
> in network byte order (see string_
On Wed, Oct 03, 2012 at 10:56:16AM -, Joe Hershberger wrote:
> Old code that is not compliant.
>
> Signed-off-by: Joe Hershberger
Applied to u-boot/master, along with the rest of the series, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Fri, Aug 17, 2012 at 11:00:45AM -, Joe Hershberger wrote:
> Loosely based on CONFIG_CRC32_VERIFY.
>
> The sum to verify against can be in memory, in a variable, or the last
> parameter to the function directly.
>
> Signed-off-by: Joe Hershberger
Applied to u-boot/master, along with the
On Fri, Aug 17, 2012 at 10:56:12AM -, Joe Hershberger wrote:
> Improve debug output for test by indicating the number of parameters
> and quoting the parameters to make it clear exactly what each contains
>
> Signed-off-by: Joe Hershberger
Applied to u-boot/master, thanks!
--
Tom
signat
On Fri, Aug 17, 2012 at 10:53:12AM -, Joe Hershberger wrote:
> Define the new "-2" value for bootdelay to mean autoboot with no delay
> and don't check for an abort key (while "0" value means do check).
>
> Signed-off-by: Joe Hershberger
Applied to u-boot/master, thanks!
--
Tom
signatur
Hi Graeme,
On Wed, Oct 3, 2012 at 6:12 PM, Graeme Russ wrote:
> Hi Simon,
>
> On Thu, Oct 4, 2012 at 10:39 AM, Simon Glass wrote:
>> From: Stefan Reinauer
>>
>> coreboot.c and coreboot_pci.c don't contain board specific but only
>> coreboot specific code. Hence move it to the coreboot directory
Acked-by: Gabe Black
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Simon,
On Thu, Oct 4, 2012 at 10:39 AM, Simon Glass wrote:
> From: Stefan Reinauer
>
> coreboot.c and coreboot_pci.c don't contain board specific but only
> coreboot specific code. Hence move it to the coreboot directory in
> arch/x86/cpu (which should probably be moved out of cpu/ in another
Acked-by: Gabe Black
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Gabe Black
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Stephen,
On Wed, Oct 3, 2012 at 11:23 AM, Stephen Warren wrote:
> On 10/02/2012 04:45 PM, Tom Warren wrote:
>> This provides SPL support for T30 boards - AVP early init, plus
>> CPU (A9) init/jump to main U-Boot.
>
>> diff --git a/arch/arm/cpu/arm720t/tegra30/cpu.c
>> b/arch/arm/cpu/arm720t/t
Acked-by: Gabe Black
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Gabe Black
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Simon,
At first I thought this patch dealt with the 'board reset' code but
then realised it deals with the 'reset vector' - Can you fix the patch
subject please
On Thu, Oct 4, 2012 at 10:39 AM, Simon Glass wrote:
> From: Gabe Black
>
> When running from coreboot we don't want this code.
>
>
Hi Tom,
On Tue, Oct 2, 2012 at 3:45 PM, Tom Warren wrote:
> This provides SPL support for T30 boards - AVP early init, plus
> CPU (A9) init/jump to main U-Boot.
>
> Signed-off-by: Tom Warren
> ---
> arch/arm/cpu/arm720t/tegra-common/cpu.h| 48 +--
> arch/arm/cpu/arm720t/tegra-comm
From: Vadim Bendebury
This prevents the preprocessor from complaining when processing
variadic macros
Signed-off-by: Vadim Bendebury
Signed-off-by: Simon Glass
---
board/chromebook-x86/coreboot/config.mk | 37 +++
1 files changed, 37 insertions(+), 0 deletions(-)
From: Gabe Black
I suspect these includes were usually available because something else
included them earlier or because they were brought in transitively.
Signed-off-by: Gabe Black
Signed-off-by: Simon Glass
---
arch/x86/include/asm/global_data.h |2 ++
arch/x86/include/asm/u-boot.h
From: Gabe Black
When running from coreboot we don't want this code.
This version works by ifdef-ing out all of the code that would go
into those sections and all the code that refers to it. The sections are
then empty, and the linker will either leave them empty for the loader
to ignore or remo
This is a ulong for some architectures and just unsigned for others.
Change x86 to be consistent.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/u-boot.h |2 +-
common/cmd_bdinfo.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/u
From: Gabe Black
A hook is installed to configure PCI bus bridges as they encountered by u-boot.
The hook extracts the secondary bus number from the bridge's config space and
then recursively scans that bus.
On Coreboot, the PCI bus address space has identity mapping with the
physical address sp
Coreboot boards have an LPC TPM connected, so enable this. We also need
to skip the reset code.
Signed-off-by: Simon Glass
---
include/configs/coreboot.h |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 2c
From: Stefan Reinauer
coreboot.c and coreboot_pci.c don't contain board specific but only
coreboot specific code. Hence move it to the coreboot directory in
arch/x86/cpu (which should probably be moved out of cpu/ in another
commit)
Signed-off-by: Stefan Reinauer
Signed-off-by: Simon Glass
---
These are available on other architectures, so add them on x86.
Signed-off-by: Simon Glass
---
arch/x86/include/asm/io.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h
index 9b757d4..b12bdd8 100644
--- a/arch/
From: Gabe Black
U-boot needs a host controller or "hose" to interact with the PCI busses
behind them. This change installs a host controller during initialization of
the coreboot "board" which implements some of X86's basic PCI semantics. This
relies on some existing generic code, but also dupli
This series carries on from Gabe Black's work to upstream support for
running U-Boot from coreboot.
Aditional follow-on patches are also required, depending on feedback
here.
Gabe Black (4):
x86: Allow excluding reset handling code from u-boot.
x86: Add some missing includes.
x86: coreboot
Hi,
On Sat, Sep 29, 2012 at 1:02 PM, Lucas Stach wrote:
> Boards may require a different pinmux setup for NAND than the default one.
> Add a way to call into board specific code to set this up.
>
> Signed-off-by: Lucas Stach
I think this is reasonable as is.
Acked-by: Simon Glass
Regards,
Si
Hi,
On Wed, Oct 3, 2012 at 12:53 PM, Simon Glass wrote:
> This patch fixes the following warnings with my gcc 4.6:
>
> ext4fs.c:932:6: error: variable 'delayed_skipfirst' set but not used
> [-Werror=unused-but-set-variable]
> ext4_common.c:381:8: error: variable 'ptr' set but not used
> [-Werro
Dear Simon Glass,
> Hi Marek,
>
> On Sun, Sep 30, 2012 at 4:24 PM, Marek Vasut wrote:
> > Dear Simon Glass,
> >
> >> Hi Marek,
> >>
> >> On Sun, Sep 30, 2012 at 11:09 AM, Marek Vasut wrote:
> >> > Dear Vadim Bendebury,
> >> >
> >> >> On Sun, Sep 30, 2012 at 10:36 AM, Marek Vasut wrote:
> >>
Hi Stephen,
On Wed, Oct 3, 2012 at 4:00 PM, Stephen Warren wrote:
> On 09/27/2012 06:44 PM, Simon Glass wrote:
>> This series adds support for the Tegra2x's display peripheral. This
>> supports the LCD display on Seaboard and we use this to enable console
>> output in U-Boot on the LCD.
>
> Aside
Hi,
On Wed, Oct 3, 2012 at 4:06 PM, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 10/03/12 15:59, Graeme Russ wrote:
>> Hi Simon,
>>
>> On Thu, Oct 4, 2012 at 7:44 AM, Graeme Russ
>> wrote:
>>> Hi Simon,
>>>
>>> On Oct 4, 2012 6:58 AM, "Simon Glass" wrote:
H
Dear Lukasz Dalek,
> Add support for ethernet over USB which can be used for e.g. booting
> process. It works with tftp and dhcp clients code.
>
> Signed-off-by: Lukasz Dalek
I'll apply once -pxa is pulled into -next. Thanks
[...]
Best regards,
Marek Vasut
__
From: Philippe De Muyter
When the environment sectors in the flash are big, one get those errors :
mcf547x_8x/start.S:173: relocation truncated to fit: R_68K_PC16 against
symbol `cpu_init_f' defined in .text section in libmcf547x_8x.a(cpu_init.o)
mcf547x_8x/start.S:174: relocation truncated
The following warning was produced, fix it:
mcfmii.c: In function 'mcffec_miiphy_write':
mcfmii.c:318:8: warning: variable 'rdreg' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Marek Vasut
Cc: "Jin Zhengxiong-R64188"
Cc: Jason Jin
---
drivers/net/mcfmii.c |4 +---
1 file ch
The jmp _fault generated the following error message, thus change it
to bra _fault:
start.S: Assembler messages:
start.S:310: Error: Conversion of PC relative displacement to absolute
Signed-off-by: Marek Vasut
Cc: "Jin Zhengxiong-R64188"
Cc: Jason Jin
---
arch/m68k/cpu/mcf5227x/start.S |
The following warning was produced, fix it:
board.c: In function 'board_init_r':
board.c:390:8: warning: unused variable 's' [-Wunused-variable]
Signed-off-by: Marek Vasut
Cc: "Jin Zhengxiong-R64188"
Cc: Jason Jin
---
arch/m68k/lib/board.c |3 ++-
1 file changed, 2 insertions(+), 1 deleti
The fbcs variable was unused, producing the following warning:
cpu_init.c: In function 'cpu_init_f':
cpu_init.c:52:10: warning: unused variable 'fbcs' [-Wunused-variable]
Signed-off-by: Marek Vasut
Cc: "Jin Zhengxiong-R64188"
Cc: Jason Jin
---
arch/m68k/cpu/mcf5445x/cpu_init.c |3 ++-
1 f
The following warning was produced, fix it:
speed.c: In function 'get_clocks':
speed.c:94:15: warning: variable 'bPci' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Marek Vasut
Cc: "Jin Zhengxiong-R64188"
Cc: Jason Jin
---
arch/m68k/cpu/mcf5445x/speed.c |9 +++--
1 file
The m68k wasn't tested for a long time it seems, thus bugs crawled in.
This series carries at least some basic fixes, yet bugs still prevail:
Configuring for M5282EVB board...
make: *** [u-boot] Error 1
m68k-linux-gnu-size: './u-boot': No such file
common/libcommon.o:(.data.rel.env_ptr+0x0): undef
On Wed, Oct 03, 2012 at 02:38:49PM -0500, Joe Hershberger wrote:
> Use a lock file at /var/lock/fw_printenv.lock.
> Avoids seriously confusing the MTD driver.
>
> Signed-off-by: Joe Hershberger
> ---
>
> tools/env/fw_env_main.c | 59
> +++--
> 1 file
Change echo to puts characters together where it knows about them
together. This improves netconsole performance by greatly reducing
the number of packets that are sent.
Signed-off-by: Joe Hershberger
---
Changes in v2:
- Check for someone to specify "\c" more than once in each word
common/cmd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/03/12 15:59, Graeme Russ wrote:
> Hi Simon,
>
> On Thu, Oct 4, 2012 at 7:44 AM, Graeme Russ
> wrote:
>> Hi Simon,
>>
>> On Oct 4, 2012 6:58 AM, "Simon Glass" wrote:
>>>
>>> Hi Graeme,
>>>
>>> On Wed, Oct 3, 2012 at 1:47 PM, Graeme Russ
>>>
On 09/27/2012 06:44 PM, Simon Glass wrote:
> This series adds support for the Tegra2x's display peripheral. This
> supports the LCD display on Seaboard and we use this to enable console
> output in U-Boot on the LCD.
Aside from the comments I made just now, the whole series,
Acked-by: Stephen War
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 the changes are fine, tt01 and eb_cpux9k2
Hi Simon,
On Thu, Oct 4, 2012 at 7:44 AM, Graeme Russ wrote:
> Hi Simon,
>
> On Oct 4, 2012 6:58 AM, "Simon Glass" wrote:
>>
>> Hi Graeme,
>>
>> On Wed, Oct 3, 2012 at 1:47 PM, Graeme Russ wrote:
>> > Hi Simon,
>> >
>> > On Oct 4, 2012 6:40 AM, "Simon Glass" wrote:
>> >>
>> >> Hi Tom,
>> >>
>>
On 09/27/2012 06:44 PM, Simon Glass wrote:
> The Seaboard has a 1366x768 16bpp LCD. The backlight is controlled
> by one of the PWMs.
> diff --git a/board/nvidia/dts/tegra20-seaboard.dts
> b/board/nvidia/dts/tegra20-seaboard.dts
> + host1x {
> + dc@5420 {
So based on my prev
On 09/27/2012 06:44 PM, Simon Glass wrote:
> Add LCD definitions and also a proposed binding for LCD displays.
>
> The PWM is as per what will likely be committed to linux-next soon.
>
> The displaymode binding comes from a proposal here:
>
> http://lists.freedesktop.org/archives/dri-devel/2012-
On 09/27/2012 06:44 PM, Simon Glass wrote:
> Add LCD definitions and also a proposed binding for LCD displays.
>
> The PWM is as per what will likely be committed to linux-next soon.
>
> The displaymode binding comes from a proposal here:
>
> http://lists.freedesktop.org/archives/dri-devel/2012-
On 10/03/2012 03:48 PM, Tom Warren wrote:
> Stephen,
>
> On Wed, Oct 3, 2012 at 1:31 PM, Stephen Warren wrote:
>> On 10/02/2012 04:45 PM, Tom Warren wrote:
>>> Common Tegra files are in arch-tegra, shared between T20 and T30.
>>> Tegra30-specific headers are in arch-tegra30. Note that some of
>>>
On 10/03/2012 03:56 PM, Tom Warren wrote:
> Stephen,
>
> On Wed, Oct 3, 2012 at 1:38 PM, Stephen Warren wrote:
>> On 10/02/2012 04:45 PM, Tom Warren wrote:
>>> This patch adds basic Tegra30 (T30) build support - no specific
>>> board is targeted.
>>>
>>
>>> diff --git a/board/nvidia/common/board.
Two sub-commands... start and get.
* start sets the reference.
* get prints out the time since the last start (in "." format).
If get is called without start, returns time since boot.
Simple way to benchmark an operation: "timer start;;timer
get"
Signed-off-by: Joe Hershberger
---
Changes in v
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 accesses
> are simply skipped. Hence, mtest results may change depending on dcac
Stephen,
On Wed, Oct 3, 2012 at 1:38 PM, Stephen Warren wrote:
> On 10/02/2012 04:45 PM, Tom Warren wrote:
>> This patch adds basic Tegra30 (T30) build support - no specific
>> board is targeted.
>>
>
>> diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
>
>> +#ifdef CONFIG_US
Stephen,
On Wed, Oct 3, 2012 at 1:36 PM, Stephen Warren wrote:
> On 10/02/2012 04:45 PM, Tom Warren wrote:
>> These are stripped down for bringup, They'll be filled out later
>> to match-up with the kernel DT contents, and/or as devices are
>> brought up (mmc, usb, spi, etc.).
>
>> diff --git a/a
Stephen,
On Wed, Oct 3, 2012 at 1:31 PM, Stephen Warren wrote:
> On 10/02/2012 04:45 PM, Tom Warren wrote:
>> Common Tegra files are in arch-tegra, shared between T20 and T30.
>> Tegra30-specific headers are in arch-tegra30. Note that some of
>> these will be filled in as more T30 support is adde
Add support for ethernet over USB which can be used for e.g. booting
process. It works with tftp and dhcp clients code.
Signed-off-by: Lukasz Dalek
---
Changes for v7:
- Removed CONFIG_H2200_USBETH
Changes for v6:
- Defined only one entire for board
Changes for v5:
- Surre
Hi Simon,
On Oct 4, 2012 6:58 AM, "Simon Glass" wrote:
>
> Hi Graeme,
>
> On Wed, Oct 3, 2012 at 1:47 PM, Graeme Russ wrote:
> > Hi Simon,
> >
> > On Oct 4, 2012 6:40 AM, "Simon Glass" wrote:
> >>
> >> Hi Tom,
> >>
> >> On Wed, Oct 3, 2012 at 1:04 PM, Tom Rini wrote:
> >> > -BEGIN PGP SIGN
On x86 machines gd is unfortunately a #define, so we should avoid using
gd for anything. This patch changes uses of gd to bgd so that ext4fs
can be used on x86.
A better fix would be to remove the #define in x86, but I'm not sure
how to do that.
Signed-off-by: Simon Glass
---
Changes in v2:
- Do
1 - 100 of 206 matches
Mail list logo