Hello Valentin,
Valentin Longchamp wrote:
> From: Holger Brunck
>
> Signed-off-by: Holger Brunck
> Signed-off-by: Valentin Longchamp
> cc: Heiko Schocher
> cc: Prafulla Wadaskar
> cc: Gerlando Falauto
> ---
> MAINTAINERS |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Acked-
On 5/16/2012 18:42, Andreas Bießmann wrote:
Dear Bo Shen,
On 16.05.2012 04:16, Bo Shen wrote:
v2:
Remove legacy interface.
v1:
Enable new PIO feature supported by Atmel SoC.
Using CPU_HAS_PIO3 micro to enable PIO new feature.
these go behind the '---' line. All before the '---' will
> On Monday 14 May 2012 03:27:55 Kyungmin Park wrote:
>> On 5/14/12, Mike Frysinger wrote:
>> > On Monday 14 May 2012 01:37:10 Kyungmin Park wrote:
>> >> On 5/14/12, Mike Frysinger wrote:
>> >> > On Thursday 10 May 2012 01:23:40 Donghwa Lee wrote:
>> >> >> Makefile |1 +
From: Stephen Warren
Signed-off-by: Stephen Warren
---
MAINTAINERS |1 +
board/compulab/dts/tegra2-trimslice.dts | 57
board/compulab/trimslice/Makefile | 49 +
board/compulab/trimslice/trimslice.c| 76
From: Stephen Warren
This will be used on TrimSlice.
Signed-off-by: Stephen Warren
---
arch/arm/cpu/armv7/tegra2/funcmux.c|7 +++
arch/arm/include/asm/arch-tegra2/funcmux.h |1 +
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/tegra2/funcmu
On 05/16/2012 03:27 PM, Tom Warren wrote:
> Stephen,
> Stephen Warren wrote at Wednesday, May 16, 2012 9:21 AM:
>> This implements a useful bootcmd for Tegra. The boot order is:
...
> I'm getting checkpatch errors (over 80 chars) for tegra2-common-post.h:
>
> WARNING: line over 80 characters
> #41
Stephen,
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Wednesday, May 16, 2012 9:21 AM
> To: Tom Warren
> Cc: Simon Glass; u-boot@lists.denx.de; Stephen Warren
> Subject: [PATCH V2 2/4] tegra: flesh out bootcmd
>
> From: Stephen Warren
>
> This imple
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
---
fs/ext2/dev.c | 74 +++--
1 file changed, 35 insertions(+), 39 deletions(-)
diff --git a/fs/ext2/dev.c b/fs/ext2/dev.c
index 315ff53..f8cb8b7 100644
--- a/fs/ext2/dev.c
+++ b/fs/ext2/dev.c
@@
Hi Simon,
On Fri, Apr 20, 2012 at 9:54 PM, Simon Glass wrote:
> Hi Joe,
>
> On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger
> wrote:
>> diff --git a/net/bootp.c b/net/bootp.c
>> index d0a7da2..5949e77 100644
>> --- a/net/bootp.c
>> +++ b/net/bootp.c
>> @@ -12,6 +12,9 @@
>> #include
>> #incl
On 05/16/2012 09:04 PM, Jeroen Hofstee wrote:
I could not resist removing some brackets etc while looking at the file..
These changes are optional and in a seperate patch. I will email a
seperate patch which I use for testing, but should NOT be in mainline,
since it assumes which LCD is connected
From: Jeroen Hofstee
The beagle board uses the background color to show an orange screen during
startup. This patch adds the ability to add a frame buffer, with the
intention not to break the beagle board use case (I don't have one).
videomodes.c is not used. Scrolling depends on this patch:
htt
From: Jeroen Hofstee
Remove unnecessary brackets.
Unwrap lines which are below 80 chars.
Single line comment as single line.
Moved init values to the source code.
cc: s-paul...@ti.com
cc: kha...@ti.com
Signed-off-by: Jeroen Hofstee
---
arch/arm/include/asm/arch-omap3/dss.h | 20 +++--
I could not resist removing some brackets etc while looking at the file..
These changes are optional and in a seperate patch. I will email a
seperate patch which I use for testing, but should NOT be in mainline,
since it assumes which LCD is connected.
Beagle owners, please test that I didn't brea
This is based on top of:
tegra: add alternate UART1 funcmux entry
tegra: add UART1 on GPU funcmux entry
v2: remove enum change
Signed-off-by: Lucas Stach
Acked-by: Stephen Warren
CC: Stephen Warren
CC: Tom Warren
CC: Marek Vasut
---
arch/arm/cpu/armv7/tegra2/board.c |2 ++
arch
Signed-off-by: Lucas Stach
CC: Tom Warren
---
arch/arm/include/asm/arch-tegra2/pinmux.h |2 +-
board/compal/paz00/paz00.c|6 +++---
2 Dateien geändert, 4 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-)
diff --git a/arch/arm/include/asm/arch-tegra2/pinmux.h
b/arch/arm/includ
Am Mittwoch, den 16.05.2012, 10:59 -0700 schrieb Tom Warren:
> Lucas,
>
> > -Original Message-
> > From: Lucas Stach [mailto:d...@lynxeye.de]
> > Sent: Wednesday, May 16, 2012 9:29 AM
> > To: u-boot@lists.denx.de
> > Cc: Stephen Warren; Tom Warren; Marek Vasut
> > Subject: [PATCH] tegra: a
On Wed, May 16, 2012 at 2:36 PM, Stephen Warren wrote:
> This can be useful for generic scripts. For example, rather than hard-
> coding a script to ext2load tegra-harmony.dtb, it could load
> ${board_soc}-${board_name}.dtb and hence not need adjustments to
> run on multiple boards.
I do like the
I just posted a patch which causes U-Boot to define some variables
describing which board you're running on:
http://lists.denx.de/pipermail/u-boot/2012-May/124556.html
In particular, see the description of that first patch for motivation
re: U-Boot scripts.
The one issue here is that the U-Boot
From: Stephen Warren
This can be useful for generic scripts. For example, rather than hard-
coding a script to ext2load tegra-harmony.dtb, it could load
${board_soc}-${board_name}.dtb and hence not need adjustments to
run on multiple boards.
Signed-off-by: Stephen Warren
---
Wolfgang, does this
From: Stephen Warren
So that all Tegra boards define environment variables that describe
themselves.
Signed-off-by: Stephen Warren
---
include/configs/tegra2-common.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/tegra2-common.h b/include/configs/te
On 05/16/2012 07:06 AM, Amit Virdi wrote:
> + if ((bits_ecc + bits_data) <= 8) {
> + if (bits_data)
> + memset(dat, 0xff, 512);
> + return bits_data;
return bits_data + bits_ecc;
> + i = 0;
> + while (num_err-
On 05/16/2012 10:29 AM, Lucas Stach wrote:
> This is based on top of:
> tegra: add alternate UART1 funcmux entry
> tegra: add UART1 on GPU funcmux entry
>
> While at it sync up the pingroup enum name with the TRM.
>
> Signed-off-by: Lucas Stach
> CC: Stephen Warren
> CC: Tom Warren
> CC: Marek
From: Stephen Warren
CONFIG_CMD_PING/NFS aren't required for Whistler to boot.
Add some comments.
Signed-off-by: Stephen Warren
---
v3: Fix duplicate #defines
v2: Fix typo in comment
Tom, this series replaces patches 3 and 4 of the V2 series I just posted.
---
include/configs/whistler.h |
From: Stephen Warren
Signed-off-by: Stephen Warren
---
v3: Fix duplicate #defines
---
include/configs/seaboard.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5e91675..6671ed3 100644
--- a/include/c
Hi Stephen,
Am Mittwoch, den 16.05.2012, 10:21 -0600 schrieb Stephen Warren:
> From: Stephen Warren
>
> Signed-off-by: Stephen Warren
> ---
> include/configs/seaboard.h | 12
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/seaboard.h b/inclu
This is based on top of:
tegra: add alternate UART1 funcmux entry
tegra: add UART1 on GPU funcmux entry
While at it sync up the pingroup enum name with the TRM.
Signed-off-by: Lucas Stach
CC: Stephen Warren
CC: Tom Warren
CC: Marek Vasut
---
arch/arm/cpu/armv7/tegra2/board.c |2
From: Stephen Warren
CONFIG_CMD_PING/NFS aren't required for Whistler to boot.
Add some comments.
Signed-off-by: Stephen Warren
---
v2: Fix typo in comment
---
include/configs/whistler.h |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/configs/whistler.h
From: Stephen Warren
Signed-off-by: Stephen Warren
---
include/configs/seaboard.h | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5e91675..0857c1a 100644
--- a/include/configs/seaboard.h
+++ b/inc
From: Stephen Warren
This implements a useful bootcmd for Tegra. The boot order is:
* If USB enabled, USB storage
* Internal MMC (SD card or eMMC)
* If networking is enabled, BOOTP/TFTP
When booting from USB or MMC, the boot script is assumed to be in
partition 1 (although this may be overridde
From: Stephen Warren
console isn't used by anything, and the kernel should be set appropriately
by whatever script is booting the kernel, not imposed by the bootloader.
mem might be useful, but the current value is pretty bogus, since it
includes nvmem options that make no sense for an upstream
On 05/16/2012 05:41 AM, Amit Virdi wrote:
> Hi Scott,
>
> On 5/16/2012 2:44 AM, Scott Wood wrote:
>> On 05/07/2012 02:26 AM, Amit Virdi wrote:
>>> +while (num_err--) {
>>> +change_bit(0,&err_idx[i]);
>>> +change_bit(1,&err_idx[i]);
>>> +
>>> +if (err_idx[i]< 512 * 8) {
From: Stephen Warren
TrimSlice uses UART1 on the GPU pingroup.
Signed-off-by: Stephen Warren
---
arch/arm/cpu/armv7/tegra2/board.c |4 +++-
arch/arm/cpu/armv7/tegra2/funcmux.c|5 +
arch/arm/include/asm/arch-tegra2/funcmux.h |1 +
3 files changed, 9 insertions(+
Hi Simon,
On Fri, Apr 20, 2012 at 9:47 PM, Simon Glass wrote:
> Hi Joe,
>
> On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger
> wrote:
>> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
>> index b0dd2f0..848e4ae 100644
>> --- a/include/configs/am3517_crane.h
>> +++ b
I'm having trouble getting netconsole to work u-boot after following to the
letter instructions found in README.NetConsole. Here are the steps taken.
1) in the file include/configs/ads5125.h, I use # define CONFIG_NETCONSOLE
1
2) I then built u-boot and downloaded the image on ram memory o
This patch adds support for the LaCie board d2 Network v2 which share
a lot of hardware caracteristics with the 2Big Network v2.
- CPU: Marvell 88F6281 1200Mhz
- SDRAM memory: 256MB DDR2 400Mhz
- 2 SATA ports: internal and eSATA
- Gigabit ethernet: PHY Marvell 88E1116R
- Flash memory: SPI NOR 512K
This patch adds support for the LaCie boards Network Space v2 (Lite and
Mini). This two boards are derived from the Network Space v2 and a lot
of hardware caracteristics are shared.
- CPU: Marvell 88F6192 800Mhz
- SDRAM memory: 128MB DDR2 200Mhz
- 1 SATA port: internal
- Gigabit ethernet: PHY Marv
Defines CONFIG_EFI_PARTITION for LaCie boards.
Additionally this patch defines CONFIG_DOS_PARTITION. Note that this
definition is implicit in mv_common.h when CONFIG_CMD_USB is enabled.
Signed-off-by: Simon Guinot
---
include/configs/lacie_kw.h |6 ++
1 file changed, 6 insertions(+)
di
The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.
Now, the PHY addres
Signed-off-by: Simon Guinot
---
include/configs/lacie_kw.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h
index 5746fc4..4f8bc8f 100644
--- a/include/configs/lacie_kw.h
+++ b/include/configs/lacie_kw.h
@@ -70,7 +70,7
Signed-off-by: Simon Guinot
---
include/configs/lacie_kw.h |4
1 file changed, 4 deletions(-)
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h
index 6cbc752..5746fc4 100644
--- a/include/configs/lacie_kw.h
+++ b/include/configs/lacie_kw.h
@@ -66,11 +66,7 @@
/*
* S
Hi,
Here is a patch series wich provides some bug fixes for the Internet
Space v2 and 2Big Network v2 devices.
In addition, support is also added for the following devices:
- Network Space v2 Lite
- Network Space v2 Mini
- d2 Network v2.
Regards,
Simon
Simon Guinot (6):
lacie_kw: fix SDRA
Hi Marek,
On Wed, May 14, 2012 at 11:56 PM, Marek Vasut
> wrote:
> Dear Rajeshwari Shinde,
>
> > This patch corrects the SYSREG structure.
>
> What is the exact difference between this patchset and V3 one? It's a good
> practice to sum such things up below diffstat.
>
Yes,
Change is in [PATCH 4
Dear Vivek Gautam,
> Hi Marek,
>
> On Wed, May 14, 2012 at 11:56 PM, Marek Vasut
>
>
> > wrote:
> >
> > Dear Rajeshwari Shinde,
> >
> > > This patch corrects the SYSREG structure.
> >
> > What is the exact difference between this patchset and V3 one? It's a
> > good practice to sum such thin
On Wed, May 02, 2012 at 09:16:43PM +0200, Luka Perkov wrote:
> The kwboot program boots boards based on Marvell's Kirkwood platform
> via Xmodem over their integrated UART.
>
> Signed-off-by: Daniel Stodden
> Acked-by: Luka Perkov
kwboot works fine with Kirkwood based LaCie devices.
Tested-by:
From: Vipin KUMAR
Since, SPEAr platform uses generic FSMC driver now, so spear specific files
drivers/mtd/nand/spr_nand.c, arch/arm/include/asm/arch-spear/spr_nand.h are
removed
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/asm/arch-spear/spr_nand.h | 57
From: Vipin KUMAR
Since FSMC is a standard IP and it supports different memory interfaces, it
is supported independent of spear platform and spear is configured to use that
driver for interfacing with the NAND device
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/as
From: Vipin KUMAR
Flexible static memory controller is a peripheral provided by ST,
which controls the access to NAND chips along with many other
memory device chips eg NOR, SRAM.
This patch adds the driver support for FSMC controller interfacing
with NAND memory.
Signed-off-by: Vipin Kumar
Si
From: Vipin KUMAR
change_bit routine is left implementation dependent until now.
This routine is now defined for arm platforms in asm-arm/bitops.h
The Flexible Static memory controller driver, placed in
mtd/nand/fsmc_nand.c needs this routine. FSMC is a memory controller
peripheral from ST. The
This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific driver exists for FSMC controller. This patchset adds a full
fledged driver that can be used across multiple platforms and removes the
obsolete SPEAr specific driver.
V2 -> V3
- Implemented timeout durin
Kindly discard this patchset, it is same as V2 as I used older sha key
to generate the patchset. I'm so sorry for this mess. Sending the
correct patchset
On 5/16/2012 5:15 PM, Amit VIRDI wrote:
This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific dri
From: Vipin KUMAR
Since, SPEAr platform uses generic FSMC driver now, so spear specific files
drivers/mtd/nand/spr_nand.c, arch/arm/include/asm/arch-spear/spr_nand.h are
removed
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/asm/arch-spear/spr_nand.h | 57
From: Vipin KUMAR
Flexible static memory controller is a peripheral provided by ST,
which controls the access to NAND chips along with many other
memory device chips eg NOR, SRAM.
This patch adds the driver support for FSMC controller interfacing
with NAND memory.
Signed-off-by: Vipin Kumar
Si
From: Vipin KUMAR
Since FSMC is a standard IP and it supports different memory interfaces, it
is supported independent of spear platform and spear is configured to use that
driver for interfacing with the NAND device
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/as
This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific driver exists for FSMC controller. This patchset adds a full
fledged driver that can be used across multiple platforms and removes the
obsolete SPEAr specific driver.
V2 -> V3
- Implemented timeout durin
From: Vipin KUMAR
change_bit routine is left implementation dependent until now.
This routine is now defined for arm platforms in asm-arm/bitops.h
The Flexible Static memory controller driver, placed in
mtd/nand/fsmc_nand.c needs this routine. FSMC is a memory controller
peripheral from ST. The
Three fixups.
Signed-off-by: Amit Virdi
Please discard this. I'll send changes in the V3 patchset.
Thanks
Amit Virdi
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 5/16/2012 2:44 AM, Scott Wood wrote:
>> +case FSMC_VER8:
>> +/* Busy waiting for ecc computation to finish for 512 bytes */
>> +while (!(readl(&fsmc_regs_p->sts)& FSMC_CODE_RDY))
>> +;
>
> Timeout?
>
>> +uint16_t ecc_oob[7];
>> +uint8_t *oob = (uint8_t *
This allows a final, board specific, step in the claim/relase_bus
function for the SPI controller, which may be needed for some hardware
designs.
Signed-off-by: Valentin Longchamp
cc: Holger Brunck
cc: Prafulla Wadaskar
---
drivers/spi/kirkwood_spi.c | 13 -
1 files changed, 12 i
These two function nows ensure that the MPP is configured correctly for
the SPI controller before any SPI access, and restore the initial
configuration when the access is over.
Since the used pins for the SPI controller can differ (2 possibilities
for each signal), the used pins are configured wit
These 2 functions can be used in pair if one needs to set a mpp
configuration only for a given time and then switch back to the previous
mpp config.
Signed-off-by: Valentin Longchamp
cc: Holger Brunck
cc: Prafulla Wadaskar
---
arch/arm/cpu/arm926ejs/kirkwood/mpp.c| 18 ++
This series adds generic support for the spi_claim/release_bus functions for
the kirkwood processors.
The implementation was already discussed in another thread following my first
board specific submission of the patch.
The series adds two functions to the kirkwood mpp code to be able to temporar
Dear Bo Shen,
On 16.05.2012 04:16, Bo Shen wrote:
> v2:
> Remove legacy interface.
>
> v1:
> Enable new PIO feature supported by Atmel SoC.
> Using CPU_HAS_PIO3 micro to enable PIO new feature.
these go behind the '---' line. All before the '---' will be the git
commit message. The git com
Hi Scott,
On 5/16/2012 2:44 AM, Scott Wood wrote:
On 05/07/2012 02:26 AM, Amit Virdi wrote:
+ while (num_err--) {
+ change_bit(0,&err_idx[i]);
+ change_bit(1,&err_idx[i]);
+
+ if (err_idx[i]< 512 * 8) {
+ change_bit(err_idx[
UBI error: ubi_read_volume_table: the layout volume was not found
Error after executing and interrupting nandtest:
nandtest -p 100 /dev/mtd5
Creating 6 MTD partitions on "atmel_nand":
0x-0x0002 : "bootstrap"
0x0002-0x0006 : "uboot"
0x0006-0x000800
This is an sh2a device (max 266MHz) with FPU, video display
controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports,
SD and on-chip USB.
The RSK2+SH7269 board uses the SH7269 processor. It is often
referred to as just rsk7269.
Signed-off-by: Phil Edworthy
---
v2: added more info in the com
resend because of rebounce
From: east...@hotmail.com
To: u-boot@lists.denx.de
Subject: how to use u-boot to relocate an executeable to a static address in
RAM?
Date: Wed, 16 May 2012 00:23:12 +
Hi,
Please correct me if I am wrong. From what I understand, u-boot itself is
relocated
66 matches
Mail list logo