Hi Stephen,
On Wed, 03 Apr 2013 21:22:06 -0600, Stephen Warren
wrote:
> On 03/28/2013 09:14 AM, Albert ARIBAUD wrote:
> > Hi Stephen,
> >
> > On Thu, 28 Mar 2013 08:59:05 -0600, Stephen Warren
> > wrote:
> >
> >> On 03/28/2013 05:15 AM, Albert ARIBAUD wrote:
> >>> Hi Stephen,
> >>>
> >>> On W
Sometimes it might make sense to verify the written data to NOR flash.
This patch adds this feature. To enable this verify-after-write, you
need to define CONFIG_SYS_FLASH_VERIFY_AFTER_WRITE in your board
config header.
Signed-off-by: Stefan Roese
---
common/flash.c | 11 +++
1 file chan
Hi Tom,
Thanks for your comments.
2013/4/4 Tom Rini
> On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote:
>
> > From: Enric Balletbo i Serra
> >
> > The IGEP COM AQUILA and CYGNUS are industrial processors modules with
> > following highlights:
> >
> > o AM3352/AM3354 Te
Hi Tom,
On Wed, 3 Apr 2013 17:33:03 -0400, Tom Rini wrote:
> Hey all,
>
> I've tagged and pushed v2013.04-rc2 now. We're getting closer to the
> expected release date, but I hope to meet the deadline still.
>
> First, a word of warning. The syntax for 'ext4write' was changed to
> match the r
Tom,
One more question...
2013/4/4 Enric Balletbo Serra
> Hi Tom,
>
> Thanks for your comments.
>
>
> 2013/4/4 Tom Rini
>
>> On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote:
>>
>> > From: Enric Balletbo i Serra
>> >
>> > The IGEP COM AQUILA and CYGNUS are industrial pr
Dear JPT,
On Wed, 03 Apr 2013 10:13:02 +0200, JPT wrote:
> | \/ | __ _ _ _| | |
> | |\/| |/ _` | '__\ \ / / _ \ | |
> | | | | (_| | | \ V / __/ | |
> |_| |_|\__,_|_|\_/ \___|_|_|
> _ _ _
> | | | | | __ ) ___ _
On 03/04/2013 18:54, Dirk Behme wrote:
> Am 03.04.2013 11:12, schrieb Stefano Babic:
>> On 21/03/2013 09:03, Dirk Behme wrote:
>>> Reviewing the ECSPI reset handling shows two issues:
>>>
>>
>> Hi Dirk,
>>
>>
>> agree completely, only a very minor question..
>>
>>
>>> +
>>> +reg_ctrl = reg_read
Hi Albert,
last iMX fixes for the release. Please pull from u-boot-imx, thanks.
The following changes since commit b27673ccbd3d5435319b5c09c3e7061f559f925d:
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
(2013-03-15 20:50:43 +0100)
are available in the git repository at:
git:
On 04/04/2013 10:20, Albert ARIBAUD wrote:
> Hi Tom,
>
Hi Albert,
>
> Mainly I am waiting for Vincent's V10 to be tested a bit, and also I
> am going to post the fix for the __bss_end mixup. Anything else for
> 2013.04 ARM still missing, people please yell at me.
Apart my pull request I have s
Hi Benoît,
On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau
wrote:
> The resulting HEAD is identical to yours, except for
> board/freescale/mx31ads/u-boot.lds in which you had removed the following
> unrelated line for 30/30:
> __bss_end = .;
>
> Regarding this line, it is al
Hi Thomas,
On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni
wrote:
> On Marvell hardware, you can send a different U-Boot using the serial
> port, even if the on-flash U-Boot is broken. Have a look at
> tools/kwboot.c in the mainline U-Boot sources. It uses the serial port
> to send using the
BSC9131RDB has 1GB DDR.
Out of this, only 880MB is passed on to Linux via bootm_size.
Remaining
-16MB is reserved for PowerPC-DSP shared control area
-128MB is reserved for DSP private area.
Also 256MB, out of this 880MB is required for data communication between
PowerPC and DSP core.
For this boo
Hi all,
On 04/04/2013 10:20 AM, Albert ARIBAUD wrote:
> Hi Tom,
>
> On Wed, 3 Apr 2013 17:33:03 -0400, Tom Rini wrote:
>
>> Hey all,
>>
>> I've tagged and pushed v2013.04-rc2 now. We're getting closer to the
>> expected release date, but I hope to meet the deadline still.
>> If you have speci
Hi Stefano,
On Thu, 04 Apr 2013 10:55:40 +0200, Stefano Babic
wrote:
> On 04/04/2013 10:20, Albert ARIBAUD wrote:
> > Hi Tom,
> >
>
> Hi Albert,
>
> >
> > Mainly I am waiting for Vincent's V10 to be tested a bit, and also I
> > am going to post the fix for the __bss_end mixup. Anything else
Hi Andre,
On Wed, 3 Apr 2013 15:44:32 +0200, Andre Przywara
wrote:
> From: Ryan Harkin
>
> The current ca9x4_ct_vxp platform contains support for a Versatile Express
> motherboard with a quad core A9 core tile.
>
> This patch is the first stage of making separating the Versatile Express
> mo
Hi Andre,
On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara
wrote:
> From: Ryan Harkin
>
> This patch creates a new config for the A9 quad core tile that includes the
> generic config for the Versatile Express platform.
>
> Signed-off-by: Ryan Harkin
> Signed-off-by: Andre Przywara
> ---
>
Am 04.04.2013 11:17, schrieb Albert ARIBAUD:
Hi Thomas,
On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni
wrote:
On Marvell hardware, you can send a different U-Boot using the serial
port, even if the on-flash U-Boot is broken. Have a look at
tools/kwboot.c in the mainline U-Boot sources. I
On Mon, Mar 18, 2013 at 5:50 PM, Paul B. Henson wrote:
> I'm prototyping a project that's going to need to boot linux from NAND on a
> mx28evk board.
>
> I was able to successfully use the u-boot mxsboot utility to generate a nand
> image and burn it, then boot from it. I noticed one anomaly thoug
Hi,
I am working on dm365 board.
My query is Can I put offset of CFG_ENV_REDUND before offset of CFG_ENV ? Both
the blocks of Nand will be aligned but
Redundant Enviroment variables will come first before original Enviroment
variables.
Regards,
Ujjwal Zamad
Einfochips
---
(04/04/2013 03:24 PM), Albert ARIBAUD wrote:
>> The can you please submit a V2 patch fixing all four of them?
>
> s/The/Then/ (and s//coffee, too)
>
> Amicalement,
>
OK. I will do it tomorrow.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On 04/04/2013 12:06 PM, Albert ARIBAUD wrote:
Hi Andre,
On Wed, 3 Apr 2013 15:44:32 +0200, Andre Przywara
wrote:
From: Ryan Harkin
The current ca9x4_ct_vxp platform contains support for a Versatile Express
motherboard with a quad core A9 core tile.
This patch is the first stage of making
On 04/04/2013 12:09 PM, Albert ARIBAUD wrote:
Hi Andre,
On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara
wrote:
From: Ryan Harkin
This patch creates a new config for the A9 quad core tile that includes the
generic config for the Versatile Express platform.
Signed-off-by: Ryan Harkin
Sig
Hi Stefano,
On Thu, 04 Apr 2013 10:31:56 +0200, Stefano Babic
wrote:
> Hi Albert,
>
> last iMX fixes for the release. Please pull from u-boot-imx, thanks.
>
> The following changes since commit b27673ccbd3d5435319b5c09c3e7061f559f925d:
>
> Merge branch 'u-boot-tegra/master' into 'u-boot-arm
Hi Marek,
On Thu, Apr 4, 2013 at 9:28 AM, Marek Vasut wrote:
> Dear Vivek Gautam,
>
>> Hi Marek,
>>
>> On Thu, Mar 28, 2013 at 8:02 PM, Marek Vasut wrote:
>> > Dear Vivek Gautam,
>> >
>> >> Few broken usb mass storage devices can take some time to set
>> >> Current Connect Status (CCS) and Conn
Hello Puneet,
On Thu, Apr 4, 2013 at 11:55 AM, Puneet Sharma
wrote:
> Hello,
>
> I want to test USB keyboard for XHCI in u-boot and to do that i need the
> Interrupt transfer code in XHCI controller driver in u-boot. If
> possible, can you help me to give that piece of code or can you help me
>
Hello Vivek,
I did made use of the patches you added for XHCI support in u-boot and
with the help of them only was able to enumerate USB devices connected
over USB3.0 port and also do BULK transfer.
With respect to Interrupt transfer, i did tried to make use of kernel
code but unfortunately could
This patchset add support for a new Samsung board Trats2
This patchset depends on:
commit: 8faefadb7305b95d02df38bd2ea61429d59483e5
Author: Marc Dietrich 2013-03-29 08:57:10
disk: fix unaligned access in efi partitions
Changes in v2:
- removed lcd callback in panel_info
- changed i2
This patch add new functions to pmic max77686 to set voltage and mode.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
CC: Rajeshwari Shinde
---
Changes in v2:
- changed printf to debug
drivers/power/pmic/pmic_max77686.c | 186
This patch add support for new multi function pmic max77693.
The driver is split into three modules: pmic, muic and fuel gage.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Lukasz Majewski
---
Changes in v2:
- new patch
Makefile |1 +
drivers/pow
This patch fix wrong value returned by 's5p_gpio_part_max' function
for Exynos4412.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes in v2:
- new patch
arch/arm/include/asm/arch-exynos/gpio.h | 17 +
1 file changed, 13 insertions(+), 4 d
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Lukasz Majewski
---
Changes in v2:
- new patch
board/samsung/common/multi_i2c.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/board/samsung/common/multi_i2c.c b/board/samsung/common/multi_i2c.c
index
This patch fix automatic i2c bus change when calling subsequent
'pmic' command on diffrent devices connected to separete i2c bus.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Lukasz Majewski
---
Changes in v2:
- new patch
drivers/power/power_core.c |2 ++
1 file changed,
This patch change 'data_to_send' array to static to avoid
unaligned access exeption on some platforms (ex Trats2).
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
CC: Anatolij Gustschin
---
Changes in v2:
- new patch
drivers/video/s6e8ax0.c | 26 +
This patch replace 'le32_to_cpu' function with 'get_unaligend_le32' to
avoid unaligned access exception on some ARM platforms (ex Trats2).
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Anatolij Gustschin
---
Changes in v2:
- new patch
common/lcd.c | 11 ++-
1 file c
Hi Andre,
On Thu, 04 Apr 2013 12:31:08 +0200, Andre Przywara
wrote:
> On 04/04/2013 12:09 PM, Albert ARIBAUD wrote:
> > Hi Andre,
> >
> > On Wed, 3 Apr 2013 15:44:33 +0200, Andre Przywara
> > wrote:
> >
> >> From: Ryan Harkin
> >>
> >> This patch creates a new config for the A9 quad core tile
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
---
Changes in v2:
- new patch
MAINTAINERS |4
1 file changed, 4 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6469973..4630228 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1012,6 +1012,10 @@ Matthias Weisser
This patch add support for a new Samsung board Trats2.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes in v2:
- removed lcd callback in panel_info
- changed i2c from hardware to software
- use max77693 multifunction pmic
board/samsung/trats2/Makefile |
On 02/04/13 14:22, Minkyu Kang wrote:
> Fix the indentation of some defines by tab.
>
> Signed-off-by: Minkyu Kang
> ---
> arch/arm/include/asm/arch-exynos/cpu.h |6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
> b/arch/ar
Hi Tom,
Tom Rini wrote:
> If you have specific bugfixes, please hit me up and CC the list.
[U-Boot] powerpc/lib: fix unsafe register handling in wait_ticks
(2012-01-27)
Out of curiosity and perhaps to have better success in the future; what is the
reason that this patch hasn't made it into the
On 04/04/2013 08:13 PM, Piotr Wilczek wrote:
> This patch add support for a new Samsung board Trats2.
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
> CC: Minkyu Kang
>
> ---
> Changes in v2:
> - removed lcd callback in panel_info
> - changed i2c from hardware to software
> -
Dear Jaehoon Chung,
> > +
> > + /*
> > +* MMC device init
> > +* mmc0 : eMMC (8-bit buswidth)
> > +* mmc2 : SD card (4-bit buswidth)
> > +*/
> > + if (err)
> > + debug("SDMMC0 not configured\n");
> > + else
> > + err = s5p_mmc_init(0, 8);
> > +
> > + /
Dear Stefan Roese,
In message <1365059554-10662-1-git-send-email...@denx.de> you wrote:
> Sometimes it might make sense to verify the written data to NOR flash.
> This patch adds this feature. To enable this verify-after-write, you
> need to define CONFIG_SYS_FLASH_VERIFY_AFTER_WRITE in your board
Hi JPT,
On Thu, 04 Apr 2013 12:21:43 +0200, JPT wrote:
> Am 04.04.2013 11:17, schrieb Albert ARIBAUD:
> > Hi Thomas,
> >
> > On Thu, 4 Apr 2013 10:18:15 +0200, Thomas Petazzoni
> > wrote:
> >
> >> On Marvell hardware, you can send a different U-Boot using the serial
> >> port, even if the on-fl
Dear Ujjwal Zamad - PES,
In message <655601493.15879.1365069579480.javamail.r...@ahm.einfochips.com> you
wrote:
>
> My query is Can I put offset of CFG_ENV_REDUND before offset of CFG_ENV ?
> Both the blocks of Nand will be aligned but
> Redundant Enviroment variables will come first before or
Dear Piotr Wilczek,
In message <1365074001-5360-10-git-send-email-p.wilc...@samsung.com> you wrote:
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
>
> ---
> Changes in v2:
> - new patch
Please squash into [PATCH v2 8/9] samsung: trats2: add support for new
board Trats2
Best reg
Dear Mats Kärrman,
In message you wrote:
>
> Tom Rini wrote:
> > If you have specific bugfixes, please hit me up and CC the list.
>
> [U-Boot] powerpc/lib: fix unsafe register handling in wait_ticks
> (2012-01-27)
>
> Out of curiosity and perhaps to have better success in the future; what is
Hi Wolfgang,
On 04.04.2013 14:46, Wolfgang Denk wrote:
> In message <1365059554-10662-1-git-send-email...@denx.de> you wrote:
>> Sometimes it might make sense to verify the written data to NOR flash.
>> This patch adds this feature. To enable this verify-after-write, you
>> need to define CONFIG_S
Dear Albert,
The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7:
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-26
10:40:13 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to
Dear Wolfgang Denk,
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursday, April 04, 2013 3:08 PM
> To: Piotr Wilczek
> Cc: u-boot@lists.denx.de; Kyungmin Park
> Subject: Re: [U-Boot] [PATCH v2 9/9] Add a maintainer entry for the
> Trats2 board.
>
> Dear Piotr
The main feature of this new OMAP4/5 driver is that now i2c_read operates
correctly with chips that have addressable registers wider than 8 bits
(such as TI temperature sensors), or that have multiple non-addressable
registers that have to be retrieved in a bulk transaction (such as TI
clock distri
These new functions are built for OMAP4 and OMAP5 only. The major
improvement is that the new i2c_read fixes the inability to read
correctly from certain types of I2C chips.
- Rewritten i2c_read to operate correctly with all types of chips.
- Optimized i2c_write. Both read/write functions try to i
Sometimes it might make sense to verify the written data to NOR flash.
This patch adds this feature. To enable this verify-after-write, you
need to define CONFIG_FLASH_VERIFY in your board config header.
Please note that this option is useless in nearly all cases,
since such flash programming erro
Signed-off-by: Stefan Roese
---
include/configs/a3m071.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h
index 13f3226..662d8ca 100644
--- a/include/configs/a3m071.h
+++ b/include/configs/a3m071.h
@@ -101,6 +101,7 @@
#define CONFIG_SYS_FLAS
Hi Albert,
On Thursday, April 4, 2013 11:07:23 AM, Albert ARIBAUD wrote:
> Hi Benoît,
>
> On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau
> wrote:
>
> > The resulting HEAD is identical to yours, except for
> > board/freescale/mx31ads/u-boot.lds in which you had removed the following
Hi Minkyu,
On Thu, 04 Apr 2013 22:34:59 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit ebd749da69f423a26222d2cdde9a77007fd8b4b7:
>
> Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2013-03-26
> 10:40:13 +0100)
>
> are available in the git repos
This patch fixes a bug introduced while adding DT support
to Exynos FIMD driver:
commit c23f3157d69bbb6c044256870f745f195b12431e
Author: Ajay Kumar
Date: Thu Feb 21 23:53:01 2013 +
video: exynos_fb: add DT support for FIMD driver
Even though this part o
Hi Benoît,
On Thu, 4 Apr 2013 16:05:27 +0200 (CEST), Benoît Thébaudeau
wrote:
> Hi Albert,
>
> On Thursday, April 4, 2013 11:07:23 AM, Albert ARIBAUD wrote:
> > Hi Benoît,
> >
> > On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Benoît Thébaudeau
> > wrote:
> >
> > > The resulting HEAD is identical
On Apr 4, 2013, at 1:52 AM, Wolfgang Denk wrote:
> Dear Tom,
>
> On Apr 3, 2013, at 11:34 AM, Albert ARIBAUD wrote:
>>> ... except, as I said above, at this point your code should not write at
>>> all, be it in BSS or data, until the C environment is set up. So...
>>
>> But we have to save thi
Following commit:
"cmd_ext4: BREAK and correct ext4write parameter order"
SHA1:0171d52c410cbaa9290b1b214e695697c835bfe5
introduced cleanup of ext4write semantics to be consistent with other
filesystem's writing commands (e.g. fatwrite).
This commit provides correct ext4write command generation at
Increase size of DMA buffer from 4MiB to 8MiB. This is necessary due to
uImage size increase.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
---
include/dfu.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dfu.h b/include/dfu.h
index 5350d79..784d8a4
On 04/04/2013 08:12:07 AM, Wolfgang Denk wrote:
Dear Mats Kärrman,
In message
you wrote:
>
> Tom Rini wrote:
> > If you have specific bugfixes, please hit me up and CC the list.
>
> [U-Boot] powerpc/lib: fix unsafe register handling in wait_ticks
> (2012-01-27)
>
> Out of curiosity and perha
V2 fixes line wrap issue of the patch itself.
UART3 was enabled twice instead of UART4.
One more cosmetic change in a comment on EMIF clock.
Signed-off-by: Lubomir Popov
---
arch/arm/cpu/armv7/omap-common/clocks-common.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
V2 fixes line wrap issue of the patch itself.
This fix is needed (but not sufficient) for USB EHCI operation.
Signed-off-by: Lubomir Popov
---
arch/arm/cpu/armv7/omap5/hw_data.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c
b/arch/ar
V2 fixes line wrap issue of the patch itself.
I2C5 is used on all known OMAP5 hardware platforms, therefore enable.
Signed-off-by: Lubomir Popov
---
arch/arm/cpu/armv7/omap5/hw_data.c |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c
b/arch/arm/cpu/armv
V2 fixes line wrap issue of the patch itself.
Need to add these base addresses in order to use I2C4 and I2C5.
Signed-off-by: Lubomir Popov
---
arch/arm/include/asm/arch-omap5/cpu.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/arch-omap5/cpu.h
b/arch/arm/includ
V2 fixes line wrap issue of the patch itself.
Needed in order to be able to select I2C4 and I2C5 via "i2c dev".
Signed-off-by: Lubomir Popov
---
arch/arm/include/asm/arch-omap5/i2c.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-omap5/i2c.h
b
V2 fixes garbled subject.
Signed-off-by: Lubomir Popov
---
arch/arm/include/asm/omap_common.h |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/omap_common.h
b/arch/arm/include/asm/omap_common.h
index 091ddb5..f042c10 100644
--- a/arch/arm/include/asm/omap_common.h
On 18:57-20130404, Lubomir Popov wrote:
> V2 fixes garbled subject.
move this to diffstat section - here and in the rest of the patches.
>
> Signed-off-by: Lubomir Popov
>
> ---
> arch/arm/include/asm/omap_common.h |1 +
> 1 file changed, 1 insertion(+)
>
> di
On 18:52-20130404, Lubomir Popov wrote:
> V2 fixes line wrap issue of the patch itself.
>
> Need to add these base addresses in order to use I2C4 and I2C5.
>
> Signed-off-by: Lubomir Popov
>
> ---
> arch/arm/include/asm/arch-omap5/cpu.h |2 ++
> 1 file changed
On Tue, Apr 2, 2013 at 11:27 PM, Akshay Saraswat wrote:
> This patch enables cpu freq support for exynos5 by adding
> config for it.
>
> Signed-off-by: Akshay Saraswat
> ---
> include/configs/exynos5250-dt.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/exynos5250-d
Hello,
On 04/04/13 19:00, Nishanth Menon wrote:
> On 18:57-20130404, Lubomir Popov wrote:
>> V2 fixes garbled subject.
> move this to diffstat section - here and in the rest of the patches.
>>
>> Signed-off-by: Lubomir Popov
>>
>> ---
>> arch/arm/inclu
Hi Vadim,
Thanks for your comment. Please see the reply below.
>On Tue, Apr 2, 2013 at 11:27 PM, Akshay Saraswat wrote:
>> This patch enables cpu freq support for exynos5 by adding
>> config for it.
>>
>> Signed-off-by: Akshay Saraswat
>> ---
>> include/configs/exynos5250-dt.h | 3 +++
>> 1 fi
On 19:14-20130404, Lubomir Popov wrote:
> Hello,
>
> On 04/04/13 19:00, Nishanth Menon wrote:
> > On 18:57-20130404, Lubomir Popov wrote:
> >> V2 fixes garbled subject.
> > move this to diffstat section - here and in the rest of the patches.
> >
On Thu, Apr 04, 2013 at 11:44:14AM -0500, Nishanth Menon wrote:
> On 19:14-20130404, Lubomir Popov wrote:
> > Hello,
> >
> > On 04/04/13 19:00, Nishanth Menon wrote:
> > > On 18:57-20130404, Lubomir Popov wrote:
> > >> V2 fixes garbled subject.
> &g
Hi All,
Please install my first android Free APP : "Quickly" available in Google
Play
store at :
https://play.google.com/store/apps/details?id=com.in.spd.quickly.activity&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5pbi5zcGQucXVpY2tseS5hY3Rpdml0eSJd
Please comment and provide rating too. Than
I feel like something "different" is happening when executing the io.h->out_8
function. Could somebody help me understand this op code
v2013.01.01 Code:
extern inline void out_8(volatile unsigned char __iomem *addr, u8 val)
{
__asm__ __volatile__("sync;\n"
"stb%U0%X0 %1,%0;\n
Hello,
with this version of gcc which is default in ubuntu 12.10:
$ arm-linux-gnueabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.7/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion=
On 12:54-20130404, Tom Rini wrote:
> On Thu, Apr 04, 2013 at 11:44:14AM -0500, Nishanth Menon wrote:
> > On 19:14-20130404, Lubomir Popov wrote:
> > > Hello,
> > >
> > > On 04/04/13 19:00, Nishanth Menon wrote:
> > > > On 18:57-20130404, Lubomi
Hi Eric,
> From: Eric Nelson [eric.nel...@boundarydevices.com]
> Sent: Thursday, April 04, 2013 03:47
> To: Gabbasov, Andrew
> Cc: u-boot@lists.denx.de; Behme, Dirk - Bosch; Fabio Estevam
> Subject: Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiting for DMA operation
> completion
>
> On 04/03/2013
Hi Eric,
On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson
wrote:
>> Actually, I'm a little confused by PRSSTAT_DLA checking: currently the
>> loop exits
>> when either IRQSTAT_TC occurs _or_ PRSSTAT_DLA flag comes to 0. Is that
>> correct?
>> I'm not quite familiar with using this flag, but should th
On Apr 4, 2013, at 13:12, "Fabio Estevam" wrote:
> Hi Eric,
>
> On Wed, Apr 3, 2013 at 8:17 PM, Eric Nelson
> wrote:
>
>>> Actually, I'm a little confused by PRSSTAT_DLA checking: currently the
>>> loop exits
>>> when either IRQSTAT_TC occurs _or_ PRSSTAT_DLA flag comes to 0. Is that
>>> cor
With the changes in 60d7d5a we need to cast env_buf here.
Signed-off-by: Tom Rini
---
common/env_onenand.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/env_onenand.c b/common/env_onenand.c
index 6fd5613..e4d5b28 100644
--- a/common/env_onenand.c
+++ b/common/env_
> "Tom" == Tom Rini writes:
Tom> We must not assume ROM has enabled the clock for MMC1.
Tom> Reported-by: Koen Kooi
Tom> Signed-off-by: Tom Rini
Acked-by: Peter Korsgaard
--
Bye, Peter Korsgaard
___
U-Boot mailing list
U-Boot@lists.denx.de
Hi Andrew,
On 04/04/2013 11:03 AM, Gabbasov, Andrew wrote:
Hi Eric,
From: Eric Nelson [eric.nel...@boundarydevices.com]
Sent: Thursday, April 04, 2013 03:47
To: Gabbasov, Andrew
Cc: u-boot@lists.denx.de; Behme, Dirk - Bosch; Fabio Estevam
Subject: Re: [U-Boot] [PATCH] mx6: fsl_esdhc: Fix waiti
On Tuesday, March 26, 2013 10:28:39 PM, Benoît Thébaudeau wrote:
> On Tuesday, March 26, 2013 10:24:52 PM, Benoît Thébaudeau wrote:
> > This can be useful for fuse-like hardware, OTP SoC options, etc.
> >
> > Signed-off-by: Benoît Thébaudeau
> > ---
> > Changes in v3:
> > - Rebase against latest
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/04/2013 01:52 AM, Wolfgang Denk wrote:
> Dear Tom,
>
> In message <20130403164215.GK7035@bill-the-cat> you wrote:
>>
>>> ... except, as I said above, at this point your code should not
>>> write at all, be int in BSS or data, until the C enviro
On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde wrote:
> This patch adds the device node required for serial driver
>
> Signed-off-by: Abhilash Kesavan
> Signed-off-by: Rajeshwari Shinde
> ---
> Changes in V2:
> - Changed the compatible string to "samsung,exynos4210-uart"
> Changes i
Hi Rajeshwari,
On Mon, Apr 1, 2013 at 11:46 PM, Rajeshwari Shinde wrote:
> This patch adds FDT support to the serial s5p driver.
> At present disabling the serial console (from the device tree) crashes
> U-Boot. Add checks for this case, so that execution can continue without
> a serial console.
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds the cros_ec driver that implements the protocol for
> communicating with Google's ChromeOS embedded controller.
>
> Signed-off-by: Bernie Thompson
> Signed-off-by: Bill Richardson
> Signed-off-by: Che-Liang Chiou
> Signed-
On Thu, Apr 04, 2013 at 07:59:35AM +0200, Linus Walleij wrote:
> On Thu, Apr 4, 2013 at 12:05 AM, Tom Rini wrote:
> > On Wed, Apr 03, 2013 at 07:07:00PM +0200, Linus Walleij wrote:
> >>
> >> Yes the Integrator has PCI support since ages, and I do have a VGA
> >> card mounted in one of the slots .
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds I2C support for carrying out the cros_ec protocol.
>
> Signed-off-by: Randall Spangler
> Signed-off-by: Simon Glass
> Signed-off-by: Hung-ying Tyan
>
> ---
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - F
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds SPI support for carrying out the cros_ec protocol.
>
> Signed-off-by: Hung-ying Tyan
> Signed-off-by: Randall Spangler
> Signed-off-by: Simon Glass
>
Acked-by: Simon Glass
>
> ---
> Changes in v4:
> - Removed old code a
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds LPC support for carrying out the cros_ec protocol.
>
> Signed-off-by: Randall Spangler
> Signed-off-by: Simon Glass
> Signed-off-by: Hung-ying Tyan
>
> ---
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - F
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds the driver for keyboard that's controlled by ChromeOS EC.
>
> Signed-off-by: Randall Spangler
> Signed-off-by: Simon Glass
> Signed-off-by: Vincent Palatin
> Signed-off-by: Hung-ying Tyan
>
> ---
> Changes in v4:
> - Adde
On Thu, Apr 04, 2013 at 09:51:05AM +0200, Enric Balletbo Serra wrote:
[snip]
> >> > +/*
> >> > + * memtest works on 8 MB in DRAM after skipping 32MB from
> >> > + * start addr of ram disk
> >> > + */
> >> > +#define CONFIG_SYS_MEMTEST_START (PHYS_DRAM_1 + (64 * 1024 * 1024))
> >> > +#define C
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch adds cros-ec related device nodes to exynos5250-snow.dts.
> It also adds a gpio node to exynos5250.dtsi.
>
> Signed-off-by: Hung-ying Tyan
>
> ---
> Changes in v4:
> - Added commit message.
>
> Changes in v3: None
> Changes in v2
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch initiates cros-ec in board_init() to enable it for smdk5250.
>
> Signed-off-by: Simon Glass
> Signed-off-by: Vincent Palatin
> Signed-off-by: Hung-ying Tyan
> ---
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> -
On Thu, Apr 04, 2013 at 09:36:39AM +0200, Enric Balletbo Serra wrote:
> 2013/4/4 Tom Rini
>
> > On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote:
[snip]
> > - Correct this to be all of RAM, minus a bit for a reasonably-sized
> > U-Boot to be running in.
> >
> > [snip]
> >
Hi Hung-ying,
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan wrote:
> This patch series adds the drivers for the cros-ec protocol that is used to
> communicate with the ChromeOS Embedded Controller (EC). The series also
> enables
> its use in Google Snow based on smdk5250.
>
> The series depends
Hi Tom,
On Wed, Apr 3, 2013 at 2:33 PM, Tom Rini wrote:
> Hey all,
>
> I've tagged and pushed v2013.04-rc2 now. We're getting closer to the
> expected release date, but I hope to meet the deadline still.
>
Great!
>
> First, a word of warning. The syntax for 'ext4write' was changed to
> matc
1 - 100 of 136 matches
Mail list logo