Re: [U-Boot] [PATCH v3 4/4] arm: ls102xa: Enable Driver Model SPI for ls1021atwr

2015-06-25 Thread Jagan Teki
On 26 June 2015 at 08:43, Wang Haikun wrote: > On 6/25/2015 9:24 PM, Jagan Teki wrote: >> On 19 June 2015 at 13:44, Jagan Teki wrote: >>> On 19 June 2015 at 13:20, Wang Haikun wrote: On 6/19/2015 3:34 PM, Jagan Teki wrote: > On 18 June 2015 at 12:24, Jagan Teki wrote: >> On 18 June

Re: [U-Boot] corrupted tags in git://git.denx.de/u-boot ?

2015-06-25 Thread Wolfgang Denk
Dear Tom, dear Igor, In message <20150625132731.GC28577@bill-the-cat> you wrote: > > > > It seems that the check for termination with '\n' in tag headers > > > started to be a requirement from git version 2.2.0? ... > > So apparently the tags LABEL_2006_03_12_0025, LABEL_2006_04_18_1106, > > and

Re: [U-Boot] [PATCH v3 32/54] mmc: Calculate dwmmc FIFO threshold size if not provided

2015-06-25 Thread Jaehoon Chung
Hi, Simon. On 06/26/2015 04:26 AM, Simon Glass wrote: > Hi Jaehoon, > > On 24 June 2015 at 19:58, Jaehoon Chung wrote: >> >> Hi, Simon. >> >> On 06/24/2015 06:38 AM, Simon Glass wrote: >>> We can calculate this. Add code to do this if it is not provided. >> >> Did you consider the kernel side? >

[U-Boot] [Resend: U-Boot PATCH] keystone2: config: update default mtd

2015-06-25 Thread Michael Scherban
Because of a difference in the ordering of MTDs, the current bootarg is pointing to a MTD without a root filesystem. This updates the default MTD to point to the correct one that contains the filesystem. Signed-off-by: Michael Scherban --- include/configs/k2e_evm.h |2 +- include/configs/k2

Re: [U-Boot] [PATCH v3 4/4] arm: ls102xa: Enable Driver Model SPI for ls1021atwr

2015-06-25 Thread Wang Haikun
On 6/25/2015 9:24 PM, Jagan Teki wrote: > On 19 June 2015 at 13:44, Jagan Teki wrote: >> On 19 June 2015 at 13:20, Wang Haikun wrote: >>> On 6/19/2015 3:34 PM, Jagan Teki wrote: On 18 June 2015 at 12:24, Jagan Teki wrote: > On 18 June 2015 at 07:50, Wang Haikun wrote: >> On 6/17/20

Re: [U-Boot] [PATCH] keystone2: config: update default mtd

2015-06-25 Thread Tom Rini
On Thu, Jun 25, 2015 at 03:18:29PM -0500, Michael Scherban wrote: > Because of a difference in the ordering of MTDs, the current bootarg is > pointing to a MTD without a root filesystem. This updates the default MTD to > point to the correct one that contains the filesystem. > > Signed-off-by: Mi

Re: [U-Boot] corrupted tags in git://git.denx.de/u-boot ?

2015-06-25 Thread Joe Hershberger
Hi Igor, On Tue, Jun 23, 2015 at 7:13 AM, Igor Grinberg wrote: > Hi guys, > > While running git fsck --full, I've noticed the following: > ---cut- > $ git fsck --full > Checking object directories: 100% (256/256), done. > error in ta

Re: [U-Boot] [PATCH 14/14][v2] driver/ldpaa_eth:Avoid infinite loop in QBMAN buf release

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:03 AM, Prabhakar Kushwaha wrote: > Change infinite loop mechanism to timer based polling. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is for patchset > > drivers/net/ldpaa_eth/ldpaa_eth.c | 13 +++-- > 1 file change

Re: [U-Boot] [PATCH 13/14][v2] driver/ldpaa_eth: Avoid TX conf frames

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:03 AM, Prabhakar Kushwaha wrote: > Polling of TX conf frames is not a mandatory option. > Packets can be transferred via WRIOP without TX conf frame. > > Configure ldpaa_eth driver to use TX path without confirmation frame > > Signed-off-by: Prabhakar Kushw

