Re: [U-Boot] [PATCH v1] cmd: itest: correct calculus for long format

2017-02-28 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 3:00 PM, Stefan Roese <s...@denx.de> wrote: > On 17.02.2017 13:57, Andy Shevchenko wrote: >> On Fri, Feb 10, 2017 at 8:38 PM, Simon Glass <s...@chromium.org> wrote: >>> On 10 February 2017 at 05:59, Andy Shevchenko >>> <andriy.shev

Re: [U-Boot] [PATCH v2] serial: Add serial driver for Intel MID

2017-02-28 Thread Andy Shevchenko
On Tue, 2017-02-28 at 10:27 +0800, Kever Yang wrote: > Hi Andy, > > On 02/28/2017 12:22 AM, Andy Shevchenko wrote: > > Add a specific serial driver for Intel MID platforms. > > @@ -398,6 +398,15 @@ config MESON_SERIAL > >      If you have an Amlogic Meson

[U-Boot] [PATCH v2] serial: Add serial driver for Intel MID

2017-02-27 Thread Andy Shevchenko
clock / UART_PS / DLAB Initialize fractional divider correctly for Intel Edison platform. For backward compatibility we have to set initial DLAB value to 16 and speed to 115200 baud, where initial frequency is 29491200Hz, and XTAL frequency is 38.4MHz. Signed-off-by: Andy Shevchenko

[U-Boot] [PATCH v1] gpt: Fix uuid string format

2017-02-27 Thread Andy Shevchenko
From: Vincent Tinelli Change GPT UUID string format from UUID to GUID per specification. Signed-off-by: Vincent Tinelli --- cmd/gpt.c | 2 +- disk/part_efi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v1] serial: ns16550: Add fractional divider for Intel MID

2017-02-21 Thread Andy Shevchenko
divider correctly for Intel Edison platform. For backward compatibility we have to set initial DLAB value to 16 and speed to 115200 baud, where initial frequency is 29491200Hz, and XTAL frequency is 38.4MHz. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- drivers/serial/K

[U-Boot] [PATCH v3 1/2] mmc: pci: Add CONFIG_MMC_PCI

2017-02-20 Thread Andy Shevchenko
msung.com> Reviewed-by: Bin Meng <bmeng...@gmail.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- configs/bayleybay_defconfig | 1 + configs/conga-qeval20-qa3-e38

