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
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
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?
>
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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:
>
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
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
___
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
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
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
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 *
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
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
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
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
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,
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
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
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
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
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
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
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(+)
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
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 -
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;
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
>
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
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
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
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
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
61 matches
Mail list logo