In current gpio_set_value() implementation, it always sets the gpio control bit
no matter the value argument is 0 or 1. Thus the GPIOs never set to low.
This patch fixes this bug.
Signed-off-by: Axel Lin
Acked-by: Stefan Roese
Reviewed-by: Vipin Kumar
---
This patch was sent on
http://lists.de
Hi Albert,
On 5 September 2013 18:58, Albert ARIBAUD wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
> wrote:
>
>> Hi Albert,
>>
>> On 5 September 2013 17:08, Albert ARIBAUD wrote:
>> > Hi Chander,
>> >
>> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
>> > wr
The following changes since commit 315c0ace7c220591a9b220ab7698e85624b430c0:
bootm: allow correct bounds-check of destination (2013-09-03 13:30:26 -0600)
are available in the git repository at:
git://git.denx.de/u-boot-nios.git master
for you to fetch changes up to 1a05b5f91e12845cf06f4b1ef
enable the RBL/UBL ECC layout through
CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define
see for more info:
http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout
and use this on the ipam390 board. Also do some minor changes
for this board:
- update default environment
- change A2CR to correc
enable the RBL/UBL ECC layout through
CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define
see for more info:
http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Scott Wood
---
- changes for v2:
add comment from Scott Wood:
- move if/els
- switch to correct ecc layout used by the RBL
enable CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC
- update default environment
- change A2CR to correct value for UART boot mode
- adapt cs3cfg timings for nand
- change LED bootmode signalization
Signed-off-by: Heiko Schocher
Cc: Tom Rini
---
- no c
From: Tang Yuantian
The source clock frequency of I2C bus on p1022 is the platform(CCB)
clock, not CCB/2. The wrong source clock frequency leads to wrong
I2C bus speed setting. so, fixed it.
Signed-off-by: Tang Yuantian
---
fix bug: ENGR00274019
arch/powerpc/cpu/mpc85xx/speed.c | 3 ++-
1 fil
On Jul 19, 2013, at 11:44 AM, Jaehoon Chung wrote:
> Samsung SoC is supported the WIDE8, even if Controller version is v2.0.
> So add the SDHCI_QUIRK_USE_WIDE8 for Samsung-SoC.
>
> Signed-off-by: Jaehoon Chung
> Signed-off-by: Kyungmin Park
Acked-by: Pantelis Antoniou
Thanks
___
Hi Michal,
On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek
wrote:
> Remove ARM eabi exception handling tables (for frame unwinding).
> AFAICT, u-boot stubs away the frame unwiding routines, so the tables will
> more or less just consume space. It should be OK to remove them.
>
> Signed-off-by:
On 30 August 2013 18:05, Andrew Murray wrote:
>
> On 23 August 2013 04:23, Marek Vasut wrote:
> > Dear Andrew Murray,
> >
> >> Hello,
> >>
> >> I'm unable to use some mass storage devices with the current git version
> >> (6612ab33956ae09c5ba2fde9c1540b519625ba37) of UBoot on a TI Davinci custom
Dear Mateusz Zalega,
> 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
> C
Dear Joel Fernandes,
> As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned
> on 4 byte boundaray causing data aborts in eth_setup -> conf_buf
> during dhcp boot over usb_ether. Fix the issue my aligning control_req
> buffer using DEFINE_CACHE_ALIGN_BUFFER.
>
> Tested on am335x_e
On Thu, 2013-09-05 at 07:14 +0200, Heiko Schocher wrote:
> enable the RBL/UBL ECC layout through
> CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define
>
> see for more info:
> http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout
>
> Signed-off-by: Heiko Schocher
> Cc: Tom Rini
> Cc: Scott W
Hello Andreas,
Thanks for the reply!
> Dear Chuck Wical,
>
> On 09/03/2013 10:53 PM, Chuck Wical wrote:
> > First I am fairly new to U-Boot but over the last 2 weeks I have been
> > going through the README files and anything else I can find that would
> > help resolve the issue I have. Here is
On 09/05/2013 06:46 AM, Alban Bedel wrote:
> On Wed, 04 Sep 2013 12:05:00 -0600
> Stephen Warren wrote:
>> On 09/04/2013 07:00 AM, Alban Bedel wrote:
>>> Add support for the new Tamonten™ NG platform from Avionic Design.
>>> Currently only I2C, MMC, USB and ethernet have been tested.
...
>>> diff
Dear Mateusz Zalega,
> On 09/05/13 17:50, Marek Vasut wrote:
> >> v3 changes:
> >> - added 'index' argument to perform selective port initialization
> >
> > OK, a few general ideas again:
> >
> > Why not wrap board_usb_init() and board_usb_init_fail() into single call.
> > You now pass some flag
Hi Michal,
On Thu, 05 Sep 2013 17:30:54 +0200, Michal Simek
wrote:
> Hi Albert,
>
> On 09/05/2013 03:03 PM, Albert ARIBAUD wrote:
> > Hi Michal,
> >
> > On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek
> > wrote:
> >
> >> Remove ARM eabi exception handling tables (for frame unwinding).
> >>
On 09/05/13 17:50, Marek Vasut wrote:
>> v3 changes:
>> - added 'index' argument to perform selective port initialization
>
> OK, a few general ideas again:
>
> Why not wrap board_usb_init() and board_usb_init_fail() into single call. You
> now pass some flags to board_usb_init() already, so jus
Hi Vadim,
On Thu, Sep 5, 2013 at 10:50 AM, Vadim Bendebury wrote:
> On Wed, Sep 4, 2013 at 8:16 PM, Simon Glass wrote:
>> Hi Vadim,
>>
>> OK I see.
>>
>> You can do something like this:
>>
>> CFLAGS_arch/arm/cpu/tegra20-common/warmboot_avp.o += -march=armv4t
>>
>> (this is used by Tegra)
>>
>> R
On Wed, Sep 4, 2013 at 8:16 PM, Simon Glass wrote:
> Hi Vadim,
>
> OK I see.
>
> You can do something like this:
>
> CFLAGS_arch/arm/cpu/tegra20-common/warmboot_avp.o += -march=armv4t
>
> (this is used by Tegra)
>
> Regards,
> Simon
>
Ah, this works, thank you, Simon!
--vb
>
> On Wed, Sep 4, 20
On Thu, 2013-09-05 at 08:28 +0200, Andreas Bießmann wrote:
> Dear Scott Wood,
>
> On 04.09.13 21:44, Scott Wood wrote:
> > On Wed, 2013-09-04 at 17:15 +0200, Andreas Bießmann wrote:
> >> On 09/04/2013 02:46 PM, Bo Shen wrote:
> >>> On 9/4/2013 8:30 PM, Andreas Bießmann wrote:
> >> Yes, we need
Dear Andrew Murray,
> On 30 August 2013 18:05, Andrew Murray wrote:
> > On 23 August 2013 04:23, Marek Vasut wrote:
> > > Dear Andrew Murray,
> > >
> > >> Hello,
> > >>
> > >> I'm unable to use some mass storage devices with the current git
> > >> version (6612ab33956ae09c5ba2fde9c1540b519625b
Hi Albert,
On 09/05/2013 03:03 PM, Albert ARIBAUD wrote:
> Hi Michal,
>
> On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek
> wrote:
>
>> Remove ARM eabi exception handling tables (for frame unwinding).
>> AFAICT, u-boot stubs away the frame unwiding routines, so the tables will
>> more or less
On Wed, Aug 21, 2013 at 01:00:01PM +0200, 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 im
Dear Bo Shen,
> Hi Joel Fernandes,
>
> On 09/05/2013 07:55 AM, Joel Fernandes wrote:
> > As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned
> > on 4 byte boundaray causing data aborts in eth_setup -> conf_buf
> > during dhcp boot over usb_ether. Fix the issue my aligning contro
On Sun, Jul 07, 2013 at 12:25:36PM +0200, Fr??d??ric Leroy wrote:
> When netconsole is active, some boards fail to boot.
> This patch enables only the serial console before
> control is handed by another operating system.
>
> Signed-off-by: Fr??d??ric Leroy
> ---
>
> Hello,
>
> I am facing the
Hi Chander,
On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
wrote:
> Hi Albert,
>
> On 5 September 2013 17:08, Albert ARIBAUD wrote:
> > Hi Chander,
> >
> > On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
> > wrote:
> >
> >> Hi Lukasz,
> >>
> >> On 5 September 2013 16:27, Lukasz Majewsk
On Wed, 04 Sep 2013 12:05:00 -0600
Stephen Warren wrote:
> On 09/04/2013 07:00 AM, Alban Bedel wrote:
> > Add support for the new Tamonten™ NG platform from Avionic Design.
> > Currently only I2C, MMC, USB and ethernet have been tested.
>
> (Also CC'ing the Tegra maintainer here)
Ok, I'll add
On Tue, Sep 03, 2013 at 04:04:14PM -0600, Simon Glass wrote:
> Hi Tom,
>
> I believe these qualify for the release since they are fixes/tests,
> but this is up to you. To help with the process I have done a pull
> request. Also I ran them through buildman (unfortunately I cannot
> build all archs
Hi Michal,
On Thu, 25 Jul 2013 16:16:46 +0200, Michal Simek
wrote:
> Remove ARM eabi exception handling tables (for frame unwinding).
> AFAICT, u-boot stubs away the frame unwiding routines, so the tables will
> more or less just consume space. It should be OK to remove them.
>
> Signed-off-by:
On Thu, Sep 05, 2013 at 08:55:09PM +0800, Thomas Chou wrote:
> I have checked with Altera. This is a toolchain change. We will keep
> this and follow mostly the types in
> linux-2.6/include/uapi/asm-generic/posix_types.h .
For clarity, this patch should be... Thanks!
--
Tom
signature.asc
Des
I have checked with Altera. This is a toolchain change. We will keep
this and follow mostly the types in
linux-2.6/include/uapi/asm-generic/posix_types.h .
- Thomas
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-b
From: Inderpal Singh
This patch adds mmc support to the arndale board.
Signed-off-by: Inderpal Singh
---
board/samsung/arndale/arndale.c | 14 ++
board/samsung/dts/exynos5250-arndale.dts | 18 ++
2 files changed, 32 insertions(+)
diff --git a/board/sam
The Arndale board is based on samsung's exynos5250 SOC.
For spl generation, it depends on the patch at [5].
First patch provides the basic arndale board support. The second patch
adds the MMC support.
Changes in v2:
- split from earlier patchset at [3] as per Minkyu
- Removed chec
Arndale board is based on samsung's exynos5250 soc.
Signed-off-by: Inderpal Singh
Signed-off-by: Chander Kashyap
---
MAINTAINERS |4 +
board/samsung/arndale/Makefile | 34
board/samsung/arndale/arndale.c | 87 ++
board/samsung
Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD wrote:
> Hi Chander,
>
> On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
> wrote:
>
>> Hi Lukasz,
>>
>> On 5 September 2013 16:27, Lukasz Majewski wrote:
>> > Hi Chander,
>> >
>> >> >
>> >> > Its working for me.
>> >> > But my dtc -v: "Ver
Hi Pavel,
On Thu, 2013-09-05 at 13:10 +0200, ZY - pavel wrote:
> Hi!
>
> > Wonder any updates on this? We plan to send the new patches only once
> > these existing patches are accepted. Appreciate for your helps
> > again.
>
> Albert seems to be back, perhaps he'll us how he wants us to proceed
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap
wrote:
> Hi Lukasz,
>
> On 5 September 2013 16:27, Lukasz Majewski wrote:
> > Hi Chander,
> >
> >> >
> >> > Its working for me.
> >> > But my dtc -v: "Version: DTC 1.3.0"
> >> >
> >
> > Have you managed to properly build test Samsu
i'm still interested on thoughts on this proposed patch:
On Wed, 4 Sep 2013, Robert P. J. Day wrote:
>
> soldiering on with my configuring and building u-boot for my BBB, i
> have a proposal for include/configs/am335x_evm.h:
>
> #define CONFIG_BOOTCOMMAND \
> "run findfdt; " \
>
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski wrote:
> Hi Chander,
>
>> >
>> > Its working for me.
>> > But my dtc -v: "Version: DTC 1.3.0"
>> >
>
> Have you managed to properly build test Samsung's u-boot tree with DTC
> 1.3.0?
Yes, I am able to build and test.
I am running on ubuntu.
Hi!
> Wonder any updates on this? We plan to send the new patches only once
> these existing patches are accepted. Appreciate for your helps
> again.
Albert seems to be back, perhaps he'll us how he wants us to proceed?
Thanks,
Hi Chander,
> >
> > Its working for me.
> > But my dtc -v: "Version: DTC 1.3.0"
> >
Have you managed to properly build test Samsung's u-boot tree with DTC
1.3.0?
On my setup (debian - 1.3.0-4) it fails.
>
> Tested now with dtc -v: "Version: DTC 1.4.0"
>
> It got compiled. properly. Or I mi
Hi Andreas,
On Wed, 4 Sep 2013 17:15:51 +0200, Andreas Bießmann
wrote:
> Dear Albert Aribaud,
>
> please pull these two fixes into u-boot-arm/master for 2013.10 release.
>
> The following changes since commit 4eef93da262048eb1118e726b3ec5b8ebd3c6c91:
>
> Merge branch 'u-boot-atmel/master'
Dear Chuck Wical,
On 09/03/2013 10:53 PM, Chuck Wical wrote:
> First I am fairly new to U-Boot but over the last 2 weeks I have been going
> through the README files and anything else I can find that would help
> resolve the issue I have. Here is a recap:
>
> Currently the project I am working o
On Thursday 05 September 2013 03:20 PM, Heiko Schocher wrote:
> if phy_connect() did not find a phy, phydev is NULL and
> following code in cpsw_phy_init() crashes. Fix this.
>
> Signed-off-by: Heiko Schocher
> Cc: Joe Hershberger
> Cc: Mugunthan V N
> Cc: Tom Rini
Acked-by: Mugunthan V N
Reg
Hi Stefano,
On Tue, 03 Sep 2013 10:20:44 +0200, Stefano Babic
wrote:
> Hi Albert,
>
> please pull from u-boot-imx, thanks !
>
> The following changes since commit 326ea986ac150acdc7656d57fca647db80b50158:
>
> Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200)
>
> are available
On 5 September 2013 15:12, Chander Kashyap wrote:
> Hi Albert,
>
> On 5 September 2013 14:43, Albert ARIBAUD wrote:
>> Hi Minkyu,
>>
>> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang
>> wrote:
>>
>>> Dear Albert,
>>>
>>> The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3d
if phy_connect() did not find a phy, phydev is NULL and
following code in cpsw_phy_init() crashes. Fix this.
Signed-off-by: Heiko Schocher
Cc: Joe Hershberger
Cc: Mugunthan V N
Cc: Tom Rini
---
- changes for v2:
- change commit message as it is a NULL pointer deference error
not a unali
Hi Albert,
On 5 September 2013 14:43, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang
> wrote:
>
>> Dear Albert,
>>
>> The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
>>
>> Merge branch 'u-boot-imx/master' into 'u-boot-arm/mas
Hello Mugunthan,
Am 05.09.2013 10:27, schrieb Mugunthan V N:
On Thursday 05 September 2013 11:35 AM, Heiko Schocher wrote:
if phy_connect() did not find a phy, phydev is NULL and
following code in cpsw_phy_init() crashes. Fix this.
Signed-off-by: Heiko Schocher
Cc: Joe Hershberger
Cc: Muguntha
Hi Minkyu,
On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
>
> Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17
> 18:24:13 +0200)
>
> are available in the git reposit
Hi everyone,
I changed CONFIG_SPL_TEXT_BASE from 0x40300300 to 0x40300350 and
sufddenly it works. Do you know why this configuration works, even
though with this configuration there are 0x50 bytes less?
It even works with a MLO with 47519 bytes.
Here the summary of my config:
/* Defines for SPL
Dear Ash Charles,
On 09/05/2013 01:02 AM, Ash Charles wrote:
> Hi,
>
> I did a little bit more work with git bisect and found an issue on
> commit c788ecfdc3eb577757ffc1bfb8416added07ef33 "nand: Move the
> sub-page read support enable to a flag".
>
> Making this change on top of v2013.07 allowed
Dear Ash Charles,
On 09/04/2013 08:00 PM, Ash Charles wrote:
> On Wed, Sep 4, 2013 at 1:54 AM, Andreas Bießmann
> wrote:
>> I can't confirm your complaints. Here it works (at least on tricorder,
>> which utilizes BCH for U-Boot section in SPL):
> Hi Andreas,
>
> Thanks for your response---this w
On Thursday 05 September 2013 11:35 AM, Heiko Schocher wrote:
> if phy_connect() did not find a phy, phydev is NULL and
> following code in cpsw_phy_init() crashes. Fix this.
>
> Signed-off-by: Heiko Schocher
> Cc: Joe Hershberger
> Cc: Mugunthan V N
> Cc: Tom Rini
>
> ---
> - changes for v2:
>
于 2013年09月04日 23:46, Hector Palacios 写道:
Dear Marek,
On 09/04/2013 04:38 PM, Marek Vasut wrote:
Dear Huang Shijie,
On Wed, Sep 04, 2013 at 04:00:36PM +0200, Marek Vasut wrote:
Dear Huang Shijie,
How come hector was then able to write his JFFS2 partition ?
If he uses the gpmi, he should not
Add support for EON EN25S64 SPI flash memory
Features: 64Mb size, 1.8V, 4KB sector
Signed-off-by: Priyanka Jain
---
drivers/mtd/spi/eon.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/spi/eon.c b/drivers/mtd/spi/eon.c
index 25cfc12..45a0052 100644
--- a
57 matches
Mail list logo