Hi!
I'm new to u-boot and i'm trying to figure out how to compile a version which
uses UART 4 on the omap4 instead of UART 3. I've been digging through the
mailing list archive without finding anything to help me.
>From what i understand the pins are muxed correctly by default in
>"board/duove
On Wed, Jun 19, 2013 at 9:15 PM, Simon Glass wrote:
>
> Implement this feature on ARM for tracing.
>
> It would be nice to have generic bootm support so that it is easily
> implemented on any arch.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v3:
> - Revert to using 'images' instead of 'imag
Hi Bo,
On 22.08.13 05:21, Bo Shen wrote:
> Hi Andreas,
>
> On 8/21/2013 23:14, Andreas Bießmann wrote:
>> On 08/13/2013 08:38 AM, Bo Shen wrote:
>>> add gpio common API support for gpio command
>>>
>>> Signed-off-by: Bo Shen
>>> ---
>>> drivers/gpio/at91_gpio.c | 43
>>> +
Hi Bo,
On 22.08.13 05:15, Bo Shen wrote:
> Hi Andreas,
>
> On 8/21/2013 23:08, Andreas Bießmann wrote:
>> Hi Bo,
>>
>> On 08/13/2013 08:38 AM, Bo Shen wrote:
>> Please adopt all places in this file with mentioned changes and tell me
>> your opinion about erroneous return value.
>
> For the er
Deer Andreas,
>
> sorry, but this hunk doesn't apply cleanly on top of current
> u-boot-atmel/master, could you please rebase?
I will send a V3
Best regards
Jens Scharsig
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listin
From: "Jens Scharsig (BuS Elektronik)"
- fix adresses in env settings in config header
- add missing CONFIG_STANDALONE_LOAD_ADDR to eb_cpux9k2 config header
- remove jffs2 support, board doesn't use this anymore
- add ubifs support
- change sizes and start for partitions
Signed-off-by: Jens Scha
On Aug 21, 2013, at 10:45 PM, sun york-R58495 wrote:
>
> On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote:
>
>> Dear sun york-R58495,
>>
>>> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote:
Dear York Sun,
> On 05/20/2013 10:25 AM, Marek Vasut wrote:
>> Prefix HOSTCC and CC wit
On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote:
> Dear sun york-R58495,
>
>> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote:
>>> Dear York Sun,
>>>
On 05/20/2013 10:25 AM, Marek Vasut wrote:
> Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache.
> In case the use
Dear Eric Nelson,
Adding Wolfgang and Tom to CC.
> On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote:
> > Hi, experts:
> >
> > Why not include cmd_fastboot.c in common directory in 2013.07 release
> > package?
> >
> > Because of code license?
> >
> > Or other reason?
>
> Hi Tiger,
>
> Yo
Dear sun york-R58495,
> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote:
> > Dear York Sun,
> >
> >> On 05/20/2013 10:25 AM, Marek Vasut wrote:
> >>> Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache.
> >>> In case the user wants to use ccache, exporting CCACHE=ccache will do
>
This adds the preset value to register, and setup of baudrate.
Signed-off-by: Kouei Abe
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/serial/serial_sh.c | 1 +
drivers/serial/serial_sh.h | 13 +
2 files changed, 14 insertions(+)
diff --git a/drivers/serial/serial_sh.c b/drivers/ser
The sh-eth of rmobile needs to use invalidate_cache* function.
This patch adds invalidate_cache* function.
Signed-off-by: Hisashi Nakamura
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/net/sh_eth.c | 31 ++-
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git
The cache API of SH was changed from dcache_wback_range to flush_dcache_range.
sh-eth uses dcache_wback_range. This patch changes to flush_dcache_range.
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/net/sh_eth.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/sh_
R8A7790 has the same sh-ether IP core as other SH/rmobile.
This patch adds support of R8A7790.
Signed-off-by: Hisashi Nakamura
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/net/sh_eth.c | 5 -
drivers/net/sh_eth.h | 7 +++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dr
sh-eth can change the alignment size of a packet descriptor according to BUS
size. This patch adds this function.
Signed-off-by: Hisashi Nakamura
Signed-off-by: Nobuhiro Iwamatsu
---
drivers/net/sh_eth.c | 13 -
drivers/net/sh_eth.h | 27 ++-
2 files changed,
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to
CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to
CONFIG_SH_TMU_CLK_FREQ,
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/armadillo-800eva.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/kzm9g.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 222725c..6323050 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -125,6 +125,7 @@
#define CONFIG_GLOBAL_T
On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote:
> Dear York Sun,
>
>> On 05/20/2013 10:25 AM, Marek Vasut wrote:
>>> Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache.
>>> In case the user wants to use ccache, exporting CCACHE=ccache will do
>>> the trick. It is of course pos
Dear York Sun,
> On 05/20/2013 10:25 AM, Marek Vasut wrote:
> > Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache.
> > In case the user wants to use ccache, exporting CCACHE=ccache will do
> > the trick. It is of course possible to either make the cross-compiler
> > name into a
Hi Andreas,
On 8/21/2013 23:14, Andreas Bießmann wrote:
On 08/13/2013 08:38 AM, Bo Shen wrote:
add gpio common API support for gpio command
Signed-off-by: Bo Shen
---
drivers/gpio/at91_gpio.c | 43 +++
1 file changed, 43 insertions(+)
diff --git a
Hi Andreas,
On 8/21/2013 23:08, Andreas Bießmann wrote:
Hi Bo,
On 08/13/2013 08:38 AM, Bo Shen wrote:
fix code to use pointer for pio port as the warning message suggested
remove the warning message
Signed-off-by: Bo Shen
---
drivers/gpio/at91_gpio.c | 232 ++--
timer_init function sets timer prescaler bit.
The previous code so did not mask this bit, this function was to overwrite
the bit. This will fix this problem.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/lib/time.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/sh/lib
The former SH/TMU driver had calculated timer based on CONFIG_SYS_CLK_FREQ.
The newest SH/TMU newly needs calculation of the clock for TMU.
This patch defines clock CONFIG_SH_TMU_CLK_FREQ for TMU and changes it to
CONFIG_SH_TMU_CLK_FREQ from CONFIG_SYS_CLK_FREQ.
Signed-off-by: Nobuhiro Iwamatsu
-
A chache API of SH is developped by reference in linux kernel.
And API was the same as the linux kernel.
This patch change cache API to defines as U-Boot.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/cpu/sh4/cache.c | 4 ++--
arch/sh/cpu/sh4/cpu.c | 2 +-
arch/sh/include/asm/cache.h |
The former SH/SCIF driver had calculated baudrate based on CONFIG_SYS_CLK_FREQ.
The newest SH/SCIF needs calculation of the clock for SCIF.
This patch defines clock CONFIG_SH_SCIF_CLK_FREQ for SCIF and changes it to
CONFIG_SH_SCIF_CLK_FREQ from CONFIG_SYS_CLK_FREQ.
Signed-off-by: Nobuhiro Iwamatsu
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to
CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to
CONFIG_SH_TMU_CLK_FREQ for boards.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/MigoR.h | 2 ++
include/configs/ap325rxa.h | 2 ++
inc
"static u16 bit" is not necessary to use this as static global variable.
This patch fixes this.
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/lib/time.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c
index 8f83d46..c554fe8 10064
This patch adds a driver for Renesas SoC's Quad SPI bus.
This supports with 8 bits per transfer to use with SPI flash.
Signed-off-by: Kouei Abe
Signed-off-by: Nobuhiro Iwamatsu
---
v3: Change Queued to Quad.
Remove path of file from file header.
Use read* and write* directly instead of s
> -原始邮件-
> 发件人: "Scott Wood"
> 发送时间: 2013年8月22日 星期四
> 收件人: "Simon Glass"
> 抄送: FengHua , "tr...@ti.com" , "U-Boot
> Mailing List"
> 主题: Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero
> gd_t
>
> On Tue, 2013-08-20 at 23:27 -0600, Simon Glass wrote:
> > Hi D
On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote:
Hi, experts:
Why not include cmd_fastboot.c in common directory in 2013.07 release
package?
Because of code license?
Or other reason?
Hi Tiger,
You bring up a question we're interested in as well.
It looks to me as if this died somewh
On Tue, 2013-08-20 at 23:27 -0600, Simon Glass wrote:
> Hi David,
>
> On Tue, Aug 20, 2013 at 4:48 AM, wrote:
> > diff --git a/common/board_r.c b/common/board_r.c
> > index 86ca1cb..1b4bdd2 100644
> > --- a/common/board_r.c
> > +++ b/common/board_r.c
> > @@ -157,6 +157,13 @@ static int initr_rel
Hi Jeroen,
On Wed, Aug 21, 2013 at 10:22 AM, Jeroen Hofstee wrote:
> Hello Simon,
>
>
> On 08/19/2013 07:32 PM, Jeroen Hofstee wrote:
>>
>>
>> On 08/19/2013 05:08 AM, Simon Glass wrote:
>>>
>>> On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee
>>> wrote:
This patch assumes only crt0
On 05/20/2013 10:25 AM, Marek Vasut wrote:
> Prefix HOSTCC and CC with CCACHE variable to allow easy use of ccache.
> In case the user wants to use ccache, exporting CCACHE=ccache will do
> the trick. It is of course possible to either make the cross-compiler
> name into a shellscript which invokes
On Wed, 2013-08-21 at 08:36 +0200, Valentin Longchamp wrote:
> On 08/20/2013 08:18 PM, Scott Wood wrote:
> > On Tue, 2013-08-20 at 08:28 +0200, Valentin Longchamp wrote:
> >> On 08/20/2013 02:48 AM, Scott Wood wrote:
> >>> On Mon, 2013-08-19 at 17:50 +0200, Valentin Longchamp wrote:
> On 08/13
Hi Vb,
On Wed, Aug 21, 2013 at 3:59 PM, wrote:
> On Wed, Jun 19, 2013 at 9:15 PM, Simon Glass wrote:
>>
>> Implement this feature on ARM for tracing.
>>
>> It would be nice to have generic bootm support so that it is easily
>> implemented on any arch.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
On Sat, 2013-08-17 at 16:59 +0800, Woody Wu wrote:
> Hi,
>
> Does anyone know if u-boot (version 2009.11) already contains supports
> to the hardware ECC for NAND in S3C24xx (Specifically S3C2416) SoC?
>
> Thanks in advance.
I'm not familiar with these chips, but I do see hwecc code in
drivers/m
>From 015f65db8c6c01fe527f2f88af255ecdb5e2c58d Mon Sep 17 00:00:00 2001
From: Henrik Nordstrom
Date: Wed, 21 Aug 2013 21:20:47 +0200
Subject: [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK
Use of uImage formatted u-boot binary have long been preferred, and
recent changes to bette
Tom,
The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:
SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
18:05:19 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to b6df9b01fb8c1
Hi!
I'm new to u-boot and i'm trying to figure out how to compile a version which
uses UART 4 on the omap4 instead of UART 3. I've been digging through the
mailing list archive without finding anything to help me.
>From what i understand the pins are muxed correctly by default in
>"board/duove
Hello,
The last reference I could find about it, is an email from dec.17 2012, but I'd
like to re-ignite the discussion. Also, I'm new here - forgive me if I'm asking
stupid questions.
I'd like to implement a form of authenticated boot into u-boot. That is, I need
it myself for a device th
Fix a bug introduced by commit 3aa29dee
TPL : introduce the TPL based on the SPL
Signed-off-by: York Sun
CC: Ying Zhang
---
Tested MAKEALL with BUILD_NBUILDS=5
Makefile |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 8d7159d..4a630a5
On 08/21/13 13:58, Mateusz Zalega wrote:
> Structure exynos_usb_phy lacked __attribute__ ((packed)), which might
> have led to broken EHCI functionality in builds based on more recent
> compilers.
>
> Signed-off-by: Mateusz Zalega
> Signed-off-by: Kyungmin Park
> Cc: Minkyu Kang
> Cc: Rajeshwar
Am 2013-08-21 16:17, schrieb Andreas Bießmann:
> Hi Bo, Jens,
>
> On 08/13/2013 08:38 AM, Bo Shen wrote:
>> Signed-off-by: Bo Shen
>>
>> ---
>> drivers/gpio/at91_gpio.c |2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/21/2013 11:51 AM, Mark Jackson wrote:
> On 30/07/13 08:34, Heiko Schocher wrote:
>> Hello Lokesh,
>>
>> Am 30.07.2013 07:18, schrieb Lokesh Vutla:
>>> From: Heiko Schocher
>>>
>>> s_init has the same outline for all the AM33xx based board. So
>
Am 2013-08-13 07:38, schrieb Bo Shen:
> Signed-off-by: Bo Shen
>
> ---
> drivers/gpio/at91_gpio.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c
> index 3de0844..72161dc 100644
> --- a/drivers/gpio/at91_gpio.c
> ++
Hello Simon,
On 08/19/2013 07:32 PM, Jeroen Hofstee wrote:
On 08/19/2013 05:08 AM, Simon Glass wrote:
On Sat, Aug 17, 2013 at 3:40 AM, Jeroen Hofstee
wrote:
This patch assumes only crt0.S sets the register used for
gd in asm. I just noticed cpu/armv7/lowlevel_init.S does set gd
manually, so
On 08/21/2013 06:40 AM, Tom Rini wrote:
> I see problems with:
> P1021RDB-PC_NAND BSC9132QDS_NAND_DDRCLK133 P1025RDB_NAND
> BSC9131RDB_NAND_SYSCLK100 P1022DS_SDCARD P1010RDB_NAND
> MPC8313ERDB_NAND_33 P1020RDB-PD_NAND BSC9131RDB_NAND
> P1022DS_36BIT_SDCARD P1022DS_36BIT_NAND P1022DS_36BIT_SPIFLASH
On 30/07/13 08:34, Heiko Schocher wrote:
> Hello Lokesh,
>
> Am 30.07.2013 07:18, schrieb Lokesh Vutla:
>> From: Heiko Schocher
>>
>> s_init has the same outline for all the AM33xx based
>> board. So making it generic.
>> This also helps in addition of new Soc with minimal changes.
There's a new
Typoes fixed:
"partion" -> "partition"
"retrive", "retreive" -> "retrieve"
"th" -> "to"
Signed-off-by: Robert P. J. Day
---
just my pedantic nature getting the best of me, not sure if folks
preferred i submit these on a per-subsystem basis and CC all relevant
maintainers. if so, i can
perusing cmd_mmc.c, ran across test for CONFIG_SUPPORT_EMMC_BOOT
with which i was unfamiliar so i did a grep to see where it was having
an effect and got this:
$ grep -r EMMC_BOOT *
arch/arm/cpu/armv7/exynos/spl_boot.c:#ifdef CONFIG_SUPPORT_EMMC_BOOT
arch/arm/cpu/armv7/exynos/spl_boot.c:#ifdef
Hi Jens,
On 08/19/2013 11:55 AM, Jens Scharsig (BuS Elektronik) wrote:
> From: "Jens Scharsig (BuS Elektronik)"
>
> - remove jffs2 support, board doesn't use this anymore
> - add ubifs support
> - change sizes and start for partitions
>
> Signed-off-by: Jens Scharsig (BuS Elektronik)
>
> ---
Hi Bo, Jens,
On 08/13/2013 08:38 AM, Bo Shen wrote:
> Signed-off-by: Bo Shen
>
> ---
> drivers/gpio/at91_gpio.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c
> index 3de0844..72161dc 100644
> --- a/drivers/gpio/a
On 08/13/2013 08:38 AM, Bo Shen wrote:
> the at91_pio definition is no longer needed, so remove it
>
> Signed-off-by: Bo Shen
> ---
> arch/arm/include/asm/arch-at91/at91_pio.h | 15 ---
> 1 file changed, 15 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-at91/at91_pio.h
>
On 08/13/2013 08:38 AM, Bo Shen wrote:
> add gpio common API support for gpio command
>
> Signed-off-by: Bo Shen
> ---
> drivers/gpio/at91_gpio.c | 43 +++
> 1 file changed, 43 insertions(+)
>
> diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_
Hi Bo,
On 08/13/2013 08:38 AM, Bo Shen wrote:
> fix code to use pointer for pio port as the warning message suggested
> remove the warning message
>
> Signed-off-by: Bo Shen
> ---
> drivers/gpio/at91_gpio.c | 232
> ++
> 1 file changed, 134 insertio
On Wed, Aug 21, 2013 at 03:20:57PM +0100, Mark Jackson wrote:
> On 14/08/13 10:24, Mark Jackson wrote:
> > NanoBone Specification:
> > ---
> > CPU:
> > TI AM335x
> >
> > Memory:
> > 256MB DDR3
> > 64MB NOR flash
> > 256MB NAND flash
> > 128KB FRAM
> >
> > Ethernet:
On 14/08/13 10:24, Mark Jackson wrote:
> NanoBone Specification:
> ---
> CPU:
> TI AM335x
>
> Memory:
> 256MB DDR3
> 64MB NOR flash
> 256MB NAND flash
> 128KB FRAM
>
> Ethernet:
> 2 x 10/100 connected to SMSC LAN8710 PHY
>
> USB:
> 1 x USB2.0 Type A
>
> I2C:
>
On Wed, Aug 21, 2013 at 10:52:26AM +0530, Sricharan R wrote:
> Hi Tom,
>
> On Tuesday 20 August 2013 06:23 PM, Tom Rini wrote:
> > After examining both TRMs and doing some experimentation, we can rely on
> > using the start of the download area for CONFIG_SPL_TEXT_BASE and then
> > move SRAM_SCRAT
On Tue, Aug 20, 2013 at 12:46:20PM -0700, York Sun wrote:
> Tom,
>
> The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2:
>
> SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19
> 18:05:19 -0400)
>
> are available in the git repository at:
>
> git://git.
On 08/21/2013 04:19 AM, Stefano Babic wrote:
Hi Eric,
On 02/08/2013 19:37, Eric Nelson wrote:
Without this change, the following message is generated:
Warning: FEC using MAC address from net device
See doc/README.enetaddr for details.
Signed-off-by: Eric Nelson
---
drivers/net/fec_
> -原始邮件-
> 发件人: "Simon Glass"
> 发送时间: 2013年8月21日 星期三
> 收件人: FengHua
> 抄送: "U-Boot Mailing List" , "tr...@ti.com"
>
> 主题: Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero
> gd_t
>
> Hi David,
>
> On Tue, Aug 20, 2013 at 4:48 AM, wrote:
> > From: David Feng
Dear Mateusz Zalega,
> On 08/21/13 05:33, Marek Vasut wrote:
> > The EHCI supports multi-bus thing (passing the controller *), will this
> > be viable to pass in this case too, so the busses can be inited
> > selectively in host/gadget functions?
>
> Hello, Marek.
> I need more context. Could you
Structure exynos_usb_phy lacked __attribute__ ((packed)), which might
have led to broken EHCI functionality in builds based on more recent
compilers.
Signed-off-by: Mateusz Zalega
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
Cc: Rajeshwari Shinde
---
Changes since v1:
- changed linux/compiler-
Structure exynos_usb_phy lacked __attribute__ ((packed)), which might
have led to broken EHCI functionality in builds based on more recent
compilers.
Signed-off-by: Mateusz Zalega
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
Cc: Rajeshwari Shinde
---
arch/arm/include/asm/arch-exynos/ehci.h |
Hi, experts:
Why not include cmd_fastboot.c in common directory in 2013.07 release
package?
Because of code license?
Or other reason?
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Eric,
On 02/08/2013 19:37, Eric Nelson wrote:
> Without this change, the following message is generated:
> Warning: FEC using MAC address from net device
>
> See doc/README.enetaddr for details.
>
> Signed-off-by: Eric Nelson
> ---
> drivers/net/fec_mxc.c | 2 ++
> 1 file changed, 2 i
On 08/21/13 13:00, Mateusz Zalega wrote:
> When user attempted to perform a raw write using DFU (vide
> dfu_fill_entity_mmc) with MMC interface not initialized before,
> get_mmc_blk_size() reported invalid (zero) block size - it wasn't
> possible to write ie. a new u-boot image.
>
> This commit fi
When user attempted to perform a raw write using DFU (vide
dfu_fill_entity_mmc) with MMC interface not initialized before,
get_mmc_blk_size() reported invalid (zero) block size - it wasn't
possible to write ie. a new u-boot image.
This commit fixes that by initializing device in get_mmc_blk_size()
From: Arkadiusz Wlodarczyk
This commit enables support for USB mass storage composite function.
It defines platform code and enables it at config file.
Signed-off-by: Arkadiusz Wlodarczyk
Signed-off-by: Kyungmin Park
Signed-off-by: Mateusz Zalega
Tested-by: Arkadiusz Wlodarczyk
Tested-by: Ma
From: Arkadiusz Wlodarczyk
New partitioning scheme has been defined at GONI target. It complies with
new GPT partitioning introduced previously.
Default partition layout has been defined at s5p_goni.h
Signed-off-by: Arkadiusz Wlodarczyk
Signed-off-by: Kyungmin Park
Tested-by: Arkadiusz Wlodar
From: Arkadiusz Wlodarczyk
Configuration file for GONI has been updated to support FAT file system,
new mmc partitioning scheme and read linux kernel from eMMC instead of
OneNAND.
Signed-off-by: Arkadiusz Wlodarczyk
Signed-off-by: Kyungmin Park
Signed-off-by: Mateusz Zalega
Tested-by: Arkadiu
Samsung's GONI target has been updated to support:
- New GPT partition layout
- USB Mass Storage Gadget
- DFU support
- Loading uImage from eMMC not OneNAND
Arkadiusz Wlodarczyk (4):
arm:goni: Update configuration for goni target
arm:goni:dfu Add support for DFU at GONI target
arm:goni: Add
From: Arkadiusz Wlodarczyk
Proper adjustment for supporting DFU at GONI target has been made.
The s5p_goni.h file has been updated. Moreover the code for low level
USB initialization has been added to GONI board code.
The malloc pool has been enlarged in order to support larger buffer
sizes need
Hi Eric,
On 02/08/2013 19:37, Eric Nelson wrote:
> Without this change, the following message is generated:
> Warning: FEC using MAC address from net device
>
> See doc/README.enetaddr for details.
>
> Signed-off-by: Eric Nelson
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefan
Hi Tom,
> I've put v2013.10-rc1 out, and I hope Detlev can get the tarball
> uploaded soon.
Thanks a lot - the tarball is now also available.
Best wishes
Detlev
--
Support organized crime: use Micro$oft products!
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 1
On 14/08/2013 23:45, Andreas Wass wrote:
> The driver makes it possible to use an application UART as
> the U-Boot output console for Freescale i.MX23/i.MX28 devices.
>
> Signed-off-by: Andreas Wass
> Cc: Fabio Estevam
> Cc: Marek Vasut
> ---
> Changes for v2:
>- Added comment that regs-uar
Hi Eric,
On 20/08/2013 20:44, Eric Nelson wrote:
> Our Linux kernel switches the HDMI connector onto IPU0/DI1,
> but the U-Boot display driver only supports IPU0/DI0 for the
> time being.
>
> Because of this, a soft re-boot will leave the HDMI output
> connected to the wrong display port and prev
>>
>> This patch adds a dump phy driver for the KSZ8895 switch from
>> Micrel. As the SoC MAC is directly connected to switch no
>> autonegotiation is needed as the link is always up.
>>
>> Signed-off-by: Christian Gmeiner
>> ---
>> drivers/net/phy/micrel.c | 31 +++
On 08/21/13 05:33, Marek Vasut wrote:
> The EHCI supports multi-bus thing (passing the controller *), will this be
> viable to pass in this case too, so the busses can be inited selectively in
> host/gadget functions?
Hello, Marek.
I need more context. Could you show me the part of code in which
Adding device node for xhci host controller to enable
usb 3.0 on exynos5250.
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
---
arch/arm/dts/exynos5250.dtsi | 12
1 files changed, 12 insertions(+), 0 deletions(-)
Hi, experts:
Why not include cmd_fastboot.c in common directory in 2013.07 release
package?
Because of code license?
Or other reason?
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This enables support for xHCI host controller on Exynos5
and further disables EHCI support, to make sure only one
host controller is enabled at a time.
Signed-off-by: Vikas C Sajjan
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
XHCI stack driver needs this to align buffers to
CacheLine boundary. So define the same to be '64'
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
---
include/configs/exynos5250-dt.h |2 ++
1 files changed, 2 insertions(+), 0
This adds driver layer for xHCI controller in Samsung's
exynos5 soc. This interacts with xHCI host controller stack.
Signed-off-by: Vikas C Sajjan
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
---
arch/arm/include/asm/arch-exyn
Based on 'master' branch of u-boot-usb tree.
The series also includes patches to support xHCI on exynos5250,
including required driver, device tree changes and a temporary
config change to test things finally on smdk5250.
Changes in V2:
- xHCI stack side, have added provision for handling transf
Adding methods to turn on/off power to USB3.0 type PHY
as and when required by the controller.
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
---
arch/arm/cpu/armv7/exynos/power.c| 22 ++
arch/arm/in
Adding required compatible string for xHCI host controller
as well as USB 3.0 PHY to enable dt support for usb 3.0 on
exynos5.
Signed-off-by: Vivek Gautam
Cc: Julius Werner
Cc: Simon Glass
Cc: Minkyu Kang
Cc: Dan Murphy
Cc: Marek Vasut
---
include/fdtdec.h |2 ++
lib/fdtdec.c |2
Hi, experts:
I tried to test ENV embedded uboot.bin feature.
But it failed to compile:
Undefined reference to 'environment' .
This error was caused by:
env_t *env_ptr = &environment; (in env_flash.c)
Best wishes,
___
U-Boot mailing list
U-Boo
This commit unifies board-specific USB initialization implementations
under one symbol (usb_board_init), declaration of which is available in
usb.h.
Signed-off-by: Mateusz Zalega
Signed-off-by: Kyungmin Park
Reviewed-by: Lukasz Majewski
Cc: Minkyu Kang
Cc: Marek Vasut
Cc: Tom Warren
Cc: Albe
Some boards booting up fail since the DDR ECC chip has bad impedance
in current hardware, make the DDR ECC off when booting.
Signed-off-by: Po Liu
---
include/configs/C29XPCIE.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
index cc
DDR parameters clk_adjust were changed. This can make the DDR
run more stable. The new value were gotten by the DDR testing
tool.
Signed-off-by: Po Liu
---
board/freescale/c29xpcie/ddr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/c29xpcie/ddr.c b/board/fr
This patch re-config the NOR flash timing parameters which could make
the ifc timing more flexible for NOR flash.
The new parameters could fix the problem of hanging at "Flash:"
occasionally when booting the board.
Signed-off-by: Po Liu
---
include/configs/C29XPCIE.h | 8 +---
1 file changed
Currently, there is only one EEPROM on c29xpcie board which isAT24C1024.
We program the SPD data at beginning of the AT24C1024.But the AT24C1024
has a 16-bit sub-address mode. This patch is tomake it work when getting
SPD in a 16-bit sub-address EEPROM.
Signed-off-by: Po Liu
---
board/freescale/
This patch is for board config file not to add CONFIG_SECURE_BOOT
condition for include the asm/fsl_secure_boot.h.
Signed-off-by: Po Liu
---
arch/powerpc/include/asm/fsl_secure_boot.h | 2 ++
include/configs/B4860QDS.h | 2 --
include/configs/P1010RDB.h | 2 --
in
94 matches
Mail list logo