[U-Boot] [PATCH v3 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-20 Thread Andy Shevchenko
driver, allows for SDHCI controller on Tangier SoC to work in U-Boot. Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- drivers/

Re: [U-Boot] [PATCH v2 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-20 Thread Andy Shevchenko
On Sat, Feb 18, 2017 at 6:34 AM, Bin Meng <bmeng...@gmail.com> wrote: > Hi Andy, > > On Fri, Feb 17, 2017 at 9:02 PM, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: >> From: Felipe Balbi <felipe.ba...@linux.intel.com> >> >> This pa

[U-Boot] [PATCH v2 1/3] x86: Introduce INTEL_MID quirk option

2017-02-17 Thread Andy Shevchenko
. Here we introduce specific quirk option for such cases. It is supposed to be selected by Intel MID platform boards, for example, Intel Edison. Reviewed-by: Simon Glass <s...@chromium.org> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/Kconfig | 14 +

[U-Boot] [PATCH v2 2/3] x86: zImage: add Intel MID platforms support

2017-02-17 Thread Andy Shevchenko
org> Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/lib/zimage.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c index b6b0f2beb3..aafbeb

[U-Boot] [PATCH v2 3/3] x86: Intel MID platforms has no microcode update

2017-02-17 Thread Andy Shevchenko
There is no microcode update available for SoCs used on Intel MID platforms. Use conditional to bypass it. Reviewed-by: Simon Glass <s...@chromium.org> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/cpu/mp_init.c | 2 +- 1 file changed, 1 ins

Re: [U-Boot] [PATCH v1 3/3] x86: Intel MID platforms has no microcode update

2017-02-17 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 3:22 AM, Bin Meng <bmeng...@gmail.com> wrote: > On Wed, Feb 15, 2017 at 5:52 PM, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: >> On Wed, 2017-02-15 at 11:10 +0800, Bin Meng wrote: >>> On Tue, Feb 14, 2017 at 10:47 PM, An

Re: [U-Boot] [PATCH v1] cmd: itest: correct calculus for long format

2017-02-17 Thread Andy Shevchenko
On Fri, Feb 17, 2017 at 3:00 PM, Stefan Roese <s...@denx.de> wrote: > On 17.02.2017 13:57, Andy Shevchenko wrote: >> To whom should I send this to get it applied? Or just wait when >> maintainers pick this up? > As this patch doesn't fall into a special custodian respo

[U-Boot] [PATCH v2 1/2] mmc: pci: Add CONFIG_MMC_PCI

2017-02-17 Thread Andy Shevchenko
msung.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- configs/bayleybay_defconfig | 1 + configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 + configs/conga-qev

[U-Boot] [PATCH v2 2/2] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-17 Thread Andy Shevchenko
From: Felipe Balbi <felipe.ba...@linux.intel.com> This patch adds Intel Tangier eMMC/SDHCI driver. Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.in

Re: [U-Boot] [PATCH v1] cmd: itest: correct calculus for long format

2017-02-17 Thread Andy Shevchenko
On Fri, Feb 10, 2017 at 8:38 PM, Simon Glass <s...@chromium.org> wrote: > On 10 February 2017 at 05:59, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: >> From: Sebastien Colleur <sebastienx.coll...@intel.com> >> >> itest shell command

Re: [U-Boot] [PATCH v1 1/3] x86: Introduce INTEL_MID quirk option

2017-02-15 Thread Andy Shevchenko
On Wed, 2017-02-15 at 18:09 +0800, Bin Meng wrote: > Hi Andy, > > On Wed, Feb 15, 2017 at 5:50 PM, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: > > On Wed, 2017-02-15 at 11:00 +0800, Bin Meng wrote: > > > On Tue, Feb 14, 2017 at 10:47 PM, Andy

Re: [U-Boot] [PATCH v1 3/3] x86: Intel MID platforms has no microcode update

2017-02-15 Thread Andy Shevchenko
On Wed, 2017-02-15 at 11:10 +0800, Bin Meng wrote: > Hi Andy, > > On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: > > There is no microcode update available for SoCs used on Intel MID > > platforms. >

Re: [U-Boot] [PATCH v1 1/3] x86: Introduce INTEL_MID quirk option

2017-02-15 Thread Andy Shevchenko
On Wed, 2017-02-15 at 11:00 +0800, Bin Meng wrote: > Hi Andy, > > On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko > <andriy.shevche...@linux.intel.com> wrote: > > Intel Mobile Internet Device (MID) platforms have special treatment > > in > > some ca

Re: [U-Boot] [ANN] U-Boot v2017.03-rc2 released

2017-02-14 Thread Andy Shevchenko
On Tue, Feb 14, 2017 at 7:46 PM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Tue, Feb 14, 2017 at 7:40 PM, Andy Shevchenko > <andy.shevche...@gmail.com> wrote: >> On Tue, Feb 14, 2017 at 7:33 PM, Simon Glass <s...@chromium.org> wrote: >>> On 14

Re: [U-Boot] [ANN] U-Boot v2017.03-rc2 released

2017-02-14 Thread Andy Shevchenko
On Tue, Feb 14, 2017 at 7:40 PM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > On Tue, Feb 14, 2017 at 7:33 PM, Simon Glass <s...@chromium.org> wrote: >> Hi Andy, >> >> On 14 February 2017 at 10:21, Andy Shevchenko <andy.shevche...@gmail.com> >>

Re: [U-Boot] [ANN] U-Boot v2017.03-rc2 released

2017-02-14 Thread Andy Shevchenko
On Tue, Feb 14, 2017 at 7:33 PM, Simon Glass <s...@chromium.org> wrote: > Hi Andy, > > On 14 February 2017 at 10:21, Andy Shevchenko <andy.shevche...@gmail.com> > wrote: >> >> On Tue, Feb 14, 2017 at 1:01 AM, Tom Rini <tr...@konsulko.com> wrote

Re: [U-Boot] [ANN] U-Boot v2017.03-rc2 released

2017-02-14 Thread Andy Shevchenko
inux kernel (v3.10.98 based) doesn't print anything (looks like internal crash in U-Boot), on the sequential we have corrupted media, so, board is basically bricked. I dunno how to debug this since Tangier/Edison support is not (yet) in U-Boot upstream. Any hints? -- With Be

[U-Boot] [PATCH v1 3/3] x86: Intel MID platforms has no microcode update

2017-02-14 Thread Andy Shevchenko
There is no microcode update available for SoCs used on Intel MID platforms. Use conditional to bypass it. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/cpu/mp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu/mp_in

[U-Boot] [PATCH v1 2/3] x86: zImage: add Intel MID platforms support

2017-02-14 Thread Andy Shevchenko
From: Vincent Tinelli <vincent.tine...@intel.com> Intel MID platform boards have special treatment, such as boot parameter setting. Assign hardware_subarch accordingly if CONFIG_INTEL_MID is set. Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: And

[U-Boot] [PATCH v1 1/3] x86: Introduce INTEL_MID quirk option

2017-02-14 Thread Andy Shevchenko
-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5f9597b230..ba57bcfca4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -80,6 +80,10 @@ config VENDOR

[U-Boot] [PATCH v1] mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

2017-02-14 Thread Andy Shevchenko
From: Felipe Balbi <felipe.ba...@linux.intel.com> This patch adds Intel Tangier eMMC/SDHCI driver. Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.in

[U-Boot] [PATCH v1] usb: dwc3: gadget: Remove unused header inclusion

2017-02-14 Thread Andy Shevchenko
From: Vincent Tinelli <vincent.tine...@intel.com> Remove sys_proto.h inclusion which is not used by the driver. Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- drivers/usb/dwc3/gadget.c | 1 -

Re: [U-Boot] [PATCH v1] usb: gadget: f_dfu: write req->actual bytes

2017-02-13 Thread Andy Shevchenko
occasionally rebased, so, for "stable" code I do tags with "edison" prefix. -- Andy Shevchenko <andriy.shevche...@linux.intel.com> Intel Finland Oy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v1] mmc: pci: only compile on platforms that need it

2017-02-13 Thread Andy Shevchenko
From: Felipe Balbi <felipe.ba...@linux.intel.com> We should only compile pci_mmc.c on platforms that actually need this. Some platforms are using generic sdhci through driver model. Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> Signed-off-by: Andy Shevchenko <

[U-Boot] [PATCH v1] usb: gadget: f_dfu: write req->actual bytes

2017-02-10 Thread Andy Shevchenko
From: Felipe Balbi <felipe.ba...@linux.intel.com> If last packet is short, we shouldn't write req->length bytes to non-volatile media, we should write only what's available to us, which is held in req->actual. Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> S

[U-Boot] [PATCH v1] cmd: itest: correct calculus for long format

2017-02-10 Thread Andy Shevchenko
From: Sebastien Colleur itest shell command doesn't work correctly in long format when doing comparaison due to wrong mask value calculus that overflow on 32 bits values. Signed-off-by: Sebastien Colleur --- cmd/itest.c | 3 ++- 1

[U-Boot] [PATCH v3] x86: make LOAD_FROM_32_BIT visible for platforms

2017-02-05 Thread Andy Shevchenko
This option is useful not only for development, but for the platforms where U-Boot is run from custom ROM bootloader. For example, Intel Edison is that board. Make this option visible that platforms can select it if needed. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.

[U-Boot] [PATCH v1] cmd: gpt: backup boot code before writing MBR

2017-01-30 Thread Andy Shevchenko
ed-off-by: Vincent Tinelli <vincent.tine...@intel.com> Signed-off-by: Brennan Ashton <b...@deako.com> Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- disk/part_efi.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/disk/part_efi.c b/disk/par

[U-Boot] [PATCH v2] x86: make LOAD_FROM_32_BIT visible for platforms

2017-01-24 Thread Andy Shevchenko
This option useful not only for development, but for the platforms where U-Boot is run from custom ROM bootloader. For example, Intel Edison is that board. Make this option visible that platforms can select it if needed. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.

Re: [U-Boot] [PATCH v1] x86: make LOAD_FROM_32_BIT visible for platforms

2017-01-22 Thread Andy Shevchenko
On Sat, Jan 21, 2017 at 10:07 PM, Andy Shevchenko <andriy.shevche...@linux.intel.com> wrote: > This option useful not only for development, but for the platforms where > U-Boot is run from custom ROM bootloader. For example, Intel Edison is > that board. > > Make this option v

[U-Boot] [PATCH v1] x86: make LOAD_FROM_32_BIT visible for platforms

2017-01-21 Thread Andy Shevchenko
This option useful not only for development, but for the platforms where U-Boot is run from custom ROM bootloader. For example, Intel Edison is that board. Make this option visible that platforms can select it if needed. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.

[U-Boot] [PATCH v1 1/1] x86: Synchronize list of x86 subarchitectures (update bootparam.h)

2017-01-09 Thread Andy Shevchenko
Basically rename X86_SUBARCH_MRST to X86_SUBARCH_INTEL_MID to be more specific. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- arch/x86/include/asm/bootparam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/bootparam.h

[U-Boot] [PATCH v1 1/1] gitignore: Append *.so and *.efi

2017-01-09 Thread Andy Shevchenko
EFI loader generates two types of binaries that usually are not a part of source tree. Ignore them globally based on extension. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore

Re: [U-Boot] setenv with semicolon inside

2016-11-15 Thread Andy Shevchenko
On Tue, Nov 15, 2016 at 11:53 AM, Andy Shevchenko <andy.shevche...@gmail.com> wrote: > Perhaps it was discussed somewhere, but... > > Which obviously show that double quote is ignored. Was it previous > behaviour that has been altered by custom patches? Or this is a > regres

[U-Boot] setenv with semicolon inside

2016-11-15 Thread Andy Shevchenko
as been altered by custom patches? Or this is a regression/feature of newer U-Boot? In any case what are the recommendation to fix it? -- With Best Regards, Andy Shevchenko ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

<    5   6   7   8   9   10