Re: [U-Boot] [PATCH 12/14][v2] driver/ldpaa_eth: Add timeout handling DQRR entry read

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:03 AM, Prabhakar Kushwaha wrote: > Volatile command does not return frame immidiately, need to wait till a frame > is available in DQRR. Ideally it should be a blocking call. > > Add timeout handling for DQRR frame instead of retry counter. > > Signed-off-b

Re: [U-Boot] [PATCH 11/14][v2] driver/ldpaa_eth: Retry enqueue if portal was busy

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:03 AM, Prabhakar Kushwaha wrote: > Do not immediately return if the enqueue function returns -EBUSY; re-try > mulitple times. > > if timeout occures, release the buffer. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is for pat

Re: [U-Boot] [PATCH 07/14][v2] drivers: fsl-mc: Return error for major version mismatch

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:03 AM, Prabhakar Kushwaha wrote: > Management complex major version should match to the firmware present in > flash. > > Return error during mismatch of major version. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Sending as it is for patc

Re: [U-Boot] [PATCH 01/14][v2] armv8/ls2085a: define CONFIG_PCI

2015-06-25 Thread Joe Hershberger
Hi Prabhakar, On Thu, Jun 11, 2015 at 4:02 AM, Prabhakar Kushwaha wrote: > LS2085A has 4 PCIe controller. Enable CONFIG_PCI to init PCIe > > Signed-off-by: Prabhakar Kushwaha > --- > include/configs/ls2085a_common.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/ls2085

Re: [U-Boot] [PATCH v3 50/54] mkimage: Set up a file size parameter and keep it updated

2015-06-25 Thread Joe Hershberger
Hi Simon, On Tue, Jun 23, 2015 at 4:39 PM, Simon Glass wrote: > Some functions called by mkimage would like to know the output file size. > Initially this is the same as the input file size, but it may be affected by > adding headers, etc. > > Add this information to the image parameters. > > Sig

Re: [U-Boot] [PATCH 10/11 v2] drivers/net/vsc9953: Add commands for VLAN ingress filtering

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The command: > ethsw [port ] ingress filtering > { [help] | show | enable | disable } > - enable/disable VLAN ingress filtering on port > > can be used to enable/disable/show VLAN ingress filtering on a port. > > Signe

Re: [U-Boot] [PATCH 09/11 v2] drivers/net/vsc9953: Add command for shared/private VLAN learning

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The command: > ethsw vlan fdb { [help] | show | shared | private } > - make VLAN learning shared or private" > > configures the FDB to share the FDB entries learned on multiple VLANs > or to keep them separated. By default,

Re: [U-Boot] [PATCH 08/11 v2] drivers/net/vsc9953: Add VLAN commands for VSC9953

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The new added commands can be used to configure VLANs for a port > on both ingress and egress. > > The new commands are: > ethsw [port ] pvid { [help] | show | } > - set/show PVID (ingress and egress VLAN tagging) for a por

Re: [U-Boot] [PATCH 07/11 v2] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The new command: > ethsw [port ] [vlan ] fdb > { [help] | show | flush | { add | del } } > > Can be used to add and delete FDB entries. Also, the command can be used > to show entries from the FDB tables. When used w

Re: [U-Boot] [PATCH 06/11 v2] drivers/net/vsc9953: Add commands to enable/disable HW learning

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The command: > ethsw [port ] learning { [help] | show | auto | disable } > > can be used to enable/disable HW learning on a port. > > Signed-off-by: Johnson Leung > Signed-off-by: Codrin Ciubotariu > --- > Changes for v2: >

Re: [U-Boot] [PATCH v3 05/25] mkimage: Allow the original file size to be recorded

2015-06-25 Thread Joe Hershberger
Hi Simon, On Tue, Jun 23, 2015 at 6:28 PM, Simon Glass wrote: > Allow the image handler to store the original input file size so that it > can reference it later. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > tools/imagetool.h | 1 + > 1 file changed, 1

Re: [U-Boot] [PATCH v3 04/25] mkimage: Allow padding to any length

