Re: [U-Boot] Drop "" Subject tag and footer?

2019-10-30 Thread Tom Rini
The changes implement what they call the "unmodified message fix." > IN short this means they are dropping both a subject prefix (in our > case here the "[U-Boot]" in the Subject: header), and the footer, in > our case the trailing > > | __

[U-Boot] Drop "" Subject tag and footer?

2019-10-30 Thread Wolfgang Denk
this means they are dropping both a subject prefix (in our case here the "[U-Boot]" in the Subject: header), and the footer, in our case the trailing | ___ | U-Boot mailing list | U-Boot@lists.denx.de | https://lists.denx.de/listinfo/u-boot that gets added t

Re: [U-Boot] (no subject)

2019-08-29 Thread Fabio Estevam
Hi Thomas, On Thu, Aug 29, 2019 at 12:12 PM Thomas Schaefer wrote: > does this mean that these dts files are directly imported from linux tree > without > modification? Yes, this is our goal. > I have cloned > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git . Is > this

Re: [U-Boot] (no subject)

2019-08-29 Thread Thomas Schaefer
Hi Fabio, > Hi Thomas, > > On Thu, Aug 29, 2019 at 10:40 AM Thomas Schaefer > wrote: > > > arch/arm/dts/imx7d.dtsi | 2 +- > > arch/arm/dts/imx7s.dtsi | 4 ++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/arch/arm/dts/imx7d.dtsi b/arch/arm/dts/imx7d.dtsi index

Re: [U-Boot] (no subject)

2019-08-29 Thread Fabio Estevam
Hi Thomas, On Thu, Aug 29, 2019 at 10:40 AM Thomas Schaefer wrote: > arch/arm/dts/imx7d.dtsi | 2 +- > arch/arm/dts/imx7s.dtsi | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm/dts/imx7d.dtsi b/arch/arm/dts/imx7d.dtsi > index 30b058934b..2c33aa876f 100644 >

[U-Boot] (no subject)

2019-08-29 Thread Thomas Schaefer
Hi all, I want to introduce a small patch that fixes v 2019.07 bootloader crash during USB scan on our i.MX7 based custom board (see explanation in the patch comment). Could you please review and add to next u-boot release? Best regards, Thomas From 3a5dab56111d55fca0f5925bc852f663c71de6c8

Re: [U-Boot] (no subject)

2019-07-03 Thread Thomas Chou
On 7/1/19 9:20 PM, Tom Rini wrote: On Sun, Jun 30, 2019 at 10:06:35AM +0800, Thomas Chou wrote: Add gcc-8.1.0 support to buildman toolchain. The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04LTS and 19.04. Can you not resolve those shared library issues via one of the toolchain

Re: [U-Boot] (no subject)

2019-07-03 Thread Thomas Chou
Hi Tom, On 7/1/19 9:19 PM, Tom Rini wrote: On Sun, Jun 30, 2019 at 06:31:10PM +0800, Bin Meng wrote: Unfortunately the kernel.org gcc-8.1 toolchain just isn't usable for us due to a number of later-fixed regressions. We need to use gcc-8.3, I think, for something that should work again

Re: [U-Boot] (no subject)

2019-07-03 Thread Thomas Chou
Hi Bin, On 6/30/19 6:31 PM, Bin Meng wrote: On Sun, Jun 30, 2019 at 10:07 AM Thomas Chou wrote: x86: + efi-x86_app +{standard input}: Assembler messages: +{standard input}:21695: Error: junk at end of line, first unrecognized character is `@' +{standard input}:21740: Error: junk

Re: [U-Boot] (no subject)

2019-07-01 Thread Tom Rini
On Sun, Jun 30, 2019 at 10:06:35AM +0800, Thomas Chou wrote: > > Add gcc-8.1.0 support to buildman toolchain. > > The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04LTS and > 19.04. Can you not resolve those shared library issues via one of the toolchain PPAs ? -- Tom

Re: [U-Boot] (no subject)

2019-07-01 Thread Tom Rini
On Sun, Jun 30, 2019 at 06:31:10PM +0800, Bin Meng wrote: > On Sun, Jun 30, 2019 at 10:07 AM Thomas Chou wrote: > > > > > > Add gcc-8.1.0 support to buildman toolchain. > > > > The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04LTS and > > 19.04. > > > > Though both 7.3.0 and 8.1.0 have

Re: [U-Boot] (no subject)

2019-06-30 Thread Bin Meng
On Sun, Jun 30, 2019 at 10:07 AM Thomas Chou wrote: > > > Add gcc-8.1.0 support to buildman toolchain. > > The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04LTS and > 19.04. > > Though both 7.3.0 and 8.1.0 have arc and nds32 compilers, the following > errors were generated on Ubuntu

[U-Boot] (no subject)

2019-06-29 Thread Thomas Chou
Add gcc-8.1.0 support to buildman toolchain. The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04LTS and 19.04. Though both 7.3.0 and 8.1.0 have arc and nds32 compilers, the following errors were generated on Ubuntu 19.04. arc: + iot_devkit

[U-Boot] (no subject)

2019-04-28 Thread Adam Ford
From 323b5ea0eec7aac821eb2319ca0debda711e8bec Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 28 Apr 2019 16:42:42 -0500 Subject: [PATCH 0/4] Enable Host OHCI USB controller wtih DM_USB This series enables some commented-out code, resurrects some older code and enables DA850 OHCI USB Host

Re: [U-Boot] (no subject)

2019-04-26 Thread Stefano Babic
Hi Parthiban, I missed this one, thanks for remind. I will just push to u-boot-imx and then merge yours. Regards, Stefano On 26/04/19 10:02, Parthiban Nallathambi wrote: > Ping on this patch. > > Thanks, > Parthiban N > > On 4/10/19 4:35 PM, Parthiban Nallathambi wrote: >> Extend PHYTEC

[U-Boot] (no subject)

2019-01-19 Thread Angelo Dureghello
[PATCH RESEND] drivers: esdhc: add support for ColdFire mcf5441x family ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] (no subject)

2018-11-22 Thread sjg
From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Marek Vasut , Simon Glass , Masahiro Yamada , Rasmus Villemoes , Baruch Siach , Jagdish Gediya , Stephen Warren Subject: [PATCH 1/3] Makefile: Add a warning for boards that don't

[U-Boot] (no subject)

2018-09-20 Thread Angelo Dureghello
This patch adds an initial fdt support to the m68k architecture. It has been tested on stmark2 board, with a devicetree and CONFIG_DM_SERIAL=y + CONFIG_DM_SPI=y. - test log - U-Boot 2018.09-00137-g1be43784f1 (Sep 20 2018 - 22:34:42 +0200) CPU: Freescale MCF54415 (Mask:a0 Version:2)

[U-Boot] (no subject)

2018-09-18 Thread Jeremy Gebben
Date: Tue, 18 Sep 2018 15:35:32 -0600 Subject: [PATCH 0/3] net: phy: aquantia: firmware loading This patch series adds optional support for loading firmware for Aquantia phys via MDIO commands. Because I'm adding more Kconfig options for this driver, I've cleaned up the existing defconfigs that

[U-Boot] (no subject)

2017-05-15 Thread Andy Yan
:wq :q :q From: Andy Yan Date: Thu, 9 Mar 2017 19:30:53 +0800 Subject: [PATCH v2 4/7] rockchip: rk3368: Add sysreset driver Add sysreset driver to reset rk3368 SOC. Signed-off-by: Andy Yan Reviewed-by: Simon Glass

[U-Boot] (no subject)

2017-04-20 Thread Zhikang Zhang
Test for NVMe driver: platform: LS1046AQDS NVMe SSD: Intel P3700 400G The test logs are as follow: => nvme list Device 0: Vendor: 0x8086 Rev: 8DV10131 Prod: CVFT535600LS400BGN Type: Hard Disk Capacity: 381554.0 MB = 372.6 GB (781422768

[U-Boot] (no subject)

2016-11-25 Thread Rick Bronson
Hi All, I've got nsupported RK3288 hardware running the latest git u-boot to SPL as explained in http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.rockchip. My goal is to run the mainline (ie. not Android) Linux kernel on this hardware and wondered: - Do I need to get the latest git

Re: [U-Boot] (no subject)

2016-07-20 Thread Stefano Babic
HI Akshay, On 01/01/1970 01:00, wrote: > Add support for Advantech DMS-BA16 board. The board is based on Advantech > BA16 module which has a i.MX6D processor. The board supports: > - FEC Ethernet > - USB Ports > - SDHC and MMC boot > - SPI NOR > - LVDS and HDMI display > > Basic

Re: [U-Boot] (no subject)

2016-07-12 Thread Joe Hershberger
Hi , https://patchwork.ozlabs.org/patch/19c9dda/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2016-07-12 Thread Joe Hershberger
Hi , https://patchwork.ozlabs.org/patch/66d027e/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2016-07-12 Thread Joe Hershberger
Hi , https://patchwork.ozlabs.org/patch/e4ead4a/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2016-07-12 Thread Joe Hershberger
Hi , https://patchwork.ozlabs.org/patch/4c64c4d/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2016-07-12 Thread Joe Hershberger
Hi , https://patchwork.ozlabs.org/patch/2307ea4/ was applied to u-boot-net.git. Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2016-06-17 Thread Ladislav Michl
Add timeout to onenand_wait ready loop as it hangs here indefinitely when chip not present. Once there, do the same for onenand_bbt_wait as well (note: recent Linux driver code does the same) Signed-off-by: Ladislav Michl --- drivers/mtd/onenand/onenand_base.c | 30

[U-Boot] (no subject)

2016-06-17 Thread Ladislav Michl
Use newly introduced function. As it depends on previous RFC, lets turn in into proper patch once beforementioned problems are solved --- arch/arm/cpu/armv7/omap3/spl_id_nand.c | 33 ++--- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git

[U-Boot] (no subject)

2016-02-03 Thread Peter Robinson
Hi All, Here's a couple of patches to help building on gcc-6. We're rebasing Fedora to gcc-6 for Fedora 24 so this was the first build I've attempted with it. It doesn't fix all problems as I also see an issue that the generated/generic-asm-offsets.h isn't generated early enough in the build

[U-Boot] (no subject)

2016-01-20 Thread Wenbin Song
These patches depend on the series patches(http://patchwork.ozlabs.org/patch/567250/). ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2015-12-08 Thread Peter Robinson
In Fedora with gcc 5.2 and 5.3 the fw_env is FTB due to a missing include. The following small patch fixes building it on Fedora with gcc 5.3.1 Regards, Peter ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2015-11-17 Thread wd
>From ravi.koga...@moschip.com Tue Nov 17 12: 41:57 2015 Return-Path: X-Original-To: w...@gemini.denx.de Delivered-To: w...@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id A23D7383C2E for

[U-Boot] (no subject)

2015-07-10 Thread Samuel Egli
Hi all, this is a re-submission of Bin Liu's patch that was reverted by the commit 16b61d13bab361853564da401b15fc34ae1dfea7 from Daniel Mack. It is not OK to set the MUSB_POWER_HSENAB unconditionally because there are sometimes some HW limitations that allow only FULL SPEED. In our case we

Re: [U-Boot] (no subject)

2014-09-15 Thread Michael Trimarchi
Hi On Fri, Sep 12, 2014 at 10:00 PM, Michael Trimarchi mich...@amarulasolutions.com wrote: Hi Il 12/set/2014 21:53 Mariusz Boguszewski mariusz.boguszew...@csr.com ha scritto: Hello, I need to get this new version of u-boot for my PandaBoard A6 rev. I tried Linaro release 14.08 from July

Re: [U-Boot] (no subject)

2014-09-12 Thread Mariusz Boguszewski
Hello, I need to get this new version of u-boot for my PandaBoard A6 rev. I tried Linaro release 14.08 from July 2014 but all I get is the error: U-Boot SPL 2013.01.-rc1-g43ee87a (May 25 2014 - 07:45:31) OMAP4430 ES2.3 SDRAM: identified size not same as expected size identified: 0 expected:

Re: [U-Boot] (no subject)

2014-09-12 Thread Michael Trimarchi
Hi Il 12/set/2014 21:53 Mariusz Boguszewski mariusz.boguszew...@csr.com ha scritto: Hello, I need to get this new version of u-boot for my PandaBoard A6 rev. I tried Linaro release 14.08 from July 2014 but all I get is the error: U-Boot SPL 2013.01.-rc1-g43ee87a (May 25 2014 - 07:45:31)

Re: [U-Boot] (no subject)

2014-06-02 Thread rajshekar_py
Hi! http://netreign.com/_redirect?wynymaq917558 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2014-02-11 Thread John de la Garza
From 051fbe5fbfb5d8de2e6568fe619e60f82102e35a Mon Sep 17 00:00:00 2001 From: John de la Garza j...@jjdev.com Date: Tue, 11 Feb 2014 11:17:58 -0800 Subject: [PATCH] arch-at91: Gets ethernet working on at91sam9g20 board Cc: Johannes Thumshirn johannes.thumsh...@men.de Signed-off-by: John de la

Re: [U-Boot] (no subject)

2013-11-21 Thread Stefano Babic
Hi Bojan, On 21/11/2013 09:09, Bojan Buić wrote: I'm trying in board iMX233-OLinuXino-MICRO (https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware) setup hardware watchdogin the uboot. I checkout uboot code and recompile it(I found steps here :

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
I'm trying in board iMX233-OLinuXino-MICRO ( https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware ) setup hardware watchdog in the uboot. I checkout uboot code and recompile it(I found steps here :

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Stefano you're right :), I copy this method to main.c class and then call it, because when i call it from extern class it did not work Does someone know how write function which will start hard. watchdog on mx23 controller ? I not very familiar with registry of this proc. Thank you 2013/11/21

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
I found address of register HW_RTC_WATCHDOG_SET: 0x8005C054 I need write to that register value 0x054 ? Bojan 2013/11/21 Bojan Buić bojan.b...@gmail.com Sorry for many questions, but I work once with 8 bit ATmega 8 microcontroler and nothing more :( In manual I found this :

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Which register I need set up for hard. watchdog ? Bojan 2013/11/21 Stefano Babic sba...@denx.de Hi Bojan, On 21/11/2013 09:09, Bojan Buić wrote: I'm trying in board iMX233-OLinuXino-MICRO ( https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware )

Re: [U-Boot] (no subject)

2013-11-21 Thread Stefano Babic
On 21/11/2013 15:01, Bojan Buić wrote: Which register I need set up for hard. watchdog ? Please read carefully Chapter 23 amn 23.8.6 in the User Manuaal, you will find answer to all your question. Best regards, Stefano Babic --

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Sorry for many questions, but I work once with 8 bit ATmega 8 microcontroler and nothing more :( In manual I found this : HW_RTC_WATCHDOG 0x050 HW_RTC_WATCHDOG_SET 0x054 HW_RTC_WATCHDOG_CLR 0x058 HW_RTC_WATCHDOG_TOG 0x05C and now I do not know which register i need setup to enable watchdog ?

Re: [U-Boot] (no subject)

2013-11-21 Thread Wolfgang Denk
Dear Bojan, In message CAP8r_=A-vSHTfcbyUeaZfM2Z8=q_-AEMqaaiasPo=kvu5gk...@mail.gmail.com you wrote: I found address of register HW_RTC_WATCHDOG_SET: 0x8005C054 I need write to that register value 0x054 ? Please don't expect others doing the work for you. Stefano already pointed you to

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-11 Thread Jiří Prchal
Hi Wolfgang, Dne 11.9.2013 00:52, Wolfgang Denk napsal(a): Dear Jiří Prchal, In message 522ed13f.90...@aksignal.cz you wrote: This comment does not belong into the commit message - please move it to the comment section, i. e. below the --- line. I'm not sure if I even should number

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Jiří Prchal
Hi Wolfgang, Dne 9.9.2013 17:34, Wolfgang Denk napsal(a): Dear Jiri Prchal, In message 1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz you wrote: This patch adds support for our companies board CDU9G25 with Atmel AT91SAM9G25, 128MB DDR2, 256MB NAND. Please keep the line length

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Andreas Bießmann
Dear Jiří Prchal, On 09/10/2013 09:58 AM, Jiří Prchal wrote: Dne 9.9.2013 17:34, Wolfgang Denk napsal(a): In message 1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz you wrote: snip +#define CONFIG_BOOTARGSconsole=ttyS0,115200 ubi.mtd=root\ +root=ubi0:root

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-10 Thread Wolfgang Denk
Dear Jiří Prchal, In message 522ed13f.90...@aksignal.cz you wrote: This comment does not belong into the commit message - please move it to the comment section, i. e. below the --- line. I'm not sure if I even should number versions of this patch? But this is mandatory, see

[U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-09 Thread Jiri Prchal
This patch adds support for our companies board CDU9G25 with Atmel AT91SAM9G25, 128MB DDR2, 256MB NAND. v.2 Fixed static IP and MAC addr cofiguration by random MAC and DHCP. Added entry to MAINTAINERS. Fixed line lenght, trailing spaces and other cosmetics. Signed-off-by: Jiri Prchal

Re: [U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board

2013-09-09 Thread Wolfgang Denk
Dear Jiri Prchal, In message 1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz you wrote: This patch adds support for our companies board CDU9G25 with Atmel AT91SAM9G25, 128MB DDR2, 256MB NAND. Please keep the line length of the commit message 70 characters. v.2 Fixed static IP

Re: [U-Boot] (no subject)

2013-02-08 Thread Marek Vasut
Dear Bhat Vijay-B43969, Please _always_ CC the U-Boot mailing list. Hi Marek, I was looking into your file mxs_init.h for iMX28 SPL framework. I have to write the similar file for iMX6Q architecture not getting how to start. I have done some configuration for iMX6Q and compiled code and able

[U-Boot] (no subject)

2012-09-18 Thread Troy Kisky
This is the 1st part of a series meant to add mx6solo/mx6duallite support for a saberlite. I stopped at the last patch because with it applied, Linux will no longer boot. However, the same plugin code used under imx-android-r13.3 will work fine. So, the last patch in the series is not ready to

[U-Boot] (no subject)

2012-07-19 Thread Gigin Jose
http://blog.eduangelis.com.br/wp-content/plugins/zefeeldfego/work.php?shinning213.jpeg___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2012-06-22 Thread apple pie
http://www.spnb.com.my/better_in_June.php ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2012-06-20 Thread Pascal Levesque
http://amaiko.net/files/live/google.html?sdm=ef.sxfsony=yug.jygydl=tsuw ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2012-06-03 Thread Stijn Souffriau
Fixed a comment ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2012-04-23 Thread mohamed.haneef
The patch for msm7630 was released to the u-boot community on 16-feb-2-2012 can this be mainlined in v2012.07 release.The Patches contain the following support * low speed uart for msm7630 * interprocessor communication * qc_mmc microcontroller * msm7630 soc

[U-Boot] (no subject)

2012-03-25 Thread Eric Nelson
These two patches split the previous patch http://lists.denx.de/pipermail/u-boot/2012-March/120150.html into two parts. The first is board-independent and will be useful on all i.MX6 boards. The second is specific to the mx6qsabrelite board.

Re: [U-Boot] (no subject)

2012-03-09 Thread Simon Glass
Hi Wolfgang, On Thu, Mar 8, 2012 at 12:16 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message CAPnjgZ2tGqTRfFOaKyySUrQxMO3_4qfX7ewg-XFUcuqZtP=6...@mail.gmail.com you wrote:  01/10 Simon Glass        [U-Boot] [PATCH v2 8/8] sandbox: Add basic command line parsing

Re: [U-Boot] (no subject)

2012-03-08 Thread Wolfgang Denk
Dear Simon Glass, In message CAPnjgZ2tGqTRfFOaKyySUrQxMO3_4qfX7ewg-XFUcuqZtP=6...@mail.gmail.com you wrote: 01/10 Simon Glass[U-Boot] [PATCH v2 8/8] sandbox: Add basic command line parsing http://article.gmane.org/gmane.comp.boot-loaders.u-boot/122324 Mike expanded this one

Re: [U-Boot] (no subject)

2012-03-08 Thread Mike Frysinger
On Thursday 08 March 2012 01:37:08 Simon Glass wrote: Yes I just cleaned up mine...it would be nice if you could select multiple patches at the top level and perform actions on them. https://chrome.google.com/webstore/detail/ldopaogbegnhconlboidfjcmidndkbeg -mike signature.asc Description:

Re: [U-Boot] (no subject)

2012-03-08 Thread Mike Frysinger
On Wednesday 07 March 2012 06:25:15 Wolfgang Denk wrote: So should this not go into the upcoming release? I would expect it should. ok, i can put together a branch for you to pull Yes - I find this still to be way more efficient that working with the slow web interface of PW, and JK still

Re: [U-Boot] (no subject)

2012-03-07 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201203061702.56436.vap...@gentoo.org you wrote: i've been maintaining things in my blackfin repo in the sandbox branch. all the patches in patchwork should be labeled appropriately. i don't think there's anything that needs to be merged directly by you as

Re: [U-Boot] (no subject)

2012-03-07 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 7, 2012 at 3:25 AM, Wolfgang Denk w...@denx.de wrote: Dear Mike Frysinger, In message 201203061702.56436.vap...@gentoo.org you wrote: i've been maintaining things in my blackfin repo in the sandbox branch.  all the patches in patchwork should be labeled

[U-Boot] (no subject)

2012-03-06 Thread Wolfgang Denk
Mike Frysinger vap...@gentoo.org From: Wolfgang Denk w...@denx.de Fcc: +U-Boot Subject: Re: [U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: 1329349878-16664-1-git-send

Re: [U-Boot] (no subject)

2012-03-06 Thread Mike Frysinger
On Tuesday 06 March 2012 16:29:12 Wolfgang Denk wrote: I have nearly 50 sandbox related patches in my queue, many based on stuff that was posted before close of the merge window, and I have to admit that I lost track which of these are supposed to be applied, which were merely for RFC, or

[U-Boot] (no subject)

2011-11-25 Thread ALANTIC LOANS HAPPY OFFER
BUSINESS AND PERSONAL LOANS AVAILABLE AT 2% REPLY IF INTERESTED.___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-11-24 Thread EQUITY LOAN FINANCE
DO YOU NEED A LOAN? CONTACT US VIA APPLICATION.___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2011-11-14 Thread Nokia XMAS Bonanza
You have emerge the beneficiary of 750,000.00 GBP in Nokia End Of Year Bonanza send your name and address. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-11-07 Thread COCA-COLA COMPANY
Your Email Has Won 2,12,000.00 INR.Send Your Name:,Mobile No:, Address:___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-10-31 Thread Bar Yasser
I am Bar Yasser, I have a very important Business matters i will like to discuss with you.If this your Email is valid Contact me through my personal email:rawashdeh.assera...@w.cn Thank you Mr. Yasser Al ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] (no subject)

2011-10-31 Thread vmujica
This is to re-notify you of the $500,000.00 USD that was deposited here in the Western Union office in your name. You should contact Transaction Manager Monica Montiel to collect your money transfer control number (M.T.C.N). Contact Email:monica.montie...@hotmail.com Contact Person: Monica

[U-Boot] (no subject)

2011-10-31 Thread Tahani Kalender
Congratulation Your Email Address Have Won £1,000,000.00 From The ICC CRICKET WORLD CUP-2011 for prize claims Contact Dr Dennis Smith on Email: iccwcl...@hotmail.co.uk Tel:+447010050861 ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] (no subject)

2011-10-30 Thread Henry, Sherie
Attn. Mail User! Information Technology Services (ITS) are currently upgrading e-mail accounts. This will provide you the ability to store a greatly increased amount of e-mail correspondence in your e-mail account. Your account has been identified as one of the accounts which are to be

[U-Boot] (no subject)

2011-10-29 Thread MAY BANK INTERNATIONAL PLS
Greetings to you, SCAMMED VICTIM/ $500,000 BENEFICIARIES. REF/PAYMENTS CODE: ECB/06654 $500,000 USD. On behalf of the MAY BANK MALAYSIA and UNITED NATIONS, we wish to notify you as a beneficiary of $500,000 USD in compensation of scam victims.Do contact MAY BANK INTERNATIONAL BANK, Malaysia

[U-Boot] (no subject)

2011-10-23 Thread E-Loan Credit Home
ELOAN FINANCE is a consulting group for international debt and equity project finance in addition to commercial mortgage finance in the WORLDWIDE market. We are certified loan lender and offer secured loans to individuals and companies at 2% low interest.We are focused on attempting to fill

Re: [U-Boot] (no subject)

2011-10-16 Thread jobhunts02
http://www.metalurgicaoberto.com.ar/page.php?id=22 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2011-10-10 Thread Detlev Zundel
Hi victor, how to reset or re program this part item s29gl064n90tf103.. can you please help me Do you really expect us that we understand what your problem us? I for one have got no clue what you want to do and so I seen no way in helping you. If you want help from others, a well posed

[U-Boot] (no subject)

2011-10-09 Thread victor casunuran
how to reset or re program this part item s29gl064n90tf103.. can you please help me thanks vic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-10-07 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Tiapei Tiawan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-10-07 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Tiapei Tiawan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-10-05 Thread Mr.Wen Lee
Requesting for your partnership in re-profilling funds. but in sumaring the funds are coming Via Bank Of Tiapei Tiawan. Contact me for more details (wen-l...@shqiptar.eu) Mr. Wen Lee ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] (no subject)

2011-09-12 Thread Elo Petteri
Dear, My names are Aisha Ghadafi. The daughter of Colonel Ghadafi the Libyan leader.as a Libyan mediator and military official, former UN Goodwill Ambassador, philanthropist, humanitarian. I want you to take charge of some deposit fund. Reply for more details. E-mail: aishaghada...@w.cn

[U-Boot] (no subject)

2011-09-12 Thread Mr.Wen Lee
I seek for your partnership in reprofilling Funds. please contact me if you are interested for more details. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-09-10 Thread UK INTERNATIONAL LOTTERY
YOU HAVE WON $750,000USD,TO CLAIM SEND YOUR NAME,ADDRESS MOBILE.___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-09-09 Thread Wen Lee
I am Mr. Wen Lee an account officer with the Bank of Taipei, I need your partnership in re-profiling funds and you will be paid 30% for your management fees; Contact me for details. (wen@permaflex.co.th) Wen Lee ___ U-Boot mailing list

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Remove extern of timer_init ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Move boards with simple configurations to boards.cfg - Some build corrections ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
0003 Changes for v2: - None ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Missing Corrections of link files for m54451evb board ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Changes for v2: - Impacted by the v2 of patch 2/5 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] (no subject)

2011-08-31 Thread Stany MARCEL
Sorry, Manipulation errors with git send-email. I did not correctly understand the --compose option, and my attempt to use --in-reply-to seams to have also failed. Regards ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] (no subject)

2011-08-31 Thread Marek Vasut
On Wednesday, August 31, 2011 01:32:07 PM Stany MARCEL wrote: Changes for v2: - Missing Corrections of link files for m54451evb board Hi, please wrap this into the patch's diffstat. Cheers ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] (no subject)

2011-08-31 Thread Wolfgang Denk
Dear Stany MARCEL, In message 1314790136-8362-1-git-send-email-stany.mar...@novasys-ingenierie.com you wrote: Changes for v2: - Remove extern of timer_init What's this message supposed to be? Please ALWAYS provide a reasonable Subject line. And changelogs for patches must be submitted

[U-Boot] (no subject)

2011-08-31 Thread Graeme Russ
Date: Mon, 29 Aug 2011 21:04:45 +1000 Subject: [PATCH V3] console: Implement pre-console buffer Allow redirection of console output prior to console initialisation to a temporary buffer. To enable this functionality, the board configuration file must define: - CONFIG_PRE_CONSOLE_BUFFER - Enable

Re: [U-Boot] (no subject)

2011-08-31 Thread Graeme Russ
On 31/08/11 22:35, Graeme Russ wrote: Date: Mon, 29 Aug 2011 21:04:45 +1000 Subject: [PATCH V3] console: Implement pre-console buffer Eep - I do not know what happened to the subject... Let me try again... Regards, Graeme ___ U-Boot mailing list

  1   2   >