2015-06-25 Thread Joe Hershberger
Hi Simon, On Tue, Jun 23, 2015 at 6:28 PM, Simon Glass wrote: > At present there is an arbitrary limit of 4KB for padding. Rockchip needs > more than that, so remove this restriction. > > Signed-off-by: Simon Glass > --- Acked-by: Joe Hershberger ___

Re: [U-Boot] [PATCH 05/11 v2] drivers/net/vsc9953: Add command to show/clear port counters

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The new added command: > ethsw [port ] statistics { [help] | [clear] } > > will print counters like the number of Rx/Tx frames, > number of Rx/Tx bytes, number of Rx/Tx unicast frames, etc. > > Signed-off-by: Codrin Ciubotari

Re: [U-Boot] [PATCH 04/11 v2] drivers/net/vsc9953: Refractor the parser for VSC9953 commands

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > In order to support multiple commands to configure the VSC9953 > L2 Switch, the parser needs to be changed to be more flexible and > to support more complex commands. This patch adds a parser that > searches for defined keywo

Re: [U-Boot] [PATCH 03/11 v2] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > At startup, the default configuration should be: > - enable HW learning on all ports (HW default); > - all ports are VLAN aware; > - all ports are members of VLAN 1; > - all ports have Port-based VLAN 1; > - on all ports

Re: [U-Boot] [PATCH v2] Initial support for ACPI Tables for qemu-x86 target.

2015-06-25 Thread Saket Sinha
Hi Bin, >>> + >>> +static int acpi_create_madt_lapic(struct acpi_madt_lapic *lapic, u8 cpu, >>> u8 apic) >>> +{ >>> +lapic->type = 0; /* Local APIC structure */ >>> +lapic->length = sizeof(struct acpi_madt_lapic); >>> +lapic->flags = (1 << 0); /* Processor/LAPIC enabled *

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Yegor Yefremov
On Thu, Jun 25, 2015 at 5:42 PM, Joe Hershberger wrote: > Hi Yegor, > > On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov > wrote: >> On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov >> wrote: >>> Hi Joe, >>> >>> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >>> wrote: Hi Tom, On

[U-Boot] ?????? sunxi:Updated A31 & A31-mele i7 support

2015-06-25 Thread ??????????????
Ah Yes.I fixed it: -- -- ??: "ijc";; : 2015??6??25??(??) 7:57 ??: "??"; : "u-boot"; "hdegoede"; : Re: sunxi:Updated A31 & A31-mele i7 support On Thu, 2015-06-25 at 18:20 +0800, ?? wrote: > I f

[U-Boot] sunxi:Updated A31 & A31-mele i7 support

2015-06-25 Thread ??????????????
I fixed SUNXI_MMCSLOT support and update the mele i7 mod-emmc support~ Eh..I don't know what the sign-off is~ ZhiYuan Wan 0001-sunxi-Updated-A31-device-tree-Added-SUNXI_MMC_SLOT-s.patch Description: Binary data ___ U-Boot mailing list U-Boot@lists.denx

[U-Boot] [PATCH] keystone2: config: update default mtd

2015-06-25 Thread Michael Scherban
Because of a difference in the ordering of MTDs, the current bootarg is pointing to a MTD without a root filesystem. This updates the default MTD to point to the correct one that contains the filesystem. Signed-off-by: Michael Scherban --- include/configs/k2e_evm.h |2 +- include/configs/k2

Re: [U-Boot] [PATCH v3 32/54] mmc: Calculate dwmmc FIFO threshold size if not provided

2015-06-25 Thread Simon Glass
Hi Jaehoon, On 24 June 2015 at 19:58, Jaehoon Chung wrote: > > Hi, Simon. > > On 06/24/2015 06:38 AM, Simon Glass wrote: > > We can calculate this. Add code to do this if it is not provided. > > Did you consider the kernel side? Can you please be more specific? Regards, Simon > > Best Regards,

Re: [U-Boot] [PATCH 03/11 v2] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > At startup, the default configuration should be: > - enable HW learning on all ports (HW default); > - all ports are VLAN aware; > - all ports are members of VLAN 1; > - all ports have Port-based VLAN 1; > - on all ports

[U-Boot] [PATCH v2 6/7] dm: x86: minnowmax: Move PCI to use driver model

2015-06-25 Thread Simon Glass
Adjust minnowmax to use driver model for PCI. This requires adding a device tree node to specify the ranges, removing the board-specific PCI code and ensuring that the host bridge is configured. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/baytrail/Mak

[U-Boot] [PATCH v2 7/7] dm: x86: baytrail: Correct PCI region 3 when driver model is used

2015-06-25 Thread Simon Glass
Commit afbbd413a fixed this for non-driver-model. Make sure that the driver model code handles this also. Signed-off-by: Simon Glass --- Changes in v2: - Only limit the PCI system memory region on x86 machines arch/x86/cpu/cpu.c| 1 + common/board_f.c | 4

[U-Boot] [PATCH v2 5/7] x86: pci: Tidy up the generic x86 PCI driver

2015-06-25 Thread Simon Glass
This driver should use the x86 PCI configuration functions. Also adjust its compatible string to something generic (i.e. without a vendor name). Signed-off-by: Simon Glass --- Changes in v2: - Rename the ops and ids arrays for consistency - Drop the coreboot PCI driver which is no-longer needed

[U-Boot] [PATCH v2 4/7] x86: Add ROM image description for minnowmax

2015-06-25 Thread Simon Glass
The layout of the ROM is a bit hard to discover by reading the code. Add a table to make it easier. Signed-off-by: Simon Glass --- Changes in v2: - Fix typos in README.x86 doc/README.x86 | 17 + 1 file changed, 17 insertions(+) diff --git a/doc/README.x86 b/doc/README.x86 inde

[U-Boot] [PATCH v2 3/7] dm: spi: Enable environment for minnowmax

2015-06-25 Thread Simon Glass
Enable a SPI environment and store it in a suitable place. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Jagan Teki --- Changes in v2: None include/configs/minnowmax.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/configs/minnowmax.h b/inclu

[U-Boot] [PATCH v2 2/7] dm: spi: Correct BIOS protection logic for ICH9

2015-06-25 Thread Simon Glass
The logic is incorrect and currently has no effect. Fix it so that we can write to SPI flash, since by default it is write-protected. Signed-off-by: Simon Glass --- Changes in v2: - Use ich_read/write() for BIOS protection update drivers/spi/ich.c | 9 - 1 file changed, 4 insertions(+)

[U-Boot] [PATCH v2 0/7] dm: x86: PCI/SPI fixes for minnowboard MAX

2015-06-25 Thread Simon Glass
The SPI flash starts off protected on baytrail. The code which is supposed to fix this is broken. This series fixes that, enables the SPI environment and adds documentation. Also when driver model is enabled for PCI some bugs appear. This series fixes those and enables driver model for PCI on minn

[U-Boot] [PATCH v2 1/7] dm: spi: Correct status register access width

2015-06-25 Thread Simon Glass
The status register on ICH9 is a single byte, so use byte access when writing to it, to avoid updating the control register also. Signed-off-by: Simon Glass --- Changes in v2: - Continue to use writew for ICH7 drivers/spi/ich.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff -

Re: [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Thu, Jun 25, 2015 at 11:35 AM, Codrin Constantin Ciubotariu wrote: > Hi Joe, > >> > >> > /* alloc eth device */ >> > dev = (struct eth_device *)calloc(1, sizeof(struct eth_device)); >> > if (!dev) >> > - return 1; >> > + return -1;

Re: [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch

2015-06-25 Thread Codrin Constantin Ciubotariu
Hi Joe, > > > > /* alloc eth device */ > > dev = (struct eth_device *)calloc(1, sizeof(struct eth_device)); > > if (!dev) > > - return 1; > > + return -1; > > Is it reasonable to use values from asm/errno.h here and elsewhere in > the driver? Th

Re: [U-Boot] [PATCH 02/11 v2] drivers/net/vsc9953: Fix missing reserved register

2015-06-25 Thread Codrin Constantin Ciubotariu
Hi Joe, > > The VSC9953 DS reserves a register between vlan_mask and anag_efil > > registers. > > > > Signed-off-by: Johnson Leung > > --- > > Where is your Signed-off-by: ? Please either update the "Author" in the > commit > to Johnson Leung or add your Signed-off-by. > > -Joe Johnson found

Re: [U-Boot] [PATCH 7/7] Move defaults from config_cmd_default.h to Kconfig

2015-06-25 Thread Joe Hershberger
Hi Tom, On Thu, Jun 25, 2015 at 11:15 AM, Tom Rini wrote: > On Tue, Jun 23, 2015 at 10:36:20PM -0500, Joe Hershberger wrote: >> Hi Tom, >> >> On Tue, Jun 23, 2015 at 9:33 AM, Tom Rini wrote: >> > On Mon, Jun 22, 2015 at 04:15:30PM -0500, Joe Hershberger wrote: >> > >> >> This sets the default co

Re: [U-Boot] [PATCH 02/11 v2] drivers/net/vsc9953: Fix missing reserved register

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > The VSC9953 DS reserves a register between vlan_mask and anag_efil > registers. > > Signed-off-by: Johnson Leung > --- Where is your Signed-off-by: ? Please either update the "Author" in the commit to Johnson Leung or add

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Tom Rini
On Thu, Jun 25, 2015 at 10:48:09AM -0500, Joe Hershberger wrote: > Hi Tom, > > On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov > wrote: > > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > > wrote: > >> Hi Joe, > >> > >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger > >> wrote: > >>> Hi Tom

Re: [U-Boot] [PATCH 7/7] Move defaults from config_cmd_default.h to Kconfig

2015-06-25 Thread Tom Rini
On Tue, Jun 23, 2015 at 10:36:20PM -0500, Joe Hershberger wrote: > Hi Tom, > > On Tue, Jun 23, 2015 at 9:33 AM, Tom Rini wrote: > > On Mon, Jun 22, 2015 at 04:15:30PM -0500, Joe Hershberger wrote: > > > >> This sets the default commands Kconfig to match > >> include/config_cmd_default.h commands

Re: [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch

2015-06-25 Thread Joe Hershberger
Hi Codrin, On Tue, Jun 23, 2015 at 11:48 AM, Codrin Ciubotariu wrote: > This patch groups some macros defined for registers and > replaces some magic numbers from vsc9953 with macros. Also, > "port" and "port_nr" keywords are replaced with "port_no". > > Also, in some places, this patch replaces

Re: [U-Boot] [PATCH 7/7] Move defaults from config_cmd_default.h to Kconfig

2015-06-25 Thread Joe Hershberger
Hi Tom, On Tue, Jun 23, 2015 at 10:36 PM, Joe Hershberger wrote: > Hi Tom, > > On Tue, Jun 23, 2015 at 9:33 AM, Tom Rini wrote: >> On Mon, Jun 22, 2015 at 04:15:30PM -0500, Joe Hershberger wrote: >> >>> This sets the default commands Kconfig to match >>> include/config_cmd_default.h commands in

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Joe Hershberger
Hi Tom, On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov wrote: > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > wrote: >> Hi Joe, >> >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >> wrote: >>> Hi Tom, >>> >>> On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: On Mon, Jun 22, 2015 a

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Joe Hershberger
Hi Yegor, On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov wrote: > On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov > wrote: >> Hi Joe, >> >> On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger >> wrote: >>> Hi Tom, >>> >>> On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini wrote: On Mon, Jun 22, 2015

Re: [U-Boot] [PATCH 6/6] ARM64: HiKey: hi6220: Add u-boot support for the 96boards CE HiKey board.

2015-06-25 Thread Peter Griffin
Hi Rob, On 12 May 2015 at 19:29, Rob Herring wrote: > On Tue, May 12, 2015 at 8:25 AM, Peter Griffin > wrote: > > HiKey is the first 96boards consumer edition compliant board. It > features a hi6220 > > SoC which has eight ARM A53 cpu's. > Thanks for reviewing the patches. Also sorry for the l

Re: [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver

2015-06-25 Thread Simon Glass
Hi Bin, On 24 June 2015 at 09:15, Simon Glass wrote: > Hi Bin, > > On 23 June 2015 at 21:59, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Jun 24, 2015 at 11:54 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 23 June 2015 at 21:46, Bin Meng wrote: Hi Simon, On Wed, Jun 24, 2015 at 11

[U-Boot] [PATCH] Baltos: enable CMD_NET in defconfig

2015-06-25 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- configs/am335x_baltos_defconfig |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 679b04f..4d2f075 100644 --- a/configs/am335x_baltos_defcon

Re: [U-Boot] corrupted tags in git://git.denx.de/u-boot ?

2015-06-25 Thread Tom Rini
On Thu, Jun 25, 2015 at 03:22:21PM +0200, Wolfgang Denk wrote: > Dear Igor, > > In message <558979e4.9030...@compulab.co.il> you wrote: > > > > > In other words, I cannot reproduce your issue here. > > > > May be it has something to do with my git version? > > $ git --version > > git version 2.3

Re: [U-Boot] Pull request: u-boot-spi/master

2015-06-25 Thread Jagan Teki
On 25 June 2015 at 17:06, Tom Rini wrote: > On Thu, Jun 25, 2015 at 11:01:44AM +0530, Jagan Teki wrote: >> On 25 June 2015 at 05:01, Tom Rini wrote: >> > On Tue, Jun 23, 2015 at 08:47:25PM +0530, Jagan Teki wrote: >> > >> >> Hi Tom, >> >> >> >> Please pull this request, few importent feature list

Re: [U-Boot] [PATCH v3 4/4] arm: ls102xa: Enable Driver Model SPI for ls1021atwr

2015-06-25 Thread Jagan Teki
On 19 June 2015 at 13:44, Jagan Teki wrote: > On 19 June 2015 at 13:20, Wang Haikun wrote: >> On 6/19/2015 3:34 PM, Jagan Teki wrote: >>> On 18 June 2015 at 12:24, Jagan Teki wrote: On 18 June 2015 at 07:50, Wang Haikun wrote: > On 6/17/2015 8:30 PM, Simon Glass wrote: >> Hi, >

Re: [U-Boot] corrupted tags in git://git.denx.de/u-boot ?

2015-06-25 Thread Wolfgang Denk
Dear Igor, In message <558979e4.9030...@compulab.co.il> you wrote: > > > In other words, I cannot reproduce your issue here. > > May be it has something to do with my git version? > $ git --version > git version 2.3.6 I did my tests with: -> git --version git version 2.1.0 [This is what Fedor

Re: [U-Boot] sunxi:Updated A31 & A31-mele i7 support

2015-06-25 Thread Ian Campbell
On Thu, 2015-06-25 at 18:20 +0800, 加特技的肖特基 wrote: > I fixed SUNXI_MMCSLOT support and update the mele i7 mod-emmc support~ As I requested in the earlier private mail, please make multiple changes using multiple patches, not all wedged into one. > Eh..I don't know what the sign-off is~ The first

Re: [U-Boot] Pull request: u-boot-spi/master

2015-06-25 Thread Tom Rini
On Thu, Jun 25, 2015 at 11:01:44AM +0530, Jagan Teki wrote: > On 25 June 2015 at 05:01, Tom Rini wrote: > > On Tue, Jun 23, 2015 at 08:47:25PM +0530, Jagan Teki wrote: > > > >> Hi Tom, > >> > >> Please pull this request, few importent feature list on spi-flash front > >> like data flash and spi fl

[U-Boot] [PATCH] tools/imximage: set DCD pointer to NULL when its length is 0

2015-06-25 Thread Baruch Siach
When dcd_len is 0 the Write Data command that the set_dcd_rst_v2() routine generates is empty. This causes HAB to complain that the command is invalid. - HAB Event 1 - event data: 0xdb 0x00 0x0c 0x41 0x33 0x06 0xc0 0x00 0xcc 0x00 0x04 0x04 To fix this set t

[U-Boot] [u-boot][PATCH 2/2] ARM: beagle_x15: prevent DCAN1 _wait_target_disable failure in kernel

2015-06-25 Thread Roger Quadros
If board is booted with transitions happening on DCAN1 pins then the following warning is seen in the kernel at boot when the hwmod layer initializes. "omap_hwmod: dcan1: _wait_target_disable failed" This is because DCAN1 module's SWAKEUP mechanism is broken and it fails to correctly turn OFF if